* wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-addrmgr.el (wl-addrmgr-replace-field): Use `point-at-bol'.
4         * wl-action.el (wl-summary-remove-argument): Explicit `point-at-bol'.
5         * wl-summary.el (wl-summary-narrow-to-region)
6         (wl-summary-insert-line): Use `point-at-bol', `point-at-eol'.
7
8         * wl.el (wl-plugged-sending-queue-status): Use `number-to-string'
9         instead of `int-to-string'.
10         * wl-dnd.el (wl-dnd-start-drag): Ditto.
11         * wl-score.el (wl-score-insert-help, wl-summary-increase-score): Ditto.
12         * wl-summary.el (wl-summary-jump-to-msg, wl-summary-save): Ditto.
13         * wl-util.el (wl-url-nntp): Ditto.
14
15         * wl.el (wl-plugged-set-variables, wl-plugged-dop-queue-info)
16         (wl-plugged-dop-queue-status): Don't quote `lambda'.
17         * wl-thread.el (wl-thread-delete-message): Ditto
18         * wl-summary.el (wl-summary-edit-addresses)
19         (wl-summary-edit-addresses-collect-candidate-fields)
20         (wl-summary-search-by-subject): Ditto.
21         * wl-mime.el (wl-mime-node-id-to-string): Ditto.
22         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions)
23         (wl-fldmgr-add-completion-subr): Ditto.
24         * wl-draft.el (wl-smtp-extension-bind)
25         (wl-draft-insert-get-message, wl-draft-default-headers)
26         (wl-jump-to-draft-buffer): Ditto.
27         * wl-summary.el (wl-summary-cursor-move-surface, wl-summary-up)
28         (wl-summary-down): Ditto.
29         * wl-message.el (wl-message-buffer-prefetch-subr): Ditto.
30         * wl-draft.el (wl-draft-reply, wl-draft-write-sendlog): Ditto.
31         * wl-folder.el (wl-folder-make-save-access-list)
32         (wl-folder-update-access-group, wl-folder-pick): Ditto.
33
34 2010-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
35
36         * wl-draft.el (wl-draft-default-headers): Suppress warning
37         "defsubst `wl-draft-default-headers' was used before it was
38         defined"; Use `defun' instead of `defsubst'.
39
40         * wl-address.el (wl-address-header-extract-address)
41         (wl-address-header-extract-realname): Fix mail-address in
42         docstring.
43
44         * wl-expire.el (wl-expire-make-sortable-date): Macro to
45         inline-function.
46         * wl-folder.el (wl-folder-unread-regex, wl-folder-buffer-group-p):
47         Macro to function.
48         (wl-folder-get-entity-from-buffer): Macro to function.
49         * wl-util.el (wl-match-string, wl-match-buffer):  Macro to function.
50         * wl-summary.el (wl-summary-message-status): Macro to inline-function.
51         * wl.el (wl-plugged-string): Macro to function.
52
53         * wl-highlight.el (wl-delete-all-overlays):  Macro to function.
54         * wl-summary.el (wl-summary-get-alike): Macro to inline-function.
55         (wl-summary-buffer-folder-name, wl-summary-sticky-buffer-name):
56         Macro to function.
57
58         * wl-thread.el (wl-thread-open, wl-thread-close): Use
59         `point-at-bol', `point-at-eol'.
60
61         * wl.el (wl-plugged-server-indent, wl-plugged-drawing)
62         (wl-plugged-redrawing-switch, wl-plugged-toggle): Use
63         `(string-to-char " ")' instead of `? ', `?\ '.
64         * wl-action.el (wl-summary-print-argument): Ditto.
65         * wl-address.el (wl-complete-field-body): Ditto.
66         * wl-demo.el (wl-demo-insert-image): Ditto.
67         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
68         * wl-util.el (wl-ask-folder, wl-set-string-width)
69         (wl-y-or-n-p-with-scroll): Ditto.
70
71         * wl-addrmgr.el(wl-addrmgr-mark-write): Use `string-to-char'
72         instead of `? '.  Use `point-at-bol' and `point-at-eol'.  Remove
73         verbose point move.
74
75         * wl-address.el (wl-address-add-or-change): Use `point-at-bol'
76         and `point-at-eol'.
77         * wl-addrmgr.el (wl-addrmgr-unmark, wl-addrmgr-address-entry):
78         Ditto.
79
80 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
81
82         * wl-util.el (wl-count-lines): Use `point-at-bol' instead of
83         `(beginning-of-line) (point)'.
84
85         * wl-fldmgr.el (wl-fldmgr-make-indent): Change from macro to function.
86         (wl-fldmgr-delete-line): Change from macro to function. Use
87         `point-at-bol' and `point-at-eol'.
88
89         * wl.el (toplevel): Use `mapc' instead of `mapcar'. Don't use
90         `function' for lambda.
91
92         * wl.el (wl-plugged-server-indent): Change from macro to function.
93
94         * wl-score.el (wl-score-put-alike): Explicit add `alike' argument.
95
96         * wl-draft.el (wl-draft-config-body-goto-header)
97         (wl-draft-body-goto-top, wl-draft-body-goto-bottom): Change from
98         macro to function.
99
100         * wl-score.el (wl-score-get-alike): Change from macro to
101         inline-function.
102
103         * wl-util.el (wl-collect-summary, wl-kill-buffers): Use `mapc'
104         instead of `mapcar'. Don't use `function' for lambda.
105         (wl-read-search-condition-internal): Don't use `function' for
106         lambda.
107         (wl-kill-buffers): Change from macro to function.
108         (wl-count-lines): Change from macro to inline-function.
109
110         * wl-draft.el (wl-draft-reply): Use `elmo-parse' instead of `wl-parse'.
111
112         * wl-draft.el (wl-draft-do-fcc): Use `with-temp-buffer'.
113
114         * wl.el (wl-plugged-change): Suppress compile warnings; Use
115         `with-current-buffer' instead of `save-excursion' & `set-buffer'.
116         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
117         * wl-address.el (wl-complete-window-show): Ditto.
118         * wl-message.el (wl-message-select-buffer): Ditto.
119         * wl-template.el (wl-template-show): Ditto.
120         * wl-util.el (wl-collect-summary): Ditto.
121         * wl-draft.el (wl-draft-add-in-reply-to, wl-draft-delete)
122         (wl-draft-send-mail-with-smtp, wl-draft-send, wl-draft-do-fcc)
123         (wl-draft-generate-clone-buffer, wl-draft-config-exec): Ditto.
124         * wl-score.el (wl-score-insert-help, wl-score-edit-get-header)
125         (wl-score-edit-insert-number): Ditto.
126
127         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
128         symbol.
129
130         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
131         of `goto-line'.
132
133         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
134
135 2009-12-16  Lloyd Zusman <ljz@asfast.com>
136
137         * wl-summary.el (wl-summary-detect-mark-position): Force
138         the temporary buffer to enable the use of multibyte characters
139         within searches [wl-en:2460].
140
141 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
142
143         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
144         of `beginning-of-buffer'.
145
146 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
147
148         * wl-summary.el (wl-summary-display-raw): New function, display
149         message in raw format.
150
151 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
152
153         * Version number is increased to 2.15.7.
154
155 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
156
157         * wl-summary.el (wl-summary-previous-message-number): New function.
158         (wl-summary-next-message-number): Ditto.
159         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
160         `wl-summary-next-message-number'.
161         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
162         Inline temporary variable `cur-id'.
163         (wl-summary-get-next-unread-folder): Ditto.
164         (wl-summary-get-next-folder): Ditto.
165         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
166
167 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
168
169         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
170
171 2008-09-05  Kenichi Okada  <okada@opaopa.org>
172
173         * wl-summary.el (wl-summary-buffer-folder-name)
174         (wl-draft-config-body-goto-header): Use backquote instead of quote.
175         * wl-draft.el (wl-draft-body-goto-top)
176         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
177
178 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
179
180         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
181         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
182
183 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
184
185         * wl-expire.el: Fix Comentary section.
186
187 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
188
189         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
190         Require mime-parse, elmo-mime, and wl-util.
191
192         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
193
194         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
195
196 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
197
198         * wl-template.el: Require elmo-util and wl-vars.
199
200         * wl-mime.el (wl-mime-display-header): Revert last change.
201         Remove `delete-matching-lines "^$"'.
202
203 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
204
205         * wl-mime.el (wl-define-dummy-functions): Split
206         `eval-when-compile' form for avoid error; when `make
207         compile-strict.
208
209         * wl-util.el: Move (eval-when-compile (require 'static)).
210         * wl-dnd.el: Add (eval-when-compile (require 'static)).
211         * wl-message.el: Ditto.
212
213         * wl-mime.el (wl-message-delete-current-part): Use
214         `insert-buffer-substring' instead of `insert-buffer'.
215         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
216         * wl-draft.el (wl-draft-generate-clone-buffer)
217         (wl-draft-do-mime-bcc): Ditto.
218
219         * wl-address.el: Add (eval-when-compile (require 'cl)).
220         * wl-addrmgr.el: Ditto.
221         * wl-mime.el: Ditto.
222         * wl-util.el: Ditto.
223         * wl-score.el: Ditto.
224
225 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
226
227         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
228         `string-to-int'.
229
230         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
231         `string-to-int'.
232
233         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
234         `string-to-number' instead of `string-to-int'.
235
236         * wl-summary.el (wl-summary-get-list-info)
237         (wl-summary-message-number): Use `string-to-number' instead of
238         `string-to-int'.
239
240         * wl-score.el (wl-score-overview-entity-get-lines)
241         (wl-score-set-mark-below, wl-score-set-expunge-below)
242         (wl-summary-increase-score, wl-score-get-header-entry): Use
243         `string-to-number' instead of `string-to-int'.
244
245         * wl-folder.el (wl-folder-update-diff-line): Use
246         `string-to-number' instead of `string-to-int'.
247
248         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
249         instead of `string-to-int'.
250
251         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
252         instead of `string-to-int'.
253
254         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
255         `string-to-int'.
256
257 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
258
259         * wl-util.el (wl-match-string, wl-match-buffer)
260         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
261         (wl-kill-buffers, wl-local-variable-p)
262         (wl-line-formatter-setup): New backquote style.
263         (wl-count-lines): Use quote instead of backquote.
264
265         * wl-summary.el (wl-summary-buffer-folder-name)
266         (wl-summary-get-alike): Use quote instead of backquote.
267         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
268         backquote style.
269
270         * wl-message.el (wl-message-buffer-cache-buffer-get)
271         (wl-message-buffer-cache-folder-get)
272         (wl-message-buffer-cache-message-get)
273         (wl-message-buffer-cache-entry-make)
274         (wl-message-buffer-cache-hit): New backquote style.
275
276         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
277         backquote.
278         (wl-folder-unread-regex, wl-folder-entity-exists-p)
279         (wl-folder-clear-entity-info)
280         (wl-folder-get-entity-info, wl-folder-set-entity-info)
281         (wl-folder-elmo-folder-cache-get)
282         (wl-folder-elmo-folder-cache-put): New backquote style.
283
284         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
285         (wl-fldmgr-assign-id): Ditto.
286         (wl-fldmgr-delete-line): Use quote instead of backquote.
287         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
288
289         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
290         (wl-draft-set-sent-message): New backquote style.
291         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
292         (wl-draft-config-body-goto-header): Use quote instead of backquote.
293
294 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
295
296         * wl-address.el (wl-address-concat-token): Fix typo.
297
298 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
299
300         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
301         (wl-score-get-alike): Ditto.
302
303         * wl-vars.el: New backquote style.
304         (wl-message-header-button-alist): Use quote instead of backquote.
305
306         * wl.el (wl-plugged-string): New backquote style.
307
308         * wl-address.el (wl-address-concat-token): New backquote style.
309
310         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
311
312 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
313
314         * wl-highlight.el (wl-highlight-folder-opened-regexp)
315         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
316
317         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
318         in the character alternative.
319
320 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
321
322         * Version number is increased to 2.15.6.
323
324 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
325
326         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
327         optional 3rd argument of epg-context-set-progress-callback; it was
328         temporarily removed in the Emacs trunk due to copyright problem.
329         (wl-mime-pgp-verify-region-with-epg): Ditto.
330
331 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
332
333         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
334
335 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-util.el (wl-biff-check-folders): Set biff flag.
338         (from Naoto Morishima [wl:14031])
339
340 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
341
342         * wl.el (wl-plugged-server-indent): Use quote instead of
343         backquote.
344
345 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
346
347         * wl-score.el (wl-score-insert-header): Add guard for
348         `std11-unfold-string'.
349         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
350         TYPE artgument when TO or CC field.
351
352 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-summary.el (wl-summary-goto-folder-subr): Call
355         `elmo-folder-close' instead of `elmo-folder-commit' if discard
356         current summary.
357
358 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
359
360         * wl-util.el (wl-read-shell-commande): New function or alias.
361
362         * wl-summary.el (wl-summary-pipe-message): Use
363         `wl-read-shell-command' instead of `read-string'.
364         (wl-summary-target-mark-pipe): Ditto.
365
366 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-summary.el (wl-summary-reply): Fix docstring.
369         * wl-draft.el (wl-draft-reply): Ditto.
370
371 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-mime.el (wl-summary-extract-attachments): New command.
374         (wl-summary-extract-attachments-1): New internal function.
375
376 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
377
378         * wl-expire.el (wl-expire-folder): New function (split from
379         wl-summary-expire).
380         (wl-summary-expire): Use it. Add argument `all' instead of remove
381         `nolist'. Cause an error only if this function is calling
382         interactively.
383
384 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
385
386         * wl-expire.el (wl-expire-refile): Display progress message.
387         (wl-summary-expire): Simplify.
388
389         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
390         unused argument `deleting-info'.
391
392 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
393
394         * wl-vars.el (wl-message-popup-buffers): New user option.
395
396         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
397         (wl-message-delete-popup-windows): New function that substitues
398         above one.
399         (wl-mime-setup): Follow the above change.
400
401 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
402
403         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
404
405 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
406
407         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
408         "tkm" to wl-thread-spam.
409
410 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
411
412         * wl-thread.el (wl-thread-entity-insert-as-children): Use
413         wl-thread-entity-set-children.
414         (wl-thread-insert-message, wl-thread-insert-entity-sub,
415         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
416         Use wl-thread-entity-get-*.
417
418 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-mime.el (wl-epg-progress-callback): New function.
421         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
422         with `elmo-with-progress-display'. Set a progress callback
423         function to epg-context.
424         (wl-mime-pgp-verify-region-with-epg): Ditto.
425
426 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-util.el (wl-completing-read-multiple): Define as an alias of
429         `completing-read-multiple' if emacs-version is not less than 22.
430
431 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
434         change.
435
436 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-summary.el (wl-summary-sync-update): Move
439         `wl-thread-update-indent-string-thread' to outside of
440         `elmo-with-progress-display'.
441
442 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
443
444         * wl-message.el (wl-message-exit): Check buffer existence.
445
446 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-util.el (wl-simple-display-progress): New function.
449         (wl-display-progress-with-gauge): Ditto.
450         (wl-progress-callback-function): Ditto.
451
452         * wl.el (wl-init): Set `elmo-progress-callback-function' as
453         `wl-progress-callback-function'
454
455         * wl-vars.el (wl-display-progress-threshold): New user option.
456         (wl-display-progress-function): Ditto.
457
458         * Version number is increased to 2.15.5.
459
460 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
461
462         * wl-thread.el (wl-thread-close-children): New function.
463         (wl-thread-open-children): Ditto.
464         * wl-action.el (wl-summary-set-mark): Redo the last change by
465         using it.
466
467         * wl-action.el (wl-summary-set-mark): Undo the last change.
468         Forbid interactive call.
469
470 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
471
472         * wl-mime.el (wl-define-dummy-functions): New macro.
473         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
474         `wl-mime-pgp-decrypt-region'.
475         (wl-mime-pgp-verify-region-with-epg): Renamed from
476         `wl-mime-pgp-verify-region'.
477         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
478         `wl-mime-pgp-decrypt-region'.
479         (wl-mime-pgp-verify-region-with-pgg): Renamed from
480         `wl-mime-pgp-verify-region'.
481         (wl-mime-pgp-decrypt-region): New function; To select dispatch
482         function at runtime.
483         (wl-mime-pgp-verify-region): Ditto.
484
485         * wl-vars.el (wl-use-pgp-module): New user option.
486
487 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
490         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
491
492 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
493
494         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
495         even if there are target marks only.
496
497 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
498
499         * Version number is increased to 2.15.4.
500
501 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-folder.el (wl-folder-check-one-entity): Simplify.
504
505 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
506
507         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
508         variable.
509
510 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
511
512         * wl-spam.el (wl-thread-test-spam): New function.
513         (wl-spam-setup): Bind "tkc".
514
515 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-expire.el (wl-folder-expire-entity): Rewite without
518         `wl-summary-goto-folder-subr'.
519         (wl-folder-expire-current-entity): Don't kill summary buffer.
520
521 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
522
523         * wl-folder.el (wl-folder-sync-entity): Rewrite without
524         `wl-summary-goto-folder-subr'.
525         (wl-folder-mark-as-read-all-entity): Likewise.
526
527         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
528
529 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-thread.el (wl-thread-force-open): Arranged.
532
533 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
534
535         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
536         from regexp.
537
538         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
539         (wl-read-search-condition-internal): Append them.
540
541 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-vars.el (wl-additional-search-condition-fields):
544         New user option.
545
546         * wl-util.el (wl-search-condition-fields): New function; export
547         from `wl-read-search-condition-internal'.
548         (wl-read-search-condition-internal): Use it.
549
550         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
551
552 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
553
554         * wl-summary.el (wl-summary-define-sort-command): New function.
555         (wl-summary-sort-by-date, wl-summary-sort-by-number)
556         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
557         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
558         define by `wl-summary-define-sort-command' at runtime.
559
560         * wl.el (wl-init): Call wl-summary-define-sort-command.
561
562 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
563
564         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
565         properties at the decrypting region.
566
567 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
568
569         * wl-util.el (wl-find-region): New function.
570
571         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
572         coding system.
573         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
574         property `wl-mime-decoded-coding-system'.
575         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
576         property `wl-mime-decoded-coding-system' to encode text.
577
578         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
579         message.
580         (wl-mime-pgp-verify-region): Ditto.
581
582 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
583
584         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
585         buffer. Use epa-display-verify-result.
586
587 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
588
589         * wl-draft.el (wl-draft-send): Continue even if setting parent
590         flag was failed.
591
592 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-message.el (wl-message-flag-indicator): Fixed the problem
595         of returning string only of parentheses.
596
597 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
598
599         * wl-summary.el (wl-summary-write): Add argument `folder'.
600         (wl-summary-write-current-folder): Change argument `folder' from
601         optional to require.
602         (wl-summary-get-buffer): Return the buffer associated folder only.
603
604         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
605         change.
606         (wl-folder-toggle-disp-summary): Ditto.
607
608         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
609         current summary as parent-folder.
610
611 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
612
613         * wl-draft.el (wl-draft-reedit): Don't overwrite
614         wl-draft-parent-folder.
615
616 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
617
618         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
619         (wl-mime-pgp-verify-region): Ditto.
620         (wl-message-decrypt-pgp-nonmime): Use the above function.
621         (wl-message-verify-pgp-nonmime): Likewise.
622         (wl-mime-preview-application/pgp): Likewise.
623
624 2006-04-20  Kenichi Okada  <okada@opaopa.org>
625
626         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
627         Fix about the order of `wl-nntp-posting-port' and
628         `wl-nntp-posting-stream-type'.
629         * wl.el (wl-plugged-port-label-alist): Add smtp.
630
631 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
632
633         * wl-summary.el (wl-summary-message-status): New macro.
634
635         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
636         (wl-summary-killed-mark): New user option.
637
638         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
639         API change.
640         (wl-thread-insert-entity-sub): Ditto.
641         (wl-thread-recover-messages): New command.
642
643         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
644         Don't call `wl-highlight-summary-current-line' directly.
645         (wl-summary-buffer-attach): Connect to signal `status-changed'
646         instead of `cache-changed'.
647         (wl-summary-buffer-detach): Follow the above change.
648         (wl-summary-detect-mark-position): Follow the API change.
649         (wl-summary-rescan-message): Ditto.
650         (wl-summary-insert-sequential): Ditto.
651         (wl-summary-update-thread): Ditto.
652         (wl-summary-message-mark): Ditto.
653         (wl-summary-persistent-mark): Ditto.
654         (wl-summary-create-line): Ditto.
655         (wl-summary-prefetch-region-no-mark): Call
656         `wl-summary-persistent-mark' with number.
657         (wl-summary-recover-messages-region): New command.
658         (wl-summary-target-mark-recover): Ditto.
659         (wl-summary-recover-message): Ditto.
660         (wl-summary-persistent-mark-string): Add argument `status' instead
661         of remove arguments `flags' and `cached'.  Treat killed status.
662         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
663
664         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
665         (wl-highlight-summary-line-face-spec): Treat killed status.
666         (wl-highlight-summary-line-string): Follow the API change.
667         (wl-highlight-summary-current-line): Ditto.
668
669         * Version number is increased to 2.15.3.
670
671 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
672
673         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
674         of symbolp to test whether the condition is function.
675
676 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
677
678         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
679         to nil.
680
681 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * wl-summary.el (wl-summary-buffer-message-ring): New internal
684         variable.
685         (wl-summary-buffer-last-displayed-msg): Abolish.
686         (wl-summary-push-message): New function.
687         (wl-summary-pop-message): Ditto.
688         (wl-summary-goto-folder-subr): Reset
689         `wl-summary-buffer-message-ring'.
690         (wl-summary-pop-to-last-message): New command.
691         (wl-summary-goto-last-displayed-msg): Call
692         wl-summary-pop-to-last-message if optional argument is non-nil or
693         the last command is itself.
694         (wl-summary-redisplay-internal): Push last message number into
695         `wl-summary-buffer-message-ring'.
696
697         * wl-vars.el (wl-summary-message-ring-max): New user option.
698
699 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
702         from `wl-draft-reply').
703         (wl-draft-reply): Use it.
704         (wl-draft-find-reply-headers): Avoid compile warning.
705
706 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
707
708         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
709
710 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-message.el (wl-message-flag-indicator): New function.
713         (wl-message-redisplay): Use it.
714
715 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
716
717         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
718
719 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
722         instead of `read-event'.
723
724         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
725
726         * wl-mule.el (wl-read-event-char): Ditto.
727
728         * wl-e21.el (wl-read-event-char): Ditto.
729
730 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
733
734 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
735
736         * wl-vars.el (wl-draft-send-confirm-type): New user option.
737
738         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
739
740         * wl-draft.el (wl-draft-send-confirm): Confirmation by
741         `wl-draft-send-confirm-type'
742
743 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
744
745         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
746         Avoid error when the buffer name is already used.
747
748 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
749
750         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
751         the change of elmo-nmz -> elmo-search.
752         (wl-highlight-summary-line-help-echo-alist): Ditto.
753         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
754         (wl-nmz-folder-icon): Define as obsolete.
755         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
756         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
757
758 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
759
760         * wl-summary.el (wl-summary-get-list-info): Rewrite with
761         `elmo-find-list-match-value'
762
763 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
764
765         * wl-summary.el (wl-summary-get-list-info): Optimize.
766         Use List-Id and List-Post also.
767
768 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
771
772 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
773
774         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
775
776 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-util.el (wl-completing-read-multiple-1): New internal function.
779         (wl-completing-read-multiple-2): Ditto.
780         (wl-completing-read-multiple): Define use above functions.
781
782         * wl-summary.el (wl-summary-sort): Removed the workaround for a
783         bug of `completing-read-multiple' about default value.
784
785         * wl-xmas.el (wl-completing-read-multiple): Removed.
786
787         * wl-mule.el (wl-completing-read-multiple): Ditto.
788
789         * wl-e21.el (wl-completing-read-multiple): Ditto.
790
791 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
792
793         * wl-util.el (wl-filter-associations): New function.
794
795         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
796         (wl-spam-ignored-folder-list): Ditto.
797         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
798         (wl-spam-string-member-p): New function.
799         (wl-spam-domain): Use it.
800         (wl-spam-split-numbers): New function.
801         (wl-spam-apply-partitions): Ditto.
802         (wl-spam-register-spam-messages): Use `folder' instead of
803         `wl-summary-buffer-elmo-folder'.
804         (wl-spam-register-good-messages): Ditto.
805         (wl-summary-exec-action-spam): Decide a domain by real folder of
806         message.
807         (wl-summary-exec-action-refile-with-register): Likewise.
808
809 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-e21.el (wl-e21-find-image): New function.
812         (wl-e21-setup-toolbar): Use it instead of `find-image'.
813         (wl-e21-highlight-folder-group-line): Ditto.
814         (wl-folder-init-icons): Ditto.
815         (wl-plugged-init-icons): Ditto.
816         (wl-biff-init-icons): Ditto.
817
818 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
821         (wl-inhibit-save-drafts): New internal variable.
822         (wl-disable-auto-save): Ditto.
823         (wl-save-drafts): Treat above variables.
824         (wl-auto-save-drafts): New function.
825         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
826         `wl-stop-save-drafts'.
827         (wl-start-save-drafts): New function.
828         (wl-stop-save-drafts): Ditto.
829         (wl-set-auto-save-draft): New command.
830
831         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
832         `wl-set-save-drafts'.
833
834 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
835
836         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
837         `make-local-variable' instead of `make-variable-buffer-local'.
838
839 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
840
841         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
842
843 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
844
845         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
846
847 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
850         of working buffer.
851
852 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
853
854         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
855
856         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
857         value into recipients; Bind `wl-draft-remove-group-list-contents'
858         as nil.
859
860 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
861
862         * wl-summary.el (wl-summary-sort): Fixed the last change.
863
864         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
865         (wl-summary-sort-messages): Ditto.
866         (wl-summary-rescan): Use it.
867         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
868         `completing-read'; Append candidates for reverse order.
869
870 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * Version number is increased to 2.15.2.
873
874 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
875
876         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
877         "Smaller".
878         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
879
880 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
881
882         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
883
884 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * wl-vars.el (wl-draft-additional-header-alist): Add into the
887         customize group `wl-draft'.
888         (wl-draft-add-in-reply-to): Move customize group from `wl' to
889         `wl-draft'.
890         (wl-draft-add-references): Ditto.
891
892         * wl-action.el (wl-summary-print-argument): Rename argument from
893         `folder' to `data'.
894
895 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-summary.el (wl-summary-rescan-message): Call
898         `wl-thread-cleanup-symbols' before insert thread.
899
900 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl.el (wl-init): Set `elmo-get-folder-function' as
903         `wl-folder-make-elmo-folder'.
904
905         * wl-spam.el (wl-summary-exec-action-spam): Use
906         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
907
908         * wl-folder.el (wl-folder-make-elmo-folder): New function.
909         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
910         `elmo-make-folder'.
911         (wl-folder-get-elmo-folder): Ditto.
912         (wl-folder-create-subr): Simplify.
913
914 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
915
916         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
917
918 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
921         contents in message buffer instead of original buffer. If optional
922         argument specified, ask coding system for encode.
923
924 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
925
926         * wl-spam.el (wl-summary-test-spam-region): New function.
927         (wl-spam-setup): Bind "rkc".
928
929 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
930
931         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
932
933 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
934
935         * wl-spam.el (wl-summary-test-spam): Fix typo.
936         (wl-message-check-spam): Ditto.
937
938 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
939
940         * wl-summary.el (wl-summary-default-from): Simplify.
941
942 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-action.el (wl-summary-exec-action-refile): Simplify.
945         (wl-summary-exec-action-copy): Ditto.
946         (wl-summary-auto-refile): Check existence of temporary mark.
947
948 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-summary.el (wl-summary-create-line): Use
951         `elmo-time-to-datevec'.
952
953         * wl-expire.el (wl-expire-archive-date): Ditto.
954         (wl-expire-localdir-date): Ditto.
955
956         * wl-util.el (wl-day-number): Abolish.
957
958         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
959         of `wl-day-number'.
960         (wl-score-followup): Ditto.
961         (wl-score-add-followups): Ditto.
962         (wl-score-get-latest-msgs): Ditto.
963         (wl-score-get-header-entry): Ditto.
964         (wl-score-edit-insert-date): Ditto.
965
966 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
969         `elmo-message-entity-field' with 2nd argument `type'.
970
971 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
972
973         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
974
975 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-thread.el (wl-thread-delete-message): Delete descendant
978         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
979
980 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
981
982         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
983
984 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
985
986         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
987         `Access folder'.
988
989 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
990
991         * wl-vars.el (wl-access-folder-icon): New user option.
992
993         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
994         `Access folder'.
995
996 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-summary.el (wl-summary-buffer-set-folder): Use
999         `wl-folder-mime-charset'.
1000
1001         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
1002         `mime-charset'.
1003         (wl-folder-get-elmo-folder): Ditto.
1004         (wl-folder-mime-charset): New function.
1005
1006 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1007
1008         * wl-util.el (wl-parse-addresses): Define alias of
1009         `elmo-parse-addresses' (move to `elmo-util.el').
1010
1011         * wl-summary.el (wl-summary-default-from): Follow the API change.
1012         (wl-summary-overview-entity-compare-by-date): Ditto.
1013         (wl-summary-overview-entity-compare-by-from): Ditto.
1014         (wl-summary-get-list-info): Get value of `ml-info' field from
1015         entity at first.
1016         (wl-summary-rescan-message): Treat prefix argument.
1017         (wl-summary-prefetch-msg): Follow the API change.
1018         (wl-summary-search-by-subject): Ditto.
1019         (wl-summary-insert-thread): Ditto.
1020         (wl-summary-line-subject): Ditto.
1021         (wl-summary-line-from): Ditto.
1022         (wl-summary-create-line): Ditto.
1023         (wl-summary-print-message-with-ps-print): Ditto.
1024
1025         * wl-score.el (wl-score-ov-entity-get): Ditto.
1026         (wl-score-followup): Ditto.
1027         (wl-score-add-followups): Use `elmo-message-entity-field' instead
1028         of `car'.
1029         (wl-score-get-latest-msgs): Follow the API change.
1030         (wl-score-get-header): Ditto.
1031
1032         * wl-refile.el (wl-refile-learn): Ditto.
1033         (wl-refile-subject-learn): Ditto.
1034         (wl-refile-get-field-value): Ditto.
1035         (wl-refile-guess-by-history): Ditto.
1036         (wl-refile-guess-by-subject): Ditto.
1037
1038         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
1039
1040         * wl-expire.el (wl-expire-date-p): Removed.
1041         (wl-expire-archive-date): Follow the API change.
1042         (wl-expire-localdir-date): Ditto.
1043         (wl-summary-expire): Ditto.
1044
1045         * Version number is increased to 2.15.1.
1046
1047 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1048
1049         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
1050         group is access or not (it is not strict, like wl-fldmgr-rename).
1051
1052 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
1055         duplicate call of `wl-summary-print-argument' on the wrong line.
1056
1057 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
1060         even if argument `number' is nil.
1061         (wl-summary-insert-line): Print action argument if current message
1062         has it.
1063
1064 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1065
1066         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
1067         (wl-draft-reply): Ditto.
1068         (wl-draft): Add optional argument `parent-number' and call
1069         `wl-draft-create-buffer' with it.
1070         (wl-draft-create-buffer): Add optional argument
1071         `parent-number'. Set wl-draft-parent-number as it.
1072
1073 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1074
1075         * wl-folder.el (wl-folder-set-persistent-mark): If summary
1076         buffer is not for given folder, don't use it.
1077
1078 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
1079
1080         * Version number is increased to 2.15.0.
1081
1082 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
1085
1086         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
1087         (wl-highlight-get-face-by-name): New internal function.
1088         (wl-highlight-summary-line-face-spec): Use it and fixed.
1089
1090 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * wl-summary.el (wl-summary-sync-update): Use
1093         `elmo-message-entity-field' instead of `car' to get message-id
1094         from overview entity.
1095
1096         * wl-summary.el (wl-summary-rescan-message): Call
1097         `wl-highlight-summary-displaying' when displaying a message.
1098
1099 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1100
1101         * wl-draft.el (wl-draft-config-info-filename): Extracted from
1102         `wl-draft-config-info-operation'.
1103         (wl-draft-buffer-change-number): New function.
1104         (wl-draft-rename-saved-config): Ditto.
1105         * wl.el (wl-init): Connect slot for message-number-changed.
1106         (toplevel): Add autoload for wl-draft-rename-saved-config.
1107
1108 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
1111         `update-overview'
1112         (wl-summary-buffer-detach): Disconnect from it.
1113         (wl-summary-rescan-message): Use command.
1114
1115         * wl-message.el (wl-message-buffer-display): Use
1116         `with-current-buffer' instead of `save-excursion'.
1117
1118 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1119
1120         * wl-mime.el (wl-draft-preview-attributes-list): Protect
1121         wl-draft-preview-attributes-list from distraction.
1122
1123 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1124
1125         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1126         `elmo-list-diff'.
1127
1128 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-summary.el
1131         (wl-summary-edit-addresses-collect-candidate-fields): Use
1132         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1133
1134         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1135         instead of `elmo-set-work-buf'.
1136
1137         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1138         (wl-address-make-address-list): Ditto.
1139
1140         * Version number is increased to 2.13.3.
1141
1142 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1145         user option.
1146
1147         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1148         argument `5'.
1149
1150         * wl-message.el (wl-message-display-no-merge-p): New function.
1151         (wl-message-buffer-display): Check whether the message is
1152         reassembled and follow the API change.
1153
1154 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1157         multibyte on working buffer and removed unnecessary
1158         `buffer-disable-undo'.
1159
1160 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1161
1162         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1163         change.
1164
1165 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1166
1167         * wl-util.el (wl-read-search-condition-internal): Protect
1168         elmo-global-flags from distraction.
1169
1170 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1171
1172         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1173
1174         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1175         (wl-summary-event-handler): Ditto.
1176         (wl-summary-update-persistent-mark-on-event): New
1177         function (renamed from `elmo-event-handler-flag-changed').
1178         (wl-summary-buffer-attach): New function.
1179         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1180         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1181         instead of `elmo-folder-add-handler'.
1182
1183         * Version number is increased to 2.13.2.
1184
1185 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1186
1187         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1188         and "\177" to the `wl-news-previous-page'.
1189         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1190         (wl-news-previous-page): New function.
1191
1192 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1195         instead of `write-region' and simplify.
1196
1197 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-template.el (wl-template-select): Cause error if
1200         `wl-template-alist' is nil.
1201
1202 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1203
1204         * wl-news.el.in: Set file variable `no-byte-compile'.
1205
1206 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1207
1208         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1209         whether a target message is within displaying area.
1210         (elmo-event-handler-cache-changed): Ditto.
1211
1212 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1213
1214         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1215         to `defun'.  Use `nconc' instead of `append' to collect descendant
1216         message numbers.
1217
1218 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1219
1220         * wl-thread.el (wl-thread-save-top-list)
1221         (wl-thread-save-entities): Use `with-temp-buffer'.
1222         * wl-news.el.in (wl-news-previous-version-load):
1223         (wl-news-previous-version-save): Ditto.
1224         * wl-summary.el (wl-summary-load-file-object)
1225         (wl-summary-save-view-cache): Ditto.
1226
1227 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1228
1229         * wl-util.el (toplevel): Require 'elmo-flag'.
1230         (wl-read-search-condition): New function (Renamed from
1231         `elmo-read-search-condition').
1232         (wl-read-search-condition-internal): Likewise.
1233
1234         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1235         invalid.
1236         (wl-summary-pick): Use `wl-read-search-condition' instead of
1237         `elmo-read-search-condition'.
1238         (wl-summary-virtual): Ditto.
1239
1240         * wl-folder.el (wl-folder-virtual): Ditto.
1241         (wl-folder-pick): Ditto.
1242
1243         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1244
1245 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-summary.el (wl-summary-reedit): Call
1248         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1249
1250 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1251
1252         * wl-mime.el (toplevel): Require wl-vars.
1253
1254         * wl-message.el (toplevel): Require cl at compile.
1255
1256         * wl-draft.el (toplevel): Require elmo.
1257
1258 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1259
1260         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1261         and do nothing when it is not positive.
1262         (wl-message-buffer-prefetch-next): Ditto.
1263
1264 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1265
1266         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1267         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1268         (wl-summary-redisplay-internal): Ditto.
1269
1270         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1271         message (the condition is borrowed from `wl-check-variables-2').
1272         (wl-summary-redisplay-internal): Ditto.
1273
1274 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1275
1276         * wl-mime.el (wl-draft-nntp-attribute): New function.
1277         (wl-draft-attribute-nntp-posting-server): Use it.
1278         (wl-draft-attribute-nntp-posting-port): Ditto.
1279
1280         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1281         (wl-draft-show-attributes-buffer): Ditto.
1282         (wl-draft-hide-attributes-buffer): Ditto.
1283         (wl-draft-attribute-newsgroups): Ditto.
1284         (wl-draft-attribute-nntp-posting-server): Ditto.
1285         (wl-draft-attribute-nntp-posting-port): Ditto.
1286         (wl-draft-preview-message): Use there functions.
1287
1288         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1289         value.
1290
1291 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1292
1293         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1294         (wl-draft-reedit): Ditto.
1295         (wl-draft-queue-flush): Ditto.
1296
1297         * wl-mime.el (wl-message-request-partial): Ditto.
1298         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1299         instead of `elmo-message-fetch'.
1300
1301         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1302
1303         * wl-summary.el (wl-summary-message-string): Ditto.
1304
1305 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * wl-util.el (wl-current-message-buffer): Follow the API change.
1308
1309         * wl-summary.el (wl-summary-redisplay-internal): Call
1310         `wl-summary-mark-as-read' with 2nd argument as nil and update
1311         unread count instead of persistent mark.
1312
1313         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1314         variable.
1315         (wl-message-redisplay): Follow the API change.
1316         (wl-message-buffer-display): Managed mime-entity directly and
1317         return preview buffer only.
1318         (wl-message-display-internal): Rewrite.
1319         (wl-message-buffer-prefetch-subr): Not save return value of
1320         `wl-message-buffer-display'.
1321
1322         * Version number is increased to 2.13.1.
1323
1324 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1325
1326         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1327         'elmo-multiple-fields-body-list' with boundary specified.
1328
1329 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1330
1331         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1332         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1333         cache if `wl-summary-resend-use-cache' is non-nil.
1334
1335 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1336
1337         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1338         (wl-nntp-posting-stream-type): Ditto.
1339
1340 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1341
1342         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1343
1344 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1345
1346         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1347         message.
1348
1349 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1350
1351         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1352         Abolish.
1353         (wl-summary-buffer-persistent-mark-version): New internal
1354         variable.
1355         (wl-summary-update-mark-and-highlight-window): Check by
1356         wl-summary-persistent-mark-invalid-p.
1357         (wl-summary-update-status-marks): Ditto.
1358         (elmo-event-handler-flag-changed): Rewrite.
1359         (elmo-event-handler-cache-changed): Define.
1360         (wl-summary-prefetch-msg): Does not update persistent mark here.
1361         (wl-summary-delete-cache): Ditto.
1362         (wl-summary-resume-cache-status): Ditto.
1363         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1364         (wl-summary-persistent-mark-invalid-p): New function.
1365         (wl-summary-validate-persistent-mark): Ditto.
1366         (wl-summary-validate-persistent-mark-string): Ditto.
1367         (wl-summary-invalidate-persistent-mark): Ditto.
1368         (wl-summary-update-persistent-mark): Call
1369         `wl-summary-validate-persistent-mark'.
1370         (wl-summary-create-line): Call
1371         `wl-summary-validate-persistent-mark-string'.
1372
1373         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1374         status as t if cache used.
1375
1376 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1377
1378         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1379         only if the target is group.
1380         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1381
1382 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1383
1384         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1385
1386 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1387
1388         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1389
1390         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1391
1392 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1393
1394         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1395         (Thanks to Yoichi NAKAYAMA).
1396
1397 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1398
1399         * wl-util.el (wl-save-drafts): Restore echo area.
1400
1401 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1402
1403         * Version number is increased to 2.13.0.
1404
1405         * wl-util.el (wl-biff-check-folder-async): Use
1406         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1407
1408 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1409
1410         * wl-message.el (wl-message-display-internal): Does not put
1411         wl-message-display-type property on message buffer.
1412         (wl-message-buffer-display-type): New function.
1413
1414         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1415
1416         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1417         `wl-summary-buffer-detach'.
1418         (wl-summary-message-display-type): Use
1419         `wl-summary-buffer-display-type'.
1420
1421 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1422
1423         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1424         buffer-local.
1425
1426         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1427         kill-buffer-hook instead of make-local-variable.
1428         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1429
1430 2004-12-12  Scott Renfro <scott@renfro.org>
1431
1432         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1433         regex for square-branket.
1434
1435 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1436
1437         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1438         `wl-message-mime-analysis-p' with argument `header'.
1439
1440 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1441
1442         * wl-mime.el (wl-draft-yank-current-message-entity): 
1443         Switch to no-mime following method according to wl-message-display-type
1444         property.
1445         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1446
1447         * wl-message.el (wl-message-display-internal): 
1448         Put wl-message-display-type property on message buffer.
1449
1450         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1451         (wl-message-display-internal): Ditto;
1452
1453         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1454
1455 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456
1457         * wl-message.el (wl-message-make-display-type): New function.
1458         (wl-message-display-type-property): Ditto.
1459         (wl-message-mime-analysys-p): Ditto.
1460         (wl-message-display-all-header-p): Ditto.
1461         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1462         added `display-type'.
1463         (wl-message-buffer-display): Likewise.
1464         (wl-message-display-internal): Likewise.
1465         (wl-message-buffer-display-type): Abolish.
1466         (wl-message-buffer-prefetch-subr): Follow the API changed.
1467
1468         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1469         from wl-summary-buffer-display-all-header and changed default value.
1470         (wl-summary-message-display-type): New function.
1471         (wl-summary-buffer-display-mime-mode): Ditto.
1472         (wl-summary-buffer-display-header-mode): Ditto.
1473         (wl-summary-toggle-mime): Rewrite with above functions.
1474         (wl-summary-toggle-all-header): Ditto.
1475         (wl-summary-redisplay): Force redisplay with default mode.
1476         (wl-summary-redisplay-internal): Renamed argument from `mode',
1477         `all-header' to `mime-mode', `header-mode'.
1478         Use `wl-message-make-display-type'.
1479
1480         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1481         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1482
1483 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1486
1487 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1488
1489         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1490         in original message buffer.
1491         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1492         buffer.
1493
1494 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1495
1496         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1497
1498 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1499
1500         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1501
1502 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1503
1504         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1505         when actions succeeded.
1506         (wl-summary-exec-action-copy): Likewise.
1507
1508 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1509
1510         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1511         there is switch-to-buffer at the end of wl-message-select-buffer.
1512         (wl-summary-reply): Ditto.
1513
1514 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1515
1516         * wl-summary.el (wl-summary-forward): Put subject in original
1517         message buffer as argument of wl-draft-forward.
1518         * wl-draft.el (wl-draft-forward): Decode subject as in
1519         wl-draft-reply.
1520
1521 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1524         a folder under access group.
1525
1526 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1527
1528         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1529         wl-message-buffer-display.
1530
1531         * wl-util.el (wl-set-save-drafts): Fix typo.
1532
1533 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1534
1535         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1536         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1537         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1538         the way to measure the width of a bitmap image; don't put face on
1539         ascii and bitmap images; put the mark which should not use the
1540         variable-pitch face on ascii and bitmap images.
1541         (wl-demo-setup-properties): Don't use the variable-pitch face on
1542         ascii and bitmap images; made it work on Emacs 20 and earlier.
1543         (wl-demo-insert-text): End with a newline at the bottom; don't put
1544         face on text.
1545
1546         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1547
1548 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1551
1552         * wl-util.el (wl-save-drafts): Moved from sample setting.
1553         (wl-set-save-drafts): New function to set idle timer.
1554         * wl-draft.el (wl-draft): Call it.
1555         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1556
1557 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1558
1559         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1560         a summary which has toggle display status off.
1561
1562 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1563
1564         * wl-draft.el (wl-draft-do-fcc): No cache save.
1565
1566 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1567
1568         * wl-summary.el (elmo-event-handler-flag-changed): Use
1569         `set-buffer' instead of `with-current-buffer'.
1570
1571 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1572
1573         * wl-summary.el (wl-summary-after-resize-function): New function.
1574         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1575         window-size-change-functions.
1576
1577 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1578
1579         * wl-draft.el (wl-draft-create-buffer): Bind
1580         `change-major-mode-hook' after current buffer is changed.
1581
1582         * wl-summary.el (wl-summary-buffer-detach): New function.
1583         (wl-summary-buffer-set-folder): Call it.
1584         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1585         change-major-mode-hook and kill-buffer-hook.
1586         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1587         (wl-summary-switch-to-clone-buffer): Ditto.
1588         (wl-summary-goto-folder-subr): Ditto.
1589
1590 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1591
1592         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1593         after boundp check.
1594
1595 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1598         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1599         for `kill-buffer'.
1600
1601         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1602         handler of current buffer from elmo-folder.
1603
1604 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1605
1606         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1607
1608 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1609
1610         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1611         variable.
1612         (wl-summary-event-handler): New class.
1613         (elmo-event-handler-flag-changed): Define to update persistent
1614         mark.
1615         (wl-summary-buffer-set-folder): Register event handler to
1616         elmo-folder.
1617         (wl-summary-exit): Unregister event handler.
1618         (wl-summary-goto-folder-subr): Ditto.
1619         (wl-summary-mark-as-read-all): Does not call
1620         `wl-summary-update-persistent-mark' directly.
1621         (wl-summary-mark-as-read-internal): Ditto.
1622         (wl-summary-set-persistent-mark-internal): Ditto.
1623         (wl-summary-set-flags-internal): Ditto.
1624
1625         * Version number is increased to 2.11.33.
1626
1627 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1628
1629         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1630         to nil.
1631
1632 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1633
1634         * wl-spam.el (wl-spam-setup): Add hook
1635         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1636         instead of `wl-summary-prepare-hook'.
1637
1638         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1639         if folder type is `'flag'.
1640         (wl-summary-mark-as-important): Ditto.
1641
1642 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1643
1644         * wl-address.el (wl-address-minibuffer-history): New variable.
1645         (wl-address-minibuffer-local-map): New keymap.
1646         (wl-address-read-from-minibuffer): New function.
1647
1648         * wl-action.el (wl-summary-get-resend-address): Use
1649         `wl-address-read-from-minibuffer' instead of `completing-read'.
1650
1651 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1652
1653         * Version number is increased to 2.11.32.
1654
1655 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1656
1657         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1658         without mule to iso-8859-1.
1659         (wl-draft-add-in-reply-to): Add note in description.
1660         (wl-draft-add-references): Ditto.
1661
1662 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1665         definition for `m'.
1666         (wl-summary-mode-line-format): Add '[%m]'.
1667         (wl-message-mode-line-format-spec-alist): Ditto.
1668         (wl-summary-display-mime-mode-list): New variable.
1669
1670         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1671         from wl-summary-buffer-display-as-is.
1672         (wl-summary-buffer-display-all-header): New buffer local variable.
1673         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1674         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1675         instead of wl-summary-buffer-display-as-is.
1676         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1677         (wl-summary-set-persistent-mark): Ditto.
1678         (wl-summary-set-message-buffer-or-redisplay): Just call
1679         `wl-summary-redisplay-internal' without optional arguments.
1680         (wl-summary-toggle-mime): Rewrite.
1681         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1682         (wl-summary-toggle-all-header): New function.
1683         (wl-summary-redisplay-internal): Treat mime mode.
1684
1685         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1686         to wl-mime-preview-follow-no-mime.
1687         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1688         accodring to the display-mode.
1689
1690         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1691         (wl-message-buffer-display): Changed argument name from `as-is' to
1692         `mode'.
1693         (wl-message-display-internal): Ditto;
1694         Bind elmo-mime-display-header-analysis according to the mode.
1695         (wl-message-display-internal): Put wl-message-display-mime-mode
1696         property on entire buffer.
1697
1698 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1699
1700         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1701
1702 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1705         Don't extract mail address.
1706         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1707
1708         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1709
1710         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1711
1712 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1715         wl-fldmgr-cut-entity-list on confirmation.
1716
1717 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1718
1719         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1720         (wl-mime-quit-preview): Check existence of
1721         mime-edit-temp-message-buffer here.
1722
1723 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1724
1725         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1726         after deletion.
1727
1728         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1729         before calling wl-mime-quit-preview.
1730
1731 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1732
1733         * wl-summary.el (wl-summary-pick): If call it with prefix
1734         argument, set `delete-marks' as non-nil. Pick from only visible
1735         messages.
1736         (wl-summary-check-target-mark): New function.
1737         (wl-summary-target-mark-mark-as-read): Use it.
1738         (wl-summary-target-mark-mark-as-unread): Ditto.
1739         (wl-summary-target-mark-operation): Ditto.
1740         (wl-summary-target-mark-set-flags): Ditto.
1741         (wl-summary-target-mark-save): Ditto.
1742         (wl-summary-target-mark-pick): Ditto.
1743         (wl-summary-target-mark-forward): Ditto.
1744         (wl-summary-target-mark-reply-with-citation): Ditto.
1745         (wl-summary-target-mark-print): Ditto.
1746         (wl-summary-target-mark-uudecode): Ditto.
1747
1748         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1749         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1750         with `ask-coding' is non-nil.
1751
1752 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1753
1754         * wl-thread.el (wl-thread-set-parent): If parent is a message
1755         which is identified by references, set linked as nil.
1756
1757 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1758
1759         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1760         (wl-message-mode-line-format-spec-alist): Ditto.
1761         (wl-message-mode-line-format): Ditto.
1762         (wl-summary-mode-line-format): Ditto for docstring.
1763         (wl-summary-no-mime-folder-list): Fix typo.
1764
1765         * wl-util.el (wl-current-message-buffer): Call
1766         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1767
1768         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1769         variable.
1770         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1771         of `wl-summary-redisplay-no-mime'.
1772         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1773         (wl-summary-toggle-mime): New function.
1774         (wl-summary-redisplay-all-header): Rewrite.
1775         (wl-summary-redisplay-no-mime): Ditto.
1776         (wl-summary-redisplay-internal): Added argument `as-is' and
1777         `all-header'.
1778
1779         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1780         New variable.
1781         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1782         bottom.
1783         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1784         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1785         "/" unconditionally.
1786
1787         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1788         wl-mime-preview-follow-no-mime for as-is content.
1789         (wl-mime-preview-follow-no-mime): New function.
1790         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1791
1792         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1793         and added `as-is', `all-header'.
1794         (wl-message-buffer-display): Ditto.
1795         (wl-message-buffer-display-type): New function.
1796
1797 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1798
1799         * wl-vars.el (wl-message-header-button-alist): Change default
1800         value.
1801         (wl-message-body-button-alist): Ditto.
1802
1803 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1804
1805         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1806
1807 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1810
1811 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1812
1813         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1814         is always true.
1815
1816 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1817
1818         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1819         on null entity.
1820
1821 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1822
1823         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1824
1825 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * wl-vars.el (wl-summary-resend-hook): New hook.
1828
1829         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1830         `wl-summary-resend-hook'.
1831
1832 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1835         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1836         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1837         (wl-summary-new-cached-mark): Changed default value to 'n'.
1838         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1839         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1840         (wl-folder-sync-range-alist): Remove spec for 'flag.
1841         (wl-summary-force-prefetch-folder-list): New user option.
1842
1843         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1844         `wl-summary-toggle-persistent-mark'.
1845         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1846         number is nil.
1847         (wl-summary-mark-as-answered-region): Set interactive argument of
1848         `wl-summary-set-persistent-mark-internal'.
1849         (wl-summary-mark-as-important-region): Ditto.
1850         (wl-summary-unset-persistent-mark): Ditto.
1851         (wl-summary-set-persistent-mark): Ditto.
1852         (wl-summary-mark-as-answered): Ditto.
1853         (wl-summary-mark-as-important): Ditto.
1854         (wl-summary-set-persistent-mark-internal): Do nothing
1855         when `elmo-message-flag-available-p' is nil.
1856         (wl-summary-toggle-persistent-mark): New function.
1857         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1858         when the folder matches `wl-summary-force-prefetch-folder-list'.
1859
1860
1861         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1862         when number is nil.
1863         (wl-highlight-summary-forwarded-face): New face.
1864
1865 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1866
1867         * Version number is increased to 2.11.31.
1868
1869 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1870
1871         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1872         (wl-biff-check-folder-async): Ditto.
1873         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1874
1875 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1876
1877         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1878         Add an argument `reverse'.  All callers are updated.
1879         (wl-summary-sort): Add a prefix argument `reverse' to specify
1880         reverse sorting.
1881         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1882         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1883         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1884
1885 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1886
1887         * wl-message.el (wl-message-redisplay): Does not narrow header if
1888         disply-type is all-header or as-is.
1889
1890         * wl-summary.el (wl-summary-enter-handler): Use
1891         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1892
1893 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1894
1895         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1896         after adding wl-draft-parent-variables.
1897         (wl-draft-forward): Ditto.
1898
1899 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1900
1901         * wl-summary.el (wl-summary-sync-marks): Call
1902         `wl-summary-set-persistent-mark' and
1903         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1904         (wl-summary-set-persistent-mark-internal): Add 4th argument
1905         `no-server'.
1906         (wl-summary-unset-persistent-mark): Ditto.
1907         (wl-summary-set-persistent-mark): Ditto.
1908         (wl-summary-add-flags-internal): Abolish.
1909         (wl-summary-remove-flags-internal): Ditto.
1910         (wl-summary-mark-as-important-internal): Ditto.
1911         (wl-summary-mark-as-important): Use
1912         `wl-summary-set-persistent-mark' instead of
1913         `wl-summary-add-flags-internal'.
1914         (wl-summary-mark-as-important-region): Ditto.
1915
1916         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1917
1918         * wl-summary.el (wl-summary-get-available-flags): New function.
1919         (wl-summary-sync-marks): Use it and simplified.
1920         (wl-summary-unset-persistent-mark): Use
1921         `wl-summary-get-available-flags'.
1922         (wl-summary-set-persistent-mark): Ditto.
1923
1924 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1925
1926         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1927         id.
1928
1929 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1930
1931         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1932         number, call `wl-summary-prev-line-content'. Show message when the
1933         message is not found.
1934
1935 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1936
1937         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1938         wl-summary-enter-handler.
1939         (wl-summary-enter-handler): New command.
1940
1941         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1942         docstring and custom spec.
1943
1944         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1945         flags too; Don't treat Cached and New.
1946         (wl-summary-set-persistent-mark): Ditto.
1947
1948         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1949         `wl-folder-set-flag'.
1950
1951         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1952         instead of `wl-folder-set-flag'.
1953
1954         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1955         for completion.
1956         (wl-summary-set-persistent-mark): Ditto.
1957
1958         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1959         instead of `wl-draft-quit-preview'.
1960
1961         * wl-mime.el (toplevel): Avoid compile warning.
1962         (wl-mime-quit-preview): New function
1963         (formarly defined as `wl-draft-quit-preview').
1964         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1965         quitting method.
1966
1967         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1968
1969         * wl-folder.el (wl-folder-set-flag): Renamed from
1970         `wl-draft-set-flag-on-parent'.
1971
1972         * wl-draft.el (wl-draft-quit-preview): New function.
1973         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1974         (wl-draft-send): Call `wl-folder-set-flag' instead of
1975         `wl-draft-set-flag-on-parent'.
1976         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1977
1978 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1979
1980         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1981         (wl-draft-send): Ditto.
1982
1983 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1984
1985         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1986         (wl-draft-kill-pre-hook): Set default value as nil.
1987         (wl-summary-reply-hook): Ditto.
1988         (wl-draft-kill-flags): Abolish.
1989
1990         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1991         (wl-draft-parent-variables): Renamed from
1992         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1993         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1994         argument; Add wl-draft-parent-variables to
1995         wl-draft-config-variables.
1996         (wl-draft-reply): Likewise.
1997         (wl-draft-kill-flags): Abolish.
1998         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1999         (wl-draft-set-flag-on-parent): New function.
2000         (wl-draft-setup-parent-flag): Ditto.
2001
2002 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
2003
2004         * wl-draft.el (wl-draft-kill-flags): Avoid error when
2005         `wl-draft-parent-folder' is "".
2006
2007 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2008
2009         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
2010         (wl-summary-digit-jump): New function.
2011         (Adviced by John Owens and Hiroya Murata)
2012
2013         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
2014         (Adviced by John Owens)
2015
2016         * wl-xmas.el (wl-message-define-keymap): Ditto.
2017
2018         * wl-mule.el (wl-message-define-keymap): Ditto.
2019
2020 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2021
2022         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
2023         change of return value of elmo-folder-count-flags.
2024
2025         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
2026         (wl-summary-mark-as-read-internal): Ditto.
2027         (wl-summary-set-persistent-mark-internal): Ditto.
2028         (wl-summary-folder-info-update): Ditto.
2029         (wl-summary-sync-update): Fixed the last change.
2030
2031         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2032
2033 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
2034
2035         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
2036         (wl-draft-kill-flags): Fixed docstring.
2037
2038         * wl-draft.el (wl-draft-kill-flags): New function.
2039         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
2040
2041 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
2042
2043         * wl-vars.el (wl-reply-hook): Abolish.
2044         (wl-draft-reply-hook): New hook.
2045         (wl-summary-reply-hook): Ditto.
2046         (wl-draft-forward-hook): Ditto.
2047         (wl-summary-forward-hook): Ditto.
2048         (wl-draft-kill-flags): New variable.
2049
2050         * wl-summary.el (wl-summary-mark-as-answered-region): Use
2051         wl-summary-set-persistent-mark-internal.
2052         (wl-summary-sync-marks): Use elmo-preserved-flags.
2053         (wl-summary-update-persistent-mark): Make it interactive.
2054         (wl-summary-set-persistent-mark-internal): New inline function.
2055         (wl-summary-mark-as-answered): Use it.
2056         (wl-summary-mark-as-unanswered): Ditto.
2057         (wl-summary-unset-persistent-mark): New function.
2058         (wl-summary-set-persistent-mark): Ditto.
2059         (wl-summary-reply): Don't set answered flag;
2060         Run wl-summary-reply-hook instead.
2061         (wl-summary-forward): Call wl-draft-forward with number.
2062         Run wl-summary-forward-hook.
2063
2064         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
2065         (wl-highlight-summary-line-face-spec): Use it as a default
2066         persistent mark face.
2067
2068         * wl-draft.el (wl-draft-forward): Added optional argument number;
2069         Set wl-draft-parent-number; Run wl-draft-forward-hook.
2070         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
2071         (wl-draft-kill): Use wl-draft-kill-flags.
2072
2073         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
2074
2075         * wl-folder.el (wl-folder-check-one-entity): Follow the change
2076         of return value of elmo-folder-count-flags.
2077
2078         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2079
2080         * wl-summary.el (wl-summary-count-unread): Ditto.
2081         (wl-summary-sync-update): Follow the change above.
2082         (wl-summary-force-prefetch): New function.
2083
2084 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
2085
2086         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
2087         variable `buf' with `let' instead of `setq'.
2088
2089 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2090
2091         * wl-mime.el (wl-message-delete-current-part): If filename exists,
2092         add Content-Disposition heaeder on the deleted part.
2093
2094 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
2095
2096         * wl-draft.el (wl-draft-save): Encode address list under edit by
2097         `eword-encode-unstructured-field-body'.
2098
2099         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
2100
2101 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
2104         wl-current-summary-buffer.
2105
2106 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
2107
2108         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
2109         `numbers' is ignored.
2110
2111 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-folder.el (wl-folder-open-folder): Avoid error.
2114         Reported by John Owens, [wl-en:815]
2115
2116         * wl.el (wl): Set timer for biff process even if prefix argument
2117         is given or auto-checking is quitted.
2118
2119         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
2120         immediately.
2121         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
2122         (wl-toggle-plugged): Ditto.
2123
2124         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2125         * wl-util.el (wl-biff-start): Use idle timer if
2126         `wl-biff-use-idle-timer' is non-nil.
2127
2128 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2129
2130         * wl-highlight.el (wl-highlight-message): Fix description.
2131
2132 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2133
2134         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2135         tty.
2136
2137 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2138
2139         * wl-action.el (wl-summary-exec): Print failure count.
2140
2141 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2142
2143         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2144         to `defun', remove interactive form.
2145         Set elmo-message-fetch-confirm when force-reload is non-nil.
2146
2147 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * wl-summary.el (toplevel): Removed unnecessary autoload.
2150
2151 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2152
2153         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2154         the buffer is generated from another message buffer.
2155
2156 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2157
2158         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2159         extracted from `wl-fldmgr-save-folders'.
2160         (wl-fldmgr-delete): Call it after deletion.
2161
2162 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2163
2164         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2165         multi-tty support.
2166
2167 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2168
2169         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2170
2171 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2172
2173         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2174         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2175
2176 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2177
2178         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2179         unsubscribe list only if argument CLEAR is nil.
2180
2181 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2182
2183         * wl-draft.el (wl-draft-reply): Decode subject before removing
2184         Re: prefix.
2185
2186 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2187
2188         * wl-summary.el (wl-summary-sort-by-size): New command.
2189
2190 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-summary.el (wl-summary-number-list-from-region): New
2193         function.
2194         (wl-summary-mark-as-read-region): Use it.
2195         (wl-summary-mark-as-unread-region): Ditto.
2196         (wl-summary-set-flags-region): Ditto and add optional argument
2197         remove.
2198         (wl-summary-mark-as-answered-region): Ditto.
2199         (wl-summary-mark-as-important-region): Ditto.
2200         (wl-summary-target-mark-mark-as-important): Added optional
2201         argument remove.
2202         (wl-summary-target-mark-mark-as-answered): Ditto.
2203         (wl-summary-target-mark-set-flags): Ditto.
2204
2205 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2206
2207         * wl-summary.el (wl-summary-set-flags-region): Call
2208         `wl-summary-set-flags-internal' with number list instead of call
2209         one by each message.
2210         (wl-summary-target-mark-set-flags): Likewise.
2211
2212 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2213
2214         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2215         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2216         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2217         (wl-summary-target-mark-mark-as-answered): Likewise.
2218
2219 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2220
2221         * wl-summary.el (wl-summary-target-mark-forward): Use
2222         `wl-summary-delete-all-target-marks' instead of
2223         `wl-summary-delete-all-temp-marks'.
2224         (wl-summary-target-mark-reply-with-citation): Ditto.
2225         (wl-summary-target-mark-uudecode): Ditto.
2226         (wl-summary-target-mark-set-flags): Ditto and remove needless
2227         cursor move.
2228
2229 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2230
2231         * wl-summary.el (wl-summary-target-mark-forward): Protect
2232         wl-summary-buffer-target-mark-list from nreverse.
2233         (wl-summary-target-mark-reply-with-citation): Ditto.
2234
2235 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2236
2237         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2238         `elmo-display-progress-threshold'.
2239
2240 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2241
2242         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2243         check `wl-summary-highlight'.
2244         (wl-summary-window-scroll-functions): Respect value of
2245         `wl-summary-highlight'.
2246         (wl-summary-sync-update): Run hooks
2247         `wl-summary-buffer-window-scroll-functions' at any time.
2248
2249 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2250
2251         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2252         from `wl-summary-cleanup-temp-marks'.
2253         (wl-summary-cleanup-temp-marks): Abolish argument.
2254         * wl.el (wl-save-status): Revert previous change.
2255         (wl-execute-temp-marks): New function, call
2256         `wl-summary-exec-with-confirmation'.
2257         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2258         (wl-folder-save-and-exec-marks): Abolished.
2259
2260 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2261
2262         * wl-e21.el (wl-e21-display-image-p): Respect
2263         `wl-highlight-folder-with-icon'.
2264         (wl-e21-highlight-folder-group-line): Highlight mouse line
2265         even if wl-e21-display-image-p is nil.
2266
2267         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2268         Respect value of `wl-summary-highlight'.
2269
2270         * wl.el (wl-save-status): Remove unused variable.
2271
2272         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2273         (wl-folder-mode-map): Bind it to "x".
2274
2275 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2276
2277         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2278
2279         * wl-thread.el (wl-thread-get-parent-list): Don't check
2280         disconnected ancestors, neglecting needless work in
2281         `wl-thread-update-indent-string-thread'.
2282
2283         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2284         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2285         argument, add argument default-keep to keep marks by default.
2286
2287         * Version number is increased to 2.11.30.
2288
2289         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2290         customization type and docstring.
2291         (wl-draft-reply-without-argument-list): Ditto.
2292
2293 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2294
2295         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2296
2297         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2298
2299 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2300
2301         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2302
2303 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2304
2305         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2306         save-excursion so as not to include run-hooks.
2307
2308 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2309
2310         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2311         Clarify that marks are going to be cleared.
2312
2313 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2316         according to 3rd element of wl-summary-flag-mark.
2317
2318         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2319
2320 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2321
2322         * wl-action.el (wl-summary-target-mark-all): Don't set
2323         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2324
2325 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2326
2327         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2328         (wl-forward-subject-prefix): Ditto.
2329         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2330         (wl-draft-reply-make-subject): Ditto.
2331
2332         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2333         `wl-draft-forward'.
2334         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2335
2336 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2337
2338         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2339         target message does not exist.
2340
2341 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2342
2343         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2344         `wl-subject-prefix-regexp'.
2345         (wl-subject-forward-prefix-regexp): New variable.
2346         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2347         `wl-draft-strip-subject-re' and take regexp as argument.
2348         (wl-draft-forward): Use it.
2349         (wl-draft-reply): Ditto.
2350
2351 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2352
2353         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2354         emacs multi-tty support.
2355
2356 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2357
2358         * wl-e21.el (wl-e21-display-image-p): Don't call
2359         `display-images-p'.
2360         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2361         support.
2362         (wl-highlight-folder-current-line): Ditto.
2363         (wl-folder-init-icons): Ditto.
2364
2365 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2366
2367         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2368         the last line of summary in unplugged mode.
2369
2370 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2371
2372         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2373
2374 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2375
2376         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2377         * wl-address.el (wl-address-user-mail-address-p): Use it.
2378         (wl-address-delete-user-mail-addresses): Ditto.
2379         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2380
2381         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2382         (wl-address-delete-user-mail-addresses): Ditto.
2383
2384         * wl-address.el (wl-address-delete-user-mail-addresses): New
2385         function.
2386         * wl-refile.el (wl-refile-guess-by-history): Use it.
2387         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2388         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2389
2390         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2391         use wl-address-user-mail-address-p.
2392
2393 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2396         after opening group.
2397
2398 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2399
2400         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2401         of elmo-set-buffer-multibyte.
2402
2403         * wl-message.el (wl-original-message-mode): Ditto.
2404
2405         * wl-score.el (wl-score-insert-header): Ditto.
2406
2407         * wl-summary.el
2408         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2409         (wl-summary-goto-folder-subr): Ditto.
2410         (wl-summary-insert-headers): Ditto.
2411
2412         * wl-util.el (wl-set-string-width): Ditto.
2413
2414         * Version number is increased to 2.11.29.
2415
2416 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2417
2418         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2419         (wl-highlight-summary-line-help-echo-alist): New variable.
2420         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2421         into `wl-highlight-summary-line-help-echo' and
2422         `wl-highlight-flag-folder-help-echo'.
2423         (wl-highlight-summary-line-string): Change accordingly.
2424         (wl-highlight-summary-current-line): Ditto.
2425
2426 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2427
2428         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2429         at the beginning of field body (Thanks to Markus Knittig).
2430
2431         * wl-draft.el (wl-draft-insert-current-message): Also check
2432         summary buffer, remove unnecessary tag.
2433
2434 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2435
2436         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2437         when wl-message-buffer is nil.
2438
2439         * wl-folder.el (wl-folder): Abolish unused argument.
2440         Call wl-folder-init when wl-folder-entity is nil.
2441         * wl.el (wl): Change accordingly.
2442
2443 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2444
2445         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2446         multibyte string before insert into draft buffer.
2447         (wl-draft-create-buffer): Always enable multibyte characters for
2448         draft buffer.
2449
2450         * Version number is increased to 2.11.28.
2451
2452 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2453
2454         * wl-folder.el (wl-folder-open-close): Handle blank line.
2455         (wl-folder-jump-to-current-entity): Ditto.
2456
2457 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2458
2459         * Version number is increased to 2.11.27.
2460
2461 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2462
2463         * wl-thread.el (wl-thread-insert-message): When the thread is
2464         devided by wl-summary-max-thread-depth, insert line at the end of
2465         buffer.
2466
2467 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2468
2469         * Version number is increased to 2.11.26.
2470
2471 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2472
2473         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2474
2475 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2476
2477         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2478         value of stream-type and session.
2479
2480 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2481
2482         * Version number is increased to 2.11.25.
2483
2484 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2485
2486         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2487         in a quit message.
2488
2489 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2490
2491         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2492         (wl-summary-redisplay-no-mime-internal): Ditto.
2493
2494 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2495
2496         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2497         * wl-vars.el (wl-smtp-connection-type): Ditto.
2498
2499 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2500
2501         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2502         for the separator line and quote mail-header-separator.
2503
2504 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2505
2506         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2507         result message.
2508
2509         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2510         `elmo-multiple-fields-body-list' with boundary as
2511         mail-header-separator.
2512
2513 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2514
2515         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2516
2517 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2518
2519         * wl-util.el (wl-list-diff): Remove unused function.
2520
2521         * wl-draft.el (wl-draft-send-confirm): Discard input before
2522         confirmation.
2523
2524 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2525
2526         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2527         order of flag and new.
2528
2529 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2530
2531         * wl-vars.el (wl-refile-policy-alist): Abolished.
2532
2533         * wl-action.el (wl-summary-set-action-refile): Follow the change
2534         above.
2535
2536 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2537
2538         * wl-highlight.el (wl-highlight-signature-search): Don't use
2539         re-search-backward for a long word since it is possible to crash
2540         XEmacs because of a bug.
2541
2542 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2543
2544         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2545
2546 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2547
2548         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2549         argument for wl-summary-sync-force-update.
2550
2551 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2552
2553         * wl-summary.el (wl-summary-mode-map): Revival of
2554         wl-summary-mark-as-important related bindings;
2555         Bind 'F','tF','mF','rF','m&'.
2556         (wl-summary-mark-as-important-region): Revival.
2557         (wl-summary-target-mark-mark-as-important): Ditto.
2558         (wl-summary-target-mark-operation): New function.
2559         (wl-summary-target-mark-mark-as-answered): Use it.
2560         (wl-summary-decide-flag): Don't set Important as default.
2561         (wl-summary-mark-as-important-internal): Revival.
2562         (wl-summary-mark-as-important): Ditto.
2563
2564         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2565
2566         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2567         instead of facep.
2568
2569 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2570
2571         * wl-dnd.el (wl-dnd-drop-func): Fix.
2572
2573         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2574         mouse-set-point instead of posn-point.
2575
2576         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2577
2578         * wl-mule.el (wl-completing-read-multiple): Ditto.
2579
2580 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2581
2582         * wl-demo.el (face-background-name): Defalias to avoid compile
2583         warning.
2584
2585 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2586
2587         * wl-summary.el (wl-summary-decide-flag): Use
2588         wl-completing-read-multiple instead of completing-read-multiple.
2589
2590         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2591         New alias.
2592
2593         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2594         Use face-background-name instead of face-background.
2595
2596         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2597
2598         * wl-summary.el (wl-summary-save): Use it.
2599         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2600
2601         * wl-mime.el (wl-mime-save-content): Fix last change.
2602
2603 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2604
2605         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2606         New function.
2607         (wl-summary-sort-specs): Added sort.
2608         * wl-mime.el (wl-mime-save-content): Expand file name.
2609
2610 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2611
2612         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2613
2614         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2615
2616 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2617
2618         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2619         for flag if it is not defined.
2620
2621 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2622
2623         * wl-e21.el (wl-highlight-folder-current-line): Use
2624         elmo-folder-type-internal when elmo-folder-type returns nil.
2625
2626         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2627
2628         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2629
2630         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2631
2632         * wl-e21.el (wl-summary-toolbar): Ditto.
2633
2634         * wl-vars.el (wl-demo-background-color): Abolished.
2635         (wl-summary-persistent-mark-priority-list): Renamed from
2636         wl-summary-flag-priority-list.
2637         (wl-summary-flag-alist): New user option.
2638         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2639         (wl-message-mode-line-format-spec-alist): Added 'F'.
2640         (wl-message-mode-line-format): Likewise.
2641         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2642         instead of wl-summary-important-mark.
2643         (wl-file-folder-icon): New variable.
2644
2645         * wl-thread.el (wl-thread-set-flags): Renamed from
2646         wl-thread-mark-as-important.
2647
2648         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2649         warning.
2650         (wl-summary-mode-menu-spec): Follow the change of 
2651         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2652         (wl-summary-mode-map): Follow the change of
2653         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2654         (wl-summary-detect-mark-position): Follow the variable name change.
2655         (wl-summary-set-flags-region): New function for the replacement of
2656         wl-summary-mark-as-important-region.
2657         (wl-summary-sync-marks): Sync all global-flags.
2658         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2659         instead of elmo-message-flagged-p.
2660         (wl-summary-persistent-mark-string): Follow the variable name change;
2661         Put wl-summary-flag-mark if the message has global-flag.
2662         (wl-summary-target-mark-set-flags): Renamed from 
2663         wl-summary-target-mark-mark-as-important.
2664         (wl-summary-decide-flag): New function.
2665         (wl-summary-set-flags-internal): Renamed from
2666         wl-summary-mark-as-important-internal.
2667         (wl-summary-add-flags-internal): New function.
2668         (wl-summary-remove-flags-internal): Ditto.
2669         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2670         (wl-summary-mark-as-unimportant): Abolish.
2671         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2672         (wl-summary-next-message): List flagged messages in the msgdb.
2673
2674         * wl-score.el (wl-summary-score-update-all-lines): Use
2675         wl-summary-add-flags-internal instead of 
2676
2677         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2678
2679         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2680         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2681         (wl-message-buffer-require-all-header): Renamed from
2682         wl-message-buffer-all-header-flag (Ditto).
2683         (wl-message-buffer-flag-indicator): New variable.
2684         (wl-message-redisplay): Changed local varibale name from `flag' to
2685         `display-type'; Set up wl-message-buffer-flag-indicator.
2686         (wl-message-buffer-display): Changed varibale name from `flag' to
2687         `display-type'.
2688         (wl-message-display-internal): Likewise.
2689
2690         * wl-highlight.el (wl-highlight-demo-face): Define default background
2691         color.
2692         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2693
2694         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2695
2696         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2697         (wl-demo-setup-properties): Renamed from
2698         `wl-demo-set-background-color'.
2699         (wl-demo): Follow the change above.
2700         
2701         * Version number is increased to 2.11.24.
2702
2703 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2704
2705         * wl-summary.el (wl-summary-toggle-thread): Call
2706         `wl-summary-rescan' with disable-thread as non-nil.
2707         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2708
2709 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2710
2711         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2712         foreground property of the face.
2713         (wl-demo-insert-text): Don't set up face property here.
2714         (wl-demo): Call wl-demo-set-background-color, anyway.
2715
2716 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2717
2718         * wl-vars.el (wl-demo-background-color): The value can be nil.
2719
2720 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2721
2722         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2723         to wl-summary-wheel-dispatcher.
2724
2725         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2726         wl-message-wheel-dispatcher.
2727         (wl-message-wheel-dispatcher): New function.
2728         (wl-summary-wheel-dispatcher): Ditto.
2729
2730 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * wl-action.el (wl-summary-target-mark-all): List messages which are
2733         not in the killed-list.
2734
2735         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2736         only when the folder is 'flag/important.
2737
2738         * wl-address.el (wl-complete-field-body): Complete if the last
2739         character is a space.
2740
2741 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2742
2743         * wl-folder.el (wl-folder-clear-entity-info): Use
2744         elmo-clear-hash-val.
2745
2746         * wl-fldmgr.el (wl-fldmgr-rename): Set
2747         wl-folder-info-alist-modified as t.
2748
2749 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2750
2751         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2752
2753 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2754
2755         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2756         (wl-folder-buffer-last-visited-entity-id): New buffer local
2757         variable.
2758         (wl-folder-revisit-last-visited-folder): New function.
2759         (wl-folder-mode-map): Bind it to "C-i".
2760         (wl-folder-set-current-entity-id): Set last visited folder.
2761         * wl-summary.el (wl-summary-exit): Ditto.
2762
2763 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2766         before calling `recenter' in order to cope with an XEmacs bug.
2767
2768 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2769
2770         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2771         to the default value.
2772
2773 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2774
2775         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2776         change.
2777         (wl-summary-sync-marks): Ditto.
2778         (wl-summary-mark-as-read-internal): Ditto.
2779         (wl-summary-mark-as-answered-internal): Ditto.
2780         (wl-summary-mark-as-important-internal): Ditto.
2781         (wl-summary-reply): Ditto.
2782
2783         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2784         instead of `elmo-folder-unflag-answered'.
2785
2786         * Version number is increased to 2.11.23.
2787
2788         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2789         the last change.
2790
2791 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2792
2793         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2794         Specify "spam" or "good".
2795
2796 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-spam.el (wl-summary-exec-action-spam): Call
2799         wl-folder-confirm-existence for spam folder.
2800         (wl-spam-setup): Bind "mk".
2801
2802 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2803
2804         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2805
2806 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2807
2808         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2809         destination folder is empty.
2810
2811 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2814         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2815
2816         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2817         (wl-summary-refile-prev-destination-region): New function.
2818         (wl-thread-refile-prev-destination): Ditto.
2819         (wl-summary-target-mark-refile-prev-destination): Ditto.
2820
2821 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2822
2823         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2824         (wl-demo-background-color): Changed default value.
2825
2826         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2827         color.
2828
2829         * wl-demo.el (wl-demo-set-background-color): New function.
2830         (wl-demo): Call it.
2831
2832 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2833
2834         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2835         * wl-address.el (wl-address-add-or-change): Don't add empty
2836         address.
2837
2838 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2839
2840         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2841
2842 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2843
2844         * wl-vars.el (wl-demo-image-filter-alist): New variable
2845         (wl-demo-background-color): Ditto.
2846
2847         * wl-demo.el (wl-demo-xpm-set-background): New function.
2848         (wl-demo-image-filter): Ditto.
2849         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2850
2851         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2852
2853         * wl-demo.el (wl-demo-icon-name): Define as function.
2854         (wl-demo-insert-image): Use it.
2855
2856 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2857
2858         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2859
2860 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2861
2862         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2863
2864 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2865
2866         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2867
2868 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2869
2870         * wl-thread.el (wl-thread-mark-as-answered): New function.
2871
2872         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2873         answered" entry.
2874         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2875         "r&" and wl-thread-mark-as-answered to "t&".
2876         (wl-summary-mark-as-important-region): Refine to toggle mark.
2877         (wl-summary-mark-as-answered-region): New function.
2878         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2879         and 3rd argument.
2880         (wl-summary-mark-as-important-internal): Likewise.
2881
2882 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-template.el (wl-template-preview): New internal variable.
2885         (wl-template-preview-p): New function.
2886         (wl-template-show): Bind `wl-template-preview' as t.
2887
2888 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2889
2890         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2891         `elmo-message-entity-field' with 3rd argument which is non-nil.
2892
2893 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2894
2895         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2896         Removed duplicate local bind `folder'.
2897
2898 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2899
2900         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2901
2902 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2903
2904         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2905         duplicate definition.
2906
2907 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2908
2909         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2910         non-nil, use it; Don't fetch message if there's no message in the
2911         current cursor position.
2912
2913 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2914
2915         * wl-util.el (wl-region-exists-p): Use region-active-p.
2916         (wl-deactivate-region): New function.
2917         * wl-message.el (wl-message-redisplay): Deactivate region.
2918
2919         * wl-summary.el (wl-summary-reply): Call
2920         `wl-summary-set-message-buffer-or-redisplay' instead of
2921         `wl-summary-redisplay-internal', don't move point.
2922
2923 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2924
2925         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2926         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2927         by regexp.
2928
2929 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2930
2931         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2932         if no need.
2933
2934 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2935
2936         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2937         default value to nil.
2938         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2939         `wl-summary-prepare-hook'; Replace refile action to
2940         `wl-summary-exec-action-refile-with-register'.
2941
2942         * Version number is increased to 2.11.22.
2943
2944 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2945
2946         * wl-summary.el (wl-summary-detect-mark-position): Set
2947         `wl-summary-buffer-weekday-name-lang'.
2948
2949 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2950
2951         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2952         (wl-summary-mark-as-read-all): Ditto.
2953         (wl-summary-delete-messages-on-buffer): Ditto.
2954         (wl-summary-sync-update): Ditto.
2955         (wl-summary-mark-as-read-internal): Ditto.
2956         (wl-summary-mark-as-answered-internal): Ditto.
2957         (wl-summary-update-folder-info): Abolished.
2958
2959 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2960
2961         * wl-summary.el (wl-summary-mark-as-read-all): Use
2962         `wl-summary-update-folder-info' instead of
2963         `wl-folder-update-unread'.
2964
2965 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2966
2967         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2968         `wl-summary-folder-info-update'.
2969         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2970         instead of `wl-summary-folder-info-update'.
2971         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2972         `wl-folder-set-folder-updated'.
2973         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2974         instead of `wl-folder-update-unread'.
2975         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2976         the value of `wl-summary-buffer-unread-count' for the second parameter of
2977         `wl-folder-update-unread'.
2978
2979         * Version number is increased to 2.11.21.
2980
2981 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2982
2983         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2984         a local variable.
2985
2986 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2989         interactively.
2990
2991         * wl-summary.el (wl-summary-mark-as-important-internal): New
2992         internal function.
2993         (wl-summary-mark-as-important): Use it.
2994         (wl-summary-mark-as-unimportant): New function.
2995         (wl-summary-sync-marks): Follow the API change.
2996
2997         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2998
2999         * wl-mime.el (wl-summary-burst): Check target folder is writable.
3000
3001 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
3002
3003         * wl-folder.el (wl-folder-update-unread): Re-indent.
3004         Narrow the scope of a local variable.
3005
3006 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3007
3008         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
3009         (wl-addrmgr-merge-entries): Ditto.
3010         (wl-addrmgr): Added to address entry which exists in draft buffer
3011         if no entry is in original.
3012
3013 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3014
3015         * wl-batch.el: New file.
3016
3017 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3018
3019         * wl-vars.el (wl-use-semi): Remove unused variable.
3020
3021 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3022
3023         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
3024         "?".
3025
3026 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3027
3028         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
3029         wl-summary-new-mark.
3030         (wl-summary-new-cached-mark): New user option.
3031         (wl-summary-score-marks): Follow the change above.
3032         (wl-summary-auto-refile-skip-marks): Ditto.
3033         (wl-summary-incorporate-marks): Ditto.
3034         (wl-summary-expire-reserve-marks): Ditto.
3035
3036         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
3037
3038         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
3039         (wl-summary-persistent-mark-string): Distinguished between cached
3040         and uncached mark when the message is new.
3041
3042 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3043
3044         * wl-spam.el (wl-spam-domain): Renamed from
3045         `wl-spam-folder-guess-domain'.
3046         (wl-summary-exec-action-spam): Register as spam if domain of the
3047         source folder is good.
3048         (wl-summary-exec-action-refile-with-register): Register message if
3049         domain of the source folder is not undecided.
3050
3051 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3052
3053         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
3054         detect thread loop.
3055
3056 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3057
3058         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
3059         and wl-summary-skip-mark-list.
3060
3061 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3062
3063         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
3064
3065         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
3066
3067         * wl-spam.el (toplevel): Require wl-highlight.
3068         (wl-spam-auto-check-policy-alist): Abolish.
3069         (wl-spam-auto-check-folder-regexp-list): New user option.
3070         (wl-spam-auto-check-marks): Ditto.
3071         (wl-spam-mark-action-list): Ditto.
3072         (wl-highlight-summary-spam-face): New face.
3073         (wl-spam-auto-check-message-p): New function.
3074         (wl-spam-map-spam-messages): Fixed message.
3075         (wl-spam-register-spam-messages): Ditto.
3076         (wl-spam-register-good-messages): Ditto.
3077         (wl-summary-spam-map): Add and remove keybind.
3078         (wl-summary-target-mark-spam): Abolish.
3079         (wl-summary-refile-spam): Ditto.
3080         (wl-summary-test-spam): New function.
3081         (wl-summary-mark-spam): Ditto.
3082         (wl-summary-auto-check-spam): Follow the above change.
3083         (wl-summary-exec-action-spam): New function.
3084         (wl-summary-exec-action-refile-with-register): Fixed message.
3085         (wl-message-check-spam): New function.
3086         (wl-spam-setup): Ditto.
3087         (toplevel): Call it if this file is loaded interactivity.
3088
3089         * Version number is increased to 2.11.20.
3090
3091 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
3094         when new optional argument `force' is non nil or modified.
3095
3096 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3097
3098         * wl.el (toplevel): Require wl-spam when compile.
3099         (wl-save-status): Call wl-spam-save-status.
3100
3101         * wl-spam.el (wl-spam-register-spam-messages): New function.
3102         (wl-spam-register-good-messages): Ditto.
3103         (wl-spam-save-status): Ditto.
3104         (wl-summary-mode-map): Bind
3105         wl-summary-target-mark-register-as-spam to "ms" and
3106         wl-summary-target-mark-register-as-good to "mn".
3107         (wl-summary-register-as-spam): Abolish optional argument; Use
3108         wl-spam-register-spam-messages.
3109         (wl-summary-register-as-spam-all): Use
3110         wl-spam-register-spam-messages.
3111         (wl-summary-register-as-good): Abolish optional argument; Use
3112         wl-spam-register-good-messages.
3113         (wl-summary-register-as-good-all): Use
3114         wl-spam-register-good-messages.
3115         (wl-summary-target-mark-register-as-spam): New funtion.
3116         (wl-summary-target-mark-register-as-good): Ditto.
3117
3118 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3119
3120         * wl-spam.el: New file.
3121
3122 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3123
3124         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3125
3126         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3127         (wl-summary-auto-refile): Call wl-refile-guess with
3128         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3129
3130 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3133         with disable-thread argument non-nil.
3134
3135 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3136
3137         * wl-summary.el (wl-summary-rescan): Added optional argument
3138         disable-thread.
3139         (wl-summary-sync): Call wl-summary-rescan with argument
3140         disable-thread.
3141         (wl-summary-input-range): Added new range `rescan-thread'.
3142
3143 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3144
3145         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3146
3147 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3150         internal variable.
3151         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3152         wl-summary-search-parent-by-subject-regexp and
3153         wl-summary-divide-thread-when-subject-changed as nil.
3154         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3155         (wl-summary-insert-thread): Search parent entity from
3156         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3157         thread loop.
3158
3159 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3160
3161         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3162
3163         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3164
3165         * wl-util.el (wl-require-update-all-folder-p): New function.
3166         (wl-get-assoc-list-value): Added `function' to match directive.
3167         (wl-collect-draft): Rewrite.
3168
3169         * wl-summary.el (wl-summary-sync-update): Clear faces
3170         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3171         are non-nil.
3172         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3173         argument as function.
3174         (wl-summary-input-range): Ditto.
3175
3176         * wl-folder.el (wl-draft-get-folder): New function.
3177         (wl-folder-get-elmo-folder): Consider draft folder.
3178
3179         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3180         (wl-draft-buffer-message-number): New buffer local variable.
3181         (wl-draft-folder-internal): New internal variable.
3182         (wl-draft-delete): Rewrite.
3183         (wl-draft-save): Ditto.
3184         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3185         wl-folder-get-elmo-folder.
3186         (wl-draft-config-info-operation): Ditto.
3187         (wl-jump-to-draft-folder): Ditto.
3188         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3189         (wl-draft-reedit): Rewrite.
3190
3191         * Version number is increased to 2.11.19.
3192         
3193 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3194
3195         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3196         variable.
3197
3198 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3199
3200         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3201         Use ignore-errors instead of unwind-protect.
3202
3203 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3204
3205         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3206         for updating `wl-thread-entity-list'.
3207
3208 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3209
3210         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3211         parameter from calling `wl-thread-entity-get-older-brothers' and
3212         `wl-thread-entity-get-younger-brothers'.
3213         Replace nested `append' with a single one.
3214
3215 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3216
3217         * wl-summary.el (wl-summary-mode): Don't use the return value of
3218         `make-local-hook'.
3219
3220 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3221
3222         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3223         instead of `let*'.
3224         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3225         of local variables.
3226
3227 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3228
3229         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3230         Renamed from wl-summary-window-scroll-functions.
3231         (wl-summary-window-scroll-functions): Don't set to variable.
3232         (wl-summary-display-top): Use run-hooks.
3233         (wl-summary-display-bottom): Ditto.
3234         (wl-summary-toggle-disp-msg): Ditto.
3235         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3236         Use it instead of wl-summary-window-scroll-functions.
3237         (wl-summary-goto-folder-subr): Don't call
3238         wl-summary-window-scroll-functions, use
3239         wl-summary-buffer-window-scroll-functions instead.
3240
3241 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3242
3243         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3244         make-local-variable.
3245
3246 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3247
3248         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3249         set-buffer-modified-p.
3250         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3251         (wl-summary-display-bottom): Ditto.
3252         (wl-summary-toggle-disp-msg): Ditto.
3253
3254 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3255
3256         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3257
3258         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3259         (wl-summary-forward): Use elmo-message-entity-field instead of
3260         elmo-message-field.
3261
3262         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3263
3264 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3265
3266         * wl-summary.el (wl-summary-window-scroll-functions): No use
3267         `append'.
3268
3269 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3272         function.
3273         (wl-summary-window-scroll-functions): Call it when both
3274         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3275         (wl-summary-temp-mark): Added optional argument number.
3276         (wl-summary-message-mark): Added optional argument flag.
3277         (wl-summary-persistent-mark): Added optional argument number and flag.
3278         (wl-summary-update-persistent-mark): Ditto.
3279         (wl-summary-update-status-marks): Set "r" for interactive spec.
3280
3281         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3282         argument number and flag.
3283
3284         * wl-action.el (wl-summary-registered-temp-mark): 
3285         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3286
3287 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3288
3289         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3290         internal variable (buffer local).
3291         (wl-summary-window-scroll-functions): New function.
3292         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3293         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3294         as nil.
3295         (wl-summary-update-status-marks): Added arguments beg, end and
3296         check.
3297         (wl-summary-update-mark-window): Use function.
3298         (wl-summary-sync-update): Follow the change above.
3299         (wl-summary-switch-to-clone-buffer): Copy
3300         wl-summary-buffer-unsync-mark-number-list.
3301         (wl-summary-goto-folder-subr): Set
3302         wl-summary-buffer-unsync-mark-number-list and
3303         use wl-summary-window-scroll-functions instead of
3304         wl-summary-lazy-highlight.
3305
3306         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3307
3308 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3309
3310         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3311
3312         * wl-summary.el (wl-summary-update-persistent-mark): Call
3313         wl-summary-set-message-modified.
3314
3315         * wl-summary.el (wl-summary-sync-update): Don't call
3316         wl-summary-update-status-marks.
3317
3318         * Version number is increased to 2.11.18.
3319
3320 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3323         (wl-message-next-page): Ditto.
3324
3325 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3326
3327         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3328         local variable.  Change the order of a collected list into the
3329         same as the specified range.  Remove nil from a collected list.
3330
3331 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3332
3333         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3334         argument for elmo-folder-list-messages.
3335
3336 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3337
3338         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3339         change (wl-summary-count-unreads return a list instead of a cons
3340         cell).
3341
3342 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3343
3344         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3345         `wl-summary-folder-info-update'.
3346
3347 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3348
3349         * wl-summary.el (wl-summary-set-message-modified): No use
3350         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3351         (wl-summary-set-mark-modified): Abolish.
3352         (wl-summary-mark-modified-p): Ditto.
3353         (wl-summary-save-view): Follow the change above.
3354
3355         * wl-expire.el (wl-summary-expire): Likewise.
3356
3357 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3358
3359         * wl-summary.el (wl-summary-detect-mark-position): Use
3360         modb-entity-handler.
3361         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3362
3363         * Version number is increased to 2.11.17.
3364
3365 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3366
3367         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3368         entity field value.
3369         (wl-summary-prefetch-msg): Ditto.
3370         (wl-summary-print-message-with-ps-print): Ditto.
3371
3372 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3373
3374         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3375         for dummy entity.
3376         (wl-summary-insert-thread): Use elmo-message-entity-field.
3377         (wl-summary-update-thread): Use elmo-message-entity-field and
3378         elmo-message-entity-number.
3379         (wl-summary-line-number):  Use elmo-message-entity-number.
3380         (wl-summary-line-size): Use elmo-message-entity-field.
3381         (wl-summary-line-subject): Ditto.
3382         (wl-summary-line-from): Ditto.
3383         (wl-summary-line-attached): Ditto.
3384         (wl-summary-create-line): Ditto.
3385         (wl-summary-create-line): Use elmo-message-entity-number.
3386         (wl-summary-print-message-with-ps-print): Use
3387         elmo-message-entity-field.
3388
3389 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3390
3391         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3392         change in elmo-msgdb-make-message-entity.
3393         (wl-summary-buffer-set-folder): Don't call
3394         wl-summary-detect-mark-position here.
3395         (wl-summary-rescan): Call elmo-message-entity-number.
3396         (wl-summary-sync-update): Ditto.
3397         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3398
3399         * wl-score.el (wl-score-header-index): Redefine 2th element.
3400         (wl-score-overview-entity-get-extra): Abolish.
3401         (wl-score-ov-entity-get): Rewrite.
3402         (wl-score-string-index<, wl-score-string-func<): Abolish.
3403         (wl-score-string<): New function.
3404         (wl-score-string-sort): Use it.
3405
3406         * wl-refile.el (wl-refile-guess-by-history): Use
3407         elmo-message-entity-field.
3408         (wl-refile-guess-by-from): Ditto.
3409         (wl-refile-guess-by-msgid): Ditto.
3410
3411         * Version number is increased to 2.11.16.
3412
3413 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3414
3415         * wl-folder.el (wl-folder-confirm-existence): Don't call
3416         file-exists-p if msgdb-path is nil.
3417         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3418         `wl-read-folder-hist' to `wl-read-folder-history'.
3419
3420 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3421
3422         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3423         `y-or-n-p'.
3424
3425 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * wl-score.el (wl-score-headers): Don't use
3428         elmo-folder-do-each-message-entity.
3429
3430         * Version number is increased to 2.11.15.
3431
3432 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3433
3434         * wl-summary.el (wl-summary-delete-all-msgs): Use
3435         elmo-folder-move-messages instead of elmo-folder-delete-messages
3436         and elmo-folder-detach-messages.
3437         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3438
3439         * wl-expire.el (wl-expire-delete): Ditto.
3440         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3441
3442 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3443
3444         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3445         (wl-message-header-narrowing-fields): Ditto.
3446         (wl-message-header-narrowing-lines): Ditto.
3447         (wl-message-header-narrowing-string): Ditto.
3448
3449         * wl-summary.el (wl-summary-mode-map): Bind
3450         wl-summary-toggle-header-narrowing to "C-cC-f".
3451         (wl-summary-toggle-header-narrowing): New function.
3452
3453         * wl-message.el (wl-message-buffer-create): Call
3454         wl-message-header-narrowing-setup.
3455         (wl-message-redisplay): Call wl-message-header-narrowing.
3456         (wl-message-header-narrowing): New function.
3457         (wl-message-header-narrowing-map): New keymap.
3458         (wl-message-header-narrowing-widen-map): New keymap.
3459         (wl-message-header-narrowing-again-at-mouse): New function.
3460         (wl-message-header-narrowing-1): Ditto.
3461         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3462         (wl-message-header-narrowing-setup): Ditto.
3463         (wl-message-header-narrowing-toggle): Ditto.
3464         
3465         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3466
3467         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3468         'flag as all.
3469         (wl-use-flag-folder-help-echo): New user option.
3470
3471         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3472         wl-summary-highlight as nil.
3473         (wl-summary-set-mark-modified): Follow the API change.
3474         (wl-summary-mark-modified-p): Ditto.
3475         (wl-summary-mark-as-read-all): Ditto.
3476         (wl-summary-sync-marks): Don't call
3477         elmo-folder-list-messages-with-global-mark.
3478         (wl-summary-mark-as-read-internal): Follow the API change.
3479         (wl-summary-mark-as-answered-internal): Ditto.
3480         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3481         Follow the API change.
3482         (wl-summary-create-line): Call with number argument.
3483         (wl-summary-reply): Follow the API change.
3484
3485         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3486         function.
3487         (wl-highlight-summary-line-string): Call it when
3488         wl-use-flag-folder-help-echo is non-nil.
3489         (wl-highlight-summary-current-line): Ditto.
3490         (elmo-flag-folder-referrer): Added autoload setting.
3491
3492         * wl-draft.el (wl-draft-kill): Follow the API change.
3493
3494         * Version number is increased to 2.11.14.
3495         
3496 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3497
3498         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3499
3500 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3501
3502         * Version number is increased to 2.11.13.
3503
3504 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3505
3506         * wl-draft.el (wl-draft-previous-history-element): Fixed
3507         unbalanced parenthesis and bind unbound local variables.
3508
3509 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3510
3511         * wl-draft.el (wl-draft-previous-history-element): New function.
3512         (wl-draft-next-history-element): Ditto.
3513         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3514         them to M-p and M-n.
3515
3516 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * Version number is increased to 2.11.12.
3519
3520 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3521
3522         * wl-draft.el (wl-draft-hide): Select buffer-window.
3523
3524 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3525
3526         * wl-summary.el (wl-summary-narrow-to-region): New function.
3527         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3528         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3529         (wl-summary-save-region): Use it.
3530         * wl-action.el (wl-summary-collect-numbers-region)
3531         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3532
3533 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3534
3535         * wl-folder.el (wl-folder-count-incorporates): Don't use
3536         `elmo-msgdb-mark-load'
3537
3538         * Version number is increased to 2.11.11.
3539
3540 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3541
3542         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3543         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3544
3545 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3546
3547         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3548
3549 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3550
3551         * Version number is increased to 2.11.10.
3552
3553 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3554
3555         * wl-mime.el (wl-draft-attribute-value): Fixed.
3556
3557 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3558
3559         * wl-util.el (wl-copy-local-variables): New function.
3560
3561         * wl-mime.el (wl-draft-attribute-recipients): New function.
3562         (wl-draft-attribute-envelope-from): Ditto.
3563         (wl-draft-attribute-smtp-posting-server): Ditto.
3564         (wl-draft-attribute-smtp-posting-port): Ditto.
3565         (wl-draft-attribute-value): Ditto.
3566         (wl-draft-preview-message): Use it to get value for
3567         attributes. Reflect result of `wl-draft-config'.
3568
3569         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3570         and call `wl-summary-mark-as-read' before to call
3571         `wl-summary-unset-mark'.
3572         (wl-summary-target-mark-mark-as-unread): Likewise.
3573         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3574
3575 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3576
3577         * wl-mime.el (wl-draft-preview-message): Use actual value for
3578         attributes; Fix for small window.
3579
3580 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3581
3582         * wl-refile.el (wl-refile-get-field-value): Call
3583         `elmo-message-entity-field' with 3rd argument is non-nil.
3584
3585 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3586
3587         * wl-vars.el (wl-draft-preview-attributes): New user option.
3588         (wl-draft-preview-attributes-list): Ditto.
3589         (wl-draft-preview-attributes-buffer-lines): Ditto.
3590         (wl-draft-preview-attributes-buffer-name): Ditto.
3591
3592         * wl-mime.el (wl-draft-preview-message): Display attributes.
3593
3594 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3595
3596         * wl-summary.el (wl-summary-detect-mark-position): Bind
3597         wl-summary-flag-priority-list to '(new).
3598
3599 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3600
3601         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3602         funtion.
3603         (wl-highlight-summary-line-string): Use it.
3604         (wl-highlight-summary-current-line): Ditto.
3605
3606 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3607
3608         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3609         line even when the mark string is not changed.
3610
3611         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3612         argument change in the wl-summary-create-line.
3613         (wl-thread-insert-entity-sub): Ditto.
3614
3615         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3616         argument change in the wl-summary-create-line.
3617         (wl-summary-insert-sequential): Ditto.
3618         (wl-summary-update-thread): Ditto.
3619         (wl-summary-persistent-mark-string): New inline function.
3620         (wl-summary-message-mark): Use it.
3621         (wl-summary-create-line): Abolish argument wl-persistent-mark
3622         and added wl-flags, wl-cached.
3623
3624         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3625         mark to flags.
3626         (wl-highlight-summary-current-line): Decide the face not by the 
3627         persistent mark but flags.
3628
3629 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3630
3631         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3632         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3633         wl-summary-read-uncached-mark): Revive.
3634         (wl-summary-answered-cached-mark,
3635         wl-summary-answered-uncached-mark): New user option.
3636         (wl-summary-score-marks): Follow the change above.
3637         (wl-summary-auto-refile-skip-marks): Ditto.
3638         (wl-summary-incorporate-marks): Ditto.
3639         (wl-summary-expire-reserve-marks): Ditto.
3640         (wl-summary-flag-priority-list): New user option.
3641
3642         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3643         changes.
3644         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3645         of elmo-message-mark.
3646         (wl-summary-mark-as-read-internal): Ditto.
3647         (wl-summary-mark-as-answered): Ditto.
3648         (wl-summary-mark-as-important): Ditto.
3649         (wl-summary-redisplay-internal): Ditto.
3650         (wl-summary-redisplay-no-mime-internal): Ditto.
3651         (wl-summary-message-mark): New function.
3652         (wl-summary-insert-sequential): Use wl-summary-message-mark
3653         instead of elmo-message-mark.
3654         (wl-summary-update-thread): Ditto.
3655         (wl-summary-persistent-mark): Ditto.
3656         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3657         instead of elmo-message-mark.
3658
3659         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3660         wl-summary-message-mark instead of elmo-message-mark.
3661         (wl-thread-insert-entity-sub): Ditto.
3662         (wl-thread-get-children-msgs-uncached): Ditto.
3663
3664         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3665         variable name changes.
3666         (wl-highlight-summary-current-line): Ditto.
3667
3668         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3669         wl-summary-message-mark instead of elmo-message-mark.
3670
3671         * wl-expire.el (wl-expire-message-p): Ditto.
3672
3673         * wl-score.el (wl-score-headers): Ditto.
3674
3675         * Version number is increased to 2.11.9.
3676
3677         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3678         (wl-summary-sync-update): Follow the change above.
3679         (wl-summary-switch-to-clone-buffer): Ditto.
3680         (wl-summary-open-folder): Ditto.
3681
3682 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3683
3684         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3685         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3686
3687         * Version number is increased to 2.11.8.
3688
3689         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3690
3691         * wl-expire.el (wl-expire-refile): Follow the API change on
3692         `elmo-folder-move-messages'.
3693         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3694
3695         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3696         (wl-summary-exec-action-refile): Ditto.
3697         (wl-summary-exec-action-copy): Ditto.
3698         (wl-summary-no-auto-refile-message-p): No use
3699         `wl-summary-buffer-msgdb'.
3700         (wl-summary-auto-refile): Ditto.
3701
3702 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3703
3704         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3705
3706 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3707
3708         * wl-summary.el (wl-summary-sync): Treat no-sync.
3709
3710         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3711         (wl-default-sync-range): Ditto.
3712
3713 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3714
3715         * wl-refile.el (wl-refile-subject-learn): Call
3716         `elmo-message-entity-field' with 3rd argument is non-nil.
3717         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3718         instead of `elmo-msgdb-overview-entity-get-subject'.
3719
3720 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3723         scan-type is rescan.
3724         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3725         new optional argument force is non-nil.
3726         (wl-summary-save-view-cache): Call it with force argument non-nil.
3727
3728         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3729
3730 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3731
3732         * wl-action.el (wl-summary-print-argument): Fixed last change.
3733
3734 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3735
3736         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3737         simplified.
3738         (wl-summary-target-mark-mark-as-unread): Likewise.
3739         (wl-summary-target-mark-mark-as-important): Likewise.
3740
3741 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3742
3743         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3744         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3745         (wl-summary-mark-as-important-region): Change accordingly.
3746         (wl-summary-target-mark-mark-as-important): Ditto.
3747
3748 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3749
3750         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3751
3752         * wl-action.el (wl-summary-print-argument): Print argument to
3753         right side of window if `wl-summary-print-argument-within-window'
3754         is non-nil.
3755
3756 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3757
3758         * wl-action.el (wl-summary-set-mark): Use
3759         `wl-summary-message-visible-p' to check visibility of the message
3760         and jump to message only when the message line is visible and have
3761         different number; Call wl-summary-unset-mark with number argument.
3762         (wl-summary-unset-mark): 
3763         Use `wl-summary-message-visible-p'
3764         to check visibility of the message and jump to message only when
3765         the message line is visible and have different number;
3766
3767 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3768
3769         * Version number is increased to 2.11.7.
3770
3771         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3772         and wl-folder-summary-line-format.
3773
3774         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3775         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3776         (wl-summary-set-score-mark): Use it.
3777         (wl-summary-target-mark-mark-as-read): Ditto.
3778         (wl-summary-target-mark-mark-as-unread): Ditto.
3779         (wl-summary-target-mark-mark-as-important): Ditto.
3780         (wl-summary-target-mark-msgs): Simplified.
3781         (wl-summary-detect-mark-position): Fixed problem when
3782         summary-line-format no contain persisten/temp mark spec.
3783         (wl-summary-temp-mark): Ditto.
3784         (wl-summary-persistent-mark): Ditto.
3785         (wl-summary-update-persistent-mark): Ditto.
3786
3787         * wl-action.el (wl-summary-set-mark): Ditto.
3788         (wl-summary-unset-mark): Ditto.
3789         All other related portions are changed.
3790
3791 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3792
3793         * Version number is increased to 2.11.6.
3794
3795 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl-util.el (wl-current-message-buffer): Define as function;
3798         Don't use the value of wl-messge-buffer.
3799
3800         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3801         persistent mark.
3802
3803         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3804         no current message, cause an error.
3805
3806 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3807
3808         * wl-summary.el (wl-summary-set-message-modified): Use
3809         elmo-folder-set-message-modified instead of
3810         elmo-folder-set-message-modified-internal.
3811
3812 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3813
3814         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3815         interactively.
3816         (wl-summary-sync): nokill->entirely.
3817         (wl-summary-sync-marks): Fixed message.
3818         (wl-summary-input-range): Added mark, nokill->entirely.
3819
3820         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3821         messages as read.
3822
3823 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3824
3825         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3826         update-noscore.
3827         (wl-summary-sync): Follow the change above.
3828
3829 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3830
3831         * wl-action.el (wl-summary-target-mark-all): Use
3832         elmo-folder-list-messages.
3833
3834 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3835
3836         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3837         (wl-summary-rescan): Set wl-summary-scored as nil.
3838         (wl-summary-sync-force-update): Follow the change above.
3839         (wl-summary-sync): Ditto.
3840         (wl-summary-sync-update): Added argument disable-killed.
3841         (wl-summary-insert-headers): Set visible-only argument for
3842         elmo-folder-list-messages.
3843         (wl-summary-input-range): Added update-nokill, update-noscore,
3844         all-nokill, all-noscore and mark.
3845
3846         * Version number is increased to 2.11.5.
3847
3848         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3849
3850 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3851
3852         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3853         (wl-summary-prefetch-region-no-mark): Change accordingly.
3854         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3855
3856 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3857
3858         * wl-address.el (wl-complete-field-to): Abolished.
3859         (wl-complete-address): Completion function for completing-read.
3860         * wl-action.el (wl-summary-get-resend-address): Use it.
3861
3862         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3863         wl-summary-update-mark and abolish unused argument.
3864         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3865         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3866         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3867         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3868         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3869         * wl-draft.el (wl-draft-kill): Ditto.
3870
3871         * wl-summary.el: Remove unused binding of case-fold-search.
3872         (wl-summary-replace-status-marks): Abolished.
3873
3874 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3877         is specified or folder length is zero.
3878
3879 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3880
3881         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3882         (wl-folder-archive-current-entity): Ditto.
3883
3884 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3885
3886         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3887         retrieving message mark.
3888         (wl-summary-redisplay-internal): Ditto.
3889
3890         * wl-message.el (wl-message-buffer-display): Ignore errors while
3891         retrieving message-id field.
3892
3893         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3894         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3895         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3896         order of the arguments for `wl-expire-message-p'.
3897         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3898
3899         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3900         Check return value of wl-summary-reply.
3901         (wl-summary-reply): Recover window configuration when an error occured.
3902
3903 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3904
3905         * wl-summary.el (wl-summary-resend-message): Abolished, the
3906         feature is inherited by wl-summary-resend (put resend mark).
3907
3908 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3909
3910         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3911         wl-message-buffer to nil when the message is hide.
3912
3913 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3914
3915         * .cvsignore: New file.
3916
3917 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3918
3919         * wl-action.el (wl-summary-action-docstring): Add more info.
3920         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3921         duplicate definition.
3922         (wl-summary-define-mark-action): Functions wl-summary-*-region
3923         keep current position.
3924         (wl-summary-unregister-target-mark): Store result to the variable.
3925
3926 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3927
3928         * Version number is increased to 2.11.4.
3929
3930 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3931
3932         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3933         wl-summary-delete-all-temp-marks.
3934         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3935
3936         * wl-action.el (wl-summary-set-mark): Changed terminology
3937         refile-destination -> action-argument.
3938         (wl-summary-unset-mark): Ditto.
3939         (wl-summary-remove-argument): Ditto.
3940         (wl-summary-print-argument): Ditto.
3941
3942         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3943         (wl-thread-remove-argument-region): Ditto.
3944         (wl-thread-print-argument-region): Ditto.
3945         (wl-thread-close): Ditto.
3946         (wl-thread-open): Ditto.
3947
3948         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3949         (wl-highlight-refile-destination-face is abolished)
3950         (wl-highlight-action-argument-string): Ditto.
3951         (wl-highlight-summary-current-line): Highlight action argument.
3952
3953         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3954         color for light backgrounds.
3955         (wl-highlight-summary-answered-face): Ditto.
3956
3957 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3958
3959         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3960
3961         * wl-score.el (wl-summary-score-update-all-lines): Use
3962         wl-summary-set-mark.
3963         (wl-summary-score-update-all-lines): Kill expunged messages.
3964
3965         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3966
3967 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3968
3969         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3970         directly.
3971         (wl-score-overview-entity-get-lines): Ditto.
3972         (wl-score-overview-entity-get-xref): Ditto.
3973         (wl-score-get-latest-msgs): Ditto.
3974         (wl-summary-rescore): Ditto.
3975
3976         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3977         to "&".
3978         (wl-summary-mark-as-answered-internal): New inline function.
3979         (wl-summary-mark-as-answered): New function.
3980         (wl-summary-mark-as-unanswered): Ditto.
3981         (wl-summary-sync-marks): Modified for answered-mark synching.
3982
3983 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3984
3985         * wl-action.el (wl-summary-set-mark): Fixed last change.
3986
3987 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3988
3989         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3990         behavior of wl-summary-unread-message-hook
3991         (Pointed out by akira yamada <akira@arika.org>).
3992
3993 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3994
3995         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3996         wl-summary-delete.
3997         * wl-xmas.el (wl-summary-toolbar): Ditto.
3998
3999         * wl-action.el (wl-summary-set-mark): Don't override current
4000         temp-mark.
4001
4002         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
4003
4004 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
4005
4006         * wl-refile.el (wl-refile-learn): Don't use msgdb.
4007         (wl-refile-msgid-learn): Ditto.
4008         (wl-refile-get-field-value): Ditto.
4009
4010         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
4011
4012         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
4013         (wl-expire-delete-reserved-messages): Renamed from
4014         wl-expire-reserve-marked-msgs-from-list.
4015         (wl-expire-delete): Removed argument `msgdb'.
4016         (wl-expire-refile): Ditto.
4017         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4018         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
4019         mark-alist as argument.
4020         (wl-expire-archive-number1): Removed argument `msgdb'.
4021         (wl-expire-archive-number2): Ditto.
4022         (wl-expire-archive-date): Ditto.
4023         (wl-expire-localdir-date): Ditto.
4024         (wl-expire-hide): Ditto.
4025         (wl-archive-number1): Ditto.
4026         (wl-archive-number2): Ditto.
4027         (wl-archive-date): Ditto.
4028         (wl-archive-folder): Ditto.
4029         All other related portions are changed.
4030
4031 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4032
4033         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
4034         mean move up and down. (suggested by Takashi Kawachi)
4035
4036 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4037
4038         * wl-acap.el (toplevel): Don't require un-define.
4039
4040 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
4041
4042         * wl-thread.el (wl-thread-delete-message): Always update
4043         wl-summary-buffer-number-list.
4044
4045         * wl-action.el (wl-summary-print-destination): 
4046         Do nothing when folder is nil.
4047
4048 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4049
4050         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
4051         persistent mark when prefetch is succeeded.
4052
4053 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
4056         instead of elmo-msgdb-delete-msgs.
4057         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4058         (wl-expire-hide): Ditto.
4059
4060         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
4061
4062         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
4063         elmo-msgdb interface.
4064         (wl-thread-get-exist-children): Likewise.
4065         (wl-thread-insert-message): Likewise.
4066         (wl-thread-msg-mark-as-important): Likewise.
4067         (wl-thread-insert-entity-sub): Likewise.
4068         (wl-thread-get-children-msgs-uncached): Likewise.
4069
4070         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
4071         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
4072         (wl-summary-sync-update): Likewise.
4073         (wl-summary-auto-select-msg-p): Likewise.
4074         (wl-summary-update-thread): Likewise.
4075         (wl-summary-mark-as-important): Likewise.
4076         (wl-summary-jump-to-msg-internal): Likewise.
4077         (wl-summary-redisplay-internal): Likewise.
4078         (wl-summary-print-message-with-ps-print): Likewise.
4079         (wl-summary-folder-info-update): Likewise.
4080
4081         * wl-folder.el (wl-folder-check-one-entity):
4082         elmo-folder-count-flags instead of wl-summary-count-unread.
4083
4084         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
4085
4086         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
4087
4088         * wl-summary.el (wl-summary-set-message-modified): 
4089         Call wl-summary-set-mark-modified.
4090         (wl-summary-delete-messages-on-buffer): Call
4091         wl-folder-set-folder-updated instead of wl-folder-update-unread.
4092         (wl-summary-sync-update): Call elmo-folder-length instead of
4093         elmo-folder-messages.
4094         (wl-summary-insert-headers): Don't call
4095         elmo-folder-list-message-entities.
4096
4097 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4098
4099         * wl-action.el (wl-summary-define-mark-action): Call
4100         `wl-summary-set-mark' with argument `data'.
4101         (wl-summary-auto-refile): Fixed order of arguments when call
4102         `wl-summary-refile'.
4103
4104 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
4105
4106         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
4107
4108         * wl-summary.el (wl-summary-mode-map): Bind resend action.
4109
4110         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
4111         (Renamed from wl-highlight-summary-deleted-face).
4112         (wl-highlight-summary-resend-face): New face.
4113
4114         (wl-highlight-summary-deleted-face): Renamed from
4115         wl-highlight-summary-erased-face.
4116
4117         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
4118
4119         * wl-action.el (wl-summary-get-resend-address): New function.
4120         (wl-summary-exec-action-resend): Ditto.
4121         (wl-summary-exec-action-resend-subr): Ditto.
4122
4123         * w-thread.el (wl-thread-copy): Removed definition.
4124         (wl-thread-refile): Ditto.
4125         (wl-thread-delete): Ditto.
4126         (wl-thread-target-mark): Ditto.
4127
4128         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4129         (wl-summary-target-mark-set-action): Fixed.
4130         (wl-summary-define-mark-action): Fixed quotation.
4131         (wl-summary-move-mark-list-messages): Display message.
4132         (wl-summary-define-mark-action): Define thread functions.
4133         (wl-summary-exec-action-refile): Changed message.
4134         (wl-summary-exec): Ditto.
4135
4136 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4137         
4138         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4139         '%%'.
4140
4141 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl.el (toplevel): Require wl-action.
4144         (wl-init): Call wl-summary-define-mark-action.
4145
4146         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4147
4148         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4149         wl-summary-delete and wl-summary-erase.
4150         (wl-summary-mode-map): Ditto.
4151
4152         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4153         wl-delete-folder-alist.
4154
4155         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4156         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4157         (toplevel): Moved mark & action related functions to the wl-action.el.
4158
4159         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4160         in wl-summary-mark-action-list.
4161         (wl-highlight-summary-current-line): Ditto.
4162
4163         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4164         empty lines.
4165
4166         * wl-action.el: New file. 
4167
4168 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4169
4170         * wl-summary.el (wl-summary-target-mark-replace): New function.
4171         (wl-summary-target-mark-prefetch): Use it.
4172         (wl-summary-target-mark-delete): Ditto.
4173         (toplevel): Rearranged definition order.
4174         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4175         (wl-summary-target-mark-erase): Rewrite.
4176         (wl-summary-erase-region): New function.
4177         (wl-summary-exec-action-erase): Changed message.
4178         (wl-summary-move-mark-list-messages): New function.
4179         (wl-summary-exec-action-delete): Use it.
4180         (wl-summary-exec-action-erase): Ditto.
4181
4182         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4183         (wl-summary-skip-mark-list): Added "d".
4184
4185         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4186         while searching.
4187
4188         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4189         and define using defcustom;
4190         Define 4th element as a face.
4191         
4192         * wl-summary.el (wl-summary-incorporate): Use 
4193         `wl-summary-prefetch-region-no-mark' instead of
4194         `wl-summary-prefetch-region'.
4195         (wl-summary-prefetch-region-no-mark): Revival of old
4196         `wl-summary-prefetch-region'.
4197         (wl-summary-mark-action-list): Moved to wl-vars.el
4198
4199         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4200         face according to the `wl-summary-mark-action-list'.
4201         (wl-highlight-summary-current-line): Ditto;
4202         Removed destination highlighting.
4203
4204         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4205         (wl-highlight-summary-line-string): Highlight for "i" mark.
4206         (wl-highlight-summary-current-line): Ditto.
4207
4208         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4209         no destination.
4210
4211         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4212         exists, just go ahead.
4213         (wl-summary-prefetch-region): Rewrite.
4214         (wl-summary-prefetch): Ditto.
4215         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4216         (wl-summary-exec-action-prefetch): New function.
4217         (wl-summary-target-mark-prefetch): Rewrite.
4218
4219 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4222         (wl-highlight-summary-line-string): Added "d" and "D".
4223         (wl-highlight-summary-current-line): Ditto.
4224
4225         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4226         in wl-summary.el.
4227         (wl-thread-insert-entity-sub): Ditto.
4228         (wl-thread-remove-destination-region): Ditto.
4229         (wl-thread-print-destination-region): Ditto.
4230
4231         * wl-summary.el (wl-summary-buffer-refile-list,
4232         wl-summary-buffer-delete-list,
4233         wl-summary-buffer-copy-list): Abolish.
4234         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4235         All other related portions are changed.
4236         (wl-summary-mark-action-list): New variable.
4237         (wl-summary-set-mark): New function.
4238         (wl-summary-register-target-mark): Ditto.
4239         (wl-summary-unregister-target-mark): Ditto.
4240         (wl-summary-have-target-mark-p): Ditto.
4241         (wl-summary-register-temp-mark): Ditto.
4242         (wl-summary-unregister-temp-mark): Ditto.
4243         (wl-summary-registered-temp-mark): Ditto.
4244         (wl-summary-collect-temp-mark): Ditto.
4245         (wl-summary-unset-mark): Ditto.
4246         (wl-summary-set-target-mark): Ditto.
4247         (wl-summary-unset-target-mark): Ditto.
4248         (wl-summary-set-action-generic): Ditto.
4249         (wl-summary-unset-action-generic): Ditto.
4250         (wl-summary-exec-action-delete): Ditto.
4251         (wl-summary-exec-action-erase): Ditto.
4252         (wl-summary-set-action-refile): Ditto.
4253         (wl-summary-set-action-refile-subr): Ditto.
4254         (wl-summary-unset-action-refile): Ditto.
4255         (wl-summary-make-destination-numbers-list): Ditto.
4256         (wl-summary-exec-action-refile): Ditto.
4257         (wl-summary-set-action-copy): Ditto.
4258         (wl-summary-unset-action-copy): Ditto.
4259         (wl-summary-exec-action-copy): Ditto.
4260         (wl-summary-collect-numbers-region): Ditto.
4261         (wl-summary-delete): Rewrite.
4262         (wl-summary-erase): Ditto.
4263         (wl-summary-remove-destination): Ditto.
4264         (wl-summary-exec): Ditto.
4265         (wl-summary-exec-region): Ditto.
4266         (wl-summary-target-mark-erase): Ditto.
4267         (wl-summary-refile): Ditto.
4268         (wl-summary-copy): Ditto.
4269         (wl-summary-unmark): Ditto.
4270         (wl-summary-delete-all-mark): Ditto.
4271         (wl-summary-mark-line): Don't highlight.
4272         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4273         (wl-summary-target-mark-refile-subr): Rewrite.
4274
4275         (wl-summary-copy-prev-destination): Abolish.
4276
4277 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4278
4279         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4280         default values along the value of wl-on-mule.
4281         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4282         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4283         It is not used anywhere.
4284
4285 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4286
4287         * wl-summary.el (wl-summary-print-destination): Keep position.
4288         (wl-summary-cursor-move-surface): Keep horizontal position.
4289
4290 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4291
4292         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4293         write sendlog.
4294
4295 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4296
4297         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4298         `wl-summary-highlight'.
4299
4300 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4301
4302         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4303         trivial condition for temp-mark.
4304
4305 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4306
4307         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4308         when it hits killed buffer.
4309
4310 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4311
4312         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4313         * wl-news.el.in: `message' and `error' take format string.
4314
4315 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4316
4317         * wl-folder (wl-folder-insert-entity): Display a message,
4318         `...done', when the work finish.
4319         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4320
4321 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4322
4323         * wl-message.el (wl-message-redisplay): Remove unused local
4324         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4325
4326 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4327
4328         * wl-summary.el (wl-summary-replace-status-marks): Disable
4329         interactive use.
4330         (wl-summary-reedit): Check message existence at first.
4331         (wl-summary-mark-line): Fix doc, return value is indefinite.
4332
4333         * wl-highlight.el (wl-highlight-message): Arranged.
4334
4335         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4336         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4337         check temp-mark by wl-summary-temp-mark always.
4338         (wl-highlight-summary): Change accordingly.
4339         * wl-summary.el (wl-summary-mark-as-read-all)
4340         (wl-summary-delete-cache, wl-summary-set-score-mark)
4341         (wl-summary-mark-as-unread, wl-summary-unmark)
4342         (wl-summary-mark-line, wl-summary-mark-as-read)
4343         (wl-summary-mark-as-important): Ditto.
4344
4345         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4346         end of the window if possible.
4347         * wl-summary.el (wl-summary-sync-update): Support lazy
4348         highlighting.
4349         (wl-summary-toggle-disp-msg): Ditto.
4350
4351 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4352
4353         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4354
4355 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4356
4357         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4358         change.
4359
4360 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4361
4362         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4363         API.
4364         (wl-summary-sync-update): Ditto.
4365
4366         * wl-score.el (wl-score-get-score-alist): Changed argument.
4367         (wl-summary-rescore-msgs): Likewise.
4368         (wl-summary-score-headers): Likewise.
4369         (wl-score-headers): Likewise;
4370         Use elmo-folder-do-each-message-entity, etc.
4371         (wl-summary-score-effect): Follow the changes above.
4372         (wl-summary-rescore): Ditto.
4373         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4374         (wl-score-get-overview): Abolish.
4375
4376         * wl-summary.el (wl-summary-default-from): Follow the API change in
4377         elmo-msgdb.
4378         (wl-summary-count-unread): Ditto.
4379         (wl-summary-detect-mark-position): Ditto.
4380         (wl-summary-overview-entity-compare-by-date): Ditto.
4381         (wl-summary-overview-entity-compare-by-number): Ditto.
4382         (wl-summary-overview-entity-compare-by-from): Ditto.
4383         (wl-summary-overview-entity-compare-by-subject): Ditto.
4384         (wl-summary-get-list-info): Ditto.
4385         (wl-summary-rescan): Ditto.
4386         (wl-summary-jump-to-msg-by-message-id): Ditto.
4387         (wl-summary-sync-update): Ditto; Removed comment.
4388         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4389         (wl-summary-insert-message): Use wl-summary-insert
4390         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4391         (wl-summary-insert-headers): Changed argument overview to folder.
4392         (wl-summary-search-by-subject): Likewise.
4393         (wl-summary-insert-thread): Renamed from 
4394         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4395
4396         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4397         too.
4398
4399         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4400         wl-string-member.
4401
4402 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4405         elmo-folder-append-buffer.
4406         (wl-draft-queue-append): Likewise.
4407
4408         * wl-mime.el (wl-message-delete-current-part): Ditto.
4409         (wl-summary-burst-subr): Ditto.
4410
4411         * wl-news.el.in (wl-news-send-news): Ditto.
4412
4413 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4414
4415         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4416         function.
4417         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4418         (wl-summary-update-mark): Enclose with save-excursion.
4419         (wl-summary-mark-as-read-internal): Fixed last change.
4420         (wl-summary-mark-as-important): Use 3rd argument of
4421         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4422         Don't use elmo-msgdb-set-mark.
4423         (wl-summary-redisplay-internal): If msgdb flag is already read,
4424         just update the mark on buffer.
4425
4426 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4427
4428         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4429         cut visible folder when elmo-folder-delete returns non-nil value.
4430
4431 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4432
4433         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4434         by Kenichi OKADA <okada@opaopa.org>).
4435
4436 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4437
4438         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4439
4440 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4441
4442         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4443         Fixed the last change, search group entity by its real name.
4444         (Thanks to: KOBAYASHI Shinji)
4445
4446 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4447
4448         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4449         (wl-fldmgr-access-display-all): Don't refer visible name.
4450         * wl-expire.el (wl-folder-archive-current-entity)
4451         (wl-folder-expire-current-entity): Ditto.
4452         * wl-folder.el (wl-folder-jump-to-current-entity)
4453         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4454         (wl-folder-open-folder-sub,wl-folder-open-all)
4455         (wl-folder-write-current-folder): Ditto.
4456         (wl-folder-insert-entity): Don't use petname for normal group.
4457         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4458         is the real name.
4459         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4460         Abolished.
4461
4462 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4463
4464         * wl-draft.el (wl-draft-create-buffer): Add
4465         `wl-summary-reply-with-citation'
4466
4467 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4468
4469         * wl-draft.el (wl-draft-reply): Fixed.
4470
4471 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4472
4473         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4474         when `wl-draft-send-confirm-with-preview' is non-nil.
4475         You can scroll up/down by j/k.
4476         (wl-draft-send-confirm-with-preview): New variable (default=t).
4477
4478 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4479
4480         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4481         (wl-fldmgr-save-folders): Fix comment.
4482
4483 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4486         along the last change in `wl-folder-buffer-group-p'.
4487
4488 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4489
4490         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4491         folder.
4492
4493         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4494         the default value.
4495
4496         * wl-mime.el (wl-summary-burst): Update summary only when target
4497         folder equals current folder.
4498
4499 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4500
4501         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4502
4503 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4504
4505         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4506         value.
4507
4508 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4509
4510         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4511         `map-extents' instead of `extent-at' repeatedly.
4512         (wl-highlight-folder-current-line): Ditto.
4513
4514         * wl-highlight.el: Remove useless dummy functions.
4515
4516 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4519         (wl-folder-put-folder-property): New function to put text property.
4520         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4521         (wl-folder-insert-entity, wl-folder-update-diff-line)
4522         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4523         * wl-e21.el, wl-xmas.el, wl-mule.el
4524         (wl-highlight-folder-current-line): Ditto.
4525         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4526         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4527         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4528         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4529
4530 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532         * Version number is increased to 2.11.3.
4533
4534 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4537         Resume current-buffer since it is assumed by remaining tasks.
4538
4539 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4540
4541         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4542         (wl-folder-completion-function): Abolished.
4543         (wl-folder-complete-folder): New function.
4544         (wl-folder-complete-filter-condition): Ditto.
4545         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4546         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4547
4548 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-draft.el (wl-draft-send-confirm): New function.
4551         (wl-draft-send): Use it.
4552
4553         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4554         cursor-in-echo-area while confirming.
4555
4556         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4557
4558         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4559         searching via nntp if wl-summary-search-via-nntp is 'force.
4560         Otherwise, invoke searching in nntp folder only.
4561         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4562
4563         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4564         explicitly for mime-make-text-tag.
4565
4566 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4567
4568         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4569         `mime-make-text-tag' instead of `mime-create-tag'.
4570
4571 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4574         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4575
4576 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-score.el (wl-score-save): Bind print-length and print-level.
4579         (wl-score-pretty-print): Ditto.
4580         (wl-score-edit-insert-header-entry): Ditto.
4581
4582         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4583         "From" entry to be treated with wl-draft-eword-encode-address-list.
4584         * wl-mime.el (wl-draft-preview-message): Ditto.
4585
4586         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4587         (wl-summary-mark-as-unread): Ditto.
4588         (wl-summary-mark-as-read-region): Change accordingly.
4589         (wl-summary-mark-as-unread-region): Ditto.
4590         (wl-summary-target-mark-mark-as-read): Ditto.
4591         (wl-summary-target-mark-mark-as-unread): Ditto.
4592
4593 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * Version number is increased to 2.11.2.
4596
4597 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-news.el.in (wl-news-previous-version-save): Bind
4600         print-length and print-level.
4601         * wl-thread.el (wl-thread-save-entities): Ditto.
4602         (wl-thread-save-top-list): Bind print-length.
4603
4604 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605
4606         * wl-highlight.el (wl-highlight-summary-line-string): Use
4607         wl-summary-score-below-mark, wl-summary-score-over-mark.
4608         (wl-highlight-summary-current-line): Ditto.
4609
4610 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4611
4612         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4613         insert it.
4614
4615 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4616
4617         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4618
4619 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4620
4621         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4622         message without msgid.
4623         Rewrite with elmo-folder-move-messages.
4624         Set wl-message-buffer to nil.
4625
4626         * wl-summary.el (wl-summary-erase-subr): New function. Use
4627         elmo-folder-move-messages.
4628         (wl-summary-erase): Call it.
4629         (wl-summary-target-mark-erase): Ditto.
4630
4631 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4632
4633         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4634         it is not up-tp-date.
4635
4636 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4637
4638         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4639         buffer after calling `wl-summary-goto-folder-subr' without the
4640         argument `interactive'.
4641         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4642
4643 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4644
4645         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4646         `mime-create-tag'. Use `string=' instead of `looking-at'.
4647
4648 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4649
4650         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4651         to avoid compile warning.
4652
4653         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4654         entity-id when folder is given.
4655         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4656         save-excursion, use save-selected-window instead.
4657         Select folder buffer window if exists.
4658         (To correct behavior with wl-folder-move-cur-folder.)
4659
4660 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4661
4662         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4663
4664 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4665
4666         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4667         list-count instead of %d.
4668
4669 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4672         (wl-news): Set it.
4673         (wl-news-append-to-folder): Use it.
4674
4675         * wl-news.el.in (wl-news-send-news): Append to specified folder
4676         instead of wl-default-folder.
4677         (wl-news-append-to-folder): Show error message with specified folder.
4678
4679         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4680                 In most major modes, Emacs assumes that any opening
4681                 delimiter found at the left margin is the start of a
4682                 top-level definition, or defun. Therefore, *never put an
4683                 opening delimiter at the left margin unless it should have
4684                 that significance.*
4685
4686         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4687
4688 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4689
4690         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4691
4692 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4693
4694         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4695
4696 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4697
4698         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4699         for sequential numbering case.
4700
4701 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4702
4703         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4704         value.
4705         (wl-draft-reply-without-argument-list): Ditto.
4706         (wl-draft-reply-myself-with-argument-list): Abolish.
4707         (wl-draft-reply-myself-without-argument-list): Ditto.
4708         * wl-draft.el (wl-draft-self-reply-p): New function.
4709         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4710
4711 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4712
4713         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4714         (avoid error for the case without byte-compiling)
4715
4716 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4717
4718         * wl-news.el.in (wl-news-append-to-folder): New function.
4719         (wl-news-exit): Rewrite.
4720         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4721
4722 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4723
4724         * wl-draft.el (wl-draft-reply-position): New function.
4725         (wl-draft-reply-position): Fix.
4726         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4727         (wl-summary-target-mark-reply-with-citation): Ditto.
4728         (wl-summary-reply-with-citation): Ditto.
4729         * wl-vars.el (wl-draft-reply-default-position): New variable.
4730
4731 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4732
4733         * wl-draft.el (wl-draft-send): Preview when interactive send.
4734
4735 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4736
4737         * wl-draft.el (wl-draft-reply): Set default position.
4738         * wl-summary.el (wl-summary-reply): Ditto.
4739         (wl-summary-reply-with-citation): Ditto.
4740         (wl-summary-target-mark-reply-with-citation): Ditto.
4741
4742 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4743
4744         * wl-news.el.in (wl-news-lang): Set default value according to
4745         current-language-environment.
4746         (wl-news-append-news): Do nothing when news-list is nil.
4747
4748 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4749
4750         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4751         (wl-news): Change message.
4752         (wl-news-exit): Check buffer.
4753         (wl-news-force-exit): New function.
4754         (wl-news-show-all): New function.
4755         (wl-news-discard-and-exit): Fix.
4756
4757 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4760         according to current-language-environment.
4761
4762         * wl-news.el.in (wl-news): If arg, show all NEWS after
4763         wl-news-default-previous-version.
4764
4765 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4766
4767         * wl-news.el.in (wl-news-check): Rewritten.
4768         (wl-news-previous-version-load): Change data type.
4769         (wl-news-previous-version-save): Change data type.
4770         (wl-news-append-news): Add return value.
4771         (wl-news-check-news): New function.
4772         (wl-news-already-current-p): New function.
4773         (wl-news-send-news): Rewritten.
4774         (wl-news-mode-map): Add new keybind.
4775         (wl-news): Rewritten.
4776         (wl-news-exit): Rewritten.
4777         (wl-news-discard-and-mail): New function.
4778         (wl-news-send-to-address): Abolished.
4779         * wl.el (wl-init): Delete a message.
4780
4781 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4782
4783         * wl-news.el.in (wl-news-exit): Update previous version.
4784         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4785
4786 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4787
4788         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4789
4790 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4791
4792         * wl-news.el.in (wl-news): New function.
4793         (wl-news-mode): New function.
4794         (wl-news-next-line): New function.
4795         (wl-news-next-page): New function.
4796         (wl-news-exit): New function.
4797         (wl-news-buf-name): New variable.
4798         (wl-news-mode-map): New variable.
4799         (wl-news-winconf): New variable.
4800         (wl-news-append-news): Add an option.
4801
4802 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4803
4804         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4805
4806 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4807
4808         * wl-news.el.in (wl-news-send-to-address): New variable.
4809         (wl-news-send-news): Use it.
4810         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4811         Return updating status.
4812         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4813
4814 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4815
4816         * wl-news.el.in (wl-news-send-news): Delete
4817         Organization and X-Face.
4818
4819 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4820
4821         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4822         (wl-news-append-news): New function.
4823         (wl-news-send-news): New function.
4824
4825 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4826
4827         * Version number is increased to 2.11.1.
4828
4829 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4830
4831         * wl-news.el.in : New file.
4832
4833 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4834
4835         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4836         default value.
4837         (wl-draft-reply-without-argument-list): Ditto.
4838
4839 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4840
4841         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4842         (wl-message-buffer-prefetch-idle-time): Ditto.
4843         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4844
4845 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4846
4847         * wl-thread.el (wl-thread-insert-message): Use
4848         wl-summary-max-thread-depth.
4849
4850         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4851         loop detection.
4852
4853         * wl-message.el (wl-message-buffer-display): Back to the first page
4854         when cache is hit.
4855
4856 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4857
4858         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4859
4860         * wl-summary.el (wl-summary-insert-thread-entity):
4861         If the thread depth is reached to wl-summary-max-thread-depth,
4862         divide the thread.
4863
4864 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4865
4866         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4867         for elmo-remove-passwd.
4868
4869 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4870
4871         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4872         folder is sticky.
4873         (wl-folder-mark-as-read-all-entity): Ditto.
4874         (wl-folder-prefetch-entity): Ditto.
4875
4876 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4877
4878         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4879
4880 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4883         Delete messages on buffer for unplugged operation.
4884         (wl-summary-erase): Ditto.
4885
4886 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4887
4888         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4889         take nil so as not to search parent by subject.
4890
4891 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4894         (wl-folder-get-next-folder): Ditto.
4895         (wl-folder-get-path): Ditto.
4896
4897 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4898
4899         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4900         system and encode the region with it before verifying.
4901
4902 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4903
4904         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4905         system of the echo buffer before decoding.
4906
4907 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4910         original contents.
4911
4912 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4915         with argument 'any-exists.
4916
4917 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4918
4919         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4920         Use `wl-cs-autoconv'.
4921
4922 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4923
4924         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4925         by `mime-view-automatic-conversion'.
4926
4927         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4928         (wl-message-verify-pgp-nonmime): Ditto.
4929         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4930         Bind them to C-c:d and C-c:v respectively.
4931
4932         Merge following code by Teranishi-san from [wl-en:00167].
4933         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4934         (wl-mime-preview-application/pgp-encrypted): Ditto.
4935         (wl-mime-setup): Add entry.
4936
4937 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4938
4939         * wl-summary.el (wl-summary-target-mark-erase): New function.
4940         Bind it to "mD".
4941
4942 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4943
4944         * wl-vars.el (wl-draft-write-file-function): Fix.
4945         (wl-draft-reedit-hook): Changed default value.
4946
4947         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4948         wl-draft-reedit-hook.
4949         (wl-draft-remove-text-plain-tag): New function.
4950         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4951
4952         * wl-vars.el (wl-draft-write-file-function): New user option.
4953
4954         * wl-draft.el (wl-draft-prepare-edit): Use it for
4955         local-write-file-hooks.
4956         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4957
4958         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4959         (wl-draft-insert-mail-header-separator): Return the body beginning
4960         point.
4961         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4962         text/plain.
4963         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4964
4965 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-summary.el (wl-summary-erase): New function to erase message
4968         without moving it to trash. Bind to "D".
4969
4970         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4971         as `keep' unless switch-function.
4972
4973 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4974
4975         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4976         message buffer by using `wl-summary-toggle-disp-msg'.
4977         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4978         buffer window.
4979         (wl-summary-supresedes-message): Ditto.
4980
4981         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4982         Do not delete other windows.
4983         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4984         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4985         (wl-draft-create-buffer): Set reply-or-forward also for target
4986         mark commands.
4987
4988 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-draft.el (wl-user-agent-compose): Delete special case for
4991         switch-to-buffer-other-window.
4992
4993         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4994         (wl-summary-forward): Ditto.
4995
4996         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4997         function.
4998         (wl-draft-buffer-style): New use option.
4999
5000         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
5001         (wl-draft): Follow the change above.
5002         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
5003         wl-draft-buffer-style.
5004         (wl-user-agent-compose): Bind wl-draft-buffer-style with
5005         switch-function.
5006
5007 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
5008
5009         * wl-address.el (wl-address-make-completion-entry): Extracted from
5010         `wl-address-make-completion-list'.
5011         (wl-address-enable-strict-loading): New variable.
5012         (wl-address-make-completion-list): Revive petname duplication
5013         inquiry, and enable it if `wl-address-enable-strict-loading'.
5014         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
5015
5016 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-message.el (wl-message-get-original-buffer): Avoid
5019         'Selecting deleted buffer' error when original buffer is killed.
5020
5021 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-summary.el (wl-summary-next-message): Use
5024         elmo-message-accessible-p instead of elmo-message-cached-p.
5025
5026 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
5027
5028         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
5029
5030         * wl-thread.el (wl-thread-open-all-unread): Use
5031         elmo-folder-list-flagged instead of
5032         elmo-folder-list-messages-mark-match.
5033
5034         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
5035         instead of elmo-folder-list-messages-mark-match.
5036         (wl-summary-move-spec-alist): New variable.
5037         (wl-summary-move-spec-plugged-alist,
5038         wl-summary-move-spec-unplugged-alist): Abolish.
5039         (wl-summary-next-message): Follow the change above.
5040         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
5041         with 'no-msg' argument.
5042
5043         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
5044         variable.
5045         (wl-message-buffer-prefetch-move-spec-plugged-alist,
5046         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
5047         (wl-message-buffer-prefetch-get-next): Follow the change above.
5048
5049 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-version.el (wl-version): Changed codename.
5052
5053         * Version number is increased to 2.11.0.
5054
5055 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5056
5057         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
5058         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
5059         `wl-draft-config-variables'.
5060         (wl-draft-kill): Fixed problem when the draft is reedit.
5061
5062 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5063
5064         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
5065         buffer-modified status (Thanks to
5066         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
5067
5068 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-util.el (wl-region-exists-p): New function.
5071
5072         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
5073         Remove defvars for byte-compile warnings.
5074
5075 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5076
5077         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
5078         defvar-maybe. Removed unused bind.
5079
5080 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5081
5082         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
5083         summary buffer window before creating new frame.
5084         (wl-draft-reply): Ditto.
5085
5086 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5087
5088         * wl-mime.el (toplevel): Avoid byte-compile warnings.
5089
5090 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5091
5092         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
5093
5094 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5095
5096         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
5097         instead of `kill-region'.
5098
5099 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5100
5101         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
5102         (wl-highlight-summary-line-string): Use it.
5103         (wl-highlight-summary-current-line): Ditto.
5104
5105         * wl-mime.el (wl-message-delete-current-part): Check the class of
5106         mime-entity.
5107
5108         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
5109
5110         * wl-summary.el (wl-summary-make-number-list): Initialize.
5111         (wl-summary-update-mark): New function.
5112         (wl-summary-reply): Put `answered' mark on the message.
5113         (wl-summary-reply): Set `number' argument to wl-draft-reply.
5114
5115         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
5116         (wl-draft-reply): Added optional argument `number';
5117         Set wl-draft-parent-number.
5118         (wl-draft-kill): Delete answered mark if it is a reply.
5119
5120 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5121
5122         * wl-mime.el (wl-mime-preview-follow-current-region): New function
5123         that originates in mime-preview-follow-current-entity.
5124         (wl-draft-yank-current-message-entity): Use it if region is active.
5125
5126         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5127         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5128         `wl-message-delete-current-part'.
5129         * wl-mule.el (wl-message-define-keymap): Ditto.
5130         * wl-xmas.el (wl-message-define-keymap): Ditto.
5131
5132 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-mime.el (wl-message-delete-current-part): New function.
5135         (wl-mime-node-id-to-string): Ditto.
5136
5137         * wl-mime.el (wl-message-delete-current-part): Use existing
5138         original buffer which corresponds current mime-view buffer.
5139         (fetched buffer might have different structure, possibly)
5140
5141         * wl-mime.el (wl-message-delete-current-part): Quit if the
5142         message content differs from the actual message.
5143
5144 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5145
5146         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5147         order.
5148         (wl-summary-search-by-subject): Search parent message from tail;
5149         Check the existence of the parent message on the current thread tree.
5150         (wl-summary-update-thread): Check whether the line is inserted.
5151
5152 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5153
5154         * wl-vars.el (wl-summary-line-format): Undo last change.
5155         * wl-summary.el (wl-summary-print-destination): Do not put
5156         invisible property when `wl-summary-width' is nil.
5157         (wl-summary-line-subject-minimum-length): Abolished.
5158         (wl-summary-line-subject): Ditto.
5159
5160 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5161
5162         * wl-vars.el (wl-summary-line-format): Change default value.
5163         (wl-summary-subject-length-limit): Abolished.
5164         * wl-summary.el (wl-summary-line-subject): Ditto.
5165
5166 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5167
5168         * wl-template.el (wl-template-select): Added optional argument.
5169         If optional argument is specified, reverse
5170         `wl-template-visible-select'.
5171
5172 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5173
5174         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5175         Take prefix argument to force asking the destination folder.
5176
5177 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5178
5179         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5180         count and update status.
5181
5182 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5183
5184         * wl-summary.el (wl-summary-redisplay-internal): If
5185         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5186         after fetching.
5187
5188 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5189
5190         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5191         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5192
5193         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5194
5195 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5198         (All other related portions are changed).
5199         (wl-summary-mark-as-read-all): Rewrite.
5200
5201 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5204         `wl-summary-mark-as-read'.
5205         (wl-summary-mark-as-unread): Rewrite.
5206         (wl-summary-mark-as-read): Added no-modeline argument.
5207         (wl-summary-resume-cache-status): Rewrite.
5208         (wl-summary-exec-subr): Remove unused local variable.
5209
5210 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5211
5212         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5213         logic to call `wl-summary-buffer-prev-folder-function'.
5214         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5215
5216 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5217
5218         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5219         is nil.
5220
5221 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5222
5223         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5224         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5225         (wl-mime-setup): Add its entry.
5226
5227 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5230         (wl-summary-delete-cache): Likewise.
5231         (wl-summary-mark-as-read): Rewrite.
5232
5233 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5236         `wl-summary-count-unread'.
5237
5238         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5239
5240         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5241
5242 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5243
5244         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5245         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5246         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5247         Renamed to the elmo-msgdb-*-mark.
5248         (wl-summary-score-marks): Follow the change above.
5249         (wl-summary-auto-refile-skip-marks): Ditto.
5250         (wl-summary-incorporate-marks): Ditto.
5251         (wl-summary-expire-reserve-marks): Ditto.
5252
5253         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5254         changes.
5255         (wl-thread-insert-top): Changed updating message.
5256
5257         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5258         variable.
5259         (wl-summary-count-unread): Count answered marks.
5260         (wl-summary-rescan): Call wl-summary-insert-message instead of
5261         wl-summary-append-message-func-internal.
5262         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5263         (wl-summary-prefetch-msg): Follow the variable name changes.
5264         (wl-summary-prefetch-region): Ditto.
5265         (wl-summary-mark-as-read-all): Follow the API changes;
5266         Don't call elmo-folder-replace-marks.
5267         (wl-summary-delete-cache): Follow the variable name changes.
5268         (wl-summary-resume-cache-status): Ditto.
5269         (wl-summary-update-status-marks): New function.
5270         (wl-summary-insert-message): New function.
5271         (wl-summary-sync-marks): Follow the variable name changes.
5272         (wl-summary-sync-update): Synchronize to the msgdb, too;
5273         Changed update messages.
5274         (wl-summary-make-number-list): Rewrite.
5275         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5276         (wl-summary-mark-as-unread): Follow the API changes.
5277         (wl-summary-exec-subr): Follow the variable name changes.
5278         (wl-summary-mark-as-read): Ditto.
5279         (wl-summary-move-spec-plugged-alist): Ditto.
5280         (wl-summary-move-spec-unplugged-alist): Ditto.
5281         (wl-summary-cursor-move-surface): Ditto.
5282
5283         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5284         variable name changes.
5285         (wl-highlight-summary-current-line): Ditto.
5286
5287         * wl-expire.el (wl-expire-refile): Follow the API change in
5288         elmo-folder-move-messages.
5289         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5290         (wl-summary-archive): Use elmo-folder-msgdb instead of
5291         elmo-msgdb-load.
5292
5293 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-mime.el (wl-draft-preview-message): Restore the position
5296         before evaluating wl-draft-send-hook in preview buffer.
5297
5298 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5299
5300         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5301         when it creates new draft buffer.
5302
5303         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5304         without argument.
5305
5306         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5307         Evaluate content and if the value is string, insert it.
5308         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5309         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5310         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5311         wl-draft-config-sub-part-bottom): Use it.
5312
5313         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5314         with the folder name. The question was unintelligible when it is
5315         called from wl-save-status.
5316
5317 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5318
5319         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5320         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5321         cannot take second argument).
5322
5323 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5324
5325         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5326         as t. Since type and subtype are not case sensitive (RFC 2045).
5327
5328 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5329
5330         * wl-vars.el (wl-message-mode-line-format): New variable.
5331         (wl-message-mode-line-format-spec-alist): Ditto.
5332         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5333         (wl-message-redisplay): Use wl-message-mode-line-format.
5334
5335 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5336
5337         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5338
5339 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5340
5341         * wl-summary.el (wl-summary-default-from): Write description.
5342
5343 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5344
5345         * wl-vars.el (wl-ldap-objectclass): Abolish.
5346
5347         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5348         (wl-ldap-make-filter): Removed condition for objectclass.
5349         (wl-ldap-make-matched-value-list): Remove meaningless process.
5350         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5351         (wl-address-ldap-search): Don't add `*' to `pat' string;
5352         use ignore-errors; added `email';
5353         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5354         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5355         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5356
5357
5358 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5359
5360         * wl-draft.el (wl-draft-parent-folder): Write description.
5361         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5362
5363 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5364
5365         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5366         as "" (zero-length string) if no parent.
5367         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5368
5369 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5370
5371         * wl-address.el (wl-address-make-completion-list): Skip duplication
5372         checking.
5373         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5374         `append'.
5375
5376 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5377
5378         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5379         instead of `beginning-of-buffer'.
5380
5381 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5384
5385 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5386
5387         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5388         Refer wl-message-buffer-name.
5389         (wl-message-wheel-down): Ditto.
5390
5391 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-vars.el (wl-message-buffer-name): New user option.
5394
5395         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5396         directly instead of making alist dinamically.
5397
5398         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5399         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5400         wl-message-buffer-cache-name.
5401         (wl-message-buffer-cache-clean-up): Ditto.
5402
5403         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5404
5405         * Version number is increased to 2.9.15.
5406
5407 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5408
5409         * wl-vars.el (wl-summary-default-view-alist): New user option.
5410
5411         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5412
5413         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5414         while deleting address.
5415         (wl-draft-delete-myself-from-cc): Ditto.
5416
5417         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5418         If optional argument is specified, reverse sort order.
5419
5420         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5421
5422 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * wl-thread.el (wl-thread-insert-message): Return parent number if
5425         exists.
5426         (wl-thread-update-indent-string-region): Use
5427         wl-thread-update-line-on-buffer-sub instead of
5428         wl-thread-update-line-on-buffer.
5429
5430 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5431
5432         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5433         (wl-folder-close-all): Ditto.
5434
5435 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5436
5437         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5438         and mailing-list:.
5439         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5440         value.
5441         (wl-summary-line-list-info): Print mailing-list name even when 
5442         list-number is empty.
5443
5444 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5445
5446         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5447
5448         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5449         (wl-draft-open-file): Ditto.
5450         (wl-draft-random-alphabet): Ditto.
5451
5452         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5453         bindings.
5454
5455 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5456
5457         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5458         * wl-vars.el (wl-draft-config-alist): Ditto.
5459
5460 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * Version number is increased to 2.9.14.
5463
5464         * wl.el (wl): Don't set wl-init as nil when error occured while
5465         auto-checking folders.
5466
5467         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5468         `elmo-expand-newtext'.
5469
5470 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5471
5472         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5473         `this-command' so that `wl-folder-goto-folder' contained in
5474         `wl-summary-keep-cursor-command' work.
5475
5476 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5477
5478         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5479         message buffer displaying state.
5480
5481 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5482
5483         * wl-vars.el (wl-summary-default-view): New variable to specify
5484         default value for `wl-summary-buffer-view' instead of using
5485         set-default.
5486         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5487
5488 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5489
5490         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5491
5492         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5493
5494 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5495
5496         * wl-vars.el (wl-forward-subject-prefix): New variable.
5497         * wl-draft.el (wl-draft-forward): Use it.
5498
5499 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5500
5501         * wl-message.el (wl-message-prev-page): When it is called without
5502         lines argument, scroll down by wl-message-scroll-amount lines.
5503         (wl-message-next-page): Ditto.
5504         * wl-vars.el (wl-message-scroll-amount): Change default value
5505         to preserve current behavior.
5506
5507 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5508
5509         * wl-summary.el (wl-summary-prefetch-msg): Bind
5510         `wl-message-entity' to call `wl-summary-from-function'.
5511
5512 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5513
5514         * wl-message.el (wl-message-buffer-create): Run
5515         wl-message-buffer-created-hook.
5516
5517 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5518
5519         * wl-summary.el (wl-summary-sort-specs): New variable.
5520         (wl-summary-default-sort-spec): Ditto.
5521         (wl-summary-sort): Rewrite.
5522         (wl-summary-sort-by-list-info): New function.
5523
5524 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5525
5526         * wl-summary.el (wl-summary-get-list-info): New function.
5527         (wl-summary-sort): Rewrite.
5528         (wl-summary-line-list-info): Ditto.
5529         (wl-summary-line-list-count): Ditto.
5530         (wl-summary-refile-region): Fixed docstring.
5531
5532 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5533
5534         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5535         `wl-folder-entity-hashtb' as completion table.
5536
5537 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5540         only when this command is called interactively; silence the byte-
5541         compiler.
5542
5543 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5544
5545         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5546         active in XEmacs.
5547
5548 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5549
5550         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5551         plural lines.
5552
5553 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5554
5555         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5556         of current line when the cursor is on the header name.
5557         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5558
5559 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5560
5561         * wl-util.el (wl-read-directory-name): Return displayed directory
5562         as the default value also on XEmacs.
5563
5564 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5565
5566         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5567         formatting.
5568
5569 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5570
5571         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5572         argument and when it is non-nil, check face property before
5573         highlighting for each line.
5574         (wl-highlight-summary-window): Set it.
5575
5576 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5577
5578         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5579         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5580
5581         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5582         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5583         (wl-draft-get-fcc-list): Likewise.
5584
5585 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5588         (wl-thread-entity-cur): Ditto.
5589         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5590         wl-thread-indent-regexp setting.
5591         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5592
5593         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5594         wl-summary-lazy-highlight.
5595         (wl-summary-display-bottom): Ditto.
5596
5597         * wl-thread.el (wl-thread-open-close): Likewise.
5598
5599         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5600         from and subject;
5601         Bind wl-draft-use-frame;
5602         Enclose with save-window-excursion;
5603         Use wl-draft-create-buffer instead of with-temp-buffer;
5604         Use wl-draft-prepare-edit;
5605         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5606         Use wl-draft-send instead of wl-draft-raw-send.
5607
5608 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5609
5610         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5611         of using wl-from.
5612
5613 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5614
5615         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5616         insert-buffer instead of clone-buffer.
5617         (wl-draft-doing-mime-bcc): New variable.
5618         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5619         infinite loop.
5620         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5621
5622         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5623         (wl-draft-mime-bcc-body): Ditto.
5624
5625         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5626         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5627         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5628         wl-draft-do-mime-bcc.
5629         (wl-draft-mime-bcc-field): New function.
5630         (wl-draft-do-mime-bcc): Ditto.
5631
5632         * wl-address.el (wl-address-complete-header-list): New variable.
5633         (wl-address-complete-header-regexp): Changed default value.
5634
5635         * Version number is increased to 2.9.13.
5636
5637 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5640         it is differed.
5641
5642 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5643
5644         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5645         (wl-summary-line-list-count): Ditto.
5646
5647 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5648
5649         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5650         (wl-nntp-posting-function): New variable.
5651         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5652         `wl-nntp-posting-config-alist'.
5653
5654 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5657         FLIM.
5658
5659 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5660
5661         * wl-summary.el (wl-summary-target-mark-refile-sub):
5662         Remove a nuisance funcall.
5663
5664 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5665
5666         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5667         as t for `try-completion'.
5668
5669 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5670
5671         * wl-summary.el (wl-summary-default-from): Use
5672         wl-address-header-extract-address instead of
5673         std11-extract-address-components.
5674         (wl-summary-simple-from): Ditto.
5675         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5676         (wl-summary-insert-headers): Show message.
5677         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5678         for whole line.
5679         (wl-summary-default-from): Revert last change.
5680         (wl-summary-simple-from): Ditto.
5681         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5682         (wl-summary-mark-as-read-region): Follow the change above.
5683         (wl-summary-sync-marks): Ditto.
5684         (wl-summary-target-mark-mark-as-read): Ditto.
5685         (wl-summary-redisplay-internal): Ditto.
5686         (wl-summary-redisplay-no-mime-internal): Ditto.
5687         (wl-summary-redisplay-all-header): Ditto.
5688         (wl-summary-mark-as-read): Removed argument `cached';
5689         Use current cache status to set cache mark.
5690         (wl-summary-redisplay-internal): Follow the change above.
5691         (wl-summary-redisplay-no-mime-internal): Ditto.
5692         (wl-summary-redisplay-all-header): Ditto.
5693
5694         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5695
5696         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5697         Don't call itself recursively (Adviced by Yamaoka-san).
5698
5699 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5700
5701         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5702         bind wl-summary-highlight as nil to avoid error caused by missing
5703         local variables.
5704
5705 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5706
5707         * wl-vars.el (wl-invalid-character-message): New user option.
5708
5709         * wl-util.el (wl-set-string-width): If truncated string-width is
5710         larger than specified width, use `wl-invalid-character-message'.
5711
5712 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5713
5714         * wl-summary.el (wl-summary-prefetch-msg): 
5715         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5716
5717 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5718
5719         * wl-vars.el (wl-summary-check-line-format): New user option.
5720         (wl-summary-line-format-file): Ditto.
5721
5722         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5723         variable.
5724         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5725         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5726         and `wl-summary-view-old-p' to check whether do a rescan or not.
5727         (wl-summary-view-old-p): New function.
5728         (wl-summary-line-format-changed-p): Ditto.
5729         (wl-summary-line-format-save): Ditto.
5730         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5731
5732         * wl-util.el (wl-set-string-width): Avoid using negative number
5733         for make-string.
5734
5735 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5736
5737         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5738         return value.
5739
5740         * wl-util.el (wl-set-string-width): Added optional argument
5741         `padding' (All other related portions are changed).
5742         (wl-line-parse-format): If the first letter of column number is
5743         `0', zero-padding the result (ex: "%05l").
5744
5745         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5746
5747 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5748
5749         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5750         sequential summary view.
5751
5752 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5755         if it doesn't have a -unix version.
5756
5757 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5758
5759         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5760
5761 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5764         content.
5765         (wl-draft): Follow the change above.
5766
5767         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5768
5769         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5770         and wl-folder-summary-line-format-alist contain %T and %P.
5771
5772         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5773         (wl-summary-mode-line-format): New user option.
5774         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5775         (wl-summary-line-format): Changed default value.
5776         (wl-summary-lazy-highlight): Changed default value.
5777
5778         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5779         change in wl-summary-create-line.
5780         (wl-thread-insert-entity-sub): Ditto.
5781
5782         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5783         (wl-summary-buffer-unread-status): Ditto.
5784         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5785         (wl-summary-buffer-persistent-mark-column): Ditto.
5786         (wl-summary-buffer-mode-line-formatter): Ditto.
5787         (wl-summary-buffer-mode-line): Ditto.
5788         (wl-summary-message-regexp): Abolished.
5789         (All other related portions are changed.)
5790         (wl-summary-detect-mark-position): New function.
5791         (wl-summary-buffer-set-folder): Setup
5792         wl-summary-buffer-mode-line-formatter.
5793         (wl-summary-mode): Setup selective-display;
5794         Setup pre-idle-hook when xemacs.
5795         (wl-summary-update-modeline): Rewrite.
5796         (wl-summary-jump-to-msg): Define as function;
5797         Changed regexp for searching messages.
5798         (wl-summary-message-number): Rewrite.
5799         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5800         Do rescan when old type summary cache.
5801         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5802         (wl-summary-remove-destination): Use '\r' to detect EOL.
5803         (wl-summary-print-destination): Ditto.
5804         (wl-summary-temp-mark): New inline function.
5805         (wl-summary-persistent-mark): Ditto.
5806         (wl-summary-line-number): New function.
5807         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5808         (wl-summary-line-list-count): New function.
5809         (wl-summary-create-line): Added argument persistent-mark.
5810         (All other related portions are changed)
5811         (wl-summary-create-line): Insert '\r'.
5812         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5813         (wl-summary-cursor-move-surface): New inline function.
5814         (wl-summary-prev): Use it.
5815         (wl-summary-next): Ditto.
5816
5817         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5818         wl-summary-message-regexp.
5819         (wl-highlight-summary): Delete progress message.
5820         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5821
5822         * Version number is increased to 2.9.12.
5823
5824 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5825
5826         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5827         variable (nil: no minimum).
5828         (wl-summary-line-subject): Add some spaces after subject by
5829         wl-summary-line-subject-minimum-length.
5830
5831 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5832
5833         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5834         and removed `F'.
5835         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5836         change above).
5837
5838 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5839
5840         * wl-summary.el (wl-summary-line-list-count): Reverted.
5841         (example setting in samples/*/dot.wl is also updated)
5842
5843 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5844
5845         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5846
5847         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5848
5849         * wl-vars.el (wl-summary-line-format): Addes some description to the
5850         docstring.
5851
5852         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5853         (wl-summary-line-close-bracket): Ditto.
5854         (wl-summary-line-children-number): Ditto.
5855         (wl-summary-line-thread-indent): Ditto.
5856         (wl-summary-line-children-and-from): Ditto.
5857
5858         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5859         't', 'c', 'F' and added 'C'.
5860
5861         * wl-util.el (wl-set-string-width): Accept negative value.
5862         (wl-line-parse-format): Added "%number(" and "%)".
5863
5864 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5865
5866         * wl-summary.el (wl-summary-line-list-count): Change format of the
5867         return value.
5868
5869 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5870
5871         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5872         from the recent message.el.
5873         (wl-draft-point-in-header-p): Ditto.
5874         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5875         wl-draft-beginning-of-line.
5876         * wl-e21.el (wl-draft-mode-map): Ditto.
5877         * wl-xmas.el (wl-draft-mode-map): Ditto.
5878
5879         * wl-folder.el: Sort macrodefs by dependencies.
5880
5881 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5882
5883         * wl-summary.el (wl-summary-prev): Fixed regexp.
5884         (wl-summary-next): Ditto.
5885
5886 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5887
5888         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5889
5890 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5891
5892         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5893         for backward compatibility.
5894
5895 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5896
5897         * wl-summary.el (wl-summary-line-list-count): New function, merged
5898         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5899         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5900         list counts.
5901
5902 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-summary.el (wl-summary-create-line): Ignore errors while
5905         timezone-fix-time.
5906
5907         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5908
5909         * wl-summary.el (wl-summary-sync-update): Ditto.
5910         (wl-summary-default-from): Use wl-message-entity
5911         instead of entity.
5912
5913         * wl-summary.el (wl-summary-create-line): Fix.
5914
5915         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5916         (wl-summary-line-format): New user option.
5917         (wl-folder-summary-line-format-alist): Ditto.
5918         (wl-summary-from-width): Abolished.
5919
5920         * wl-util.el (toplevel): Require 'bytecomp.
5921         (wl-line-parse-format): New function.
5922         (wl-line-formatter-setup): New macro.
5923
5924         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5925         (wl-summary-buffer-line-formatter): New buffer local variable.
5926         (wl-summary-switch-to-clone-buffer): Follow the change above.
5927         (wl-summary-message-regexp): Fix.
5928         (wl-summary-from-func-internal): Abolished.
5929         (wl-summary-subject-func-internal): Ditto.
5930         (wl-summary-subject-filter-func-internal): Ditto.
5931         (All other related portions are changed.)
5932         (wl-summary-buffer-set-folder):
5933         Set up wl-summary-buffer-number-column and 
5934         wl-summary-buffer-line-formatter
5935         (All other related portions are changed.)
5936         (wl-summary-buffer-number-column-detect): Abolished.
5937         (All other related portions are changed.)
5938         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5939         (wl-summary-delete-all-temp-marks-on-buffer): Use
5940         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5941         (wl-summary-target-mark-delete): Ditto.
5942         (wl-summary-target-mark-refile-subr): Ditto.
5943         (wl-summary-target-mark-mark-as-read): Ditto.
5944         (wl-summary-target-mark-mark-as-unread): Ditto.
5945         (wl-summary-target-mark-mark-as-important): Ditto.
5946         (wl-summary-target-mark-save): Ditto.
5947         (wl-summary-replace-status-marks): Renamed from
5948         wl-summary-set-status-marks-on-buffer;
5949         Use wl-summary-message-regexp instead of
5950         wl-summary-buffer-number-regexp.
5951         (wl-summary-sync-update): Follow the change above.
5952         (wl-summary-goto-previous-message-beginning): New function.
5953         (wl-summary-mark-as-unread): Use it.
5954         (wl-summary-mark-as-important): Ditto.
5955         (wl-summary-line-formatter): New variable.
5956         (wl-summary-line-year): New function.
5957         (wl-summary-line-day): Ditto.
5958         (wl-summary-line-day-of-week): Ditto.
5959         (wl-summary-line-hour): Ditto.
5960         (wl-summary-line-minute): Ditto.
5961         (wl-summary-line-open-bracket): Ditto.
5962         (wl-summary-line-close-bracket): Ditto.
5963         (wl-summary-line-children-number): Ditto.
5964         (wl-summary-line-thread-indent): Ditto.
5965         (wl-summary-line-size): Ditto.
5966         (wl-summary-line-subject): Ditto.
5967         (wl-summary-line-from): Ditto.
5968         (wl-summary-line-children-and-from): Ditto.
5969         (wl-summary-create-line): Rewritten.
5970         (wl-summary-format-date): Abolished.
5971
5972         * wl-highlight.el (wl-highlight-summary-current-line): Use
5973         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5974         Use thread structure to detect thread top message.
5975
5976         * wl-draft.el (wl-default-draft-cite): Don't use
5977         wl-summary-from-func-internal.
5978
5979         * wl-refile.el (wl-refile-subject-learn): Don't use
5980         wl-summary-subject-filter-func-internal.
5981         (wl-refile-guess-by-subject): Ditto.
5982
5983         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5984         parameters.
5985
5986         * wl-thread.el (wl-thread-update-indent-string-region):
5987         Use wl-thread-update-line-on-buffer instead of
5988         wl-thread-update-indent-string.
5989         (wl-thread-update-children-number): Redefine using
5990         wl-thread-update-line-on-buffer.
5991         (wl-thread-update-indent-string): Abolished.
5992
5993         * Version number is increased to 2.9.11.
5994
5995 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5996
5997         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5998         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5999         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
6000
6001         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
6002         as nil.
6003
6004         * wl-thread.el (wl-thread-open-all-unread): Use 
6005         elmo-folder-list-messages-mark-match.
6006         (wl-thread-insert-message): Removed argument `mark-alist'.
6007         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
6008         elmo-msgdb-set-mark.
6009         (wl-thread-get-children-msgs-uncached): Likewise.
6010         (wl-thread-get-exist-children): Added argument include-self.
6011         (wl-thread-delete-message): Follow the change above.
6012
6013         * wl-summary.el (wl-summary-count-unread): Removed argument.
6014         (wl-summary-rescan): Follow the change above.
6015         (wl-summary-mark-as-read-region): Ditto
6016         (wl-summary-mark-as-unread-region): Ditto.
6017         (wl-summary-delete-messages-on-buffer): Ditto.
6018         (wl-summary-sync-update): Ditto.
6019         (wl-summary-switch-to-clone-buffer): Ditto.
6020         (wl-summary-goto-folder-subr): Ditto.
6021         (wl-summary-target-mark-mark-as-read): Ditto.
6022         (wl-summary-target-mark-mark-as-unread): Ditto.
6023         (wl-summary-target-mark-mark-as-important): Ditto.
6024         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
6025         (wl-summary-update-thread): Removed argument `mark-alist'.
6026         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
6027         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
6028         (wl-summary-resume-cache-status): Likewise.
6029         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
6030         elmo-msgdb-set-mark.
6031         (wl-summary-mark-as-read-all): Likewise.
6032         (wl-summary-delete-cache): Ditto.
6033         (wl-summary-auto-select-msg-p): Ditto.
6034         (wl-summary-mark-as-unread): Ditto.
6035         (wl-summary-no-auto-refile-message-p): Ditto.
6036         (wl-summary-mark-as-read): Ditto.
6037         (wl-summary-mark-as-important): Ditto.
6038         (wl-summary-auto-refile): Follow the change above.
6039         (wl-summary-delete-all-marks): Removed.
6040         (wl-summary-resume-marks-and-highlight): Ditto.
6041         (wl-summary-resume-marks): Ditto.
6042         (wl-summary-delete-important-msgs-from-list): Ditto.
6043         (wl-summary-delete-canceled-msgs-from-list): Ditto.
6044
6045         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
6046         wl-summary-count-unread.
6047
6048         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6049         (wl-summary-score-update-all-lines): Use
6050         elmo-msgdb-set-mark.
6051
6052 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
6053
6054         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
6055         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
6056         (wl-summary-create-line): Renamed from
6057         wl-summary-overview-create-summary-line;
6058         Argument rearrangement.
6059         (wl-summary-update-thread): Follow the change above.
6060
6061         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
6062         (wl-thread-insert-entity-sub): Likewise.
6063
6064         * wl-summary.el (wl-summary-append-message-func-internal): Removed
6065         argument `overview', `mark-alist' and added `msgdb'.
6066
6067         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
6068
6069         * wl-summary.el (wl-summary-insert-summary): Changed argument.
6070         (wl-summary-rescan): Follow the change above.
6071         (wl-summary-sync-update): Ditto.
6072         (wl-summary-insert-thread-entity): Ditto;
6073         Don't use `let*' in every while loop;
6074         Detect infinite loop of threads.
6075         (wl-summary-update-thread): Removed argument `overview'.
6076
6077         * wl-thread.el (wl-thread-insert-message): Ditto.
6078
6079         * Version number is increased to 2.9.10.
6080
6081         * wl-message.el (wl-message-redisplay): Ignore errors while
6082         wl-message-redisplay-hook.
6083
6084 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6085
6086         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
6087
6088 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6089
6090         * wl.el (wl): inhibit-quit while wl-folder.
6091
6092 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
6095         while msgdb access.
6096
6097 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6098
6099         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
6100         even if no folder is not created.
6101
6102 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
6105
6106         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
6107         implementation.
6108         (wl-summary-target-mark-thread): Ditto.
6109
6110         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
6111
6112 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6113
6114         * wl-util.el (wl-display-bytes): Remove unused function.
6115
6116 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl.el (wl-check-environment): Cause error when wl-from is nil,
6119         seems critical one (partially reverse the change in 2002/03/17).
6120
6121 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6124         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6125
6126 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6127
6128         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6129         is not writable.
6130         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6131         plugged status instead of `'force' as 2nd argument.
6132
6133         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6134         is not creatable.
6135
6136         * Version number is increased to 2.9.9.
6137
6138 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6139
6140         * wl-summary.el (wl-summary-suspend): New function.
6141
6142 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6143
6144         * wl.el (wl): Do not check variables if check is nil.
6145         * wl-utils.el (wl-collect-draft): New function.
6146         * wl-folder.el (wl-folder-suspend): Put summary buffers
6147         and draft buffers at the end of buffer list.
6148         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6149
6150 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6151
6152         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6153         loop instead of recursive call.
6154
6155         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6156         2nd argument.
6157
6158 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6159
6160         * wl-draft.el (wl-draft-create-contents): Don't take neither
6161         (function . args) nor (string . something) any more.
6162
6163         * wl-version.el (wl-generate-user-agent-string): Return string
6164         without header symbol.
6165         * wl-draft.el (wl-draft-default-headers): Use it.
6166
6167         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6168         `wl-draft-insert-ccs' and return field value instead of inserting
6169         the header. Abolish cc argument.
6170         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6171
6172         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6173         rather than one with string car.
6174
6175         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6176         * wl-draft.el (wl-draft-create-contents): Add it after the default
6177         headers.
6178
6179         * wl-draft.el (wl-draft-create-contents): For the case of
6180         (symbol-or-string . function) insert header only when the function
6181         returns string value.
6182
6183 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6186         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6187
6188 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6189
6190         * wl.el (wl-check-environment): Don't check Message-ID when
6191         `wl-insert-message-id' is nil.
6192         Revive checking if `wl-message-id-domain' contains "@".
6193
6194 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6195
6196         * wl.el (wl-check-environment): Merge examination for "@" at
6197         inappropriate position into the first string-match.
6198
6199         * wl-summary.el (wl-summary-target-mark-print): New function.
6200         (wl-summary-pipe-message-subr): Extracted from
6201         `wl-summary-pipe-message'.
6202         (wl-summary-target-mark-pipe): New function.
6203         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6204         `wl-summary-target-mark-pipe'.
6205
6206 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6207
6208         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6209
6210 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6211
6212         * wl.el (wl-check-environment): Use elmo-warning instead of
6213         error for non-critical ones.
6214         Remove trash folder check.
6215         (wl): Don't ignore error in wl-check-environment.
6216
6217         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6218         check, which is moved from `wl-check-environment'.
6219         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6220
6221 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6222
6223         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6224         guess anything, call wl-summary-write.
6225         (wl-summary-write): Create draft with blank To field.
6226         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6227
6228 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6229
6230         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6231         argument full as well for wl-folder-write-current-folder.
6232         If wl-*-write-current-folder cannot guess addressee, add blank
6233         To header.
6234         Rewrite condition for positioning cursor.
6235
6236 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6237
6238         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6239         summary buffer is present, use it.
6240         (wl-folder-jump-to-previous-summary): Ditto.
6241
6242 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6243
6244         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6245
6246         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6247         wl-summary-previous-buffer and wl-summary-next-buffer.
6248
6249         * wl-folder.el (wl-folder-mode-map): Bind
6250         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6251         (wl-folder-jump-to-next-summary): New function.
6252         (wl-folder-jump-to-previous-summary): Ditto.
6253
6254         * wl-draft.el (wl-draft): Rearranged.
6255
6256 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6257
6258         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6259         of header.
6260         (wl-draft): Collect arguments for the header as header-alist.
6261         (wl-draft-forward): Arrange arguments for wl-draft.
6262         (wl-draft-reply): Ditto.
6263         (wl-draft-edit-string): Ditto.
6264         * wl-summary.el (wl-summary-write): Ditto.
6265         (wl-summary-write-current-folder): Ditto.
6266
6267         * Version number is increased to 2.9.8.
6268
6269 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6270
6271         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6272
6273         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6274
6275         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6276         even if the guess failed.
6277
6278         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6279         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6280         wl-summary-write-current-folder.
6281         * wl-xmas.el: Ditto.
6282
6283 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-summary.el (wl-summary-next-page): Force display message if
6286         message is not displayed yet.
6287         (wl-summary-prev-page): Ditto.
6288
6289 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6290
6291         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6292
6293 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6294
6295         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6296         add "Preview Message" and "Save Draft and Exit".
6297
6298 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6299
6300         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6301         if addrmgr is called from draft in splitted window.
6302
6303         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6304         * wl-mule.el: Ditto.
6305         * wl-xmas.el: Ditto.
6306
6307 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6308
6309         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6310
6311         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6312         * wl-xmas.el (wl-folder-toolbar): Ditto.
6313
6314 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6315
6316         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6317         and wl-draft-save-and-exit.
6318         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6319         * wl-xmas.el: Ditto.
6320         * wl-mule.el: Ditto.
6321
6322         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6323         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6324
6325 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6326
6327         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6328         lists for saving buffer.
6329
6330 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6331
6332         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6333         parent-folder argument instead of it.
6334         (wl-draft-create-buffer): Ditto.
6335         (wl-draft-forward): Ditto.
6336         (wl-draft-reply): Ditto.
6337         * wl-summary.el (wl-summary-write): Ditto.
6338         (wl-summary-write-current-folder): Ditto.
6339
6340         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6341         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6342         Folder buffer after composing.
6343
6344 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6345
6346         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6347         header if the file `wl-x-face-file' already contains it.
6348
6349 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6350
6351         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6352         folder" entry.
6353         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6354         * wl-e21.el (wl-folder-toolbar): Ditto.
6355         * wl-xmas.el (wl-folder-toolbar): Ditto.
6356
6357 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6358
6359         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6360         wl-folder-goto-folder with sticky argument.
6361         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6362
6363 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6366         and wl-summary-previous-buffer.
6367         (wl-summary-next-buffer): New function.
6368         (wl-summary-previous-buffer): Ditto.
6369
6370 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6371
6372         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6373         wl-folder-jump-to-current-entity-with-arg.
6374         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6375         `wl-folder-jump-to-current-entity'.
6376         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6377         `wl-summary-goto-folder-sticky'.
6378         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6379         `wl-summary-goto-folder'.
6380         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6381         Unless force-exit, do not clean temp. marks for sticky summary.
6382         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6383
6384 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6385
6386         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6387         not entire.
6388
6389 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6392         to `C-x C-s'.
6393         (wl-summary-save-status): New command.
6394         (wl-summary-exit): Don't clean-up temp marks when sticky.
6395         (Applied patch from Nakayama-san [wl: 09548])
6396         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6397         Do nothing when no mark data.
6398         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6399         Call `wl-summary-delete-all-temp-marks' before saving.
6400
6401 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6402
6403         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6404
6405 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6406
6407         * wl.el (wl-check-environment): Also cause error when (system-name)
6408         returns "localhost.localdomain". (Although it doesn't affect because
6409         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6410
6411 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6412
6413         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6414         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6415
6416         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6417         value.
6418
6419 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6420
6421         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6422         Likewise r-cc-list and r-ng-list.
6423
6424 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6425
6426         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6427         only if it is bound as variable.
6428
6429         * wl-mime.el (wl-draft-preview-message): Ditto.
6430
6431 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6434         needless `goto-char'.
6435
6436         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6437         `wl-summary-redisplay-no-mime-internal' instead of
6438         `wl-summary-redisplay-no-mime'.
6439         (wl-summary-redisplay-no-mime): Changed argument;
6440         Call `wl-summary-redisplay-no-mime-internal'.
6441
6442         * wl-mime.el (wl-draft-preview-message): Bind
6443         `mime-header-encode-method-alist' locally.
6444
6445         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6446         (wl-draft-std11-parse-addresses): Added the first address check.
6447         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6448
6449         * Version number is increased to 2.9.7.
6450
6451 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6452
6453         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6454
6455 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6456
6457         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6458         related to scrollbar support, if there is no such a feature
6459         compiled in.
6460
6461 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6462
6463         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6464         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6465         for prefetch.
6466
6467 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6468
6469         * wl-summary.el (wl-summary-pick): Fix for no match.
6470
6471 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6472
6473         * wl-draft.el (wl-draft-save):
6474         Override `mime-header-encode-method-alist'.
6475
6476 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * wl-folder.el (wl-folder-pick): New function.
6479         Define key as "?".
6480
6481 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6482
6483         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6484         Fix for unplugged.
6485
6486 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-folder.el (wl-folder-virtual): New function.
6489         Define key as "V".
6490
6491 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6492
6493         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6494         multi folder if entity is group.
6495
6496 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6497
6498         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6499         is nil.
6500
6501 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6502
6503         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6504         (wl-summary-target-mark-msgs): Return the number of marked messages.
6505
6506 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6507
6508         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6509         "first:" is specified.
6510
6511 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6512
6513         * wl-vars.el (wl-from): Use return value of function
6514         user-full-name instead of the variable user-full-name since
6515         XEmacs-20.4 doesn't set this variable.
6516
6517 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6520         call `wl' directly.
6521
6522 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6523
6524         * wl-draft.el (wl-draft-reedit): Removed duplicated
6525         switch-to-buffers.
6526
6527 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6528
6529         * wl.el (wl-other-frame): Removed garbages.
6530
6531 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6532
6533         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6534
6535         * wl-xmas.el (wl-draft-key-setup): Ditto.
6536
6537         * wl-mule.el (wl-draft-key-setup): Ditto.
6538
6539         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6540         (wl-draft-reedit): Ditto.
6541         (wl-draft-prepare-edit): Add `wl-draft-save' to
6542         `local-write-file-hooks'.
6543         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6544         (wl-draft-reedit): Set buffer-file-name.
6545         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6546
6547
6548         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6549         call it.
6550         (wl-delete-startup-frame-function): New variable.
6551         (wl-other-frame): New function
6552         (Original was written by Yamaoka san [wl: 09239]).
6553
6554         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6555         if `wl-folder-use-frame'.
6556
6557 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6558
6559         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6560
6561 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6562
6563         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6564         New variable.
6565         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6566         (wl-message-buffer-prefetch-get-next): Use them.
6567         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6568
6569 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6572         with unwind-protect.
6573
6574         * wl-draft.el (wl-draft-reedit): Rewrite.
6575         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6576         (wl-draft-save): Insert header separator if it does not exist;
6577         Removed condition-case.
6578
6579         * wl-summary.el (wl-summary-reedit): Revert last change.
6580
6581         * wl-draft.el (wl-draft-save): Rewrite.
6582         (wl-draft-create-buffer): Set buffer-file-name as nil.
6583
6584         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6585
6586         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6587
6588         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6589         nil.
6590
6591 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6592
6593         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6594         If count is nil, do not prefetch.
6595         (wl-message-buffer-prefetch-next): Next.
6596
6597 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6598
6599         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6600
6601 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6602
6603         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6604         `delete-backward-char'
6605         (wl-draft-prepare-edit): Check major-mode.
6606         (wl-draft-decode-header): Rewrite.
6607         (wl-draft): Fix.
6608
6609 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6610
6611         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6612
6613 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6614
6615         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6616         (wl-message-buffer-prefetch-get-next): Remove size checking.
6617         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6618
6619 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6620
6621         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6622         (wl-draft-default-headers): Fix.
6623
6624 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6625
6626         * wl-draft.el (wl-draft-default-headers): Insert return value of
6627         `wl-generate-mailer-string-function'.
6628
6629 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6630
6631         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6632         (wl-draft-insert-mail-header-separator): Ditto.
6633
6634         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6635         again (Reverted the change on 2002-01-17 by OKADA san).
6636
6637 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6638
6639         * wl-draft.el (wl-draft): Rewrite.
6640         (wl-draft-create-buffer): New function.
6641         (wl-draft-create-contents): Ditto.
6642         (wl-draft-prepare-edit): Ditto.
6643         (wl-draft-decode-header): Ditto.
6644         (wl-draft-decode-body): Ditto.
6645         (wl-draft-check-new-line): Ditto.
6646         (wl-draft-default-headers): Ditto.
6647         (wl-draft-insert-mail-header-separator): Ditto.
6648
6649 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6650
6651         * Version number is increased to 2.9.6.
6652
6653 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6654
6655         * wl-draft.el (wl-draft-delete-field): Optional argument.
6656         (wl-draft-delete-fields): Ditto.
6657
6658 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6659
6660         * wl-message.el (toplevel): Eliminated byte-compile warning.
6661         for `itimer-function', `delete-timer' and `itimer-list'.
6662
6663 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6664
6665         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6666         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6667         `wl-message-buffer-prefetch-threshold'.
6668         * wl-summary.el (wl-summary-redisplay-internal): Remove
6669         the check of `wl-message-buffer-prefetch-depth'.
6670
6671 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6672
6673         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6674         size of article.
6675         (wl-message-buffer-prefetch-subr): Remove size check.
6676
6677 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6678
6679         * wl-vars.el (wl-plugged): Make customizable.
6680
6681 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6684         (wl-message-buffer-prefetch-set-timer): New function.
6685         (wl-message-buffer-prefetch-get-next): New function.
6686         (wl-message-buffer-prefetch): New function.
6687         (wl-message-buffer-prefetch-next): Rewrite.
6688         (wl-message-buffer-prefetch-subr): Rewrite.
6689         * wl-vars.el (wl-auto-prefetch-first): New variable.
6690         * wl-summary.el (wl-summary-goto-folder-subr): Call
6691         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6692
6693 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6694
6695         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6696         `wl-summary-unread-message-hook'.
6697
6698 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6699
6700         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6701         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6702         if range is `cache-status'.
6703
6704 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6705
6706         * wl-message.el (wl-message-buffer-prefetch-subr):
6707         Improve debug message.
6708
6709 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6710
6711         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6712         `wl-mail-send-pre-hook'.
6713         (wl-draft-send-mail-with-qmail): Ditto.
6714         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6715
6716 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6717
6718         * wl-message.el (wl-message-buffer-prefetch-subr):
6719         Fix for cancel-function-timers bug.
6720         (wl-message-buffer-prefetch-debug): Default value is t.
6721
6722 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6725         (wl-message-buffer-prefetch-subr): Rewrite.
6726         Rename from `wl-message-buffer-prefetch'.
6727
6728 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6729
6730         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6731         (wl-default-draft-cite-decorate-author): Ditto.
6732
6733         * wl-draft.el (wl-draft-cite-function): Removed.
6734         (wl-default-draft-cite-decorate-author): Ditto.
6735
6736 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6737
6738         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6739         (wl-default-draft-cite): Do not arrange author name if the value of
6740         `wl-default-draft-cite-decorate-author' is nil.
6741
6742 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6745
6746         * wl-folder.el (wl-folder-check-one-entity): Don't care
6747         `elmo-folder-use-flag-p'.
6748
6749 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6750
6751         * wl-folder (wl-folder-check-one-entity): Fix
6752         problem if unread is nil.
6753
6754 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6755
6756         * wl-address.el (wl-address-make-completion-list): Check whether
6757         the address is a group list.
6758         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6759
6760 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6761
6762         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6763         The number of the messages of new and unread does not count
6764         correctly.
6765
6766         * wl-summary.el (wl-summary-count-unread): Changed to return
6767         `(new . unread)' instead of total.
6768         (wl-summary-sync-update): Follow the change above.
6769
6770         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6771
6772 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6773
6774         * wl-address.el (wl-address-make-completion-list): Do not enclose
6775         address by " <" and ">" if associated realname is "".
6776         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6777         This is against the promblem with group list in .addresses pointed
6778         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6779
6780 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6781
6782         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6783         message is a format control string.
6784         * wl-expire.el (wl-expire-append-log): Ditto.
6785         * wl-mime.el (wl-summary-burst-subr): Ditto.
6786         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6787         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6788
6789 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6790
6791         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6792         wl.el (wl-check-variables): Rename from `wl-check-type'.
6793         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6794         (wl-check-variables-2): New function.
6795         (wl): Call `wl-check-variables-2'.
6796
6797 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6798
6799         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6800         after renaming folder in access group.
6801
6802 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6803
6804         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6805         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6806         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6807         (wl-message-buffer-prefetch): Rewrite.
6808         (wl-message-buffer-prefetch-idle-time): Removed.
6809         * wl-summary.el (wl-summary-redisplay-internal):
6810         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6811         Error check for `wl-message-buffer-prefetch-depht'.
6812
6813 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * Version number is increased to 2.9.5.
6816         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6817
6818 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6821         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6822         Based on the patch written by
6823         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6824
6825 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6826
6827         * wl-draft.el (wl-draft-raw-send): Fix for
6828         `wl-news-send-pre-hook'
6829
6830 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6831
6832         * wl-utils.el (wl-message-id-function): New variable.
6833         * wl-draft.el (wl-draft-insert-required-fields):
6834         Use `wl-message-id-function'.
6835
6836 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6837
6838         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6839         * wl-utils.el (wl-draft-make-message-id-string):
6840         Use `wl-from' for domain part of Message-ID
6841         if `wl-message-id-use-wl-from' if non-nil.
6842         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6843
6844 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6845
6846         * wl.el (wl): Call `wl-check-type'
6847         Do not 'condition-case'.
6848
6849 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6850
6851         * wl.el (wl-check-type): New function.
6852         (wl-check-type-variables): New variable.
6853
6854 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6855
6856         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6857
6858 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6859
6860         * wl-draft.el (wl-smtp-password-key): New function.
6861         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6862         (wl-draft-send-mail-with-smtp): Ditto.
6863         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6864
6865 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6866
6867         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6868         * wl-utils.el (wl-unique-id-suffix): Remove.
6869
6870 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6871
6872         * Version number is increased to 2.9.4.
6873
6874 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6875
6876         * wl-utils.el (wl-unique-id-suffix): New variable.
6877         (wl-unique-id): Use `wl-unique-id-suffix'
6878
6879 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6880
6881         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6882         instead of `elmo-msgdb-search'.
6883
6884         * Version number is increased to 2.9.3.
6885
6886 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6887
6888         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6889
6890 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6891
6892         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6893         (wl-draft-dispatch-message): Changed for send-later.
6894         (wl-draft-queue-flush): Ditto.
6895         (wl-draft): Clear `wl-sent-message-queued'.
6896         (wl-draft-reedit): Ditto.
6897         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6898         * wl-vars.el (wl-draft-force-queuing): New variable.
6899         (wl-draft-force-queuing-mail): New variable.
6900         (wl-draft-force-queuing-news): New variable.
6901
6902 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6903
6904         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6905         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6906
6907 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6908
6909         * Version number is increased to 2.9.2.
6910
6911 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6912
6913         * wl-draft.el (wl-draft-elide-region): New user command.
6914         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6915
6916         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6917         command `wl-draft-elide-region'.
6918         * wl-mule.el: Ditto.
6919         * wl-xmas.el: Ditto.
6920
6921 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6922
6923         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6924         (wl-biff-check-folder-async): Removed needless let.
6925
6926 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6929         wl-folder-get-elmo-folder.
6930         (wl-biff-check-folder): Set `biff' argument of
6931         `wl-folder-check-one-entity'.
6932         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6933
6934         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6935         (wl-folder-check-one-entity): Added `biff' argument;
6936         Setup `biff' slot of folder.
6937
6938         * Version number is increased to 2.9.1.
6939
6940 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6943         comment out and fixed.
6944         (wl-fldmgr-add-completion-subr): Ditto.
6945
6946         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6947         and msgdb.
6948
6949         * wl.el (wl-toggle-plugged): Save summary view.
6950
6951 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6954
6955 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6956
6957         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6958
6959 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6962         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6963         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6964
6965         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6966         if it was failed.
6967         (wl-demo): Disable undo in the demo buffer.
6968
6969 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl-version.el (wl-version): Changed codename.
6972
6973         * Version number is increased to 2.9.0.
6974
6975 2001-12-14  Takuo KITAME <kitame@northeye.org>
6976
6977         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6978         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6979         (wl-folder-mark-as-read-all-current-entity): Ditto.
6980
6981 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6982
6983         * wl-vars.el (wl-from-width): Define as obsolete variable.
6984         (wl-subject-length-limit): Ditto.
6985
6986         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6987
6988         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6989         wl-summary-save-view.
6990
6991         * wl.el (wl-save-status): Ditto.
6992         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6993
6994         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6995         (wl-summary-exit): Follow the change above.
6996         (wl-summary-goto-folder-subr): Ditto.
6997
6998         * wl-folder.el (wl-folder-create-subr): Don't use
6999         `elmo-folder-creatable-p'.
7000
7001 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
7004
7005 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
7008         rather than bitmap on Emacs 21.
7009         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
7010         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
7011         for xbm if the new redisplay engine is not available.
7012
7013 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-folder.el (wl-folder-init-hook): New hook.
7016         (wl-folder-init): Run `wl-folder-init-hook'.
7017
7018 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7019
7020         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
7021
7022 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7023
7024         * wl-acap.el (wl-acap-cache-filename): New variable.
7025         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
7026         (wl-acap-init): Use cache if no ACAP server found.
7027
7028 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7029
7030         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
7031         `wl-acap-original-msgdb-dir'.
7032
7033         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
7034         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
7035
7036         * wl-mime.el (wl-mime-save-directory): Renamed from
7037         `wl-mime-save-dir'.
7038
7039 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7040
7041         * wl-vars.el (wl-icon-dir): Fixed the docstring.
7042
7043         * wl-demo.el: Require `path-util'.
7044         (wl-demo-bitmap-mule-available-p): New internal variable.
7045         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
7046         `module-installed-p' instead.
7047         (wl-demo-insert-image): Use *.img file for a bitmap image.
7048         (wl-demo): Don't call the ascii demo recursively.
7049
7050 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7051
7052         * Version number is increased to 2.7.7.
7053
7054 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl.el (wl-exit): Eliminated byte-compile warning.
7057
7058 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7059
7060         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
7061         obsolete variable using `elmo-define-obsolete-variable'.
7062         (wl-fetch-confirm-threshold): Ditto.
7063         (wl-cache-prefetch-folder-type-list): Ditto.
7064         (wl-cache-prefetch-folder-list): Ditto.
7065
7066 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7067
7068         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
7069         (wl-demo-icon-name): Use Xmas logo at the end of the year.
7070         (wl-demo-insert-image): New function.
7071         (wl-demo-insert-text): New function.
7072         (wl-demo-image-type-alist): Redefine as a function.
7073         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
7074         (wl-demo-with-temp-file-buffer): Removed.
7075         (wl-logo-xpm): Removed.
7076         (wl-logo-xbm): Removed.
7077         (wl-logo-bitmap): Removed.
7078
7079 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
7080
7081         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
7082         (wl-expire-localdir-get-folder-function): New user option.
7083         (wl-expire-localdir-get-folder): New function.
7084         (wl-expire-localdir-date): Ditto.
7085
7086 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7087
7088         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
7089         value.  Refactoring `wl-folder-notify-deleted' is nil case.
7090         Fixed unread number mismatch when all-unread < unread.
7091
7092 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
7095         (wl-fetch-confirm-threshold): Ditto.
7096
7097         * wl-summary.el (wl-summary-confirm-appends): Removed.
7098         (wl-summary-sync-update): Don't refer
7099         `wl-summary-update-confirm-threshold' (It is now abolished).
7100
7101         * wl-message.el (wl-message-display-internal): Don't refer
7102         `wl-fetch-confirm-threshold' (It is now abolished).
7103
7104 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7105
7106         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
7107
7108 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7109
7110         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
7111         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
7112         Change default value to nil.
7113         (wl-summary-indent-length-limit): The value can be nil, nil means
7114         unlimited.
7115
7116         * wl-summary.el: Don't set limit for indent length if the value of
7117         wl-summary-indent-length-limit is nil.
7118         If the value of wl-summary-width is nil, it means only that the width
7119         of summary is unlimited (nil doesn't mean that the indent length is
7120         unlimited).
7121
7122         * wl-thread.el: Ditto.
7123
7124 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7125
7126         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7127         be nil, nil means never confirm.
7128         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7129
7130 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7131
7132         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7133         means unlimited).
7134
7135 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7138         Use `with-temp-buffer'.
7139
7140 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7141
7142         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7143         with new backquote style).
7144         (wl-folder-get-entity-from-buffer): Ditto.
7145
7146 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7147
7148         * wl-version.el (nemacs-version): Eliminated.
7149         (wl-extended-emacs-version2): Ignore nemacs.
7150         (wl-extended-emacs-version3): Ditto.
7151
7152 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7153
7154         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7155         (wl-draft-add-in-reply-to): New variable.
7156         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7157         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7158         (wl-draft-yank-from-mail-reply-buffer): Use
7159         `wl-draft-add-in-reply-to'.
7160         (wl-draft-insert-current-message): Ditto.
7161
7162 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7163
7164         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7165         typo (kill->hide).
7166         (wl-message-buffer-prefetch-folder-type-list): Added elements
7167         `mark' and `cache' instead of `internal'.
7168
7169 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7170
7171         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7172         resume msgdb directory.
7173
7174 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl.el (wl-exit): Call `wl-acap-exit'.
7177
7178         * wl-summary.el (wl-summary-message-string): New function.
7179         (wl-summary-reedit): Use it.
7180         (wl-summary-resend-bounced-mail): Remove needless let.
7181         (wl-summary-supersedes-message): Ditto.
7182         (wl-summary-save): Ditto.
7183
7184         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7185         (wl-acap-init): Set it.
7186         (wl-acap-exit): New function.
7187
7188 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7189
7190         * wl.el (wl-init): Revert (require 'mime-setup). move from
7191         toplevel.
7192
7193 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7194
7195         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7196         local variables.  Add error when guess function return invalid
7197         value.
7198
7199 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7200
7201         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7202         Change local variable name.
7203         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7204         (wl-folder-get-newsgroups): Return nil when non-news folder.
7205         * wl-summary.el (wl-summary-write-current-folder): State through
7206         when guess-list return nil.
7207         (wl-summary-write-current-folder-functions): Fixed docstring.
7208
7209         * wl.el (wl-exit): Changed confirm message.
7210
7211         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7212         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7213
7214         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7215
7216 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7217
7218         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7219         user option (Renamed from wl-cache-prefetch-folder-type-list).
7220         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7221         from wl-cache-prefetch-folder-list).
7222
7223         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7224         Move to wl-vars.el.
7225         (wl-message-buffer-prefetch-p): Changed to enable
7226         `wl-message-buffer-prefetch-folder-list'.
7227
7228         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7229         `ignore-cache'.
7230
7231 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7232
7233         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7234         `part-top' and `part-bottom'.
7235         (wl-draft-config-sub-part-top): New function.
7236         (wl-draft-config-sub-part-bottom): New function.
7237
7238 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7239
7240         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7241
7242 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7243
7244         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7245
7246 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7247
7248         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7249
7250         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7251         (wl-summary-write-current-folder): Ditto.
7252
7253 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7254
7255         * wl-folder.el (wl-folder-get-newsgroups): Use
7256         `elmo-folder-newsgroups'.
7257
7258 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7259
7260         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7261         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7262         `wl-draft-config-sub-header-bottom'.
7263
7264 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7265
7266         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7267         localnews folder.
7268
7269 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7270
7271         * wl-summary.el (wl-summary-mode): Undo last change.
7272
7273         * wl-folder.el (wl-folder-mode): Ditto.
7274
7275 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7276
7277         * wl-summary.el (wl-summary-mode): Locally set
7278         truncate-partial-window-width to nil.
7279         (for XEmacs)
7280
7281         * wl-folder.el (wl-folder-mode): Ditto.
7282
7283 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7284
7285         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7286
7287 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7288
7289         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7290         number.
7291
7292         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7293
7294         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7295
7296         * Version number is increased to 2.7.6.
7297
7298 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7299
7300         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7301
7302 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-summary.el (wl-summary-sync-update): Enclose network
7305         related portion with `unwind-protect'.
7306
7307 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7308
7309         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7310
7311 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7312
7313         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7314         element.
7315         * wl-vars.el (wl-message-body-button-alist): Ditto.
7316
7317         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7318         max match length.
7319         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7320
7321         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7322         for the max match length;
7323         Use 4th element value for the button string regexp group.
7324
7325         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7326         candidate exists, prompt to select.
7327
7328 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7329
7330         * wl-summary.el (wl-summary-jump-to-msg): Search before
7331         calibration point by `beginning-of-line'.
7332
7333 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7334
7335         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7336         for access group.
7337
7338 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * wl-message.el (wl-message-display-internal): Bind
7341         `default-mime-charset'.
7342
7343         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7344
7345         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7346
7347         * Version number is increased to 2.7.5.
7348
7349 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7350
7351         * wl-expire.el (wl-summary-archive): Fixed;
7352         Use `elmo-folder-name-internal'.
7353
7354 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7355
7356         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7357         from `elmo-folder-move-messages' caller.
7358         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7359
7360         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7361         related portions are changed).
7362
7363 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7364
7365         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7366         counter.
7367
7368 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7369
7370         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7371         buffer local and set it to nil.
7372
7373         * wl-message.el (wl-message-redisplay): Ditto.
7374
7375 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7376
7377         * wl-summary.el (wl-summary-mark-as-important): If message is
7378         already cached, set messag as read, otherwise encache and mark as read.
7379
7380 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7381
7382         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7383         point-min.
7384
7385 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7388         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7389         a keymap.
7390
7391 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7392
7393         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7394         parent.
7395
7396         * wl-mule.el (wl-message-define-keymap): Ditto.
7397
7398         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7399
7400         * wl-xmas.el (wl-message-display-internal-hook): Define.
7401         (wl-xmas-setup-message-toolbar): Define as function.
7402         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7403         (wl-message-overload-functions): Abolished.
7404         (wl-message-define-keymap): New function.
7405
7406         * wl-vars.el (wl-message-display-internal-hook): New variable.
7407         (wl-message-header-button-alist): New variable (Renamed from
7408         wl-highlight-message-header-button-alist).
7409         (wl-message-body-button-alist): Ditto.
7410
7411         * wl-mule.el (wl-message-define-keymap): New function.
7412         (wl-message-overload-functions): Abolished.
7413
7414         * wl-message.el (wl-message-add-buttons-to-body): New function.
7415         (wl-message-redisplay): Don't call wl-message-overload-functions;
7416         Call wl-message-add-buttons-to-header and
7417         wl-message-add-buttons-to-body.
7418         (wl-message-display-internal): Set keymap argument for
7419         elmo-mime-display-as-is, elmo-mime-message-display;
7420         Run wl-message-display-internal-hook.
7421         (wl-message-refer-article-or-url): Abolished.
7422
7423         * wl-highlight.el (wl-highlight-headers): Don't call
7424         wl-highlight-message-add-buttons-to-header.
7425         (wl-highlight-message-add-buttons-to-header): Abolished.
7426
7427
7428         * wl-e21.el (wl-message-display-internal-hook): Define.
7429         (wl-e21-setup-toolbar): Deleted duplicated binding.
7430         (wl-e21-setup-message-toolbar): Define as function.
7431         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7432         (wl-message-define-keymap): New function.
7433         (wl-message-overload-functions): Abolished.
7434
7435 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7438         and elmo-folder-close.
7439
7440         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7441
7442 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7443
7444         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7445         boolean value.
7446         * wl-draft.el (wl-draft-do-fcc): Ditto.
7447
7448 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7449
7450         * wl-vars.el (wl-fcc-force-as-read): New variable.
7451         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7452         mark copied message as read.
7453
7454 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7455
7456         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7457
7458 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7459
7460         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7461         `wl-summary-target-above' instead of obsolete variable
7462         `wl-summary-temp-above'.
7463
7464         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7465         instead of `make-obsolete-variable'.
7466         * wl-refile.el (toplevel): Ditto.
7467
7468 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7469
7470         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7471         with third argument t.
7472         (wl-draft): Set first argument for wl-plugged-init as t.
7473
7474         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7475         definition.
7476
7477 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7478
7479         * wl-vars.el: Tabify.
7480         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7481
7482         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7483         message.
7484
7485 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7486
7487         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7488         and set default to beep.
7489
7490 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7491
7492         * wl-vars.el (wl-draft-truncate-lines): New variable.
7493
7494         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7495         instead of wl-message-truncate-lines for truncate-lines.
7496
7497 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7498
7499         * wl-message.el (wl-message-display-internal): Call
7500         `wl-highlight-message' after `elmo-mime-display-as-is'.
7501
7502         * wl-mime.el (wl-mime-display-text/plain): New function.
7503         (wl-mime-display-header): Ditto.
7504         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7505         body-presentation-method for text/plain;
7506         Register `wl-mime-display-header' as a header-presentation-method;
7507         Don't set up `elmo-message-text-content-inserted-hook' and
7508         `elmo-message-header-inserted-hook'.
7509
7510         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7511         variable.
7512         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7513         as t if flag is 'all-header;
7514         Don't bind `elmo-message-ignored-field-list',
7515         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7516
7517 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7520         for xemacs with non-mule environment.
7521
7522 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7523
7524         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7525         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7526         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7527
7528 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7529
7530         * wl-vars.el (wl-interactive-send): Set default value as t.
7531
7532 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7535         (wl-addrmgr-method-list): Abolished.
7536         (wl-addrmgr-change-method): Follow above change.
7537
7538         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7539
7540 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7541
7542         * wl-vars.el (wl-message-truncate-lines): Change default value
7543         to default-truncate-lines.
7544
7545         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7546
7547 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7548
7549         * wl-vars.el (wl-message-truncate-lines): New variable.
7550
7551         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7552         wl-message-truncate-lines.
7553
7554 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7555
7556         * wl-acap.el (wl-acap-init): Remove period from error message.
7557         (wl-acap-find-acap-service): Remove period from message.
7558
7559 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * wl.el (wl-check-environment): Undo last change.
7562
7563         * wl-vars.el (wl-from): Changed default value.
7564
7565         * wl-util.el (toplevel): Don't require tm-edit.
7566
7567         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7568         `wl-folder-init';
7569         Don't set mark on mail body.
7570         (wl-draft-reedit): Ditto.
7571
7572         * wl-address.el (wl-address-quote-specials): Define as an alias for
7573         elmo-address-quote-specials.
7574
7575 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7578
7579         * wl-vars.el (wl-from): Set default value as nil.
7580         (wl-organization): Set default value as ORGANIZATION environment
7581         variable.
7582
7583         * wl-draft.el (wl-smtp-extension-bind): Check value of
7584         wl-smtp-connection-type.
7585
7586         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7587         error.
7588
7589 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7590
7591         * Version number is increased to 2.7.4.
7592
7593         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7594         arguments from `wl-highlight-x-face-function' caller.
7595         Use x-face-1.3.6.12 or later.
7596
7597 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7598
7599         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7600
7601 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7602
7603         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7604         (wl-fcc): Fix to accept function.
7605         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7606
7607 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7608
7609         * wl-acap.el (toplevel): Added `product-provide' declare.
7610         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7611
7612 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * wl.el (wl): Changed order of calling `elmo-init'
7615         and `elmo-folder-init'.
7616
7617 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7618
7619         * wl-mime.el (wl-summary-burst): Extract message when content-type
7620         of root entity is not only `multipart' but also `message/rfc822'.
7621         (wl-summary-burst-subr): Ditto.
7622
7623 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl-vars.el (toplevel): Require 'custom.
7626         (wl-trash-folder): Added to `wl-setting' group.
7627
7628         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7629         exists.
7630         (wl-addrmgr-draw): Insert empty line when no entry exists.
7631
7632         * wl-mule.el (wl-message-wheel-up): Fixed.
7633         (wl-message-wheel-down): Ditto.
7634
7635 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7636
7637         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7638         config is an anonymous lambda expression.
7639
7640 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7641
7642         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7643         when Mule 2 is running.
7644
7645 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7646
7647         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7648
7649 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7650
7651         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7652         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7653
7654         * wl-address.el (wl-address-specials-regexp): Eliminated.
7655         (wl-address-quote-specials): Rewrite.
7656
7657 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7658
7659         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7660         shy-groups for regexp.
7661
7662         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7663         character classes and Perl style shy-groups for regexp.
7664         (wl-highlight-plugged-current-line): Use Posix style character
7665         classes for regexp.
7666         (wl-e21-highlight-folder-by-numbers): Ditto.
7667         (wl-e21-display-image-p): Use `display-images-p' instead of
7668         `display-graphic-p'.
7669         (display-images-p): Make an alias to `display-graphic-p' if it is
7670         not available.  It is for Emacs version prior to 21.0.105.
7671
7672         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7673         `display-graphic-p'.
7674         (wl-demo-image-type-alist): Ditto.
7675         (display-images-p): Make an alias to `display-graphic-p' if it is
7676         not available.  It is for Emacs version prior to 21.0.105.
7677
7678 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7679
7680         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7681         support.
7682         (wl-generate-user-agent-string): Ditto.
7683
7684         * wl-version.el (wl-version): Update docsting.
7685         (wl-version-status): Ditto.
7686
7687 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7688
7689         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7690         21.0.105.  For Emacs 21.0.104 or earlier.
7691
7692 2001-09-03  Takuo KITAME <kitame@northeye.org>
7693
7694         * wl-e21.el (wl-plugged-init-icons): Use
7695         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7696         (wl-biff-init-icons): Ditto.
7697
7698 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7699
7700         * wl-highlight.el (wl-highlight-summary-current-line):
7701         Fixed highlighting refile/copy destination.
7702
7703         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7704         (wl-acap-store): Encode string by wl-acap-coding-system.
7705
7706 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7707
7708         * wl-acap.el (toplevel): Check and require 'un-define before
7709         'xemacs-ucs;
7710          Added checking for UTF-2000.
7711
7712 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7715         Don't enclose with `eval-and-compile'.
7716
7717         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7718         wl-init is non-nil.
7719
7720         * wl-draft.el (wl-draft): Ditto.
7721
7722         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7723
7724         * wl-acap.el (toplevel): Require 'wl.
7725         (wl-acap-store): Call `elmo-init'.
7726
7727         * wl.el (wl): Changed position of `wl-check-environment'.
7728         (toplevel): Added autoload setting for wl-acap.
7729
7730         * wl-vars.el (wl-setting): New custom group.
7731         (wl-from): Added wl-setting group.
7732         (wl-user-mail-address-list): Ditto.
7733         (wl-organization): Ditto.
7734         (wl-subscribed-mailing-list): Ditto.
7735         (wl-envelope-from): Ditto.
7736         (wl-smtp-posting-user): Ditto.
7737         (wl-smtp-posting-server): Ditto.
7738         (wl-smtp-posting-port): Ditto.
7739         (wl-smtp-authenticate-type): Ditto.
7740         (wl-pop-before-smtp-user): Ditto.
7741         (wl-pop-before-smtp-server): Ditto.
7742         (wl-pop-before-smtp-port): Ditto.
7743         (wl-pop-before-smtp-authenticate-type): Ditto.
7744         (wl-nntp-posting-server): Ditto.
7745         (wl-nntp-posting-user): Ditto.
7746         (wl-nntp-posting-port): Ditto.
7747         (wl-fetch-confirm-threshold): Ditto.
7748         (wl-prefetch-threshold): Ditto.
7749         (wl-thread-insert-opened): Ditto.
7750         (wl-ldap-server): Ditto.
7751         (wl-ldap-port): Ditto.
7752         (wl-ldap-base): Ditto.
7753         (wl-ldap-objectclass): Ditto.
7754         (wl-use-ldap): Ditto.
7755         (wl-draft-config-alist): Ditto.
7756         (wl-draft-config-matchone): Ditto.
7757         (wl-template-alist): Ditto.
7758         (wl-message-sort-field-list): Ditto.
7759         (wl-message-ignored-field-list): Ditto.
7760         (wl-message-visible-field-list): Ditto.
7761         (wl-interactive-send): Ditto.
7762         (wl-summary-move-order): Ditto.
7763         (wl-auto-select-first): Ditto.
7764         (wl-auto-select-next): Ditto.
7765         (wl-interactive-save-folders): Ditto.
7766
7767         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7768         Initialization codes are moved from wl-local-folder-init.
7769         (wl-local-folder-init): Follow the change above.
7770         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7771
7772         * wl-acap.el: New file.
7773
7774         * Version number is increased to 2.7.3.
7775
7776 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7777
7778         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7779
7780 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7781
7782         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7783         (wl-addrmgr-address-entry-list): Ditto.
7784
7785 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7786
7787         * wl-e21.el (wl-draft-mode-map): Removed binding for
7788         `wl-draft-insert-x-face-field'.
7789
7790         * wl-mule.el (wl-draft-mode-map): Ditto.
7791
7792         * wl-xmas.el (wl-draft-mode-map): Ditto.
7793
7794         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7795         (wl-cs-autoconv): Ditto.
7796         (wl-cs-local): Ditto.
7797         (wl-use-scoring): Ditto.
7798         (wl-mime-charset): Ditto.
7799         (wl-folder-check-async): Ditto.
7800
7801         * wl.el (toplevel): Ignore nemacs and tm.
7802         (wl-exit): Ditto.
7803
7804         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7805         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7806         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7807         instead of wl-address-petname-add-or-change.
7808         (wl-summary-edit-addresses-subr): Use wl-address-delete
7809         instead of wl-address-petname-delete.
7810
7811         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7812
7813         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7814         if error occured.
7815
7816         * wl-message.el (require): Remove tm support.
7817
7818         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7819
7820         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7821         (wl-folder-jump-to-current-entity): Ditto.
7822         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7823
7824         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7825         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7826         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7827
7828         * wl-mule.el (wl-draft-key-setup): Ditto.
7829
7830         * wl-xmas.el (wl-draft-key-setup): Ditto.
7831
7832         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7833         (wl-draft-std11-parse-addresses): New function.
7834         (wl-draft-parse-mailbox-list): Use it.
7835         (wl-draft): Ignore nemacs.
7836         (wl-draft-reedit): Ditto.
7837
7838         * wl-addrmgr.el: New file.
7839         (Original is wl-rcpt.el written by
7840         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7841         Thanks Kitamoto-san.)
7842
7843         * wl-address.el (wl-address-make-address-list): Modified parsing
7844         process.
7845         (wl-address-delete): Renamed from `wl-address-petname-delete';
7846         Modify wl-address-list too.
7847         (wl-address-add-or-change): Renamed from
7848         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7849
7850 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7851
7852         * wl-highlight.el (wl-highlight-summary-current-line):
7853           Work with transient-mark-mode
7854
7855 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7856
7857         * Version number is increased to 2.7.2.
7858
7859         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7860         instead of elmo-dop-queue-method.
7861
7862 2001-08-06  SAITO Atsunori <sai@yedo.com>
7863
7864         * wl-vars.el (wl-ldap-objectclass): New user option.
7865
7866         * wl-address.el (wl-ldap-make-filter): Use it.
7867
7868 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7869
7870         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7871
7872 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-folder.el (wl-folder): redisplay after folder insertion.
7875
7876         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7877
7878         * wl-summary.el (wl-summary-sync-update):
7879         Change status mark only when new-msgdb exists.
7880         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7881
7882 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7883
7884         * wl-summary.el (wl-summary-open-folder): New function.
7885         (wl-summary-goto-folder-subr): Use it.
7886         (wl-summary-mark-as-important): Fix;
7887         Encache only when no cache exists.
7888
7889 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7890
7891         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7892         Use with-current-buffer.
7893
7894 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7895
7896         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7897         before call `get-buffer'. Fixed parenthesis.
7898         (wl-score-get-header-entry): Clear message and help window when
7899         keyboard quit.
7900         (wl-score-edit-insert-header): Ditto.
7901
7902 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7903
7904         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7905         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7906         (wl-default-draft-cite): Fix.
7907
7908         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7909         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7910
7911 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7912
7913         * wl-message.el (wl-message-prev-page): Do same bahavior
7914         as summary when it is called in the message buffer.
7915         (wl-message-next-page): Ditto.
7916
7917 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7918
7919         * wl-summary.el (wl-summary-forward): Use cache if it is not
7920         section cache.
7921
7922 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7923
7924         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7925         Removed redundant require of elmo-vars.
7926         (wl-biff-state-indicator-on): Changed default value for
7927         xemacs with non-mule environment.
7928
7929         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7930         wl-message-buffer is nil;
7931         Hide progress bar after moving messages.
7932
7933 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7934
7935         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7936         message at cursor point is deleted.
7937
7938 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7939
7940         * wl-vars.el: Changed file coding system to euc-japan.
7941         Added -*-coding:-*- magic to the first line.
7942
7943         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7944         Search parent from the first message.
7945
7946         * Version number is increased to 2.7.1.
7947
7948 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7949
7950         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7951
7952 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7953
7954         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7955         refile/delete execution.
7956
7957         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7958         Fixed docstring.
7959
7960 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7963         do update process;
7964         Don't update marks when update process is interrupted.
7965
7966 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7967
7968         * wl-summary.el (wl-summary-reply): Fixed problem when
7969         wl-draft-use-frame is non-nil.
7970         (wl-summary-forward): Ditto.
7971
7972         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7973         as nil.
7974         (wl-folder-mark-as-read-all-entity): Ditto.
7975         (wl-folder-prefetch-entity): Ditto.
7976
7977         * wl.el (wl): Check environment before wl-init.
7978
7979         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7980         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7981         instead of wl-summary-collect-unread.
7982         (wl-summary-reply): Split message window.
7983
7984 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7987         only if current language environment is japanese,
7988
7989         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7990         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7991         (wl-folder-goto-folder-subr): Ditto.
7992
7993         * wl-draft.el (wl-draft-dispatch-message): Call
7994         `elmo-file-cache-get-path'.
7995
7996 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7997
7998         * wl-summary.el (wl-summary-cursor-move): If return value of
7999         wl-summary-next-message is not number, don't jump.
8000
8001 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8002
8003         * wl-summary.el (wl-summary-buffer-next-message-function): New
8004         variable.
8005         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
8006         if it is bound.
8007
8008         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
8009         string.
8010
8011         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
8012         (wl-plugged-drawing): Ditto.
8013
8014 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
8017         process.
8018         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
8019         with unwind-protect.
8020
8021         * wl.el (wl-init): Require mime-setup.
8022         (wl-check-environment): Don't require mime-setup.
8023
8024         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
8025         instead of elmo-folder-type.
8026
8027         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
8028         value as nil.
8029
8030 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * Version number is increased to 2.7.0.
8033
8034         * wl-version.el (wl-version): Changed codename.
8035
8036         * wl-summary.el (wl-summary-delete-cache): Fixed.
8037
8038         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8039         Workaround for net folders.
8040         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
8041
8042         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
8043         value to nil (According to the patch from
8044         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
8045
8046         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
8047         of elmo-folder-close.
8048
8049 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
8050
8051         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
8052         for postfix.
8053
8054 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
8055
8056         * wl-summary.el (wl-summary-resend-message): Fixed.
8057
8058         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
8059         Call wl-draft with `from' argument if its address is included in
8060         `wl-user-mail-address-list'.
8061         (wl-draft): Added `from' argument.
8062
8063         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
8064         non-nil.
8065         (wl): Don't show demo if wl-demo is nil.
8066
8067         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
8068         wl-summary-use-frame.
8069
8070         * wl-vars.el (wl-summary-use-frame): New user option.
8071         (wl-folder-use-frame): Changed docstring.
8072
8073         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
8074         non-nil.
8075         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
8076         wl-summary-use-frame.
8077
8078         * wl-vars.el (wl-folder-use-frame): New user option.
8079
8080         * wl-summary.el (wl-summary-exit): Back to folder frame if
8081         wl-folder-use-frame is non-nil.
8082         (wl-summary-redisplay-internal): Ignore cache if current folder
8083         is draft folder,
8084         (wl-summary-redisplay-no-mime): Ditto.
8085         (wl-summary-redisplay-all-header): Ditto.
8086
8087         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
8088         if wl-folder-use-frame is non-nil.
8089
8090 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
8091
8092         * wl-summary.el (wl-summary-sync-update): Bind
8093         elmo-folder-update-threshold.
8094         (wl-summary-mark-as-important): Enclosed server mark processing
8095         with `save-match-data'.
8096
8097         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
8098         only when it is already defined.
8099
8100 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8101
8102         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
8103         name of folder exclude localdir is wrong.
8104         * wl-folder.el (wl-folder-sync-entity):
8105         Set `wl-summary-always-sticky-folder-list' as nil.
8106         (wl-folder-mark-as-read-all-entity): Ditto.
8107         (wl-folder-prefetch-entity): Ditto.
8108
8109 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
8110
8111         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
8112         instead of `wl-summary-write-current-newsgroup'.
8113
8114 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8115
8116         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
8117         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
8118         non-nil and selected message is important, do not display.
8119
8120 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
8121
8122         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
8123
8124 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8127
8128         * wl-summary.el (wl-summary-mark-as-important): Set message number
8129         using wl-summary-message-number.
8130
8131 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8132
8133         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8134         destination folder is 'null.
8135
8136 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8137
8138         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8139         New function.
8140         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8141         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8142         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8143
8144 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8145
8146         * wl-mime.el (wl-mime-setup): Added setting for
8147         `mime-setup-signature-key-alist' to avoid overriding key bind for
8148         `wl-draft-send'.
8149
8150         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8151         for `wl-draft-send'.
8152         * wl-mule.el (wl-draft-overload-functions): Ditto.
8153         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8154         * wl-draft.el (wl-draft-send): Ditto.
8155
8156         * wl-message.el (wl-message-display-internal):
8157         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8158         (Patch is provided by <kita@coe.nttdata.co.jp>).
8159
8160 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8161
8162         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8163
8164 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8165
8166         * wl.el (wl): Fix for wl-demo.
8167
8168 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8169
8170         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8171
8172 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8173
8174         * wl-folder.el (wl-folder-prefetch-entity): Use
8175         `wl-folder-get-elmo-folder'.
8176         (wl-folder-count-incorporates): Do not use
8177         `wl-folder-get-elmo-folder'.
8178
8179 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8180
8181         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8182         instead of `elmo-folder-get-type'.
8183
8184 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8185
8186         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8187         position on Subject: field.
8188         (Advised by Mito <mit@nines.nec.co.jp>)
8189
8190 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8191
8192         * wl-folder.el (wl-folder-prefetch-entity): Use
8193         `wl-folder-get-elmo-folder'.
8194
8195 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8196
8197         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8198
8199         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8200         `process-duplicates' slot.
8201
8202         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8203         if detection failed.
8204
8205 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8206
8207         * wl-version.el (wl-version-status): Set to "alpha".
8208
8209 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8210
8211         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8212         Check wl-message-buffer lives before set-buffer.
8213
8214 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8215
8216         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8217         called in folder mode.
8218         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8219         * wl-summary.el (wl-summary-exit-pre-hook): Run
8220         `wl-summary-exit-pre-hook' before exit summary mode.
8221
8222 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8223
8224         * wl-version.el (wl-version-status): New variable.
8225         (wl-version-status-alist): Removed.
8226         (wl-version-status): Rule included.
8227
8228 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8229
8230         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8231         @sponichi.
8232
8233         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8234         when `mail-reply-buffer' is buffer-local variable.
8235         (Reported by <kita@coe.nttdata.co.jp>).
8236
8237 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-vars.el (toplevel): Require 'elmo-util.
8240
8241 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8242
8243         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8244         (All other related portions are changed)
8245
8246         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8247
8248         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8249
8250 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8251
8252         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8253
8254 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8255
8256         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8257         Delete other windows to avoid an error.
8258         Use `point-marker' instead of `point' to remember the start point
8259         of body.
8260
8261         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8262
8263         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8264         number not to exceed all message number.
8265
8266 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8267
8268         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8269         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8270
8271 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-summary.el (wl-summary-sync-force-update): Added argument
8274         no-check.
8275         (wl-summary-sync-update): Ditto.
8276         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8277         with `no-check'.
8278
8279         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8280         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8281         already running.
8282
8283 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8284
8285         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8286         `dst-folder-arg'.
8287         (wl-expire-archive-number1): Diito.
8288         (wl-expire-archive-number2): Diito.
8289         (wl-expire-archive-Date): Diito.
8290         (wl-archive-number1): Diito.
8291         (wl-archive-number2): Diito.
8292         (wl-archive-date): Diito.
8293         (wl-archive-folder-p): New function.
8294         (wl-summary-expire): Support of expand folder name at
8295         wl-expire-alist.
8296         * wl-util.el (wl-expand-newtext): Renamed from
8297         `wl-refile-expand-newtext'.
8298
8299 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8300
8301         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8302         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8303         `(elmo-msgdb-get-overview msgdb)'.
8304         (wl-summary-prefetch): Bind match data before call
8305         `wl-summay-prefetch-msg'.
8306         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8307         'off if `wl-summary-buffer-disp-msg' is non-nil.
8308         Fixed problem that couldn't show only one new or unread message when
8309         enter folder.
8310         (wl-summary-reply): Don't call `split-window-vertically' and other
8311         window.
8312
8313 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-expire.el (wl-expire-refile): Fixed.
8316
8317 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8318
8319         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8320
8321         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8322         biff notification is removed.
8323
8324         * wl.el (wl): Changed position of `elmo-init'.
8325
8326         * wl-draft.el (wl-default-draft-cite): Use date field
8327         on the citation buffer.
8328
8329         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8330
8331         * wl-xmas.el (wl-folder-internal-icon-list): Added
8332         `wl-folder-shimbun-image'.
8333
8334         * wl-e21.el (wl-folder-internal-icon-list): Added
8335         `wl-folder-shimbun-image'.
8336
8337 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8338
8339         * wl.el (wl-init): Eliminated argument.
8340         (wl): Rewrite.
8341
8342         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8343         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8344         instead of `elmo-folder-msgdb-internal'.
8345         (wl-summary-sync-update): Ditto.
8346         (wl-summary-flush-pending-append-operations): Eliminated.
8347         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8348         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8349         `elmo-folder-open'.
8350
8351         * wl-mime.el (wl-summary-burst): Fixed.
8352
8353         * wl-folder.el (wl-folder-info-save): Check data type.
8354
8355         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8356         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8357         instead of `elmo-folder-msgdb-internal'.
8358         (wl-expire-hide): Ditto.
8359
8360
8361         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8362
8363 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8364
8365         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8366
8367 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8368
8369         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8370
8371 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8372
8373         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8374         Fixed `match-beginning' argument mismatch.
8375
8376 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8377
8378         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8379         the default value.
8380
8381 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8382
8383         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8384         instead of `elmo-nntp-default-port'.
8385
8386         * wl-vars.el: Fixed some doc strings.
8387
8388 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8389
8390         * wl-summary.el (wl-summary-prefetch-msg): Use
8391         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8392
8393         * wl-vars.el: Define *-func as obsolete variable using
8394         `elmo-define-obsolete-variable'.
8395
8396         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8397         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8398         instead of `wl-message-buffer-prefetch-threshold'.
8399
8400         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8401
8402         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8403
8404         * wl-draft.el (wl-caesar-region-func): Ditto.
8405
8406         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8407         Keep unread status in elmo-folder-move-messages.
8408         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8409
8410 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8411
8412         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8413         `wl-summary-buffer-exit-func'
8414         (wl-summary-buffer-message-redisplay-function): Renamed from
8415         `wl-summary-buffer-message-redisplay-func'
8416         (wl-summary-buffer-next-folder-function): Renamed from
8417         `wl-summary-buffer-next-folder-func'.
8418         (wl-summary-buffer-prev-folder-function): Renamed from
8419         `wl-summary-buffer-prev-folder-func'.
8420         (wl-summary-get-petname-function): Renamed from
8421         `wl-summary-get-petname-func'.
8422
8423         * wl-score.el (wl-score-edit-exit-function): Renamed from
8424         `wl-score-edit-exit-func'.
8425
8426         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8427         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8428
8429         * wl-util.el (wl-load-profile-function): Renamed from
8430         `wl-load-profile-func'.
8431
8432         * wl-folder.el (wl-folder-completion-function): Renamed from
8433         `wl-folder-completion-func'.
8434         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8435
8436         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8437         `wl-expire-archive-get-folder-func'.
8438         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8439         (wl-draft-send-mail-function): Renamed from
8440         `wl-draft-send-mail-func'.
8441         (wl-draft-send-news-function): Renamed from
8442         `wl-draft-send-news-func'.
8443         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8444         (wl-generate-mailer-string-function): Renamed from
8445         `wl-generate-mailer-string-func'.
8446         (wl-highlight-signature-search-function): Renamed from
8447         `wl-highlight-signature-search-func'.
8448         (wl-highlight-x-face-function): Renamed from
8449         `wl-highlight-x-face-func'
8450         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8451         (wl-ps-print-buffer-function): Renamed from
8452         `wl-ps-print-buffer-func'
8453         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8454         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8455         (wl-summary-subject-filter-function): Renamed from
8456         `wl-summary-subject-filter-func'.
8457
8458         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8459         `wl-draft-queue-flush-send-func'
8460         (wl-draft-cite-function): Renamed from
8461         `wl-draft-cite-func'
8462
8463         * wl-address.el (wl-address-init-function): Renamed from
8464         `wl-address-init-func'.
8465
8466 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8467
8468         * wl-draft.el (wl-draft-queue-flush): Don't call
8469         `elmo-dop-unlock-message'.
8470         * wl-draft.el (wl-draft-queue-append): Don't call
8471         `elmo-dop-lock-message'.
8472
8473         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8474         (wl-summary-buffer-folder-name): Ditto.
8475         (wl-summary-message-regexp): Added '-' (all other related portions
8476         are changed).
8477         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8478         wl-summary-buffer-folder-name.
8479
8480 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8481
8482         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8483         the number of mails in the folder buffer is not updated by wl-biff.
8484
8485 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8486
8487         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8488         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8489
8490 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8491
8492         * wl-summary.el (wl-summary-next-message):
8493         Return next message number when wl-summary-move-order is nil.
8494
8495 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8496
8497         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8498         `wl-summary-move-spec-alist'.
8499         (wl-summary-move-spec-unplugged-alist): New variable
8500         (Move spec for unplugged status).
8501         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8502         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8503
8504 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8505
8506         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8507         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8508
8509 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8510
8511         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8512         simple quotation to quote the anonymous function.
8513         * tm-wl.el (wl-draft-preview-message): Ditto.
8514
8515 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8516
8517         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8518         Eliminate redundant `save-excursion'.
8519         (wl-highlight-summary-current-line): Ditto.
8520
8521         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8522         accessing match data when `looking-at' failed.
8523
8524         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8525         `elmo-match-string' where users don't care about the speed.
8526         (wl-draft-save): Ditto.
8527
8528 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8529
8530         * wl-util.el (wl-regexp-opt): New function.
8531
8532         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8533         number from `wl-summary-buffer-number-list'.
8534         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8535         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8536         (wl-summary-move-spec-alist): Changed default setting.
8537
8538 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8539
8540         * wl-vars.el (wl-biff-notify-hook): New hook.
8541         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8542         the arrival of new mail.
8543         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8544         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8545
8546 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8549
8550 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8551
8552         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8553
8554         * Version number is increased to 2.5.8.
8555
8556         * wl-thread.el (toplevel): require 'cl.
8557         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8558         (wl-thread-make-number-list): New function.
8559         (wl-thread-entity-make-number-list-from-children): Ditto.
8560         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8561         (wl-thread-entity-insert-as-children): Likewise.
8562         (wl-thread-delete-message): Likewise.
8563         (wl-meaning-of-mark): Eliminated.
8564         (wl-thread-next-failure-mark-p): Ditto.
8565         (wl-thread-entity-get-mark): Ditto.
8566         (wl-thread-meaning-alist-get-result): Ditto.
8567         (wl-thread-entity-check-prev-mark): Ditto.
8568         (wl-thread-entity-check-next-mark): Ditto.
8569         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8570         (wl-thread-entity-get-prev-marked-entity): Ditto.
8571         (wl-thread-get-prev-unread): Ditto.
8572         (wl-thread-jump-to-prev-unread): Ditto.
8573         (wl-thread-get-next-unread): Ditto.
8574         (wl-thread-jump-to-next-unread): Ditto.
8575         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8576         (wl-thread-entity-get-next-marked-entity): Ditto.
8577
8578         * wl-summary.el (wl-summary-buffer-number-list):
8579         New bufer-local variable.
8580         (wl-summary-switch-to-clone-buffer): Clone
8581         `wl-summary-buffer-number-list'.
8582         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8583         (wl-summary-cursor-move-regex): Eliminated.
8584         (wl-summary-cursor-up): Rewrite.
8585         (wl-summary-cursor-down): Ditto.
8586         (wl-summary-mode-spec-alist): New variable.
8587         (wl-summary-next-message): New inline function.
8588         (wl-summary-cursor-move): New function.
8589         (wl-summary-default-get-next-msg): Rewrite.
8590         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8591         (wl-summary-rescan): Ditto.
8592         (wl-summary-sync-all-init): Ditto.
8593         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8594         summary is not thread view.
8595         (wl-summary-sync-update): Ditto.
8596         (wl-summary-rescan): Ditto.
8597         (wl-summary-make-number-list): New function.
8598
8599         * wl-draft.el: "FCC" -> "Fcc".
8600
8601 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8602
8603         * wl-highlight.el (wl-highlight-summary-window):
8604         Call `set-buffer-modified-p'.
8605
8606         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8607         (wl): Call `elmo-init' and fix.
8608
8609         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8610         Use new variables.
8611
8612         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8613
8614 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8615
8616         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8617
8618 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8619
8620         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8621
8622 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8623
8624         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8625         `wl-use-toolbar' nor `display-graphic-p'.
8626         (wl-e21-setup-message-toolbar): Ditto.
8627         (wl-e21-setup-summary-toolbar): Ditto.
8628         (wl-e21-setup-folder-toolbar): Ditto.
8629
8630         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8631         (wl-plugged-init-icons): Ditto.
8632
8633         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8634         `display-graphic-p'.
8635         (wl-plugged-set-folder-icon): Ditto.
8636         (wl-highlight-plugged-current-line): Ditto.
8637         (wl-highlight-folder-current-line): Ditto.
8638         (wl-e21-highlight-folder-group-line): Ditto.
8639         (wl-e21-setup-toolbar): Ditto.
8640         (wl-e21-display-image-p): New macro.
8641
8642         * wl-demo.el (wl-demo): Simplified.
8643         (wl-demo-image-type-alist): Use `image-type-available-p' for
8644         checking whether the image type `xbm' is available.
8645
8646 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8647
8648         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8649         (wl-summary-input-range): Ditto.
8650
8651 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-summary.el (wl-summary-edit-addresses): Use
8654         `wl-summary-get-original-buffer'
8655         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8656         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8657         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8658         (wl-summary-get-newsgroups): Eliminated.
8659         (wl-summary-set-crosspost): Ditto.
8660         (wl-summary-is-crosspost-folder): Ditto.
8661         (wl-crosspost-alist-load): Ditto.
8662         (wl-crosspost-alist-save): Ditto.
8663
8664         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8665         `elmo-setup-subscribed-newsgroups' instead of
8666         `elmo-nntp-make-groups-hashtb'.
8667         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8668         instead of `wl-crosspost-alist-save'.
8669
8670         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8671         of `elmo-folder-message-appendable-p'.
8672         (wl-mime-header-presentation-method): Eliminated.
8673
8674         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8675         (Error occurs in emacs21).
8676
8677         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8678         the current buffer).
8679
8680         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8681         instead of `wl-crosspost-alist-save'.
8682         (wl-init): `elmo-crosspost-message-alist-load'
8683         instead of `wl-crosspost-alist-load'
8684
8685         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8686         (wl-parse-newsgroups): Likewise.
8687         (wl-biff-notify): Run `wl-biff-notify-hook'.
8688
8689 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8690
8691         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8692
8693         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8694         when `wl-summary-lazy-highlight' is non-nil.
8695         (wl-summary-goto-folder-subr): Highlight only when
8696         `wl-summary-lazy-highlight' is non-nil.
8697
8698         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8699         Don't display progress and highlight temp-mark when
8700         `wl-summary-lazy-highlight' is non-nil.
8701         (wl-highlight-summary-window): New function.
8702         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8703
8704 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8705
8706         * wl-summary.el (wl-summary-sync): Change `all-visible'
8707         from `all-shown'
8708         (wl-summary-input-range): Ditto.
8709
8710 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8711
8712         * wl-e21.el (wl-highlight-folder-current-line): Call
8713         `wl-folder-init-icons' when folder icons have not been initialized.
8714
8715         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8716
8717         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8718         (wl-demo-image-type-alist): New macro.
8719
8720 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8721
8722         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8723         display does not support graphics.
8724         (wl-plugged-init-icons): Ditto.
8725         (wl-folder-init-icons): Ditto.
8726
8727         * wl-demo.el (wl-demo): Chech closely whether the display
8728         supports graphics.
8729
8730 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-summary.el (wl-summary-get-original-buffer): New function.
8733         (wl-summary-set-crosspost): Use it.
8734         (wl-summary-target-mark-uudecode): Ditto.
8735         (wl-summary-reedit): Ditto.
8736         (wl-summary-resend-bounced-mail): Ditto.
8737         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8738         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8739
8740         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8741         (wl-message-display-internal): Ditto.
8742
8743 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8746
8747 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8748
8749         * wl-summary.el (wl-summary-save-view): Renamed from
8750         `wl-summary-save-status'.
8751
8752 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8753
8754         * wl-summary.el (wl-summary-sync): Added `all-shown'
8755
8756 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8757
8758         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8759
8760 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8761
8762         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8763
8764 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8765
8766         * wl-highlight.el (wl-highlight-summary-line-string): Use
8767         `zerop' instead of `= 0'.
8768         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8769
8770         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8771         for comparing numbers.
8772         (wl-template-prev): Use `zerop' instead of `eq 0'.
8773
8774         * wl-draft.el (wl-draft-insert-current-message): Use
8775         `with-current-buffer' instead of `save-excursion'.
8776         Use `zerop' instead of `eq 0'.
8777
8778 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8779
8780         * wl-draft.el (wl-draft-insert-ccs): New function.
8781         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8782         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8783
8784 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8785
8786         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8787
8788 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl-expire.el (wl-expire-refile): Don't call
8791         elmo-msgdb-add-msgs-to-seen-list;
8792         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8793         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8794
8795 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8796
8797         * wl-message.el (wl-message-prev-page): Ignore errors while
8798         scroll-down.
8799
8800 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8801
8802         * wl-mime.el: Use elmo-original-message-mode instead of
8803         mmelmo-original-mode.
8804
8805         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8806         `elmo-folder-get-spec';
8807         (wl-fldmgr-add-completion-all-completions):
8808         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8809
8810         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8811         of `elmo-folder-get-type'.
8812
8813         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8814         `elmo-folder-get-spec';
8815         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8816         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8817         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8818         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8819         `elmo-read-msg-no-cache';
8820         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8821         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8822         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8823         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8824         `elmo-cache-save';
8825         (wl-draft-reedit): Use `elmo-message-file-name'.
8826
8827         * wl-expire.el: Use `elmo-folder-name-internal';
8828         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8829         Use macro `wl-summary-buffer-msgdb' instead of variable
8830         `wl-summary-buffer-msgdb';
8831         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8832         Use macro `wl-summary-buffer-folder-name' instead of variable
8833         `wl-summary-buffer-folder-name'.
8834         * wl-score.el: Likewise.
8835
8836         * wl-message.el: Rewrite for new message buffer cache mechanism.
8837         (wl-message-buffer-cache-buffer-get): New macro.
8838         (wl-message-buffer-cache-folder-get): Ditto.
8839         (wl-message-buffer-cache-message-get): Ditto.
8840         (wl-message-buffer-cache-entry-make): Ditto.
8841         (wl-message-buffer-cache-hit): Ditto.
8842         (wl-message-buffer-cache-sort): New function.
8843         (wl-message-buffer-cache-add): Ditto.
8844         (wl-message-buffer-cache-delete): Ditto.
8845         (wl-message-buffer-cache-clean-up): Ditto.
8846         (wl-message-buffer-window): Rewrite.
8847         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8848         (wl-message-buffer-display): New function.
8849         (wl-message-display-internal): New function.
8850
8851 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * wl-folder.el: Use `elmo-folder-name-internal';
8854         Use `wl-folder-get-elmo-folder';
8855         Use `elmo-folder-list-messages' instead of
8856         `elmo-list-folder';
8857         Use `elmo-folder-get-primitive-list' instead of
8858         `elmo-folder-get-primitive-spec-list';
8859         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8860         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8861         Use `elmo-folder-create' instead of `elmo-create-folder'.
8862         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8863         (wl-folder-get-elmo-folder): New macro.
8864         (wl-folder-elmo-folder-cache-get): Ditto.
8865         (wl-folder-elmo-folder-cache-put): Ditto.
8866         (wl-folder-suspend): Call `elmo-quit'.
8867
8868         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8869         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8870         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8871         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8872         (toplevel): require 'cl.
8873         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8874
8875         * wl-summary.el: Rewrite to use new elmo interface.
8876
8877 \f
8878 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8879
8880         * wl-mime.el (wl-draft-preview-message):
8881         Run `wl-draft-send-hook' before collecting recipients information;
8882         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8883
8884         * tm-wl.el (wl-draft-preview-message): Ditto.
8885
8886 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8889         wrong recipients are displayed when forwarded message.
8890
8891 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * Version number is increased to 2.5.7.
8894
8895 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8896
8897         * wl-message.el (wl-message-next-page): Bind
8898         `window-pixel-scroll-increment' to nil while scrolling up.
8899
8900 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8901
8902         * wl-vars.el (wl-save-hook): New hook.
8903         * wl.el (wl-save): Call `wl-save-hook'.
8904
8905 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8906
8907         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8908         Argument WITH-ARG instead of NO-ARG (negative mean).
8909         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8910         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8911         * wl-message.el (wl-message-follow-current-entity): Likewise.
8912
8913 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8914
8915         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8916         FROM was optional argument.
8917         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8918
8919 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8920
8921         * Version number is increased to 2.5.6.
8922
8923 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8924
8925         * wl-version.el (wl-version-show): Removed.
8926         (wl-version): Add `interactive'.
8927
8928 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8929
8930         * wl-summary.el (wl-summary-get-petname-func): New variable.
8931         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8932         instead of `wl-address-get-petname-1'.
8933         (wl-summary-simple-from): Ditto.
8934
8935         * wl-address.el (wl-address-get-petname-1): Define as function.
8936
8937 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8940         field in the original message.
8941         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8942
8943 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8944
8945         * wl-expire.el (wl-expire-hide):
8946         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8947
8948 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8951         find decoder for To, Cc, and Subject.
8952
8953 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8954
8955         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8956         for checking `elmo-use-buffer-cache'.
8957         (wl-summary-mark-as-important): Fixed typo in comment.
8958
8959 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8960
8961         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8962         field in the original message.
8963         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8964
8965 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8966
8967         * wl-expire.el (wl-expire-hide):
8968         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8969
8970 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8971
8972         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8973         find decoder for To, Cc, and Subject.
8974
8975 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8976
8977         * Version number is increased to 2.5.5.
8978
8979         * wl-address.el (wl-address-specials-regexp): New constant.
8980         (wl-address-quote-specials): Use it.
8981
8982 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8983
8984         * wl-summary.el (wl-summary-rescan):
8985         Call `wl-summary-buffer-number-column-detect'.
8986         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8987
8988         * wl-message.el (wl-message-mode-map): Define.
8989         (wl-message-decode): Use it as local-map.
8990
8991 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8994         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8995
8996 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8997
8998         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8999
9000         * wl-mule.el (wl-read-event-char): Ditto.
9001
9002         * wl-e21.el (wl-read-event-char): Ditto.
9003
9004         * wl-nemacs.el (wl-read-event-char): Ditto.
9005         (read-event): Removed.
9006
9007         * wl-util.el (toplevel): Removed dummy definition of
9008         `read-event'.
9009         (wl-read-event-char, wl-xmas-read-event-char): Removed.
9010
9011 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
9012
9013         * wl-nemacs.el (elmo-archive-call-process): Moved to
9014         elmo-archive.el.
9015
9016 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9017
9018         * wl-draft.el (wl-draft-reply-list-symbol): New function.
9019         (wl-draft-reply): Use it.  Fixed "No match field" error message.
9020
9021         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
9022         instead of magic-number 6.  Use `not' instead of `null' for symbol
9023         `nil' check (not empty list).
9024         (wl-draft-insert-x-face-field): Fixed paren style.
9025
9026         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
9027         one-branch conditional statement, instead of `and' and `if'.
9028         (wl-draft-forward): Likewise.
9029         (wl-draft-add-references): Likewise.
9030         (wl-draft-yank-from-mail-reply-buffer): Likewise.
9031
9032         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
9033         conditional steatment.  Use `cond' instead of `if'.
9034         (wl-draft-confirm): Likewise.
9035
9036 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9037
9038         * wl-version.el (wl-version-show): Use `product-string-1'
9039         instead of `wl-version'.
9040         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
9041
9042         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
9043
9044 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9045
9046         * wl-highlight.el (wl-highlight-headers): Revert
9047         `wl-highlight-x-face-func' argument (`beg' and `end').
9048
9049 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9050
9051         * wl.el (toplevel): Move `product-provide' declare.
9052         * wl-demo.el (toplevel): Ditto.
9053         * wl-dnd.el (toplevel): Ditto.
9054         * wl-highlight.el (toplevel): Ditto.
9055         * wl-message.el (toplevel): Ditto.
9056         * wl-refile.el (toplevel): Ditto.
9057         * wl-util.el (toplevel): Ditto.
9058
9059 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
9062         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
9063         (wl-thread-close-all): keep cursor position.
9064
9065 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
9068         (eq x 0).
9069         (wl-generate-user-agent-string-1): Fix conditional statement.
9070
9071 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9072
9073         * wl.el (wl-check-environment): Additional check for
9074         'wl-local-domain' and `wl-message-id-domain'.
9075
9076 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9077
9078         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9079
9080 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9081
9082         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9083         instead of `smtp-sasl-user-realm'.
9084
9085 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9086
9087         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9088
9089 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9090
9091         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
9092         to the default value as well as `eword-lexical-analyzer'.
9093
9094 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9095
9096         * wl-version.el (wl-extended-emacs-version,
9097         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
9098         `elmo-match-string' instead of `wl-match-string'.
9099
9100 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9101
9102         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
9103         docstring.
9104
9105 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
9106
9107         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
9108
9109 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9110
9111         * wl-highlight.el (wl-highlight-headers): Remove
9112         `wl-highlight-x-face-func' argument (`beg' and `end').
9113
9114 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
9115
9116         * wl-summary.el (wl-summary-mark-as-important):
9117         Remove cache if folder is local.
9118
9119 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
9120
9121         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
9122         to get existing e-mail address string.
9123
9124 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9125
9126         * wl-version.el (wl-generate-user-agent-string): Commentary.
9127         (wl-generate-user-agent-string-1): Use `when' for
9128         one-branch conditional statement, instead of `and' and `if'.
9129         (wl-extended-emacs-version, wl-extended-emacs-version2,
9130         wl-extended-emacs-version3): Ditto.
9131
9132 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9133
9134         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9135         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9136         condition-case; Remove initialization.
9137         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9138         (wl-summary-sync-update3): Added argument `sync-all';
9139         Eliminated local variable `msgdb';
9140         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9141         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9142         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9143
9144 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9145
9146         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9147         connection before call `wl-draft-send-mail-with-smtp'.
9148
9149 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9150
9151         * Version number is increased to 2.5.4.
9152
9153 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9154
9155         * wl.el (wl-check-environment): Additional check for
9156         'wl-local-domain' and `wl-message-id-domain'.
9157
9158 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9159
9160         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9161         buffer as command specific.
9162         (wl-folder-mark-as-read-all-entity): Ditto.
9163         (wl-folder-prefetch-entity): Ditto.
9164         (wl-folder-drop-unsync-entity): Ditto.
9165
9166         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9167         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9168         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9169
9170         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9171         save-excursion.
9172
9173 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9174
9175         * Version number is increased to 2.5.3.
9176
9177         * wl-summary.el (wl-summary-save-view-cache):
9178         Delete duplicated `write-region';
9179         Use `write-region-as-binary' instead of `as-binary-output-file' and
9180         `write-region'.
9181
9182 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9183
9184         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9185
9186 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9187
9188         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9189         instead of `smtp-via-smtp'.
9190
9191 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9192
9193         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9194
9195 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9196
9197         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9198         instead of `smtp-sasl-user-realm'.
9199
9200 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9201
9202         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9203
9204 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9205
9206         * Version number is increased to 2.5.2.
9207
9208 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9209
9210         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9211         does not exist.
9212         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9213         (wl-biff-start): Call `timer-activate' if timer already exists.
9214
9215         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9216         only when it is bound as function.
9217
9218 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9219
9220         * Version number is increased to 2.5.1.
9221
9222 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9223
9224         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9225         Print refile/copy destination.
9226
9227 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9230         queue-flush-only is non-nil.
9231
9232         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9233
9234         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9235         checking cache folder.
9236
9237 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9238
9239         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9240         `regexp-quote'.
9241
9242 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9243
9244         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9245         function.
9246         * wl-summary.el (wl-summary-write-current-folder-functions):
9247         Change default value.  Use it.
9248
9249 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9250
9251         * Version number is increased to 2.5.0.
9252
9253         * wl-version.el (wl-version): Changed codename.
9254
9255 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9256
9257         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9258         (wl-summary-supersedes-message): Ditto.
9259
9260 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9261
9262         * wl-refile.el (wl-refile-guess-functions): Renamed from
9263         `wl-refile-guess-func-list'.
9264
9265 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9266
9267         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9268         Fixed problem when no rule was matched.
9269
9270 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9271
9272         * wl-summary.el (wl-summary-get-mark): Fixed
9273         `wl-summary-buffer-target-mark' check logic.
9274
9275 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9276
9277         * wl-folder.el (wl-folder-write-current-folder): Added group
9278         folder check.
9279
9280         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9281         `wl-summary-write-current-newsgroup'.
9282         (wl-summary-write-current-folder-functions): New variable.
9283         * wl-folder.el (wl-folder-get-newsgroups): New function.
9284         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9285         (wl-folder-write-current-folder): Renamed from
9286         `wl-folder-write-current-newsgroup'.
9287
9288 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9289
9290         * Version number is increased to 2.3.93.
9291
9292 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9293
9294         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9295         (wl-ldap-make-matched-value-list): Ditto.
9296         (wl-ldap-alias-safe-string): Split e-mail address.
9297
9298         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9299         petname folder default was selected.
9300         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9301         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9302
9303 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9304
9305         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9306         to `wl-draft-config-exec'.
9307
9308         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9309         instead of calling `wl-draft-config-exec';
9310         Process group-list and show recipients in minibuffer.
9311
9312         * tm-wl.el (wl-draft-preview-message): Ditto.
9313
9314 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9315
9316         * wl.el (toplevel): Added (C) to copyright notice, and
9317         sync Author header.
9318         * tm-wl.el (toplevel): Ditto.
9319         * wl-address.el (toplevel): Ditto.
9320         * wl-demo.el (toplevel): Ditto.
9321         * wl-dnd.el (toplevel): Ditto.
9322         * wl-draft.el (toplevel): Ditto.
9323         * wl-e21.el (toplevel): Ditto.
9324         * wl-expire.el (toplevel): Ditto.
9325         * wl-folder.el (toplevel): Ditto.
9326         * wl-highlight.el (toplevel): Ditto.
9327         * wl-message.el (toplevel): Ditto.
9328         * wl-mime.el (toplevel): Ditto.
9329         * wl-mule.el (toplevel): Ditto.
9330         * wl-nemacs.el (toplevel): Ditto.
9331         * wl-refile.el (toplevel): Ditto.
9332         * wl-score.el (toplevel): Ditto.
9333         * wl-summary.el (toplevel): Ditto.
9334         * wl-template.el (toplevel): Ditto.
9335         * wl-thread.el (toplevel): Ditto.
9336         * wl-util.el (toplevel): Ditto.
9337         * wl-vars.el (toplevel): Ditto.
9338         * wl-xmas.el (toplevel): Ditto.
9339
9340 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9341
9342         * wl.el (wl-init): Added comment about `wl-init-hook'.
9343         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9344         * wl-vars.el (wl-init-hook): Added docs.
9345         (wl-make-plugged-hook): Removed useless docs.
9346         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9347         * wl-xmas.el (toplevel): Ditto.
9348
9349 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9350
9351         * wl-address.el (toplevel): Fixed multiple Author header format.
9352         * wl-demo.el (toplevel): Ditto.
9353         * wl-draft.el (toplevel): Ditto.
9354         * wl-folder.el (toplevel): Ditto.
9355         * wl-summary.el (toplevel): Ditto.
9356         * wl-thread.el (toplevel): Ditto.
9357         * wl-util.el (toplevel): Ditto.
9358         * wl-vars.el (toplevel): Ditto.
9359         * wl-version.el (toplevel): Ditto.
9360         * wl-xmas.el (toplevel): Ditto.
9361         * wl.el (toplevel): Ditto.
9362
9363         * wl-version.el (toplevel): Added require `elmo-version' for
9364         `product-version-as-string'.
9365
9366 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9367
9368         * wl-vars.el (wl-draft-send-hook): Changed default value to
9369         '(wl-draft-config-exec).
9370
9371         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9372         explicitly.
9373         (wl-draft): Set `wl-draft-config-exec-flag' before running
9374         `wl-mail-setup-hook'.
9375
9376         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9377         `wl-biff-init-icons' to `wl-init-hook' instead of
9378         `wl-make-plugged-hook'.
9379         (Because if `wl-draft' command is invoked at first,
9380         they are not initialized)
9381         Updated copyright notice.
9382
9383         * wl-e21.el (toplevel): Ditto;
9384
9385         * wl-demo.el (toplevel): Updated copyright notice.
9386         * wl-address.el (toplevel): Ditto.
9387         * wl-draft.el (toplevel): Ditto.
9388         * wl-version.el (toplevel): Ditto.
9389         * wl-folder.el (toplevel): Ditto.
9390         * wl-summary.el (toplevel): Ditto.
9391         * wl-thread.el (toplevel): Ditto.
9392         * wl-util.el (toplevel): Ditto.
9393         * wl-vars.el (toplevel): Ditto.
9394         * wl.el (toplevel): Ditto.
9395
9396 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9397
9398         * wl-highlight.el (wl-highlight-message): Fixed problem of
9399         highlighting failure which occured when the last field contains
9400         multiple lines in the draft buffer.
9401
9402         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9403         `wl-biff-start' if plugged.
9404
9405         * wl-util.el (wl-biff-check-folder): New function.
9406         (wl-biff-check-folders): Don't set session name prefix.
9407         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9408         (wl-biff-check-folder-async): Ditto.
9409
9410         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9411         in email address.
9412
9413 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9414
9415         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9416
9417         * wl-draft.el (wl-draft-strip-subject-re): New function.
9418
9419         * wl-draft.el (wl-draft-reply): Use it.
9420
9421 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9422
9423         * wl-message.el (wl-mmelmo-message-redisplay): Use
9424         `mime-display-message' instead of `wl-mime-display-message'.
9425
9426         * wl-mime.el (toplevel): Removed compatibility workaround
9427         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9428         (wl-mime-display-message): Abolished.
9429         (wl-mime-entity-read-field): Ditto.
9430         (wl-mime-combine-message/partial-pieces): Use
9431         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9432
9433 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9434
9435         * wl-template.el: Doc fixes.
9436
9437 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9438
9439         * wl-e21.el (wl-message-overload-functions): Do nothing if
9440         `current-local-map' is not available.
9441         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9442
9443 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9444
9445         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9446         representation.
9447
9448         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9449         number.
9450         (wl-fldmgr-save-folders): Don't use `format' when insert
9451         `wl-fldmgr-folders-header'.
9452
9453 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9454
9455         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9456
9457 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9458
9459         * wl-highlight.el (wl-highlight-message):
9460         Use `std11-field-end' to detect end point of the header field.
9461         Refer `wl-highlight-max-header-size'.
9462
9463         * wl-vars.el (wl-highlight-max-header-size): New variable.
9464
9465         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9466
9467         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9468         Set `for-draft' argument of wl-highlight-headers.
9469         (wl-draft): Ditto.
9470         (wl-draft-reedit): Ditto.
9471         (wl-user-agent-compose-internal): Ditto.
9472
9473 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9474
9475         * wl-message.el (wl-message-add-button): Use overlay.
9476
9477 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9478
9479         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9480
9481         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9482         problem when group-list content is nothing.
9483         (Reported by Mito <mit@nines.nec.co.jp>)
9484
9485 2000-10-18  SAITO Atsunori <sai@yedo.com>
9486
9487         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9488
9489 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9490
9491         * tm-wl.el (toplevel): Use product-provide.
9492
9493 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9494
9495         * Version number is increased to 2.3.92.
9496
9497 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9498
9499         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9500         title text, use `display' property for left margin under Emacs 21.
9501
9502         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9503         properties.
9504         (wl-plugged-init-icons): Ditto.
9505
9506 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9507
9508         * wl.el (wl-save-status, wl-init): Remove last period in
9509         "...done." message.
9510         * tm-wl.el (wl-summary-burst): Ditto.
9511         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9512         wl-summary-resume-cache-status,
9513         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9514         wl-summary-sync-update3, wl-summary-highlight-msgs,
9515         wl-summary-flush-pending-append-operations,
9516         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9517         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9518         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9519         wl-thread-open-all): Ditto.
9520         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9521         * wl-mime.el (wl-summary-burst): Ditto.
9522         * wl-highlight.el (wl-highlight-summary): Ditto.
9523         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9524         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9525         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9526         * wl-address.el (wl-local-address-init): Ditto.
9527
9528 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9529
9530         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9531         `add-text-properties'.
9532         (wl-plugged-init-icons): Ditto.
9533         (wl-folder-init-icons): Use `propertize' instead of
9534         `put-text-property'.
9535         (wl-plugged-set-folder-icon): Ditto.
9536         (wl-e21-highlight-folder-group-line): Ditto.
9537
9538 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9539
9540         * wl-version.el (wl-version-status-alist): New variable.
9541         (wl-version-status): New function.
9542
9543         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9544         "Cc" part of the case "Reply-To".
9545
9546         * wl-draft.el (wl-draft-reply): Use result of
9547         `eword-extract-address-components'.
9548
9549         * wl-demo.el (wl-demo-icon-name): New constant.
9550         (wl-logo-xpm): Use it.
9551         (wl-logo-xbm): Ditto.
9552         (wl-logo-bitmap): Ditto.
9553
9554         * Version number is increased to 2.3.91.
9555
9556 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9557
9558         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9559         (wl-extended-emacs-version, wl-extended-emacs-version2,
9560         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9561         docstring.
9562
9563         * wl-version.el (wl-generate-user-agent-string-1): New function.
9564         (wl-generate-user-agent-string): Use it.
9565
9566         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9567         `mime-edit-insert-user-agent-field'.
9568         (wl-generate-user-agent-string): Check
9569         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9570
9571         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9572         instead of `if', when verbose case.
9573
9574 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9575
9576         * wl-expire.el (wl-summary-expire): Fix.
9577
9578 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9579
9580         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9581         and `elmo-lost+found-folder' if 'wl-draft.
9582         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9583
9584 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9585
9586         * wl-expire.el (wl-summary-expire): Change messages.
9587         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9588         `deleing-info' instead of "Deleting..."
9589
9590 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9591
9592         * wl-summary.el (wl-summary-refile-subr): Fix.
9593
9594 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9595
9596         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9597         if pipe folder.
9598
9599 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9600
9601         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9602
9603 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9604
9605         * wl-expire.el (wl-expire-hide): New function.
9606         (wl-summary-expire): Add `hide'.
9607
9608 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9609
9610         * wl-vars.el (wl-draft-reply-without-argument-list):
9611         Changed default value to consider `Reply-To:'.
9612         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9613
9614         * Version number is increased to 2.3.90.
9615
9616         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9617         elmo-imap4-get-session with unwind-protect.
9618         Don't cause error.
9619         (wl-summary-sync-marks): Don't check plugged nor folder type.
9620         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9621         (Always keep current buffer).
9622
9623 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9624
9625         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9626         Enclose with `save-excursion'.
9627
9628 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9629
9630         * wl-version.el (wl-version): Remove interactive.
9631
9632 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9633
9634         * wl-version.el (wl-generate-user-agent-string): Use
9635         `product-string-verbose' instead of `product-string-1'.
9636
9637 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9638
9639         * wl-vars.el (wl-draft-use-cache): New variable.
9640         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9641         if wl-draft-use-cache is non-nil.
9642
9643 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9644
9645         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9646         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9647
9648 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9649
9650         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9651         (wl-thread-msg-mark-as-unread): Ditto.
9652
9653         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9654         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9655         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9656         Don't set mark in summary if return value of `elmo-mark-as-read'
9657         is nil.
9658         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9659         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9660         instead of `wl-thread-msg-mark-as-read'.
9661         (wl-summary-mark-as-unread-region): Ditto.
9662         (wl-summary-target-mark-mark-as-read): Ditto.
9663
9664         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9665
9666 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9667
9668         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9669
9670         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9671
9672 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9673
9674         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9675         face.
9676
9677 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9678
9679         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9680         `running-xemacs'.
9681
9682 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9683
9684         * wl-version.el (toplevel): Use `product-version-as-string' for
9685         set verstion-string, if defined.
9686
9687         * wl-version.el (wl-version-show): Insert string at point, when
9688         call with argument.
9689
9690         * wl-version.el (wl-generate-user-agent-string): Use
9691         `product-string-1' instead of `wl-appname', `wl-version' and
9692         `wl-codename'.
9693
9694 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9695
9696         * wl-address.el (toplevel): Use product-provide.
9697         * wl-demo.el (toplevel): Ditto.
9698         * wl-dnd.el (toplevel): Ditto.
9699         * wl-draft.el (toplevel): Ditto.
9700         * wl-e21.el (toplevel): Ditto.
9701         * wl-expire.el (toplevel): Ditto.
9702         * wl-fldmgr.el (toplevel): Ditto.
9703         * wl-folder.el (toplevel): Ditto.
9704         * wl-highlight.el (toplevel): Ditto.
9705         * wl-message.el (toplevel): Ditto.
9706         * wl-mime.el (toplevel): Ditto.
9707         * wl-mule.el (toplevel): Ditto.
9708         * wl-nemacs.el (toplevel): Ditto.
9709         * wl-refile.el (toplevel): Ditto.
9710         * wl-score.el (toplevel): Ditto.
9711         * wl-summary.el (toplevel): Ditto.
9712         * wl-template.el (toplevel): Ditto.
9713         * wl-thread.el (toplevel): Ditto.
9714         * wl-util.el (toplevel): Ditto.
9715         * wl-vars.el (toplevel): Ditto.
9716         * wl-xmas.el (toplevel): Ditto.
9717         * wl.el (toplevel): Ditto.
9718
9719 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9720
9721         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9722         instead of product.
9723
9724         * wl-version.el (wl-version): Compile time evalution elmo-version.
9725
9726 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9727
9728         * wl-summary.el (wl-summary-sync-force-update): Append queue
9729         `mark-as-read'if unplugged.
9730
9731 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9732
9733         * wl-version.el: New file.  Use product.el.
9734         * wl.el: add (require 'wl-version).
9735         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9736         for ~/.folders header.
9737         (wl-fldmgr-folders-header): Changed.
9738         * wl-demo.el (wl-demo): Use product.el.
9739
9740         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9741         wl-version.el.
9742         * wl-util.el (wl-version, wl-version-show): Ditto.
9743
9744         * wl-util.el (wl-generate-user-agent-string,
9745         wl-extended-emacs-version, wl-extended-emacs-version2,
9746         wl-extended-emacs-version3): Move to wl-version.el.
9747         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9748         xemacs-codename, mime-edit-insert-user-agent-field,
9749         mime-edit-user-agent-value, mime-editor/version,
9750         mime-editor/codename): Compile warning killer move to
9751         wl-version.el
9752
9753 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9754
9755         * wl-summary.el (wl-summary-refile-subr): Fix.
9756
9757 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9758
9759         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9760         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9761
9762 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9763
9764         * wl.el (wl-check-environment): Check too many `@'.
9765
9766 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9767
9768         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9769
9770 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9771
9772         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9773         wl-draft-reply-myself-without-argument-list): Add variables.
9774         * wl-draft.el (wl-draft-reply): Use it.
9775
9776 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9777
9778         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9779         the 5th argument of `elmo-network-get-spec'.
9780
9781         * wl-thread.el (wl-thread-reparent-children): New inline function.
9782         (wl-thread-delete-message): Use it.
9783
9784         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9785         (wl-summary-score-update-all-lines): Don't use `dolist'.
9786
9787 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9788
9789         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9790         (require 'elmo-msgdb) for inline function.
9791
9792 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9793
9794         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9795
9796 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9797
9798         * wl-score.el (wl-score-headers): Fix for the confusing macro
9799         `elmo-kill-buffer'.
9800
9801 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9802
9803         * wl-summary.el: Don't use the 3rd argument of `require' because
9804         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9805         * wl-util.el: Ditto.
9806         * wl-draft.el: Ditto.
9807
9808 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9809
9810         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9811         window system is not used.
9812
9813 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9814
9815         * wl-thread.el: Don't use `mapcar' only for iteration.
9816         (wl-thread-resume-entity): Ditto.
9817         (wl-thread-delete-message): Ditto.
9818
9819         * wl-summary.el: Bind `dragdrop-drop-functions',
9820         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9821         of `require' for `timezone', `easymenu' and `ps-print';
9822         don't use `mapcar' only for iteration.
9823
9824         * wl-util.el: Bind `mule-version', `nemacs-version',
9825         `emacs-beta-version', `xemacs-codename',
9826         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9827         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9828         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9829         only for iteration.
9830
9831         * wl-score.el: Don't use `mapcar' only for iteration.
9832         (wl-score-simplify-buffer-fuzzy): Ditto.
9833         (wl-score-simplify-subject): Ditto.
9834         (wl-score-headers): Ditto.
9835         (wl-summary-score-update-all-lines): Ditto.
9836
9837         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9838         `enable-multibyte-characters' and `mule-version'.
9839
9840         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9841         `mapcar' only for iteration.
9842
9843         * wl-demo.el: Don't use `mapcar' only for iteration.
9844
9845         * wl-folder.el: Don't use `mapcar' only for iteration.
9846         (wl-folder-open-all): Ditto.
9847         (wl-folder-count-incorporates): Ditto.
9848
9849         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9850         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9851
9852         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9853         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9854         `smtp-connection-type'; specify 3rd argument of `require' for
9855         `timezone'; don't use `mapcar' only for iteration.
9856         (wl-draft-clone-local-variables): Don't use `mapcar'.
9857         (wl-draft-generate-clone-buffer): Ditto.
9858         (wl-user-agent-compose-internal): Ditto.
9859
9860         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9861
9862         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9863         (wl-save-status): Ditto.
9864
9865         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9866         for iteration.
9867
9868 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9869
9870         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9871         removed `Date'.
9872         (wl-fldmgr-make-filter-default): New user option.
9873
9874         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9875         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9876         (wl-fldmgr-filter-completion-alist): Abolish.
9877
9878         * wl.el (wl): Don't check servers if arg is non-nil.
9879
9880         * wl-draft.el (wl-draft-reply): Set only message-id string to
9881         In-Reply-To field.
9882
9883 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9884
9885         * wl-summary.el (wl-summary-pick): Rewrite.
9886
9887         * wl-draft.el (wl-draft-forward): Get references field from
9888         original buffer.
9889         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9890
9891 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9892
9893         * wl-draft.el (wl-draft-forward): Add references field.
9894
9895 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9896
9897         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9898         (wl-draft-reply): Use it.
9899
9900 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9901
9902         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9903         when Emacs 21 is running.
9904
9905         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9906         bindings.
9907
9908 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9909
9910         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9911         XPM icons transparent.
9912
9913         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9914         Emacs 21.
9915
9916 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9917
9918         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9919         nil.
9920
9921         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9922         when it is persistent.
9923         (wl-summary-sync-marks): Changed argument for
9924         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9925         (wl-summary-virtual): Use `elmo-read-search-condition'.
9926         (wl-summary-redisplay-internal): If folder is local, mark as read
9927         even when folder is plugged.
9928
9929 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9930
9931         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9932         of `tool-bar-lines' in the frame parameters.
9933         (after-make-frame-functions, post-command-hook): Don't modify the
9934         value.
9935         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9936         wl-e21-tool-bar-lines): Removed.
9937
9938 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9939
9940         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9941         properties `evaporate' and `wl-momentary-overlay' as well.
9942         (wl-highlight-summary-displaying): Ditto.
9943         (wl-delete-all-overlays): Don't delete overlay which does not have
9944         a property `wl-momentary-overlay'.
9945
9946         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9947         `display-mouse-p' and `display-graphic-p'.
9948         (wl-folder-init-icons): Don't search for XBM or the other files.
9949         (wl-plugged-set-folder-icon): Make icons if and only if
9950         `display-graphic-p' returns non-nil.
9951         (wl-highlight-plugged-current-line): Use `before-string' overlay
9952         property to show icon images.
9953         (wl-highlight-folder-current-line): Ditto.
9954         (wl-e21-highlight-folder-group-line): Ditto.
9955         (wl-e21-highlight-folder-by-numbers): Ditto.
9956         (wl-e21-insert-image): Removed.
9957         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9958         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9959         said.
9960         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9961         `wl-e21-force-switch-toolbar'.
9962         (wl-e21-make-icon-image): Removed.
9963         (wl-e21-setup-toolbar): Don't search for XBM files.
9964         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9965         the default value.
9966
9967 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9968
9969         * wl-util.el (wl-biff-check-folder-async): Set
9970         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9971
9972 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9973
9974         * wl-e21.el (after-make-frame-functions): Add
9975         `wl-e21-force-switch-toolbar'.
9976         (wl-e21-force-switch-toolbar): New function force to switch the
9977         toolbar appearance automatically.
9978         (post-command-hook): Add `wl-e21-switch-toolbar'.
9979         (wl-e21-switch-toolbar): New function to switch the toolbar
9980         appearance automatically.
9981         (wl-e21-tool-bar-lines): New buffer local variable.
9982
9983 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9984
9985         * wl-util.el (wl-biff-check-folders-running): New variable.
9986         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9987         (wl-biff-check-folder-async-callback):
9988         Set `wl-biff-check-folders-running'.
9989         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9990         with unwind-protect.
9991
9992         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9993         Enclose `wl-folder-auto-check' with unwind-protect.
9994
9995         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9996         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9997
9998         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9999
10000         * wl-util.el (wl-biff-notify): New inline function.
10001         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
10002         locally.
10003         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
10004         folder-list' is 1.
10005         Use `wl-biff-notify'.
10006         (wl-biff-check-folder-async-callback): New function.
10007         (wl-biff-check-folder-async): Ditto.
10008
10009         * wl-folder.el (wl-folder): Don't check folders.
10010         (wl-folder-auto-check): New function.
10011
10012 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
10013
10014         * wl-util.el (wl-biff-start) [Emacs19+]:
10015         Use `timer-next-integral-multiple-of-time'.
10016         (wl-biff-check-folders): Use `wl-default-folder'
10017         if `wl-biff-check-folder-list' is nil.
10018
10019 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
10020
10021         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
10022         instead of `elmo-delete-lists'.
10023
10024 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
10025
10026         * wl.el (wl-plugged-toggle-all): Set the value of
10027         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
10028         (wl-plugged-toggle): Ditto.
10029         (wl-toggle-plugged): Ditto.
10030         (wl-plugged-init): Ditto.
10031
10032         * wl-xmas.el (wl-biff-init-icons): Set icons data to
10033         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10034         instead of `wl-biff-state-indicator-off' and
10035         `wl-biff-state-indicator-on'; don't modify the value and the type
10036         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
10037         (wl-plugged-init-icons): Set icons data to
10038         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10039         instead of `wl-plug-state-indicator-off' and
10040         `wl-plug-state-indicator-on'; don't modify the value and the type
10041         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
10042
10043         * wl-vars.el (wl-modeline-biff-state-off,
10044         wl-modeline-biff-state-on, wl-modeline-biff-status,
10045         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
10046         wl-modeline-plug-status): New internal variables.
10047         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
10048         wl-biff-check-interval, wl-biff-check-folder-list): Change
10049         customization group from `wl-folder' to `wl-highlight'.
10050         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
10051         wl-show-plug-status-on-modeline): Defcustomized.
10052
10053         * wl-util.el (wl-biff-check-folders): Set the value of the flag
10054         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
10055         (wl-mode-line-buffer-identification): Set both ON and OFF data with
10056         a flag to `mode-line-buffer-identification'.
10057
10058         * wl-e21.el (wl-biff-init-icons): Set icons data to
10059         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
10060         instead of `wl-biff-state-indicator-off' and
10061         `wl-biff-state-indicator-on'.
10062         (wl-plugged-init-icons): Set icons data to
10063         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
10064         instead of `wl-plug-state-indicator-off' and
10065         `wl-plug-state-indicator-on'.
10066
10067 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
10068
10069         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
10070         excessive titles.
10071
10072 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10073
10074         * wl.el (wl-plugged-mode): Use revised
10075         `wl-mode-line-buffer-identification'.
10076         (wl-plugged-init): Don't use `force-mode-line-update'.
10077
10078         * wl-xmas.el (wl-draft-overload-functions): Use revised
10079         `wl-mode-line-buffer-identification'.
10080         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
10081         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
10082         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10083         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10084         `wl-make-plugged-hook';
10085         add `wl-folder-init-icons' and `wl-setup-folder' to
10086         `wl-folder-mode-hook'.
10087
10088         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
10089         19 as well.
10090         (wl-mode-line-display-priority-list): New user option.
10091         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
10092         Defcustomized.
10093         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
10094         Add docs.
10095
10096         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
10097         start.
10098         (wl-mode-line-buffer-identification): Revised as a function.
10099
10100         * wl-summary.el (wl-summary-mode): Use revised
10101         `wl-mode-line-buffer-identification'; don't call
10102         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
10103         (TopLevel): Don't bind `wl-e21-setup-summary' nor
10104         `wl-xmas-setup-summary'.
10105
10106         * wl-nemacs.el (wl-draft-overload-functions): Use revised
10107         `wl-mode-line-buffer-identification'.
10108
10109         * wl-mule.el (wl-draft-overload-functions): Use revised
10110         `wl-mode-line-buffer-identification'.
10111
10112         * wl-folder.el (wl-make-plugged-alist): Don't call
10113         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
10114         (wl-folder): Don't call `wl-folder-init-icons' directly.
10115         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
10116         `wl-xmas-setup-folder' directly;
10117         use revised `wl-mode-line-buffer-identification'.
10118         (TopLevel): Don't bind `wl-biff-init-icons',
10119         `wl-plugged-init-icons', `wl-folder-init-icons',
10120         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
10121
10122         * wl-e21.el (wl-draft-overload-functions): Use revised
10123         `wl-mode-line-buffer-identification'.
10124         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10125         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10126         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10127         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10128         `wl-make-plugged-hook';
10129         add `wl-folder-init-icons' and `wl-setup-folder' to
10130         `wl-folder-mode-hook'.
10131
10132 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10133             Katsumi Yamaoka    <yamaoka@jpl.org>
10134
10135         * wl.el (wl): Call `wl-biff-start'.
10136         (wl-exit): Call `wl-biff-stop'.
10137         (wl-plugged-mode): Show biff in modeline.
10138         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10139
10140         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10141         (wl-biff-init-icons): New function.
10142         (wl-plugged-init-icons): Don't make too much keymaps.
10143         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10144
10145         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10146         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10147         variables.
10148         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10149         options.
10150
10151         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10152         wl-biff-start, wl-biff-stop): New functions.
10153         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10154         (wl-biff-timer-name): New variable.
10155
10156         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10157
10158         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10159         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10160
10161         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10162         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10163
10164         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10165         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10166         `wl-folder-init-icons' to `ignore' if they are not available.
10167         (wl-folder-mode): Show biff in modeline.
10168
10169         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10170         (wl-biff-init-icons): New function.
10171         (wl-plugged-init-icons): Don't make too much keymaps.
10172         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10173
10174 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10175
10176         * wl-vars.el (wl-strict-diff-folders): Customization Type
10177         and doc fix.  Define as a list of regular expressions for
10178         folders or nil.
10179         * wl-folder.el (wl-folder-check-one-entity): Use
10180         `wl-string-match-member' instead of `wl-string-member' for
10181         `wl-strict-diff-folders'.
10182
10183 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10184
10185         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10186         (wl-highlight-folder-current-line): Use it; new implementation.
10187         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10188         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10189         `defsubst' instead of `defun'.
10190
10191         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10192         `wl-highlight-group-folder-by-numbers'; made it can also be a
10193         number.  See info for more details.
10194
10195         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10196         running.
10197
10198         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10199         to bind them.
10200
10201         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10202         (wl-highlight-folder-current-line): New implementation.
10203
10204         * wl-highlight.el (wl-highlight-folder-group-line): New
10205         implementation.
10206         (wl-delete-all-overlays): Rewrite as a marco.
10207         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10208
10209         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10210         running.
10211         (wl-folder-*-glyph): No need to bind them.
10212
10213         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10214         `wl-e21-highlight-folder-group-icon'; rewrite.
10215         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10216         `defsubst' instead of `defun'.
10217         (wl-folder-mode-map): Bind it when compiling.
10218
10219 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10220
10221         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10222
10223         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10224
10225 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10226
10227         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10228
10229 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10230
10231         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10232         (wl-highlight-folder-current-line): Use it.
10233
10234         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10235         in `id-name'.
10236
10237 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10238
10239         * wl.el: Require `wl-e21' when Emacs 21 is running.
10240
10241         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10242         default when Emacs 21 is running.
10243         (wl-use-highlight-mouse-line): Ditto.
10244         (wl-on-emacs21): New constant.
10245         (wl-on-emacs20): Removed.
10246
10247         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10248         Emacs 21 is running.
10249
10250         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10251         Emacs 21 is running.
10252
10253         * wl-e21.el: New file.
10254
10255 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10256
10257         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10258         (wl-toggle-plugged): Ditto.
10259         (wl-plugged-toggle): Ditto.
10260         (wl-plugged-toggle-all): Ditto.
10261
10262         * wl-vars.el (wl-plug-state-indicator): Refer
10263         `wl-plug-state-indicator-on' indirectly.
10264
10265 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10266
10267         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10268         Call `wl-folder-confirm-existence'.
10269
10270         * wl-folder.el (wl-folder-confirm-existence): Added optional
10271         argument `force'.
10272
10273 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10274
10275         * wl-summary.el (wl-summary-refile-subr): Assume
10276         `copy-or-refile' as symbol.
10277         (wl-summary-refile): Follow up above change.
10278         (wl-summary-copy): Ditto.  Doc fix.
10279
10280 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10281
10282         * wl-summary.el (wl-summary-pick): Don't bind
10283         `elmo-search-mime-charset'.
10284
10285         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10286         default using old backquote style.
10287         (wl-search-mime-charset): Abolished.
10288
10289         * wl-highlight.el (wl-highlight-headers):
10290         Call `point' after `re-search-forward'(for Nemacs).
10291
10292         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10293         for elmo-imap4.el.
10294
10295 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10296
10297         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10298         `wl-message-ignored-field-list' instead of
10299         `mime-view-ignored-field-list'.
10300
10301         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10302         Add interactive spec.
10303         (wl-folder-goto-bottom-of-current-folder): Ditto.
10304         (wl-folder-mode-map): Bind them.
10305
10306         * wl-vars.el (wl-message-ignored-field-list): New variable.
10307         (wl-message-visible-field-list): New variable.
10308
10309         * wl-mime.el (wl-mime-header-presentation-method): New function.
10310         (wl-mime-setup): Set header-presentation-method.
10311
10312 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10313
10314         * wl-nemacs.el (wl-draft-overload-functions): Set
10315         `mode-line-buffer-identification' instead of using
10316         `wl-make-modeline'.
10317
10318         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10319         instead of using `wl-make-modeline'.
10320
10321         * wl-xmas.el (wl-plugged-init-icons): Set up
10322         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10323         (wl-make-modeline): Abolish.
10324         (wl-draft-overload-functions): Set
10325         `mode-line-buffer-identification' instead of using
10326         `wl-make-modeline'.
10327
10328         * wl-util.el (wl-make-modeline-subr): Abolish.
10329         (wl-mode-line-buffer-identification): New alias.
10330
10331         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10332         (wl-summary-make-modeline): Abolish.
10333         (wl-summary-buffer-set-folder): Set
10334         `wl-summary-buffer-folder-indicator'.
10335         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10336         of using `wl-make-modeline'.
10337         (wl-summary-switch-to-clone-buffer): Don't set
10338         `mode-line-buffer-identification'.
10339         (wl-summary-goto-folder-subr): Ditto.
10340
10341         * wl-mule.el (wl-draft-overload-functions): Set
10342         `mode-line-buffer-identification' instead of using
10343         `wl-make-modeline'.
10344
10345         * wl-folder.el (wl-folder-mode): Set
10346         `mode-line-buffer-identification' instead of using
10347         `wl-make-modeline'.
10348         (wl-folder): Don't set `mode-line-buffer-identification'.
10349
10350 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10351
10352         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10353         instead of `member' for `wl-refile-guess-func-list' look-ups.
10354         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10355
10356 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10357
10358         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10359         `wl-message-button-dispatcher'.
10360
10361         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10362
10363         * wl-message.el (wl-message-button-dispatcher): Use it.
10364
10365         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10366         "In-Reply-To".
10367
10368         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10369         Bind `case-fold-search' to t.
10370
10371 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10372
10373         * wl-xmas.el (wl-message-overload-functions): Initialize
10374         `wl-message-button-map'.
10375
10376         * wl-mule.el (wl-message-overload-functions): Initialize
10377         `wl-message-button-map'.
10378
10379         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10380
10381         * wl-message.el (wl-message-button-map): New keymap.
10382         (wl-message-add-button): New function.
10383         (wl-message-button-dispatcher): New function.
10384         (wl-message-button-refer-article): New function.
10385
10386         * wl-highlight.el
10387         (wl-highlight-message-add-buttons-to-header): New function.
10388         (wl-highlight-headers): Use it.
10389
10390 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10391
10392         * wl-summary.el (wl-summary-default-from): Use
10393         `wl-address-get-petname-1'.
10394         (wl-summary-simple-from): Ditto.
10395
10396         * wl-address.el (wl-address-get-petname-1): New inline function.
10397         (wl-address-get-petname): Use it.
10398
10399 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10400
10401         * wl-summary.el (wl-summary-default-from): Return full-name part
10402         from the address if no petname was found.
10403         (wl-summary-simple-from): Ditto.
10404
10405         * wl-address.el (wl-address-get-petname): Return nil if no petname
10406         associated with the address was found.
10407
10408 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10409
10410         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10411         display is finished.
10412
10413 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10414
10415         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10416         `elmo-folder-exists-p' argument.
10417
10418 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10419
10420         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10421         the folder.
10422
10423 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10424
10425         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10426
10427         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10428         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10429
10430 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10431
10432         * wl-folder.el (wl-folder-create-subr): New function.
10433         (wl-folder-confirm-existence): Use it.
10434         (wl-folder-check-one-entity): Use it.
10435         Check the error symbol is derived from 'elmo-open-error.
10436
10437         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10438         `ignore-error'.
10439
10440 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10441
10442         * wl-util.el (toplevel): Add (eval-when-compile (require
10443         'elmo-util)).  (Maybe `provide' is typo.)
10444
10445 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10446
10447         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10448         (I don't know why this was needed.)
10449
10450         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10451         Follow up changes for stream-type.
10452
10453         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10454         (wl-draft-elmo-nntp-send): Ditto.
10455
10456         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10457         (wl-nntp-posting-stream-type): Ditto.
10458         (wl-pop-before-smtp-ssl): Abolished.
10459         (wl-nntp-posting-ssl): Ditto.
10460
10461         * wl-address.el (wl-address-quote-specials): New function.
10462         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10463
10464         * wl-draft.el (wl-draft-reply): Ditto.
10465
10466 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10467
10468         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10469         use function `wl-string-match-assoc'.
10470
10471 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10472
10473         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10474
10475         * wl-draft.el (wl-draft-deduce-address-list): New function.
10476         (wl-draft-parse-mailbox-list): Ditto.
10477         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10478         instead of `smtp-deduce-address-list'.
10479         (wl-draft-on-field-p): Follow group list.
10480
10481         * wl-address.el (wl-address-concat-token): New function.
10482         (wl-address-string-without-group-list-contents): Ditto.
10483         (wl-complete-field-body): Fixed problem of completion
10484         by japanese petname.
10485         (wl-address-make-completion-list): Rewrite.
10486
10487 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10488
10489         * wl-address.el (wl-address-make-completion-list): Completion by
10490         petname.
10491         (wl-complete-field-body): Likewise.
10492
10493 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10494
10495         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10496         contains invalid address syntax.
10497
10498 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10499
10500         * wl-folder.el (wl-folder-check-entity-async): Use
10501         `elmo-nntp-spec-hostname'.
10502
10503 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10504
10505         * wl-summary.el (wl-summary-msgdb-load-async): Use
10506         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10507
10508 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10509
10510         * wl-draft.el (wl-draft-reply): Set argument
10511         `content-transfer-encoding' as nil.
10512
10513 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10514
10515         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10516         `wl-refile-alist'.
10517
10518 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10519
10520         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10521         (wl-draft-edit-string): Ditto.
10522         (wl-draft-forward): Ditto.
10523         * wl-summary.el (wl-summary-write): Ditto.
10524
10525 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10526
10527         * wl-summary.el (wl-summary-sync-update3): Call
10528         `wl-summary-buffer-number-column-detect'.
10529         (wl-summary-buffer-number-column-detect): Search from point-min.
10530
10531 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10532
10533         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10534         contains an address which is not included in original to or cc.
10535
10536 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10537
10538         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10539         begin-line does not exist.
10540         * wl-message.el (wl-message-uu-substring): Ditto.
10541
10542 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10543
10544         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10545         clear local variables.
10546         (wl-summary-exit): Call `elmo-commit'.
10547         (wl-summary-switch-to-clone-buffer): Call
10548         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10549         (wl-summary-goto-folder-subr): Ditto.
10550
10551         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10552         POP folder.
10553
10554 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10555
10556         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10557         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10558         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10559         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10560         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10561         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10562
10563         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10564
10565 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10566
10567         * wl-summary.el (wl-summary-search-by-subject):
10568         Search parent message from the latest one.
10569
10570 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10571
10572         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10573         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10574
10575         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10576         New user option.
10577
10578         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10579         if elmo-nntp-use-killed-list is nil.
10580         Use `elmo-msgdb-append-to-killed-list'.
10581         (Append numbers confirmed as disappeared to the killed list.)
10582         (wl-summary-confirm-appends): Don't display negative number.
10583
10584 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10585
10586         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10587
10588 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10589
10590         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10591         range is `all'.
10592         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10593         `elmo-list-bigger-diff'.
10594
10595 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10596
10597         * wl-summary.el (wl-summary-buffer-exit-func):
10598         New buffer local variable.
10599         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10600
10601 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10602
10603         * wl-demo.el (wl-demo): Fix the last change.
10604
10605 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10606
10607         * wl-demo.el (wl-demo): Don't use `eval'.
10608
10609 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10610
10611         * wl-summary.el (wl-summary-buffer-thread-modified):
10612         New buffer-local variable.
10613         (wl-summary-set-thread-modified): New function.
10614         (wl-summary-thread-modified-p): New function.
10615         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10616         (wl-summary-yank-saved-message): Use function
10617         `wl-summary-set-thread-modified'
10618         (wl-summary-switch-to-clone-buffer): Add
10619         `wl-summary-buffer-thread-modified'.
10620
10621         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10622         (wl-summary-buffer-mark-saved-hook): Ditto.
10623         * wl-summary.el (wl-summary-msgdb-save): New hook
10624         `wl-summary-buffer-message-saved-hook' and
10625         `wl-summary-buffer-mark-saved-hook'.
10626
10627 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10628
10629         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10630
10631 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10632
10633         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10634         don't hide scroll bars under FSF Emacsen because it may incur an
10635         undesirable redrawing.
10636
10637 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10638
10639         * wl-draft.el (wl-draft-edit-string): Call
10640         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10641
10642 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10643
10644         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10645
10646 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10647
10648         * wl-summary.el (wl-summary-msgdb-load-async): Call
10649         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10650
10651 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10652
10653         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10654         fringes in demo buffer; center bitmap logo correctly even if old
10655         Mule is used.
10656
10657 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10658
10659         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10660
10661         * wl-refile.el (wl-refile-subject-alist): New variable.
10662         (wl-refile-subject-alist-file-name): Ditto.
10663         (wl-refile-alist-setup): Rewrite.
10664         (wl-refile-alist-save): Use `elmo-object-save'.
10665         Eliminated arguments.
10666         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10667         (wl-refile-guess-by-subject): New function.
10668         (wl-refile-guess-func-list): Added it.
10669
10670 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10671
10672         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10673         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10674
10675 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10676
10677         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10678         New buffer-local variable.
10679         (wl-summary-buffer-next-folder-func): Ditto.
10680         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10681         if non-nil.
10682         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10683         if non-nil.
10684         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10685         if non-nil.
10686         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10687         if non-nil.
10688
10689 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10690
10691         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10692         permanently in the demo buffer.
10693
10694 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10695
10696         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10697         `mime-entity-fetch-field'.
10698
10699         * wl.el (wl-exit): Delete plugged buffer.
10700
10701         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10702         XEmacs has menubar feature.
10703
10704 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10705
10706         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10707         cannot arrive at the beginning of the buffer under old Emacsen.
10708
10709 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10710
10711         * wl-address.el (wl-address-ldap-search):
10712         Call `ldap-search-entries' with `withdn' argument t.
10713         (wl-complete-field-body): Bind completion-ignore-case as t.
10714         Clear ldap search hash when it was sole completion.
10715         Use elmo-string for pattern string.
10716         (wl-ldap-alias-safe-string): Eliminated needless let.
10717
10718 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10719
10720         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10721         (wl-ldap-alias-sep): New constant.
10722         (wl-ldap-search-attribute-type-list): Ditto.
10723         (wl-ldap-get-value): New function.
10724         (wl-ldap-make-filter): Ditto.
10725         (wl-ldap-make-matched-value-list): Ditto.
10726         (wl-ldap-alias-safe-string): Ditto.
10727         (wl-ldap-register-dn-string): Ditto.
10728         (wl-address-ldap-search): Rewrite.
10729
10730 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10731
10732         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10733         thread is deleted.
10734         (wl-thread-delete-line-from-buffer): Ditto.
10735         (wl-thread-get-exist-children): New function.
10736
10737 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10738
10739         * wl-demo.el (wl-demo): Made it to select various image types.
10740         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10741         from `wl-title-logo'.
10742         (wl-logo-ascii): New variable.
10743         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10744         (wl-demo-copyright-notice): New constant.
10745
10746         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10747
10748 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10749
10750         * wl-vars.el (wl-summary-target-above): Renamed from
10751         wl-summary-temp-above.
10752         * wl-score.el (wl-score-get-score-alist): Use it.
10753         (wl-summary-score-update-all-lines): Use it.
10754         * wl-summary.el: Ditto. (make-variable-buffer-local).
10755
10756 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10757
10758         * wl-vars.el (wl-ldap-port): New user option.
10759
10760         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10761         Rewite whole implementation.
10762         (wl-complete-field-body): Fixed.
10763
10764 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10765
10766         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10767         Choose implementation at compile time.
10768
10769 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10770
10771         * wl-address.el (wl-ldap-search-internal): New function.
10772         (wl-complete-field-to): Use it.
10773
10774 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10775
10776         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10777         Use `let' instead of `let*'.
10778         Require 'wl-vars.
10779
10780         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10781         Define as defcustom.
10782         (wl-ldap-base): Ditto.
10783         (wl-use-ldap): Ditto.
10784
10785 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10786
10787         * wl-address.el (wl-ldap-search): New function.
10788         (wl-complete-field-body): Use `wl-ldap-search'.
10789         (wl-ldap-server): New variable.
10790         (wl-ldap-base): Ditto.
10791         (wl-use-ldap): Ditto.
10792
10793 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10794
10795         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10796         (Pointed out by Mito <mit@nines.nec.co.jp>).
10797         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10798         buffer-local variables like `wl-summary-redisplay-internal'.
10799         (wl-summary-redisplay-all-header): Likewise.  Update
10800         Summary view too.
10801
10802 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10803
10804         * wl-summary.el (wl-summary-jump-to-parent-message):
10805         Consider prefix argument.
10806
10807         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10808         when closed thread is deleted.
10809
10810 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10811
10812         * wl-summary.el (wl-summary-jump-to-parent-message):
10813         Consider thread modification.
10814
10815 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10816
10817         * wl-message.el (wl-message-normal-get-original-buffer): Use
10818         `save-excursion'.
10819
10820         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10821         (wl-summary-showto-folder-regexp): Ditto.
10822
10823 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10824
10825         * wl-util.el (wl-delete-alist): Doc fix.
10826         (wl-delete-associations): New function.
10827         (wl-inverse-alist): New function.
10828         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10829         Split temporary variables. Use `wl-delete-associations'
10830         and `wl-inverse-alist'.
10831         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10832
10833 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10834
10835         * wl-folder.el (wl-folder-prefetch-entity):
10836         Execute prefetching if new count is unknown.
10837
10838 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10839
10840         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10841
10842         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10843         delete entity.
10844         (wl-thread-set-parent): If insert as top, set linked as nil.
10845
10846         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10847         `wl-thread-cleanup-symbols' when view mode is thread.
10848
10849 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10850
10851         * wl-folder.el (wl-folder-create-folder-entity): Use
10852         with-current-buffer.
10853         (wl-local-folder-init): Call set-buffer to make sure we are in
10854         the Folder buffer. Don't touch buffer-local variables here.
10855         (wl-folder-mode): Initialize buffer-local variables here.
10856
10857         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10858         (wl-folder-entity-assign-id): Ditto.
10859         (wl-folder-create-entity-hashtb): Ditto.
10860         (wl-local-folder-init): Ditto.
10861         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10862
10863 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10864
10865         * wl-summary.el (wl-summary-default-from): Fix probrem when
10866         std11-extract-address-components return (nil "foo@bar").
10867
10868 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10869
10870         * wl-draft.el (wl-draft-clone-local-variables):
10871         Remove redundant `setq'.
10872
10873 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10874
10875         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10876         Bind wl-highlight-x-face-func as nil while highlighting header.
10877
10878 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10879
10880         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10881
10882 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10883
10884         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10885         elmo-msgdb-overview-hashtb from copy-variables.
10886         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10887         instead of `elmo-msgdb-overview-get-entity-by-number'.
10888         (wl-summary-auto-refile): Ditto.
10889
10890         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10891         `elmo-msgdb-overview-get-entity' instead of
10892         `elmo-msgdb-search-overview-entity'.  Use
10893         `elmo-msgdb-overview-get-entity' instead of
10894         `elmo-msgdb-overview-get-entity-by-number'.
10895         (wl-thread-insert-entity-sub): Ditto.
10896         (wl-thread-insert-message): Ditto.
10897
10898         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10899         `elmo-msgdb-overview-get-entity'.
10900         (wl-normal-message-redisplay): Ditto.
10901
10902 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10903
10904         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10905         `wl-thread-entities'.
10906         (wl-thread-delete-message): Fix remove top message from
10907         `wl-thread-entity-list'.
10908
10909         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10910         wl-append(nconc), because update-list is broken on Meadow.
10911
10912         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10913         updating process.
10914         (wl-summary-rescan): Ditto.
10915         (wl-summary-sync-update3): Ditto.
10916         * wl-thread.el (wl-thread-set-parent): Renamed from
10917         `wl-summary-set-parent'.
10918         (wl-thread-insert-message): Updating buffer faster.
10919         (wl-thread-delete-message): Updating buffer faster.
10920
10921         * wl-score.el (wl-summary-score-update-all-lines): Changed
10922         interval for display progress gauge.
10923
10924 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10925
10926         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10927         folder always-sticky.
10928         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10929         defmacro.
10930
10931 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10932
10933         * wl-vars.el (wl-draft-add-references): New user option.
10934
10935         * wl-draft.el (wl-draft-add-references): New function.
10936         (wl-draft-yank-from-mail-reply-buffer): Use it.
10937         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10938         as nil.
10939
10940 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10941
10942         * wl-thread.el (wl-thread-update-line-msgs): Called
10943         `wl-thread-update-line-on-buffer-sub'.
10944         (wl-thread-update-line-on-buffer): Delete routine of inserting
10945         thread.
10946         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10947         moved from `wl-thread-update-line-on-buffer'.
10948         Add threshold for displaying progress gauge.
10949         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10950         argument of `wl-thread-update-line-msgs'.
10951         Add threshold for displaying progress gauge.
10952         * wl-folder.el:
10953         Add threshold for displaying progress gauge.
10954         * wl-score.el: Ditto.
10955
10956         * wl-expire.el (wl-summary-expire): Display deleting info.
10957
10958 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10959
10960         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10961         `no-msg'.
10962         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10963         argument of `wl-thread-update-line-msgs'.
10964         (wl-summary-set-parent): Added optional argument `parent-number'.
10965         (wl-summary-buffer-saved-message): New buffer local variable.
10966         (wl-summary-save-current-message): New command.
10967         (wl-summary-yank-saved-message): Ditto.
10968         (wl-summary-mode-map): Added key binding for
10969         `wl-summary-save-current-message' (\ew) and
10970         `wl-summary-yank-saved-message' (\C-y).
10971         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10972
10973 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10974
10975         * wl-summary.el (wl-summary-mode-map): Added key binding for
10976         `wl-summary-set-parent' (ts).
10977
10978 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10979
10980         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10981         subject faster. If thread number is reverse, delayed updating
10982         thread.
10983         (wl-summary-search-by-subject): Ditto.
10984         (wl-summary-put-alike): Ditto.
10985         (wl-summary-get-alike): Ditto.
10986         (wl-summary-insert-headers): Insert header of all overview in
10987         buffer.
10988         (wl-summary-rescan): Delayed updating thread. Kill search subject
10989         buffer for wl-summary-search-by-subject.
10990         (wl-summary-sync-update3): Ditto.
10991         (wl-summary-exit): Ditto.
10992         (wl-summary-goto-bottom-of-current-thread): Change for linked
10993         thread.
10994         (wl-summary-overview-create-summary-line): Change line for linked
10995         thread.
10996
10997         * wl-summary.el (wl-summary-update-thread): Use
10998         wl-thread-maybe-get-children-num.
10999         (wl-summary-set-parent): If change parent, move sub thread.
11000         (wl-summary-redisplay-internal): Add horizontal recenter.
11001         (wl-summary-redisplay-no-mime): Add horizontal recenter.
11002
11003         * wl-thread.el (wl-thread-entity-get-linked): New function.
11004         (wl-thread-entity-set-linked): New function.
11005         (wl-thread-create-entity): Add linked element.
11006         (wl-thread-entity-insert-as-top): Use wl-append.
11007         (wl-thread-maybe-get-children-num): If closing thread, return
11008         children msgs.
11009         (wl-thread-update-line-msgs): Displaying progress message.
11010         (wl-thread-update-line-on-buffer-sub): Use
11011         wl-thread-maybe-get-children-num.
11012         (wl-thread-update-line-on-buffer): If update line is not exists,
11013         insert thread.
11014         (wl-thread-delete-message): If delete top msg of thread, search
11015         parent by subject.
11016         (wl-thread-insert-entity): Use
11017         wl-thread-maybe-get-children-num.
11018
11019         * wl-highlight.el (wl-highlight-summary-current-line): change
11020         sregexp for linked thread.
11021         * wl-util.el (wl-count-lines): Count lines.
11022         (wl-horizontal-recenter): horizontal recenter.
11023         * wl-score.el (wl-score-put-alike): Use wl-count-lines
11024         (wl-score-get-alike): Ditto.
11025         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
11026         (wl-subject-length-limit): New variable.
11027         (wl-highlight-thread-indent-string-regexp): Changed for linked
11028         thread.
11029
11030 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11031
11032         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11033         New variable (revival).
11034         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11035         by subject matching if there's no in-reply-to nor references field
11036         (revival).
11037
11038 \f
11039 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
11040
11041         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
11042         message.
11043
11044 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
11045
11046         * wl-summary.el (wl-summary-reply): Return t if there was a
11047         message at cursor point.
11048         Added unwind-protect.
11049         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
11050         returns t.
11051         (wl-summary-cancel-message): Do nothing when there's no message at
11052         cursor point.
11053         (wl-summary-forward): Ditto.
11054         (wl-summary-jump-to-parent-message): Ditto.
11055         (wl-summary-reedit): Ditto.
11056         (wl-summary-edit-addresses): Ditto.
11057         (wl-summary-pipe-message): Ditto.
11058         (wl-summary-print-message-with-ps-print): Ditto.
11059         (wl-summary-print-message): Ditto.
11060         (wl-summary-mark-as-important): Ditto.
11061         (wl-summary-mark-as-unread): Ditto.
11062
11063         * wl-summary.el (wl-summary-reply): Cause an error when there's no
11064         message at cursor point.
11065         (wl-summary-reply-with-citation): Remove unwind-protect.
11066
11067         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
11068         subject searching feature.
11069         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11070         Eliminated.
11071
11072 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
11073
11074         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
11075         New variable.
11076         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
11077         by subject matching if there's no in-reply-to nor references field.
11078
11079         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
11080
11081         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
11082         when display is finished.
11083         (wl-folder-open-all): Ditto.
11084         (wl-folder-update-access-group): Ditto.
11085         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
11086         * wl-thread.el (wl-thread-close-all): Ditto.
11087
11088         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
11089         progress gauge only when it was displayed.
11090         * wl-folder.el (wl-folder-insert-entity): Ditto.
11091
11092 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
11093
11094         * wl-summary.el (wl-summary-incorporate): Enclose
11095         `wl-summary-sync-force-update' with save-excursion.
11096
11097 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
11098
11099         * wl-summary.el (wl-summary-prefetch-region):
11100         Pass current cursor point to `pos-visible-in-window-p' after
11101         moving cursor to the started point.
11102
11103 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
11104
11105         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
11106
11107         * wl-draft.el (wl-draft-insert-current-message): Delete useless
11108         fields from the forwarding message.
11109         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
11110         `ignored-fields'.
11111
11112 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
11113
11114         * wl-mime.el (wl-message-request-partial):
11115         Eliminated argument `msgdb'.
11116         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
11117         (wl-mime-combine-message/partial-pieces): Likewise.
11118         * tm-wl.el (wl-message-request-partial): Likewise.
11119         (wl-mime-combine-message/partial-pieces): Likewise.
11120
11121 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
11122
11123         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11124         when display is finished.
11125
11126 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11127
11128         * wl-summary.el (wl-summary-goto-folder-subr):
11129         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11130
11131 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11132
11133         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11134         when cursor point is visible.
11135
11136 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11137
11138         * wl-expire.el (wl-expire-archive-get-max-number):
11139         Don't use `file-name-directory'.
11140
11141 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11142
11143         * wl-expire.el (wl-expire-archive-get-max-number):
11144         Use `file-name-directory'.
11145
11146 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11147
11148         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11149         only when there is progress.
11150
11151 2000-04-13  Mito <mit@nines.nec.co.jp>
11152
11153         * wl-summary.el (wl-summary-sync-marks): Display progress.
11154
11155 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11156
11157         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11158         (wl-summary-prev): Move cursor regardless of unread status.
11159         (wl-summary-next): Ditto.
11160
11161 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11162
11163         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11164         Added argument `target' and `number'.
11165         * tm-wl.el (wl-summary-burst-subr): New function.
11166         (wl-summary-burst): Use it.
11167
11168 2000-04-10  Mito <mit@nines.nec.co.jp>
11169
11170         * wl-mime.el (wl-burst): New function.
11171         (wl-summary-burst): Use it.
11172
11173 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11174
11175         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11176         as petname when there's no candidate.
11177
11178 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11179
11180         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11181         New variable.
11182         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11183
11184         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11185
11186         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11187
11188 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11189
11190         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11191         Use substring of `original' instead of buffer-substring.
11192         (wl-refile-evaluate-rule):
11193         Set `original' argument of wl-refile-expand-newtext.
11194
11195         * wl-summary.el
11196         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11197         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11198         (wl-summary-auto-refile): Check existence of destination folder just
11199         before marking.
11200
11201 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11202
11203         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11204         when wl-refile-get-field-value return nil.
11205
11206 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11207
11208         * wl-refile.el
11209         (wl-refile-expand-newtext): New function imported from Gnus.
11210         (wl-refile-evaluate-rule): Use it.
11211
11212 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11213
11214         * wl-summary.el (wl-summary-print-destination):
11215         Duplicate folder string to avoid putting text-property on
11216         original string.
11217
11218         * wl-refile.el (wl-refile-get-field-value): New function.
11219         (wl-refile-evaluate-rule): New function;
11220         Evaluate refile rule recursively.
11221         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11222         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11223         New function; Check existence of a target folder recursively.
11224         (wl-summary-auto-refile-check-refile-rule-alist):
11225         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11226
11227 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11228
11229         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11230
11231         * wl-folder.el (wl-create-folder-entity-from-buffer):
11232         Fixed problem when '}' character is contained in folder name.
11233
11234         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11235
11236 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11237
11238         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11239         (wl-fldmgr-add-completion-all-completions):
11240         Use wl-fldmgr-add-completion-hashtb.
11241
11242 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11243
11244         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11245         wl-fldmgr-add-completion-subr): New functions.
11246         * wl-folder.el (wl-folder-completion-func): New variable.
11247         * wl-summary.el (wl-summary-read-folder):
11248         Use wl-folder-completion-func.
11249
11250         * wl-refile.el: Eliminate throw & catch.
11251
11252         * wl.el (wl-plugged-sending-queue-status): Fixed.
11253
11254 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11255
11256         * wl-draft.el (wl-draft): Put category property on
11257         mail-header-separator.