* wl-template.el: Require elmo-util and wl-vars.
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-template.el: Require elmo-util and wl-vars.
4
5         * wl-mime.el (wl-mime-display-header): Revert last change.
6         Remove `delete-matching-lines "^$"'.
7
8 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9
10         * wl-mime.el (wl-define-dummy-functions): Split
11         `eval-when-compile' form for avoid error; when `make
12         compile-strict.
13
14         * wl-util.el: Move (eval-when-compile (require 'static)).
15         * wl-dnd.el: Add (eval-when-compile (require 'static)).
16         * wl-message.el: Ditto.
17
18         * wl-mime.el (wl-message-delete-current-part): Use
19         `insert-buffer-substring' instead of `insert-buffer'.
20         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
21         * wl-draft.el (wl-draft-generate-clone-buffer)
22         (wl-draft-do-mime-bcc): Ditto.
23
24         * wl-address.el: Add (eval-when-compile (require 'cl)).
25         * wl-addrmgr.el: Ditto.
26         * wl-mime.el: Ditto.
27         * wl-util.el: Ditto.
28         * wl-score.el: Ditto.
29
30 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
31
32         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
33         `string-to-int'.
34
35         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
36         `string-to-int'.
37
38         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
39         `string-to-number' instead of `string-to-int'.
40
41         * wl-summary.el (wl-summary-get-list-info)
42         (wl-summary-message-number): Use `string-to-number' instead of
43         `string-to-int'.
44
45         * wl-score.el (wl-score-overview-entity-get-lines)
46         (wl-score-set-mark-below, wl-score-set-expunge-below)
47         (wl-summary-increase-score, wl-score-get-header-entry): Use
48         `string-to-number' instead of `string-to-int'.
49
50         * wl-folder.el (wl-folder-update-diff-line): Use
51         `string-to-number' instead of `string-to-int'.
52
53         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
54         instead of `string-to-int'.
55
56         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
57         instead of `string-to-int'.
58
59         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
60         `string-to-int'.
61
62 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
63
64         * wl-util.el (wl-match-string, wl-match-buffer)
65         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
66         (wl-kill-buffers, wl-local-variable-p)
67         (wl-line-formatter-setup): New backquote style.
68         (wl-count-lines): Use quote instead of backquote.
69
70         * wl-summary.el (wl-summary-buffer-folder-name)
71         (wl-summary-get-alike): Use quote instead of backquote.
72         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
73         backquote style.
74
75         * wl-message.el (wl-message-buffer-cache-buffer-get)
76         (wl-message-buffer-cache-folder-get)
77         (wl-message-buffer-cache-message-get)
78         (wl-message-buffer-cache-entry-make)
79         (wl-message-buffer-cache-hit): New backquote style.
80
81         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
82         backquote.
83         (wl-folder-unread-regex, wl-folder-entity-exists-p)
84         (wl-folder-clear-entity-info)
85         (wl-folder-get-entity-info, wl-folder-set-entity-info)
86         (wl-folder-elmo-folder-cache-get)
87         (wl-folder-elmo-folder-cache-put): New backquote style.
88
89         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
90         (wl-fldmgr-assign-id): Ditto.
91         (wl-fldmgr-delete-line): Use quote instead of backquote.
92         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
93
94         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
95         (wl-draft-set-sent-message): New backquote style.
96         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
97         (wl-draft-config-body-goto-header): Use quote instead of backquote.
98
99 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
100
101         * wl-address.el (wl-address-concat-token): Fix typo.
102
103 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
104
105         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
106         (wl-score-get-alike): Ditto.
107
108         * wl-vars.el: New backquote style.
109         (wl-message-header-button-alist): Use quote instead of backquote.
110
111         * wl.el (wl-plugged-string): New backquote style.
112
113         * wl-address.el (wl-address-concat-token): New backquote style.
114
115         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
116
117 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
118
119         * wl-highlight.el (wl-highlight-folder-opened-regexp)
120         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
121
122         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
123         in the character alternative.
124
125 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
126
127         * Version number is increased to 2.15.6.
128
129 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
130
131         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
132         optional 3rd argument of epg-context-set-progress-callback; it was
133         temporarily removed in the Emacs trunk due to copyright problem.
134         (wl-mime-pgp-verify-region-with-epg): Ditto.
135
136 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
137
138         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
139
140 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-util.el (wl-biff-check-folders): Set biff flag.
143         (from Naoto Morishima [wl:14031])
144
145 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
146
147         * wl.el (wl-plugged-server-indent): Use quote instead of
148         backquote.
149
150 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
151
152         * wl-score.el (wl-score-insert-header): Add guard for
153         `std11-unfold-string'.
154         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
155         TYPE artgument when TO or CC field.
156
157 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
158
159         * wl-summary.el (wl-summary-goto-folder-subr): Call
160         `elmo-folder-close' instead of `elmo-folder-commit' if discard
161         current summary.
162
163 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
164
165         * wl-util.el (wl-read-shell-commande): New function or alias.
166
167         * wl-summary.el (wl-summary-pipe-message): Use
168         `wl-read-shell-command' instead of `read-string'.
169         (wl-summary-target-mark-pipe): Ditto.
170
171 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
172
173         * wl-summary.el (wl-summary-reply): Fix docstring.
174         * wl-draft.el (wl-draft-reply): Ditto.
175
176 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
177
178         * wl-mime.el (wl-summary-extract-attachments): New command.
179         (wl-summary-extract-attachments-1): New internal function.
180
181 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-expire.el (wl-expire-folder): New function (split from
184         wl-summary-expire).
185         (wl-summary-expire): Use it. Add argument `all' instead of remove
186         `nolist'. Cause an error only if this function is calling
187         interactively.
188
189 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-expire.el (wl-expire-refile): Display progress message.
192         (wl-summary-expire): Simplify.
193
194         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
195         unused argument `deleting-info'.
196
197 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
198
199         * wl-vars.el (wl-message-popup-buffers): New user option.
200
201         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
202         (wl-message-delete-popup-windows): New function that substitues
203         above one.
204         (wl-mime-setup): Follow the above change.
205
206 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
207
208         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
209
210 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
211
212         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
213         "tkm" to wl-thread-spam.
214
215 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
216
217         * wl-thread.el (wl-thread-entity-insert-as-children): Use
218         wl-thread-entity-set-children.
219         (wl-thread-insert-message, wl-thread-insert-entity-sub,
220         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
221         Use wl-thread-entity-get-*.
222
223 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * wl-mime.el (wl-epg-progress-callback): New function.
226         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
227         with `elmo-with-progress-display'. Set a progress callback
228         function to epg-context.
229         (wl-mime-pgp-verify-region-with-epg): Ditto.
230
231 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
232
233         * wl-util.el (wl-completing-read-multiple): Define as an alias of
234         `completing-read-multiple' if emacs-version is not less than 22.
235
236 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
237
238         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
239         change.
240
241 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-summary.el (wl-summary-sync-update): Move
244         `wl-thread-update-indent-string-thread' to outside of
245         `elmo-with-progress-display'.
246
247 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
248
249         * wl-message.el (wl-message-exit): Check buffer existence.
250
251 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-util.el (wl-simple-display-progress): New function.
254         (wl-display-progress-with-gauge): Ditto.
255         (wl-progress-callback-function): Ditto.
256
257         * wl.el (wl-init): Set `elmo-progress-callback-function' as
258         `wl-progress-callback-function'
259
260         * wl-vars.el (wl-display-progress-threshold): New user option.
261         (wl-display-progress-function): Ditto.
262
263         * Version number is increased to 2.15.5.
264
265 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-thread.el (wl-thread-close-children): New function.
268         (wl-thread-open-children): Ditto.
269         * wl-action.el (wl-summary-set-mark): Redo the last change by
270         using it.
271
272         * wl-action.el (wl-summary-set-mark): Undo the last change.
273         Forbid interactive call.
274
275 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * wl-mime.el (wl-define-dummy-functions): New macro.
278         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
279         `wl-mime-pgp-decrypt-region'.
280         (wl-mime-pgp-verify-region-with-epg): Renamed from
281         `wl-mime-pgp-verify-region'.
282         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
283         `wl-mime-pgp-decrypt-region'.
284         (wl-mime-pgp-verify-region-with-pgg): Renamed from
285         `wl-mime-pgp-verify-region'.
286         (wl-mime-pgp-decrypt-region): New function; To select dispatch
287         function at runtime.
288         (wl-mime-pgp-verify-region): Ditto.
289
290         * wl-vars.el (wl-use-pgp-module): New user option.
291
292 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
293
294         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
295         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
296
297 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
298
299         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
300         even if there are target marks only.
301
302 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * Version number is increased to 2.15.4.
305
306 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-folder.el (wl-folder-check-one-entity): Simplify.
309
310 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
311
312         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
313         variable.
314
315 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
316
317         * wl-spam.el (wl-thread-test-spam): New function.
318         (wl-spam-setup): Bind "tkc".
319
320 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
321
322         * wl-expire.el (wl-folder-expire-entity): Rewite without
323         `wl-summary-goto-folder-subr'.
324         (wl-folder-expire-current-entity): Don't kill summary buffer.
325
326 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
327
328         * wl-folder.el (wl-folder-sync-entity): Rewrite without
329         `wl-summary-goto-folder-subr'.
330         (wl-folder-mark-as-read-all-entity): Likewise.
331
332         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
333
334 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
335
336         * wl-thread.el (wl-thread-force-open): Arranged.
337
338 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
341         from regexp.
342
343         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
344         (wl-read-search-condition-internal): Append them.
345
346 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-vars.el (wl-additional-search-condition-fields):
349         New user option.
350
351         * wl-util.el (wl-search-condition-fields): New function; export
352         from `wl-read-search-condition-internal'.
353         (wl-read-search-condition-internal): Use it.
354
355         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
356
357 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
358
359         * wl-summary.el (wl-summary-define-sort-command): New function.
360         (wl-summary-sort-by-date, wl-summary-sort-by-number)
361         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
362         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
363         define by `wl-summary-define-sort-command' at runtime.
364
365         * wl.el (wl-init): Call wl-summary-define-sort-command.
366
367 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
370         properties at the decrypting region.
371
372 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-util.el (wl-find-region): New function.
375
376         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
377         coding system.
378         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
379         property `wl-mime-decoded-coding-system'.
380         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
381         property `wl-mime-decoded-coding-system' to encode text.
382
383         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
384         message.
385         (wl-mime-pgp-verify-region): Ditto.
386
387 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
388
389         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
390         buffer. Use epa-display-verify-result.
391
392 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
393
394         * wl-draft.el (wl-draft-send): Continue even if setting parent
395         flag was failed.
396
397 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-message.el (wl-message-flag-indicator): Fixed the problem
400         of returning string only of parentheses.
401
402 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-summary.el (wl-summary-write): Add argument `folder'.
405         (wl-summary-write-current-folder): Change argument `folder' from
406         optional to require.
407         (wl-summary-get-buffer): Return the buffer associated folder only.
408
409         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
410         change.
411         (wl-folder-toggle-disp-summary): Ditto.
412
413         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
414         current summary as parent-folder.
415
416 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
417
418         * wl-draft.el (wl-draft-reedit): Don't overwrite
419         wl-draft-parent-folder.
420
421 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
422
423         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
424         (wl-mime-pgp-verify-region): Ditto.
425         (wl-message-decrypt-pgp-nonmime): Use the above function.
426         (wl-message-verify-pgp-nonmime): Likewise.
427         (wl-mime-preview-application/pgp): Likewise.
428
429 2006-04-20  Kenichi Okada  <okada@opaopa.org>
430
431         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
432         Fix about the order of `wl-nntp-posting-port' and
433         `wl-nntp-posting-stream-type'.
434         * wl.el (wl-plugged-port-label-alist): Add smtp.
435
436 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-summary.el (wl-summary-message-status): New macro.
439
440         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
441         (wl-summary-killed-mark): New user option.
442
443         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
444         API change.
445         (wl-thread-insert-entity-sub): Ditto.
446         (wl-thread-recover-messages): New command.
447
448         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
449         Don't call `wl-highlight-summary-current-line' directly.
450         (wl-summary-buffer-attach): Connect to signal `status-changed'
451         instead of `cache-changed'.
452         (wl-summary-buffer-detach): Follow the above change.
453         (wl-summary-detect-mark-position): Follow the API change.
454         (wl-summary-rescan-message): Ditto.
455         (wl-summary-insert-sequential): Ditto.
456         (wl-summary-update-thread): Ditto.
457         (wl-summary-message-mark): Ditto.
458         (wl-summary-persistent-mark): Ditto.
459         (wl-summary-create-line): Ditto.
460         (wl-summary-prefetch-region-no-mark): Call
461         `wl-summary-persistent-mark' with number.
462         (wl-summary-recover-messages-region): New command.
463         (wl-summary-target-mark-recover): Ditto.
464         (wl-summary-recover-message): Ditto.
465         (wl-summary-persistent-mark-string): Add argument `status' instead
466         of remove arguments `flags' and `cached'.  Treat killed status.
467         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
468
469         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
470         (wl-highlight-summary-line-face-spec): Treat killed status.
471         (wl-highlight-summary-line-string): Follow the API change.
472         (wl-highlight-summary-current-line): Ditto.
473
474         * Version number is increased to 2.15.3.
475
476 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
477
478         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
479         of symbolp to test whether the condition is function.
480
481 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
482
483         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
484         to nil.
485
486 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-summary.el (wl-summary-buffer-message-ring): New internal
489         variable.
490         (wl-summary-buffer-last-displayed-msg): Abolish.
491         (wl-summary-push-message): New function.
492         (wl-summary-pop-message): Ditto.
493         (wl-summary-goto-folder-subr): Reset
494         `wl-summary-buffer-message-ring'.
495         (wl-summary-pop-to-last-message): New command.
496         (wl-summary-goto-last-displayed-msg): Call
497         wl-summary-pop-to-last-message if optional argument is non-nil or
498         the last command is itself.
499         (wl-summary-redisplay-internal): Push last message number into
500         `wl-summary-buffer-message-ring'.
501
502         * wl-vars.el (wl-summary-message-ring-max): New user option.
503
504 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
507         from `wl-draft-reply').
508         (wl-draft-reply): Use it.
509         (wl-draft-find-reply-headers): Avoid compile warning.
510
511 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
512
513         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
514
515 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-message.el (wl-message-flag-indicator): New function.
518         (wl-message-redisplay): Use it.
519
520 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
523
524 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
527         instead of `read-event'.
528
529         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
530
531         * wl-mule.el (wl-read-event-char): Ditto.
532
533         * wl-e21.el (wl-read-event-char): Ditto.
534
535 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
536
537         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
538
539 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-vars.el (wl-draft-send-confirm-type): New user option.
542
543         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
544
545         * wl-draft.el (wl-draft-send-confirm): Confirmation by
546         `wl-draft-send-confirm-type'
547
548 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
551         Avoid error when the buffer name is already used.
552
553 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
554
555         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
556         the change of elmo-nmz -> elmo-search.
557         (wl-highlight-summary-line-help-echo-alist): Ditto.
558         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
559         (wl-nmz-folder-icon): Define as obsolete.
560         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
561         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
562
563 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-summary.el (wl-summary-get-list-info): Rewrite with
566         `elmo-find-list-match-value'
567
568 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
569
570         * wl-summary.el (wl-summary-get-list-info): Optimize.
571         Use List-Id and List-Post also.
572
573 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
576
577 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
578
579         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
580
581 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-util.el (wl-completing-read-multiple-1): New internal function.
584         (wl-completing-read-multiple-2): Ditto.
585         (wl-completing-read-multiple): Define use above functions.
586
587         * wl-summary.el (wl-summary-sort): Removed the workaround for a
588         bug of `completing-read-multiple' about default value.
589
590         * wl-xmas.el (wl-completing-read-multiple): Removed.
591
592         * wl-mule.el (wl-completing-read-multiple): Ditto.
593
594         * wl-e21.el (wl-completing-read-multiple): Ditto.
595
596 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-util.el (wl-filter-associations): New function.
599
600         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
601         (wl-spam-ignored-folder-list): Ditto.
602         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
603         (wl-spam-string-member-p): New function.
604         (wl-spam-domain): Use it.
605         (wl-spam-split-numbers): New function.
606         (wl-spam-apply-partitions): Ditto.
607         (wl-spam-register-spam-messages): Use `folder' instead of
608         `wl-summary-buffer-elmo-folder'.
609         (wl-spam-register-good-messages): Ditto.
610         (wl-summary-exec-action-spam): Decide a domain by real folder of
611         message.
612         (wl-summary-exec-action-refile-with-register): Likewise.
613
614 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-e21.el (wl-e21-find-image): New function.
617         (wl-e21-setup-toolbar): Use it instead of `find-image'.
618         (wl-e21-highlight-folder-group-line): Ditto.
619         (wl-folder-init-icons): Ditto.
620         (wl-plugged-init-icons): Ditto.
621         (wl-biff-init-icons): Ditto.
622
623 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
626         (wl-inhibit-save-drafts): New internal variable.
627         (wl-disable-auto-save): Ditto.
628         (wl-save-drafts): Treat above variables.
629         (wl-auto-save-drafts): New function.
630         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
631         `wl-stop-save-drafts'.
632         (wl-start-save-drafts): New function.
633         (wl-stop-save-drafts): Ditto.
634         (wl-set-auto-save-draft): New command.
635
636         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
637         `wl-set-save-drafts'.
638
639 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
640
641         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
642         `make-local-variable' instead of `make-variable-buffer-local'.
643
644 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
645
646         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
647
648 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
649
650         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
651
652 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
655         of working buffer.
656
657 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
660
661         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
662         value into recipients; Bind `wl-draft-remove-group-list-contents'
663         as nil.
664
665 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
666
667         * wl-summary.el (wl-summary-sort): Fixed the last change.
668
669         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
670         (wl-summary-sort-messages): Ditto.
671         (wl-summary-rescan): Use it.
672         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
673         `completing-read'; Append candidates for reverse order.
674
675 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * Version number is increased to 2.15.2.
678
679 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
682         "Smaller".
683         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
684
685 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
686
687         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
688
689 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-vars.el (wl-draft-additional-header-alist): Add into the
692         customize group `wl-draft'.
693         (wl-draft-add-in-reply-to): Move customize group from `wl' to
694         `wl-draft'.
695         (wl-draft-add-references): Ditto.
696
697         * wl-action.el (wl-summary-print-argument): Rename argument from
698         `folder' to `data'.
699
700 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-summary.el (wl-summary-rescan-message): Call
703         `wl-thread-cleanup-symbols' before insert thread.
704
705 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
706
707         * wl.el (wl-init): Set `elmo-get-folder-function' as
708         `wl-folder-make-elmo-folder'.
709
710         * wl-spam.el (wl-summary-exec-action-spam): Use
711         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
712
713         * wl-folder.el (wl-folder-make-elmo-folder): New function.
714         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
715         `elmo-make-folder'.
716         (wl-folder-get-elmo-folder): Ditto.
717         (wl-folder-create-subr): Simplify.
718
719 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
720
721         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
722
723 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
726         contents in message buffer instead of original buffer. If optional
727         argument specified, ask coding system for encode.
728
729 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
730
731         * wl-spam.el (wl-summary-test-spam-region): New function.
732         (wl-spam-setup): Bind "rkc".
733
734 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
735
736         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
737
738 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
739
740         * wl-spam.el (wl-summary-test-spam): Fix typo.
741         (wl-message-check-spam): Ditto.
742
743 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
744
745         * wl-summary.el (wl-summary-default-from): Simplify.
746
747 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
748
749         * wl-action.el (wl-summary-exec-action-refile): Simplify.
750         (wl-summary-exec-action-copy): Ditto.
751         (wl-summary-auto-refile): Check existence of temporary mark.
752
753 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
754
755         * wl-summary.el (wl-summary-create-line): Use
756         `elmo-time-to-datevec'.
757
758         * wl-expire.el (wl-expire-archive-date): Ditto.
759         (wl-expire-localdir-date): Ditto.
760
761         * wl-util.el (wl-day-number): Abolish.
762
763         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
764         of `wl-day-number'.
765         (wl-score-followup): Ditto.
766         (wl-score-add-followups): Ditto.
767         (wl-score-get-latest-msgs): Ditto.
768         (wl-score-get-header-entry): Ditto.
769         (wl-score-edit-insert-date): Ditto.
770
771 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
774         `elmo-message-entity-field' with 2nd argument `type'.
775
776 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
777
778         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
779
780 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
781
782         * wl-thread.el (wl-thread-delete-message): Delete descendant
783         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
784
785 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
786
787         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
788
789 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
790
791         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
792         `Access folder'.
793
794 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-vars.el (wl-access-folder-icon): New user option.
797
798         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
799         `Access folder'.
800
801 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-summary.el (wl-summary-buffer-set-folder): Use
804         `wl-folder-mime-charset'.
805
806         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
807         `mime-charset'.
808         (wl-folder-get-elmo-folder): Ditto.
809         (wl-folder-mime-charset): New function.
810
811 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
812
813         * wl-util.el (wl-parse-addresses): Define alias of
814         `elmo-parse-addresses' (move to `elmo-util.el').
815
816         * wl-summary.el (wl-summary-default-from): Follow the API change.
817         (wl-summary-overview-entity-compare-by-date): Ditto.
818         (wl-summary-overview-entity-compare-by-from): Ditto.
819         (wl-summary-get-list-info): Get value of `ml-info' field from
820         entity at first.
821         (wl-summary-rescan-message): Treat prefix argument.
822         (wl-summary-prefetch-msg): Follow the API change.
823         (wl-summary-search-by-subject): Ditto.
824         (wl-summary-insert-thread): Ditto.
825         (wl-summary-line-subject): Ditto.
826         (wl-summary-line-from): Ditto.
827         (wl-summary-create-line): Ditto.
828         (wl-summary-print-message-with-ps-print): Ditto.
829
830         * wl-score.el (wl-score-ov-entity-get): Ditto.
831         (wl-score-followup): Ditto.
832         (wl-score-add-followups): Use `elmo-message-entity-field' instead
833         of `car'.
834         (wl-score-get-latest-msgs): Follow the API change.
835         (wl-score-get-header): Ditto.
836
837         * wl-refile.el (wl-refile-learn): Ditto.
838         (wl-refile-subject-learn): Ditto.
839         (wl-refile-get-field-value): Ditto.
840         (wl-refile-guess-by-history): Ditto.
841         (wl-refile-guess-by-subject): Ditto.
842
843         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
844
845         * wl-expire.el (wl-expire-date-p): Removed.
846         (wl-expire-archive-date): Follow the API change.
847         (wl-expire-localdir-date): Ditto.
848         (wl-summary-expire): Ditto.
849
850         * Version number is increased to 2.15.1.
851
852 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
853
854         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
855         group is access or not (it is not strict, like wl-fldmgr-rename).
856
857 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
858
859         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
860         duplicate call of `wl-summary-print-argument' on the wrong line.
861
862 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
865         even if argument `number' is nil.
866         (wl-summary-insert-line): Print action argument if current message
867         has it.
868
869 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
870
871         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
872         (wl-draft-reply): Ditto.
873         (wl-draft): Add optional argument `parent-number' and call
874         `wl-draft-create-buffer' with it.
875         (wl-draft-create-buffer): Add optional argument
876         `parent-number'. Set wl-draft-parent-number as it.
877
878 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
879
880         * wl-folder.el (wl-folder-set-persistent-mark): If summary
881         buffer is not for given folder, don't use it.
882
883 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
884
885         * Version number is increased to 2.15.0.
886
887 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
890
891         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
892         (wl-highlight-get-face-by-name): New internal function.
893         (wl-highlight-summary-line-face-spec): Use it and fixed.
894
895 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
896
897         * wl-summary.el (wl-summary-sync-update): Use
898         `elmo-message-entity-field' instead of `car' to get message-id
899         from overview entity.
900
901         * wl-summary.el (wl-summary-rescan-message): Call
902         `wl-highlight-summary-displaying' when displaying a message.
903
904 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
905
906         * wl-draft.el (wl-draft-config-info-filename): Extracted from
907         `wl-draft-config-info-operation'.
908         (wl-draft-buffer-change-number): New function.
909         (wl-draft-rename-saved-config): Ditto.
910         * wl.el (wl-init): Connect slot for message-number-changed.
911         (toplevel): Add autoload for wl-draft-rename-saved-config.
912
913 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
916         `update-overview'
917         (wl-summary-buffer-detach): Disconnect from it.
918         (wl-summary-rescan-message): Use command.
919
920         * wl-message.el (wl-message-buffer-display): Use
921         `with-current-buffer' instead of `save-excursion'.
922
923 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
924
925         * wl-mime.el (wl-draft-preview-attributes-list): Protect
926         wl-draft-preview-attributes-list from distraction.
927
928 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
929
930         * wl-summary.el (wl-summary-sync-update): Sort the return value of
931         `elmo-list-diff'.
932
933 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-summary.el
936         (wl-summary-edit-addresses-collect-candidate-fields): Use
937         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
938
939         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
940         instead of `elmo-set-work-buf'.
941
942         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
943         (wl-address-make-address-list): Ditto.
944
945         * Version number is increased to 2.13.3.
946
947 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
950         user option.
951
952         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
953         argument `5'.
954
955         * wl-message.el (wl-message-display-no-merge-p): New function.
956         (wl-message-buffer-display): Check whether the message is
957         reassembled and follow the API change.
958
959 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
962         multibyte on working buffer and removed unnecessary
963         `buffer-disable-undo'.
964
965 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966
967         * wl-util.el (wl-read-search-condition-internal): Fixed the last
968         change.
969
970 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
971
972         * wl-util.el (wl-read-search-condition-internal): Protect
973         elmo-global-flags from distraction.
974
975 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
978
979         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
980         (wl-summary-event-handler): Ditto.
981         (wl-summary-update-persistent-mark-on-event): New
982         function (renamed from `elmo-event-handler-flag-changed').
983         (wl-summary-buffer-attach): New function.
984         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
985         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
986         instead of `elmo-folder-add-handler'.
987
988         * Version number is increased to 2.13.2.
989
990 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
991
992         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
993         and "\177" to the `wl-news-previous-page'.
994         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
995         (wl-news-previous-page): New function.
996
997 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
998
999         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1000         instead of `write-region' and simplify.
1001
1002 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1003
1004         * wl-template.el (wl-template-select): Cause error if
1005         `wl-template-alist' is nil.
1006
1007 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1008
1009         * wl-news.el.in: Set file variable `no-byte-compile'.
1010
1011 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1014         whether a target message is within displaying area.
1015         (elmo-event-handler-cache-changed): Ditto.
1016
1017 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1018
1019         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1020         to `defun'.  Use `nconc' instead of `append' to collect descendant
1021         message numbers.
1022
1023 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1024
1025         * wl-thread.el (wl-thread-save-top-list)
1026         (wl-thread-save-entities): Use `with-temp-buffer'.
1027         * wl-news.el.in (wl-news-previous-version-load):
1028         (wl-news-previous-version-save): Ditto.
1029         * wl-summary.el (wl-summary-load-file-object)
1030         (wl-summary-save-view-cache): Ditto.
1031
1032 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * wl-util.el (toplevel): Require 'elmo-flag'.
1035         (wl-read-search-condition): New function (Renamed from
1036         `elmo-read-search-condition').
1037         (wl-read-search-condition-internal): Likewise.
1038
1039         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1040         invalid.
1041         (wl-summary-pick): Use `wl-read-search-condition' instead of
1042         `elmo-read-search-condition'.
1043         (wl-summary-virtual): Ditto.
1044
1045         * wl-folder.el (wl-folder-virtual): Ditto.
1046         (wl-folder-pick): Ditto.
1047
1048         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1049
1050 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-summary.el (wl-summary-reedit): Call
1053         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1054
1055 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-mime.el (toplevel): Require wl-vars.
1058
1059         * wl-message.el (toplevel): Require cl at compile.
1060
1061         * wl-draft.el (toplevel): Require elmo.
1062
1063 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1064
1065         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1066         and do nothing when it is not positive.
1067         (wl-message-buffer-prefetch-next): Ditto.
1068
1069 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1070
1071         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1072         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1073         (wl-summary-redisplay-internal): Ditto.
1074
1075         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1076         message (the condition is borrowed from `wl-check-variables-2').
1077         (wl-summary-redisplay-internal): Ditto.
1078
1079 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-mime.el (wl-draft-nntp-attribute): New function.
1082         (wl-draft-attribute-nntp-posting-server): Use it.
1083         (wl-draft-attribute-nntp-posting-port): Ditto.
1084
1085         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1086         (wl-draft-show-attributes-buffer): Ditto.
1087         (wl-draft-hide-attributes-buffer): Ditto.
1088         (wl-draft-attribute-newsgroups): Ditto.
1089         (wl-draft-attribute-nntp-posting-server): Ditto.
1090         (wl-draft-attribute-nntp-posting-port): Ditto.
1091         (wl-draft-preview-message): Use there functions.
1092
1093         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1094         value.
1095
1096 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1099         (wl-draft-reedit): Ditto.
1100         (wl-draft-queue-flush): Ditto.
1101
1102         * wl-mime.el (wl-message-request-partial): Ditto.
1103         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1104         instead of `elmo-message-fetch'.
1105
1106         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1107
1108         * wl-summary.el (wl-summary-message-string): Ditto.
1109
1110 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1111
1112         * wl-util.el (wl-current-message-buffer): Follow the API change.
1113
1114         * wl-summary.el (wl-summary-redisplay-internal): Call
1115         `wl-summary-mark-as-read' with 2nd argument as nil and update
1116         unread count instead of persistent mark.
1117
1118         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1119         variable.
1120         (wl-message-redisplay): Follow the API change.
1121         (wl-message-buffer-display): Managed mime-entity directly and
1122         return preview buffer only.
1123         (wl-message-display-internal): Rewrite.
1124         (wl-message-buffer-prefetch-subr): Not save return value of
1125         `wl-message-buffer-display'.
1126
1127         * Version number is increased to 2.13.1.
1128
1129 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1130
1131         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1132         'elmo-multiple-fields-body-list' with boundary specified.
1133
1134 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1135
1136         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1137         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1138         cache if `wl-summary-resend-use-cache' is non-nil.
1139
1140 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1141
1142         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1143         (wl-nntp-posting-stream-type): Ditto.
1144
1145 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1146
1147         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1148
1149 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1150
1151         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1152         message.
1153
1154 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1155
1156         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1157         Abolish.
1158         (wl-summary-buffer-persistent-mark-version): New internal
1159         variable.
1160         (wl-summary-update-mark-and-highlight-window): Check by
1161         wl-summary-persistent-mark-invalid-p.
1162         (wl-summary-update-status-marks): Ditto.
1163         (elmo-event-handler-flag-changed): Rewrite.
1164         (elmo-event-handler-cache-changed): Define.
1165         (wl-summary-prefetch-msg): Does not update persistent mark here.
1166         (wl-summary-delete-cache): Ditto.
1167         (wl-summary-resume-cache-status): Ditto.
1168         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1169         (wl-summary-persistent-mark-invalid-p): New function.
1170         (wl-summary-validate-persistent-mark): Ditto.
1171         (wl-summary-validate-persistent-mark-string): Ditto.
1172         (wl-summary-invalidate-persistent-mark): Ditto.
1173         (wl-summary-update-persistent-mark): Call
1174         `wl-summary-validate-persistent-mark'.
1175         (wl-summary-create-line): Call
1176         `wl-summary-validate-persistent-mark-string'.
1177
1178         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1179         status as t if cache used.
1180
1181 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1182
1183         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1184         only if the target is group.
1185         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1186
1187 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1188
1189         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1190
1191 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1192
1193         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1194
1195         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1196
1197 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1198
1199         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1200         (Thanks to Yoichi NAKAYAMA).
1201
1202 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1203
1204         * wl-util.el (wl-save-drafts): Restore echo area.
1205
1206 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1207
1208         * Version number is increased to 2.13.0.
1209
1210         * wl-util.el (wl-biff-check-folder-async): Use
1211         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1212
1213 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1214
1215         * wl-message.el (wl-message-display-internal): Does not put
1216         wl-message-display-type property on message buffer.
1217         (wl-message-buffer-display-type): New function.
1218
1219         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1220
1221         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1222         `wl-summary-buffer-detach'.
1223         (wl-summary-message-display-type): Use
1224         `wl-summary-buffer-display-type'.
1225
1226 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1227
1228         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1229         buffer-local.
1230
1231         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1232         kill-buffer-hook instead of make-local-variable.
1233         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1234
1235 2004-12-12  Scott Renfro <scott@renfro.org>
1236
1237         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1238         regex for square-branket.
1239
1240 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1241
1242         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1243         `wl-message-mime-analysis-p' with argument `header'.
1244
1245 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1246
1247         * wl-mime.el (wl-draft-yank-current-message-entity): 
1248         Switch to no-mime following method according to wl-message-display-type
1249         property.
1250         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1251
1252         * wl-message.el (wl-message-display-internal): 
1253         Put wl-message-display-type property on message buffer.
1254
1255         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1256         (wl-message-display-internal): Ditto;
1257
1258         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1259
1260 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1261
1262         * wl-message.el (wl-message-make-display-type): New function.
1263         (wl-message-display-type-property): Ditto.
1264         (wl-message-mime-analysys-p): Ditto.
1265         (wl-message-display-all-header-p): Ditto.
1266         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1267         added `display-type'.
1268         (wl-message-buffer-display): Likewise.
1269         (wl-message-display-internal): Likewise.
1270         (wl-message-buffer-display-type): Abolish.
1271         (wl-message-buffer-prefetch-subr): Follow the API changed.
1272
1273         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1274         from wl-summary-buffer-display-all-header and changed default value.
1275         (wl-summary-message-display-type): New function.
1276         (wl-summary-buffer-display-mime-mode): Ditto.
1277         (wl-summary-buffer-display-header-mode): Ditto.
1278         (wl-summary-toggle-mime): Rewrite with above functions.
1279         (wl-summary-toggle-all-header): Ditto.
1280         (wl-summary-redisplay): Force redisplay with default mode.
1281         (wl-summary-redisplay-internal): Renamed argument from `mode',
1282         `all-header' to `mime-mode', `header-mode'.
1283         Use `wl-message-make-display-type'.
1284
1285         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1286         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1287
1288 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1289
1290         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1291
1292 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1293
1294         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1295         in original message buffer.
1296         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1297         buffer.
1298
1299 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1300
1301         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1302
1303 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1304
1305         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1306
1307 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1308
1309         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1310         when actions succeeded.
1311         (wl-summary-exec-action-copy): Likewise.
1312
1313 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1314
1315         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1316         there is switch-to-buffer at the end of wl-message-select-buffer.
1317         (wl-summary-reply): Ditto.
1318
1319 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1320
1321         * wl-summary.el (wl-summary-forward): Put subject in original
1322         message buffer as argument of wl-draft-forward.
1323         * wl-draft.el (wl-draft-forward): Decode subject as in
1324         wl-draft-reply.
1325
1326 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1327
1328         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1329         a folder under access group.
1330
1331 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1332
1333         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1334         wl-message-buffer-display.
1335
1336         * wl-util.el (wl-set-save-drafts): Fix typo.
1337
1338 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1341         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1342         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1343         the way to measure the width of a bitmap image; don't put face on
1344         ascii and bitmap images; put the mark which should not use the
1345         variable-pitch face on ascii and bitmap images.
1346         (wl-demo-setup-properties): Don't use the variable-pitch face on
1347         ascii and bitmap images; made it work on Emacs 20 and earlier.
1348         (wl-demo-insert-text): End with a newline at the bottom; don't put
1349         face on text.
1350
1351         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1352
1353 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1354
1355         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1356
1357         * wl-util.el (wl-save-drafts): Moved from sample setting.
1358         (wl-set-save-drafts): New function to set idle timer.
1359         * wl-draft.el (wl-draft): Call it.
1360         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1361
1362 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1363
1364         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1365         a summary which has toggle display status off.
1366
1367 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1368
1369         * wl-draft.el (wl-draft-do-fcc): No cache save.
1370
1371 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1372
1373         * wl-summary.el (elmo-event-handler-flag-changed): Use
1374         `set-buffer' instead of `with-current-buffer'.
1375
1376 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1377
1378         * wl-summary.el (wl-summary-after-resize-function): New function.
1379         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1380         window-size-change-functions.
1381
1382 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1383
1384         * wl-draft.el (wl-draft-create-buffer): Bind
1385         `change-major-mode-hook' after current buffer is changed.
1386
1387         * wl-summary.el (wl-summary-buffer-detach): New function.
1388         (wl-summary-buffer-set-folder): Call it.
1389         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1390         change-major-mode-hook and kill-buffer-hook.
1391         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1392         (wl-summary-switch-to-clone-buffer): Ditto.
1393         (wl-summary-goto-folder-subr): Ditto.
1394
1395 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1396
1397         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1398         after boundp check.
1399
1400 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1403         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1404         for `kill-buffer'.
1405
1406         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1407         handler of current buffer from elmo-folder.
1408
1409 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1410
1411         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1412
1413 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1416         variable.
1417         (wl-summary-event-handler): New class.
1418         (elmo-event-handler-flag-changed): Define to update persistent
1419         mark.
1420         (wl-summary-buffer-set-folder): Register event handler to
1421         elmo-folder.
1422         (wl-summary-exit): Unregister event handler.
1423         (wl-summary-goto-folder-subr): Ditto.
1424         (wl-summary-mark-as-read-all): Does not call
1425         `wl-summary-update-persistent-mark' directly.
1426         (wl-summary-mark-as-read-internal): Ditto.
1427         (wl-summary-set-persistent-mark-internal): Ditto.
1428         (wl-summary-set-flags-internal): Ditto.
1429
1430         * Version number is increased to 2.11.33.
1431
1432 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1433
1434         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1435         to nil.
1436
1437 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1438
1439         * wl-spam.el (wl-spam-setup): Add hook
1440         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1441         instead of `wl-summary-prepare-hook'.
1442
1443         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1444         if folder type is `'flag'.
1445         (wl-summary-mark-as-important): Ditto.
1446
1447 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-address.el (wl-address-minibuffer-history): New variable.
1450         (wl-address-minibuffer-local-map): New keymap.
1451         (wl-address-read-from-minibuffer): New function.
1452
1453         * wl-action.el (wl-summary-get-resend-address): Use
1454         `wl-address-read-from-minibuffer' instead of `completing-read'.
1455
1456 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1457
1458         * Version number is increased to 2.11.32.
1459
1460 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1461
1462         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1463         without mule to iso-8859-1.
1464         (wl-draft-add-in-reply-to): Add note in description.
1465         (wl-draft-add-references): Ditto.
1466
1467 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1468
1469         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1470         definition for `m'.
1471         (wl-summary-mode-line-format): Add '[%m]'.
1472         (wl-message-mode-line-format-spec-alist): Ditto.
1473         (wl-summary-display-mime-mode-list): New variable.
1474
1475         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1476         from wl-summary-buffer-display-as-is.
1477         (wl-summary-buffer-display-all-header): New buffer local variable.
1478         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1479         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1480         instead of wl-summary-buffer-display-as-is.
1481         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1482         (wl-summary-set-persistent-mark): Ditto.
1483         (wl-summary-set-message-buffer-or-redisplay): Just call
1484         `wl-summary-redisplay-internal' without optional arguments.
1485         (wl-summary-toggle-mime): Rewrite.
1486         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1487         (wl-summary-toggle-all-header): New function.
1488         (wl-summary-redisplay-internal): Treat mime mode.
1489
1490         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1491         to wl-mime-preview-follow-no-mime.
1492         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1493         accodring to the display-mode.
1494
1495         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1496         (wl-message-buffer-display): Changed argument name from `as-is' to
1497         `mode'.
1498         (wl-message-display-internal): Ditto;
1499         Bind elmo-mime-display-header-analysis according to the mode.
1500         (wl-message-display-internal): Put wl-message-display-mime-mode
1501         property on entire buffer.
1502
1503 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1504
1505         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1506
1507 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1508
1509         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1510         Don't extract mail address.
1511         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1512
1513         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1514
1515         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1516
1517 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1518
1519         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1520         wl-fldmgr-cut-entity-list on confirmation.
1521
1522 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1523
1524         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1525         (wl-mime-quit-preview): Check existence of
1526         mime-edit-temp-message-buffer here.
1527
1528 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1529
1530         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1531         after deletion.
1532
1533         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1534         before calling wl-mime-quit-preview.
1535
1536 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1537
1538         * wl-summary.el (wl-summary-pick): If call it with prefix
1539         argument, set `delete-marks' as non-nil. Pick from only visible
1540         messages.
1541         (wl-summary-check-target-mark): New function.
1542         (wl-summary-target-mark-mark-as-read): Use it.
1543         (wl-summary-target-mark-mark-as-unread): Ditto.
1544         (wl-summary-target-mark-operation): Ditto.
1545         (wl-summary-target-mark-set-flags): Ditto.
1546         (wl-summary-target-mark-save): Ditto.
1547         (wl-summary-target-mark-pick): Ditto.
1548         (wl-summary-target-mark-forward): Ditto.
1549         (wl-summary-target-mark-reply-with-citation): Ditto.
1550         (wl-summary-target-mark-print): Ditto.
1551         (wl-summary-target-mark-uudecode): Ditto.
1552
1553         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1554         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1555         with `ask-coding' is non-nil.
1556
1557 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1558
1559         * wl-thread.el (wl-thread-set-parent): If parent is a message
1560         which is identified by references, set linked as nil.
1561
1562 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1563
1564         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1565         (wl-message-mode-line-format-spec-alist): Ditto.
1566         (wl-message-mode-line-format): Ditto.
1567         (wl-summary-mode-line-format): Ditto for docstring.
1568         (wl-summary-no-mime-folder-list): Fix typo.
1569
1570         * wl-util.el (wl-current-message-buffer): Call
1571         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1572
1573         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1574         variable.
1575         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1576         of `wl-summary-redisplay-no-mime'.
1577         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1578         (wl-summary-toggle-mime): New function.
1579         (wl-summary-redisplay-all-header): Rewrite.
1580         (wl-summary-redisplay-no-mime): Ditto.
1581         (wl-summary-redisplay-internal): Added argument `as-is' and
1582         `all-header'.
1583
1584         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1585         New variable.
1586         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1587         bottom.
1588         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1589         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1590         "/" unconditionally.
1591
1592         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1593         wl-mime-preview-follow-no-mime for as-is content.
1594         (wl-mime-preview-follow-no-mime): New function.
1595         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1596
1597         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1598         and added `as-is', `all-header'.
1599         (wl-message-buffer-display): Ditto.
1600         (wl-message-buffer-display-type): New function.
1601
1602 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1603
1604         * wl-vars.el (wl-message-header-button-alist): Change default
1605         value.
1606         (wl-message-body-button-alist): Ditto.
1607
1608 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1609
1610         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1611
1612 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1615
1616 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1617
1618         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1619         is always true.
1620
1621 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1622
1623         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1624         on null entity.
1625
1626 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1629
1630 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-vars.el (wl-summary-resend-hook): New hook.
1633
1634         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1635         `wl-summary-resend-hook'.
1636
1637 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1638
1639         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1640         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1641         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1642         (wl-summary-new-cached-mark): Changed default value to 'n'.
1643         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1644         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1645         (wl-folder-sync-range-alist): Remove spec for 'flag.
1646         (wl-summary-force-prefetch-folder-list): New user option.
1647
1648         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1649         `wl-summary-toggle-persistent-mark'.
1650         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1651         number is nil.
1652         (wl-summary-mark-as-answered-region): Set interactive argument of
1653         `wl-summary-set-persistent-mark-internal'.
1654         (wl-summary-mark-as-important-region): Ditto.
1655         (wl-summary-unset-persistent-mark): Ditto.
1656         (wl-summary-set-persistent-mark): Ditto.
1657         (wl-summary-mark-as-answered): Ditto.
1658         (wl-summary-mark-as-important): Ditto.
1659         (wl-summary-set-persistent-mark-internal): Do nothing
1660         when `elmo-message-flag-available-p' is nil.
1661         (wl-summary-toggle-persistent-mark): New function.
1662         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1663         when the folder matches `wl-summary-force-prefetch-folder-list'.
1664
1665
1666         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1667         when number is nil.
1668         (wl-highlight-summary-forwarded-face): New face.
1669
1670 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1671
1672         * Version number is increased to 2.11.31.
1673
1674 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1675
1676         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1677         (wl-biff-check-folder-async): Ditto.
1678         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1679
1680 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1681
1682         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1683         Add an argument `reverse'.  All callers are updated.
1684         (wl-summary-sort): Add a prefix argument `reverse' to specify
1685         reverse sorting.
1686         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1687         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1688         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1689
1690 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1691
1692         * wl-message.el (wl-message-redisplay): Does not narrow header if
1693         disply-type is all-header or as-is.
1694
1695         * wl-summary.el (wl-summary-enter-handler): Use
1696         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1697
1698 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1699
1700         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1701         after adding wl-draft-parent-variables.
1702         (wl-draft-forward): Ditto.
1703
1704 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1705
1706         * wl-summary.el (wl-summary-sync-marks): Call
1707         `wl-summary-set-persistent-mark' and
1708         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1709         (wl-summary-set-persistent-mark-internal): Add 4th argument
1710         `no-server'.
1711         (wl-summary-unset-persistent-mark): Ditto.
1712         (wl-summary-set-persistent-mark): Ditto.
1713         (wl-summary-add-flags-internal): Abolish.
1714         (wl-summary-remove-flags-internal): Ditto.
1715         (wl-summary-mark-as-important-internal): Ditto.
1716         (wl-summary-mark-as-important): Use
1717         `wl-summary-set-persistent-mark' instead of
1718         `wl-summary-add-flags-internal'.
1719         (wl-summary-mark-as-important-region): Ditto.
1720
1721         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1722
1723         * wl-summary.el (wl-summary-get-available-flags): New function.
1724         (wl-summary-sync-marks): Use it and simplified.
1725         (wl-summary-unset-persistent-mark): Use
1726         `wl-summary-get-available-flags'.
1727         (wl-summary-set-persistent-mark): Ditto.
1728
1729 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1730
1731         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1732         id.
1733
1734 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1735
1736         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1737         number, call `wl-summary-prev-line-content'. Show message when the
1738         message is not found.
1739
1740 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1741
1742         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1743         wl-summary-enter-handler.
1744         (wl-summary-enter-handler): New command.
1745
1746         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1747         docstring and custom spec.
1748
1749         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1750         flags too; Don't treat Cached and New.
1751         (wl-summary-set-persistent-mark): Ditto.
1752
1753         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1754         `wl-folder-set-flag'.
1755
1756         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1757         instead of `wl-folder-set-flag'.
1758
1759         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1760         for completion.
1761         (wl-summary-set-persistent-mark): Ditto.
1762
1763         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1764         instead of `wl-draft-quit-preview'.
1765
1766         * wl-mime.el (toplevel): Avoid compile warning.
1767         (wl-mime-quit-preview): New function
1768         (formarly defined as `wl-draft-quit-preview').
1769         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1770         quitting method.
1771
1772         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1773
1774         * wl-folder.el (wl-folder-set-flag): Renamed from
1775         `wl-draft-set-flag-on-parent'.
1776
1777         * wl-draft.el (wl-draft-quit-preview): New function.
1778         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1779         (wl-draft-send): Call `wl-folder-set-flag' instead of
1780         `wl-draft-set-flag-on-parent'.
1781         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1782
1783 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1784
1785         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1786         (wl-draft-send): Ditto.
1787
1788 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1789
1790         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1791         (wl-draft-kill-pre-hook): Set default value as nil.
1792         (wl-summary-reply-hook): Ditto.
1793         (wl-draft-kill-flags): Abolish.
1794
1795         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1796         (wl-draft-parent-variables): Renamed from
1797         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1798         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1799         argument; Add wl-draft-parent-variables to
1800         wl-draft-config-variables.
1801         (wl-draft-reply): Likewise.
1802         (wl-draft-kill-flags): Abolish.
1803         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1804         (wl-draft-set-flag-on-parent): New function.
1805         (wl-draft-setup-parent-flag): Ditto.
1806
1807 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1808
1809         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1810         `wl-draft-parent-folder' is "".
1811
1812 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1813
1814         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1815         (wl-summary-digit-jump): New function.
1816         (Adviced by John Owens and Hiroya Murata)
1817
1818         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1819         (Adviced by John Owens)
1820
1821         * wl-xmas.el (wl-message-define-keymap): Ditto.
1822
1823         * wl-mule.el (wl-message-define-keymap): Ditto.
1824
1825 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1826
1827         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1828         change of return value of elmo-folder-count-flags.
1829
1830         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1831         (wl-summary-mark-as-read-internal): Ditto.
1832         (wl-summary-set-persistent-mark-internal): Ditto.
1833         (wl-summary-folder-info-update): Ditto.
1834         (wl-summary-sync-update): Fixed the last change.
1835
1836         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1837
1838 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1839
1840         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1841         (wl-draft-kill-flags): Fixed docstring.
1842
1843         * wl-draft.el (wl-draft-kill-flags): New function.
1844         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1845
1846 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-vars.el (wl-reply-hook): Abolish.
1849         (wl-draft-reply-hook): New hook.
1850         (wl-summary-reply-hook): Ditto.
1851         (wl-draft-forward-hook): Ditto.
1852         (wl-summary-forward-hook): Ditto.
1853         (wl-draft-kill-flags): New variable.
1854
1855         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1856         wl-summary-set-persistent-mark-internal.
1857         (wl-summary-sync-marks): Use elmo-preserved-flags.
1858         (wl-summary-update-persistent-mark): Make it interactive.
1859         (wl-summary-set-persistent-mark-internal): New inline function.
1860         (wl-summary-mark-as-answered): Use it.
1861         (wl-summary-mark-as-unanswered): Ditto.
1862         (wl-summary-unset-persistent-mark): New function.
1863         (wl-summary-set-persistent-mark): Ditto.
1864         (wl-summary-reply): Don't set answered flag;
1865         Run wl-summary-reply-hook instead.
1866         (wl-summary-forward): Call wl-draft-forward with number.
1867         Run wl-summary-forward-hook.
1868
1869         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1870         (wl-highlight-summary-line-face-spec): Use it as a default
1871         persistent mark face.
1872
1873         * wl-draft.el (wl-draft-forward): Added optional argument number;
1874         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1875         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1876         (wl-draft-kill): Use wl-draft-kill-flags.
1877
1878         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1879
1880         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1881         of return value of elmo-folder-count-flags.
1882
1883         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1884
1885         * wl-summary.el (wl-summary-count-unread): Ditto.
1886         (wl-summary-sync-update): Follow the change above.
1887         (wl-summary-force-prefetch): New function.
1888
1889 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1890
1891         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1892         variable `buf' with `let' instead of `setq'.
1893
1894 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1895
1896         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1897         add Content-Disposition heaeder on the deleted part.
1898
1899 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1900
1901         * wl-draft.el (wl-draft-save): Encode address list under edit by
1902         `eword-encode-unstructured-field-body'.
1903
1904         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1905
1906 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1907
1908         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1909         wl-current-summary-buffer.
1910
1911 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1912
1913         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1914         `numbers' is ignored.
1915
1916 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1917
1918         * wl-folder.el (wl-folder-open-folder): Avoid error.
1919         Reported by John Owens, [wl-en:815]
1920
1921         * wl.el (wl): Set timer for biff process even if prefix argument
1922         is given or auto-checking is quitted.
1923
1924         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1925         immediately.
1926         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1927         (wl-toggle-plugged): Ditto.
1928
1929         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1930         * wl-util.el (wl-biff-start): Use idle timer if
1931         `wl-biff-use-idle-timer' is non-nil.
1932
1933 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1934
1935         * wl-highlight.el (wl-highlight-message): Fix description.
1936
1937 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1938
1939         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1940         tty.
1941
1942 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1943
1944         * wl-action.el (wl-summary-exec): Print failure count.
1945
1946 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1947
1948         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1949         to `defun', remove interactive form.
1950         Set elmo-message-fetch-confirm when force-reload is non-nil.
1951
1952 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1953
1954         * wl-summary.el (toplevel): Removed unnecessary autoload.
1955
1956 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1957
1958         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1959         the buffer is generated from another message buffer.
1960
1961 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1962
1963         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1964         extracted from `wl-fldmgr-save-folders'.
1965         (wl-fldmgr-delete): Call it after deletion.
1966
1967 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1968
1969         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1970         multi-tty support.
1971
1972 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1973
1974         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1975
1976 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1977
1978         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1979         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1980
1981 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1984         unsubscribe list only if argument CLEAR is nil.
1985
1986 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1987
1988         * wl-draft.el (wl-draft-reply): Decode subject before removing
1989         Re: prefix.
1990
1991 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1992
1993         * wl-summary.el (wl-summary-sort-by-size): New command.
1994
1995 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1996
1997         * wl-summary.el (wl-summary-number-list-from-region): New
1998         function.
1999         (wl-summary-mark-as-read-region): Use it.
2000         (wl-summary-mark-as-unread-region): Ditto.
2001         (wl-summary-set-flags-region): Ditto and add optional argument
2002         remove.
2003         (wl-summary-mark-as-answered-region): Ditto.
2004         (wl-summary-mark-as-important-region): Ditto.
2005         (wl-summary-target-mark-mark-as-important): Added optional
2006         argument remove.
2007         (wl-summary-target-mark-mark-as-answered): Ditto.
2008         (wl-summary-target-mark-set-flags): Ditto.
2009
2010 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-summary.el (wl-summary-set-flags-region): Call
2013         `wl-summary-set-flags-internal' with number list instead of call
2014         one by each message.
2015         (wl-summary-target-mark-set-flags): Likewise.
2016
2017 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2018
2019         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2020         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2021         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2022         (wl-summary-target-mark-mark-as-answered): Likewise.
2023
2024 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2025
2026         * wl-summary.el (wl-summary-target-mark-forward): Use
2027         `wl-summary-delete-all-target-marks' instead of
2028         `wl-summary-delete-all-temp-marks'.
2029         (wl-summary-target-mark-reply-with-citation): Ditto.
2030         (wl-summary-target-mark-uudecode): Ditto.
2031         (wl-summary-target-mark-set-flags): Ditto and remove needless
2032         cursor move.
2033
2034 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2035
2036         * wl-summary.el (wl-summary-target-mark-forward): Protect
2037         wl-summary-buffer-target-mark-list from nreverse.
2038         (wl-summary-target-mark-reply-with-citation): Ditto.
2039
2040 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2041
2042         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2043         `elmo-display-progress-threshold'.
2044
2045 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2046
2047         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2048         check `wl-summary-highlight'.
2049         (wl-summary-window-scroll-functions): Respect value of
2050         `wl-summary-highlight'.
2051         (wl-summary-sync-update): Run hooks
2052         `wl-summary-buffer-window-scroll-functions' at any time.
2053
2054 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2055
2056         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2057         from `wl-summary-cleanup-temp-marks'.
2058         (wl-summary-cleanup-temp-marks): Abolish argument.
2059         * wl.el (wl-save-status): Revert previous change.
2060         (wl-execute-temp-marks): New function, call
2061         `wl-summary-exec-with-confirmation'.
2062         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2063         (wl-folder-save-and-exec-marks): Abolished.
2064
2065 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-e21.el (wl-e21-display-image-p): Respect
2068         `wl-highlight-folder-with-icon'.
2069         (wl-e21-highlight-folder-group-line): Highlight mouse line
2070         even if wl-e21-display-image-p is nil.
2071
2072         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2073         Respect value of `wl-summary-highlight'.
2074
2075         * wl.el (wl-save-status): Remove unused variable.
2076
2077         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2078         (wl-folder-mode-map): Bind it to "x".
2079
2080 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2081
2082         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2083
2084         * wl-thread.el (wl-thread-get-parent-list): Don't check
2085         disconnected ancestors, neglecting needless work in
2086         `wl-thread-update-indent-string-thread'.
2087
2088         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2089         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2090         argument, add argument default-keep to keep marks by default.
2091
2092         * Version number is increased to 2.11.30.
2093
2094         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2095         customization type and docstring.
2096         (wl-draft-reply-without-argument-list): Ditto.
2097
2098 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2099
2100         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2101
2102         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2103
2104 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2105
2106         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2107
2108 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2109
2110         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2111         save-excursion so as not to include run-hooks.
2112
2113 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2114
2115         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2116         Clarify that marks are going to be cleared.
2117
2118 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2119
2120         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2121         according to 3rd element of wl-summary-flag-mark.
2122
2123         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2124
2125 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2126
2127         * wl-action.el (wl-summary-target-mark-all): Don't set
2128         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2129
2130 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2133         (wl-forward-subject-prefix): Ditto.
2134         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2135         (wl-draft-reply-make-subject): Ditto.
2136
2137         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2138         `wl-draft-forward'.
2139         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2140
2141 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2142
2143         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2144         target message does not exist.
2145
2146 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2147
2148         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2149         `wl-subject-prefix-regexp'.
2150         (wl-subject-forward-prefix-regexp): New variable.
2151         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2152         `wl-draft-strip-subject-re' and take regexp as argument.
2153         (wl-draft-forward): Use it.
2154         (wl-draft-reply): Ditto.
2155
2156 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2157
2158         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2159         emacs multi-tty support.
2160
2161 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2162
2163         * wl-e21.el (wl-e21-display-image-p): Don't call
2164         `display-images-p'.
2165         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2166         support.
2167         (wl-highlight-folder-current-line): Ditto.
2168         (wl-folder-init-icons): Ditto.
2169
2170 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2171
2172         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2173         the last line of summary in unplugged mode.
2174
2175 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2176
2177         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2178
2179 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2180
2181         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2182         * wl-address.el (wl-address-user-mail-address-p): Use it.
2183         (wl-address-delete-user-mail-addresses): Ditto.
2184         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2185
2186         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2187         (wl-address-delete-user-mail-addresses): Ditto.
2188
2189         * wl-address.el (wl-address-delete-user-mail-addresses): New
2190         function.
2191         * wl-refile.el (wl-refile-guess-by-history): Use it.
2192         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2193         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2194
2195         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2196         use wl-address-user-mail-address-p.
2197
2198 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2199
2200         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2201         after opening group.
2202
2203 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2204
2205         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2206         of elmo-set-buffer-multibyte.
2207
2208         * wl-message.el (wl-original-message-mode): Ditto.
2209
2210         * wl-score.el (wl-score-insert-header): Ditto.
2211
2212         * wl-summary.el
2213         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2214         (wl-summary-goto-folder-subr): Ditto.
2215         (wl-summary-insert-headers): Ditto.
2216
2217         * wl-util.el (wl-set-string-width): Ditto.
2218
2219         * Version number is increased to 2.11.29.
2220
2221 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2222
2223         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2224         (wl-highlight-summary-line-help-echo-alist): New variable.
2225         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2226         into `wl-highlight-summary-line-help-echo' and
2227         `wl-highlight-flag-folder-help-echo'.
2228         (wl-highlight-summary-line-string): Change accordingly.
2229         (wl-highlight-summary-current-line): Ditto.
2230
2231 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2232
2233         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2234         at the beginning of field body (Thanks to Markus Knittig).
2235
2236         * wl-draft.el (wl-draft-insert-current-message): Also check
2237         summary buffer, remove unnecessary tag.
2238
2239 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2240
2241         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2242         when wl-message-buffer is nil.
2243
2244         * wl-folder.el (wl-folder): Abolish unused argument.
2245         Call wl-folder-init when wl-folder-entity is nil.
2246         * wl.el (wl): Change accordingly.
2247
2248 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2251         multibyte string before insert into draft buffer.
2252         (wl-draft-create-buffer): Always enable multibyte characters for
2253         draft buffer.
2254
2255         * Version number is increased to 2.11.28.
2256
2257 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-folder.el (wl-folder-open-close): Handle blank line.
2260         (wl-folder-jump-to-current-entity): Ditto.
2261
2262 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2263
2264         * Version number is increased to 2.11.27.
2265
2266 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2267
2268         * wl-thread.el (wl-thread-insert-message): When the thread is
2269         devided by wl-summary-max-thread-depth, insert line at the end of
2270         buffer.
2271
2272 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2273
2274         * Version number is increased to 2.11.26.
2275
2276 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2277
2278         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2279
2280 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2281
2282         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2283         value of stream-type and session.
2284
2285 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2286
2287         * Version number is increased to 2.11.25.
2288
2289 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2290
2291         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2292         in a quit message.
2293
2294 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2297         (wl-summary-redisplay-no-mime-internal): Ditto.
2298
2299 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2300
2301         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2302         * wl-vars.el (wl-smtp-connection-type): Ditto.
2303
2304 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2305
2306         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2307         for the separator line and quote mail-header-separator.
2308
2309 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2310
2311         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2312         result message.
2313
2314         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2315         `elmo-multiple-fields-body-list' with boundary as
2316         mail-header-separator.
2317
2318 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2319
2320         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2321
2322 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2323
2324         * wl-util.el (wl-list-diff): Remove unused function.
2325
2326         * wl-draft.el (wl-draft-send-confirm): Discard input before
2327         confirmation.
2328
2329 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2330
2331         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2332         order of flag and new.
2333
2334 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2335
2336         * wl-vars.el (wl-refile-policy-alist): Abolished.
2337
2338         * wl-action.el (wl-summary-set-action-refile): Follow the change
2339         above.
2340
2341 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2342
2343         * wl-highlight.el (wl-highlight-signature-search): Don't use
2344         re-search-backward for a long word since it is possible to crash
2345         XEmacs because of a bug.
2346
2347 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2348
2349         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2350
2351 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2352
2353         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2354         argument for wl-summary-sync-force-update.
2355
2356 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2357
2358         * wl-summary.el (wl-summary-mode-map): Revival of
2359         wl-summary-mark-as-important related bindings;
2360         Bind 'F','tF','mF','rF','m&'.
2361         (wl-summary-mark-as-important-region): Revival.
2362         (wl-summary-target-mark-mark-as-important): Ditto.
2363         (wl-summary-target-mark-operation): New function.
2364         (wl-summary-target-mark-mark-as-answered): Use it.
2365         (wl-summary-decide-flag): Don't set Important as default.
2366         (wl-summary-mark-as-important-internal): Revival.
2367         (wl-summary-mark-as-important): Ditto.
2368
2369         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2370
2371         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2372         instead of facep.
2373
2374 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2375
2376         * wl-dnd.el (wl-dnd-drop-func): Fix.
2377
2378         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2379         mouse-set-point instead of posn-point.
2380
2381         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2382
2383         * wl-mule.el (wl-completing-read-multiple): Ditto.
2384
2385 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2386
2387         * wl-demo.el (face-background-name): Defalias to avoid compile
2388         warning.
2389
2390 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2391
2392         * wl-summary.el (wl-summary-decide-flag): Use
2393         wl-completing-read-multiple instead of completing-read-multiple.
2394
2395         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2396         New alias.
2397
2398         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2399         Use face-background-name instead of face-background.
2400
2401         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2402
2403         * wl-summary.el (wl-summary-save): Use it.
2404         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2405
2406         * wl-mime.el (wl-mime-save-content): Fix last change.
2407
2408 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2409
2410         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2411         New function.
2412         (wl-summary-sort-specs): Added sort.
2413         * wl-mime.el (wl-mime-save-content): Expand file name.
2414
2415 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2416
2417         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2418
2419         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2420
2421 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2422
2423         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2424         for flag if it is not defined.
2425
2426 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2427
2428         * wl-e21.el (wl-highlight-folder-current-line): Use
2429         elmo-folder-type-internal when elmo-folder-type returns nil.
2430
2431         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2432
2433         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2434
2435         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2436
2437         * wl-e21.el (wl-summary-toolbar): Ditto.
2438
2439         * wl-vars.el (wl-demo-background-color): Abolished.
2440         (wl-summary-persistent-mark-priority-list): Renamed from
2441         wl-summary-flag-priority-list.
2442         (wl-summary-flag-alist): New user option.
2443         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2444         (wl-message-mode-line-format-spec-alist): Added 'F'.
2445         (wl-message-mode-line-format): Likewise.
2446         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2447         instead of wl-summary-important-mark.
2448         (wl-file-folder-icon): New variable.
2449
2450         * wl-thread.el (wl-thread-set-flags): Renamed from
2451         wl-thread-mark-as-important.
2452
2453         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2454         warning.
2455         (wl-summary-mode-menu-spec): Follow the change of 
2456         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2457         (wl-summary-mode-map): Follow the change of
2458         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2459         (wl-summary-detect-mark-position): Follow the variable name change.
2460         (wl-summary-set-flags-region): New function for the replacement of
2461         wl-summary-mark-as-important-region.
2462         (wl-summary-sync-marks): Sync all global-flags.
2463         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2464         instead of elmo-message-flagged-p.
2465         (wl-summary-persistent-mark-string): Follow the variable name change;
2466         Put wl-summary-flag-mark if the message has global-flag.
2467         (wl-summary-target-mark-set-flags): Renamed from 
2468         wl-summary-target-mark-mark-as-important.
2469         (wl-summary-decide-flag): New function.
2470         (wl-summary-set-flags-internal): Renamed from
2471         wl-summary-mark-as-important-internal.
2472         (wl-summary-add-flags-internal): New function.
2473         (wl-summary-remove-flags-internal): Ditto.
2474         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2475         (wl-summary-mark-as-unimportant): Abolish.
2476         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2477         (wl-summary-next-message): List flagged messages in the msgdb.
2478
2479         * wl-score.el (wl-summary-score-update-all-lines): Use
2480         wl-summary-add-flags-internal instead of 
2481
2482         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2483
2484         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2485         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2486         (wl-message-buffer-require-all-header): Renamed from
2487         wl-message-buffer-all-header-flag (Ditto).
2488         (wl-message-buffer-flag-indicator): New variable.
2489         (wl-message-redisplay): Changed local varibale name from `flag' to
2490         `display-type'; Set up wl-message-buffer-flag-indicator.
2491         (wl-message-buffer-display): Changed varibale name from `flag' to
2492         `display-type'.
2493         (wl-message-display-internal): Likewise.
2494
2495         * wl-highlight.el (wl-highlight-demo-face): Define default background
2496         color.
2497         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2498
2499         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2500
2501         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2502         (wl-demo-setup-properties): Renamed from
2503         `wl-demo-set-background-color'.
2504         (wl-demo): Follow the change above.
2505         
2506         * Version number is increased to 2.11.24.
2507
2508 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2509
2510         * wl-summary.el (wl-summary-toggle-thread): Call
2511         `wl-summary-rescan' with disable-thread as non-nil.
2512         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2513
2514 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2515
2516         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2517         foreground property of the face.
2518         (wl-demo-insert-text): Don't set up face property here.
2519         (wl-demo): Call wl-demo-set-background-color, anyway.
2520
2521 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2522
2523         * wl-vars.el (wl-demo-background-color): The value can be nil.
2524
2525 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2526
2527         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2528         to wl-summary-wheel-dispatcher.
2529
2530         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2531         wl-message-wheel-dispatcher.
2532         (wl-message-wheel-dispatcher): New function.
2533         (wl-summary-wheel-dispatcher): Ditto.
2534
2535 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2536
2537         * wl-action.el (wl-summary-target-mark-all): List messages which are
2538         not in the killed-list.
2539
2540         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2541         only when the folder is 'flag/important.
2542
2543         * wl-address.el (wl-complete-field-body): Complete if the last
2544         character is a space.
2545
2546 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2547
2548         * wl-folder.el (wl-folder-clear-entity-info): Use
2549         elmo-clear-hash-val.
2550
2551         * wl-fldmgr.el (wl-fldmgr-rename): Set
2552         wl-folder-info-alist-modified as t.
2553
2554 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2555
2556         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2557
2558 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2559
2560         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2561         (wl-folder-buffer-last-visited-entity-id): New buffer local
2562         variable.
2563         (wl-folder-revisit-last-visited-folder): New function.
2564         (wl-folder-mode-map): Bind it to "C-i".
2565         (wl-folder-set-current-entity-id): Set last visited folder.
2566         * wl-summary.el (wl-summary-exit): Ditto.
2567
2568 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2571         before calling `recenter' in order to cope with an XEmacs bug.
2572
2573 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2574
2575         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2576         to the default value.
2577
2578 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2579
2580         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2581         change.
2582         (wl-summary-sync-marks): Ditto.
2583         (wl-summary-mark-as-read-internal): Ditto.
2584         (wl-summary-mark-as-answered-internal): Ditto.
2585         (wl-summary-mark-as-important-internal): Ditto.
2586         (wl-summary-reply): Ditto.
2587
2588         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2589         instead of `elmo-folder-unflag-answered'.
2590
2591         * Version number is increased to 2.11.23.
2592
2593         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2594         the last change.
2595
2596 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2597
2598         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2599         Specify "spam" or "good".
2600
2601 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2602
2603         * wl-spam.el (wl-summary-exec-action-spam): Call
2604         wl-folder-confirm-existence for spam folder.
2605         (wl-spam-setup): Bind "mk".
2606
2607 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608
2609         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2610
2611 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2612
2613         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2614         destination folder is empty.
2615
2616 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2617
2618         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2619         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2620
2621         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2622         (wl-summary-refile-prev-destination-region): New function.
2623         (wl-thread-refile-prev-destination): Ditto.
2624         (wl-summary-target-mark-refile-prev-destination): Ditto.
2625
2626 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2627
2628         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2629         (wl-demo-background-color): Changed default value.
2630
2631         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2632         color.
2633
2634         * wl-demo.el (wl-demo-set-background-color): New function.
2635         (wl-demo): Call it.
2636
2637 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2638
2639         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2640         * wl-address.el (wl-address-add-or-change): Don't add empty
2641         address.
2642
2643 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2644
2645         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2646
2647 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2648
2649         * wl-vars.el (wl-demo-image-filter-alist): New variable
2650         (wl-demo-background-color): Ditto.
2651
2652         * wl-demo.el (wl-demo-xpm-set-background): New function.
2653         (wl-demo-image-filter): Ditto.
2654         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2655
2656         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2657
2658         * wl-demo.el (wl-demo-icon-name): Define as function.
2659         (wl-demo-insert-image): Use it.
2660
2661 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2662
2663         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2664
2665 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2666
2667         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2668
2669 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2670
2671         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2672
2673 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2674
2675         * wl-thread.el (wl-thread-mark-as-answered): New function.
2676
2677         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2678         answered" entry.
2679         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2680         "r&" and wl-thread-mark-as-answered to "t&".
2681         (wl-summary-mark-as-important-region): Refine to toggle mark.
2682         (wl-summary-mark-as-answered-region): New function.
2683         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2684         and 3rd argument.
2685         (wl-summary-mark-as-important-internal): Likewise.
2686
2687 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2688
2689         * wl-template.el (wl-template-preview): New internal variable.
2690         (wl-template-preview-p): New function.
2691         (wl-template-show): Bind `wl-template-preview' as t.
2692
2693 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2694
2695         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2696         `elmo-message-entity-field' with 3rd argument which is non-nil.
2697
2698 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2699
2700         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2701         Removed duplicate local bind `folder'.
2702
2703 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2704
2705         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2706
2707 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2708
2709         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2710         duplicate definition.
2711
2712 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2713
2714         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2715         non-nil, use it; Don't fetch message if there's no message in the
2716         current cursor position.
2717
2718 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2719
2720         * wl-util.el (wl-region-exists-p): Use region-active-p.
2721         (wl-deactivate-region): New function.
2722         * wl-message.el (wl-message-redisplay): Deactivate region.
2723
2724         * wl-summary.el (wl-summary-reply): Call
2725         `wl-summary-set-message-buffer-or-redisplay' instead of
2726         `wl-summary-redisplay-internal', don't move point.
2727
2728 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2729
2730         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2731         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2732         by regexp.
2733
2734 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2735
2736         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2737         if no need.
2738
2739 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2742         default value to nil.
2743         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2744         `wl-summary-prepare-hook'; Replace refile action to
2745         `wl-summary-exec-action-refile-with-register'.
2746
2747         * Version number is increased to 2.11.22.
2748
2749 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2750
2751         * wl-summary.el (wl-summary-detect-mark-position): Set
2752         `wl-summary-buffer-weekday-name-lang'.
2753
2754 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2755
2756         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2757         (wl-summary-mark-as-read-all): Ditto.
2758         (wl-summary-delete-messages-on-buffer): Ditto.
2759         (wl-summary-sync-update): Ditto.
2760         (wl-summary-mark-as-read-internal): Ditto.
2761         (wl-summary-mark-as-answered-internal): Ditto.
2762         (wl-summary-update-folder-info): Abolished.
2763
2764 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2765
2766         * wl-summary.el (wl-summary-mark-as-read-all): Use
2767         `wl-summary-update-folder-info' instead of
2768         `wl-folder-update-unread'.
2769
2770 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2771
2772         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2773         `wl-summary-folder-info-update'.
2774         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2775         instead of `wl-summary-folder-info-update'.
2776         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2777         `wl-folder-set-folder-updated'.
2778         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2779         instead of `wl-folder-update-unread'.
2780         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2781         the value of `wl-summary-buffer-unread-count' for the second parameter of
2782         `wl-folder-update-unread'.
2783
2784         * Version number is increased to 2.11.21.
2785
2786 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2787
2788         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2789         a local variable.
2790
2791 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2792
2793         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2794         interactively.
2795
2796         * wl-summary.el (wl-summary-mark-as-important-internal): New
2797         internal function.
2798         (wl-summary-mark-as-important): Use it.
2799         (wl-summary-mark-as-unimportant): New function.
2800         (wl-summary-sync-marks): Follow the API change.
2801
2802         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2803
2804         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2805
2806 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2807
2808         * wl-folder.el (wl-folder-update-unread): Re-indent.
2809         Narrow the scope of a local variable.
2810
2811 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2812
2813         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2814         (wl-addrmgr-merge-entries): Ditto.
2815         (wl-addrmgr): Added to address entry which exists in draft buffer
2816         if no entry is in original.
2817
2818 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2819
2820         * wl-batch.el: New file.
2821
2822 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2823
2824         * wl-vars.el (wl-use-semi): Remove unused variable.
2825
2826 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2827
2828         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2829         "?".
2830
2831 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2832
2833         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2834         wl-summary-new-mark.
2835         (wl-summary-new-cached-mark): New user option.
2836         (wl-summary-score-marks): Follow the change above.
2837         (wl-summary-auto-refile-skip-marks): Ditto.
2838         (wl-summary-incorporate-marks): Ditto.
2839         (wl-summary-expire-reserve-marks): Ditto.
2840
2841         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2842
2843         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2844         (wl-summary-persistent-mark-string): Distinguished between cached
2845         and uncached mark when the message is new.
2846
2847 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2848
2849         * wl-spam.el (wl-spam-domain): Renamed from
2850         `wl-spam-folder-guess-domain'.
2851         (wl-summary-exec-action-spam): Register as spam if domain of the
2852         source folder is good.
2853         (wl-summary-exec-action-refile-with-register): Register message if
2854         domain of the source folder is not undecided.
2855
2856 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2859         detect thread loop.
2860
2861 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2862
2863         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2864         and wl-summary-skip-mark-list.
2865
2866 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2867
2868         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2869
2870         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2871
2872         * wl-spam.el (toplevel): Require wl-highlight.
2873         (wl-spam-auto-check-policy-alist): Abolish.
2874         (wl-spam-auto-check-folder-regexp-list): New user option.
2875         (wl-spam-auto-check-marks): Ditto.
2876         (wl-spam-mark-action-list): Ditto.
2877         (wl-highlight-summary-spam-face): New face.
2878         (wl-spam-auto-check-message-p): New function.
2879         (wl-spam-map-spam-messages): Fixed message.
2880         (wl-spam-register-spam-messages): Ditto.
2881         (wl-spam-register-good-messages): Ditto.
2882         (wl-summary-spam-map): Add and remove keybind.
2883         (wl-summary-target-mark-spam): Abolish.
2884         (wl-summary-refile-spam): Ditto.
2885         (wl-summary-test-spam): New function.
2886         (wl-summary-mark-spam): Ditto.
2887         (wl-summary-auto-check-spam): Follow the above change.
2888         (wl-summary-exec-action-spam): New function.
2889         (wl-summary-exec-action-refile-with-register): Fixed message.
2890         (wl-message-check-spam): New function.
2891         (wl-spam-setup): Ditto.
2892         (toplevel): Call it if this file is loaded interactivity.
2893
2894         * Version number is increased to 2.11.20.
2895
2896 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2899         when new optional argument `force' is non nil or modified.
2900
2901 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2902
2903         * wl.el (toplevel): Require wl-spam when compile.
2904         (wl-save-status): Call wl-spam-save-status.
2905
2906         * wl-spam.el (wl-spam-register-spam-messages): New function.
2907         (wl-spam-register-good-messages): Ditto.
2908         (wl-spam-save-status): Ditto.
2909         (wl-summary-mode-map): Bind
2910         wl-summary-target-mark-register-as-spam to "ms" and
2911         wl-summary-target-mark-register-as-good to "mn".
2912         (wl-summary-register-as-spam): Abolish optional argument; Use
2913         wl-spam-register-spam-messages.
2914         (wl-summary-register-as-spam-all): Use
2915         wl-spam-register-spam-messages.
2916         (wl-summary-register-as-good): Abolish optional argument; Use
2917         wl-spam-register-good-messages.
2918         (wl-summary-register-as-good-all): Use
2919         wl-spam-register-good-messages.
2920         (wl-summary-target-mark-register-as-spam): New funtion.
2921         (wl-summary-target-mark-register-as-good): Ditto.
2922
2923 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2924
2925         * wl-spam.el: New file.
2926
2927 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2930
2931         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2932         (wl-summary-auto-refile): Call wl-refile-guess with
2933         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2934
2935 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2936
2937         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2938         with disable-thread argument non-nil.
2939
2940 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2941
2942         * wl-summary.el (wl-summary-rescan): Added optional argument
2943         disable-thread.
2944         (wl-summary-sync): Call wl-summary-rescan with argument
2945         disable-thread.
2946         (wl-summary-input-range): Added new range `rescan-thread'.
2947
2948 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2949
2950         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2951
2952 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2953
2954         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2955         internal variable.
2956         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2957         wl-summary-search-parent-by-subject-regexp and
2958         wl-summary-divide-thread-when-subject-changed as nil.
2959         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2960         (wl-summary-insert-thread): Search parent entity from
2961         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2962         thread loop.
2963
2964 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2965
2966         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2967
2968         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2969
2970         * wl-util.el (wl-require-update-all-folder-p): New function.
2971         (wl-get-assoc-list-value): Added `function' to match directive.
2972         (wl-collect-draft): Rewrite.
2973
2974         * wl-summary.el (wl-summary-sync-update): Clear faces
2975         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2976         are non-nil.
2977         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2978         argument as function.
2979         (wl-summary-input-range): Ditto.
2980
2981         * wl-folder.el (wl-draft-get-folder): New function.
2982         (wl-folder-get-elmo-folder): Consider draft folder.
2983
2984         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2985         (wl-draft-buffer-message-number): New buffer local variable.
2986         (wl-draft-folder-internal): New internal variable.
2987         (wl-draft-delete): Rewrite.
2988         (wl-draft-save): Ditto.
2989         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2990         wl-folder-get-elmo-folder.
2991         (wl-draft-config-info-operation): Ditto.
2992         (wl-jump-to-draft-folder): Ditto.
2993         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2994         (wl-draft-reedit): Rewrite.
2995
2996         * Version number is increased to 2.11.19.
2997         
2998 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2999
3000         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3001         variable.
3002
3003 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3004
3005         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3006         Use ignore-errors instead of unwind-protect.
3007
3008 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3009
3010         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3011         for updating `wl-thread-entity-list'.
3012
3013 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3014
3015         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3016         parameter from calling `wl-thread-entity-get-older-brothers' and
3017         `wl-thread-entity-get-younger-brothers'.
3018         Replace nested `append' with a single one.
3019
3020 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * wl-summary.el (wl-summary-mode): Don't use the return value of
3023         `make-local-hook'.
3024
3025 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3026
3027         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3028         instead of `let*'.
3029         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3030         of local variables.
3031
3032 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3035         Renamed from wl-summary-window-scroll-functions.
3036         (wl-summary-window-scroll-functions): Don't set to variable.
3037         (wl-summary-display-top): Use run-hooks.
3038         (wl-summary-display-bottom): Ditto.
3039         (wl-summary-toggle-disp-msg): Ditto.
3040         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3041         Use it instead of wl-summary-window-scroll-functions.
3042         (wl-summary-goto-folder-subr): Don't call
3043         wl-summary-window-scroll-functions, use
3044         wl-summary-buffer-window-scroll-functions instead.
3045
3046 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3047
3048         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3049         make-local-variable.
3050
3051 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3052
3053         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3054         set-buffer-modified-p.
3055         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3056         (wl-summary-display-bottom): Ditto.
3057         (wl-summary-toggle-disp-msg): Ditto.
3058
3059 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3060
3061         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3062
3063         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3064         (wl-summary-forward): Use elmo-message-entity-field instead of
3065         elmo-message-field.
3066
3067         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3068
3069 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3070
3071         * wl-summary.el (wl-summary-window-scroll-functions): No use
3072         `append'.
3073
3074 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3075
3076         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3077         function.
3078         (wl-summary-window-scroll-functions): Call it when both
3079         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3080         (wl-summary-temp-mark): Added optional argument number.
3081         (wl-summary-message-mark): Added optional argument flag.
3082         (wl-summary-persistent-mark): Added optional argument number and flag.
3083         (wl-summary-update-persistent-mark): Ditto.
3084         (wl-summary-update-status-marks): Set "r" for interactive spec.
3085
3086         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3087         argument number and flag.
3088
3089         * wl-action.el (wl-summary-registered-temp-mark): 
3090         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3091
3092 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3093
3094         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3095         internal variable (buffer local).
3096         (wl-summary-window-scroll-functions): New function.
3097         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3098         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3099         as nil.
3100         (wl-summary-update-status-marks): Added arguments beg, end and
3101         check.
3102         (wl-summary-update-mark-window): Use function.
3103         (wl-summary-sync-update): Follow the change above.
3104         (wl-summary-switch-to-clone-buffer): Copy
3105         wl-summary-buffer-unsync-mark-number-list.
3106         (wl-summary-goto-folder-subr): Set
3107         wl-summary-buffer-unsync-mark-number-list and
3108         use wl-summary-window-scroll-functions instead of
3109         wl-summary-lazy-highlight.
3110
3111         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3112
3113 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3114
3115         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3116
3117         * wl-summary.el (wl-summary-update-persistent-mark): Call
3118         wl-summary-set-message-modified.
3119
3120         * wl-summary.el (wl-summary-sync-update): Don't call
3121         wl-summary-update-status-marks.
3122
3123         * Version number is increased to 2.11.18.
3124
3125 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3126
3127         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3128         (wl-message-next-page): Ditto.
3129
3130 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3131
3132         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3133         local variable.  Change the order of a collected list into the
3134         same as the specified range.  Remove nil from a collected list.
3135
3136 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3137
3138         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3139         argument for elmo-folder-list-messages.
3140
3141 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3142
3143         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3144         change (wl-summary-count-unreads return a list instead of a cons
3145         cell).
3146
3147 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3148
3149         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3150         `wl-summary-folder-info-update'.
3151
3152 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3153
3154         * wl-summary.el (wl-summary-set-message-modified): No use
3155         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3156         (wl-summary-set-mark-modified): Abolish.
3157         (wl-summary-mark-modified-p): Ditto.
3158         (wl-summary-save-view): Follow the change above.
3159
3160         * wl-expire.el (wl-summary-expire): Likewise.
3161
3162 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3163
3164         * wl-summary.el (wl-summary-detect-mark-position): Use
3165         modb-entity-handler.
3166         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3167
3168         * Version number is increased to 2.11.17.
3169
3170 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3171
3172         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3173         entity field value.
3174         (wl-summary-prefetch-msg): Ditto.
3175         (wl-summary-print-message-with-ps-print): Ditto.
3176
3177 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3178
3179         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3180         for dummy entity.
3181         (wl-summary-insert-thread): Use elmo-message-entity-field.
3182         (wl-summary-update-thread): Use elmo-message-entity-field and
3183         elmo-message-entity-number.
3184         (wl-summary-line-number):  Use elmo-message-entity-number.
3185         (wl-summary-line-size): Use elmo-message-entity-field.
3186         (wl-summary-line-subject): Ditto.
3187         (wl-summary-line-from): Ditto.
3188         (wl-summary-line-attached): Ditto.
3189         (wl-summary-create-line): Ditto.
3190         (wl-summary-create-line): Use elmo-message-entity-number.
3191         (wl-summary-print-message-with-ps-print): Use
3192         elmo-message-entity-field.
3193
3194 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3195
3196         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3197         change in elmo-msgdb-make-message-entity.
3198         (wl-summary-buffer-set-folder): Don't call
3199         wl-summary-detect-mark-position here.
3200         (wl-summary-rescan): Call elmo-message-entity-number.
3201         (wl-summary-sync-update): Ditto.
3202         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3203
3204         * wl-score.el (wl-score-header-index): Redefine 2th element.
3205         (wl-score-overview-entity-get-extra): Abolish.
3206         (wl-score-ov-entity-get): Rewrite.
3207         (wl-score-string-index<, wl-score-string-func<): Abolish.
3208         (wl-score-string<): New function.
3209         (wl-score-string-sort): Use it.
3210
3211         * wl-refile.el (wl-refile-guess-by-history): Use
3212         elmo-message-entity-field.
3213         (wl-refile-guess-by-from): Ditto.
3214         (wl-refile-guess-by-msgid): Ditto.
3215
3216         * Version number is increased to 2.11.16.
3217
3218 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3219
3220         * wl-folder.el (wl-folder-confirm-existence): Don't call
3221         file-exists-p if msgdb-path is nil.
3222         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3223         `wl-read-folder-hist' to `wl-read-folder-history'.
3224
3225 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3226
3227         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3228         `y-or-n-p'.
3229
3230 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3231
3232         * wl-score.el (wl-score-headers): Don't use
3233         elmo-folder-do-each-message-entity.
3234
3235         * Version number is increased to 2.11.15.
3236
3237 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3238
3239         * wl-summary.el (wl-summary-delete-all-msgs): Use
3240         elmo-folder-move-messages instead of elmo-folder-delete-messages
3241         and elmo-folder-detach-messages.
3242         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3243
3244         * wl-expire.el (wl-expire-delete): Ditto.
3245         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3246
3247 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3248
3249         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3250         (wl-message-header-narrowing-fields): Ditto.
3251         (wl-message-header-narrowing-lines): Ditto.
3252         (wl-message-header-narrowing-string): Ditto.
3253
3254         * wl-summary.el (wl-summary-mode-map): Bind
3255         wl-summary-toggle-header-narrowing to "C-cC-f".
3256         (wl-summary-toggle-header-narrowing): New function.
3257
3258         * wl-message.el (wl-message-buffer-create): Call
3259         wl-message-header-narrowing-setup.
3260         (wl-message-redisplay): Call wl-message-header-narrowing.
3261         (wl-message-header-narrowing): New function.
3262         (wl-message-header-narrowing-map): New keymap.
3263         (wl-message-header-narrowing-widen-map): New keymap.
3264         (wl-message-header-narrowing-again-at-mouse): New function.
3265         (wl-message-header-narrowing-1): Ditto.
3266         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3267         (wl-message-header-narrowing-setup): Ditto.
3268         (wl-message-header-narrowing-toggle): Ditto.
3269         
3270         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3271
3272         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3273         'flag as all.
3274         (wl-use-flag-folder-help-echo): New user option.
3275
3276         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3277         wl-summary-highlight as nil.
3278         (wl-summary-set-mark-modified): Follow the API change.
3279         (wl-summary-mark-modified-p): Ditto.
3280         (wl-summary-mark-as-read-all): Ditto.
3281         (wl-summary-sync-marks): Don't call
3282         elmo-folder-list-messages-with-global-mark.
3283         (wl-summary-mark-as-read-internal): Follow the API change.
3284         (wl-summary-mark-as-answered-internal): Ditto.
3285         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3286         Follow the API change.
3287         (wl-summary-create-line): Call with number argument.
3288         (wl-summary-reply): Follow the API change.
3289
3290         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3291         function.
3292         (wl-highlight-summary-line-string): Call it when
3293         wl-use-flag-folder-help-echo is non-nil.
3294         (wl-highlight-summary-current-line): Ditto.
3295         (elmo-flag-folder-referrer): Added autoload setting.
3296
3297         * wl-draft.el (wl-draft-kill): Follow the API change.
3298
3299         * Version number is increased to 2.11.14.
3300         
3301 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3304
3305 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3306
3307         * Version number is increased to 2.11.13.
3308
3309 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3310
3311         * wl-draft.el (wl-draft-previous-history-element): Fixed
3312         unbalanced parenthesis and bind unbound local variables.
3313
3314 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3315
3316         * wl-draft.el (wl-draft-previous-history-element): New function.
3317         (wl-draft-next-history-element): Ditto.
3318         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3319         them to M-p and M-n.
3320
3321 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3322
3323         * Version number is increased to 2.11.12.
3324
3325 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3326
3327         * wl-draft.el (wl-draft-hide): Select buffer-window.
3328
3329 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3330
3331         * wl-summary.el (wl-summary-narrow-to-region): New function.
3332         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3333         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3334         (wl-summary-save-region): Use it.
3335         * wl-action.el (wl-summary-collect-numbers-region)
3336         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3337
3338 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3339
3340         * wl-folder.el (wl-folder-count-incorporates): Don't use
3341         `elmo-msgdb-mark-load'
3342
3343         * Version number is increased to 2.11.11.
3344
3345 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3346
3347         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3348         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3349
3350 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3351
3352         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3353
3354 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3355
3356         * Version number is increased to 2.11.10.
3357
3358 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3359
3360         * wl-mime.el (wl-draft-attribute-value): Fixed.
3361
3362 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3363
3364         * wl-util.el (wl-copy-local-variables): New function.
3365
3366         * wl-mime.el (wl-draft-attribute-recipients): New function.
3367         (wl-draft-attribute-envelope-from): Ditto.
3368         (wl-draft-attribute-smtp-posting-server): Ditto.
3369         (wl-draft-attribute-smtp-posting-port): Ditto.
3370         (wl-draft-attribute-value): Ditto.
3371         (wl-draft-preview-message): Use it to get value for
3372         attributes. Reflect result of `wl-draft-config'.
3373
3374         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3375         and call `wl-summary-mark-as-read' before to call
3376         `wl-summary-unset-mark'.
3377         (wl-summary-target-mark-mark-as-unread): Likewise.
3378         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3379
3380 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3381
3382         * wl-mime.el (wl-draft-preview-message): Use actual value for
3383         attributes; Fix for small window.
3384
3385 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3386
3387         * wl-refile.el (wl-refile-get-field-value): Call
3388         `elmo-message-entity-field' with 3rd argument is non-nil.
3389
3390 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3391
3392         * wl-vars.el (wl-draft-preview-attributes): New user option.
3393         (wl-draft-preview-attributes-list): Ditto.
3394         (wl-draft-preview-attributes-buffer-lines): Ditto.
3395         (wl-draft-preview-attributes-buffer-name): Ditto.
3396
3397         * wl-mime.el (wl-draft-preview-message): Display attributes.
3398
3399 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3400
3401         * wl-summary.el (wl-summary-detect-mark-position): Bind
3402         wl-summary-flag-priority-list to '(new).
3403
3404 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3405
3406         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3407         funtion.
3408         (wl-highlight-summary-line-string): Use it.
3409         (wl-highlight-summary-current-line): Ditto.
3410
3411 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3412
3413         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3414         line even when the mark string is not changed.
3415
3416         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3417         argument change in the wl-summary-create-line.
3418         (wl-thread-insert-entity-sub): Ditto.
3419
3420         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3421         argument change in the wl-summary-create-line.
3422         (wl-summary-insert-sequential): Ditto.
3423         (wl-summary-update-thread): Ditto.
3424         (wl-summary-persistent-mark-string): New inline function.
3425         (wl-summary-message-mark): Use it.
3426         (wl-summary-create-line): Abolish argument wl-persistent-mark
3427         and added wl-flags, wl-cached.
3428
3429         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3430         mark to flags.
3431         (wl-highlight-summary-current-line): Decide the face not by the 
3432         persistent mark but flags.
3433
3434 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3435
3436         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3437         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3438         wl-summary-read-uncached-mark): Revive.
3439         (wl-summary-answered-cached-mark,
3440         wl-summary-answered-uncached-mark): New user option.
3441         (wl-summary-score-marks): Follow the change above.
3442         (wl-summary-auto-refile-skip-marks): Ditto.
3443         (wl-summary-incorporate-marks): Ditto.
3444         (wl-summary-expire-reserve-marks): Ditto.
3445         (wl-summary-flag-priority-list): New user option.
3446
3447         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3448         changes.
3449         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3450         of elmo-message-mark.
3451         (wl-summary-mark-as-read-internal): Ditto.
3452         (wl-summary-mark-as-answered): Ditto.
3453         (wl-summary-mark-as-important): Ditto.
3454         (wl-summary-redisplay-internal): Ditto.
3455         (wl-summary-redisplay-no-mime-internal): Ditto.
3456         (wl-summary-message-mark): New function.
3457         (wl-summary-insert-sequential): Use wl-summary-message-mark
3458         instead of elmo-message-mark.
3459         (wl-summary-update-thread): Ditto.
3460         (wl-summary-persistent-mark): Ditto.
3461         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3462         instead of elmo-message-mark.
3463
3464         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3465         wl-summary-message-mark instead of elmo-message-mark.
3466         (wl-thread-insert-entity-sub): Ditto.
3467         (wl-thread-get-children-msgs-uncached): Ditto.
3468
3469         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3470         variable name changes.
3471         (wl-highlight-summary-current-line): Ditto.
3472
3473         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3474         wl-summary-message-mark instead of elmo-message-mark.
3475
3476         * wl-expire.el (wl-expire-message-p): Ditto.
3477
3478         * wl-score.el (wl-score-headers): Ditto.
3479
3480         * Version number is increased to 2.11.9.
3481
3482         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3483         (wl-summary-sync-update): Follow the change above.
3484         (wl-summary-switch-to-clone-buffer): Ditto.
3485         (wl-summary-open-folder): Ditto.
3486
3487 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3490         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3491
3492         * Version number is increased to 2.11.8.
3493
3494         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3495
3496         * wl-expire.el (wl-expire-refile): Follow the API change on
3497         `elmo-folder-move-messages'.
3498         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3499
3500         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3501         (wl-summary-exec-action-refile): Ditto.
3502         (wl-summary-exec-action-copy): Ditto.
3503         (wl-summary-no-auto-refile-message-p): No use
3504         `wl-summary-buffer-msgdb'.
3505         (wl-summary-auto-refile): Ditto.
3506
3507 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3508
3509         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3510
3511 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3512
3513         * wl-summary.el (wl-summary-sync): Treat no-sync.
3514
3515         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3516         (wl-default-sync-range): Ditto.
3517
3518 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3519
3520         * wl-refile.el (wl-refile-subject-learn): Call
3521         `elmo-message-entity-field' with 3rd argument is non-nil.
3522         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3523         instead of `elmo-msgdb-overview-entity-get-subject'.
3524
3525 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3526
3527         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3528         scan-type is rescan.
3529         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3530         new optional argument force is non-nil.
3531         (wl-summary-save-view-cache): Call it with force argument non-nil.
3532
3533         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3534
3535 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3536
3537         * wl-action.el (wl-summary-print-argument): Fixed last change.
3538
3539 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3540
3541         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3542         simplified.
3543         (wl-summary-target-mark-mark-as-unread): Likewise.
3544         (wl-summary-target-mark-mark-as-important): Likewise.
3545
3546 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3547
3548         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3549         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3550         (wl-summary-mark-as-important-region): Change accordingly.
3551         (wl-summary-target-mark-mark-as-important): Ditto.
3552
3553 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3554
3555         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3556
3557         * wl-action.el (wl-summary-print-argument): Print argument to
3558         right side of window if `wl-summary-print-argument-within-window'
3559         is non-nil.
3560
3561 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3562
3563         * wl-action.el (wl-summary-set-mark): Use
3564         `wl-summary-message-visible-p' to check visibility of the message
3565         and jump to message only when the message line is visible and have
3566         different number; Call wl-summary-unset-mark with number argument.
3567         (wl-summary-unset-mark): 
3568         Use `wl-summary-message-visible-p'
3569         to check visibility of the message and jump to message only when
3570         the message line is visible and have different number;
3571
3572 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3573
3574         * Version number is increased to 2.11.7.
3575
3576         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3577         and wl-folder-summary-line-format.
3578
3579         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3580         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3581         (wl-summary-set-score-mark): Use it.
3582         (wl-summary-target-mark-mark-as-read): Ditto.
3583         (wl-summary-target-mark-mark-as-unread): Ditto.
3584         (wl-summary-target-mark-mark-as-important): Ditto.
3585         (wl-summary-target-mark-msgs): Simplified.
3586         (wl-summary-detect-mark-position): Fixed problem when
3587         summary-line-format no contain persisten/temp mark spec.
3588         (wl-summary-temp-mark): Ditto.
3589         (wl-summary-persistent-mark): Ditto.
3590         (wl-summary-update-persistent-mark): Ditto.
3591
3592         * wl-action.el (wl-summary-set-mark): Ditto.
3593         (wl-summary-unset-mark): Ditto.
3594         All other related portions are changed.
3595
3596 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * Version number is increased to 2.11.6.
3599
3600 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3601
3602         * wl-util.el (wl-current-message-buffer): Define as function;
3603         Don't use the value of wl-messge-buffer.
3604
3605         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3606         persistent mark.
3607
3608         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3609         no current message, cause an error.
3610
3611 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3612
3613         * wl-summary.el (wl-summary-set-message-modified): Use
3614         elmo-folder-set-message-modified instead of
3615         elmo-folder-set-message-modified-internal.
3616
3617 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3620         interactively.
3621         (wl-summary-sync): nokill->entirely.
3622         (wl-summary-sync-marks): Fixed message.
3623         (wl-summary-input-range): Added mark, nokill->entirely.
3624
3625         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3626         messages as read.
3627
3628 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3631         update-noscore.
3632         (wl-summary-sync): Follow the change above.
3633
3634 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3635
3636         * wl-action.el (wl-summary-target-mark-all): Use
3637         elmo-folder-list-messages.
3638
3639 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3640
3641         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3642         (wl-summary-rescan): Set wl-summary-scored as nil.
3643         (wl-summary-sync-force-update): Follow the change above.
3644         (wl-summary-sync): Ditto.
3645         (wl-summary-sync-update): Added argument disable-killed.
3646         (wl-summary-insert-headers): Set visible-only argument for
3647         elmo-folder-list-messages.
3648         (wl-summary-input-range): Added update-nokill, update-noscore,
3649         all-nokill, all-noscore and mark.
3650
3651         * Version number is increased to 2.11.5.
3652
3653         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3654
3655 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3656
3657         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3658         (wl-summary-prefetch-region-no-mark): Change accordingly.
3659         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3660
3661 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3662
3663         * wl-address.el (wl-complete-field-to): Abolished.
3664         (wl-complete-address): Completion function for completing-read.
3665         * wl-action.el (wl-summary-get-resend-address): Use it.
3666
3667         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3668         wl-summary-update-mark and abolish unused argument.
3669         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3670         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3671         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3672         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3673         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3674         * wl-draft.el (wl-draft-kill): Ditto.
3675
3676         * wl-summary.el: Remove unused binding of case-fold-search.
3677         (wl-summary-replace-status-marks): Abolished.
3678
3679 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3680
3681         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3682         is specified or folder length is zero.
3683
3684 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3685
3686         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3687         (wl-folder-archive-current-entity): Ditto.
3688
3689 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3690
3691         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3692         retrieving message mark.
3693         (wl-summary-redisplay-internal): Ditto.
3694
3695         * wl-message.el (wl-message-buffer-display): Ignore errors while
3696         retrieving message-id field.
3697
3698         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3699         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3700         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3701         order of the arguments for `wl-expire-message-p'.
3702         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3703
3704         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3705         Check return value of wl-summary-reply.
3706         (wl-summary-reply): Recover window configuration when an error occured.
3707
3708 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3709
3710         * wl-summary.el (wl-summary-resend-message): Abolished, the
3711         feature is inherited by wl-summary-resend (put resend mark).
3712
3713 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3714
3715         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3716         wl-message-buffer to nil when the message is hide.
3717
3718 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3719
3720         * .cvsignore: New file.
3721
3722 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3723
3724         * wl-action.el (wl-summary-action-docstring): Add more info.
3725         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3726         duplicate definition.
3727         (wl-summary-define-mark-action): Functions wl-summary-*-region
3728         keep current position.
3729         (wl-summary-unregister-target-mark): Store result to the variable.
3730
3731 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3732
3733         * Version number is increased to 2.11.4.
3734
3735 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3736
3737         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3738         wl-summary-delete-all-temp-marks.
3739         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3740
3741         * wl-action.el (wl-summary-set-mark): Changed terminology
3742         refile-destination -> action-argument.
3743         (wl-summary-unset-mark): Ditto.
3744         (wl-summary-remove-argument): Ditto.
3745         (wl-summary-print-argument): Ditto.
3746
3747         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3748         (wl-thread-remove-argument-region): Ditto.
3749         (wl-thread-print-argument-region): Ditto.
3750         (wl-thread-close): Ditto.
3751         (wl-thread-open): Ditto.
3752
3753         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3754         (wl-highlight-refile-destination-face is abolished)
3755         (wl-highlight-action-argument-string): Ditto.
3756         (wl-highlight-summary-current-line): Highlight action argument.
3757
3758         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3759         color for light backgrounds.
3760         (wl-highlight-summary-answered-face): Ditto.
3761
3762 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3763
3764         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3765
3766         * wl-score.el (wl-summary-score-update-all-lines): Use
3767         wl-summary-set-mark.
3768         (wl-summary-score-update-all-lines): Kill expunged messages.
3769
3770         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3771
3772 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3775         directly.
3776         (wl-score-overview-entity-get-lines): Ditto.
3777         (wl-score-overview-entity-get-xref): Ditto.
3778         (wl-score-get-latest-msgs): Ditto.
3779         (wl-summary-rescore): Ditto.
3780
3781         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3782         to "&".
3783         (wl-summary-mark-as-answered-internal): New inline function.
3784         (wl-summary-mark-as-answered): New function.
3785         (wl-summary-mark-as-unanswered): Ditto.
3786         (wl-summary-sync-marks): Modified for answered-mark synching.
3787
3788 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3789
3790         * wl-action.el (wl-summary-set-mark): Fixed last change.
3791
3792 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3793
3794         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3795         behavior of wl-summary-unread-message-hook
3796         (Pointed out by akira yamada <akira@arika.org>).
3797
3798 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3799
3800         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3801         wl-summary-delete.
3802         * wl-xmas.el (wl-summary-toolbar): Ditto.
3803
3804         * wl-action.el (wl-summary-set-mark): Don't override current
3805         temp-mark.
3806
3807         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3808
3809 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3810
3811         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3812         (wl-refile-msgid-learn): Ditto.
3813         (wl-refile-get-field-value): Ditto.
3814
3815         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3816
3817         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3818         (wl-expire-delete-reserved-messages): Renamed from
3819         wl-expire-reserve-marked-msgs-from-list.
3820         (wl-expire-delete): Removed argument `msgdb'.
3821         (wl-expire-refile): Ditto.
3822         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3823         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3824         mark-alist as argument.
3825         (wl-expire-archive-number1): Removed argument `msgdb'.
3826         (wl-expire-archive-number2): Ditto.
3827         (wl-expire-archive-date): Ditto.
3828         (wl-expire-localdir-date): Ditto.
3829         (wl-expire-hide): Ditto.
3830         (wl-archive-number1): Ditto.
3831         (wl-archive-number2): Ditto.
3832         (wl-archive-date): Ditto.
3833         (wl-archive-folder): Ditto.
3834         All other related portions are changed.
3835
3836 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3837
3838         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3839         mean move up and down. (suggested by Takashi Kawachi)
3840
3841 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3842
3843         * wl-acap.el (toplevel): Don't require un-define.
3844
3845 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3846
3847         * wl-thread.el (wl-thread-delete-message): Always update
3848         wl-summary-buffer-number-list.
3849
3850         * wl-action.el (wl-summary-print-destination): 
3851         Do nothing when folder is nil.
3852
3853 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3854
3855         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3856         persistent mark when prefetch is succeeded.
3857
3858 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3859
3860         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3861         instead of elmo-msgdb-delete-msgs.
3862         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3863         (wl-expire-hide): Ditto.
3864
3865         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3866
3867         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3868         elmo-msgdb interface.
3869         (wl-thread-get-exist-children): Likewise.
3870         (wl-thread-insert-message): Likewise.
3871         (wl-thread-msg-mark-as-important): Likewise.
3872         (wl-thread-insert-entity-sub): Likewise.
3873         (wl-thread-get-children-msgs-uncached): Likewise.
3874
3875         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3876         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3877         (wl-summary-sync-update): Likewise.
3878         (wl-summary-auto-select-msg-p): Likewise.
3879         (wl-summary-update-thread): Likewise.
3880         (wl-summary-mark-as-important): Likewise.
3881         (wl-summary-jump-to-msg-internal): Likewise.
3882         (wl-summary-redisplay-internal): Likewise.
3883         (wl-summary-print-message-with-ps-print): Likewise.
3884         (wl-summary-folder-info-update): Likewise.
3885
3886         * wl-folder.el (wl-folder-check-one-entity):
3887         elmo-folder-count-flags instead of wl-summary-count-unread.
3888
3889         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3890
3891         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3892
3893         * wl-summary.el (wl-summary-set-message-modified): 
3894         Call wl-summary-set-mark-modified.
3895         (wl-summary-delete-messages-on-buffer): Call
3896         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3897         (wl-summary-sync-update): Call elmo-folder-length instead of
3898         elmo-folder-messages.
3899         (wl-summary-insert-headers): Don't call
3900         elmo-folder-list-message-entities.
3901
3902 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3903
3904         * wl-action.el (wl-summary-define-mark-action): Call
3905         `wl-summary-set-mark' with argument `data'.
3906         (wl-summary-auto-refile): Fixed order of arguments when call
3907         `wl-summary-refile'.
3908
3909 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3910
3911         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3912
3913         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3914
3915         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3916         (Renamed from wl-highlight-summary-deleted-face).
3917         (wl-highlight-summary-resend-face): New face.
3918
3919         (wl-highlight-summary-deleted-face): Renamed from
3920         wl-highlight-summary-erased-face.
3921
3922         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3923
3924         * wl-action.el (wl-summary-get-resend-address): New function.
3925         (wl-summary-exec-action-resend): Ditto.
3926         (wl-summary-exec-action-resend-subr): Ditto.
3927
3928         * w-thread.el (wl-thread-copy): Removed definition.
3929         (wl-thread-refile): Ditto.
3930         (wl-thread-delete): Ditto.
3931         (wl-thread-target-mark): Ditto.
3932
3933         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3934         (wl-summary-target-mark-set-action): Fixed.
3935         (wl-summary-define-mark-action): Fixed quotation.
3936         (wl-summary-move-mark-list-messages): Display message.
3937         (wl-summary-define-mark-action): Define thread functions.
3938         (wl-summary-exec-action-refile): Changed message.
3939         (wl-summary-exec): Ditto.
3940
3941 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3942         
3943         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3944         '%%'.
3945
3946 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3947
3948         * wl.el (toplevel): Require wl-action.
3949         (wl-init): Call wl-summary-define-mark-action.
3950
3951         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3952
3953         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3954         wl-summary-delete and wl-summary-erase.
3955         (wl-summary-mode-map): Ditto.
3956
3957         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3958         wl-delete-folder-alist.
3959
3960         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3961         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3962         (toplevel): Moved mark & action related functions to the wl-action.el.
3963
3964         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3965         in wl-summary-mark-action-list.
3966         (wl-highlight-summary-current-line): Ditto.
3967
3968         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3969         empty lines.
3970
3971         * wl-action.el: New file. 
3972
3973 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3974
3975         * wl-summary.el (wl-summary-target-mark-replace): New function.
3976         (wl-summary-target-mark-prefetch): Use it.
3977         (wl-summary-target-mark-delete): Ditto.
3978         (toplevel): Rearranged definition order.
3979         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3980         (wl-summary-target-mark-erase): Rewrite.
3981         (wl-summary-erase-region): New function.
3982         (wl-summary-exec-action-erase): Changed message.
3983         (wl-summary-move-mark-list-messages): New function.
3984         (wl-summary-exec-action-delete): Use it.
3985         (wl-summary-exec-action-erase): Ditto.
3986
3987         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3988         (wl-summary-skip-mark-list): Added "d".
3989
3990         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3991         while searching.
3992
3993         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3994         and define using defcustom;
3995         Define 4th element as a face.
3996         
3997         * wl-summary.el (wl-summary-incorporate): Use 
3998         `wl-summary-prefetch-region-no-mark' instead of
3999         `wl-summary-prefetch-region'.
4000         (wl-summary-prefetch-region-no-mark): Revival of old
4001         `wl-summary-prefetch-region'.
4002         (wl-summary-mark-action-list): Moved to wl-vars.el
4003
4004         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4005         face according to the `wl-summary-mark-action-list'.
4006         (wl-highlight-summary-current-line): Ditto;
4007         Removed destination highlighting.
4008
4009         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4010         (wl-highlight-summary-line-string): Highlight for "i" mark.
4011         (wl-highlight-summary-current-line): Ditto.
4012
4013         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4014         no destination.
4015
4016         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4017         exists, just go ahead.
4018         (wl-summary-prefetch-region): Rewrite.
4019         (wl-summary-prefetch): Ditto.
4020         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4021         (wl-summary-exec-action-prefetch): New function.
4022         (wl-summary-target-mark-prefetch): Rewrite.
4023
4024 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4025
4026         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4027         (wl-highlight-summary-line-string): Added "d" and "D".
4028         (wl-highlight-summary-current-line): Ditto.
4029
4030         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4031         in wl-summary.el.
4032         (wl-thread-insert-entity-sub): Ditto.
4033         (wl-thread-remove-destination-region): Ditto.
4034         (wl-thread-print-destination-region): Ditto.
4035
4036         * wl-summary.el (wl-summary-buffer-refile-list,
4037         wl-summary-buffer-delete-list,
4038         wl-summary-buffer-copy-list): Abolish.
4039         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4040         All other related portions are changed.
4041         (wl-summary-mark-action-list): New variable.
4042         (wl-summary-set-mark): New function.
4043         (wl-summary-register-target-mark): Ditto.
4044         (wl-summary-unregister-target-mark): Ditto.
4045         (wl-summary-have-target-mark-p): Ditto.
4046         (wl-summary-register-temp-mark): Ditto.
4047         (wl-summary-unregister-temp-mark): Ditto.
4048         (wl-summary-registered-temp-mark): Ditto.
4049         (wl-summary-collect-temp-mark): Ditto.
4050         (wl-summary-unset-mark): Ditto.
4051         (wl-summary-set-target-mark): Ditto.
4052         (wl-summary-unset-target-mark): Ditto.
4053         (wl-summary-set-action-generic): Ditto.
4054         (wl-summary-unset-action-generic): Ditto.
4055         (wl-summary-exec-action-delete): Ditto.
4056         (wl-summary-exec-action-erase): Ditto.
4057         (wl-summary-set-action-refile): Ditto.
4058         (wl-summary-set-action-refile-subr): Ditto.
4059         (wl-summary-unset-action-refile): Ditto.
4060         (wl-summary-make-destination-numbers-list): Ditto.
4061         (wl-summary-exec-action-refile): Ditto.
4062         (wl-summary-set-action-copy): Ditto.
4063         (wl-summary-unset-action-copy): Ditto.
4064         (wl-summary-exec-action-copy): Ditto.
4065         (wl-summary-collect-numbers-region): Ditto.
4066         (wl-summary-delete): Rewrite.
4067         (wl-summary-erase): Ditto.
4068         (wl-summary-remove-destination): Ditto.
4069         (wl-summary-exec): Ditto.
4070         (wl-summary-exec-region): Ditto.
4071         (wl-summary-target-mark-erase): Ditto.
4072         (wl-summary-refile): Ditto.
4073         (wl-summary-copy): Ditto.
4074         (wl-summary-unmark): Ditto.
4075         (wl-summary-delete-all-mark): Ditto.
4076         (wl-summary-mark-line): Don't highlight.
4077         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4078         (wl-summary-target-mark-refile-subr): Rewrite.
4079
4080         (wl-summary-copy-prev-destination): Abolish.
4081
4082 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4083
4084         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4085         default values along the value of wl-on-mule.
4086         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4087         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4088         It is not used anywhere.
4089
4090 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4091
4092         * wl-summary.el (wl-summary-print-destination): Keep position.
4093         (wl-summary-cursor-move-surface): Keep horizontal position.
4094
4095 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4096
4097         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4098         write sendlog.
4099
4100 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4101
4102         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4103         `wl-summary-highlight'.
4104
4105 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4106
4107         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4108         trivial condition for temp-mark.
4109
4110 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4111
4112         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4113         when it hits killed buffer.
4114
4115 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4116
4117         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4118         * wl-news.el.in: `message' and `error' take format string.
4119
4120 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4121
4122         * wl-folder (wl-folder-insert-entity): Display a message,
4123         `...done', when the work finish.
4124         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4125
4126 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4127
4128         * wl-message.el (wl-message-redisplay): Remove unused local
4129         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4130
4131 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4132
4133         * wl-summary.el (wl-summary-replace-status-marks): Disable
4134         interactive use.
4135         (wl-summary-reedit): Check message existence at first.
4136         (wl-summary-mark-line): Fix doc, return value is indefinite.
4137
4138         * wl-highlight.el (wl-highlight-message): Arranged.
4139
4140         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4141         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4142         check temp-mark by wl-summary-temp-mark always.
4143         (wl-highlight-summary): Change accordingly.
4144         * wl-summary.el (wl-summary-mark-as-read-all)
4145         (wl-summary-delete-cache, wl-summary-set-score-mark)
4146         (wl-summary-mark-as-unread, wl-summary-unmark)
4147         (wl-summary-mark-line, wl-summary-mark-as-read)
4148         (wl-summary-mark-as-important): Ditto.
4149
4150         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4151         end of the window if possible.
4152         * wl-summary.el (wl-summary-sync-update): Support lazy
4153         highlighting.
4154         (wl-summary-toggle-disp-msg): Ditto.
4155
4156 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4157
4158         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4159
4160 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4161
4162         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4163         change.
4164
4165 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4166
4167         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4168         API.
4169         (wl-summary-sync-update): Ditto.
4170
4171         * wl-score.el (wl-score-get-score-alist): Changed argument.
4172         (wl-summary-rescore-msgs): Likewise.
4173         (wl-summary-score-headers): Likewise.
4174         (wl-score-headers): Likewise;
4175         Use elmo-folder-do-each-message-entity, etc.
4176         (wl-summary-score-effect): Follow the changes above.
4177         (wl-summary-rescore): Ditto.
4178         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4179         (wl-score-get-overview): Abolish.
4180
4181         * wl-summary.el (wl-summary-default-from): Follow the API change in
4182         elmo-msgdb.
4183         (wl-summary-count-unread): Ditto.
4184         (wl-summary-detect-mark-position): Ditto.
4185         (wl-summary-overview-entity-compare-by-date): Ditto.
4186         (wl-summary-overview-entity-compare-by-number): Ditto.
4187         (wl-summary-overview-entity-compare-by-from): Ditto.
4188         (wl-summary-overview-entity-compare-by-subject): Ditto.
4189         (wl-summary-get-list-info): Ditto.
4190         (wl-summary-rescan): Ditto.
4191         (wl-summary-jump-to-msg-by-message-id): Ditto.
4192         (wl-summary-sync-update): Ditto; Removed comment.
4193         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4194         (wl-summary-insert-message): Use wl-summary-insert
4195         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4196         (wl-summary-insert-headers): Changed argument overview to folder.
4197         (wl-summary-search-by-subject): Likewise.
4198         (wl-summary-insert-thread): Renamed from 
4199         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4200
4201         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4202         too.
4203
4204         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4205         wl-string-member.
4206
4207 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4210         elmo-folder-append-buffer.
4211         (wl-draft-queue-append): Likewise.
4212
4213         * wl-mime.el (wl-message-delete-current-part): Ditto.
4214         (wl-summary-burst-subr): Ditto.
4215
4216         * wl-news.el.in (wl-news-send-news): Ditto.
4217
4218 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4219
4220         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4221         function.
4222         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4223         (wl-summary-update-mark): Enclose with save-excursion.
4224         (wl-summary-mark-as-read-internal): Fixed last change.
4225         (wl-summary-mark-as-important): Use 3rd argument of
4226         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4227         Don't use elmo-msgdb-set-mark.
4228         (wl-summary-redisplay-internal): If msgdb flag is already read,
4229         just update the mark on buffer.
4230
4231 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4232
4233         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4234         cut visible folder when elmo-folder-delete returns non-nil value.
4235
4236 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4237
4238         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4239         by Kenichi OKADA <okada@opaopa.org>).
4240
4241 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4242
4243         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4244
4245 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4246
4247         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4248         Fixed the last change, search group entity by its real name.
4249         (Thanks to: KOBAYASHI Shinji)
4250
4251 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4252
4253         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4254         (wl-fldmgr-access-display-all): Don't refer visible name.
4255         * wl-expire.el (wl-folder-archive-current-entity)
4256         (wl-folder-expire-current-entity): Ditto.
4257         * wl-folder.el (wl-folder-jump-to-current-entity)
4258         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4259         (wl-folder-open-folder-sub,wl-folder-open-all)
4260         (wl-folder-write-current-folder): Ditto.
4261         (wl-folder-insert-entity): Don't use petname for normal group.
4262         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4263         is the real name.
4264         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4265         Abolished.
4266
4267 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4268
4269         * wl-draft.el (wl-draft-create-buffer): Add
4270         `wl-summary-reply-with-citation'
4271
4272 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4273
4274         * wl-draft.el (wl-draft-reply): Fixed.
4275
4276 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4277
4278         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4279         when `wl-draft-send-confirm-with-preview' is non-nil.
4280         You can scroll up/down by j/k.
4281         (wl-draft-send-confirm-with-preview): New variable (default=t).
4282
4283 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4284
4285         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4286         (wl-fldmgr-save-folders): Fix comment.
4287
4288 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4289
4290         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4291         along the last change in `wl-folder-buffer-group-p'.
4292
4293 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4294
4295         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4296         folder.
4297
4298         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4299         the default value.
4300
4301         * wl-mime.el (wl-summary-burst): Update summary only when target
4302         folder equals current folder.
4303
4304 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4305
4306         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4307
4308 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4309
4310         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4311         value.
4312
4313 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4316         `map-extents' instead of `extent-at' repeatedly.
4317         (wl-highlight-folder-current-line): Ditto.
4318
4319         * wl-highlight.el: Remove useless dummy functions.
4320
4321 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4322
4323         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4324         (wl-folder-put-folder-property): New function to put text property.
4325         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4326         (wl-folder-insert-entity, wl-folder-update-diff-line)
4327         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4328         * wl-e21.el, wl-xmas.el, wl-mule.el
4329         (wl-highlight-folder-current-line): Ditto.
4330         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4331         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4332         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4333         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4334
4335 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4336
4337         * Version number is increased to 2.11.3.
4338
4339 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4342         Resume current-buffer since it is assumed by remaining tasks.
4343
4344 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4347         (wl-folder-completion-function): Abolished.
4348         (wl-folder-complete-folder): New function.
4349         (wl-folder-complete-filter-condition): Ditto.
4350         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4351         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4352
4353 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4354
4355         * wl-draft.el (wl-draft-send-confirm): New function.
4356         (wl-draft-send): Use it.
4357
4358         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4359         cursor-in-echo-area while confirming.
4360
4361         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4362
4363         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4364         searching via nntp if wl-summary-search-via-nntp is 'force.
4365         Otherwise, invoke searching in nntp folder only.
4366         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4367
4368         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4369         explicitly for mime-make-text-tag.
4370
4371 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4372
4373         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4374         `mime-make-text-tag' instead of `mime-create-tag'.
4375
4376 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4379         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4380
4381 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * wl-score.el (wl-score-save): Bind print-length and print-level.
4384         (wl-score-pretty-print): Ditto.
4385         (wl-score-edit-insert-header-entry): Ditto.
4386
4387         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4388         "From" entry to be treated with wl-draft-eword-encode-address-list.
4389         * wl-mime.el (wl-draft-preview-message): Ditto.
4390
4391         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4392         (wl-summary-mark-as-unread): Ditto.
4393         (wl-summary-mark-as-read-region): Change accordingly.
4394         (wl-summary-mark-as-unread-region): Ditto.
4395         (wl-summary-target-mark-mark-as-read): Ditto.
4396         (wl-summary-target-mark-mark-as-unread): Ditto.
4397
4398 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * Version number is increased to 2.11.2.
4401
4402 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-news.el.in (wl-news-previous-version-save): Bind
4405         print-length and print-level.
4406         * wl-thread.el (wl-thread-save-entities): Ditto.
4407         (wl-thread-save-top-list): Bind print-length.
4408
4409 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4410
4411         * wl-highlight.el (wl-highlight-summary-line-string): Use
4412         wl-summary-score-below-mark, wl-summary-score-over-mark.
4413         (wl-highlight-summary-current-line): Ditto.
4414
4415 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4418         insert it.
4419
4420 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4421
4422         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4423
4424 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4427         message without msgid.
4428         Rewrite with elmo-folder-move-messages.
4429         Set wl-message-buffer to nil.
4430
4431         * wl-summary.el (wl-summary-erase-subr): New function. Use
4432         elmo-folder-move-messages.
4433         (wl-summary-erase): Call it.
4434         (wl-summary-target-mark-erase): Ditto.
4435
4436 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4437
4438         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4439         it is not up-tp-date.
4440
4441 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4444         buffer after calling `wl-summary-goto-folder-subr' without the
4445         argument `interactive'.
4446         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4447
4448 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4449
4450         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4451         `mime-create-tag'. Use `string=' instead of `looking-at'.
4452
4453 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4456         to avoid compile warning.
4457
4458         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4459         entity-id when folder is given.
4460         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4461         save-excursion, use save-selected-window instead.
4462         Select folder buffer window if exists.
4463         (To correct behavior with wl-folder-move-cur-folder.)
4464
4465 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4466
4467         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4468
4469 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4470
4471         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4472         list-count instead of %d.
4473
4474 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4477         (wl-news): Set it.
4478         (wl-news-append-to-folder): Use it.
4479
4480         * wl-news.el.in (wl-news-send-news): Append to specified folder
4481         instead of wl-default-folder.
4482         (wl-news-append-to-folder): Show error message with specified folder.
4483
4484         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4485                 In most major modes, Emacs assumes that any opening
4486                 delimiter found at the left margin is the start of a
4487                 top-level definition, or defun. Therefore, *never put an
4488                 opening delimiter at the left margin unless it should have
4489                 that significance.*
4490
4491         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4492
4493 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4494
4495         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4496
4497 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4498
4499         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4500
4501 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4502
4503         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4504         for sequential numbering case.
4505
4506 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4507
4508         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4509         value.
4510         (wl-draft-reply-without-argument-list): Ditto.
4511         (wl-draft-reply-myself-with-argument-list): Abolish.
4512         (wl-draft-reply-myself-without-argument-list): Ditto.
4513         * wl-draft.el (wl-draft-self-reply-p): New function.
4514         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4515
4516 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4517
4518         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4519         (avoid error for the case without byte-compiling)
4520
4521 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4522
4523         * wl-news.el.in (wl-news-append-to-folder): New function.
4524         (wl-news-exit): Rewrite.
4525         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4526
4527 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4528
4529         * wl-draft.el (wl-draft-reply-position): New function.
4530         (wl-draft-reply-position): Fix.
4531         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4532         (wl-summary-target-mark-reply-with-citation): Ditto.
4533         (wl-summary-reply-with-citation): Ditto.
4534         * wl-vars.el (wl-draft-reply-default-position): New variable.
4535
4536 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4537
4538         * wl-draft.el (wl-draft-send): Preview when interactive send.
4539
4540 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4541
4542         * wl-draft.el (wl-draft-reply): Set default position.
4543         * wl-summary.el (wl-summary-reply): Ditto.
4544         (wl-summary-reply-with-citation): Ditto.
4545         (wl-summary-target-mark-reply-with-citation): Ditto.
4546
4547 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-news.el.in (wl-news-lang): Set default value according to
4550         current-language-environment.
4551         (wl-news-append-news): Do nothing when news-list is nil.
4552
4553 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4554
4555         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4556         (wl-news): Change message.
4557         (wl-news-exit): Check buffer.
4558         (wl-news-force-exit): New function.
4559         (wl-news-show-all): New function.
4560         (wl-news-discard-and-exit): Fix.
4561
4562 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4565         according to current-language-environment.
4566
4567         * wl-news.el.in (wl-news): If arg, show all NEWS after
4568         wl-news-default-previous-version.
4569
4570 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4571
4572         * wl-news.el.in (wl-news-check): Rewritten.
4573         (wl-news-previous-version-load): Change data type.
4574         (wl-news-previous-version-save): Change data type.
4575         (wl-news-append-news): Add return value.
4576         (wl-news-check-news): New function.
4577         (wl-news-already-current-p): New function.
4578         (wl-news-send-news): Rewritten.
4579         (wl-news-mode-map): Add new keybind.
4580         (wl-news): Rewritten.
4581         (wl-news-exit): Rewritten.
4582         (wl-news-discard-and-mail): New function.
4583         (wl-news-send-to-address): Abolished.
4584         * wl.el (wl-init): Delete a message.
4585
4586 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4587
4588         * wl-news.el.in (wl-news-exit): Update previous version.
4589         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4590
4591 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4592
4593         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4594
4595 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4596
4597         * wl-news.el.in (wl-news): New function.
4598         (wl-news-mode): New function.
4599         (wl-news-next-line): New function.
4600         (wl-news-next-page): New function.
4601         (wl-news-exit): New function.
4602         (wl-news-buf-name): New variable.
4603         (wl-news-mode-map): New variable.
4604         (wl-news-winconf): New variable.
4605         (wl-news-append-news): Add an option.
4606
4607 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4608
4609         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4610
4611 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4612
4613         * wl-news.el.in (wl-news-send-to-address): New variable.
4614         (wl-news-send-news): Use it.
4615         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4616         Return updating status.
4617         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4618
4619 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4620
4621         * wl-news.el.in (wl-news-send-news): Delete
4622         Organization and X-Face.
4623
4624 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4625
4626         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4627         (wl-news-append-news): New function.
4628         (wl-news-send-news): New function.
4629
4630 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4631
4632         * Version number is increased to 2.11.1.
4633
4634 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4635
4636         * wl-news.el.in : New file.
4637
4638 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4639
4640         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4641         default value.
4642         (wl-draft-reply-without-argument-list): Ditto.
4643
4644 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4645
4646         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4647         (wl-message-buffer-prefetch-idle-time): Ditto.
4648         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4649
4650 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4651
4652         * wl-thread.el (wl-thread-insert-message): Use
4653         wl-summary-max-thread-depth.
4654
4655         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4656         loop detection.
4657
4658         * wl-message.el (wl-message-buffer-display): Back to the first page
4659         when cache is hit.
4660
4661 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4662
4663         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4664
4665         * wl-summary.el (wl-summary-insert-thread-entity):
4666         If the thread depth is reached to wl-summary-max-thread-depth,
4667         divide the thread.
4668
4669 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4670
4671         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4672         for elmo-remove-passwd.
4673
4674 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4675
4676         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4677         folder is sticky.
4678         (wl-folder-mark-as-read-all-entity): Ditto.
4679         (wl-folder-prefetch-entity): Ditto.
4680
4681 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4682
4683         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4684
4685 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4688         Delete messages on buffer for unplugged operation.
4689         (wl-summary-erase): Ditto.
4690
4691 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4692
4693         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4694         take nil so as not to search parent by subject.
4695
4696 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4697
4698         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4699         (wl-folder-get-next-folder): Ditto.
4700         (wl-folder-get-path): Ditto.
4701
4702 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4703
4704         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4705         system and encode the region with it before verifying.
4706
4707 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4708
4709         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4710         system of the echo buffer before decoding.
4711
4712 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4713
4714         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4715         original contents.
4716
4717 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4718
4719         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4720         with argument 'any-exists.
4721
4722 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4723
4724         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4725         Use `wl-cs-autoconv'.
4726
4727 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4728
4729         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4730         by `mime-view-automatic-conversion'.
4731
4732         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4733         (wl-message-verify-pgp-nonmime): Ditto.
4734         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4735         Bind them to C-c:d and C-c:v respectively.
4736
4737         Merge following code by Teranishi-san from [wl-en:00167].
4738         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4739         (wl-mime-preview-application/pgp-encrypted): Ditto.
4740         (wl-mime-setup): Add entry.
4741
4742 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4743
4744         * wl-summary.el (wl-summary-target-mark-erase): New function.
4745         Bind it to "mD".
4746
4747 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4748
4749         * wl-vars.el (wl-draft-write-file-function): Fix.
4750         (wl-draft-reedit-hook): Changed default value.
4751
4752         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4753         wl-draft-reedit-hook.
4754         (wl-draft-remove-text-plain-tag): New function.
4755         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4756
4757         * wl-vars.el (wl-draft-write-file-function): New user option.
4758
4759         * wl-draft.el (wl-draft-prepare-edit): Use it for
4760         local-write-file-hooks.
4761         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4762
4763         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4764         (wl-draft-insert-mail-header-separator): Return the body beginning
4765         point.
4766         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4767         text/plain.
4768         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4769
4770 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4771
4772         * wl-summary.el (wl-summary-erase): New function to erase message
4773         without moving it to trash. Bind to "D".
4774
4775         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4776         as `keep' unless switch-function.
4777
4778 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4781         message buffer by using `wl-summary-toggle-disp-msg'.
4782         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4783         buffer window.
4784         (wl-summary-supresedes-message): Ditto.
4785
4786         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4787         Do not delete other windows.
4788         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4789         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4790         (wl-draft-create-buffer): Set reply-or-forward also for target
4791         mark commands.
4792
4793 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4794
4795         * wl-draft.el (wl-user-agent-compose): Delete special case for
4796         switch-to-buffer-other-window.
4797
4798         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4799         (wl-summary-forward): Ditto.
4800
4801         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4802         function.
4803         (wl-draft-buffer-style): New use option.
4804
4805         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4806         (wl-draft): Follow the change above.
4807         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4808         wl-draft-buffer-style.
4809         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4810         switch-function.
4811
4812 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4813
4814         * wl-address.el (wl-address-make-completion-entry): Extracted from
4815         `wl-address-make-completion-list'.
4816         (wl-address-enable-strict-loading): New variable.
4817         (wl-address-make-completion-list): Revive petname duplication
4818         inquiry, and enable it if `wl-address-enable-strict-loading'.
4819         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4820
4821 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4822
4823         * wl-message.el (wl-message-get-original-buffer): Avoid
4824         'Selecting deleted buffer' error when original buffer is killed.
4825
4826 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * wl-summary.el (wl-summary-next-message): Use
4829         elmo-message-accessible-p instead of elmo-message-cached-p.
4830
4831 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4832
4833         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4834
4835         * wl-thread.el (wl-thread-open-all-unread): Use
4836         elmo-folder-list-flagged instead of
4837         elmo-folder-list-messages-mark-match.
4838
4839         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4840         instead of elmo-folder-list-messages-mark-match.
4841         (wl-summary-move-spec-alist): New variable.
4842         (wl-summary-move-spec-plugged-alist,
4843         wl-summary-move-spec-unplugged-alist): Abolish.
4844         (wl-summary-next-message): Follow the change above.
4845         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4846         with 'no-msg' argument.
4847
4848         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4849         variable.
4850         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4851         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4852         (wl-message-buffer-prefetch-get-next): Follow the change above.
4853
4854 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4855
4856         * wl-version.el (wl-version): Changed codename.
4857
4858         * Version number is increased to 2.11.0.
4859
4860 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4861
4862         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4863         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4864         `wl-draft-config-variables'.
4865         (wl-draft-kill): Fixed problem when the draft is reedit.
4866
4867 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4870         buffer-modified status (Thanks to
4871         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4872
4873 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4874
4875         * wl-util.el (wl-region-exists-p): New function.
4876
4877         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4878         Remove defvars for byte-compile warnings.
4879
4880 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4881
4882         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4883         defvar-maybe. Removed unused bind.
4884
4885 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4886
4887         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4888         summary buffer window before creating new frame.
4889         (wl-draft-reply): Ditto.
4890
4891 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4892
4893         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4894
4895 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4896
4897         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4898
4899 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4900
4901         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4902         instead of `kill-region'.
4903
4904 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4905
4906         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4907         (wl-highlight-summary-line-string): Use it.
4908         (wl-highlight-summary-current-line): Ditto.
4909
4910         * wl-mime.el (wl-message-delete-current-part): Check the class of
4911         mime-entity.
4912
4913         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4914
4915         * wl-summary.el (wl-summary-make-number-list): Initialize.
4916         (wl-summary-update-mark): New function.
4917         (wl-summary-reply): Put `answered' mark on the message.
4918         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4919
4920         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4921         (wl-draft-reply): Added optional argument `number';
4922         Set wl-draft-parent-number.
4923         (wl-draft-kill): Delete answered mark if it is a reply.
4924
4925 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4928         that originates in mime-preview-follow-current-entity.
4929         (wl-draft-yank-current-message-entity): Use it if region is active.
4930
4931         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4932         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4933         `wl-message-delete-current-part'.
4934         * wl-mule.el (wl-message-define-keymap): Ditto.
4935         * wl-xmas.el (wl-message-define-keymap): Ditto.
4936
4937 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4938
4939         * wl-mime.el (wl-message-delete-current-part): New function.
4940         (wl-mime-node-id-to-string): Ditto.
4941
4942         * wl-mime.el (wl-message-delete-current-part): Use existing
4943         original buffer which corresponds current mime-view buffer.
4944         (fetched buffer might have different structure, possibly)
4945
4946         * wl-mime.el (wl-message-delete-current-part): Quit if the
4947         message content differs from the actual message.
4948
4949 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4950
4951         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4952         order.
4953         (wl-summary-search-by-subject): Search parent message from tail;
4954         Check the existence of the parent message on the current thread tree.
4955         (wl-summary-update-thread): Check whether the line is inserted.
4956
4957 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4958
4959         * wl-vars.el (wl-summary-line-format): Undo last change.
4960         * wl-summary.el (wl-summary-print-destination): Do not put
4961         invisible property when `wl-summary-width' is nil.
4962         (wl-summary-line-subject-minimum-length): Abolished.
4963         (wl-summary-line-subject): Ditto.
4964
4965 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-vars.el (wl-summary-line-format): Change default value.
4968         (wl-summary-subject-length-limit): Abolished.
4969         * wl-summary.el (wl-summary-line-subject): Ditto.
4970
4971 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4972
4973         * wl-template.el (wl-template-select): Added optional argument.
4974         If optional argument is specified, reverse
4975         `wl-template-visible-select'.
4976
4977 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4978
4979         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4980         Take prefix argument to force asking the destination folder.
4981
4982 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4983
4984         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4985         count and update status.
4986
4987 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4988
4989         * wl-summary.el (wl-summary-redisplay-internal): If
4990         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4991         after fetching.
4992
4993 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4994
4995         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4996         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4997
4998         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4999
5000 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5001
5002         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5003         (All other related portions are changed).
5004         (wl-summary-mark-as-read-all): Rewrite.
5005
5006 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5009         `wl-summary-mark-as-read'.
5010         (wl-summary-mark-as-unread): Rewrite.
5011         (wl-summary-mark-as-read): Added no-modeline argument.
5012         (wl-summary-resume-cache-status): Rewrite.
5013         (wl-summary-exec-subr): Remove unused local variable.
5014
5015 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5016
5017         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5018         logic to call `wl-summary-buffer-prev-folder-function'.
5019         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5020
5021 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5022
5023         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5024         is nil.
5025
5026 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5027
5028         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5029         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5030         (wl-mime-setup): Add its entry.
5031
5032 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5033
5034         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5035         (wl-summary-delete-cache): Likewise.
5036         (wl-summary-mark-as-read): Rewrite.
5037
5038 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5039
5040         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5041         `wl-summary-count-unread'.
5042
5043         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5044
5045         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5046
5047 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5048
5049         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5050         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5051         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5052         Renamed to the elmo-msgdb-*-mark.
5053         (wl-summary-score-marks): Follow the change above.
5054         (wl-summary-auto-refile-skip-marks): Ditto.
5055         (wl-summary-incorporate-marks): Ditto.
5056         (wl-summary-expire-reserve-marks): Ditto.
5057
5058         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5059         changes.
5060         (wl-thread-insert-top): Changed updating message.
5061
5062         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5063         variable.
5064         (wl-summary-count-unread): Count answered marks.
5065         (wl-summary-rescan): Call wl-summary-insert-message instead of
5066         wl-summary-append-message-func-internal.
5067         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5068         (wl-summary-prefetch-msg): Follow the variable name changes.
5069         (wl-summary-prefetch-region): Ditto.
5070         (wl-summary-mark-as-read-all): Follow the API changes;
5071         Don't call elmo-folder-replace-marks.
5072         (wl-summary-delete-cache): Follow the variable name changes.
5073         (wl-summary-resume-cache-status): Ditto.
5074         (wl-summary-update-status-marks): New function.
5075         (wl-summary-insert-message): New function.
5076         (wl-summary-sync-marks): Follow the variable name changes.
5077         (wl-summary-sync-update): Synchronize to the msgdb, too;
5078         Changed update messages.
5079         (wl-summary-make-number-list): Rewrite.
5080         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5081         (wl-summary-mark-as-unread): Follow the API changes.
5082         (wl-summary-exec-subr): Follow the variable name changes.
5083         (wl-summary-mark-as-read): Ditto.
5084         (wl-summary-move-spec-plugged-alist): Ditto.
5085         (wl-summary-move-spec-unplugged-alist): Ditto.
5086         (wl-summary-cursor-move-surface): Ditto.
5087
5088         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5089         variable name changes.
5090         (wl-highlight-summary-current-line): Ditto.
5091
5092         * wl-expire.el (wl-expire-refile): Follow the API change in
5093         elmo-folder-move-messages.
5094         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5095         (wl-summary-archive): Use elmo-folder-msgdb instead of
5096         elmo-msgdb-load.
5097
5098 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5099
5100         * wl-mime.el (wl-draft-preview-message): Restore the position
5101         before evaluating wl-draft-send-hook in preview buffer.
5102
5103 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5104
5105         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5106         when it creates new draft buffer.
5107
5108         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5109         without argument.
5110
5111         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5112         Evaluate content and if the value is string, insert it.
5113         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5114         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5115         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5116         wl-draft-config-sub-part-bottom): Use it.
5117
5118         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5119         with the folder name. The question was unintelligible when it is
5120         called from wl-save-status.
5121
5122 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5123
5124         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5125         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5126         cannot take second argument).
5127
5128 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5129
5130         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5131         as t. Since type and subtype are not case sensitive (RFC 2045).
5132
5133 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5134
5135         * wl-vars.el (wl-message-mode-line-format): New variable.
5136         (wl-message-mode-line-format-spec-alist): Ditto.
5137         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5138         (wl-message-redisplay): Use wl-message-mode-line-format.
5139
5140 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5141
5142         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5143
5144 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5145
5146         * wl-summary.el (wl-summary-default-from): Write description.
5147
5148 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5149
5150         * wl-vars.el (wl-ldap-objectclass): Abolish.
5151
5152         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5153         (wl-ldap-make-filter): Removed condition for objectclass.
5154         (wl-ldap-make-matched-value-list): Remove meaningless process.
5155         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5156         (wl-address-ldap-search): Don't add `*' to `pat' string;
5157         use ignore-errors; added `email';
5158         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5159         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5160         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5161
5162
5163 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5164
5165         * wl-draft.el (wl-draft-parent-folder): Write description.
5166         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5167
5168 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5171         as "" (zero-length string) if no parent.
5172         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5173
5174 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl-address.el (wl-address-make-completion-list): Skip duplication
5177         checking.
5178         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5179         `append'.
5180
5181 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5182
5183         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5184         instead of `beginning-of-buffer'.
5185
5186 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5189
5190 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5193         Refer wl-message-buffer-name.
5194         (wl-message-wheel-down): Ditto.
5195
5196 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-vars.el (wl-message-buffer-name): New user option.
5199
5200         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5201         directly instead of making alist dinamically.
5202
5203         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5204         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5205         wl-message-buffer-cache-name.
5206         (wl-message-buffer-cache-clean-up): Ditto.
5207
5208         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5209
5210         * Version number is increased to 2.9.15.
5211
5212 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5213
5214         * wl-vars.el (wl-summary-default-view-alist): New user option.
5215
5216         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5217
5218         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5219         while deleting address.
5220         (wl-draft-delete-myself-from-cc): Ditto.
5221
5222         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5223         If optional argument is specified, reverse sort order.
5224
5225         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5226
5227 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-thread.el (wl-thread-insert-message): Return parent number if
5230         exists.
5231         (wl-thread-update-indent-string-region): Use
5232         wl-thread-update-line-on-buffer-sub instead of
5233         wl-thread-update-line-on-buffer.
5234
5235 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5236
5237         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5238         (wl-folder-close-all): Ditto.
5239
5240 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5241
5242         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5243         and mailing-list:.
5244         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5245         value.
5246         (wl-summary-line-list-info): Print mailing-list name even when 
5247         list-number is empty.
5248
5249 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5250
5251         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5252
5253         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5254         (wl-draft-open-file): Ditto.
5255         (wl-draft-random-alphabet): Ditto.
5256
5257         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5258         bindings.
5259
5260 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5261
5262         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5263         * wl-vars.el (wl-draft-config-alist): Ditto.
5264
5265 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5266
5267         * Version number is increased to 2.9.14.
5268
5269         * wl.el (wl): Don't set wl-init as nil when error occured while
5270         auto-checking folders.
5271
5272         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5273         `elmo-expand-newtext'.
5274
5275 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5278         `this-command' so that `wl-folder-goto-folder' contained in
5279         `wl-summary-keep-cursor-command' work.
5280
5281 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5282
5283         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5284         message buffer displaying state.
5285
5286 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5287
5288         * wl-vars.el (wl-summary-default-view): New variable to specify
5289         default value for `wl-summary-buffer-view' instead of using
5290         set-default.
5291         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5292
5293 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5296
5297         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5298
5299 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5300
5301         * wl-vars.el (wl-forward-subject-prefix): New variable.
5302         * wl-draft.el (wl-draft-forward): Use it.
5303
5304 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5305
5306         * wl-message.el (wl-message-prev-page): When it is called without
5307         lines argument, scroll down by wl-message-scroll-amount lines.
5308         (wl-message-next-page): Ditto.
5309         * wl-vars.el (wl-message-scroll-amount): Change default value
5310         to preserve current behavior.
5311
5312 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5313
5314         * wl-summary.el (wl-summary-prefetch-msg): Bind
5315         `wl-message-entity' to call `wl-summary-from-function'.
5316
5317 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5318
5319         * wl-message.el (wl-message-buffer-create): Run
5320         wl-message-buffer-created-hook.
5321
5322 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5323
5324         * wl-summary.el (wl-summary-sort-specs): New variable.
5325         (wl-summary-default-sort-spec): Ditto.
5326         (wl-summary-sort): Rewrite.
5327         (wl-summary-sort-by-list-info): New function.
5328
5329 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5330
5331         * wl-summary.el (wl-summary-get-list-info): New function.
5332         (wl-summary-sort): Rewrite.
5333         (wl-summary-line-list-info): Ditto.
5334         (wl-summary-line-list-count): Ditto.
5335         (wl-summary-refile-region): Fixed docstring.
5336
5337 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5338
5339         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5340         `wl-folder-entity-hashtb' as completion table.
5341
5342 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5343
5344         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5345         only when this command is called interactively; silence the byte-
5346         compiler.
5347
5348 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5349
5350         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5351         active in XEmacs.
5352
5353 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5354
5355         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5356         plural lines.
5357
5358 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5359
5360         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5361         of current line when the cursor is on the header name.
5362         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5363
5364 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5365
5366         * wl-util.el (wl-read-directory-name): Return displayed directory
5367         as the default value also on XEmacs.
5368
5369 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5370
5371         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5372         formatting.
5373
5374 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5375
5376         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5377         argument and when it is non-nil, check face property before
5378         highlighting for each line.
5379         (wl-highlight-summary-window): Set it.
5380
5381 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5382
5383         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5384         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5385
5386         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5387         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5388         (wl-draft-get-fcc-list): Likewise.
5389
5390 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5393         (wl-thread-entity-cur): Ditto.
5394         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5395         wl-thread-indent-regexp setting.
5396         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5397
5398         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5399         wl-summary-lazy-highlight.
5400         (wl-summary-display-bottom): Ditto.
5401
5402         * wl-thread.el (wl-thread-open-close): Likewise.
5403
5404         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5405         from and subject;
5406         Bind wl-draft-use-frame;
5407         Enclose with save-window-excursion;
5408         Use wl-draft-create-buffer instead of with-temp-buffer;
5409         Use wl-draft-prepare-edit;
5410         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5411         Use wl-draft-send instead of wl-draft-raw-send.
5412
5413 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5414
5415         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5416         of using wl-from.
5417
5418 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5421         insert-buffer instead of clone-buffer.
5422         (wl-draft-doing-mime-bcc): New variable.
5423         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5424         infinite loop.
5425         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5426
5427         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5428         (wl-draft-mime-bcc-body): Ditto.
5429
5430         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5431         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5432         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5433         wl-draft-do-mime-bcc.
5434         (wl-draft-mime-bcc-field): New function.
5435         (wl-draft-do-mime-bcc): Ditto.
5436
5437         * wl-address.el (wl-address-complete-header-list): New variable.
5438         (wl-address-complete-header-regexp): Changed default value.
5439
5440         * Version number is increased to 2.9.13.
5441
5442 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5445         it is differed.
5446
5447 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5448
5449         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5450         (wl-summary-line-list-count): Ditto.
5451
5452 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5453
5454         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5455         (wl-nntp-posting-function): New variable.
5456         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5457         `wl-nntp-posting-config-alist'.
5458
5459 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5460
5461         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5462         FLIM.
5463
5464 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5465
5466         * wl-summary.el (wl-summary-target-mark-refile-sub):
5467         Remove a nuisance funcall.
5468
5469 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5470
5471         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5472         as t for `try-completion'.
5473
5474 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5475
5476         * wl-summary.el (wl-summary-default-from): Use
5477         wl-address-header-extract-address instead of
5478         std11-extract-address-components.
5479         (wl-summary-simple-from): Ditto.
5480         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5481         (wl-summary-insert-headers): Show message.
5482         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5483         for whole line.
5484         (wl-summary-default-from): Revert last change.
5485         (wl-summary-simple-from): Ditto.
5486         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5487         (wl-summary-mark-as-read-region): Follow the change above.
5488         (wl-summary-sync-marks): Ditto.
5489         (wl-summary-target-mark-mark-as-read): Ditto.
5490         (wl-summary-redisplay-internal): Ditto.
5491         (wl-summary-redisplay-no-mime-internal): Ditto.
5492         (wl-summary-redisplay-all-header): Ditto.
5493         (wl-summary-mark-as-read): Removed argument `cached';
5494         Use current cache status to set cache mark.
5495         (wl-summary-redisplay-internal): Follow the change above.
5496         (wl-summary-redisplay-no-mime-internal): Ditto.
5497         (wl-summary-redisplay-all-header): Ditto.
5498
5499         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5500
5501         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5502         Don't call itself recursively (Adviced by Yamaoka-san).
5503
5504 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5505
5506         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5507         bind wl-summary-highlight as nil to avoid error caused by missing
5508         local variables.
5509
5510 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5511
5512         * wl-vars.el (wl-invalid-character-message): New user option.
5513
5514         * wl-util.el (wl-set-string-width): If truncated string-width is
5515         larger than specified width, use `wl-invalid-character-message'.
5516
5517 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5518
5519         * wl-summary.el (wl-summary-prefetch-msg): 
5520         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5521
5522 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl-vars.el (wl-summary-check-line-format): New user option.
5525         (wl-summary-line-format-file): Ditto.
5526
5527         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5528         variable.
5529         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5530         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5531         and `wl-summary-view-old-p' to check whether do a rescan or not.
5532         (wl-summary-view-old-p): New function.
5533         (wl-summary-line-format-changed-p): Ditto.
5534         (wl-summary-line-format-save): Ditto.
5535         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5536
5537         * wl-util.el (wl-set-string-width): Avoid using negative number
5538         for make-string.
5539
5540 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5541
5542         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5543         return value.
5544
5545         * wl-util.el (wl-set-string-width): Added optional argument
5546         `padding' (All other related portions are changed).
5547         (wl-line-parse-format): If the first letter of column number is
5548         `0', zero-padding the result (ex: "%05l").
5549
5550         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5551
5552 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5555         sequential summary view.
5556
5557 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5558
5559         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5560         if it doesn't have a -unix version.
5561
5562 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5565
5566 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5569         content.
5570         (wl-draft): Follow the change above.
5571
5572         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5573
5574         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5575         and wl-folder-summary-line-format-alist contain %T and %P.
5576
5577         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5578         (wl-summary-mode-line-format): New user option.
5579         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5580         (wl-summary-line-format): Changed default value.
5581         (wl-summary-lazy-highlight): Changed default value.
5582
5583         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5584         change in wl-summary-create-line.
5585         (wl-thread-insert-entity-sub): Ditto.
5586
5587         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5588         (wl-summary-buffer-unread-status): Ditto.
5589         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5590         (wl-summary-buffer-persistent-mark-column): Ditto.
5591         (wl-summary-buffer-mode-line-formatter): Ditto.
5592         (wl-summary-buffer-mode-line): Ditto.
5593         (wl-summary-message-regexp): Abolished.
5594         (All other related portions are changed.)
5595         (wl-summary-detect-mark-position): New function.
5596         (wl-summary-buffer-set-folder): Setup
5597         wl-summary-buffer-mode-line-formatter.
5598         (wl-summary-mode): Setup selective-display;
5599         Setup pre-idle-hook when xemacs.
5600         (wl-summary-update-modeline): Rewrite.
5601         (wl-summary-jump-to-msg): Define as function;
5602         Changed regexp for searching messages.
5603         (wl-summary-message-number): Rewrite.
5604         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5605         Do rescan when old type summary cache.
5606         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5607         (wl-summary-remove-destination): Use '\r' to detect EOL.
5608         (wl-summary-print-destination): Ditto.
5609         (wl-summary-temp-mark): New inline function.
5610         (wl-summary-persistent-mark): Ditto.
5611         (wl-summary-line-number): New function.
5612         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5613         (wl-summary-line-list-count): New function.
5614         (wl-summary-create-line): Added argument persistent-mark.
5615         (All other related portions are changed)
5616         (wl-summary-create-line): Insert '\r'.
5617         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5618         (wl-summary-cursor-move-surface): New inline function.
5619         (wl-summary-prev): Use it.
5620         (wl-summary-next): Ditto.
5621
5622         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5623         wl-summary-message-regexp.
5624         (wl-highlight-summary): Delete progress message.
5625         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5626
5627         * Version number is increased to 2.9.12.
5628
5629 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5630
5631         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5632         variable (nil: no minimum).
5633         (wl-summary-line-subject): Add some spaces after subject by
5634         wl-summary-line-subject-minimum-length.
5635
5636 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5637
5638         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5639         and removed `F'.
5640         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5641         change above).
5642
5643 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5644
5645         * wl-summary.el (wl-summary-line-list-count): Reverted.
5646         (example setting in samples/*/dot.wl is also updated)
5647
5648 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5649
5650         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5651
5652         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5653
5654         * wl-vars.el (wl-summary-line-format): Addes some description to the
5655         docstring.
5656
5657         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5658         (wl-summary-line-close-bracket): Ditto.
5659         (wl-summary-line-children-number): Ditto.
5660         (wl-summary-line-thread-indent): Ditto.
5661         (wl-summary-line-children-and-from): Ditto.
5662
5663         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5664         't', 'c', 'F' and added 'C'.
5665
5666         * wl-util.el (wl-set-string-width): Accept negative value.
5667         (wl-line-parse-format): Added "%number(" and "%)".
5668
5669 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5670
5671         * wl-summary.el (wl-summary-line-list-count): Change format of the
5672         return value.
5673
5674 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5675
5676         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5677         from the recent message.el.
5678         (wl-draft-point-in-header-p): Ditto.
5679         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5680         wl-draft-beginning-of-line.
5681         * wl-e21.el (wl-draft-mode-map): Ditto.
5682         * wl-xmas.el (wl-draft-mode-map): Ditto.
5683
5684         * wl-folder.el: Sort macrodefs by dependencies.
5685
5686 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5687
5688         * wl-summary.el (wl-summary-prev): Fixed regexp.
5689         (wl-summary-next): Ditto.
5690
5691 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5692
5693         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5694
5695 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5696
5697         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5698         for backward compatibility.
5699
5700 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5701
5702         * wl-summary.el (wl-summary-line-list-count): New function, merged
5703         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5704         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5705         list counts.
5706
5707 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5708
5709         * wl-summary.el (wl-summary-create-line): Ignore errors while
5710         timezone-fix-time.
5711
5712         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5713
5714         * wl-summary.el (wl-summary-sync-update): Ditto.
5715         (wl-summary-default-from): Use wl-message-entity
5716         instead of entity.
5717
5718         * wl-summary.el (wl-summary-create-line): Fix.
5719
5720         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5721         (wl-summary-line-format): New user option.
5722         (wl-folder-summary-line-format-alist): Ditto.
5723         (wl-summary-from-width): Abolished.
5724
5725         * wl-util.el (toplevel): Require 'bytecomp.
5726         (wl-line-parse-format): New function.
5727         (wl-line-formatter-setup): New macro.
5728
5729         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5730         (wl-summary-buffer-line-formatter): New buffer local variable.
5731         (wl-summary-switch-to-clone-buffer): Follow the change above.
5732         (wl-summary-message-regexp): Fix.
5733         (wl-summary-from-func-internal): Abolished.
5734         (wl-summary-subject-func-internal): Ditto.
5735         (wl-summary-subject-filter-func-internal): Ditto.
5736         (All other related portions are changed.)
5737         (wl-summary-buffer-set-folder):
5738         Set up wl-summary-buffer-number-column and 
5739         wl-summary-buffer-line-formatter
5740         (All other related portions are changed.)
5741         (wl-summary-buffer-number-column-detect): Abolished.
5742         (All other related portions are changed.)
5743         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5744         (wl-summary-delete-all-temp-marks-on-buffer): Use
5745         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5746         (wl-summary-target-mark-delete): Ditto.
5747         (wl-summary-target-mark-refile-subr): Ditto.
5748         (wl-summary-target-mark-mark-as-read): Ditto.
5749         (wl-summary-target-mark-mark-as-unread): Ditto.
5750         (wl-summary-target-mark-mark-as-important): Ditto.
5751         (wl-summary-target-mark-save): Ditto.
5752         (wl-summary-replace-status-marks): Renamed from
5753         wl-summary-set-status-marks-on-buffer;
5754         Use wl-summary-message-regexp instead of
5755         wl-summary-buffer-number-regexp.
5756         (wl-summary-sync-update): Follow the change above.
5757         (wl-summary-goto-previous-message-beginning): New function.
5758         (wl-summary-mark-as-unread): Use it.
5759         (wl-summary-mark-as-important): Ditto.
5760         (wl-summary-line-formatter): New variable.
5761         (wl-summary-line-year): New function.
5762         (wl-summary-line-day): Ditto.
5763         (wl-summary-line-day-of-week): Ditto.
5764         (wl-summary-line-hour): Ditto.
5765         (wl-summary-line-minute): Ditto.
5766         (wl-summary-line-open-bracket): Ditto.
5767         (wl-summary-line-close-bracket): Ditto.
5768         (wl-summary-line-children-number): Ditto.
5769         (wl-summary-line-thread-indent): Ditto.
5770         (wl-summary-line-size): Ditto.
5771         (wl-summary-line-subject): Ditto.
5772         (wl-summary-line-from): Ditto.
5773         (wl-summary-line-children-and-from): Ditto.
5774         (wl-summary-create-line): Rewritten.
5775         (wl-summary-format-date): Abolished.
5776
5777         * wl-highlight.el (wl-highlight-summary-current-line): Use
5778         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5779         Use thread structure to detect thread top message.
5780
5781         * wl-draft.el (wl-default-draft-cite): Don't use
5782         wl-summary-from-func-internal.
5783
5784         * wl-refile.el (wl-refile-subject-learn): Don't use
5785         wl-summary-subject-filter-func-internal.
5786         (wl-refile-guess-by-subject): Ditto.
5787
5788         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5789         parameters.
5790
5791         * wl-thread.el (wl-thread-update-indent-string-region):
5792         Use wl-thread-update-line-on-buffer instead of
5793         wl-thread-update-indent-string.
5794         (wl-thread-update-children-number): Redefine using
5795         wl-thread-update-line-on-buffer.
5796         (wl-thread-update-indent-string): Abolished.
5797
5798         * Version number is increased to 2.9.11.
5799
5800 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5801
5802         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5803         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5804         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5805
5806         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5807         as nil.
5808
5809         * wl-thread.el (wl-thread-open-all-unread): Use 
5810         elmo-folder-list-messages-mark-match.
5811         (wl-thread-insert-message): Removed argument `mark-alist'.
5812         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5813         elmo-msgdb-set-mark.
5814         (wl-thread-get-children-msgs-uncached): Likewise.
5815         (wl-thread-get-exist-children): Added argument include-self.
5816         (wl-thread-delete-message): Follow the change above.
5817
5818         * wl-summary.el (wl-summary-count-unread): Removed argument.
5819         (wl-summary-rescan): Follow the change above.
5820         (wl-summary-mark-as-read-region): Ditto
5821         (wl-summary-mark-as-unread-region): Ditto.
5822         (wl-summary-delete-messages-on-buffer): Ditto.
5823         (wl-summary-sync-update): Ditto.
5824         (wl-summary-switch-to-clone-buffer): Ditto.
5825         (wl-summary-goto-folder-subr): Ditto.
5826         (wl-summary-target-mark-mark-as-read): Ditto.
5827         (wl-summary-target-mark-mark-as-unread): Ditto.
5828         (wl-summary-target-mark-mark-as-important): Ditto.
5829         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5830         (wl-summary-update-thread): Removed argument `mark-alist'.
5831         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5832         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5833         (wl-summary-resume-cache-status): Likewise.
5834         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5835         elmo-msgdb-set-mark.
5836         (wl-summary-mark-as-read-all): Likewise.
5837         (wl-summary-delete-cache): Ditto.
5838         (wl-summary-auto-select-msg-p): Ditto.
5839         (wl-summary-mark-as-unread): Ditto.
5840         (wl-summary-no-auto-refile-message-p): Ditto.
5841         (wl-summary-mark-as-read): Ditto.
5842         (wl-summary-mark-as-important): Ditto.
5843         (wl-summary-auto-refile): Follow the change above.
5844         (wl-summary-delete-all-marks): Removed.
5845         (wl-summary-resume-marks-and-highlight): Ditto.
5846         (wl-summary-resume-marks): Ditto.
5847         (wl-summary-delete-important-msgs-from-list): Ditto.
5848         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5849
5850         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5851         wl-summary-count-unread.
5852
5853         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5854         (wl-summary-score-update-all-lines): Use
5855         elmo-msgdb-set-mark.
5856
5857 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5858
5859         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5860         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5861         (wl-summary-create-line): Renamed from
5862         wl-summary-overview-create-summary-line;
5863         Argument rearrangement.
5864         (wl-summary-update-thread): Follow the change above.
5865
5866         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5867         (wl-thread-insert-entity-sub): Likewise.
5868
5869         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5870         argument `overview', `mark-alist' and added `msgdb'.
5871
5872         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5873
5874         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5875         (wl-summary-rescan): Follow the change above.
5876         (wl-summary-sync-update): Ditto.
5877         (wl-summary-insert-thread-entity): Ditto;
5878         Don't use `let*' in every while loop;
5879         Detect infinite loop of threads.
5880         (wl-summary-update-thread): Removed argument `overview'.
5881
5882         * wl-thread.el (wl-thread-insert-message): Ditto.
5883
5884         * Version number is increased to 2.9.10.
5885
5886         * wl-message.el (wl-message-redisplay): Ignore errors while
5887         wl-message-redisplay-hook.
5888
5889 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5890
5891         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5892
5893 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl.el (wl): inhibit-quit while wl-folder.
5896
5897 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5898
5899         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5900         while msgdb access.
5901
5902 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5903
5904         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5905         even if no folder is not created.
5906
5907 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5908
5909         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5910
5911         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5912         implementation.
5913         (wl-summary-target-mark-thread): Ditto.
5914
5915         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5916
5917 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5918
5919         * wl-util.el (wl-display-bytes): Remove unused function.
5920
5921 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5922
5923         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5924         seems critical one (partially reverse the change in 2002/03/17).
5925
5926 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5927
5928         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5929         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5930
5931 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5932
5933         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5934         is not writable.
5935         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5936         plugged status instead of `'force' as 2nd argument.
5937
5938         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5939         is not creatable.
5940
5941         * Version number is increased to 2.9.9.
5942
5943 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5944
5945         * wl-summary.el (wl-summary-suspend): New function.
5946
5947 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5948
5949         * wl.el (wl): Do not check variables if check is nil.
5950         * wl-utils.el (wl-collect-draft): New function.
5951         * wl-folder.el (wl-folder-suspend): Put summary buffers
5952         and draft buffers at the end of buffer list.
5953         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5954
5955 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5956
5957         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5958         loop instead of recursive call.
5959
5960         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5961         2nd argument.
5962
5963 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5964
5965         * wl-draft.el (wl-draft-create-contents): Don't take neither
5966         (function . args) nor (string . something) any more.
5967
5968         * wl-version.el (wl-generate-user-agent-string): Return string
5969         without header symbol.
5970         * wl-draft.el (wl-draft-default-headers): Use it.
5971
5972         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5973         `wl-draft-insert-ccs' and return field value instead of inserting
5974         the header. Abolish cc argument.
5975         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5976
5977         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5978         rather than one with string car.
5979
5980         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5981         * wl-draft.el (wl-draft-create-contents): Add it after the default
5982         headers.
5983
5984         * wl-draft.el (wl-draft-create-contents): For the case of
5985         (symbol-or-string . function) insert header only when the function
5986         returns string value.
5987
5988 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5989
5990         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5991         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5992
5993 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5994
5995         * wl.el (wl-check-environment): Don't check Message-ID when
5996         `wl-insert-message-id' is nil.
5997         Revive checking if `wl-message-id-domain' contains "@".
5998
5999 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6000
6001         * wl.el (wl-check-environment): Merge examination for "@" at
6002         inappropriate position into the first string-match.
6003
6004         * wl-summary.el (wl-summary-target-mark-print): New function.
6005         (wl-summary-pipe-message-subr): Extracted from
6006         `wl-summary-pipe-message'.
6007         (wl-summary-target-mark-pipe): New function.
6008         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6009         `wl-summary-target-mark-pipe'.
6010
6011 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6012
6013         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6014
6015 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6016
6017         * wl.el (wl-check-environment): Use elmo-warning instead of
6018         error for non-critical ones.
6019         Remove trash folder check.
6020         (wl): Don't ignore error in wl-check-environment.
6021
6022         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6023         check, which is moved from `wl-check-environment'.
6024         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6025
6026 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6027
6028         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6029         guess anything, call wl-summary-write.
6030         (wl-summary-write): Create draft with blank To field.
6031         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6032
6033 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6034
6035         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6036         argument full as well for wl-folder-write-current-folder.
6037         If wl-*-write-current-folder cannot guess addressee, add blank
6038         To header.
6039         Rewrite condition for positioning cursor.
6040
6041 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6042
6043         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6044         summary buffer is present, use it.
6045         (wl-folder-jump-to-previous-summary): Ditto.
6046
6047 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6048
6049         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6050
6051         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6052         wl-summary-previous-buffer and wl-summary-next-buffer.
6053
6054         * wl-folder.el (wl-folder-mode-map): Bind
6055         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6056         (wl-folder-jump-to-next-summary): New function.
6057         (wl-folder-jump-to-previous-summary): Ditto.
6058
6059         * wl-draft.el (wl-draft): Rearranged.
6060
6061 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6062
6063         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6064         of header.
6065         (wl-draft): Collect arguments for the header as header-alist.
6066         (wl-draft-forward): Arrange arguments for wl-draft.
6067         (wl-draft-reply): Ditto.
6068         (wl-draft-edit-string): Ditto.
6069         * wl-summary.el (wl-summary-write): Ditto.
6070         (wl-summary-write-current-folder): Ditto.
6071
6072         * Version number is increased to 2.9.8.
6073
6074 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6075
6076         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6077
6078         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6079
6080         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6081         even if the guess failed.
6082
6083         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6084         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6085         wl-summary-write-current-folder.
6086         * wl-xmas.el: Ditto.
6087
6088 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6089
6090         * wl-summary.el (wl-summary-next-page): Force display message if
6091         message is not displayed yet.
6092         (wl-summary-prev-page): Ditto.
6093
6094 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6095
6096         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6097
6098 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6099
6100         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6101         add "Preview Message" and "Save Draft and Exit".
6102
6103 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6104
6105         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6106         if addrmgr is called from draft in splitted window.
6107
6108         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6109         * wl-mule.el: Ditto.
6110         * wl-xmas.el: Ditto.
6111
6112 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6113
6114         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6115
6116         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6117         * wl-xmas.el (wl-folder-toolbar): Ditto.
6118
6119 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6120
6121         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6122         and wl-draft-save-and-exit.
6123         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6124         * wl-xmas.el: Ditto.
6125         * wl-mule.el: Ditto.
6126
6127         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6128         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6129
6130 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6131
6132         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6133         lists for saving buffer.
6134
6135 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6136
6137         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6138         parent-folder argument instead of it.
6139         (wl-draft-create-buffer): Ditto.
6140         (wl-draft-forward): Ditto.
6141         (wl-draft-reply): Ditto.
6142         * wl-summary.el (wl-summary-write): Ditto.
6143         (wl-summary-write-current-folder): Ditto.
6144
6145         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6146         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6147         Folder buffer after composing.
6148
6149 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6152         header if the file `wl-x-face-file' already contains it.
6153
6154 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6155
6156         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6157         folder" entry.
6158         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6159         * wl-e21.el (wl-folder-toolbar): Ditto.
6160         * wl-xmas.el (wl-folder-toolbar): Ditto.
6161
6162 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6163
6164         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6165         wl-folder-goto-folder with sticky argument.
6166         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6167
6168 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6169
6170         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6171         and wl-summary-previous-buffer.
6172         (wl-summary-next-buffer): New function.
6173         (wl-summary-previous-buffer): Ditto.
6174
6175 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6176
6177         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6178         wl-folder-jump-to-current-entity-with-arg.
6179         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6180         `wl-folder-jump-to-current-entity'.
6181         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6182         `wl-summary-goto-folder-sticky'.
6183         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6184         `wl-summary-goto-folder'.
6185         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6186         Unless force-exit, do not clean temp. marks for sticky summary.
6187         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6188
6189 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6190
6191         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6192         not entire.
6193
6194 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6195
6196         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6197         to `C-x C-s'.
6198         (wl-summary-save-status): New command.
6199         (wl-summary-exit): Don't clean-up temp marks when sticky.
6200         (Applied patch from Nakayama-san [wl: 09548])
6201         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6202         Do nothing when no mark data.
6203         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6204         Call `wl-summary-delete-all-temp-marks' before saving.
6205
6206 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6207
6208         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6209
6210 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6211
6212         * wl.el (wl-check-environment): Also cause error when (system-name)
6213         returns "localhost.localdomain". (Although it doesn't affect because
6214         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6215
6216 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6217
6218         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6219         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6220
6221         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6222         value.
6223
6224 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6227         Likewise r-cc-list and r-ng-list.
6228
6229 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6230
6231         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6232         only if it is bound as variable.
6233
6234         * wl-mime.el (wl-draft-preview-message): Ditto.
6235
6236 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6237
6238         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6239         needless `goto-char'.
6240
6241         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6242         `wl-summary-redisplay-no-mime-internal' instead of
6243         `wl-summary-redisplay-no-mime'.
6244         (wl-summary-redisplay-no-mime): Changed argument;
6245         Call `wl-summary-redisplay-no-mime-internal'.
6246
6247         * wl-mime.el (wl-draft-preview-message): Bind
6248         `mime-header-encode-method-alist' locally.
6249
6250         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6251         (wl-draft-std11-parse-addresses): Added the first address check.
6252         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6253
6254         * Version number is increased to 2.9.7.
6255
6256 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6257
6258         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6259
6260 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6261
6262         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6263         related to scrollbar support, if there is no such a feature
6264         compiled in.
6265
6266 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6267
6268         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6269         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6270         for prefetch.
6271
6272 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6273
6274         * wl-summary.el (wl-summary-pick): Fix for no match.
6275
6276 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6277
6278         * wl-draft.el (wl-draft-save):
6279         Override `mime-header-encode-method-alist'.
6280
6281 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6282
6283         * wl-folder.el (wl-folder-pick): New function.
6284         Define key as "?".
6285
6286 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6287
6288         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6289         Fix for unplugged.
6290
6291 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6292
6293         * wl-folder.el (wl-folder-virtual): New function.
6294         Define key as "V".
6295
6296 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6297
6298         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6299         multi folder if entity is group.
6300
6301 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6302
6303         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6304         is nil.
6305
6306 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6307
6308         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6309         (wl-summary-target-mark-msgs): Return the number of marked messages.
6310
6311 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6312
6313         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6314         "first:" is specified.
6315
6316 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6317
6318         * wl-vars.el (wl-from): Use return value of function
6319         user-full-name instead of the variable user-full-name since
6320         XEmacs-20.4 doesn't set this variable.
6321
6322 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6323
6324         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6325         call `wl' directly.
6326
6327 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6328
6329         * wl-draft.el (wl-draft-reedit): Removed duplicated
6330         switch-to-buffers.
6331
6332 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6333
6334         * wl.el (wl-other-frame): Removed garbages.
6335
6336 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6337
6338         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6339
6340         * wl-xmas.el (wl-draft-key-setup): Ditto.
6341
6342         * wl-mule.el (wl-draft-key-setup): Ditto.
6343
6344         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6345         (wl-draft-reedit): Ditto.
6346         (wl-draft-prepare-edit): Add `wl-draft-save' to
6347         `local-write-file-hooks'.
6348         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6349         (wl-draft-reedit): Set buffer-file-name.
6350         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6351
6352
6353         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6354         call it.
6355         (wl-delete-startup-frame-function): New variable.
6356         (wl-other-frame): New function
6357         (Original was written by Yamaoka san [wl: 09239]).
6358
6359         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6360         if `wl-folder-use-frame'.
6361
6362 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6365
6366 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6367
6368         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6369         New variable.
6370         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6371         (wl-message-buffer-prefetch-get-next): Use them.
6372         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6373
6374 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6375
6376         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6377         with unwind-protect.
6378
6379         * wl-draft.el (wl-draft-reedit): Rewrite.
6380         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6381         (wl-draft-save): Insert header separator if it does not exist;
6382         Removed condition-case.
6383
6384         * wl-summary.el (wl-summary-reedit): Revert last change.
6385
6386         * wl-draft.el (wl-draft-save): Rewrite.
6387         (wl-draft-create-buffer): Set buffer-file-name as nil.
6388
6389         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6390
6391         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6392
6393         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6394         nil.
6395
6396 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6397
6398         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6399         If count is nil, do not prefetch.
6400         (wl-message-buffer-prefetch-next): Next.
6401
6402 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6403
6404         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6405
6406 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6407
6408         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6409         `delete-backward-char'
6410         (wl-draft-prepare-edit): Check major-mode.
6411         (wl-draft-decode-header): Rewrite.
6412         (wl-draft): Fix.
6413
6414 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6417
6418 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6419
6420         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6421         (wl-message-buffer-prefetch-get-next): Remove size checking.
6422         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6423
6424 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6425
6426         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6427         (wl-draft-default-headers): Fix.
6428
6429 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6430
6431         * wl-draft.el (wl-draft-default-headers): Insert return value of
6432         `wl-generate-mailer-string-function'.
6433
6434 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6437         (wl-draft-insert-mail-header-separator): Ditto.
6438
6439         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6440         again (Reverted the change on 2002-01-17 by OKADA san).
6441
6442 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6443
6444         * wl-draft.el (wl-draft): Rewrite.
6445         (wl-draft-create-buffer): New function.
6446         (wl-draft-create-contents): Ditto.
6447         (wl-draft-prepare-edit): Ditto.
6448         (wl-draft-decode-header): Ditto.
6449         (wl-draft-decode-body): Ditto.
6450         (wl-draft-check-new-line): Ditto.
6451         (wl-draft-default-headers): Ditto.
6452         (wl-draft-insert-mail-header-separator): Ditto.
6453
6454 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6455
6456         * Version number is increased to 2.9.6.
6457
6458 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6459
6460         * wl-draft.el (wl-draft-delete-field): Optional argument.
6461         (wl-draft-delete-fields): Ditto.
6462
6463 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6464
6465         * wl-message.el (toplevel): Eliminated byte-compile warning.
6466         for `itimer-function', `delete-timer' and `itimer-list'.
6467
6468 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6469
6470         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6471         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6472         `wl-message-buffer-prefetch-threshold'.
6473         * wl-summary.el (wl-summary-redisplay-internal): Remove
6474         the check of `wl-message-buffer-prefetch-depth'.
6475
6476 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6479         size of article.
6480         (wl-message-buffer-prefetch-subr): Remove size check.
6481
6482 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6483
6484         * wl-vars.el (wl-plugged): Make customizable.
6485
6486 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6489         (wl-message-buffer-prefetch-set-timer): New function.
6490         (wl-message-buffer-prefetch-get-next): New function.
6491         (wl-message-buffer-prefetch): New function.
6492         (wl-message-buffer-prefetch-next): Rewrite.
6493         (wl-message-buffer-prefetch-subr): Rewrite.
6494         * wl-vars.el (wl-auto-prefetch-first): New variable.
6495         * wl-summary.el (wl-summary-goto-folder-subr): Call
6496         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6497
6498 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6499
6500         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6501         `wl-summary-unread-message-hook'.
6502
6503 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6504
6505         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6506         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6507         if range is `cache-status'.
6508
6509 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6510
6511         * wl-message.el (wl-message-buffer-prefetch-subr):
6512         Improve debug message.
6513
6514 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6515
6516         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6517         `wl-mail-send-pre-hook'.
6518         (wl-draft-send-mail-with-qmail): Ditto.
6519         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6520
6521 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6522
6523         * wl-message.el (wl-message-buffer-prefetch-subr):
6524         Fix for cancel-function-timers bug.
6525         (wl-message-buffer-prefetch-debug): Default value is t.
6526
6527 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6530         (wl-message-buffer-prefetch-subr): Rewrite.
6531         Rename from `wl-message-buffer-prefetch'.
6532
6533 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6534
6535         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6536         (wl-default-draft-cite-decorate-author): Ditto.
6537
6538         * wl-draft.el (wl-draft-cite-function): Removed.
6539         (wl-default-draft-cite-decorate-author): Ditto.
6540
6541 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6542
6543         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6544         (wl-default-draft-cite): Do not arrange author name if the value of
6545         `wl-default-draft-cite-decorate-author' is nil.
6546
6547 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6548
6549         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6550
6551         * wl-folder.el (wl-folder-check-one-entity): Don't care
6552         `elmo-folder-use-flag-p'.
6553
6554 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6555
6556         * wl-folder (wl-folder-check-one-entity): Fix
6557         problem if unread is nil.
6558
6559 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6560
6561         * wl-address.el (wl-address-make-completion-list): Check whether
6562         the address is a group list.
6563         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6564
6565 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6566
6567         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6568         The number of the messages of new and unread does not count
6569         correctly.
6570
6571         * wl-summary.el (wl-summary-count-unread): Changed to return
6572         `(new . unread)' instead of total.
6573         (wl-summary-sync-update): Follow the change above.
6574
6575         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6576
6577 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6578
6579         * wl-address.el (wl-address-make-completion-list): Do not enclose
6580         address by " <" and ">" if associated realname is "".
6581         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6582         This is against the promblem with group list in .addresses pointed
6583         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6584
6585 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6586
6587         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6588         message is a format control string.
6589         * wl-expire.el (wl-expire-append-log): Ditto.
6590         * wl-mime.el (wl-summary-burst-subr): Ditto.
6591         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6592         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6593
6594 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6595
6596         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6597         wl.el (wl-check-variables): Rename from `wl-check-type'.
6598         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6599         (wl-check-variables-2): New function.
6600         (wl): Call `wl-check-variables-2'.
6601
6602 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6603
6604         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6605         after renaming folder in access group.
6606
6607 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6608
6609         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6610         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6611         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6612         (wl-message-buffer-prefetch): Rewrite.
6613         (wl-message-buffer-prefetch-idle-time): Removed.
6614         * wl-summary.el (wl-summary-redisplay-internal):
6615         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6616         Error check for `wl-message-buffer-prefetch-depht'.
6617
6618 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6619
6620         * Version number is increased to 2.9.5.
6621         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6622
6623 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6626         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6627         Based on the patch written by
6628         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6629
6630 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6631
6632         * wl-draft.el (wl-draft-raw-send): Fix for
6633         `wl-news-send-pre-hook'
6634
6635 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6636
6637         * wl-utils.el (wl-message-id-function): New variable.
6638         * wl-draft.el (wl-draft-insert-required-fields):
6639         Use `wl-message-id-function'.
6640
6641 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6644         * wl-utils.el (wl-draft-make-message-id-string):
6645         Use `wl-from' for domain part of Message-ID
6646         if `wl-message-id-use-wl-from' if non-nil.
6647         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6648
6649 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6650
6651         * wl.el (wl): Call `wl-check-type'
6652         Do not 'condition-case'.
6653
6654 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6655
6656         * wl.el (wl-check-type): New function.
6657         (wl-check-type-variables): New variable.
6658
6659 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6662
6663 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6664
6665         * wl-draft.el (wl-smtp-password-key): New function.
6666         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6667         (wl-draft-send-mail-with-smtp): Ditto.
6668         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6669
6670 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6673         * wl-utils.el (wl-unique-id-suffix): Remove.
6674
6675 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6676
6677         * Version number is increased to 2.9.4.
6678
6679 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6680
6681         * wl-utils.el (wl-unique-id-suffix): New variable.
6682         (wl-unique-id): Use `wl-unique-id-suffix'
6683
6684 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6685
6686         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6687         instead of `elmo-msgdb-search'.
6688
6689         * Version number is increased to 2.9.3.
6690
6691 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6692
6693         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6694
6695 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6696
6697         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6698         (wl-draft-dispatch-message): Changed for send-later.
6699         (wl-draft-queue-flush): Ditto.
6700         (wl-draft): Clear `wl-sent-message-queued'.
6701         (wl-draft-reedit): Ditto.
6702         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6703         * wl-vars.el (wl-draft-force-queuing): New variable.
6704         (wl-draft-force-queuing-mail): New variable.
6705         (wl-draft-force-queuing-news): New variable.
6706
6707 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6708
6709         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6710         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6711
6712 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6713
6714         * Version number is increased to 2.9.2.
6715
6716 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6717
6718         * wl-draft.el (wl-draft-elide-region): New user command.
6719         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6720
6721         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6722         command `wl-draft-elide-region'.
6723         * wl-mule.el: Ditto.
6724         * wl-xmas.el: Ditto.
6725
6726 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6727
6728         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6729         (wl-biff-check-folder-async): Removed needless let.
6730
6731 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6732
6733         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6734         wl-folder-get-elmo-folder.
6735         (wl-biff-check-folder): Set `biff' argument of
6736         `wl-folder-check-one-entity'.
6737         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6738
6739         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6740         (wl-folder-check-one-entity): Added `biff' argument;
6741         Setup `biff' slot of folder.
6742
6743         * Version number is increased to 2.9.1.
6744
6745 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6748         comment out and fixed.
6749         (wl-fldmgr-add-completion-subr): Ditto.
6750
6751         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6752         and msgdb.
6753
6754         * wl.el (wl-toggle-plugged): Save summary view.
6755
6756 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6759
6760 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6761
6762         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6763
6764 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6765
6766         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6767         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6768         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6769
6770         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6771         if it was failed.
6772         (wl-demo): Disable undo in the demo buffer.
6773
6774 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-version.el (wl-version): Changed codename.
6777
6778         * Version number is increased to 2.9.0.
6779
6780 2001-12-14  Takuo KITAME <kitame@northeye.org>
6781
6782         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6783         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6784         (wl-folder-mark-as-read-all-current-entity): Ditto.
6785
6786 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6787
6788         * wl-vars.el (wl-from-width): Define as obsolete variable.
6789         (wl-subject-length-limit): Ditto.
6790
6791         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6792
6793         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6794         wl-summary-save-view.
6795
6796         * wl.el (wl-save-status): Ditto.
6797         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6798
6799         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6800         (wl-summary-exit): Follow the change above.
6801         (wl-summary-goto-folder-subr): Ditto.
6802
6803         * wl-folder.el (wl-folder-create-subr): Don't use
6804         `elmo-folder-creatable-p'.
6805
6806 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6809
6810 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6813         rather than bitmap on Emacs 21.
6814         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6815         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6816         for xbm if the new redisplay engine is not available.
6817
6818 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6819
6820         * wl-folder.el (wl-folder-init-hook): New hook.
6821         (wl-folder-init): Run `wl-folder-init-hook'.
6822
6823 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6824
6825         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6826
6827 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-acap.el (wl-acap-cache-filename): New variable.
6830         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6831         (wl-acap-init): Use cache if no ACAP server found.
6832
6833 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6834
6835         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6836         `wl-acap-original-msgdb-dir'.
6837
6838         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6839         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6840
6841         * wl-mime.el (wl-mime-save-directory): Renamed from
6842         `wl-mime-save-dir'.
6843
6844 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6847
6848         * wl-demo.el: Require `path-util'.
6849         (wl-demo-bitmap-mule-available-p): New internal variable.
6850         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6851         `module-installed-p' instead.
6852         (wl-demo-insert-image): Use *.img file for a bitmap image.
6853         (wl-demo): Don't call the ascii demo recursively.
6854
6855 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6856
6857         * Version number is increased to 2.7.7.
6858
6859 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6860
6861         * wl.el (wl-exit): Eliminated byte-compile warning.
6862
6863 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6864
6865         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6866         obsolete variable using `elmo-define-obsolete-variable'.
6867         (wl-fetch-confirm-threshold): Ditto.
6868         (wl-cache-prefetch-folder-type-list): Ditto.
6869         (wl-cache-prefetch-folder-list): Ditto.
6870
6871 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6872
6873         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6874         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6875         (wl-demo-insert-image): New function.
6876         (wl-demo-insert-text): New function.
6877         (wl-demo-image-type-alist): Redefine as a function.
6878         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6879         (wl-demo-with-temp-file-buffer): Removed.
6880         (wl-logo-xpm): Removed.
6881         (wl-logo-xbm): Removed.
6882         (wl-logo-bitmap): Removed.
6883
6884 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6885
6886         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6887         (wl-expire-localdir-get-folder-function): New user option.
6888         (wl-expire-localdir-get-folder): New function.
6889         (wl-expire-localdir-date): Ditto.
6890
6891 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6892
6893         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6894         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6895         Fixed unread number mismatch when all-unread < unread.
6896
6897 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6898
6899         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6900         (wl-fetch-confirm-threshold): Ditto.
6901
6902         * wl-summary.el (wl-summary-confirm-appends): Removed.
6903         (wl-summary-sync-update): Don't refer
6904         `wl-summary-update-confirm-threshold' (It is now abolished).
6905
6906         * wl-message.el (wl-message-display-internal): Don't refer
6907         `wl-fetch-confirm-threshold' (It is now abolished).
6908
6909 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6912
6913 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6914
6915         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6916         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6917         Change default value to nil.
6918         (wl-summary-indent-length-limit): The value can be nil, nil means
6919         unlimited.
6920
6921         * wl-summary.el: Don't set limit for indent length if the value of
6922         wl-summary-indent-length-limit is nil.
6923         If the value of wl-summary-width is nil, it means only that the width
6924         of summary is unlimited (nil doesn't mean that the indent length is
6925         unlimited).
6926
6927         * wl-thread.el: Ditto.
6928
6929 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6930
6931         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6932         be nil, nil means never confirm.
6933         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6934
6935 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6936
6937         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6938         means unlimited).
6939
6940 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6941
6942         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6943         Use `with-temp-buffer'.
6944
6945 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6948         with new backquote style).
6949         (wl-folder-get-entity-from-buffer): Ditto.
6950
6951 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6952
6953         * wl-version.el (nemacs-version): Eliminated.
6954         (wl-extended-emacs-version2): Ignore nemacs.
6955         (wl-extended-emacs-version3): Ditto.
6956
6957 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6958
6959         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6960         (wl-draft-add-in-reply-to): New variable.
6961         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6962         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6963         (wl-draft-yank-from-mail-reply-buffer): Use
6964         `wl-draft-add-in-reply-to'.
6965         (wl-draft-insert-current-message): Ditto.
6966
6967 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6968
6969         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6970         typo (kill->hide).
6971         (wl-message-buffer-prefetch-folder-type-list): Added elements
6972         `mark' and `cache' instead of `internal'.
6973
6974 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6977         resume msgdb directory.
6978
6979 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6980
6981         * wl.el (wl-exit): Call `wl-acap-exit'.
6982
6983         * wl-summary.el (wl-summary-message-string): New function.
6984         (wl-summary-reedit): Use it.
6985         (wl-summary-resend-bounced-mail): Remove needless let.
6986         (wl-summary-supersedes-message): Ditto.
6987         (wl-summary-save): Ditto.
6988
6989         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6990         (wl-acap-init): Set it.
6991         (wl-acap-exit): New function.
6992
6993 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6994
6995         * wl.el (wl-init): Revert (require 'mime-setup). move from
6996         toplevel.
6997
6998 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6999
7000         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7001         local variables.  Add error when guess function return invalid
7002         value.
7003
7004 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7005
7006         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7007         Change local variable name.
7008         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7009         (wl-folder-get-newsgroups): Return nil when non-news folder.
7010         * wl-summary.el (wl-summary-write-current-folder): State through
7011         when guess-list return nil.
7012         (wl-summary-write-current-folder-functions): Fixed docstring.
7013
7014         * wl.el (wl-exit): Changed confirm message.
7015
7016         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7017         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7018
7019         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7020
7021 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7022
7023         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7024         user option (Renamed from wl-cache-prefetch-folder-type-list).
7025         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7026         from wl-cache-prefetch-folder-list).
7027
7028         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7029         Move to wl-vars.el.
7030         (wl-message-buffer-prefetch-p): Changed to enable
7031         `wl-message-buffer-prefetch-folder-list'.
7032
7033         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7034         `ignore-cache'.
7035
7036 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7037
7038         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7039         `part-top' and `part-bottom'.
7040         (wl-draft-config-sub-part-top): New function.
7041         (wl-draft-config-sub-part-bottom): New function.
7042
7043 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7044
7045         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7046
7047 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7048
7049         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7050
7051 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7052
7053         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7054
7055         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7056         (wl-summary-write-current-folder): Ditto.
7057
7058 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7059
7060         * wl-folder.el (wl-folder-get-newsgroups): Use
7061         `elmo-folder-newsgroups'.
7062
7063 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7064
7065         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7066         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7067         `wl-draft-config-sub-header-bottom'.
7068
7069 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7070
7071         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7072         localnews folder.
7073
7074 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7075
7076         * wl-summary.el (wl-summary-mode): Undo last change.
7077
7078         * wl-folder.el (wl-folder-mode): Ditto.
7079
7080 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7081
7082         * wl-summary.el (wl-summary-mode): Locally set
7083         truncate-partial-window-width to nil.
7084         (for XEmacs)
7085
7086         * wl-folder.el (wl-folder-mode): Ditto.
7087
7088 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7091
7092 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7093
7094         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7095         number.
7096
7097         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7098
7099         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7100
7101         * Version number is increased to 2.7.6.
7102
7103 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7106
7107 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7108
7109         * wl-summary.el (wl-summary-sync-update): Enclose network
7110         related portion with `unwind-protect'.
7111
7112 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7113
7114         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7115
7116 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7117
7118         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7119         element.
7120         * wl-vars.el (wl-message-body-button-alist): Ditto.
7121
7122         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7123         max match length.
7124         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7125
7126         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7127         for the max match length;
7128         Use 4th element value for the button string regexp group.
7129
7130         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7131         candidate exists, prompt to select.
7132
7133 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7134
7135         * wl-summary.el (wl-summary-jump-to-msg): Search before
7136         calibration point by `beginning-of-line'.
7137
7138 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7139
7140         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7141         for access group.
7142
7143 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7144
7145         * wl-message.el (wl-message-display-internal): Bind
7146         `default-mime-charset'.
7147
7148         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7149
7150         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7151
7152         * Version number is increased to 2.7.5.
7153
7154 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7155
7156         * wl-expire.el (wl-summary-archive): Fixed;
7157         Use `elmo-folder-name-internal'.
7158
7159 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7160
7161         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7162         from `elmo-folder-move-messages' caller.
7163         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7164
7165         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7166         related portions are changed).
7167
7168 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7169
7170         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7171         counter.
7172
7173 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7174
7175         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7176         buffer local and set it to nil.
7177
7178         * wl-message.el (wl-message-redisplay): Ditto.
7179
7180 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7181
7182         * wl-summary.el (wl-summary-mark-as-important): If message is
7183         already cached, set messag as read, otherwise encache and mark as read.
7184
7185 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7186
7187         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7188         point-min.
7189
7190 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7193         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7194         a keymap.
7195
7196 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7197
7198         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7199         parent.
7200
7201         * wl-mule.el (wl-message-define-keymap): Ditto.
7202
7203         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7204
7205         * wl-xmas.el (wl-message-display-internal-hook): Define.
7206         (wl-xmas-setup-message-toolbar): Define as function.
7207         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7208         (wl-message-overload-functions): Abolished.
7209         (wl-message-define-keymap): New function.
7210
7211         * wl-vars.el (wl-message-display-internal-hook): New variable.
7212         (wl-message-header-button-alist): New variable (Renamed from
7213         wl-highlight-message-header-button-alist).
7214         (wl-message-body-button-alist): Ditto.
7215
7216         * wl-mule.el (wl-message-define-keymap): New function.
7217         (wl-message-overload-functions): Abolished.
7218
7219         * wl-message.el (wl-message-add-buttons-to-body): New function.
7220         (wl-message-redisplay): Don't call wl-message-overload-functions;
7221         Call wl-message-add-buttons-to-header and
7222         wl-message-add-buttons-to-body.
7223         (wl-message-display-internal): Set keymap argument for
7224         elmo-mime-display-as-is, elmo-mime-message-display;
7225         Run wl-message-display-internal-hook.
7226         (wl-message-refer-article-or-url): Abolished.
7227
7228         * wl-highlight.el (wl-highlight-headers): Don't call
7229         wl-highlight-message-add-buttons-to-header.
7230         (wl-highlight-message-add-buttons-to-header): Abolished.
7231
7232
7233         * wl-e21.el (wl-message-display-internal-hook): Define.
7234         (wl-e21-setup-toolbar): Deleted duplicated binding.
7235         (wl-e21-setup-message-toolbar): Define as function.
7236         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7237         (wl-message-define-keymap): New function.
7238         (wl-message-overload-functions): Abolished.
7239
7240 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7241
7242         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7243         and elmo-folder-close.
7244
7245         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7246
7247 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7248
7249         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7250         boolean value.
7251         * wl-draft.el (wl-draft-do-fcc): Ditto.
7252
7253 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7254
7255         * wl-vars.el (wl-fcc-force-as-read): New variable.
7256         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7257         mark copied message as read.
7258
7259 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7260
7261         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7262
7263 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7264
7265         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7266         `wl-summary-target-above' instead of obsolete variable
7267         `wl-summary-temp-above'.
7268
7269         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7270         instead of `make-obsolete-variable'.
7271         * wl-refile.el (toplevel): Ditto.
7272
7273 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7274
7275         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7276         with third argument t.
7277         (wl-draft): Set first argument for wl-plugged-init as t.
7278
7279         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7280         definition.
7281
7282 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7283
7284         * wl-vars.el: Tabify.
7285         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7286
7287         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7288         message.
7289
7290 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7291
7292         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7293         and set default to beep.
7294
7295 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7296
7297         * wl-vars.el (wl-draft-truncate-lines): New variable.
7298
7299         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7300         instead of wl-message-truncate-lines for truncate-lines.
7301
7302 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-message.el (wl-message-display-internal): Call
7305         `wl-highlight-message' after `elmo-mime-display-as-is'.
7306
7307         * wl-mime.el (wl-mime-display-text/plain): New function.
7308         (wl-mime-display-header): Ditto.
7309         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7310         body-presentation-method for text/plain;
7311         Register `wl-mime-display-header' as a header-presentation-method;
7312         Don't set up `elmo-message-text-content-inserted-hook' and
7313         `elmo-message-header-inserted-hook'.
7314
7315         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7316         variable.
7317         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7318         as t if flag is 'all-header;
7319         Don't bind `elmo-message-ignored-field-list',
7320         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7321
7322 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7323
7324         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7325         for xemacs with non-mule environment.
7326
7327 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7328
7329         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7330         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7331         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7332
7333 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7334
7335         * wl-vars.el (wl-interactive-send): Set default value as t.
7336
7337 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7338
7339         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7340         (wl-addrmgr-method-list): Abolished.
7341         (wl-addrmgr-change-method): Follow above change.
7342
7343         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7344
7345 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7346
7347         * wl-vars.el (wl-message-truncate-lines): Change default value
7348         to default-truncate-lines.
7349
7350         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7351
7352 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7353
7354         * wl-vars.el (wl-message-truncate-lines): New variable.
7355
7356         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7357         wl-message-truncate-lines.
7358
7359 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7360
7361         * wl-acap.el (wl-acap-init): Remove period from error message.
7362         (wl-acap-find-acap-service): Remove period from message.
7363
7364 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7365
7366         * wl.el (wl-check-environment): Undo last change.
7367
7368         * wl-vars.el (wl-from): Changed default value.
7369
7370         * wl-util.el (toplevel): Don't require tm-edit.
7371
7372         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7373         `wl-folder-init';
7374         Don't set mark on mail body.
7375         (wl-draft-reedit): Ditto.
7376
7377         * wl-address.el (wl-address-quote-specials): Define as an alias for
7378         elmo-address-quote-specials.
7379
7380 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7381
7382         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7383
7384         * wl-vars.el (wl-from): Set default value as nil.
7385         (wl-organization): Set default value as ORGANIZATION environment
7386         variable.
7387
7388         * wl-draft.el (wl-smtp-extension-bind): Check value of
7389         wl-smtp-connection-type.
7390
7391         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7392         error.
7393
7394 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7395
7396         * Version number is increased to 2.7.4.
7397
7398         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7399         arguments from `wl-highlight-x-face-function' caller.
7400         Use x-face-1.3.6.12 or later.
7401
7402 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7403
7404         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7405
7406 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7407
7408         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7409         (wl-fcc): Fix to accept function.
7410         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7411
7412 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7413
7414         * wl-acap.el (toplevel): Added `product-provide' declare.
7415         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7416
7417 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7418
7419         * wl.el (wl): Changed order of calling `elmo-init'
7420         and `elmo-folder-init'.
7421
7422 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7423
7424         * wl-mime.el (wl-summary-burst): Extract message when content-type
7425         of root entity is not only `multipart' but also `message/rfc822'.
7426         (wl-summary-burst-subr): Ditto.
7427
7428 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * wl-vars.el (toplevel): Require 'custom.
7431         (wl-trash-folder): Added to `wl-setting' group.
7432
7433         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7434         exists.
7435         (wl-addrmgr-draw): Insert empty line when no entry exists.
7436
7437         * wl-mule.el (wl-message-wheel-up): Fixed.
7438         (wl-message-wheel-down): Ditto.
7439
7440 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7441
7442         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7443         config is an anonymous lambda expression.
7444
7445 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7446
7447         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7448         when Mule 2 is running.
7449
7450 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7451
7452         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7453
7454 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7455
7456         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7457         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7458
7459         * wl-address.el (wl-address-specials-regexp): Eliminated.
7460         (wl-address-quote-specials): Rewrite.
7461
7462 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7463
7464         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7465         shy-groups for regexp.
7466
7467         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7468         character classes and Perl style shy-groups for regexp.
7469         (wl-highlight-plugged-current-line): Use Posix style character
7470         classes for regexp.
7471         (wl-e21-highlight-folder-by-numbers): Ditto.
7472         (wl-e21-display-image-p): Use `display-images-p' instead of
7473         `display-graphic-p'.
7474         (display-images-p): Make an alias to `display-graphic-p' if it is
7475         not available.  It is for Emacs version prior to 21.0.105.
7476
7477         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7478         `display-graphic-p'.
7479         (wl-demo-image-type-alist): Ditto.
7480         (display-images-p): Make an alias to `display-graphic-p' if it is
7481         not available.  It is for Emacs version prior to 21.0.105.
7482
7483 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7484
7485         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7486         support.
7487         (wl-generate-user-agent-string): Ditto.
7488
7489         * wl-version.el (wl-version): Update docsting.
7490         (wl-version-status): Ditto.
7491
7492 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7493
7494         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7495         21.0.105.  For Emacs 21.0.104 or earlier.
7496
7497 2001-09-03  Takuo KITAME <kitame@northeye.org>
7498
7499         * wl-e21.el (wl-plugged-init-icons): Use
7500         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7501         (wl-biff-init-icons): Ditto.
7502
7503 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7504
7505         * wl-highlight.el (wl-highlight-summary-current-line):
7506         Fixed highlighting refile/copy destination.
7507
7508         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7509         (wl-acap-store): Encode string by wl-acap-coding-system.
7510
7511 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7512
7513         * wl-acap.el (toplevel): Check and require 'un-define before
7514         'xemacs-ucs;
7515          Added checking for UTF-2000.
7516
7517 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7518
7519         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7520         Don't enclose with `eval-and-compile'.
7521
7522         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7523         wl-init is non-nil.
7524
7525         * wl-draft.el (wl-draft): Ditto.
7526
7527         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7528
7529         * wl-acap.el (toplevel): Require 'wl.
7530         (wl-acap-store): Call `elmo-init'.
7531
7532         * wl.el (wl): Changed position of `wl-check-environment'.
7533         (toplevel): Added autoload setting for wl-acap.
7534
7535         * wl-vars.el (wl-setting): New custom group.
7536         (wl-from): Added wl-setting group.
7537         (wl-user-mail-address-list): Ditto.
7538         (wl-organization): Ditto.
7539         (wl-subscribed-mailing-list): Ditto.
7540         (wl-envelope-from): Ditto.
7541         (wl-smtp-posting-user): Ditto.
7542         (wl-smtp-posting-server): Ditto.
7543         (wl-smtp-posting-port): Ditto.
7544         (wl-smtp-authenticate-type): Ditto.
7545         (wl-pop-before-smtp-user): Ditto.
7546         (wl-pop-before-smtp-server): Ditto.
7547         (wl-pop-before-smtp-port): Ditto.
7548         (wl-pop-before-smtp-authenticate-type): Ditto.
7549         (wl-nntp-posting-server): Ditto.
7550         (wl-nntp-posting-user): Ditto.
7551         (wl-nntp-posting-port): Ditto.
7552         (wl-fetch-confirm-threshold): Ditto.
7553         (wl-prefetch-threshold): Ditto.
7554         (wl-thread-insert-opened): Ditto.
7555         (wl-ldap-server): Ditto.
7556         (wl-ldap-port): Ditto.
7557         (wl-ldap-base): Ditto.
7558         (wl-ldap-objectclass): Ditto.
7559         (wl-use-ldap): Ditto.
7560         (wl-draft-config-alist): Ditto.
7561         (wl-draft-config-matchone): Ditto.
7562         (wl-template-alist): Ditto.
7563         (wl-message-sort-field-list): Ditto.
7564         (wl-message-ignored-field-list): Ditto.
7565         (wl-message-visible-field-list): Ditto.
7566         (wl-interactive-send): Ditto.
7567         (wl-summary-move-order): Ditto.
7568         (wl-auto-select-first): Ditto.
7569         (wl-auto-select-next): Ditto.
7570         (wl-interactive-save-folders): Ditto.
7571
7572         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7573         Initialization codes are moved from wl-local-folder-init.
7574         (wl-local-folder-init): Follow the change above.
7575         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7576
7577         * wl-acap.el: New file.
7578
7579         * Version number is increased to 2.7.3.
7580
7581 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7582
7583         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7584
7585 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7586
7587         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7588         (wl-addrmgr-address-entry-list): Ditto.
7589
7590 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-e21.el (wl-draft-mode-map): Removed binding for
7593         `wl-draft-insert-x-face-field'.
7594
7595         * wl-mule.el (wl-draft-mode-map): Ditto.
7596
7597         * wl-xmas.el (wl-draft-mode-map): Ditto.
7598
7599         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7600         (wl-cs-autoconv): Ditto.
7601         (wl-cs-local): Ditto.
7602         (wl-use-scoring): Ditto.
7603         (wl-mime-charset): Ditto.
7604         (wl-folder-check-async): Ditto.
7605
7606         * wl.el (toplevel): Ignore nemacs and tm.
7607         (wl-exit): Ditto.
7608
7609         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7610         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7611         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7612         instead of wl-address-petname-add-or-change.
7613         (wl-summary-edit-addresses-subr): Use wl-address-delete
7614         instead of wl-address-petname-delete.
7615
7616         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7617
7618         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7619         if error occured.
7620
7621         * wl-message.el (require): Remove tm support.
7622
7623         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7624
7625         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7626         (wl-folder-jump-to-current-entity): Ditto.
7627         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7628
7629         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7630         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7631         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7632
7633         * wl-mule.el (wl-draft-key-setup): Ditto.
7634
7635         * wl-xmas.el (wl-draft-key-setup): Ditto.
7636
7637         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7638         (wl-draft-std11-parse-addresses): New function.
7639         (wl-draft-parse-mailbox-list): Use it.
7640         (wl-draft): Ignore nemacs.
7641         (wl-draft-reedit): Ditto.
7642
7643         * wl-addrmgr.el: New file.
7644         (Original is wl-rcpt.el written by
7645         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7646         Thanks Kitamoto-san.)
7647
7648         * wl-address.el (wl-address-make-address-list): Modified parsing
7649         process.
7650         (wl-address-delete): Renamed from `wl-address-petname-delete';
7651         Modify wl-address-list too.
7652         (wl-address-add-or-change): Renamed from
7653         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7654
7655 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7656
7657         * wl-highlight.el (wl-highlight-summary-current-line):
7658           Work with transient-mark-mode
7659
7660 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7661
7662         * Version number is increased to 2.7.2.
7663
7664         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7665         instead of elmo-dop-queue-method.
7666
7667 2001-08-06  SAITO Atsunori <sai@yedo.com>
7668
7669         * wl-vars.el (wl-ldap-objectclass): New user option.
7670
7671         * wl-address.el (wl-ldap-make-filter): Use it.
7672
7673 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7676
7677 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7678
7679         * wl-folder.el (wl-folder): redisplay after folder insertion.
7680
7681         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7682
7683         * wl-summary.el (wl-summary-sync-update):
7684         Change status mark only when new-msgdb exists.
7685         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7686
7687 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7688
7689         * wl-summary.el (wl-summary-open-folder): New function.
7690         (wl-summary-goto-folder-subr): Use it.
7691         (wl-summary-mark-as-important): Fix;
7692         Encache only when no cache exists.
7693
7694 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7695
7696         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7697         Use with-current-buffer.
7698
7699 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7700
7701         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7702         before call `get-buffer'. Fixed parenthesis.
7703         (wl-score-get-header-entry): Clear message and help window when
7704         keyboard quit.
7705         (wl-score-edit-insert-header): Ditto.
7706
7707 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7710         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7711         (wl-default-draft-cite): Fix.
7712
7713         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7714         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7715
7716 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-message.el (wl-message-prev-page): Do same bahavior
7719         as summary when it is called in the message buffer.
7720         (wl-message-next-page): Ditto.
7721
7722 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-summary.el (wl-summary-forward): Use cache if it is not
7725         section cache.
7726
7727 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7728
7729         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7730         Removed redundant require of elmo-vars.
7731         (wl-biff-state-indicator-on): Changed default value for
7732         xemacs with non-mule environment.
7733
7734         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7735         wl-message-buffer is nil;
7736         Hide progress bar after moving messages.
7737
7738 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7739
7740         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7741         message at cursor point is deleted.
7742
7743 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-vars.el: Changed file coding system to euc-japan.
7746         Added -*-coding:-*- magic to the first line.
7747
7748         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7749         Search parent from the first message.
7750
7751         * Version number is increased to 2.7.1.
7752
7753 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7754
7755         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7756
7757 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7758
7759         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7760         refile/delete execution.
7761
7762         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7763         Fixed docstring.
7764
7765 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7766
7767         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7768         do update process;
7769         Don't update marks when update process is interrupted.
7770
7771 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7772
7773         * wl-summary.el (wl-summary-reply): Fixed problem when
7774         wl-draft-use-frame is non-nil.
7775         (wl-summary-forward): Ditto.
7776
7777         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7778         as nil.
7779         (wl-folder-mark-as-read-all-entity): Ditto.
7780         (wl-folder-prefetch-entity): Ditto.
7781
7782         * wl.el (wl): Check environment before wl-init.
7783
7784         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7785         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7786         instead of wl-summary-collect-unread.
7787         (wl-summary-reply): Split message window.
7788
7789 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7792         only if current language environment is japanese,
7793
7794         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7795         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7796         (wl-folder-goto-folder-subr): Ditto.
7797
7798         * wl-draft.el (wl-draft-dispatch-message): Call
7799         `elmo-file-cache-get-path'.
7800
7801 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl-summary.el (wl-summary-cursor-move): If return value of
7804         wl-summary-next-message is not number, don't jump.
7805
7806 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7807
7808         * wl-summary.el (wl-summary-buffer-next-message-function): New
7809         variable.
7810         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7811         if it is bound.
7812
7813         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7814         string.
7815
7816         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7817         (wl-plugged-drawing): Ditto.
7818
7819 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7820
7821         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7822         process.
7823         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7824         with unwind-protect.
7825
7826         * wl.el (wl-init): Require mime-setup.
7827         (wl-check-environment): Don't require mime-setup.
7828
7829         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7830         instead of elmo-folder-type.
7831
7832         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7833         value as nil.
7834
7835 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * Version number is increased to 2.7.0.
7838
7839         * wl-version.el (wl-version): Changed codename.
7840
7841         * wl-summary.el (wl-summary-delete-cache): Fixed.
7842
7843         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7844         Workaround for net folders.
7845         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7846
7847         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7848         value to nil (According to the patch from
7849         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7850
7851         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7852         of elmo-folder-close.
7853
7854 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7855
7856         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7857         for postfix.
7858
7859 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7860
7861         * wl-summary.el (wl-summary-resend-message): Fixed.
7862
7863         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7864         Call wl-draft with `from' argument if its address is included in
7865         `wl-user-mail-address-list'.
7866         (wl-draft): Added `from' argument.
7867
7868         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7869         non-nil.
7870         (wl): Don't show demo if wl-demo is nil.
7871
7872         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7873         wl-summary-use-frame.
7874
7875         * wl-vars.el (wl-summary-use-frame): New user option.
7876         (wl-folder-use-frame): Changed docstring.
7877
7878         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7879         non-nil.
7880         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7881         wl-summary-use-frame.
7882
7883         * wl-vars.el (wl-folder-use-frame): New user option.
7884
7885         * wl-summary.el (wl-summary-exit): Back to folder frame if
7886         wl-folder-use-frame is non-nil.
7887         (wl-summary-redisplay-internal): Ignore cache if current folder
7888         is draft folder,
7889         (wl-summary-redisplay-no-mime): Ditto.
7890         (wl-summary-redisplay-all-header): Ditto.
7891
7892         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7893         if wl-folder-use-frame is non-nil.
7894
7895 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7896
7897         * wl-summary.el (wl-summary-sync-update): Bind
7898         elmo-folder-update-threshold.
7899         (wl-summary-mark-as-important): Enclosed server mark processing
7900         with `save-match-data'.
7901
7902         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7903         only when it is already defined.
7904
7905 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7906
7907         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7908         name of folder exclude localdir is wrong.
7909         * wl-folder.el (wl-folder-sync-entity):
7910         Set `wl-summary-always-sticky-folder-list' as nil.
7911         (wl-folder-mark-as-read-all-entity): Ditto.
7912         (wl-folder-prefetch-entity): Ditto.
7913
7914 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7915
7916         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7917         instead of `wl-summary-write-current-newsgroup'.
7918
7919 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7920
7921         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7922         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7923         non-nil and selected message is important, do not display.
7924
7925 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7926
7927         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7928
7929 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7930
7931         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7932
7933         * wl-summary.el (wl-summary-mark-as-important): Set message number
7934         using wl-summary-message-number.
7935
7936 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7937
7938         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7939         destination folder is 'null.
7940
7941 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7942
7943         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7944         New function.
7945         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7946         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7947         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7948
7949 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7950
7951         * wl-mime.el (wl-mime-setup): Added setting for
7952         `mime-setup-signature-key-alist' to avoid overriding key bind for
7953         `wl-draft-send'.
7954
7955         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7956         for `wl-draft-send'.
7957         * wl-mule.el (wl-draft-overload-functions): Ditto.
7958         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7959         * wl-draft.el (wl-draft-send): Ditto.
7960
7961         * wl-message.el (wl-message-display-internal):
7962         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7963         (Patch is provided by <kita@coe.nttdata.co.jp>).
7964
7965 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7966
7967         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7968
7969 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7970
7971         * wl.el (wl): Fix for wl-demo.
7972
7973 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7974
7975         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7976
7977 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7978
7979         * wl-folder.el (wl-folder-prefetch-entity): Use
7980         `wl-folder-get-elmo-folder'.
7981         (wl-folder-count-incorporates): Do not use
7982         `wl-folder-get-elmo-folder'.
7983
7984 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7985
7986         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7987         instead of `elmo-folder-get-type'.
7988
7989 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7990
7991         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7992         position on Subject: field.
7993         (Advised by Mito <mit@nines.nec.co.jp>)
7994
7995 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7996
7997         * wl-folder.el (wl-folder-prefetch-entity): Use
7998         `wl-folder-get-elmo-folder'.
7999
8000 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8001
8002         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8003
8004         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8005         `process-duplicates' slot.
8006
8007         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8008         if detection failed.
8009
8010 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8011
8012         * wl-version.el (wl-version-status): Set to "alpha".
8013
8014 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8017         Check wl-message-buffer lives before set-buffer.
8018
8019 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8020
8021         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8022         called in folder mode.
8023         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8024         * wl-summary.el (wl-summary-exit-pre-hook): Run
8025         `wl-summary-exit-pre-hook' before exit summary mode.
8026
8027 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8028
8029         * wl-version.el (wl-version-status): New variable.
8030         (wl-version-status-alist): Removed.
8031         (wl-version-status): Rule included.
8032
8033 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8034
8035         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8036         @sponichi.
8037
8038         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8039         when `mail-reply-buffer' is buffer-local variable.
8040         (Reported by <kita@coe.nttdata.co.jp>).
8041
8042 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8043
8044         * wl-vars.el (toplevel): Require 'elmo-util.
8045
8046 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8047
8048         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8049         (All other related portions are changed)
8050
8051         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8052
8053         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8054
8055 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8056
8057         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8058
8059 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8060
8061         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8062         Delete other windows to avoid an error.
8063         Use `point-marker' instead of `point' to remember the start point
8064         of body.
8065
8066         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8067
8068         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8069         number not to exceed all message number.
8070
8071 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8072
8073         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8074         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8075
8076 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8077
8078         * wl-summary.el (wl-summary-sync-force-update): Added argument
8079         no-check.
8080         (wl-summary-sync-update): Ditto.
8081         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8082         with `no-check'.
8083
8084         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8085         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8086         already running.
8087
8088 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8089
8090         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8091         `dst-folder-arg'.
8092         (wl-expire-archive-number1): Diito.
8093         (wl-expire-archive-number2): Diito.
8094         (wl-expire-archive-Date): Diito.
8095         (wl-archive-number1): Diito.
8096         (wl-archive-number2): Diito.
8097         (wl-archive-date): Diito.
8098         (wl-archive-folder-p): New function.
8099         (wl-summary-expire): Support of expand folder name at
8100         wl-expire-alist.
8101         * wl-util.el (wl-expand-newtext): Renamed from
8102         `wl-refile-expand-newtext'.
8103
8104 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8105
8106         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8107         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8108         `(elmo-msgdb-get-overview msgdb)'.
8109         (wl-summary-prefetch): Bind match data before call
8110         `wl-summay-prefetch-msg'.
8111         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8112         'off if `wl-summary-buffer-disp-msg' is non-nil.
8113         Fixed problem that couldn't show only one new or unread message when
8114         enter folder.
8115         (wl-summary-reply): Don't call `split-window-vertically' and other
8116         window.
8117
8118 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-expire.el (wl-expire-refile): Fixed.
8121
8122 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8125
8126         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8127         biff notification is removed.
8128
8129         * wl.el (wl): Changed position of `elmo-init'.
8130
8131         * wl-draft.el (wl-default-draft-cite): Use date field
8132         on the citation buffer.
8133
8134         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8135
8136         * wl-xmas.el (wl-folder-internal-icon-list): Added
8137         `wl-folder-shimbun-image'.
8138
8139         * wl-e21.el (wl-folder-internal-icon-list): Added
8140         `wl-folder-shimbun-image'.
8141
8142 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8143
8144         * wl.el (wl-init): Eliminated argument.
8145         (wl): Rewrite.
8146
8147         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8148         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8149         instead of `elmo-folder-msgdb-internal'.
8150         (wl-summary-sync-update): Ditto.
8151         (wl-summary-flush-pending-append-operations): Eliminated.
8152         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8153         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8154         `elmo-folder-open'.
8155
8156         * wl-mime.el (wl-summary-burst): Fixed.
8157
8158         * wl-folder.el (wl-folder-info-save): Check data type.
8159
8160         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8161         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8162         instead of `elmo-folder-msgdb-internal'.
8163         (wl-expire-hide): Ditto.
8164
8165
8166         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8167
8168 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8169
8170         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8171
8172 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8173
8174         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8175
8176 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8177
8178         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8179         Fixed `match-beginning' argument mismatch.
8180
8181 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8182
8183         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8184         the default value.
8185
8186 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8187
8188         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8189         instead of `elmo-nntp-default-port'.
8190
8191         * wl-vars.el: Fixed some doc strings.
8192
8193 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-summary.el (wl-summary-prefetch-msg): Use
8196         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8197
8198         * wl-vars.el: Define *-func as obsolete variable using
8199         `elmo-define-obsolete-variable'.
8200
8201         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8202         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8203         instead of `wl-message-buffer-prefetch-threshold'.
8204
8205         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8206
8207         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8208
8209         * wl-draft.el (wl-caesar-region-func): Ditto.
8210
8211         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8212         Keep unread status in elmo-folder-move-messages.
8213         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8214
8215 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8216
8217         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8218         `wl-summary-buffer-exit-func'
8219         (wl-summary-buffer-message-redisplay-function): Renamed from
8220         `wl-summary-buffer-message-redisplay-func'
8221         (wl-summary-buffer-next-folder-function): Renamed from
8222         `wl-summary-buffer-next-folder-func'.
8223         (wl-summary-buffer-prev-folder-function): Renamed from
8224         `wl-summary-buffer-prev-folder-func'.
8225         (wl-summary-get-petname-function): Renamed from
8226         `wl-summary-get-petname-func'.
8227
8228         * wl-score.el (wl-score-edit-exit-function): Renamed from
8229         `wl-score-edit-exit-func'.
8230
8231         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8232         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8233
8234         * wl-util.el (wl-load-profile-function): Renamed from
8235         `wl-load-profile-func'.
8236
8237         * wl-folder.el (wl-folder-completion-function): Renamed from
8238         `wl-folder-completion-func'.
8239         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8240
8241         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8242         `wl-expire-archive-get-folder-func'.
8243         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8244         (wl-draft-send-mail-function): Renamed from
8245         `wl-draft-send-mail-func'.
8246         (wl-draft-send-news-function): Renamed from
8247         `wl-draft-send-news-func'.
8248         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8249         (wl-generate-mailer-string-function): Renamed from
8250         `wl-generate-mailer-string-func'.
8251         (wl-highlight-signature-search-function): Renamed from
8252         `wl-highlight-signature-search-func'.
8253         (wl-highlight-x-face-function): Renamed from
8254         `wl-highlight-x-face-func'
8255         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8256         (wl-ps-print-buffer-function): Renamed from
8257         `wl-ps-print-buffer-func'
8258         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8259         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8260         (wl-summary-subject-filter-function): Renamed from
8261         `wl-summary-subject-filter-func'.
8262
8263         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8264         `wl-draft-queue-flush-send-func'
8265         (wl-draft-cite-function): Renamed from
8266         `wl-draft-cite-func'
8267
8268         * wl-address.el (wl-address-init-function): Renamed from
8269         `wl-address-init-func'.
8270
8271 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8272
8273         * wl-draft.el (wl-draft-queue-flush): Don't call
8274         `elmo-dop-unlock-message'.
8275         * wl-draft.el (wl-draft-queue-append): Don't call
8276         `elmo-dop-lock-message'.
8277
8278         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8279         (wl-summary-buffer-folder-name): Ditto.
8280         (wl-summary-message-regexp): Added '-' (all other related portions
8281         are changed).
8282         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8283         wl-summary-buffer-folder-name.
8284
8285 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8286
8287         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8288         the number of mails in the folder buffer is not updated by wl-biff.
8289
8290 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8291
8292         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8293         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8294
8295 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-summary.el (wl-summary-next-message):
8298         Return next message number when wl-summary-move-order is nil.
8299
8300 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8301
8302         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8303         `wl-summary-move-spec-alist'.
8304         (wl-summary-move-spec-unplugged-alist): New variable
8305         (Move spec for unplugged status).
8306         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8307         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8308
8309 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8310
8311         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8312         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8313
8314 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8315
8316         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8317         simple quotation to quote the anonymous function.
8318         * tm-wl.el (wl-draft-preview-message): Ditto.
8319
8320 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8321
8322         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8323         Eliminate redundant `save-excursion'.
8324         (wl-highlight-summary-current-line): Ditto.
8325
8326         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8327         accessing match data when `looking-at' failed.
8328
8329         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8330         `elmo-match-string' where users don't care about the speed.
8331         (wl-draft-save): Ditto.
8332
8333 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-util.el (wl-regexp-opt): New function.
8336
8337         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8338         number from `wl-summary-buffer-number-list'.
8339         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8340         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8341         (wl-summary-move-spec-alist): Changed default setting.
8342
8343 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8344
8345         * wl-vars.el (wl-biff-notify-hook): New hook.
8346         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8347         the arrival of new mail.
8348         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8349         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8350
8351 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8354
8355 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8358
8359         * Version number is increased to 2.5.8.
8360
8361         * wl-thread.el (toplevel): require 'cl.
8362         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8363         (wl-thread-make-number-list): New function.
8364         (wl-thread-entity-make-number-list-from-children): Ditto.
8365         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8366         (wl-thread-entity-insert-as-children): Likewise.
8367         (wl-thread-delete-message): Likewise.
8368         (wl-meaning-of-mark): Eliminated.
8369         (wl-thread-next-failure-mark-p): Ditto.
8370         (wl-thread-entity-get-mark): Ditto.
8371         (wl-thread-meaning-alist-get-result): Ditto.
8372         (wl-thread-entity-check-prev-mark): Ditto.
8373         (wl-thread-entity-check-next-mark): Ditto.
8374         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8375         (wl-thread-entity-get-prev-marked-entity): Ditto.
8376         (wl-thread-get-prev-unread): Ditto.
8377         (wl-thread-jump-to-prev-unread): Ditto.
8378         (wl-thread-get-next-unread): Ditto.
8379         (wl-thread-jump-to-next-unread): Ditto.
8380         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8381         (wl-thread-entity-get-next-marked-entity): Ditto.
8382
8383         * wl-summary.el (wl-summary-buffer-number-list):
8384         New bufer-local variable.
8385         (wl-summary-switch-to-clone-buffer): Clone
8386         `wl-summary-buffer-number-list'.
8387         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8388         (wl-summary-cursor-move-regex): Eliminated.
8389         (wl-summary-cursor-up): Rewrite.
8390         (wl-summary-cursor-down): Ditto.
8391         (wl-summary-mode-spec-alist): New variable.
8392         (wl-summary-next-message): New inline function.
8393         (wl-summary-cursor-move): New function.
8394         (wl-summary-default-get-next-msg): Rewrite.
8395         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8396         (wl-summary-rescan): Ditto.
8397         (wl-summary-sync-all-init): Ditto.
8398         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8399         summary is not thread view.
8400         (wl-summary-sync-update): Ditto.
8401         (wl-summary-rescan): Ditto.
8402         (wl-summary-make-number-list): New function.
8403
8404         * wl-draft.el: "FCC" -> "Fcc".
8405
8406 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8407
8408         * wl-highlight.el (wl-highlight-summary-window):
8409         Call `set-buffer-modified-p'.
8410
8411         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8412         (wl): Call `elmo-init' and fix.
8413
8414         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8415         Use new variables.
8416
8417         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8418
8419 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8420
8421         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8422
8423 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8424
8425         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8426
8427 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8428
8429         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8430         `wl-use-toolbar' nor `display-graphic-p'.
8431         (wl-e21-setup-message-toolbar): Ditto.
8432         (wl-e21-setup-summary-toolbar): Ditto.
8433         (wl-e21-setup-folder-toolbar): Ditto.
8434
8435         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8436         (wl-plugged-init-icons): Ditto.
8437
8438         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8439         `display-graphic-p'.
8440         (wl-plugged-set-folder-icon): Ditto.
8441         (wl-highlight-plugged-current-line): Ditto.
8442         (wl-highlight-folder-current-line): Ditto.
8443         (wl-e21-highlight-folder-group-line): Ditto.
8444         (wl-e21-setup-toolbar): Ditto.
8445         (wl-e21-display-image-p): New macro.
8446
8447         * wl-demo.el (wl-demo): Simplified.
8448         (wl-demo-image-type-alist): Use `image-type-available-p' for
8449         checking whether the image type `xbm' is available.
8450
8451 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8454         (wl-summary-input-range): Ditto.
8455
8456 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8457
8458         * wl-summary.el (wl-summary-edit-addresses): Use
8459         `wl-summary-get-original-buffer'
8460         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8461         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8462         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8463         (wl-summary-get-newsgroups): Eliminated.
8464         (wl-summary-set-crosspost): Ditto.
8465         (wl-summary-is-crosspost-folder): Ditto.
8466         (wl-crosspost-alist-load): Ditto.
8467         (wl-crosspost-alist-save): Ditto.
8468
8469         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8470         `elmo-setup-subscribed-newsgroups' instead of
8471         `elmo-nntp-make-groups-hashtb'.
8472         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8473         instead of `wl-crosspost-alist-save'.
8474
8475         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8476         of `elmo-folder-message-appendable-p'.
8477         (wl-mime-header-presentation-method): Eliminated.
8478
8479         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8480         (Error occurs in emacs21).
8481
8482         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8483         the current buffer).
8484
8485         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8486         instead of `wl-crosspost-alist-save'.
8487         (wl-init): `elmo-crosspost-message-alist-load'
8488         instead of `wl-crosspost-alist-load'
8489
8490         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8491         (wl-parse-newsgroups): Likewise.
8492         (wl-biff-notify): Run `wl-biff-notify-hook'.
8493
8494 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8497
8498         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8499         when `wl-summary-lazy-highlight' is non-nil.
8500         (wl-summary-goto-folder-subr): Highlight only when
8501         `wl-summary-lazy-highlight' is non-nil.
8502
8503         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8504         Don't display progress and highlight temp-mark when
8505         `wl-summary-lazy-highlight' is non-nil.
8506         (wl-highlight-summary-window): New function.
8507         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8508
8509 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8510
8511         * wl-summary.el (wl-summary-sync): Change `all-visible'
8512         from `all-shown'
8513         (wl-summary-input-range): Ditto.
8514
8515 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8516
8517         * wl-e21.el (wl-highlight-folder-current-line): Call
8518         `wl-folder-init-icons' when folder icons have not been initialized.
8519
8520         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8521
8522         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8523         (wl-demo-image-type-alist): New macro.
8524
8525 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8526
8527         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8528         display does not support graphics.
8529         (wl-plugged-init-icons): Ditto.
8530         (wl-folder-init-icons): Ditto.
8531
8532         * wl-demo.el (wl-demo): Chech closely whether the display
8533         supports graphics.
8534
8535 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl-summary.el (wl-summary-get-original-buffer): New function.
8538         (wl-summary-set-crosspost): Use it.
8539         (wl-summary-target-mark-uudecode): Ditto.
8540         (wl-summary-reedit): Ditto.
8541         (wl-summary-resend-bounced-mail): Ditto.
8542         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8543         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8544
8545         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8546         (wl-message-display-internal): Ditto.
8547
8548 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8549
8550         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8551
8552 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8553
8554         * wl-summary.el (wl-summary-save-view): Renamed from
8555         `wl-summary-save-status'.
8556
8557 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8558
8559         * wl-summary.el (wl-summary-sync): Added `all-shown'
8560
8561 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8562
8563         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8564
8565 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8566
8567         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8568
8569 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8570
8571         * wl-highlight.el (wl-highlight-summary-line-string): Use
8572         `zerop' instead of `= 0'.
8573         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8574
8575         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8576         for comparing numbers.
8577         (wl-template-prev): Use `zerop' instead of `eq 0'.
8578
8579         * wl-draft.el (wl-draft-insert-current-message): Use
8580         `with-current-buffer' instead of `save-excursion'.
8581         Use `zerop' instead of `eq 0'.
8582
8583 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8584
8585         * wl-draft.el (wl-draft-insert-ccs): New function.
8586         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8587         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8588
8589 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8590
8591         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8592
8593 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8594
8595         * wl-expire.el (wl-expire-refile): Don't call
8596         elmo-msgdb-add-msgs-to-seen-list;
8597         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8598         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8599
8600 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-message.el (wl-message-prev-page): Ignore errors while
8603         scroll-down.
8604
8605 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8606
8607         * wl-mime.el: Use elmo-original-message-mode instead of
8608         mmelmo-original-mode.
8609
8610         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8611         `elmo-folder-get-spec';
8612         (wl-fldmgr-add-completion-all-completions):
8613         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8614
8615         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8616         of `elmo-folder-get-type'.
8617
8618         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8619         `elmo-folder-get-spec';
8620         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8621         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8622         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8623         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8624         `elmo-read-msg-no-cache';
8625         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8626         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8627         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8628         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8629         `elmo-cache-save';
8630         (wl-draft-reedit): Use `elmo-message-file-name'.
8631
8632         * wl-expire.el: Use `elmo-folder-name-internal';
8633         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8634         Use macro `wl-summary-buffer-msgdb' instead of variable
8635         `wl-summary-buffer-msgdb';
8636         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8637         Use macro `wl-summary-buffer-folder-name' instead of variable
8638         `wl-summary-buffer-folder-name'.
8639         * wl-score.el: Likewise.
8640
8641         * wl-message.el: Rewrite for new message buffer cache mechanism.
8642         (wl-message-buffer-cache-buffer-get): New macro.
8643         (wl-message-buffer-cache-folder-get): Ditto.
8644         (wl-message-buffer-cache-message-get): Ditto.
8645         (wl-message-buffer-cache-entry-make): Ditto.
8646         (wl-message-buffer-cache-hit): Ditto.
8647         (wl-message-buffer-cache-sort): New function.
8648         (wl-message-buffer-cache-add): Ditto.
8649         (wl-message-buffer-cache-delete): Ditto.
8650         (wl-message-buffer-cache-clean-up): Ditto.
8651         (wl-message-buffer-window): Rewrite.
8652         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8653         (wl-message-buffer-display): New function.
8654         (wl-message-display-internal): New function.
8655
8656 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8657
8658         * wl-folder.el: Use `elmo-folder-name-internal';
8659         Use `wl-folder-get-elmo-folder';
8660         Use `elmo-folder-list-messages' instead of
8661         `elmo-list-folder';
8662         Use `elmo-folder-get-primitive-list' instead of
8663         `elmo-folder-get-primitive-spec-list';
8664         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8665         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8666         Use `elmo-folder-create' instead of `elmo-create-folder'.
8667         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8668         (wl-folder-get-elmo-folder): New macro.
8669         (wl-folder-elmo-folder-cache-get): Ditto.
8670         (wl-folder-elmo-folder-cache-put): Ditto.
8671         (wl-folder-suspend): Call `elmo-quit'.
8672
8673         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8674         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8675         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8676         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8677         (toplevel): require 'cl.
8678         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8679
8680         * wl-summary.el: Rewrite to use new elmo interface.
8681
8682 \f
8683 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8684
8685         * wl-mime.el (wl-draft-preview-message):
8686         Run `wl-draft-send-hook' before collecting recipients information;
8687         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8688
8689         * tm-wl.el (wl-draft-preview-message): Ditto.
8690
8691 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8692
8693         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8694         wrong recipients are displayed when forwarded message.
8695
8696 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8697
8698         * Version number is increased to 2.5.7.
8699
8700 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8701
8702         * wl-message.el (wl-message-next-page): Bind
8703         `window-pixel-scroll-increment' to nil while scrolling up.
8704
8705 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8706
8707         * wl-vars.el (wl-save-hook): New hook.
8708         * wl.el (wl-save): Call `wl-save-hook'.
8709
8710 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8711
8712         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8713         Argument WITH-ARG instead of NO-ARG (negative mean).
8714         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8715         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8716         * wl-message.el (wl-message-follow-current-entity): Likewise.
8717
8718 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8719
8720         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8721         FROM was optional argument.
8722         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8723
8724 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8725
8726         * Version number is increased to 2.5.6.
8727
8728 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8729
8730         * wl-version.el (wl-version-show): Removed.
8731         (wl-version): Add `interactive'.
8732
8733 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8734
8735         * wl-summary.el (wl-summary-get-petname-func): New variable.
8736         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8737         instead of `wl-address-get-petname-1'.
8738         (wl-summary-simple-from): Ditto.
8739
8740         * wl-address.el (wl-address-get-petname-1): Define as function.
8741
8742 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8745         field in the original message.
8746         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8747
8748 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8749
8750         * wl-expire.el (wl-expire-hide):
8751         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8752
8753 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8754
8755         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8756         find decoder for To, Cc, and Subject.
8757
8758 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8761         for checking `elmo-use-buffer-cache'.
8762         (wl-summary-mark-as-important): Fixed typo in comment.
8763
8764 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8765
8766         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8767         field in the original message.
8768         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8769
8770 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8771
8772         * wl-expire.el (wl-expire-hide):
8773         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8774
8775 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8778         find decoder for To, Cc, and Subject.
8779
8780 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8781
8782         * Version number is increased to 2.5.5.
8783
8784         * wl-address.el (wl-address-specials-regexp): New constant.
8785         (wl-address-quote-specials): Use it.
8786
8787 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-summary.el (wl-summary-rescan):
8790         Call `wl-summary-buffer-number-column-detect'.
8791         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8792
8793         * wl-message.el (wl-message-mode-map): Define.
8794         (wl-message-decode): Use it as local-map.
8795
8796 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8797
8798         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8799         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8800
8801 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8802
8803         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8804
8805         * wl-mule.el (wl-read-event-char): Ditto.
8806
8807         * wl-e21.el (wl-read-event-char): Ditto.
8808
8809         * wl-nemacs.el (wl-read-event-char): Ditto.
8810         (read-event): Removed.
8811
8812         * wl-util.el (toplevel): Removed dummy definition of
8813         `read-event'.
8814         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8815
8816 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8817
8818         * wl-nemacs.el (elmo-archive-call-process): Moved to
8819         elmo-archive.el.
8820
8821 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8822
8823         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8824         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8825
8826         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8827         instead of magic-number 6.  Use `not' instead of `null' for symbol
8828         `nil' check (not empty list).
8829         (wl-draft-insert-x-face-field): Fixed paren style.
8830
8831         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8832         one-branch conditional statement, instead of `and' and `if'.
8833         (wl-draft-forward): Likewise.
8834         (wl-draft-add-references): Likewise.
8835         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8836
8837         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8838         conditional steatment.  Use `cond' instead of `if'.
8839         (wl-draft-confirm): Likewise.
8840
8841 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8842
8843         * wl-version.el (wl-version-show): Use `product-string-1'
8844         instead of `wl-version'.
8845         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8846
8847         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8848
8849 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8850
8851         * wl-highlight.el (wl-highlight-headers): Revert
8852         `wl-highlight-x-face-func' argument (`beg' and `end').
8853
8854 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8855
8856         * wl.el (toplevel): Move `product-provide' declare.
8857         * wl-demo.el (toplevel): Ditto.
8858         * wl-dnd.el (toplevel): Ditto.
8859         * wl-highlight.el (toplevel): Ditto.
8860         * wl-message.el (toplevel): Ditto.
8861         * wl-refile.el (toplevel): Ditto.
8862         * wl-util.el (toplevel): Ditto.
8863
8864 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8865
8866         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8867         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8868         (wl-thread-close-all): keep cursor position.
8869
8870 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8871
8872         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8873         (eq x 0).
8874         (wl-generate-user-agent-string-1): Fix conditional statement.
8875
8876 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8877
8878         * wl.el (wl-check-environment): Additional check for
8879         'wl-local-domain' and `wl-message-id-domain'.
8880
8881 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8882
8883         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8884
8885 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8886
8887         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8888         instead of `smtp-sasl-user-realm'.
8889
8890 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8891
8892         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8893
8894 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8895
8896         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8897         to the default value as well as `eword-lexical-analyzer'.
8898
8899 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8900
8901         * wl-version.el (wl-extended-emacs-version,
8902         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8903         `elmo-match-string' instead of `wl-match-string'.
8904
8905 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8906
8907         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8908         docstring.
8909
8910 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8911
8912         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8913
8914 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8915
8916         * wl-highlight.el (wl-highlight-headers): Remove
8917         `wl-highlight-x-face-func' argument (`beg' and `end').
8918
8919 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * wl-summary.el (wl-summary-mark-as-important):
8922         Remove cache if folder is local.
8923
8924 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8925
8926         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8927         to get existing e-mail address string.
8928
8929 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8930
8931         * wl-version.el (wl-generate-user-agent-string): Commentary.
8932         (wl-generate-user-agent-string-1): Use `when' for
8933         one-branch conditional statement, instead of `and' and `if'.
8934         (wl-extended-emacs-version, wl-extended-emacs-version2,
8935         wl-extended-emacs-version3): Ditto.
8936
8937 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8940         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8941         condition-case; Remove initialization.
8942         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8943         (wl-summary-sync-update3): Added argument `sync-all';
8944         Eliminated local variable `msgdb';
8945         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8946         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8947         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8948
8949 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8950
8951         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8952         connection before call `wl-draft-send-mail-with-smtp'.
8953
8954 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8955
8956         * Version number is increased to 2.5.4.
8957
8958 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8959
8960         * wl.el (wl-check-environment): Additional check for
8961         'wl-local-domain' and `wl-message-id-domain'.
8962
8963 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8966         buffer as command specific.
8967         (wl-folder-mark-as-read-all-entity): Ditto.
8968         (wl-folder-prefetch-entity): Ditto.
8969         (wl-folder-drop-unsync-entity): Ditto.
8970
8971         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8972         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8973         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8974
8975         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8976         save-excursion.
8977
8978 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8979
8980         * Version number is increased to 2.5.3.
8981
8982         * wl-summary.el (wl-summary-save-view-cache):
8983         Delete duplicated `write-region';
8984         Use `write-region-as-binary' instead of `as-binary-output-file' and
8985         `write-region'.
8986
8987 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8988
8989         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8990
8991 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8992
8993         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8994         instead of `smtp-via-smtp'.
8995
8996 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8997
8998         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8999
9000 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9001
9002         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9003         instead of `smtp-sasl-user-realm'.
9004
9005 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9006
9007         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9008
9009 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9010
9011         * Version number is increased to 2.5.2.
9012
9013 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9014
9015         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9016         does not exist.
9017         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9018         (wl-biff-start): Call `timer-activate' if timer already exists.
9019
9020         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9021         only when it is bound as function.
9022
9023 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9024
9025         * Version number is increased to 2.5.1.
9026
9027 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9028
9029         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9030         Print refile/copy destination.
9031
9032 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9033
9034         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9035         queue-flush-only is non-nil.
9036
9037         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9038
9039         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9040         checking cache folder.
9041
9042 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9043
9044         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9045         `regexp-quote'.
9046
9047 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9048
9049         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9050         function.
9051         * wl-summary.el (wl-summary-write-current-folder-functions):
9052         Change default value.  Use it.
9053
9054 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9055
9056         * Version number is increased to 2.5.0.
9057
9058         * wl-version.el (wl-version): Changed codename.
9059
9060 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9061
9062         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9063         (wl-summary-supersedes-message): Ditto.
9064
9065 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl-refile.el (wl-refile-guess-functions): Renamed from
9068         `wl-refile-guess-func-list'.
9069
9070 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9071
9072         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9073         Fixed problem when no rule was matched.
9074
9075 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9076
9077         * wl-summary.el (wl-summary-get-mark): Fixed
9078         `wl-summary-buffer-target-mark' check logic.
9079
9080 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9081
9082         * wl-folder.el (wl-folder-write-current-folder): Added group
9083         folder check.
9084
9085         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9086         `wl-summary-write-current-newsgroup'.
9087         (wl-summary-write-current-folder-functions): New variable.
9088         * wl-folder.el (wl-folder-get-newsgroups): New function.
9089         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9090         (wl-folder-write-current-folder): Renamed from
9091         `wl-folder-write-current-newsgroup'.
9092
9093 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9094
9095         * Version number is increased to 2.3.93.
9096
9097 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9100         (wl-ldap-make-matched-value-list): Ditto.
9101         (wl-ldap-alias-safe-string): Split e-mail address.
9102
9103         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9104         petname folder default was selected.
9105         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9106         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9107
9108 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9111         to `wl-draft-config-exec'.
9112
9113         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9114         instead of calling `wl-draft-config-exec';
9115         Process group-list and show recipients in minibuffer.
9116
9117         * tm-wl.el (wl-draft-preview-message): Ditto.
9118
9119 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9120
9121         * wl.el (toplevel): Added (C) to copyright notice, and
9122         sync Author header.
9123         * tm-wl.el (toplevel): Ditto.
9124         * wl-address.el (toplevel): Ditto.
9125         * wl-demo.el (toplevel): Ditto.
9126         * wl-dnd.el (toplevel): Ditto.
9127         * wl-draft.el (toplevel): Ditto.
9128         * wl-e21.el (toplevel): Ditto.
9129         * wl-expire.el (toplevel): Ditto.
9130         * wl-folder.el (toplevel): Ditto.
9131         * wl-highlight.el (toplevel): Ditto.
9132         * wl-message.el (toplevel): Ditto.
9133         * wl-mime.el (toplevel): Ditto.
9134         * wl-mule.el (toplevel): Ditto.
9135         * wl-nemacs.el (toplevel): Ditto.
9136         * wl-refile.el (toplevel): Ditto.
9137         * wl-score.el (toplevel): Ditto.
9138         * wl-summary.el (toplevel): Ditto.
9139         * wl-template.el (toplevel): Ditto.
9140         * wl-thread.el (toplevel): Ditto.
9141         * wl-util.el (toplevel): Ditto.
9142         * wl-vars.el (toplevel): Ditto.
9143         * wl-xmas.el (toplevel): Ditto.
9144
9145 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9146
9147         * wl.el (wl-init): Added comment about `wl-init-hook'.
9148         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9149         * wl-vars.el (wl-init-hook): Added docs.
9150         (wl-make-plugged-hook): Removed useless docs.
9151         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9152         * wl-xmas.el (toplevel): Ditto.
9153
9154 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9155
9156         * wl-address.el (toplevel): Fixed multiple Author header format.
9157         * wl-demo.el (toplevel): Ditto.
9158         * wl-draft.el (toplevel): Ditto.
9159         * wl-folder.el (toplevel): Ditto.
9160         * wl-summary.el (toplevel): Ditto.
9161         * wl-thread.el (toplevel): Ditto.
9162         * wl-util.el (toplevel): Ditto.
9163         * wl-vars.el (toplevel): Ditto.
9164         * wl-version.el (toplevel): Ditto.
9165         * wl-xmas.el (toplevel): Ditto.
9166         * wl.el (toplevel): Ditto.
9167
9168         * wl-version.el (toplevel): Added require `elmo-version' for
9169         `product-version-as-string'.
9170
9171 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9172
9173         * wl-vars.el (wl-draft-send-hook): Changed default value to
9174         '(wl-draft-config-exec).
9175
9176         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9177         explicitly.
9178         (wl-draft): Set `wl-draft-config-exec-flag' before running
9179         `wl-mail-setup-hook'.
9180
9181         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9182         `wl-biff-init-icons' to `wl-init-hook' instead of
9183         `wl-make-plugged-hook'.
9184         (Because if `wl-draft' command is invoked at first,
9185         they are not initialized)
9186         Updated copyright notice.
9187
9188         * wl-e21.el (toplevel): Ditto;
9189
9190         * wl-demo.el (toplevel): Updated copyright notice.
9191         * wl-address.el (toplevel): Ditto.
9192         * wl-draft.el (toplevel): Ditto.
9193         * wl-version.el (toplevel): Ditto.
9194         * wl-folder.el (toplevel): Ditto.
9195         * wl-summary.el (toplevel): Ditto.
9196         * wl-thread.el (toplevel): Ditto.
9197         * wl-util.el (toplevel): Ditto.
9198         * wl-vars.el (toplevel): Ditto.
9199         * wl.el (toplevel): Ditto.
9200
9201 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9202
9203         * wl-highlight.el (wl-highlight-message): Fixed problem of
9204         highlighting failure which occured when the last field contains
9205         multiple lines in the draft buffer.
9206
9207         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9208         `wl-biff-start' if plugged.
9209
9210         * wl-util.el (wl-biff-check-folder): New function.
9211         (wl-biff-check-folders): Don't set session name prefix.
9212         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9213         (wl-biff-check-folder-async): Ditto.
9214
9215         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9216         in email address.
9217
9218 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9219
9220         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9221
9222         * wl-draft.el (wl-draft-strip-subject-re): New function.
9223
9224         * wl-draft.el (wl-draft-reply): Use it.
9225
9226 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9227
9228         * wl-message.el (wl-mmelmo-message-redisplay): Use
9229         `mime-display-message' instead of `wl-mime-display-message'.
9230
9231         * wl-mime.el (toplevel): Removed compatibility workaround
9232         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9233         (wl-mime-display-message): Abolished.
9234         (wl-mime-entity-read-field): Ditto.
9235         (wl-mime-combine-message/partial-pieces): Use
9236         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9237
9238 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9239
9240         * wl-template.el: Doc fixes.
9241
9242 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9243
9244         * wl-e21.el (wl-message-overload-functions): Do nothing if
9245         `current-local-map' is not available.
9246         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9247
9248 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9249
9250         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9251         representation.
9252
9253         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9254         number.
9255         (wl-fldmgr-save-folders): Don't use `format' when insert
9256         `wl-fldmgr-folders-header'.
9257
9258 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9259
9260         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9261
9262 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9263
9264         * wl-highlight.el (wl-highlight-message):
9265         Use `std11-field-end' to detect end point of the header field.
9266         Refer `wl-highlight-max-header-size'.
9267
9268         * wl-vars.el (wl-highlight-max-header-size): New variable.
9269
9270         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9271
9272         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9273         Set `for-draft' argument of wl-highlight-headers.
9274         (wl-draft): Ditto.
9275         (wl-draft-reedit): Ditto.
9276         (wl-user-agent-compose-internal): Ditto.
9277
9278 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9279
9280         * wl-message.el (wl-message-add-button): Use overlay.
9281
9282 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9283
9284         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9285
9286         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9287         problem when group-list content is nothing.
9288         (Reported by Mito <mit@nines.nec.co.jp>)
9289
9290 2000-10-18  SAITO Atsunori <sai@yedo.com>
9291
9292         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9293
9294 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9295
9296         * tm-wl.el (toplevel): Use product-provide.
9297
9298 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9299
9300         * Version number is increased to 2.3.92.
9301
9302 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9303
9304         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9305         title text, use `display' property for left margin under Emacs 21.
9306
9307         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9308         properties.
9309         (wl-plugged-init-icons): Ditto.
9310
9311 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9312
9313         * wl.el (wl-save-status, wl-init): Remove last period in
9314         "...done." message.
9315         * tm-wl.el (wl-summary-burst): Ditto.
9316         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9317         wl-summary-resume-cache-status,
9318         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9319         wl-summary-sync-update3, wl-summary-highlight-msgs,
9320         wl-summary-flush-pending-append-operations,
9321         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9322         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9323         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9324         wl-thread-open-all): Ditto.
9325         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9326         * wl-mime.el (wl-summary-burst): Ditto.
9327         * wl-highlight.el (wl-highlight-summary): Ditto.
9328         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9329         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9330         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9331         * wl-address.el (wl-local-address-init): Ditto.
9332
9333 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9334
9335         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9336         `add-text-properties'.
9337         (wl-plugged-init-icons): Ditto.
9338         (wl-folder-init-icons): Use `propertize' instead of
9339         `put-text-property'.
9340         (wl-plugged-set-folder-icon): Ditto.
9341         (wl-e21-highlight-folder-group-line): Ditto.
9342
9343 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9344
9345         * wl-version.el (wl-version-status-alist): New variable.
9346         (wl-version-status): New function.
9347
9348         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9349         "Cc" part of the case "Reply-To".
9350
9351         * wl-draft.el (wl-draft-reply): Use result of
9352         `eword-extract-address-components'.
9353
9354         * wl-demo.el (wl-demo-icon-name): New constant.
9355         (wl-logo-xpm): Use it.
9356         (wl-logo-xbm): Ditto.
9357         (wl-logo-bitmap): Ditto.
9358
9359         * Version number is increased to 2.3.91.
9360
9361 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9362
9363         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9364         (wl-extended-emacs-version, wl-extended-emacs-version2,
9365         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9366         docstring.
9367
9368         * wl-version.el (wl-generate-user-agent-string-1): New function.
9369         (wl-generate-user-agent-string): Use it.
9370
9371         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9372         `mime-edit-insert-user-agent-field'.
9373         (wl-generate-user-agent-string): Check
9374         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9375
9376         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9377         instead of `if', when verbose case.
9378
9379 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9380
9381         * wl-expire.el (wl-summary-expire): Fix.
9382
9383 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9384
9385         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9386         and `elmo-lost+found-folder' if 'wl-draft.
9387         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9388
9389 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9390
9391         * wl-expire.el (wl-summary-expire): Change messages.
9392         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9393         `deleing-info' instead of "Deleting..."
9394
9395 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9396
9397         * wl-summary.el (wl-summary-refile-subr): Fix.
9398
9399 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9400
9401         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9402         if pipe folder.
9403
9404 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9405
9406         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9407
9408 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9409
9410         * wl-expire.el (wl-expire-hide): New function.
9411         (wl-summary-expire): Add `hide'.
9412
9413 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9414
9415         * wl-vars.el (wl-draft-reply-without-argument-list):
9416         Changed default value to consider `Reply-To:'.
9417         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9418
9419         * Version number is increased to 2.3.90.
9420
9421         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9422         elmo-imap4-get-session with unwind-protect.
9423         Don't cause error.
9424         (wl-summary-sync-marks): Don't check plugged nor folder type.
9425         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9426         (Always keep current buffer).
9427
9428 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9429
9430         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9431         Enclose with `save-excursion'.
9432
9433 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9434
9435         * wl-version.el (wl-version): Remove interactive.
9436
9437 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9438
9439         * wl-version.el (wl-generate-user-agent-string): Use
9440         `product-string-verbose' instead of `product-string-1'.
9441
9442 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9443
9444         * wl-vars.el (wl-draft-use-cache): New variable.
9445         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9446         if wl-draft-use-cache is non-nil.
9447
9448 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9449
9450         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9451         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9452
9453 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9454
9455         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9456         (wl-thread-msg-mark-as-unread): Ditto.
9457
9458         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9459         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9460         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9461         Don't set mark in summary if return value of `elmo-mark-as-read'
9462         is nil.
9463         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9464         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9465         instead of `wl-thread-msg-mark-as-read'.
9466         (wl-summary-mark-as-unread-region): Ditto.
9467         (wl-summary-target-mark-mark-as-read): Ditto.
9468
9469         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9470
9471 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9472
9473         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9474
9475         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9476
9477 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9478
9479         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9480         face.
9481
9482 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9483
9484         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9485         `running-xemacs'.
9486
9487 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9488
9489         * wl-version.el (toplevel): Use `product-version-as-string' for
9490         set verstion-string, if defined.
9491
9492         * wl-version.el (wl-version-show): Insert string at point, when
9493         call with argument.
9494
9495         * wl-version.el (wl-generate-user-agent-string): Use
9496         `product-string-1' instead of `wl-appname', `wl-version' and
9497         `wl-codename'.
9498
9499 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9500
9501         * wl-address.el (toplevel): Use product-provide.
9502         * wl-demo.el (toplevel): Ditto.
9503         * wl-dnd.el (toplevel): Ditto.
9504         * wl-draft.el (toplevel): Ditto.
9505         * wl-e21.el (toplevel): Ditto.
9506         * wl-expire.el (toplevel): Ditto.
9507         * wl-fldmgr.el (toplevel): Ditto.
9508         * wl-folder.el (toplevel): Ditto.
9509         * wl-highlight.el (toplevel): Ditto.
9510         * wl-message.el (toplevel): Ditto.
9511         * wl-mime.el (toplevel): Ditto.
9512         * wl-mule.el (toplevel): Ditto.
9513         * wl-nemacs.el (toplevel): Ditto.
9514         * wl-refile.el (toplevel): Ditto.
9515         * wl-score.el (toplevel): Ditto.
9516         * wl-summary.el (toplevel): Ditto.
9517         * wl-template.el (toplevel): Ditto.
9518         * wl-thread.el (toplevel): Ditto.
9519         * wl-util.el (toplevel): Ditto.
9520         * wl-vars.el (toplevel): Ditto.
9521         * wl-xmas.el (toplevel): Ditto.
9522         * wl.el (toplevel): Ditto.
9523
9524 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9525
9526         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9527         instead of product.
9528
9529         * wl-version.el (wl-version): Compile time evalution elmo-version.
9530
9531 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9532
9533         * wl-summary.el (wl-summary-sync-force-update): Append queue
9534         `mark-as-read'if unplugged.
9535
9536 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9537
9538         * wl-version.el: New file.  Use product.el.
9539         * wl.el: add (require 'wl-version).
9540         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9541         for ~/.folders header.
9542         (wl-fldmgr-folders-header): Changed.
9543         * wl-demo.el (wl-demo): Use product.el.
9544
9545         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9546         wl-version.el.
9547         * wl-util.el (wl-version, wl-version-show): Ditto.
9548
9549         * wl-util.el (wl-generate-user-agent-string,
9550         wl-extended-emacs-version, wl-extended-emacs-version2,
9551         wl-extended-emacs-version3): Move to wl-version.el.
9552         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9553         xemacs-codename, mime-edit-insert-user-agent-field,
9554         mime-edit-user-agent-value, mime-editor/version,
9555         mime-editor/codename): Compile warning killer move to
9556         wl-version.el
9557
9558 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9559
9560         * wl-summary.el (wl-summary-refile-subr): Fix.
9561
9562 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9563
9564         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9565         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9566
9567 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9568
9569         * wl.el (wl-check-environment): Check too many `@'.
9570
9571 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9572
9573         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9574
9575 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9576
9577         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9578         wl-draft-reply-myself-without-argument-list): Add variables.
9579         * wl-draft.el (wl-draft-reply): Use it.
9580
9581 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9582
9583         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9584         the 5th argument of `elmo-network-get-spec'.
9585
9586         * wl-thread.el (wl-thread-reparent-children): New inline function.
9587         (wl-thread-delete-message): Use it.
9588
9589         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9590         (wl-summary-score-update-all-lines): Don't use `dolist'.
9591
9592 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9593
9594         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9595         (require 'elmo-msgdb) for inline function.
9596
9597 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9598
9599         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9600
9601 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9602
9603         * wl-score.el (wl-score-headers): Fix for the confusing macro
9604         `elmo-kill-buffer'.
9605
9606 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9607
9608         * wl-summary.el: Don't use the 3rd argument of `require' because
9609         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9610         * wl-util.el: Ditto.
9611         * wl-draft.el: Ditto.
9612
9613 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9614
9615         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9616         window system is not used.
9617
9618 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9619
9620         * wl-thread.el: Don't use `mapcar' only for iteration.
9621         (wl-thread-resume-entity): Ditto.
9622         (wl-thread-delete-message): Ditto.
9623
9624         * wl-summary.el: Bind `dragdrop-drop-functions',
9625         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9626         of `require' for `timezone', `easymenu' and `ps-print';
9627         don't use `mapcar' only for iteration.
9628
9629         * wl-util.el: Bind `mule-version', `nemacs-version',
9630         `emacs-beta-version', `xemacs-codename',
9631         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9632         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9633         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9634         only for iteration.
9635
9636         * wl-score.el: Don't use `mapcar' only for iteration.
9637         (wl-score-simplify-buffer-fuzzy): Ditto.
9638         (wl-score-simplify-subject): Ditto.
9639         (wl-score-headers): Ditto.
9640         (wl-summary-score-update-all-lines): Ditto.
9641
9642         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9643         `enable-multibyte-characters' and `mule-version'.
9644
9645         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9646         `mapcar' only for iteration.
9647
9648         * wl-demo.el: Don't use `mapcar' only for iteration.
9649
9650         * wl-folder.el: Don't use `mapcar' only for iteration.
9651         (wl-folder-open-all): Ditto.
9652         (wl-folder-count-incorporates): Ditto.
9653
9654         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9655         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9656
9657         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9658         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9659         `smtp-connection-type'; specify 3rd argument of `require' for
9660         `timezone'; don't use `mapcar' only for iteration.
9661         (wl-draft-clone-local-variables): Don't use `mapcar'.
9662         (wl-draft-generate-clone-buffer): Ditto.
9663         (wl-user-agent-compose-internal): Ditto.
9664
9665         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9666
9667         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9668         (wl-save-status): Ditto.
9669
9670         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9671         for iteration.
9672
9673 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9674
9675         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9676         removed `Date'.
9677         (wl-fldmgr-make-filter-default): New user option.
9678
9679         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9680         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9681         (wl-fldmgr-filter-completion-alist): Abolish.
9682
9683         * wl.el (wl): Don't check servers if arg is non-nil.
9684
9685         * wl-draft.el (wl-draft-reply): Set only message-id string to
9686         In-Reply-To field.
9687
9688 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9689
9690         * wl-summary.el (wl-summary-pick): Rewrite.
9691
9692         * wl-draft.el (wl-draft-forward): Get references field from
9693         original buffer.
9694         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9695
9696 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9697
9698         * wl-draft.el (wl-draft-forward): Add references field.
9699
9700 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9701
9702         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9703         (wl-draft-reply): Use it.
9704
9705 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9706
9707         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9708         when Emacs 21 is running.
9709
9710         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9711         bindings.
9712
9713 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9714
9715         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9716         XPM icons transparent.
9717
9718         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9719         Emacs 21.
9720
9721 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9722
9723         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9724         nil.
9725
9726         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9727         when it is persistent.
9728         (wl-summary-sync-marks): Changed argument for
9729         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9730         (wl-summary-virtual): Use `elmo-read-search-condition'.
9731         (wl-summary-redisplay-internal): If folder is local, mark as read
9732         even when folder is plugged.
9733
9734 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9735
9736         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9737         of `tool-bar-lines' in the frame parameters.
9738         (after-make-frame-functions, post-command-hook): Don't modify the
9739         value.
9740         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9741         wl-e21-tool-bar-lines): Removed.
9742
9743 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9744
9745         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9746         properties `evaporate' and `wl-momentary-overlay' as well.
9747         (wl-highlight-summary-displaying): Ditto.
9748         (wl-delete-all-overlays): Don't delete overlay which does not have
9749         a property `wl-momentary-overlay'.
9750
9751         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9752         `display-mouse-p' and `display-graphic-p'.
9753         (wl-folder-init-icons): Don't search for XBM or the other files.
9754         (wl-plugged-set-folder-icon): Make icons if and only if
9755         `display-graphic-p' returns non-nil.
9756         (wl-highlight-plugged-current-line): Use `before-string' overlay
9757         property to show icon images.
9758         (wl-highlight-folder-current-line): Ditto.
9759         (wl-e21-highlight-folder-group-line): Ditto.
9760         (wl-e21-highlight-folder-by-numbers): Ditto.
9761         (wl-e21-insert-image): Removed.
9762         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9763         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9764         said.
9765         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9766         `wl-e21-force-switch-toolbar'.
9767         (wl-e21-make-icon-image): Removed.
9768         (wl-e21-setup-toolbar): Don't search for XBM files.
9769         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9770         the default value.
9771
9772 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9773
9774         * wl-util.el (wl-biff-check-folder-async): Set
9775         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9776
9777 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9778
9779         * wl-e21.el (after-make-frame-functions): Add
9780         `wl-e21-force-switch-toolbar'.
9781         (wl-e21-force-switch-toolbar): New function force to switch the
9782         toolbar appearance automatically.
9783         (post-command-hook): Add `wl-e21-switch-toolbar'.
9784         (wl-e21-switch-toolbar): New function to switch the toolbar
9785         appearance automatically.
9786         (wl-e21-tool-bar-lines): New buffer local variable.
9787
9788 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9789
9790         * wl-util.el (wl-biff-check-folders-running): New variable.
9791         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9792         (wl-biff-check-folder-async-callback):
9793         Set `wl-biff-check-folders-running'.
9794         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9795         with unwind-protect.
9796
9797         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9798         Enclose `wl-folder-auto-check' with unwind-protect.
9799
9800         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9801         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9802
9803         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9804
9805         * wl-util.el (wl-biff-notify): New inline function.
9806         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9807         locally.
9808         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9809         folder-list' is 1.
9810         Use `wl-biff-notify'.
9811         (wl-biff-check-folder-async-callback): New function.
9812         (wl-biff-check-folder-async): Ditto.
9813
9814         * wl-folder.el (wl-folder): Don't check folders.
9815         (wl-folder-auto-check): New function.
9816
9817 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9818
9819         * wl-util.el (wl-biff-start) [Emacs19+]:
9820         Use `timer-next-integral-multiple-of-time'.
9821         (wl-biff-check-folders): Use `wl-default-folder'
9822         if `wl-biff-check-folder-list' is nil.
9823
9824 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9825
9826         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9827         instead of `elmo-delete-lists'.
9828
9829 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9830
9831         * wl.el (wl-plugged-toggle-all): Set the value of
9832         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9833         (wl-plugged-toggle): Ditto.
9834         (wl-toggle-plugged): Ditto.
9835         (wl-plugged-init): Ditto.
9836
9837         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9838         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9839         instead of `wl-biff-state-indicator-off' and
9840         `wl-biff-state-indicator-on'; don't modify the value and the type
9841         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9842         (wl-plugged-init-icons): Set icons data to
9843         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9844         instead of `wl-plug-state-indicator-off' and
9845         `wl-plug-state-indicator-on'; don't modify the value and the type
9846         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9847
9848         * wl-vars.el (wl-modeline-biff-state-off,
9849         wl-modeline-biff-state-on, wl-modeline-biff-status,
9850         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9851         wl-modeline-plug-status): New internal variables.
9852         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9853         wl-biff-check-interval, wl-biff-check-folder-list): Change
9854         customization group from `wl-folder' to `wl-highlight'.
9855         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9856         wl-show-plug-status-on-modeline): Defcustomized.
9857
9858         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9859         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9860         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9861         a flag to `mode-line-buffer-identification'.
9862
9863         * wl-e21.el (wl-biff-init-icons): Set icons data to
9864         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9865         instead of `wl-biff-state-indicator-off' and
9866         `wl-biff-state-indicator-on'.
9867         (wl-plugged-init-icons): Set icons data to
9868         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9869         instead of `wl-plug-state-indicator-off' and
9870         `wl-plug-state-indicator-on'.
9871
9872 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9873
9874         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9875         excessive titles.
9876
9877 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9878
9879         * wl.el (wl-plugged-mode): Use revised
9880         `wl-mode-line-buffer-identification'.
9881         (wl-plugged-init): Don't use `force-mode-line-update'.
9882
9883         * wl-xmas.el (wl-draft-overload-functions): Use revised
9884         `wl-mode-line-buffer-identification'.
9885         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9886         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9887         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9888         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9889         `wl-make-plugged-hook';
9890         add `wl-folder-init-icons' and `wl-setup-folder' to
9891         `wl-folder-mode-hook'.
9892
9893         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9894         19 as well.
9895         (wl-mode-line-display-priority-list): New user option.
9896         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9897         Defcustomized.
9898         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9899         Add docs.
9900
9901         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9902         start.
9903         (wl-mode-line-buffer-identification): Revised as a function.
9904
9905         * wl-summary.el (wl-summary-mode): Use revised
9906         `wl-mode-line-buffer-identification'; don't call
9907         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9908         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9909         `wl-xmas-setup-summary'.
9910
9911         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9912         `wl-mode-line-buffer-identification'.
9913
9914         * wl-mule.el (wl-draft-overload-functions): Use revised
9915         `wl-mode-line-buffer-identification'.
9916
9917         * wl-folder.el (wl-make-plugged-alist): Don't call
9918         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9919         (wl-folder): Don't call `wl-folder-init-icons' directly.
9920         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9921         `wl-xmas-setup-folder' directly;
9922         use revised `wl-mode-line-buffer-identification'.
9923         (TopLevel): Don't bind `wl-biff-init-icons',
9924         `wl-plugged-init-icons', `wl-folder-init-icons',
9925         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9926
9927         * wl-e21.el (wl-draft-overload-functions): Use revised
9928         `wl-mode-line-buffer-identification'.
9929         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9930         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9931         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9932         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9933         `wl-make-plugged-hook';
9934         add `wl-folder-init-icons' and `wl-setup-folder' to
9935         `wl-folder-mode-hook'.
9936
9937 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9938             Katsumi Yamaoka    <yamaoka@jpl.org>
9939
9940         * wl.el (wl): Call `wl-biff-start'.
9941         (wl-exit): Call `wl-biff-stop'.
9942         (wl-plugged-mode): Show biff in modeline.
9943         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9944
9945         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9946         (wl-biff-init-icons): New function.
9947         (wl-plugged-init-icons): Don't make too much keymaps.
9948         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9949
9950         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9951         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9952         variables.
9953         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9954         options.
9955
9956         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9957         wl-biff-start, wl-biff-stop): New functions.
9958         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9959         (wl-biff-timer-name): New variable.
9960
9961         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9962
9963         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9964         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9965
9966         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9967         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9968
9969         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9970         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9971         `wl-folder-init-icons' to `ignore' if they are not available.
9972         (wl-folder-mode): Show biff in modeline.
9973
9974         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9975         (wl-biff-init-icons): New function.
9976         (wl-plugged-init-icons): Don't make too much keymaps.
9977         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9978
9979 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9980
9981         * wl-vars.el (wl-strict-diff-folders): Customization Type
9982         and doc fix.  Define as a list of regular expressions for
9983         folders or nil.
9984         * wl-folder.el (wl-folder-check-one-entity): Use
9985         `wl-string-match-member' instead of `wl-string-member' for
9986         `wl-strict-diff-folders'.
9987
9988 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9989
9990         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9991         (wl-highlight-folder-current-line): Use it; new implementation.
9992         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9993         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9994         `defsubst' instead of `defun'.
9995
9996         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9997         `wl-highlight-group-folder-by-numbers'; made it can also be a
9998         number.  See info for more details.
9999
10000         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10001         running.
10002
10003         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10004         to bind them.
10005
10006         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10007         (wl-highlight-folder-current-line): New implementation.
10008
10009         * wl-highlight.el (wl-highlight-folder-group-line): New
10010         implementation.
10011         (wl-delete-all-overlays): Rewrite as a marco.
10012         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10013
10014         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10015         running.
10016         (wl-folder-*-glyph): No need to bind them.
10017
10018         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10019         `wl-e21-highlight-folder-group-icon'; rewrite.
10020         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10021         `defsubst' instead of `defun'.
10022         (wl-folder-mode-map): Bind it when compiling.
10023
10024 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10025
10026         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10027
10028         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10029
10030 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10031
10032         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10033
10034 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10035
10036         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10037         (wl-highlight-folder-current-line): Use it.
10038
10039         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10040         in `id-name'.
10041
10042 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10043
10044         * wl.el: Require `wl-e21' when Emacs 21 is running.
10045
10046         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10047         default when Emacs 21 is running.
10048         (wl-use-highlight-mouse-line): Ditto.
10049         (wl-on-emacs21): New constant.
10050         (wl-on-emacs20): Removed.
10051
10052         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10053         Emacs 21 is running.
10054
10055         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10056         Emacs 21 is running.
10057
10058         * wl-e21.el: New file.
10059
10060 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10061
10062         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10063         (wl-toggle-plugged): Ditto.
10064         (wl-plugged-toggle): Ditto.
10065         (wl-plugged-toggle-all): Ditto.
10066
10067         * wl-vars.el (wl-plug-state-indicator): Refer
10068         `wl-plug-state-indicator-on' indirectly.
10069
10070 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10071
10072         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10073         Call `wl-folder-confirm-existence'.
10074
10075         * wl-folder.el (wl-folder-confirm-existence): Added optional
10076         argument `force'.
10077
10078 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10079
10080         * wl-summary.el (wl-summary-refile-subr): Assume
10081         `copy-or-refile' as symbol.
10082         (wl-summary-refile): Follow up above change.
10083         (wl-summary-copy): Ditto.  Doc fix.
10084
10085 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10086
10087         * wl-summary.el (wl-summary-pick): Don't bind
10088         `elmo-search-mime-charset'.
10089
10090         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10091         default using old backquote style.
10092         (wl-search-mime-charset): Abolished.
10093
10094         * wl-highlight.el (wl-highlight-headers):
10095         Call `point' after `re-search-forward'(for Nemacs).
10096
10097         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10098         for elmo-imap4.el.
10099
10100 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10101
10102         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10103         `wl-message-ignored-field-list' instead of
10104         `mime-view-ignored-field-list'.
10105
10106         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10107         Add interactive spec.
10108         (wl-folder-goto-bottom-of-current-folder): Ditto.
10109         (wl-folder-mode-map): Bind them.
10110
10111         * wl-vars.el (wl-message-ignored-field-list): New variable.
10112         (wl-message-visible-field-list): New variable.
10113
10114         * wl-mime.el (wl-mime-header-presentation-method): New function.
10115         (wl-mime-setup): Set header-presentation-method.
10116
10117 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10118
10119         * wl-nemacs.el (wl-draft-overload-functions): Set
10120         `mode-line-buffer-identification' instead of using
10121         `wl-make-modeline'.
10122
10123         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10124         instead of using `wl-make-modeline'.
10125
10126         * wl-xmas.el (wl-plugged-init-icons): Set up
10127         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10128         (wl-make-modeline): Abolish.
10129         (wl-draft-overload-functions): Set
10130         `mode-line-buffer-identification' instead of using
10131         `wl-make-modeline'.
10132
10133         * wl-util.el (wl-make-modeline-subr): Abolish.
10134         (wl-mode-line-buffer-identification): New alias.
10135
10136         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10137         (wl-summary-make-modeline): Abolish.
10138         (wl-summary-buffer-set-folder): Set
10139         `wl-summary-buffer-folder-indicator'.
10140         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10141         of using `wl-make-modeline'.
10142         (wl-summary-switch-to-clone-buffer): Don't set
10143         `mode-line-buffer-identification'.
10144         (wl-summary-goto-folder-subr): Ditto.
10145
10146         * wl-mule.el (wl-draft-overload-functions): Set
10147         `mode-line-buffer-identification' instead of using
10148         `wl-make-modeline'.
10149
10150         * wl-folder.el (wl-folder-mode): Set
10151         `mode-line-buffer-identification' instead of using
10152         `wl-make-modeline'.
10153         (wl-folder): Don't set `mode-line-buffer-identification'.
10154
10155 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10156
10157         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10158         instead of `member' for `wl-refile-guess-func-list' look-ups.
10159         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10160
10161 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10162
10163         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10164         `wl-message-button-dispatcher'.
10165
10166         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10167
10168         * wl-message.el (wl-message-button-dispatcher): Use it.
10169
10170         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10171         "In-Reply-To".
10172
10173         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10174         Bind `case-fold-search' to t.
10175
10176 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10177
10178         * wl-xmas.el (wl-message-overload-functions): Initialize
10179         `wl-message-button-map'.
10180
10181         * wl-mule.el (wl-message-overload-functions): Initialize
10182         `wl-message-button-map'.
10183
10184         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10185
10186         * wl-message.el (wl-message-button-map): New keymap.
10187         (wl-message-add-button): New function.
10188         (wl-message-button-dispatcher): New function.
10189         (wl-message-button-refer-article): New function.
10190
10191         * wl-highlight.el
10192         (wl-highlight-message-add-buttons-to-header): New function.
10193         (wl-highlight-headers): Use it.
10194
10195 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10196
10197         * wl-summary.el (wl-summary-default-from): Use
10198         `wl-address-get-petname-1'.
10199         (wl-summary-simple-from): Ditto.
10200
10201         * wl-address.el (wl-address-get-petname-1): New inline function.
10202         (wl-address-get-petname): Use it.
10203
10204 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10205
10206         * wl-summary.el (wl-summary-default-from): Return full-name part
10207         from the address if no petname was found.
10208         (wl-summary-simple-from): Ditto.
10209
10210         * wl-address.el (wl-address-get-petname): Return nil if no petname
10211         associated with the address was found.
10212
10213 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10214
10215         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10216         display is finished.
10217
10218 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10219
10220         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10221         `elmo-folder-exists-p' argument.
10222
10223 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10224
10225         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10226         the folder.
10227
10228 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10229
10230         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10231
10232         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10233         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10234
10235 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10236
10237         * wl-folder.el (wl-folder-create-subr): New function.
10238         (wl-folder-confirm-existence): Use it.
10239         (wl-folder-check-one-entity): Use it.
10240         Check the error symbol is derived from 'elmo-open-error.
10241
10242         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10243         `ignore-error'.
10244
10245 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10246
10247         * wl-util.el (toplevel): Add (eval-when-compile (require
10248         'elmo-util)).  (Maybe `provide' is typo.)
10249
10250 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10251
10252         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10253         (I don't know why this was needed.)
10254
10255         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10256         Follow up changes for stream-type.
10257
10258         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10259         (wl-draft-elmo-nntp-send): Ditto.
10260
10261         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10262         (wl-nntp-posting-stream-type): Ditto.
10263         (wl-pop-before-smtp-ssl): Abolished.
10264         (wl-nntp-posting-ssl): Ditto.
10265
10266         * wl-address.el (wl-address-quote-specials): New function.
10267         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10268
10269         * wl-draft.el (wl-draft-reply): Ditto.
10270
10271 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10272
10273         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10274         use function `wl-string-match-assoc'.
10275
10276 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10277
10278         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10279
10280         * wl-draft.el (wl-draft-deduce-address-list): New function.
10281         (wl-draft-parse-mailbox-list): Ditto.
10282         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10283         instead of `smtp-deduce-address-list'.
10284         (wl-draft-on-field-p): Follow group list.
10285
10286         * wl-address.el (wl-address-concat-token): New function.
10287         (wl-address-string-without-group-list-contents): Ditto.
10288         (wl-complete-field-body): Fixed problem of completion
10289         by japanese petname.
10290         (wl-address-make-completion-list): Rewrite.
10291
10292 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10293
10294         * wl-address.el (wl-address-make-completion-list): Completion by
10295         petname.
10296         (wl-complete-field-body): Likewise.
10297
10298 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10299
10300         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10301         contains invalid address syntax.
10302
10303 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10304
10305         * wl-folder.el (wl-folder-check-entity-async): Use
10306         `elmo-nntp-spec-hostname'.
10307
10308 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10309
10310         * wl-summary.el (wl-summary-msgdb-load-async): Use
10311         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10312
10313 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10314
10315         * wl-draft.el (wl-draft-reply): Set argument
10316         `content-transfer-encoding' as nil.
10317
10318 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10319
10320         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10321         `wl-refile-alist'.
10322
10323 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10324
10325         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10326         (wl-draft-edit-string): Ditto.
10327         (wl-draft-forward): Ditto.
10328         * wl-summary.el (wl-summary-write): Ditto.
10329
10330 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10331
10332         * wl-summary.el (wl-summary-sync-update3): Call
10333         `wl-summary-buffer-number-column-detect'.
10334         (wl-summary-buffer-number-column-detect): Search from point-min.
10335
10336 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10337
10338         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10339         contains an address which is not included in original to or cc.
10340
10341 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10342
10343         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10344         begin-line does not exist.
10345         * wl-message.el (wl-message-uu-substring): Ditto.
10346
10347 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10348
10349         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10350         clear local variables.
10351         (wl-summary-exit): Call `elmo-commit'.
10352         (wl-summary-switch-to-clone-buffer): Call
10353         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10354         (wl-summary-goto-folder-subr): Ditto.
10355
10356         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10357         POP folder.
10358
10359 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10360
10361         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10362         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10363         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10364         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10365         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10366         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10367
10368         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10369
10370 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10371
10372         * wl-summary.el (wl-summary-search-by-subject):
10373         Search parent message from the latest one.
10374
10375 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10376
10377         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10378         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10379
10380         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10381         New user option.
10382
10383         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10384         if elmo-nntp-use-killed-list is nil.
10385         Use `elmo-msgdb-append-to-killed-list'.
10386         (Append numbers confirmed as disappeared to the killed list.)
10387         (wl-summary-confirm-appends): Don't display negative number.
10388
10389 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10390
10391         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10392
10393 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10394
10395         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10396         range is `all'.
10397         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10398         `elmo-list-bigger-diff'.
10399
10400 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10401
10402         * wl-summary.el (wl-summary-buffer-exit-func):
10403         New buffer local variable.
10404         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10405
10406 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10407
10408         * wl-demo.el (wl-demo): Fix the last change.
10409
10410 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10411
10412         * wl-demo.el (wl-demo): Don't use `eval'.
10413
10414 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10415
10416         * wl-summary.el (wl-summary-buffer-thread-modified):
10417         New buffer-local variable.
10418         (wl-summary-set-thread-modified): New function.
10419         (wl-summary-thread-modified-p): New function.
10420         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10421         (wl-summary-yank-saved-message): Use function
10422         `wl-summary-set-thread-modified'
10423         (wl-summary-switch-to-clone-buffer): Add
10424         `wl-summary-buffer-thread-modified'.
10425
10426         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10427         (wl-summary-buffer-mark-saved-hook): Ditto.
10428         * wl-summary.el (wl-summary-msgdb-save): New hook
10429         `wl-summary-buffer-message-saved-hook' and
10430         `wl-summary-buffer-mark-saved-hook'.
10431
10432 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10433
10434         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10435
10436 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10437
10438         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10439         don't hide scroll bars under FSF Emacsen because it may incur an
10440         undesirable redrawing.
10441
10442 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10443
10444         * wl-draft.el (wl-draft-edit-string): Call
10445         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10446
10447 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10448
10449         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10450
10451 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10452
10453         * wl-summary.el (wl-summary-msgdb-load-async): Call
10454         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10455
10456 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10457
10458         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10459         fringes in demo buffer; center bitmap logo correctly even if old
10460         Mule is used.
10461
10462 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10463
10464         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10465
10466         * wl-refile.el (wl-refile-subject-alist): New variable.
10467         (wl-refile-subject-alist-file-name): Ditto.
10468         (wl-refile-alist-setup): Rewrite.
10469         (wl-refile-alist-save): Use `elmo-object-save'.
10470         Eliminated arguments.
10471         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10472         (wl-refile-guess-by-subject): New function.
10473         (wl-refile-guess-func-list): Added it.
10474
10475 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10476
10477         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10478         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10479
10480 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10481
10482         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10483         New buffer-local variable.
10484         (wl-summary-buffer-next-folder-func): Ditto.
10485         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10486         if non-nil.
10487         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10488         if non-nil.
10489         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10490         if non-nil.
10491         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10492         if non-nil.
10493
10494 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10495
10496         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10497         permanently in the demo buffer.
10498
10499 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10500
10501         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10502         `mime-entity-fetch-field'.
10503
10504         * wl.el (wl-exit): Delete plugged buffer.
10505
10506         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10507         XEmacs has menubar feature.
10508
10509 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10510
10511         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10512         cannot arrive at the beginning of the buffer under old Emacsen.
10513
10514 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10515
10516         * wl-address.el (wl-address-ldap-search):
10517         Call `ldap-search-entries' with `withdn' argument t.
10518         (wl-complete-field-body): Bind completion-ignore-case as t.
10519         Clear ldap search hash when it was sole completion.
10520         Use elmo-string for pattern string.
10521         (wl-ldap-alias-safe-string): Eliminated needless let.
10522
10523 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10524
10525         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10526         (wl-ldap-alias-sep): New constant.
10527         (wl-ldap-search-attribute-type-list): Ditto.
10528         (wl-ldap-get-value): New function.
10529         (wl-ldap-make-filter): Ditto.
10530         (wl-ldap-make-matched-value-list): Ditto.
10531         (wl-ldap-alias-safe-string): Ditto.
10532         (wl-ldap-register-dn-string): Ditto.
10533         (wl-address-ldap-search): Rewrite.
10534
10535 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10536
10537         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10538         thread is deleted.
10539         (wl-thread-delete-line-from-buffer): Ditto.
10540         (wl-thread-get-exist-children): New function.
10541
10542 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10543
10544         * wl-demo.el (wl-demo): Made it to select various image types.
10545         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10546         from `wl-title-logo'.
10547         (wl-logo-ascii): New variable.
10548         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10549         (wl-demo-copyright-notice): New constant.
10550
10551         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10552
10553 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10554
10555         * wl-vars.el (wl-summary-target-above): Renamed from
10556         wl-summary-temp-above.
10557         * wl-score.el (wl-score-get-score-alist): Use it.
10558         (wl-summary-score-update-all-lines): Use it.
10559         * wl-summary.el: Ditto. (make-variable-buffer-local).
10560
10561 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10562
10563         * wl-vars.el (wl-ldap-port): New user option.
10564
10565         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10566         Rewite whole implementation.
10567         (wl-complete-field-body): Fixed.
10568
10569 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10570
10571         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10572         Choose implementation at compile time.
10573
10574 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10575
10576         * wl-address.el (wl-ldap-search-internal): New function.
10577         (wl-complete-field-to): Use it.
10578
10579 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10580
10581         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10582         Use `let' instead of `let*'.
10583         Require 'wl-vars.
10584
10585         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10586         Define as defcustom.
10587         (wl-ldap-base): Ditto.
10588         (wl-use-ldap): Ditto.
10589
10590 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10591
10592         * wl-address.el (wl-ldap-search): New function.
10593         (wl-complete-field-body): Use `wl-ldap-search'.
10594         (wl-ldap-server): New variable.
10595         (wl-ldap-base): Ditto.
10596         (wl-use-ldap): Ditto.
10597
10598 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10599
10600         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10601         (Pointed out by Mito <mit@nines.nec.co.jp>).
10602         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10603         buffer-local variables like `wl-summary-redisplay-internal'.
10604         (wl-summary-redisplay-all-header): Likewise.  Update
10605         Summary view too.
10606
10607 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10608
10609         * wl-summary.el (wl-summary-jump-to-parent-message):
10610         Consider prefix argument.
10611
10612         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10613         when closed thread is deleted.
10614
10615 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10616
10617         * wl-summary.el (wl-summary-jump-to-parent-message):
10618         Consider thread modification.
10619
10620 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10621
10622         * wl-message.el (wl-message-normal-get-original-buffer): Use
10623         `save-excursion'.
10624
10625         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10626         (wl-summary-showto-folder-regexp): Ditto.
10627
10628 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10629
10630         * wl-util.el (wl-delete-alist): Doc fix.
10631         (wl-delete-associations): New function.
10632         (wl-inverse-alist): New function.
10633         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10634         Split temporary variables. Use `wl-delete-associations'
10635         and `wl-inverse-alist'.
10636         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10637
10638 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10639
10640         * wl-folder.el (wl-folder-prefetch-entity):
10641         Execute prefetching if new count is unknown.
10642
10643 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10644
10645         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10646
10647         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10648         delete entity.
10649         (wl-thread-set-parent): If insert as top, set linked as nil.
10650
10651         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10652         `wl-thread-cleanup-symbols' when view mode is thread.
10653
10654 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10655
10656         * wl-folder.el (wl-folder-create-folder-entity): Use
10657         with-current-buffer.
10658         (wl-local-folder-init): Call set-buffer to make sure we are in
10659         the Folder buffer. Don't touch buffer-local variables here.
10660         (wl-folder-mode): Initialize buffer-local variables here.
10661
10662         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10663         (wl-folder-entity-assign-id): Ditto.
10664         (wl-folder-create-entity-hashtb): Ditto.
10665         (wl-local-folder-init): Ditto.
10666         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10667
10668 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10669
10670         * wl-summary.el (wl-summary-default-from): Fix probrem when
10671         std11-extract-address-components return (nil "foo@bar").
10672
10673 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10674
10675         * wl-draft.el (wl-draft-clone-local-variables):
10676         Remove redundant `setq'.
10677
10678 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10679
10680         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10681         Bind wl-highlight-x-face-func as nil while highlighting header.
10682
10683 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10684
10685         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10686
10687 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10688
10689         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10690         elmo-msgdb-overview-hashtb from copy-variables.
10691         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10692         instead of `elmo-msgdb-overview-get-entity-by-number'.
10693         (wl-summary-auto-refile): Ditto.
10694
10695         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10696         `elmo-msgdb-overview-get-entity' instead of
10697         `elmo-msgdb-search-overview-entity'.  Use
10698         `elmo-msgdb-overview-get-entity' instead of
10699         `elmo-msgdb-overview-get-entity-by-number'.
10700         (wl-thread-insert-entity-sub): Ditto.
10701         (wl-thread-insert-message): Ditto.
10702
10703         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10704         `elmo-msgdb-overview-get-entity'.
10705         (wl-normal-message-redisplay): Ditto.
10706
10707 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10708
10709         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10710         `wl-thread-entities'.
10711         (wl-thread-delete-message): Fix remove top message from
10712         `wl-thread-entity-list'.
10713
10714         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10715         wl-append(nconc), because update-list is broken on Meadow.
10716
10717         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10718         updating process.
10719         (wl-summary-rescan): Ditto.
10720         (wl-summary-sync-update3): Ditto.
10721         * wl-thread.el (wl-thread-set-parent): Renamed from
10722         `wl-summary-set-parent'.
10723         (wl-thread-insert-message): Updating buffer faster.
10724         (wl-thread-delete-message): Updating buffer faster.
10725
10726         * wl-score.el (wl-summary-score-update-all-lines): Changed
10727         interval for display progress gauge.
10728
10729 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10730
10731         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10732         folder always-sticky.
10733         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10734         defmacro.
10735
10736 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10737
10738         * wl-vars.el (wl-draft-add-references): New user option.
10739
10740         * wl-draft.el (wl-draft-add-references): New function.
10741         (wl-draft-yank-from-mail-reply-buffer): Use it.
10742         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10743         as nil.
10744
10745 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10746
10747         * wl-thread.el (wl-thread-update-line-msgs): Called
10748         `wl-thread-update-line-on-buffer-sub'.
10749         (wl-thread-update-line-on-buffer): Delete routine of inserting
10750         thread.
10751         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10752         moved from `wl-thread-update-line-on-buffer'.
10753         Add threshold for displaying progress gauge.
10754         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10755         argument of `wl-thread-update-line-msgs'.
10756         Add threshold for displaying progress gauge.
10757         * wl-folder.el:
10758         Add threshold for displaying progress gauge.
10759         * wl-score.el: Ditto.
10760
10761         * wl-expire.el (wl-summary-expire): Display deleting info.
10762
10763 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10764
10765         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10766         `no-msg'.
10767         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10768         argument of `wl-thread-update-line-msgs'.
10769         (wl-summary-set-parent): Added optional argument `parent-number'.
10770         (wl-summary-buffer-saved-message): New buffer local variable.
10771         (wl-summary-save-current-message): New command.
10772         (wl-summary-yank-saved-message): Ditto.
10773         (wl-summary-mode-map): Added key binding for
10774         `wl-summary-save-current-message' (\ew) and
10775         `wl-summary-yank-saved-message' (\C-y).
10776         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10777
10778 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10779
10780         * wl-summary.el (wl-summary-mode-map): Added key binding for
10781         `wl-summary-set-parent' (ts).
10782
10783 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10784
10785         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10786         subject faster. If thread number is reverse, delayed updating
10787         thread.
10788         (wl-summary-search-by-subject): Ditto.
10789         (wl-summary-put-alike): Ditto.
10790         (wl-summary-get-alike): Ditto.
10791         (wl-summary-insert-headers): Insert header of all overview in
10792         buffer.
10793         (wl-summary-rescan): Delayed updating thread. Kill search subject
10794         buffer for wl-summary-search-by-subject.
10795         (wl-summary-sync-update3): Ditto.
10796         (wl-summary-exit): Ditto.
10797         (wl-summary-goto-bottom-of-current-thread): Change for linked
10798         thread.
10799         (wl-summary-overview-create-summary-line): Change line for linked
10800         thread.
10801
10802         * wl-summary.el (wl-summary-update-thread): Use
10803         wl-thread-maybe-get-children-num.
10804         (wl-summary-set-parent): If change parent, move sub thread.
10805         (wl-summary-redisplay-internal): Add horizontal recenter.
10806         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10807
10808         * wl-thread.el (wl-thread-entity-get-linked): New function.
10809         (wl-thread-entity-set-linked): New function.
10810         (wl-thread-create-entity): Add linked element.
10811         (wl-thread-entity-insert-as-top): Use wl-append.
10812         (wl-thread-maybe-get-children-num): If closing thread, return
10813         children msgs.
10814         (wl-thread-update-line-msgs): Displaying progress message.
10815         (wl-thread-update-line-on-buffer-sub): Use
10816         wl-thread-maybe-get-children-num.
10817         (wl-thread-update-line-on-buffer): If update line is not exists,
10818         insert thread.
10819         (wl-thread-delete-message): If delete top msg of thread, search
10820         parent by subject.
10821         (wl-thread-insert-entity): Use
10822         wl-thread-maybe-get-children-num.
10823
10824         * wl-highlight.el (wl-highlight-summary-current-line): change
10825         sregexp for linked thread.
10826         * wl-util.el (wl-count-lines): Count lines.
10827         (wl-horizontal-recenter): horizontal recenter.
10828         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10829         (wl-score-get-alike): Ditto.
10830         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10831         (wl-subject-length-limit): New variable.
10832         (wl-highlight-thread-indent-string-regexp): Changed for linked
10833         thread.
10834
10835 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10836
10837         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10838         New variable (revival).
10839         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10840         by subject matching if there's no in-reply-to nor references field
10841         (revival).
10842
10843 \f
10844 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10845
10846         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10847         message.
10848
10849 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10850
10851         * wl-summary.el (wl-summary-reply): Return t if there was a
10852         message at cursor point.
10853         Added unwind-protect.
10854         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10855         returns t.
10856         (wl-summary-cancel-message): Do nothing when there's no message at
10857         cursor point.
10858         (wl-summary-forward): Ditto.
10859         (wl-summary-jump-to-parent-message): Ditto.
10860         (wl-summary-reedit): Ditto.
10861         (wl-summary-edit-addresses): Ditto.
10862         (wl-summary-pipe-message): Ditto.
10863         (wl-summary-print-message-with-ps-print): Ditto.
10864         (wl-summary-print-message): Ditto.
10865         (wl-summary-mark-as-important): Ditto.
10866         (wl-summary-mark-as-unread): Ditto.
10867
10868         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10869         message at cursor point.
10870         (wl-summary-reply-with-citation): Remove unwind-protect.
10871
10872         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10873         subject searching feature.
10874         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10875         Eliminated.
10876
10877 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10878
10879         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10880         New variable.
10881         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10882         by subject matching if there's no in-reply-to nor references field.
10883
10884         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10885
10886         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10887         when display is finished.
10888         (wl-folder-open-all): Ditto.
10889         (wl-folder-update-access-group): Ditto.
10890         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10891         * wl-thread.el (wl-thread-close-all): Ditto.
10892
10893         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10894         progress gauge only when it was displayed.
10895         * wl-folder.el (wl-folder-insert-entity): Ditto.
10896
10897 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10898
10899         * wl-summary.el (wl-summary-incorporate): Enclose
10900         `wl-summary-sync-force-update' with save-excursion.
10901
10902 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10903
10904         * wl-summary.el (wl-summary-prefetch-region):
10905         Pass current cursor point to `pos-visible-in-window-p' after
10906         moving cursor to the started point.
10907
10908 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10909
10910         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10911
10912         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10913         fields from the forwarding message.
10914         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10915         `ignored-fields'.
10916
10917 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10918
10919         * wl-mime.el (wl-message-request-partial):
10920         Eliminated argument `msgdb'.
10921         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10922         (wl-mime-combine-message/partial-pieces): Likewise.
10923         * tm-wl.el (wl-message-request-partial): Likewise.
10924         (wl-mime-combine-message/partial-pieces): Likewise.
10925
10926 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10927
10928         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10929         when display is finished.
10930
10931 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10932
10933         * wl-summary.el (wl-summary-goto-folder-subr):
10934         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10935
10936 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10937
10938         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10939         when cursor point is visible.
10940
10941 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10942
10943         * wl-expire.el (wl-expire-archive-get-max-number):
10944         Don't use `file-name-directory'.
10945
10946 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10947
10948         * wl-expire.el (wl-expire-archive-get-max-number):
10949         Use `file-name-directory'.
10950
10951 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10952
10953         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10954         only when there is progress.
10955
10956 2000-04-13  Mito <mit@nines.nec.co.jp>
10957
10958         * wl-summary.el (wl-summary-sync-marks): Display progress.
10959
10960 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10961
10962         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10963         (wl-summary-prev): Move cursor regardless of unread status.
10964         (wl-summary-next): Ditto.
10965
10966 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10967
10968         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10969         Added argument `target' and `number'.
10970         * tm-wl.el (wl-summary-burst-subr): New function.
10971         (wl-summary-burst): Use it.
10972
10973 2000-04-10  Mito <mit@nines.nec.co.jp>
10974
10975         * wl-mime.el (wl-burst): New function.
10976         (wl-summary-burst): Use it.
10977
10978 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10979
10980         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10981         as petname when there's no candidate.
10982
10983 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10984
10985         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10986         New variable.
10987         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10988
10989         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10990
10991         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10992
10993 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10994
10995         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10996         Use substring of `original' instead of buffer-substring.
10997         (wl-refile-evaluate-rule):
10998         Set `original' argument of wl-refile-expand-newtext.
10999
11000         * wl-summary.el
11001         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11002         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11003         (wl-summary-auto-refile): Check existence of destination folder just
11004         before marking.
11005
11006 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11007
11008         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11009         when wl-refile-get-field-value return nil.
11010
11011 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11012
11013         * wl-refile.el
11014         (wl-refile-expand-newtext): New function imported from Gnus.
11015         (wl-refile-evaluate-rule): Use it.
11016
11017 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11018
11019         * wl-summary.el (wl-summary-print-destination):
11020         Duplicate folder string to avoid putting text-property on
11021         original string.
11022
11023         * wl-refile.el (wl-refile-get-field-value): New function.
11024         (wl-refile-evaluate-rule): New function;
11025         Evaluate refile rule recursively.
11026         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11027         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11028         New function; Check existence of a target folder recursively.
11029         (wl-summary-auto-refile-check-refile-rule-alist):
11030         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11031
11032 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11033
11034         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11035
11036         * wl-folder.el (wl-create-folder-entity-from-buffer):
11037         Fixed problem when '}' character is contained in folder name.
11038
11039         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11040
11041 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11042
11043         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11044         (wl-fldmgr-add-completion-all-completions):
11045         Use wl-fldmgr-add-completion-hashtb.
11046
11047 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11048
11049         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11050         wl-fldmgr-add-completion-subr): New functions.
11051         * wl-folder.el (wl-folder-completion-func): New variable.
11052         * wl-summary.el (wl-summary-read-folder):
11053         Use wl-folder-completion-func.
11054
11055         * wl-refile.el: Eliminate throw & catch.
11056
11057         * wl.el (wl-plugged-sending-queue-status): Fixed.
11058
11059 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11060
11061         * wl-draft.el (wl-draft): Put category property on
11062         mail-header-separator.