* wl-demo.el (wl-demo-copyright-notice): Add 2009.
[elisp/wanderlust.git] / wl / ChangeLog
1 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
4
5 2008-09-05  Kenichi Okada  <okada@opaopa.org>
6
7         * wl-summary.el (wl-summary-buffer-folder-name)
8         (wl-draft-config-body-goto-header): Use backquote instead of quote.
9         * wl-draft.el (wl-draft-body-goto-top)
10         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
11
12 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
13
14         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
15         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
16
17 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
18
19         * wl-expire.el: Fix Comentary section.
20
21 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
22
23         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
24         Require mime-parse, elmo-mime, and wl-util.
25
26         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
27
28         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
29
30 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
31
32         * wl-template.el: Require elmo-util and wl-vars.
33
34         * wl-mime.el (wl-mime-display-header): Revert last change.
35         Remove `delete-matching-lines "^$"'.
36
37 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
38
39         * wl-mime.el (wl-define-dummy-functions): Split
40         `eval-when-compile' form for avoid error; when `make
41         compile-strict.
42
43         * wl-util.el: Move (eval-when-compile (require 'static)).
44         * wl-dnd.el: Add (eval-when-compile (require 'static)).
45         * wl-message.el: Ditto.
46
47         * wl-mime.el (wl-message-delete-current-part): Use
48         `insert-buffer-substring' instead of `insert-buffer'.
49         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
50         * wl-draft.el (wl-draft-generate-clone-buffer)
51         (wl-draft-do-mime-bcc): Ditto.
52
53         * wl-address.el: Add (eval-when-compile (require 'cl)).
54         * wl-addrmgr.el: Ditto.
55         * wl-mime.el: Ditto.
56         * wl-util.el: Ditto.
57         * wl-score.el: Ditto.
58
59 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
60
61         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
62         `string-to-int'.
63
64         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
65         `string-to-int'.
66
67         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
68         `string-to-number' instead of `string-to-int'.
69
70         * wl-summary.el (wl-summary-get-list-info)
71         (wl-summary-message-number): Use `string-to-number' instead of
72         `string-to-int'.
73
74         * wl-score.el (wl-score-overview-entity-get-lines)
75         (wl-score-set-mark-below, wl-score-set-expunge-below)
76         (wl-summary-increase-score, wl-score-get-header-entry): Use
77         `string-to-number' instead of `string-to-int'.
78
79         * wl-folder.el (wl-folder-update-diff-line): Use
80         `string-to-number' instead of `string-to-int'.
81
82         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
83         instead of `string-to-int'.
84
85         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
86         instead of `string-to-int'.
87
88         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
89         `string-to-int'.
90
91 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
92
93         * wl-util.el (wl-match-string, wl-match-buffer)
94         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
95         (wl-kill-buffers, wl-local-variable-p)
96         (wl-line-formatter-setup): New backquote style.
97         (wl-count-lines): Use quote instead of backquote.
98
99         * wl-summary.el (wl-summary-buffer-folder-name)
100         (wl-summary-get-alike): Use quote instead of backquote.
101         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
102         backquote style.
103
104         * wl-message.el (wl-message-buffer-cache-buffer-get)
105         (wl-message-buffer-cache-folder-get)
106         (wl-message-buffer-cache-message-get)
107         (wl-message-buffer-cache-entry-make)
108         (wl-message-buffer-cache-hit): New backquote style.
109
110         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
111         backquote.
112         (wl-folder-unread-regex, wl-folder-entity-exists-p)
113         (wl-folder-clear-entity-info)
114         (wl-folder-get-entity-info, wl-folder-set-entity-info)
115         (wl-folder-elmo-folder-cache-get)
116         (wl-folder-elmo-folder-cache-put): New backquote style.
117
118         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
119         (wl-fldmgr-assign-id): Ditto.
120         (wl-fldmgr-delete-line): Use quote instead of backquote.
121         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
122
123         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
124         (wl-draft-set-sent-message): New backquote style.
125         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
126         (wl-draft-config-body-goto-header): Use quote instead of backquote.
127
128 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
129
130         * wl-address.el (wl-address-concat-token): Fix typo.
131
132 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
133
134         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
135         (wl-score-get-alike): Ditto.
136
137         * wl-vars.el: New backquote style.
138         (wl-message-header-button-alist): Use quote instead of backquote.
139
140         * wl.el (wl-plugged-string): New backquote style.
141
142         * wl-address.el (wl-address-concat-token): New backquote style.
143
144         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
145
146 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
147
148         * wl-highlight.el (wl-highlight-folder-opened-regexp)
149         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
150
151         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
152         in the character alternative.
153
154 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
155
156         * Version number is increased to 2.15.6.
157
158 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
159
160         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
161         optional 3rd argument of epg-context-set-progress-callback; it was
162         temporarily removed in the Emacs trunk due to copyright problem.
163         (wl-mime-pgp-verify-region-with-epg): Ditto.
164
165 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
166
167         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
168
169 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
170
171         * wl-util.el (wl-biff-check-folders): Set biff flag.
172         (from Naoto Morishima [wl:14031])
173
174 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
175
176         * wl.el (wl-plugged-server-indent): Use quote instead of
177         backquote.
178
179 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
180
181         * wl-score.el (wl-score-insert-header): Add guard for
182         `std11-unfold-string'.
183         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
184         TYPE artgument when TO or CC field.
185
186 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
187
188         * wl-summary.el (wl-summary-goto-folder-subr): Call
189         `elmo-folder-close' instead of `elmo-folder-commit' if discard
190         current summary.
191
192 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-util.el (wl-read-shell-commande): New function or alias.
195
196         * wl-summary.el (wl-summary-pipe-message): Use
197         `wl-read-shell-command' instead of `read-string'.
198         (wl-summary-target-mark-pipe): Ditto.
199
200 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl-summary.el (wl-summary-reply): Fix docstring.
203         * wl-draft.el (wl-draft-reply): Ditto.
204
205 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-mime.el (wl-summary-extract-attachments): New command.
208         (wl-summary-extract-attachments-1): New internal function.
209
210 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-expire.el (wl-expire-folder): New function (split from
213         wl-summary-expire).
214         (wl-summary-expire): Use it. Add argument `all' instead of remove
215         `nolist'. Cause an error only if this function is calling
216         interactively.
217
218 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
219
220         * wl-expire.el (wl-expire-refile): Display progress message.
221         (wl-summary-expire): Simplify.
222
223         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
224         unused argument `deleting-info'.
225
226 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
227
228         * wl-vars.el (wl-message-popup-buffers): New user option.
229
230         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
231         (wl-message-delete-popup-windows): New function that substitues
232         above one.
233         (wl-mime-setup): Follow the above change.
234
235 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
236
237         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
238
239 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
240
241         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
242         "tkm" to wl-thread-spam.
243
244 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
245
246         * wl-thread.el (wl-thread-entity-insert-as-children): Use
247         wl-thread-entity-set-children.
248         (wl-thread-insert-message, wl-thread-insert-entity-sub,
249         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
250         Use wl-thread-entity-get-*.
251
252 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-mime.el (wl-epg-progress-callback): New function.
255         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
256         with `elmo-with-progress-display'. Set a progress callback
257         function to epg-context.
258         (wl-mime-pgp-verify-region-with-epg): Ditto.
259
260 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * wl-util.el (wl-completing-read-multiple): Define as an alias of
263         `completing-read-multiple' if emacs-version is not less than 22.
264
265 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
266
267         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
268         change.
269
270 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * wl-summary.el (wl-summary-sync-update): Move
273         `wl-thread-update-indent-string-thread' to outside of
274         `elmo-with-progress-display'.
275
276 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
277
278         * wl-message.el (wl-message-exit): Check buffer existence.
279
280 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
281
282         * wl-util.el (wl-simple-display-progress): New function.
283         (wl-display-progress-with-gauge): Ditto.
284         (wl-progress-callback-function): Ditto.
285
286         * wl.el (wl-init): Set `elmo-progress-callback-function' as
287         `wl-progress-callback-function'
288
289         * wl-vars.el (wl-display-progress-threshold): New user option.
290         (wl-display-progress-function): Ditto.
291
292         * Version number is increased to 2.15.5.
293
294 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
295
296         * wl-thread.el (wl-thread-close-children): New function.
297         (wl-thread-open-children): Ditto.
298         * wl-action.el (wl-summary-set-mark): Redo the last change by
299         using it.
300
301         * wl-action.el (wl-summary-set-mark): Undo the last change.
302         Forbid interactive call.
303
304 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-mime.el (wl-define-dummy-functions): New macro.
307         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
308         `wl-mime-pgp-decrypt-region'.
309         (wl-mime-pgp-verify-region-with-epg): Renamed from
310         `wl-mime-pgp-verify-region'.
311         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
312         `wl-mime-pgp-decrypt-region'.
313         (wl-mime-pgp-verify-region-with-pgg): Renamed from
314         `wl-mime-pgp-verify-region'.
315         (wl-mime-pgp-decrypt-region): New function; To select dispatch
316         function at runtime.
317         (wl-mime-pgp-verify-region): Ditto.
318
319         * wl-vars.el (wl-use-pgp-module): New user option.
320
321 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
322
323         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
324         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
325
326 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
329         even if there are target marks only.
330
331 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
332
333         * Version number is increased to 2.15.4.
334
335 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
336
337         * wl-folder.el (wl-folder-check-one-entity): Simplify.
338
339 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
340
341         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
342         variable.
343
344 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
345
346         * wl-spam.el (wl-thread-test-spam): New function.
347         (wl-spam-setup): Bind "tkc".
348
349 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
350
351         * wl-expire.el (wl-folder-expire-entity): Rewite without
352         `wl-summary-goto-folder-subr'.
353         (wl-folder-expire-current-entity): Don't kill summary buffer.
354
355 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-folder.el (wl-folder-sync-entity): Rewrite without
358         `wl-summary-goto-folder-subr'.
359         (wl-folder-mark-as-read-all-entity): Likewise.
360
361         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
362
363 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
364
365         * wl-thread.el (wl-thread-force-open): Arranged.
366
367 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
368
369         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
370         from regexp.
371
372         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
373         (wl-read-search-condition-internal): Append them.
374
375 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-vars.el (wl-additional-search-condition-fields):
378         New user option.
379
380         * wl-util.el (wl-search-condition-fields): New function; export
381         from `wl-read-search-condition-internal'.
382         (wl-read-search-condition-internal): Use it.
383
384         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
385
386 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
387
388         * wl-summary.el (wl-summary-define-sort-command): New function.
389         (wl-summary-sort-by-date, wl-summary-sort-by-number)
390         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
391         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
392         define by `wl-summary-define-sort-command' at runtime.
393
394         * wl.el (wl-init): Call wl-summary-define-sort-command.
395
396 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
397
398         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
399         properties at the decrypting region.
400
401 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
402
403         * wl-util.el (wl-find-region): New function.
404
405         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
406         coding system.
407         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
408         property `wl-mime-decoded-coding-system'.
409         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
410         property `wl-mime-decoded-coding-system' to encode text.
411
412         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
413         message.
414         (wl-mime-pgp-verify-region): Ditto.
415
416 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
417
418         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
419         buffer. Use epa-display-verify-result.
420
421 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
422
423         * wl-draft.el (wl-draft-send): Continue even if setting parent
424         flag was failed.
425
426 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
427
428         * wl-message.el (wl-message-flag-indicator): Fixed the problem
429         of returning string only of parentheses.
430
431 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-summary.el (wl-summary-write): Add argument `folder'.
434         (wl-summary-write-current-folder): Change argument `folder' from
435         optional to require.
436         (wl-summary-get-buffer): Return the buffer associated folder only.
437
438         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
439         change.
440         (wl-folder-toggle-disp-summary): Ditto.
441
442         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
443         current summary as parent-folder.
444
445 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
446
447         * wl-draft.el (wl-draft-reedit): Don't overwrite
448         wl-draft-parent-folder.
449
450 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
453         (wl-mime-pgp-verify-region): Ditto.
454         (wl-message-decrypt-pgp-nonmime): Use the above function.
455         (wl-message-verify-pgp-nonmime): Likewise.
456         (wl-mime-preview-application/pgp): Likewise.
457
458 2006-04-20  Kenichi Okada  <okada@opaopa.org>
459
460         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
461         Fix about the order of `wl-nntp-posting-port' and
462         `wl-nntp-posting-stream-type'.
463         * wl.el (wl-plugged-port-label-alist): Add smtp.
464
465 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
466
467         * wl-summary.el (wl-summary-message-status): New macro.
468
469         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
470         (wl-summary-killed-mark): New user option.
471
472         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
473         API change.
474         (wl-thread-insert-entity-sub): Ditto.
475         (wl-thread-recover-messages): New command.
476
477         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
478         Don't call `wl-highlight-summary-current-line' directly.
479         (wl-summary-buffer-attach): Connect to signal `status-changed'
480         instead of `cache-changed'.
481         (wl-summary-buffer-detach): Follow the above change.
482         (wl-summary-detect-mark-position): Follow the API change.
483         (wl-summary-rescan-message): Ditto.
484         (wl-summary-insert-sequential): Ditto.
485         (wl-summary-update-thread): Ditto.
486         (wl-summary-message-mark): Ditto.
487         (wl-summary-persistent-mark): Ditto.
488         (wl-summary-create-line): Ditto.
489         (wl-summary-prefetch-region-no-mark): Call
490         `wl-summary-persistent-mark' with number.
491         (wl-summary-recover-messages-region): New command.
492         (wl-summary-target-mark-recover): Ditto.
493         (wl-summary-recover-message): Ditto.
494         (wl-summary-persistent-mark-string): Add argument `status' instead
495         of remove arguments `flags' and `cached'.  Treat killed status.
496         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
497
498         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
499         (wl-highlight-summary-line-face-spec): Treat killed status.
500         (wl-highlight-summary-line-string): Follow the API change.
501         (wl-highlight-summary-current-line): Ditto.
502
503         * Version number is increased to 2.15.3.
504
505 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
506
507         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
508         of symbolp to test whether the condition is function.
509
510 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
511
512         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
513         to nil.
514
515 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
516
517         * wl-summary.el (wl-summary-buffer-message-ring): New internal
518         variable.
519         (wl-summary-buffer-last-displayed-msg): Abolish.
520         (wl-summary-push-message): New function.
521         (wl-summary-pop-message): Ditto.
522         (wl-summary-goto-folder-subr): Reset
523         `wl-summary-buffer-message-ring'.
524         (wl-summary-pop-to-last-message): New command.
525         (wl-summary-goto-last-displayed-msg): Call
526         wl-summary-pop-to-last-message if optional argument is non-nil or
527         the last command is itself.
528         (wl-summary-redisplay-internal): Push last message number into
529         `wl-summary-buffer-message-ring'.
530
531         * wl-vars.el (wl-summary-message-ring-max): New user option.
532
533 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
536         from `wl-draft-reply').
537         (wl-draft-reply): Use it.
538         (wl-draft-find-reply-headers): Avoid compile warning.
539
540 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
541
542         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
543
544 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-message.el (wl-message-flag-indicator): New function.
547         (wl-message-redisplay): Use it.
548
549 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
550
551         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
552
553 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
554
555         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
556         instead of `read-event'.
557
558         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
559
560         * wl-mule.el (wl-read-event-char): Ditto.
561
562         * wl-e21.el (wl-read-event-char): Ditto.
563
564 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
565
566         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
567
568 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-vars.el (wl-draft-send-confirm-type): New user option.
571
572         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
573
574         * wl-draft.el (wl-draft-send-confirm): Confirmation by
575         `wl-draft-send-confirm-type'
576
577 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
578
579         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
580         Avoid error when the buffer name is already used.
581
582 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
583
584         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
585         the change of elmo-nmz -> elmo-search.
586         (wl-highlight-summary-line-help-echo-alist): Ditto.
587         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
588         (wl-nmz-folder-icon): Define as obsolete.
589         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
590         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
591
592 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-summary.el (wl-summary-get-list-info): Rewrite with
595         `elmo-find-list-match-value'
596
597 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
598
599         * wl-summary.el (wl-summary-get-list-info): Optimize.
600         Use List-Id and List-Post also.
601
602 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
605
606 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
607
608         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
609
610 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-util.el (wl-completing-read-multiple-1): New internal function.
613         (wl-completing-read-multiple-2): Ditto.
614         (wl-completing-read-multiple): Define use above functions.
615
616         * wl-summary.el (wl-summary-sort): Removed the workaround for a
617         bug of `completing-read-multiple' about default value.
618
619         * wl-xmas.el (wl-completing-read-multiple): Removed.
620
621         * wl-mule.el (wl-completing-read-multiple): Ditto.
622
623         * wl-e21.el (wl-completing-read-multiple): Ditto.
624
625 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
626
627         * wl-util.el (wl-filter-associations): New function.
628
629         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
630         (wl-spam-ignored-folder-list): Ditto.
631         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
632         (wl-spam-string-member-p): New function.
633         (wl-spam-domain): Use it.
634         (wl-spam-split-numbers): New function.
635         (wl-spam-apply-partitions): Ditto.
636         (wl-spam-register-spam-messages): Use `folder' instead of
637         `wl-summary-buffer-elmo-folder'.
638         (wl-spam-register-good-messages): Ditto.
639         (wl-summary-exec-action-spam): Decide a domain by real folder of
640         message.
641         (wl-summary-exec-action-refile-with-register): Likewise.
642
643 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
644
645         * wl-e21.el (wl-e21-find-image): New function.
646         (wl-e21-setup-toolbar): Use it instead of `find-image'.
647         (wl-e21-highlight-folder-group-line): Ditto.
648         (wl-folder-init-icons): Ditto.
649         (wl-plugged-init-icons): Ditto.
650         (wl-biff-init-icons): Ditto.
651
652 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
655         (wl-inhibit-save-drafts): New internal variable.
656         (wl-disable-auto-save): Ditto.
657         (wl-save-drafts): Treat above variables.
658         (wl-auto-save-drafts): New function.
659         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
660         `wl-stop-save-drafts'.
661         (wl-start-save-drafts): New function.
662         (wl-stop-save-drafts): Ditto.
663         (wl-set-auto-save-draft): New command.
664
665         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
666         `wl-set-save-drafts'.
667
668 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
671         `make-local-variable' instead of `make-variable-buffer-local'.
672
673 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
676
677 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
678
679         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
680
681 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
682
683         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
684         of working buffer.
685
686 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
687
688         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
689
690         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
691         value into recipients; Bind `wl-draft-remove-group-list-contents'
692         as nil.
693
694 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-summary.el (wl-summary-sort): Fixed the last change.
697
698         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
699         (wl-summary-sort-messages): Ditto.
700         (wl-summary-rescan): Use it.
701         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
702         `completing-read'; Append candidates for reverse order.
703
704 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * Version number is increased to 2.15.2.
707
708 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
709
710         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
711         "Smaller".
712         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
713
714 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
715
716         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
717
718 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-vars.el (wl-draft-additional-header-alist): Add into the
721         customize group `wl-draft'.
722         (wl-draft-add-in-reply-to): Move customize group from `wl' to
723         `wl-draft'.
724         (wl-draft-add-references): Ditto.
725
726         * wl-action.el (wl-summary-print-argument): Rename argument from
727         `folder' to `data'.
728
729 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
730
731         * wl-summary.el (wl-summary-rescan-message): Call
732         `wl-thread-cleanup-symbols' before insert thread.
733
734 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
735
736         * wl.el (wl-init): Set `elmo-get-folder-function' as
737         `wl-folder-make-elmo-folder'.
738
739         * wl-spam.el (wl-summary-exec-action-spam): Use
740         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
741
742         * wl-folder.el (wl-folder-make-elmo-folder): New function.
743         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
744         `elmo-make-folder'.
745         (wl-folder-get-elmo-folder): Ditto.
746         (wl-folder-create-subr): Simplify.
747
748 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
751
752 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
755         contents in message buffer instead of original buffer. If optional
756         argument specified, ask coding system for encode.
757
758 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
759
760         * wl-spam.el (wl-summary-test-spam-region): New function.
761         (wl-spam-setup): Bind "rkc".
762
763 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
764
765         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
766
767 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
768
769         * wl-spam.el (wl-summary-test-spam): Fix typo.
770         (wl-message-check-spam): Ditto.
771
772 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-summary.el (wl-summary-default-from): Simplify.
775
776 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl-action.el (wl-summary-exec-action-refile): Simplify.
779         (wl-summary-exec-action-copy): Ditto.
780         (wl-summary-auto-refile): Check existence of temporary mark.
781
782 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * wl-summary.el (wl-summary-create-line): Use
785         `elmo-time-to-datevec'.
786
787         * wl-expire.el (wl-expire-archive-date): Ditto.
788         (wl-expire-localdir-date): Ditto.
789
790         * wl-util.el (wl-day-number): Abolish.
791
792         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
793         of `wl-day-number'.
794         (wl-score-followup): Ditto.
795         (wl-score-add-followups): Ditto.
796         (wl-score-get-latest-msgs): Ditto.
797         (wl-score-get-header-entry): Ditto.
798         (wl-score-edit-insert-date): Ditto.
799
800 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
801
802         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
803         `elmo-message-entity-field' with 2nd argument `type'.
804
805 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
806
807         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
808
809 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * wl-thread.el (wl-thread-delete-message): Delete descendant
812         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
813
814 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
815
816         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
817
818 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
819
820         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
821         `Access folder'.
822
823 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-vars.el (wl-access-folder-icon): New user option.
826
827         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
828         `Access folder'.
829
830 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
831
832         * wl-summary.el (wl-summary-buffer-set-folder): Use
833         `wl-folder-mime-charset'.
834
835         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
836         `mime-charset'.
837         (wl-folder-get-elmo-folder): Ditto.
838         (wl-folder-mime-charset): New function.
839
840 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-util.el (wl-parse-addresses): Define alias of
843         `elmo-parse-addresses' (move to `elmo-util.el').
844
845         * wl-summary.el (wl-summary-default-from): Follow the API change.
846         (wl-summary-overview-entity-compare-by-date): Ditto.
847         (wl-summary-overview-entity-compare-by-from): Ditto.
848         (wl-summary-get-list-info): Get value of `ml-info' field from
849         entity at first.
850         (wl-summary-rescan-message): Treat prefix argument.
851         (wl-summary-prefetch-msg): Follow the API change.
852         (wl-summary-search-by-subject): Ditto.
853         (wl-summary-insert-thread): Ditto.
854         (wl-summary-line-subject): Ditto.
855         (wl-summary-line-from): Ditto.
856         (wl-summary-create-line): Ditto.
857         (wl-summary-print-message-with-ps-print): Ditto.
858
859         * wl-score.el (wl-score-ov-entity-get): Ditto.
860         (wl-score-followup): Ditto.
861         (wl-score-add-followups): Use `elmo-message-entity-field' instead
862         of `car'.
863         (wl-score-get-latest-msgs): Follow the API change.
864         (wl-score-get-header): Ditto.
865
866         * wl-refile.el (wl-refile-learn): Ditto.
867         (wl-refile-subject-learn): Ditto.
868         (wl-refile-get-field-value): Ditto.
869         (wl-refile-guess-by-history): Ditto.
870         (wl-refile-guess-by-subject): Ditto.
871
872         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
873
874         * wl-expire.el (wl-expire-date-p): Removed.
875         (wl-expire-archive-date): Follow the API change.
876         (wl-expire-localdir-date): Ditto.
877         (wl-summary-expire): Ditto.
878
879         * Version number is increased to 2.15.1.
880
881 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
882
883         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
884         group is access or not (it is not strict, like wl-fldmgr-rename).
885
886 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
887
888         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
889         duplicate call of `wl-summary-print-argument' on the wrong line.
890
891 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
892
893         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
894         even if argument `number' is nil.
895         (wl-summary-insert-line): Print action argument if current message
896         has it.
897
898 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
899
900         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
901         (wl-draft-reply): Ditto.
902         (wl-draft): Add optional argument `parent-number' and call
903         `wl-draft-create-buffer' with it.
904         (wl-draft-create-buffer): Add optional argument
905         `parent-number'. Set wl-draft-parent-number as it.
906
907 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
908
909         * wl-folder.el (wl-folder-set-persistent-mark): If summary
910         buffer is not for given folder, don't use it.
911
912 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
913
914         * Version number is increased to 2.15.0.
915
916 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
919
920         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
921         (wl-highlight-get-face-by-name): New internal function.
922         (wl-highlight-summary-line-face-spec): Use it and fixed.
923
924 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
925
926         * wl-summary.el (wl-summary-sync-update): Use
927         `elmo-message-entity-field' instead of `car' to get message-id
928         from overview entity.
929
930         * wl-summary.el (wl-summary-rescan-message): Call
931         `wl-highlight-summary-displaying' when displaying a message.
932
933 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
934
935         * wl-draft.el (wl-draft-config-info-filename): Extracted from
936         `wl-draft-config-info-operation'.
937         (wl-draft-buffer-change-number): New function.
938         (wl-draft-rename-saved-config): Ditto.
939         * wl.el (wl-init): Connect slot for message-number-changed.
940         (toplevel): Add autoload for wl-draft-rename-saved-config.
941
942 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
945         `update-overview'
946         (wl-summary-buffer-detach): Disconnect from it.
947         (wl-summary-rescan-message): Use command.
948
949         * wl-message.el (wl-message-buffer-display): Use
950         `with-current-buffer' instead of `save-excursion'.
951
952 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-mime.el (wl-draft-preview-attributes-list): Protect
955         wl-draft-preview-attributes-list from distraction.
956
957 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
958
959         * wl-summary.el (wl-summary-sync-update): Sort the return value of
960         `elmo-list-diff'.
961
962 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
963
964         * wl-summary.el
965         (wl-summary-edit-addresses-collect-candidate-fields): Use
966         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
967
968         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
969         instead of `elmo-set-work-buf'.
970
971         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
972         (wl-address-make-address-list): Ditto.
973
974         * Version number is increased to 2.13.3.
975
976 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
977
978         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
979         user option.
980
981         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
982         argument `5'.
983
984         * wl-message.el (wl-message-display-no-merge-p): New function.
985         (wl-message-buffer-display): Check whether the message is
986         reassembled and follow the API change.
987
988 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
991         multibyte on working buffer and removed unnecessary
992         `buffer-disable-undo'.
993
994 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-util.el (wl-read-search-condition-internal): Fixed the last
997         change.
998
999 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1000
1001         * wl-util.el (wl-read-search-condition-internal): Protect
1002         elmo-global-flags from distraction.
1003
1004 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1007
1008         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1009         (wl-summary-event-handler): Ditto.
1010         (wl-summary-update-persistent-mark-on-event): New
1011         function (renamed from `elmo-event-handler-flag-changed').
1012         (wl-summary-buffer-attach): New function.
1013         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1014         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1015         instead of `elmo-folder-add-handler'.
1016
1017         * Version number is increased to 2.13.2.
1018
1019 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1022         and "\177" to the `wl-news-previous-page'.
1023         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1024         (wl-news-previous-page): New function.
1025
1026 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1027
1028         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1029         instead of `write-region' and simplify.
1030
1031 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1032
1033         * wl-template.el (wl-template-select): Cause error if
1034         `wl-template-alist' is nil.
1035
1036 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1037
1038         * wl-news.el.in: Set file variable `no-byte-compile'.
1039
1040 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1043         whether a target message is within displaying area.
1044         (elmo-event-handler-cache-changed): Ditto.
1045
1046 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1047
1048         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1049         to `defun'.  Use `nconc' instead of `append' to collect descendant
1050         message numbers.
1051
1052 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1053
1054         * wl-thread.el (wl-thread-save-top-list)
1055         (wl-thread-save-entities): Use `with-temp-buffer'.
1056         * wl-news.el.in (wl-news-previous-version-load):
1057         (wl-news-previous-version-save): Ditto.
1058         * wl-summary.el (wl-summary-load-file-object)
1059         (wl-summary-save-view-cache): Ditto.
1060
1061 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-util.el (toplevel): Require 'elmo-flag'.
1064         (wl-read-search-condition): New function (Renamed from
1065         `elmo-read-search-condition').
1066         (wl-read-search-condition-internal): Likewise.
1067
1068         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1069         invalid.
1070         (wl-summary-pick): Use `wl-read-search-condition' instead of
1071         `elmo-read-search-condition'.
1072         (wl-summary-virtual): Ditto.
1073
1074         * wl-folder.el (wl-folder-virtual): Ditto.
1075         (wl-folder-pick): Ditto.
1076
1077         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1078
1079 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1080
1081         * wl-summary.el (wl-summary-reedit): Call
1082         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1083
1084 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl-mime.el (toplevel): Require wl-vars.
1087
1088         * wl-message.el (toplevel): Require cl at compile.
1089
1090         * wl-draft.el (toplevel): Require elmo.
1091
1092 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1093
1094         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1095         and do nothing when it is not positive.
1096         (wl-message-buffer-prefetch-next): Ditto.
1097
1098 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1099
1100         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1101         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1102         (wl-summary-redisplay-internal): Ditto.
1103
1104         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1105         message (the condition is borrowed from `wl-check-variables-2').
1106         (wl-summary-redisplay-internal): Ditto.
1107
1108 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * wl-mime.el (wl-draft-nntp-attribute): New function.
1111         (wl-draft-attribute-nntp-posting-server): Use it.
1112         (wl-draft-attribute-nntp-posting-port): Ditto.
1113
1114         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1115         (wl-draft-show-attributes-buffer): Ditto.
1116         (wl-draft-hide-attributes-buffer): Ditto.
1117         (wl-draft-attribute-newsgroups): Ditto.
1118         (wl-draft-attribute-nntp-posting-server): Ditto.
1119         (wl-draft-attribute-nntp-posting-port): Ditto.
1120         (wl-draft-preview-message): Use there functions.
1121
1122         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1123         value.
1124
1125 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1128         (wl-draft-reedit): Ditto.
1129         (wl-draft-queue-flush): Ditto.
1130
1131         * wl-mime.el (wl-message-request-partial): Ditto.
1132         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1133         instead of `elmo-message-fetch'.
1134
1135         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1136
1137         * wl-summary.el (wl-summary-message-string): Ditto.
1138
1139 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1140
1141         * wl-util.el (wl-current-message-buffer): Follow the API change.
1142
1143         * wl-summary.el (wl-summary-redisplay-internal): Call
1144         `wl-summary-mark-as-read' with 2nd argument as nil and update
1145         unread count instead of persistent mark.
1146
1147         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1148         variable.
1149         (wl-message-redisplay): Follow the API change.
1150         (wl-message-buffer-display): Managed mime-entity directly and
1151         return preview buffer only.
1152         (wl-message-display-internal): Rewrite.
1153         (wl-message-buffer-prefetch-subr): Not save return value of
1154         `wl-message-buffer-display'.
1155
1156         * Version number is increased to 2.13.1.
1157
1158 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1161         'elmo-multiple-fields-body-list' with boundary specified.
1162
1163 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1164
1165         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1166         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1167         cache if `wl-summary-resend-use-cache' is non-nil.
1168
1169 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1172         (wl-nntp-posting-stream-type): Ditto.
1173
1174 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1175
1176         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1177
1178 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1179
1180         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1181         message.
1182
1183 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1184
1185         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1186         Abolish.
1187         (wl-summary-buffer-persistent-mark-version): New internal
1188         variable.
1189         (wl-summary-update-mark-and-highlight-window): Check by
1190         wl-summary-persistent-mark-invalid-p.
1191         (wl-summary-update-status-marks): Ditto.
1192         (elmo-event-handler-flag-changed): Rewrite.
1193         (elmo-event-handler-cache-changed): Define.
1194         (wl-summary-prefetch-msg): Does not update persistent mark here.
1195         (wl-summary-delete-cache): Ditto.
1196         (wl-summary-resume-cache-status): Ditto.
1197         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1198         (wl-summary-persistent-mark-invalid-p): New function.
1199         (wl-summary-validate-persistent-mark): Ditto.
1200         (wl-summary-validate-persistent-mark-string): Ditto.
1201         (wl-summary-invalidate-persistent-mark): Ditto.
1202         (wl-summary-update-persistent-mark): Call
1203         `wl-summary-validate-persistent-mark'.
1204         (wl-summary-create-line): Call
1205         `wl-summary-validate-persistent-mark-string'.
1206
1207         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1208         status as t if cache used.
1209
1210 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1211
1212         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1213         only if the target is group.
1214         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1215
1216 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1217
1218         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1219
1220 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1221
1222         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1223
1224         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1225
1226 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1227
1228         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1229         (Thanks to Yoichi NAKAYAMA).
1230
1231 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1232
1233         * wl-util.el (wl-save-drafts): Restore echo area.
1234
1235 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * Version number is increased to 2.13.0.
1238
1239         * wl-util.el (wl-biff-check-folder-async): Use
1240         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1241
1242 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1243
1244         * wl-message.el (wl-message-display-internal): Does not put
1245         wl-message-display-type property on message buffer.
1246         (wl-message-buffer-display-type): New function.
1247
1248         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1249
1250         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1251         `wl-summary-buffer-detach'.
1252         (wl-summary-message-display-type): Use
1253         `wl-summary-buffer-display-type'.
1254
1255 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1256
1257         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1258         buffer-local.
1259
1260         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1261         kill-buffer-hook instead of make-local-variable.
1262         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1263
1264 2004-12-12  Scott Renfro <scott@renfro.org>
1265
1266         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1267         regex for square-branket.
1268
1269 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1270
1271         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1272         `wl-message-mime-analysis-p' with argument `header'.
1273
1274 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1275
1276         * wl-mime.el (wl-draft-yank-current-message-entity): 
1277         Switch to no-mime following method according to wl-message-display-type
1278         property.
1279         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1280
1281         * wl-message.el (wl-message-display-internal): 
1282         Put wl-message-display-type property on message buffer.
1283
1284         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1285         (wl-message-display-internal): Ditto;
1286
1287         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1288
1289 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1290
1291         * wl-message.el (wl-message-make-display-type): New function.
1292         (wl-message-display-type-property): Ditto.
1293         (wl-message-mime-analysys-p): Ditto.
1294         (wl-message-display-all-header-p): Ditto.
1295         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1296         added `display-type'.
1297         (wl-message-buffer-display): Likewise.
1298         (wl-message-display-internal): Likewise.
1299         (wl-message-buffer-display-type): Abolish.
1300         (wl-message-buffer-prefetch-subr): Follow the API changed.
1301
1302         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1303         from wl-summary-buffer-display-all-header and changed default value.
1304         (wl-summary-message-display-type): New function.
1305         (wl-summary-buffer-display-mime-mode): Ditto.
1306         (wl-summary-buffer-display-header-mode): Ditto.
1307         (wl-summary-toggle-mime): Rewrite with above functions.
1308         (wl-summary-toggle-all-header): Ditto.
1309         (wl-summary-redisplay): Force redisplay with default mode.
1310         (wl-summary-redisplay-internal): Renamed argument from `mode',
1311         `all-header' to `mime-mode', `header-mode'.
1312         Use `wl-message-make-display-type'.
1313
1314         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1315         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1316
1317 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1318
1319         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1320
1321 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1322
1323         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1324         in original message buffer.
1325         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1326         buffer.
1327
1328 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1329
1330         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1331
1332 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1333
1334         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1335
1336 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1337
1338         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1339         when actions succeeded.
1340         (wl-summary-exec-action-copy): Likewise.
1341
1342 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1343
1344         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1345         there is switch-to-buffer at the end of wl-message-select-buffer.
1346         (wl-summary-reply): Ditto.
1347
1348 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1349
1350         * wl-summary.el (wl-summary-forward): Put subject in original
1351         message buffer as argument of wl-draft-forward.
1352         * wl-draft.el (wl-draft-forward): Decode subject as in
1353         wl-draft-reply.
1354
1355 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1356
1357         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1358         a folder under access group.
1359
1360 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1361
1362         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1363         wl-message-buffer-display.
1364
1365         * wl-util.el (wl-set-save-drafts): Fix typo.
1366
1367 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1368
1369         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1370         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1371         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1372         the way to measure the width of a bitmap image; don't put face on
1373         ascii and bitmap images; put the mark which should not use the
1374         variable-pitch face on ascii and bitmap images.
1375         (wl-demo-setup-properties): Don't use the variable-pitch face on
1376         ascii and bitmap images; made it work on Emacs 20 and earlier.
1377         (wl-demo-insert-text): End with a newline at the bottom; don't put
1378         face on text.
1379
1380         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1381
1382 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1383
1384         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1385
1386         * wl-util.el (wl-save-drafts): Moved from sample setting.
1387         (wl-set-save-drafts): New function to set idle timer.
1388         * wl-draft.el (wl-draft): Call it.
1389         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1390
1391 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1392
1393         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1394         a summary which has toggle display status off.
1395
1396 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1397
1398         * wl-draft.el (wl-draft-do-fcc): No cache save.
1399
1400 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-summary.el (elmo-event-handler-flag-changed): Use
1403         `set-buffer' instead of `with-current-buffer'.
1404
1405 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1406
1407         * wl-summary.el (wl-summary-after-resize-function): New function.
1408         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1409         window-size-change-functions.
1410
1411 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1412
1413         * wl-draft.el (wl-draft-create-buffer): Bind
1414         `change-major-mode-hook' after current buffer is changed.
1415
1416         * wl-summary.el (wl-summary-buffer-detach): New function.
1417         (wl-summary-buffer-set-folder): Call it.
1418         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1419         change-major-mode-hook and kill-buffer-hook.
1420         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1421         (wl-summary-switch-to-clone-buffer): Ditto.
1422         (wl-summary-goto-folder-subr): Ditto.
1423
1424 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1425
1426         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1427         after boundp check.
1428
1429 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1432         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1433         for `kill-buffer'.
1434
1435         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1436         handler of current buffer from elmo-folder.
1437
1438 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1439
1440         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1441
1442 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443
1444         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1445         variable.
1446         (wl-summary-event-handler): New class.
1447         (elmo-event-handler-flag-changed): Define to update persistent
1448         mark.
1449         (wl-summary-buffer-set-folder): Register event handler to
1450         elmo-folder.
1451         (wl-summary-exit): Unregister event handler.
1452         (wl-summary-goto-folder-subr): Ditto.
1453         (wl-summary-mark-as-read-all): Does not call
1454         `wl-summary-update-persistent-mark' directly.
1455         (wl-summary-mark-as-read-internal): Ditto.
1456         (wl-summary-set-persistent-mark-internal): Ditto.
1457         (wl-summary-set-flags-internal): Ditto.
1458
1459         * Version number is increased to 2.11.33.
1460
1461 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1462
1463         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1464         to nil.
1465
1466 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-spam.el (wl-spam-setup): Add hook
1469         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1470         instead of `wl-summary-prepare-hook'.
1471
1472         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1473         if folder type is `'flag'.
1474         (wl-summary-mark-as-important): Ditto.
1475
1476 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1477
1478         * wl-address.el (wl-address-minibuffer-history): New variable.
1479         (wl-address-minibuffer-local-map): New keymap.
1480         (wl-address-read-from-minibuffer): New function.
1481
1482         * wl-action.el (wl-summary-get-resend-address): Use
1483         `wl-address-read-from-minibuffer' instead of `completing-read'.
1484
1485 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1486
1487         * Version number is increased to 2.11.32.
1488
1489 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1490
1491         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1492         without mule to iso-8859-1.
1493         (wl-draft-add-in-reply-to): Add note in description.
1494         (wl-draft-add-references): Ditto.
1495
1496 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1497
1498         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1499         definition for `m'.
1500         (wl-summary-mode-line-format): Add '[%m]'.
1501         (wl-message-mode-line-format-spec-alist): Ditto.
1502         (wl-summary-display-mime-mode-list): New variable.
1503
1504         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1505         from wl-summary-buffer-display-as-is.
1506         (wl-summary-buffer-display-all-header): New buffer local variable.
1507         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1508         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1509         instead of wl-summary-buffer-display-as-is.
1510         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1511         (wl-summary-set-persistent-mark): Ditto.
1512         (wl-summary-set-message-buffer-or-redisplay): Just call
1513         `wl-summary-redisplay-internal' without optional arguments.
1514         (wl-summary-toggle-mime): Rewrite.
1515         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1516         (wl-summary-toggle-all-header): New function.
1517         (wl-summary-redisplay-internal): Treat mime mode.
1518
1519         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1520         to wl-mime-preview-follow-no-mime.
1521         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1522         accodring to the display-mode.
1523
1524         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1525         (wl-message-buffer-display): Changed argument name from `as-is' to
1526         `mode'.
1527         (wl-message-display-internal): Ditto;
1528         Bind elmo-mime-display-header-analysis according to the mode.
1529         (wl-message-display-internal): Put wl-message-display-mime-mode
1530         property on entire buffer.
1531
1532 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1533
1534         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1535
1536 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1537
1538         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1539         Don't extract mail address.
1540         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1541
1542         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1543
1544         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1545
1546 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1547
1548         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1549         wl-fldmgr-cut-entity-list on confirmation.
1550
1551 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1552
1553         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1554         (wl-mime-quit-preview): Check existence of
1555         mime-edit-temp-message-buffer here.
1556
1557 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1558
1559         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1560         after deletion.
1561
1562         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1563         before calling wl-mime-quit-preview.
1564
1565 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1566
1567         * wl-summary.el (wl-summary-pick): If call it with prefix
1568         argument, set `delete-marks' as non-nil. Pick from only visible
1569         messages.
1570         (wl-summary-check-target-mark): New function.
1571         (wl-summary-target-mark-mark-as-read): Use it.
1572         (wl-summary-target-mark-mark-as-unread): Ditto.
1573         (wl-summary-target-mark-operation): Ditto.
1574         (wl-summary-target-mark-set-flags): Ditto.
1575         (wl-summary-target-mark-save): Ditto.
1576         (wl-summary-target-mark-pick): Ditto.
1577         (wl-summary-target-mark-forward): Ditto.
1578         (wl-summary-target-mark-reply-with-citation): Ditto.
1579         (wl-summary-target-mark-print): Ditto.
1580         (wl-summary-target-mark-uudecode): Ditto.
1581
1582         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1583         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1584         with `ask-coding' is non-nil.
1585
1586 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * wl-thread.el (wl-thread-set-parent): If parent is a message
1589         which is identified by references, set linked as nil.
1590
1591 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1592
1593         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1594         (wl-message-mode-line-format-spec-alist): Ditto.
1595         (wl-message-mode-line-format): Ditto.
1596         (wl-summary-mode-line-format): Ditto for docstring.
1597         (wl-summary-no-mime-folder-list): Fix typo.
1598
1599         * wl-util.el (wl-current-message-buffer): Call
1600         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1601
1602         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1603         variable.
1604         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1605         of `wl-summary-redisplay-no-mime'.
1606         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1607         (wl-summary-toggle-mime): New function.
1608         (wl-summary-redisplay-all-header): Rewrite.
1609         (wl-summary-redisplay-no-mime): Ditto.
1610         (wl-summary-redisplay-internal): Added argument `as-is' and
1611         `all-header'.
1612
1613         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1614         New variable.
1615         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1616         bottom.
1617         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1618         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1619         "/" unconditionally.
1620
1621         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1622         wl-mime-preview-follow-no-mime for as-is content.
1623         (wl-mime-preview-follow-no-mime): New function.
1624         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1625
1626         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1627         and added `as-is', `all-header'.
1628         (wl-message-buffer-display): Ditto.
1629         (wl-message-buffer-display-type): New function.
1630
1631 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1632
1633         * wl-vars.el (wl-message-header-button-alist): Change default
1634         value.
1635         (wl-message-body-button-alist): Ditto.
1636
1637 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1638
1639         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1640
1641 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1642
1643         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1644
1645 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1646
1647         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1648         is always true.
1649
1650 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1651
1652         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1653         on null entity.
1654
1655 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1656
1657         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1658
1659 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1660
1661         * wl-vars.el (wl-summary-resend-hook): New hook.
1662
1663         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1664         `wl-summary-resend-hook'.
1665
1666 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1667
1668         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1669         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1670         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1671         (wl-summary-new-cached-mark): Changed default value to 'n'.
1672         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1673         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1674         (wl-folder-sync-range-alist): Remove spec for 'flag.
1675         (wl-summary-force-prefetch-folder-list): New user option.
1676
1677         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1678         `wl-summary-toggle-persistent-mark'.
1679         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1680         number is nil.
1681         (wl-summary-mark-as-answered-region): Set interactive argument of
1682         `wl-summary-set-persistent-mark-internal'.
1683         (wl-summary-mark-as-important-region): Ditto.
1684         (wl-summary-unset-persistent-mark): Ditto.
1685         (wl-summary-set-persistent-mark): Ditto.
1686         (wl-summary-mark-as-answered): Ditto.
1687         (wl-summary-mark-as-important): Ditto.
1688         (wl-summary-set-persistent-mark-internal): Do nothing
1689         when `elmo-message-flag-available-p' is nil.
1690         (wl-summary-toggle-persistent-mark): New function.
1691         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1692         when the folder matches `wl-summary-force-prefetch-folder-list'.
1693
1694
1695         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1696         when number is nil.
1697         (wl-highlight-summary-forwarded-face): New face.
1698
1699 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1700
1701         * Version number is increased to 2.11.31.
1702
1703 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1704
1705         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1706         (wl-biff-check-folder-async): Ditto.
1707         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1708
1709 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1710
1711         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1712         Add an argument `reverse'.  All callers are updated.
1713         (wl-summary-sort): Add a prefix argument `reverse' to specify
1714         reverse sorting.
1715         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1716         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1717         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1718
1719 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1720
1721         * wl-message.el (wl-message-redisplay): Does not narrow header if
1722         disply-type is all-header or as-is.
1723
1724         * wl-summary.el (wl-summary-enter-handler): Use
1725         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1726
1727 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1728
1729         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1730         after adding wl-draft-parent-variables.
1731         (wl-draft-forward): Ditto.
1732
1733 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1734
1735         * wl-summary.el (wl-summary-sync-marks): Call
1736         `wl-summary-set-persistent-mark' and
1737         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1738         (wl-summary-set-persistent-mark-internal): Add 4th argument
1739         `no-server'.
1740         (wl-summary-unset-persistent-mark): Ditto.
1741         (wl-summary-set-persistent-mark): Ditto.
1742         (wl-summary-add-flags-internal): Abolish.
1743         (wl-summary-remove-flags-internal): Ditto.
1744         (wl-summary-mark-as-important-internal): Ditto.
1745         (wl-summary-mark-as-important): Use
1746         `wl-summary-set-persistent-mark' instead of
1747         `wl-summary-add-flags-internal'.
1748         (wl-summary-mark-as-important-region): Ditto.
1749
1750         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1751
1752         * wl-summary.el (wl-summary-get-available-flags): New function.
1753         (wl-summary-sync-marks): Use it and simplified.
1754         (wl-summary-unset-persistent-mark): Use
1755         `wl-summary-get-available-flags'.
1756         (wl-summary-set-persistent-mark): Ditto.
1757
1758 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1759
1760         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1761         id.
1762
1763 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1764
1765         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1766         number, call `wl-summary-prev-line-content'. Show message when the
1767         message is not found.
1768
1769 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1770
1771         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1772         wl-summary-enter-handler.
1773         (wl-summary-enter-handler): New command.
1774
1775         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1776         docstring and custom spec.
1777
1778         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1779         flags too; Don't treat Cached and New.
1780         (wl-summary-set-persistent-mark): Ditto.
1781
1782         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1783         `wl-folder-set-flag'.
1784
1785         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1786         instead of `wl-folder-set-flag'.
1787
1788         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1789         for completion.
1790         (wl-summary-set-persistent-mark): Ditto.
1791
1792         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1793         instead of `wl-draft-quit-preview'.
1794
1795         * wl-mime.el (toplevel): Avoid compile warning.
1796         (wl-mime-quit-preview): New function
1797         (formarly defined as `wl-draft-quit-preview').
1798         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1799         quitting method.
1800
1801         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1802
1803         * wl-folder.el (wl-folder-set-flag): Renamed from
1804         `wl-draft-set-flag-on-parent'.
1805
1806         * wl-draft.el (wl-draft-quit-preview): New function.
1807         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1808         (wl-draft-send): Call `wl-folder-set-flag' instead of
1809         `wl-draft-set-flag-on-parent'.
1810         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1811
1812 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1813
1814         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1815         (wl-draft-send): Ditto.
1816
1817 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1820         (wl-draft-kill-pre-hook): Set default value as nil.
1821         (wl-summary-reply-hook): Ditto.
1822         (wl-draft-kill-flags): Abolish.
1823
1824         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1825         (wl-draft-parent-variables): Renamed from
1826         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1827         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1828         argument; Add wl-draft-parent-variables to
1829         wl-draft-config-variables.
1830         (wl-draft-reply): Likewise.
1831         (wl-draft-kill-flags): Abolish.
1832         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1833         (wl-draft-set-flag-on-parent): New function.
1834         (wl-draft-setup-parent-flag): Ditto.
1835
1836 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1837
1838         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1839         `wl-draft-parent-folder' is "".
1840
1841 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1842
1843         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1844         (wl-summary-digit-jump): New function.
1845         (Adviced by John Owens and Hiroya Murata)
1846
1847         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1848         (Adviced by John Owens)
1849
1850         * wl-xmas.el (wl-message-define-keymap): Ditto.
1851
1852         * wl-mule.el (wl-message-define-keymap): Ditto.
1853
1854 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1855
1856         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1857         change of return value of elmo-folder-count-flags.
1858
1859         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1860         (wl-summary-mark-as-read-internal): Ditto.
1861         (wl-summary-set-persistent-mark-internal): Ditto.
1862         (wl-summary-folder-info-update): Ditto.
1863         (wl-summary-sync-update): Fixed the last change.
1864
1865         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1866
1867 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1868
1869         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1870         (wl-draft-kill-flags): Fixed docstring.
1871
1872         * wl-draft.el (wl-draft-kill-flags): New function.
1873         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1874
1875 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1876
1877         * wl-vars.el (wl-reply-hook): Abolish.
1878         (wl-draft-reply-hook): New hook.
1879         (wl-summary-reply-hook): Ditto.
1880         (wl-draft-forward-hook): Ditto.
1881         (wl-summary-forward-hook): Ditto.
1882         (wl-draft-kill-flags): New variable.
1883
1884         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1885         wl-summary-set-persistent-mark-internal.
1886         (wl-summary-sync-marks): Use elmo-preserved-flags.
1887         (wl-summary-update-persistent-mark): Make it interactive.
1888         (wl-summary-set-persistent-mark-internal): New inline function.
1889         (wl-summary-mark-as-answered): Use it.
1890         (wl-summary-mark-as-unanswered): Ditto.
1891         (wl-summary-unset-persistent-mark): New function.
1892         (wl-summary-set-persistent-mark): Ditto.
1893         (wl-summary-reply): Don't set answered flag;
1894         Run wl-summary-reply-hook instead.
1895         (wl-summary-forward): Call wl-draft-forward with number.
1896         Run wl-summary-forward-hook.
1897
1898         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1899         (wl-highlight-summary-line-face-spec): Use it as a default
1900         persistent mark face.
1901
1902         * wl-draft.el (wl-draft-forward): Added optional argument number;
1903         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1904         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1905         (wl-draft-kill): Use wl-draft-kill-flags.
1906
1907         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1908
1909         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1910         of return value of elmo-folder-count-flags.
1911
1912         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1913
1914         * wl-summary.el (wl-summary-count-unread): Ditto.
1915         (wl-summary-sync-update): Follow the change above.
1916         (wl-summary-force-prefetch): New function.
1917
1918 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1919
1920         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1921         variable `buf' with `let' instead of `setq'.
1922
1923 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1924
1925         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1926         add Content-Disposition heaeder on the deleted part.
1927
1928 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1929
1930         * wl-draft.el (wl-draft-save): Encode address list under edit by
1931         `eword-encode-unstructured-field-body'.
1932
1933         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1934
1935 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1936
1937         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1938         wl-current-summary-buffer.
1939
1940 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1941
1942         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1943         `numbers' is ignored.
1944
1945 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1946
1947         * wl-folder.el (wl-folder-open-folder): Avoid error.
1948         Reported by John Owens, [wl-en:815]
1949
1950         * wl.el (wl): Set timer for biff process even if prefix argument
1951         is given or auto-checking is quitted.
1952
1953         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1954         immediately.
1955         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1956         (wl-toggle-plugged): Ditto.
1957
1958         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1959         * wl-util.el (wl-biff-start): Use idle timer if
1960         `wl-biff-use-idle-timer' is non-nil.
1961
1962 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-highlight.el (wl-highlight-message): Fix description.
1965
1966 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1969         tty.
1970
1971 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1972
1973         * wl-action.el (wl-summary-exec): Print failure count.
1974
1975 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1976
1977         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1978         to `defun', remove interactive form.
1979         Set elmo-message-fetch-confirm when force-reload is non-nil.
1980
1981 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-summary.el (toplevel): Removed unnecessary autoload.
1984
1985 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1986
1987         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1988         the buffer is generated from another message buffer.
1989
1990 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1991
1992         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1993         extracted from `wl-fldmgr-save-folders'.
1994         (wl-fldmgr-delete): Call it after deletion.
1995
1996 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1997
1998         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1999         multi-tty support.
2000
2001 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2002
2003         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2004
2005 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2006
2007         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2008         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2009
2010 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2011
2012         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2013         unsubscribe list only if argument CLEAR is nil.
2014
2015 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2016
2017         * wl-draft.el (wl-draft-reply): Decode subject before removing
2018         Re: prefix.
2019
2020 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2021
2022         * wl-summary.el (wl-summary-sort-by-size): New command.
2023
2024 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2025
2026         * wl-summary.el (wl-summary-number-list-from-region): New
2027         function.
2028         (wl-summary-mark-as-read-region): Use it.
2029         (wl-summary-mark-as-unread-region): Ditto.
2030         (wl-summary-set-flags-region): Ditto and add optional argument
2031         remove.
2032         (wl-summary-mark-as-answered-region): Ditto.
2033         (wl-summary-mark-as-important-region): Ditto.
2034         (wl-summary-target-mark-mark-as-important): Added optional
2035         argument remove.
2036         (wl-summary-target-mark-mark-as-answered): Ditto.
2037         (wl-summary-target-mark-set-flags): Ditto.
2038
2039 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2040
2041         * wl-summary.el (wl-summary-set-flags-region): Call
2042         `wl-summary-set-flags-internal' with number list instead of call
2043         one by each message.
2044         (wl-summary-target-mark-set-flags): Likewise.
2045
2046 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2047
2048         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2049         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2050         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2051         (wl-summary-target-mark-mark-as-answered): Likewise.
2052
2053 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2054
2055         * wl-summary.el (wl-summary-target-mark-forward): Use
2056         `wl-summary-delete-all-target-marks' instead of
2057         `wl-summary-delete-all-temp-marks'.
2058         (wl-summary-target-mark-reply-with-citation): Ditto.
2059         (wl-summary-target-mark-uudecode): Ditto.
2060         (wl-summary-target-mark-set-flags): Ditto and remove needless
2061         cursor move.
2062
2063 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2064
2065         * wl-summary.el (wl-summary-target-mark-forward): Protect
2066         wl-summary-buffer-target-mark-list from nreverse.
2067         (wl-summary-target-mark-reply-with-citation): Ditto.
2068
2069 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2070
2071         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2072         `elmo-display-progress-threshold'.
2073
2074 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2075
2076         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2077         check `wl-summary-highlight'.
2078         (wl-summary-window-scroll-functions): Respect value of
2079         `wl-summary-highlight'.
2080         (wl-summary-sync-update): Run hooks
2081         `wl-summary-buffer-window-scroll-functions' at any time.
2082
2083 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2084
2085         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2086         from `wl-summary-cleanup-temp-marks'.
2087         (wl-summary-cleanup-temp-marks): Abolish argument.
2088         * wl.el (wl-save-status): Revert previous change.
2089         (wl-execute-temp-marks): New function, call
2090         `wl-summary-exec-with-confirmation'.
2091         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2092         (wl-folder-save-and-exec-marks): Abolished.
2093
2094 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2095
2096         * wl-e21.el (wl-e21-display-image-p): Respect
2097         `wl-highlight-folder-with-icon'.
2098         (wl-e21-highlight-folder-group-line): Highlight mouse line
2099         even if wl-e21-display-image-p is nil.
2100
2101         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2102         Respect value of `wl-summary-highlight'.
2103
2104         * wl.el (wl-save-status): Remove unused variable.
2105
2106         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2107         (wl-folder-mode-map): Bind it to "x".
2108
2109 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2110
2111         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2112
2113         * wl-thread.el (wl-thread-get-parent-list): Don't check
2114         disconnected ancestors, neglecting needless work in
2115         `wl-thread-update-indent-string-thread'.
2116
2117         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2118         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2119         argument, add argument default-keep to keep marks by default.
2120
2121         * Version number is increased to 2.11.30.
2122
2123         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2124         customization type and docstring.
2125         (wl-draft-reply-without-argument-list): Ditto.
2126
2127 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2128
2129         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2130
2131         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2132
2133 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2134
2135         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2136
2137 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2138
2139         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2140         save-excursion so as not to include run-hooks.
2141
2142 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2143
2144         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2145         Clarify that marks are going to be cleared.
2146
2147 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2148
2149         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2150         according to 3rd element of wl-summary-flag-mark.
2151
2152         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2153
2154 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2155
2156         * wl-action.el (wl-summary-target-mark-all): Don't set
2157         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2158
2159 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2162         (wl-forward-subject-prefix): Ditto.
2163         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2164         (wl-draft-reply-make-subject): Ditto.
2165
2166         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2167         `wl-draft-forward'.
2168         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2169
2170 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2171
2172         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2173         target message does not exist.
2174
2175 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2176
2177         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2178         `wl-subject-prefix-regexp'.
2179         (wl-subject-forward-prefix-regexp): New variable.
2180         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2181         `wl-draft-strip-subject-re' and take regexp as argument.
2182         (wl-draft-forward): Use it.
2183         (wl-draft-reply): Ditto.
2184
2185 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2186
2187         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2188         emacs multi-tty support.
2189
2190 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2191
2192         * wl-e21.el (wl-e21-display-image-p): Don't call
2193         `display-images-p'.
2194         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2195         support.
2196         (wl-highlight-folder-current-line): Ditto.
2197         (wl-folder-init-icons): Ditto.
2198
2199 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2200
2201         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2202         the last line of summary in unplugged mode.
2203
2204 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2205
2206         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2207
2208 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2209
2210         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2211         * wl-address.el (wl-address-user-mail-address-p): Use it.
2212         (wl-address-delete-user-mail-addresses): Ditto.
2213         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2214
2215         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2216         (wl-address-delete-user-mail-addresses): Ditto.
2217
2218         * wl-address.el (wl-address-delete-user-mail-addresses): New
2219         function.
2220         * wl-refile.el (wl-refile-guess-by-history): Use it.
2221         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2222         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2223
2224         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2225         use wl-address-user-mail-address-p.
2226
2227 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2228
2229         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2230         after opening group.
2231
2232 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2235         of elmo-set-buffer-multibyte.
2236
2237         * wl-message.el (wl-original-message-mode): Ditto.
2238
2239         * wl-score.el (wl-score-insert-header): Ditto.
2240
2241         * wl-summary.el
2242         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2243         (wl-summary-goto-folder-subr): Ditto.
2244         (wl-summary-insert-headers): Ditto.
2245
2246         * wl-util.el (wl-set-string-width): Ditto.
2247
2248         * Version number is increased to 2.11.29.
2249
2250 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2251
2252         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2253         (wl-highlight-summary-line-help-echo-alist): New variable.
2254         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2255         into `wl-highlight-summary-line-help-echo' and
2256         `wl-highlight-flag-folder-help-echo'.
2257         (wl-highlight-summary-line-string): Change accordingly.
2258         (wl-highlight-summary-current-line): Ditto.
2259
2260 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2261
2262         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2263         at the beginning of field body (Thanks to Markus Knittig).
2264
2265         * wl-draft.el (wl-draft-insert-current-message): Also check
2266         summary buffer, remove unnecessary tag.
2267
2268 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2269
2270         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2271         when wl-message-buffer is nil.
2272
2273         * wl-folder.el (wl-folder): Abolish unused argument.
2274         Call wl-folder-init when wl-folder-entity is nil.
2275         * wl.el (wl): Change accordingly.
2276
2277 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2278
2279         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2280         multibyte string before insert into draft buffer.
2281         (wl-draft-create-buffer): Always enable multibyte characters for
2282         draft buffer.
2283
2284         * Version number is increased to 2.11.28.
2285
2286 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-folder.el (wl-folder-open-close): Handle blank line.
2289         (wl-folder-jump-to-current-entity): Ditto.
2290
2291 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2292
2293         * Version number is increased to 2.11.27.
2294
2295 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2296
2297         * wl-thread.el (wl-thread-insert-message): When the thread is
2298         devided by wl-summary-max-thread-depth, insert line at the end of
2299         buffer.
2300
2301 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2302
2303         * Version number is increased to 2.11.26.
2304
2305 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2306
2307         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2308
2309 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2310
2311         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2312         value of stream-type and session.
2313
2314 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2315
2316         * Version number is increased to 2.11.25.
2317
2318 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2319
2320         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2321         in a quit message.
2322
2323 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2324
2325         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2326         (wl-summary-redisplay-no-mime-internal): Ditto.
2327
2328 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2329
2330         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2331         * wl-vars.el (wl-smtp-connection-type): Ditto.
2332
2333 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2334
2335         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2336         for the separator line and quote mail-header-separator.
2337
2338 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2339
2340         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2341         result message.
2342
2343         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2344         `elmo-multiple-fields-body-list' with boundary as
2345         mail-header-separator.
2346
2347 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2350
2351 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2352
2353         * wl-util.el (wl-list-diff): Remove unused function.
2354
2355         * wl-draft.el (wl-draft-send-confirm): Discard input before
2356         confirmation.
2357
2358 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2359
2360         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2361         order of flag and new.
2362
2363 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2364
2365         * wl-vars.el (wl-refile-policy-alist): Abolished.
2366
2367         * wl-action.el (wl-summary-set-action-refile): Follow the change
2368         above.
2369
2370 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2371
2372         * wl-highlight.el (wl-highlight-signature-search): Don't use
2373         re-search-backward for a long word since it is possible to crash
2374         XEmacs because of a bug.
2375
2376 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2377
2378         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2379
2380 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2381
2382         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2383         argument for wl-summary-sync-force-update.
2384
2385 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2386
2387         * wl-summary.el (wl-summary-mode-map): Revival of
2388         wl-summary-mark-as-important related bindings;
2389         Bind 'F','tF','mF','rF','m&'.
2390         (wl-summary-mark-as-important-region): Revival.
2391         (wl-summary-target-mark-mark-as-important): Ditto.
2392         (wl-summary-target-mark-operation): New function.
2393         (wl-summary-target-mark-mark-as-answered): Use it.
2394         (wl-summary-decide-flag): Don't set Important as default.
2395         (wl-summary-mark-as-important-internal): Revival.
2396         (wl-summary-mark-as-important): Ditto.
2397
2398         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2399
2400         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2401         instead of facep.
2402
2403 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-dnd.el (wl-dnd-drop-func): Fix.
2406
2407         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2408         mouse-set-point instead of posn-point.
2409
2410         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2411
2412         * wl-mule.el (wl-completing-read-multiple): Ditto.
2413
2414 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2415
2416         * wl-demo.el (face-background-name): Defalias to avoid compile
2417         warning.
2418
2419 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2420
2421         * wl-summary.el (wl-summary-decide-flag): Use
2422         wl-completing-read-multiple instead of completing-read-multiple.
2423
2424         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2425         New alias.
2426
2427         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2428         Use face-background-name instead of face-background.
2429
2430         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2431
2432         * wl-summary.el (wl-summary-save): Use it.
2433         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2434
2435         * wl-mime.el (wl-mime-save-content): Fix last change.
2436
2437 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2438
2439         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2440         New function.
2441         (wl-summary-sort-specs): Added sort.
2442         * wl-mime.el (wl-mime-save-content): Expand file name.
2443
2444 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2445
2446         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2447
2448         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2449
2450 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2453         for flag if it is not defined.
2454
2455 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2456
2457         * wl-e21.el (wl-highlight-folder-current-line): Use
2458         elmo-folder-type-internal when elmo-folder-type returns nil.
2459
2460         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2461
2462         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2463
2464         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2465
2466         * wl-e21.el (wl-summary-toolbar): Ditto.
2467
2468         * wl-vars.el (wl-demo-background-color): Abolished.
2469         (wl-summary-persistent-mark-priority-list): Renamed from
2470         wl-summary-flag-priority-list.
2471         (wl-summary-flag-alist): New user option.
2472         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2473         (wl-message-mode-line-format-spec-alist): Added 'F'.
2474         (wl-message-mode-line-format): Likewise.
2475         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2476         instead of wl-summary-important-mark.
2477         (wl-file-folder-icon): New variable.
2478
2479         * wl-thread.el (wl-thread-set-flags): Renamed from
2480         wl-thread-mark-as-important.
2481
2482         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2483         warning.
2484         (wl-summary-mode-menu-spec): Follow the change of 
2485         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2486         (wl-summary-mode-map): Follow the change of
2487         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2488         (wl-summary-detect-mark-position): Follow the variable name change.
2489         (wl-summary-set-flags-region): New function for the replacement of
2490         wl-summary-mark-as-important-region.
2491         (wl-summary-sync-marks): Sync all global-flags.
2492         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2493         instead of elmo-message-flagged-p.
2494         (wl-summary-persistent-mark-string): Follow the variable name change;
2495         Put wl-summary-flag-mark if the message has global-flag.
2496         (wl-summary-target-mark-set-flags): Renamed from 
2497         wl-summary-target-mark-mark-as-important.
2498         (wl-summary-decide-flag): New function.
2499         (wl-summary-set-flags-internal): Renamed from
2500         wl-summary-mark-as-important-internal.
2501         (wl-summary-add-flags-internal): New function.
2502         (wl-summary-remove-flags-internal): Ditto.
2503         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2504         (wl-summary-mark-as-unimportant): Abolish.
2505         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2506         (wl-summary-next-message): List flagged messages in the msgdb.
2507
2508         * wl-score.el (wl-summary-score-update-all-lines): Use
2509         wl-summary-add-flags-internal instead of 
2510
2511         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2512
2513         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2514         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2515         (wl-message-buffer-require-all-header): Renamed from
2516         wl-message-buffer-all-header-flag (Ditto).
2517         (wl-message-buffer-flag-indicator): New variable.
2518         (wl-message-redisplay): Changed local varibale name from `flag' to
2519         `display-type'; Set up wl-message-buffer-flag-indicator.
2520         (wl-message-buffer-display): Changed varibale name from `flag' to
2521         `display-type'.
2522         (wl-message-display-internal): Likewise.
2523
2524         * wl-highlight.el (wl-highlight-demo-face): Define default background
2525         color.
2526         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2527
2528         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2529
2530         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2531         (wl-demo-setup-properties): Renamed from
2532         `wl-demo-set-background-color'.
2533         (wl-demo): Follow the change above.
2534         
2535         * Version number is increased to 2.11.24.
2536
2537 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2538
2539         * wl-summary.el (wl-summary-toggle-thread): Call
2540         `wl-summary-rescan' with disable-thread as non-nil.
2541         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2542
2543 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2544
2545         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2546         foreground property of the face.
2547         (wl-demo-insert-text): Don't set up face property here.
2548         (wl-demo): Call wl-demo-set-background-color, anyway.
2549
2550 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2551
2552         * wl-vars.el (wl-demo-background-color): The value can be nil.
2553
2554 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2555
2556         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2557         to wl-summary-wheel-dispatcher.
2558
2559         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2560         wl-message-wheel-dispatcher.
2561         (wl-message-wheel-dispatcher): New function.
2562         (wl-summary-wheel-dispatcher): Ditto.
2563
2564 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2565
2566         * wl-action.el (wl-summary-target-mark-all): List messages which are
2567         not in the killed-list.
2568
2569         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2570         only when the folder is 'flag/important.
2571
2572         * wl-address.el (wl-complete-field-body): Complete if the last
2573         character is a space.
2574
2575 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2576
2577         * wl-folder.el (wl-folder-clear-entity-info): Use
2578         elmo-clear-hash-val.
2579
2580         * wl-fldmgr.el (wl-fldmgr-rename): Set
2581         wl-folder-info-alist-modified as t.
2582
2583 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2584
2585         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2586
2587 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2588
2589         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2590         (wl-folder-buffer-last-visited-entity-id): New buffer local
2591         variable.
2592         (wl-folder-revisit-last-visited-folder): New function.
2593         (wl-folder-mode-map): Bind it to "C-i".
2594         (wl-folder-set-current-entity-id): Set last visited folder.
2595         * wl-summary.el (wl-summary-exit): Ditto.
2596
2597 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2598
2599         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2600         before calling `recenter' in order to cope with an XEmacs bug.
2601
2602 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2603
2604         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2605         to the default value.
2606
2607 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2608
2609         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2610         change.
2611         (wl-summary-sync-marks): Ditto.
2612         (wl-summary-mark-as-read-internal): Ditto.
2613         (wl-summary-mark-as-answered-internal): Ditto.
2614         (wl-summary-mark-as-important-internal): Ditto.
2615         (wl-summary-reply): Ditto.
2616
2617         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2618         instead of `elmo-folder-unflag-answered'.
2619
2620         * Version number is increased to 2.11.23.
2621
2622         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2623         the last change.
2624
2625 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2626
2627         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2628         Specify "spam" or "good".
2629
2630 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2631
2632         * wl-spam.el (wl-summary-exec-action-spam): Call
2633         wl-folder-confirm-existence for spam folder.
2634         (wl-spam-setup): Bind "mk".
2635
2636 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2637
2638         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2639
2640 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2641
2642         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2643         destination folder is empty.
2644
2645 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2646
2647         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2648         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2649
2650         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2651         (wl-summary-refile-prev-destination-region): New function.
2652         (wl-thread-refile-prev-destination): Ditto.
2653         (wl-summary-target-mark-refile-prev-destination): Ditto.
2654
2655 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2656
2657         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2658         (wl-demo-background-color): Changed default value.
2659
2660         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2661         color.
2662
2663         * wl-demo.el (wl-demo-set-background-color): New function.
2664         (wl-demo): Call it.
2665
2666 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2667
2668         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2669         * wl-address.el (wl-address-add-or-change): Don't add empty
2670         address.
2671
2672 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2673
2674         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2675
2676 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl-vars.el (wl-demo-image-filter-alist): New variable
2679         (wl-demo-background-color): Ditto.
2680
2681         * wl-demo.el (wl-demo-xpm-set-background): New function.
2682         (wl-demo-image-filter): Ditto.
2683         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2684
2685         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2686
2687         * wl-demo.el (wl-demo-icon-name): Define as function.
2688         (wl-demo-insert-image): Use it.
2689
2690 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2691
2692         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2693
2694 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2695
2696         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2697
2698 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2699
2700         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2701
2702 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2703
2704         * wl-thread.el (wl-thread-mark-as-answered): New function.
2705
2706         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2707         answered" entry.
2708         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2709         "r&" and wl-thread-mark-as-answered to "t&".
2710         (wl-summary-mark-as-important-region): Refine to toggle mark.
2711         (wl-summary-mark-as-answered-region): New function.
2712         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2713         and 3rd argument.
2714         (wl-summary-mark-as-important-internal): Likewise.
2715
2716 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-template.el (wl-template-preview): New internal variable.
2719         (wl-template-preview-p): New function.
2720         (wl-template-show): Bind `wl-template-preview' as t.
2721
2722 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2723
2724         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2725         `elmo-message-entity-field' with 3rd argument which is non-nil.
2726
2727 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2728
2729         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2730         Removed duplicate local bind `folder'.
2731
2732 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2733
2734         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2735
2736 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2737
2738         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2739         duplicate definition.
2740
2741 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2742
2743         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2744         non-nil, use it; Don't fetch message if there's no message in the
2745         current cursor position.
2746
2747 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2748
2749         * wl-util.el (wl-region-exists-p): Use region-active-p.
2750         (wl-deactivate-region): New function.
2751         * wl-message.el (wl-message-redisplay): Deactivate region.
2752
2753         * wl-summary.el (wl-summary-reply): Call
2754         `wl-summary-set-message-buffer-or-redisplay' instead of
2755         `wl-summary-redisplay-internal', don't move point.
2756
2757 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2758
2759         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2760         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2761         by regexp.
2762
2763 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2764
2765         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2766         if no need.
2767
2768 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2771         default value to nil.
2772         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2773         `wl-summary-prepare-hook'; Replace refile action to
2774         `wl-summary-exec-action-refile-with-register'.
2775
2776         * Version number is increased to 2.11.22.
2777
2778 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-summary.el (wl-summary-detect-mark-position): Set
2781         `wl-summary-buffer-weekday-name-lang'.
2782
2783 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2784
2785         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2786         (wl-summary-mark-as-read-all): Ditto.
2787         (wl-summary-delete-messages-on-buffer): Ditto.
2788         (wl-summary-sync-update): Ditto.
2789         (wl-summary-mark-as-read-internal): Ditto.
2790         (wl-summary-mark-as-answered-internal): Ditto.
2791         (wl-summary-update-folder-info): Abolished.
2792
2793 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * wl-summary.el (wl-summary-mark-as-read-all): Use
2796         `wl-summary-update-folder-info' instead of
2797         `wl-folder-update-unread'.
2798
2799 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2800
2801         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2802         `wl-summary-folder-info-update'.
2803         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2804         instead of `wl-summary-folder-info-update'.
2805         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2806         `wl-folder-set-folder-updated'.
2807         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2808         instead of `wl-folder-update-unread'.
2809         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2810         the value of `wl-summary-buffer-unread-count' for the second parameter of
2811         `wl-folder-update-unread'.
2812
2813         * Version number is increased to 2.11.21.
2814
2815 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2816
2817         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2818         a local variable.
2819
2820 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2823         interactively.
2824
2825         * wl-summary.el (wl-summary-mark-as-important-internal): New
2826         internal function.
2827         (wl-summary-mark-as-important): Use it.
2828         (wl-summary-mark-as-unimportant): New function.
2829         (wl-summary-sync-marks): Follow the API change.
2830
2831         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2832
2833         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2834
2835 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2836
2837         * wl-folder.el (wl-folder-update-unread): Re-indent.
2838         Narrow the scope of a local variable.
2839
2840 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2843         (wl-addrmgr-merge-entries): Ditto.
2844         (wl-addrmgr): Added to address entry which exists in draft buffer
2845         if no entry is in original.
2846
2847 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-batch.el: New file.
2850
2851 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2852
2853         * wl-vars.el (wl-use-semi): Remove unused variable.
2854
2855 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2858         "?".
2859
2860 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2861
2862         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2863         wl-summary-new-mark.
2864         (wl-summary-new-cached-mark): New user option.
2865         (wl-summary-score-marks): Follow the change above.
2866         (wl-summary-auto-refile-skip-marks): Ditto.
2867         (wl-summary-incorporate-marks): Ditto.
2868         (wl-summary-expire-reserve-marks): Ditto.
2869
2870         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2871
2872         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2873         (wl-summary-persistent-mark-string): Distinguished between cached
2874         and uncached mark when the message is new.
2875
2876 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-spam.el (wl-spam-domain): Renamed from
2879         `wl-spam-folder-guess-domain'.
2880         (wl-summary-exec-action-spam): Register as spam if domain of the
2881         source folder is good.
2882         (wl-summary-exec-action-refile-with-register): Register message if
2883         domain of the source folder is not undecided.
2884
2885 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2886
2887         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2888         detect thread loop.
2889
2890 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2891
2892         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2893         and wl-summary-skip-mark-list.
2894
2895 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2896
2897         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2898
2899         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2900
2901         * wl-spam.el (toplevel): Require wl-highlight.
2902         (wl-spam-auto-check-policy-alist): Abolish.
2903         (wl-spam-auto-check-folder-regexp-list): New user option.
2904         (wl-spam-auto-check-marks): Ditto.
2905         (wl-spam-mark-action-list): Ditto.
2906         (wl-highlight-summary-spam-face): New face.
2907         (wl-spam-auto-check-message-p): New function.
2908         (wl-spam-map-spam-messages): Fixed message.
2909         (wl-spam-register-spam-messages): Ditto.
2910         (wl-spam-register-good-messages): Ditto.
2911         (wl-summary-spam-map): Add and remove keybind.
2912         (wl-summary-target-mark-spam): Abolish.
2913         (wl-summary-refile-spam): Ditto.
2914         (wl-summary-test-spam): New function.
2915         (wl-summary-mark-spam): Ditto.
2916         (wl-summary-auto-check-spam): Follow the above change.
2917         (wl-summary-exec-action-spam): New function.
2918         (wl-summary-exec-action-refile-with-register): Fixed message.
2919         (wl-message-check-spam): New function.
2920         (wl-spam-setup): Ditto.
2921         (toplevel): Call it if this file is loaded interactivity.
2922
2923         * Version number is increased to 2.11.20.
2924
2925 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2926
2927         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2928         when new optional argument `force' is non nil or modified.
2929
2930 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2931
2932         * wl.el (toplevel): Require wl-spam when compile.
2933         (wl-save-status): Call wl-spam-save-status.
2934
2935         * wl-spam.el (wl-spam-register-spam-messages): New function.
2936         (wl-spam-register-good-messages): Ditto.
2937         (wl-spam-save-status): Ditto.
2938         (wl-summary-mode-map): Bind
2939         wl-summary-target-mark-register-as-spam to "ms" and
2940         wl-summary-target-mark-register-as-good to "mn".
2941         (wl-summary-register-as-spam): Abolish optional argument; Use
2942         wl-spam-register-spam-messages.
2943         (wl-summary-register-as-spam-all): Use
2944         wl-spam-register-spam-messages.
2945         (wl-summary-register-as-good): Abolish optional argument; Use
2946         wl-spam-register-good-messages.
2947         (wl-summary-register-as-good-all): Use
2948         wl-spam-register-good-messages.
2949         (wl-summary-target-mark-register-as-spam): New funtion.
2950         (wl-summary-target-mark-register-as-good): Ditto.
2951
2952 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2953
2954         * wl-spam.el: New file.
2955
2956 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2957
2958         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2959
2960         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2961         (wl-summary-auto-refile): Call wl-refile-guess with
2962         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2963
2964 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2965
2966         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2967         with disable-thread argument non-nil.
2968
2969 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-summary.el (wl-summary-rescan): Added optional argument
2972         disable-thread.
2973         (wl-summary-sync): Call wl-summary-rescan with argument
2974         disable-thread.
2975         (wl-summary-input-range): Added new range `rescan-thread'.
2976
2977 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2978
2979         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2980
2981 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2984         internal variable.
2985         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2986         wl-summary-search-parent-by-subject-regexp and
2987         wl-summary-divide-thread-when-subject-changed as nil.
2988         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2989         (wl-summary-insert-thread): Search parent entity from
2990         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2991         thread loop.
2992
2993 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2994
2995         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2996
2997         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2998
2999         * wl-util.el (wl-require-update-all-folder-p): New function.
3000         (wl-get-assoc-list-value): Added `function' to match directive.
3001         (wl-collect-draft): Rewrite.
3002
3003         * wl-summary.el (wl-summary-sync-update): Clear faces
3004         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3005         are non-nil.
3006         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3007         argument as function.
3008         (wl-summary-input-range): Ditto.
3009
3010         * wl-folder.el (wl-draft-get-folder): New function.
3011         (wl-folder-get-elmo-folder): Consider draft folder.
3012
3013         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3014         (wl-draft-buffer-message-number): New buffer local variable.
3015         (wl-draft-folder-internal): New internal variable.
3016         (wl-draft-delete): Rewrite.
3017         (wl-draft-save): Ditto.
3018         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3019         wl-folder-get-elmo-folder.
3020         (wl-draft-config-info-operation): Ditto.
3021         (wl-jump-to-draft-folder): Ditto.
3022         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3023         (wl-draft-reedit): Rewrite.
3024
3025         * Version number is increased to 2.11.19.
3026         
3027 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3028
3029         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3030         variable.
3031
3032 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3033
3034         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3035         Use ignore-errors instead of unwind-protect.
3036
3037 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3038
3039         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3040         for updating `wl-thread-entity-list'.
3041
3042 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3043
3044         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3045         parameter from calling `wl-thread-entity-get-older-brothers' and
3046         `wl-thread-entity-get-younger-brothers'.
3047         Replace nested `append' with a single one.
3048
3049 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-summary.el (wl-summary-mode): Don't use the return value of
3052         `make-local-hook'.
3053
3054 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3055
3056         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3057         instead of `let*'.
3058         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3059         of local variables.
3060
3061 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3062
3063         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3064         Renamed from wl-summary-window-scroll-functions.
3065         (wl-summary-window-scroll-functions): Don't set to variable.
3066         (wl-summary-display-top): Use run-hooks.
3067         (wl-summary-display-bottom): Ditto.
3068         (wl-summary-toggle-disp-msg): Ditto.
3069         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3070         Use it instead of wl-summary-window-scroll-functions.
3071         (wl-summary-goto-folder-subr): Don't call
3072         wl-summary-window-scroll-functions, use
3073         wl-summary-buffer-window-scroll-functions instead.
3074
3075 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3076
3077         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3078         make-local-variable.
3079
3080 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3081
3082         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3083         set-buffer-modified-p.
3084         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3085         (wl-summary-display-bottom): Ditto.
3086         (wl-summary-toggle-disp-msg): Ditto.
3087
3088 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3089
3090         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3091
3092         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3093         (wl-summary-forward): Use elmo-message-entity-field instead of
3094         elmo-message-field.
3095
3096         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3097
3098 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-summary.el (wl-summary-window-scroll-functions): No use
3101         `append'.
3102
3103 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3104
3105         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3106         function.
3107         (wl-summary-window-scroll-functions): Call it when both
3108         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3109         (wl-summary-temp-mark): Added optional argument number.
3110         (wl-summary-message-mark): Added optional argument flag.
3111         (wl-summary-persistent-mark): Added optional argument number and flag.
3112         (wl-summary-update-persistent-mark): Ditto.
3113         (wl-summary-update-status-marks): Set "r" for interactive spec.
3114
3115         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3116         argument number and flag.
3117
3118         * wl-action.el (wl-summary-registered-temp-mark): 
3119         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3120
3121 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3122
3123         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3124         internal variable (buffer local).
3125         (wl-summary-window-scroll-functions): New function.
3126         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3127         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3128         as nil.
3129         (wl-summary-update-status-marks): Added arguments beg, end and
3130         check.
3131         (wl-summary-update-mark-window): Use function.
3132         (wl-summary-sync-update): Follow the change above.
3133         (wl-summary-switch-to-clone-buffer): Copy
3134         wl-summary-buffer-unsync-mark-number-list.
3135         (wl-summary-goto-folder-subr): Set
3136         wl-summary-buffer-unsync-mark-number-list and
3137         use wl-summary-window-scroll-functions instead of
3138         wl-summary-lazy-highlight.
3139
3140         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3141
3142 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3143
3144         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3145
3146         * wl-summary.el (wl-summary-update-persistent-mark): Call
3147         wl-summary-set-message-modified.
3148
3149         * wl-summary.el (wl-summary-sync-update): Don't call
3150         wl-summary-update-status-marks.
3151
3152         * Version number is increased to 2.11.18.
3153
3154 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3155
3156         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3157         (wl-message-next-page): Ditto.
3158
3159 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3160
3161         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3162         local variable.  Change the order of a collected list into the
3163         same as the specified range.  Remove nil from a collected list.
3164
3165 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3166
3167         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3168         argument for elmo-folder-list-messages.
3169
3170 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3171
3172         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3173         change (wl-summary-count-unreads return a list instead of a cons
3174         cell).
3175
3176 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3177
3178         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3179         `wl-summary-folder-info-update'.
3180
3181 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3182
3183         * wl-summary.el (wl-summary-set-message-modified): No use
3184         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3185         (wl-summary-set-mark-modified): Abolish.
3186         (wl-summary-mark-modified-p): Ditto.
3187         (wl-summary-save-view): Follow the change above.
3188
3189         * wl-expire.el (wl-summary-expire): Likewise.
3190
3191 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3192
3193         * wl-summary.el (wl-summary-detect-mark-position): Use
3194         modb-entity-handler.
3195         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3196
3197         * Version number is increased to 2.11.17.
3198
3199 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3200
3201         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3202         entity field value.
3203         (wl-summary-prefetch-msg): Ditto.
3204         (wl-summary-print-message-with-ps-print): Ditto.
3205
3206 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3207
3208         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3209         for dummy entity.
3210         (wl-summary-insert-thread): Use elmo-message-entity-field.
3211         (wl-summary-update-thread): Use elmo-message-entity-field and
3212         elmo-message-entity-number.
3213         (wl-summary-line-number):  Use elmo-message-entity-number.
3214         (wl-summary-line-size): Use elmo-message-entity-field.
3215         (wl-summary-line-subject): Ditto.
3216         (wl-summary-line-from): Ditto.
3217         (wl-summary-line-attached): Ditto.
3218         (wl-summary-create-line): Ditto.
3219         (wl-summary-create-line): Use elmo-message-entity-number.
3220         (wl-summary-print-message-with-ps-print): Use
3221         elmo-message-entity-field.
3222
3223 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3224
3225         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3226         change in elmo-msgdb-make-message-entity.
3227         (wl-summary-buffer-set-folder): Don't call
3228         wl-summary-detect-mark-position here.
3229         (wl-summary-rescan): Call elmo-message-entity-number.
3230         (wl-summary-sync-update): Ditto.
3231         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3232
3233         * wl-score.el (wl-score-header-index): Redefine 2th element.
3234         (wl-score-overview-entity-get-extra): Abolish.
3235         (wl-score-ov-entity-get): Rewrite.
3236         (wl-score-string-index<, wl-score-string-func<): Abolish.
3237         (wl-score-string<): New function.
3238         (wl-score-string-sort): Use it.
3239
3240         * wl-refile.el (wl-refile-guess-by-history): Use
3241         elmo-message-entity-field.
3242         (wl-refile-guess-by-from): Ditto.
3243         (wl-refile-guess-by-msgid): Ditto.
3244
3245         * Version number is increased to 2.11.16.
3246
3247 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3248
3249         * wl-folder.el (wl-folder-confirm-existence): Don't call
3250         file-exists-p if msgdb-path is nil.
3251         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3252         `wl-read-folder-hist' to `wl-read-folder-history'.
3253
3254 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3255
3256         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3257         `y-or-n-p'.
3258
3259 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3260
3261         * wl-score.el (wl-score-headers): Don't use
3262         elmo-folder-do-each-message-entity.
3263
3264         * Version number is increased to 2.11.15.
3265
3266 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-summary.el (wl-summary-delete-all-msgs): Use
3269         elmo-folder-move-messages instead of elmo-folder-delete-messages
3270         and elmo-folder-detach-messages.
3271         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3272
3273         * wl-expire.el (wl-expire-delete): Ditto.
3274         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3275
3276 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3279         (wl-message-header-narrowing-fields): Ditto.
3280         (wl-message-header-narrowing-lines): Ditto.
3281         (wl-message-header-narrowing-string): Ditto.
3282
3283         * wl-summary.el (wl-summary-mode-map): Bind
3284         wl-summary-toggle-header-narrowing to "C-cC-f".
3285         (wl-summary-toggle-header-narrowing): New function.
3286
3287         * wl-message.el (wl-message-buffer-create): Call
3288         wl-message-header-narrowing-setup.
3289         (wl-message-redisplay): Call wl-message-header-narrowing.
3290         (wl-message-header-narrowing): New function.
3291         (wl-message-header-narrowing-map): New keymap.
3292         (wl-message-header-narrowing-widen-map): New keymap.
3293         (wl-message-header-narrowing-again-at-mouse): New function.
3294         (wl-message-header-narrowing-1): Ditto.
3295         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3296         (wl-message-header-narrowing-setup): Ditto.
3297         (wl-message-header-narrowing-toggle): Ditto.
3298         
3299         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3300
3301         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3302         'flag as all.
3303         (wl-use-flag-folder-help-echo): New user option.
3304
3305         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3306         wl-summary-highlight as nil.
3307         (wl-summary-set-mark-modified): Follow the API change.
3308         (wl-summary-mark-modified-p): Ditto.
3309         (wl-summary-mark-as-read-all): Ditto.
3310         (wl-summary-sync-marks): Don't call
3311         elmo-folder-list-messages-with-global-mark.
3312         (wl-summary-mark-as-read-internal): Follow the API change.
3313         (wl-summary-mark-as-answered-internal): Ditto.
3314         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3315         Follow the API change.
3316         (wl-summary-create-line): Call with number argument.
3317         (wl-summary-reply): Follow the API change.
3318
3319         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3320         function.
3321         (wl-highlight-summary-line-string): Call it when
3322         wl-use-flag-folder-help-echo is non-nil.
3323         (wl-highlight-summary-current-line): Ditto.
3324         (elmo-flag-folder-referrer): Added autoload setting.
3325
3326         * wl-draft.el (wl-draft-kill): Follow the API change.
3327
3328         * Version number is increased to 2.11.14.
3329         
3330 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3331
3332         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3333
3334 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3335
3336         * Version number is increased to 2.11.13.
3337
3338 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3339
3340         * wl-draft.el (wl-draft-previous-history-element): Fixed
3341         unbalanced parenthesis and bind unbound local variables.
3342
3343 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3344
3345         * wl-draft.el (wl-draft-previous-history-element): New function.
3346         (wl-draft-next-history-element): Ditto.
3347         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3348         them to M-p and M-n.
3349
3350 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3351
3352         * Version number is increased to 2.11.12.
3353
3354 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3355
3356         * wl-draft.el (wl-draft-hide): Select buffer-window.
3357
3358 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3359
3360         * wl-summary.el (wl-summary-narrow-to-region): New function.
3361         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3362         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3363         (wl-summary-save-region): Use it.
3364         * wl-action.el (wl-summary-collect-numbers-region)
3365         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3366
3367 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3368
3369         * wl-folder.el (wl-folder-count-incorporates): Don't use
3370         `elmo-msgdb-mark-load'
3371
3372         * Version number is increased to 2.11.11.
3373
3374 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3375
3376         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3377         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3378
3379 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3380
3381         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3382
3383 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3384
3385         * Version number is increased to 2.11.10.
3386
3387 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3388
3389         * wl-mime.el (wl-draft-attribute-value): Fixed.
3390
3391 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3392
3393         * wl-util.el (wl-copy-local-variables): New function.
3394
3395         * wl-mime.el (wl-draft-attribute-recipients): New function.
3396         (wl-draft-attribute-envelope-from): Ditto.
3397         (wl-draft-attribute-smtp-posting-server): Ditto.
3398         (wl-draft-attribute-smtp-posting-port): Ditto.
3399         (wl-draft-attribute-value): Ditto.
3400         (wl-draft-preview-message): Use it to get value for
3401         attributes. Reflect result of `wl-draft-config'.
3402
3403         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3404         and call `wl-summary-mark-as-read' before to call
3405         `wl-summary-unset-mark'.
3406         (wl-summary-target-mark-mark-as-unread): Likewise.
3407         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3408
3409 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3410
3411         * wl-mime.el (wl-draft-preview-message): Use actual value for
3412         attributes; Fix for small window.
3413
3414 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3415
3416         * wl-refile.el (wl-refile-get-field-value): Call
3417         `elmo-message-entity-field' with 3rd argument is non-nil.
3418
3419 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3420
3421         * wl-vars.el (wl-draft-preview-attributes): New user option.
3422         (wl-draft-preview-attributes-list): Ditto.
3423         (wl-draft-preview-attributes-buffer-lines): Ditto.
3424         (wl-draft-preview-attributes-buffer-name): Ditto.
3425
3426         * wl-mime.el (wl-draft-preview-message): Display attributes.
3427
3428 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3429
3430         * wl-summary.el (wl-summary-detect-mark-position): Bind
3431         wl-summary-flag-priority-list to '(new).
3432
3433 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3434
3435         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3436         funtion.
3437         (wl-highlight-summary-line-string): Use it.
3438         (wl-highlight-summary-current-line): Ditto.
3439
3440 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3443         line even when the mark string is not changed.
3444
3445         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3446         argument change in the wl-summary-create-line.
3447         (wl-thread-insert-entity-sub): Ditto.
3448
3449         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3450         argument change in the wl-summary-create-line.
3451         (wl-summary-insert-sequential): Ditto.
3452         (wl-summary-update-thread): Ditto.
3453         (wl-summary-persistent-mark-string): New inline function.
3454         (wl-summary-message-mark): Use it.
3455         (wl-summary-create-line): Abolish argument wl-persistent-mark
3456         and added wl-flags, wl-cached.
3457
3458         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3459         mark to flags.
3460         (wl-highlight-summary-current-line): Decide the face not by the 
3461         persistent mark but flags.
3462
3463 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3464
3465         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3466         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3467         wl-summary-read-uncached-mark): Revive.
3468         (wl-summary-answered-cached-mark,
3469         wl-summary-answered-uncached-mark): New user option.
3470         (wl-summary-score-marks): Follow the change above.
3471         (wl-summary-auto-refile-skip-marks): Ditto.
3472         (wl-summary-incorporate-marks): Ditto.
3473         (wl-summary-expire-reserve-marks): Ditto.
3474         (wl-summary-flag-priority-list): New user option.
3475
3476         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3477         changes.
3478         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3479         of elmo-message-mark.
3480         (wl-summary-mark-as-read-internal): Ditto.
3481         (wl-summary-mark-as-answered): Ditto.
3482         (wl-summary-mark-as-important): Ditto.
3483         (wl-summary-redisplay-internal): Ditto.
3484         (wl-summary-redisplay-no-mime-internal): Ditto.
3485         (wl-summary-message-mark): New function.
3486         (wl-summary-insert-sequential): Use wl-summary-message-mark
3487         instead of elmo-message-mark.
3488         (wl-summary-update-thread): Ditto.
3489         (wl-summary-persistent-mark): Ditto.
3490         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3491         instead of elmo-message-mark.
3492
3493         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3494         wl-summary-message-mark instead of elmo-message-mark.
3495         (wl-thread-insert-entity-sub): Ditto.
3496         (wl-thread-get-children-msgs-uncached): Ditto.
3497
3498         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3499         variable name changes.
3500         (wl-highlight-summary-current-line): Ditto.
3501
3502         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3503         wl-summary-message-mark instead of elmo-message-mark.
3504
3505         * wl-expire.el (wl-expire-message-p): Ditto.
3506
3507         * wl-score.el (wl-score-headers): Ditto.
3508
3509         * Version number is increased to 2.11.9.
3510
3511         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3512         (wl-summary-sync-update): Follow the change above.
3513         (wl-summary-switch-to-clone-buffer): Ditto.
3514         (wl-summary-open-folder): Ditto.
3515
3516 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3519         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3520
3521         * Version number is increased to 2.11.8.
3522
3523         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3524
3525         * wl-expire.el (wl-expire-refile): Follow the API change on
3526         `elmo-folder-move-messages'.
3527         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3528
3529         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3530         (wl-summary-exec-action-refile): Ditto.
3531         (wl-summary-exec-action-copy): Ditto.
3532         (wl-summary-no-auto-refile-message-p): No use
3533         `wl-summary-buffer-msgdb'.
3534         (wl-summary-auto-refile): Ditto.
3535
3536 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3537
3538         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3539
3540 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3541
3542         * wl-summary.el (wl-summary-sync): Treat no-sync.
3543
3544         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3545         (wl-default-sync-range): Ditto.
3546
3547 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3548
3549         * wl-refile.el (wl-refile-subject-learn): Call
3550         `elmo-message-entity-field' with 3rd argument is non-nil.
3551         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3552         instead of `elmo-msgdb-overview-entity-get-subject'.
3553
3554 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3555
3556         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3557         scan-type is rescan.
3558         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3559         new optional argument force is non-nil.
3560         (wl-summary-save-view-cache): Call it with force argument non-nil.
3561
3562         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3563
3564 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3565
3566         * wl-action.el (wl-summary-print-argument): Fixed last change.
3567
3568 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3569
3570         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3571         simplified.
3572         (wl-summary-target-mark-mark-as-unread): Likewise.
3573         (wl-summary-target-mark-mark-as-important): Likewise.
3574
3575 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3576
3577         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3578         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3579         (wl-summary-mark-as-important-region): Change accordingly.
3580         (wl-summary-target-mark-mark-as-important): Ditto.
3581
3582 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3583
3584         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3585
3586         * wl-action.el (wl-summary-print-argument): Print argument to
3587         right side of window if `wl-summary-print-argument-within-window'
3588         is non-nil.
3589
3590 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3591
3592         * wl-action.el (wl-summary-set-mark): Use
3593         `wl-summary-message-visible-p' to check visibility of the message
3594         and jump to message only when the message line is visible and have
3595         different number; Call wl-summary-unset-mark with number argument.
3596         (wl-summary-unset-mark): 
3597         Use `wl-summary-message-visible-p'
3598         to check visibility of the message and jump to message only when
3599         the message line is visible and have different number;
3600
3601 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3602
3603         * Version number is increased to 2.11.7.
3604
3605         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3606         and wl-folder-summary-line-format.
3607
3608         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3609         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3610         (wl-summary-set-score-mark): Use it.
3611         (wl-summary-target-mark-mark-as-read): Ditto.
3612         (wl-summary-target-mark-mark-as-unread): Ditto.
3613         (wl-summary-target-mark-mark-as-important): Ditto.
3614         (wl-summary-target-mark-msgs): Simplified.
3615         (wl-summary-detect-mark-position): Fixed problem when
3616         summary-line-format no contain persisten/temp mark spec.
3617         (wl-summary-temp-mark): Ditto.
3618         (wl-summary-persistent-mark): Ditto.
3619         (wl-summary-update-persistent-mark): Ditto.
3620
3621         * wl-action.el (wl-summary-set-mark): Ditto.
3622         (wl-summary-unset-mark): Ditto.
3623         All other related portions are changed.
3624
3625 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3626
3627         * Version number is increased to 2.11.6.
3628
3629 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3630
3631         * wl-util.el (wl-current-message-buffer): Define as function;
3632         Don't use the value of wl-messge-buffer.
3633
3634         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3635         persistent mark.
3636
3637         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3638         no current message, cause an error.
3639
3640 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3641
3642         * wl-summary.el (wl-summary-set-message-modified): Use
3643         elmo-folder-set-message-modified instead of
3644         elmo-folder-set-message-modified-internal.
3645
3646 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3649         interactively.
3650         (wl-summary-sync): nokill->entirely.
3651         (wl-summary-sync-marks): Fixed message.
3652         (wl-summary-input-range): Added mark, nokill->entirely.
3653
3654         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3655         messages as read.
3656
3657 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3660         update-noscore.
3661         (wl-summary-sync): Follow the change above.
3662
3663 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3664
3665         * wl-action.el (wl-summary-target-mark-all): Use
3666         elmo-folder-list-messages.
3667
3668 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3669
3670         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3671         (wl-summary-rescan): Set wl-summary-scored as nil.
3672         (wl-summary-sync-force-update): Follow the change above.
3673         (wl-summary-sync): Ditto.
3674         (wl-summary-sync-update): Added argument disable-killed.
3675         (wl-summary-insert-headers): Set visible-only argument for
3676         elmo-folder-list-messages.
3677         (wl-summary-input-range): Added update-nokill, update-noscore,
3678         all-nokill, all-noscore and mark.
3679
3680         * Version number is increased to 2.11.5.
3681
3682         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3683
3684 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3685
3686         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3687         (wl-summary-prefetch-region-no-mark): Change accordingly.
3688         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3689
3690 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3691
3692         * wl-address.el (wl-complete-field-to): Abolished.
3693         (wl-complete-address): Completion function for completing-read.
3694         * wl-action.el (wl-summary-get-resend-address): Use it.
3695
3696         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3697         wl-summary-update-mark and abolish unused argument.
3698         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3699         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3700         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3701         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3702         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3703         * wl-draft.el (wl-draft-kill): Ditto.
3704
3705         * wl-summary.el: Remove unused binding of case-fold-search.
3706         (wl-summary-replace-status-marks): Abolished.
3707
3708 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3709
3710         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3711         is specified or folder length is zero.
3712
3713 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3714
3715         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3716         (wl-folder-archive-current-entity): Ditto.
3717
3718 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3719
3720         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3721         retrieving message mark.
3722         (wl-summary-redisplay-internal): Ditto.
3723
3724         * wl-message.el (wl-message-buffer-display): Ignore errors while
3725         retrieving message-id field.
3726
3727         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3728         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3729         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3730         order of the arguments for `wl-expire-message-p'.
3731         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3732
3733         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3734         Check return value of wl-summary-reply.
3735         (wl-summary-reply): Recover window configuration when an error occured.
3736
3737 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3738
3739         * wl-summary.el (wl-summary-resend-message): Abolished, the
3740         feature is inherited by wl-summary-resend (put resend mark).
3741
3742 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3743
3744         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3745         wl-message-buffer to nil when the message is hide.
3746
3747 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3748
3749         * .cvsignore: New file.
3750
3751 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3752
3753         * wl-action.el (wl-summary-action-docstring): Add more info.
3754         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3755         duplicate definition.
3756         (wl-summary-define-mark-action): Functions wl-summary-*-region
3757         keep current position.
3758         (wl-summary-unregister-target-mark): Store result to the variable.
3759
3760 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * Version number is increased to 2.11.4.
3763
3764 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3765
3766         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3767         wl-summary-delete-all-temp-marks.
3768         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3769
3770         * wl-action.el (wl-summary-set-mark): Changed terminology
3771         refile-destination -> action-argument.
3772         (wl-summary-unset-mark): Ditto.
3773         (wl-summary-remove-argument): Ditto.
3774         (wl-summary-print-argument): Ditto.
3775
3776         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3777         (wl-thread-remove-argument-region): Ditto.
3778         (wl-thread-print-argument-region): Ditto.
3779         (wl-thread-close): Ditto.
3780         (wl-thread-open): Ditto.
3781
3782         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3783         (wl-highlight-refile-destination-face is abolished)
3784         (wl-highlight-action-argument-string): Ditto.
3785         (wl-highlight-summary-current-line): Highlight action argument.
3786
3787         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3788         color for light backgrounds.
3789         (wl-highlight-summary-answered-face): Ditto.
3790
3791 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3792
3793         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3794
3795         * wl-score.el (wl-summary-score-update-all-lines): Use
3796         wl-summary-set-mark.
3797         (wl-summary-score-update-all-lines): Kill expunged messages.
3798
3799         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3800
3801 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3802
3803         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3804         directly.
3805         (wl-score-overview-entity-get-lines): Ditto.
3806         (wl-score-overview-entity-get-xref): Ditto.
3807         (wl-score-get-latest-msgs): Ditto.
3808         (wl-summary-rescore): Ditto.
3809
3810         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3811         to "&".
3812         (wl-summary-mark-as-answered-internal): New inline function.
3813         (wl-summary-mark-as-answered): New function.
3814         (wl-summary-mark-as-unanswered): Ditto.
3815         (wl-summary-sync-marks): Modified for answered-mark synching.
3816
3817 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3818
3819         * wl-action.el (wl-summary-set-mark): Fixed last change.
3820
3821 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3822
3823         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3824         behavior of wl-summary-unread-message-hook
3825         (Pointed out by akira yamada <akira@arika.org>).
3826
3827 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3828
3829         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3830         wl-summary-delete.
3831         * wl-xmas.el (wl-summary-toolbar): Ditto.
3832
3833         * wl-action.el (wl-summary-set-mark): Don't override current
3834         temp-mark.
3835
3836         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3837
3838 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3839
3840         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3841         (wl-refile-msgid-learn): Ditto.
3842         (wl-refile-get-field-value): Ditto.
3843
3844         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3845
3846         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3847         (wl-expire-delete-reserved-messages): Renamed from
3848         wl-expire-reserve-marked-msgs-from-list.
3849         (wl-expire-delete): Removed argument `msgdb'.
3850         (wl-expire-refile): Ditto.
3851         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3852         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3853         mark-alist as argument.
3854         (wl-expire-archive-number1): Removed argument `msgdb'.
3855         (wl-expire-archive-number2): Ditto.
3856         (wl-expire-archive-date): Ditto.
3857         (wl-expire-localdir-date): Ditto.
3858         (wl-expire-hide): Ditto.
3859         (wl-archive-number1): Ditto.
3860         (wl-archive-number2): Ditto.
3861         (wl-archive-date): Ditto.
3862         (wl-archive-folder): Ditto.
3863         All other related portions are changed.
3864
3865 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3866
3867         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3868         mean move up and down. (suggested by Takashi Kawachi)
3869
3870 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3871
3872         * wl-acap.el (toplevel): Don't require un-define.
3873
3874 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-thread.el (wl-thread-delete-message): Always update
3877         wl-summary-buffer-number-list.
3878
3879         * wl-action.el (wl-summary-print-destination): 
3880         Do nothing when folder is nil.
3881
3882 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3883
3884         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3885         persistent mark when prefetch is succeeded.
3886
3887 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3890         instead of elmo-msgdb-delete-msgs.
3891         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3892         (wl-expire-hide): Ditto.
3893
3894         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3895
3896         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3897         elmo-msgdb interface.
3898         (wl-thread-get-exist-children): Likewise.
3899         (wl-thread-insert-message): Likewise.
3900         (wl-thread-msg-mark-as-important): Likewise.
3901         (wl-thread-insert-entity-sub): Likewise.
3902         (wl-thread-get-children-msgs-uncached): Likewise.
3903
3904         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3905         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3906         (wl-summary-sync-update): Likewise.
3907         (wl-summary-auto-select-msg-p): Likewise.
3908         (wl-summary-update-thread): Likewise.
3909         (wl-summary-mark-as-important): Likewise.
3910         (wl-summary-jump-to-msg-internal): Likewise.
3911         (wl-summary-redisplay-internal): Likewise.
3912         (wl-summary-print-message-with-ps-print): Likewise.
3913         (wl-summary-folder-info-update): Likewise.
3914
3915         * wl-folder.el (wl-folder-check-one-entity):
3916         elmo-folder-count-flags instead of wl-summary-count-unread.
3917
3918         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3919
3920         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3921
3922         * wl-summary.el (wl-summary-set-message-modified): 
3923         Call wl-summary-set-mark-modified.
3924         (wl-summary-delete-messages-on-buffer): Call
3925         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3926         (wl-summary-sync-update): Call elmo-folder-length instead of
3927         elmo-folder-messages.
3928         (wl-summary-insert-headers): Don't call
3929         elmo-folder-list-message-entities.
3930
3931 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3932
3933         * wl-action.el (wl-summary-define-mark-action): Call
3934         `wl-summary-set-mark' with argument `data'.
3935         (wl-summary-auto-refile): Fixed order of arguments when call
3936         `wl-summary-refile'.
3937
3938 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3939
3940         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3941
3942         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3943
3944         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3945         (Renamed from wl-highlight-summary-deleted-face).
3946         (wl-highlight-summary-resend-face): New face.
3947
3948         (wl-highlight-summary-deleted-face): Renamed from
3949         wl-highlight-summary-erased-face.
3950
3951         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3952
3953         * wl-action.el (wl-summary-get-resend-address): New function.
3954         (wl-summary-exec-action-resend): Ditto.
3955         (wl-summary-exec-action-resend-subr): Ditto.
3956
3957         * w-thread.el (wl-thread-copy): Removed definition.
3958         (wl-thread-refile): Ditto.
3959         (wl-thread-delete): Ditto.
3960         (wl-thread-target-mark): Ditto.
3961
3962         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3963         (wl-summary-target-mark-set-action): Fixed.
3964         (wl-summary-define-mark-action): Fixed quotation.
3965         (wl-summary-move-mark-list-messages): Display message.
3966         (wl-summary-define-mark-action): Define thread functions.
3967         (wl-summary-exec-action-refile): Changed message.
3968         (wl-summary-exec): Ditto.
3969
3970 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3971         
3972         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3973         '%%'.
3974
3975 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3976
3977         * wl.el (toplevel): Require wl-action.
3978         (wl-init): Call wl-summary-define-mark-action.
3979
3980         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3981
3982         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3983         wl-summary-delete and wl-summary-erase.
3984         (wl-summary-mode-map): Ditto.
3985
3986         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3987         wl-delete-folder-alist.
3988
3989         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3990         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3991         (toplevel): Moved mark & action related functions to the wl-action.el.
3992
3993         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3994         in wl-summary-mark-action-list.
3995         (wl-highlight-summary-current-line): Ditto.
3996
3997         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3998         empty lines.
3999
4000         * wl-action.el: New file. 
4001
4002 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4003
4004         * wl-summary.el (wl-summary-target-mark-replace): New function.
4005         (wl-summary-target-mark-prefetch): Use it.
4006         (wl-summary-target-mark-delete): Ditto.
4007         (toplevel): Rearranged definition order.
4008         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4009         (wl-summary-target-mark-erase): Rewrite.
4010         (wl-summary-erase-region): New function.
4011         (wl-summary-exec-action-erase): Changed message.
4012         (wl-summary-move-mark-list-messages): New function.
4013         (wl-summary-exec-action-delete): Use it.
4014         (wl-summary-exec-action-erase): Ditto.
4015
4016         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4017         (wl-summary-skip-mark-list): Added "d".
4018
4019         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4020         while searching.
4021
4022         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4023         and define using defcustom;
4024         Define 4th element as a face.
4025         
4026         * wl-summary.el (wl-summary-incorporate): Use 
4027         `wl-summary-prefetch-region-no-mark' instead of
4028         `wl-summary-prefetch-region'.
4029         (wl-summary-prefetch-region-no-mark): Revival of old
4030         `wl-summary-prefetch-region'.
4031         (wl-summary-mark-action-list): Moved to wl-vars.el
4032
4033         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4034         face according to the `wl-summary-mark-action-list'.
4035         (wl-highlight-summary-current-line): Ditto;
4036         Removed destination highlighting.
4037
4038         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4039         (wl-highlight-summary-line-string): Highlight for "i" mark.
4040         (wl-highlight-summary-current-line): Ditto.
4041
4042         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4043         no destination.
4044
4045         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4046         exists, just go ahead.
4047         (wl-summary-prefetch-region): Rewrite.
4048         (wl-summary-prefetch): Ditto.
4049         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4050         (wl-summary-exec-action-prefetch): New function.
4051         (wl-summary-target-mark-prefetch): Rewrite.
4052
4053 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4054
4055         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4056         (wl-highlight-summary-line-string): Added "d" and "D".
4057         (wl-highlight-summary-current-line): Ditto.
4058
4059         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4060         in wl-summary.el.
4061         (wl-thread-insert-entity-sub): Ditto.
4062         (wl-thread-remove-destination-region): Ditto.
4063         (wl-thread-print-destination-region): Ditto.
4064
4065         * wl-summary.el (wl-summary-buffer-refile-list,
4066         wl-summary-buffer-delete-list,
4067         wl-summary-buffer-copy-list): Abolish.
4068         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4069         All other related portions are changed.
4070         (wl-summary-mark-action-list): New variable.
4071         (wl-summary-set-mark): New function.
4072         (wl-summary-register-target-mark): Ditto.
4073         (wl-summary-unregister-target-mark): Ditto.
4074         (wl-summary-have-target-mark-p): Ditto.
4075         (wl-summary-register-temp-mark): Ditto.
4076         (wl-summary-unregister-temp-mark): Ditto.
4077         (wl-summary-registered-temp-mark): Ditto.
4078         (wl-summary-collect-temp-mark): Ditto.
4079         (wl-summary-unset-mark): Ditto.
4080         (wl-summary-set-target-mark): Ditto.
4081         (wl-summary-unset-target-mark): Ditto.
4082         (wl-summary-set-action-generic): Ditto.
4083         (wl-summary-unset-action-generic): Ditto.
4084         (wl-summary-exec-action-delete): Ditto.
4085         (wl-summary-exec-action-erase): Ditto.
4086         (wl-summary-set-action-refile): Ditto.
4087         (wl-summary-set-action-refile-subr): Ditto.
4088         (wl-summary-unset-action-refile): Ditto.
4089         (wl-summary-make-destination-numbers-list): Ditto.
4090         (wl-summary-exec-action-refile): Ditto.
4091         (wl-summary-set-action-copy): Ditto.
4092         (wl-summary-unset-action-copy): Ditto.
4093         (wl-summary-exec-action-copy): Ditto.
4094         (wl-summary-collect-numbers-region): Ditto.
4095         (wl-summary-delete): Rewrite.
4096         (wl-summary-erase): Ditto.
4097         (wl-summary-remove-destination): Ditto.
4098         (wl-summary-exec): Ditto.
4099         (wl-summary-exec-region): Ditto.
4100         (wl-summary-target-mark-erase): Ditto.
4101         (wl-summary-refile): Ditto.
4102         (wl-summary-copy): Ditto.
4103         (wl-summary-unmark): Ditto.
4104         (wl-summary-delete-all-mark): Ditto.
4105         (wl-summary-mark-line): Don't highlight.
4106         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4107         (wl-summary-target-mark-refile-subr): Rewrite.
4108
4109         (wl-summary-copy-prev-destination): Abolish.
4110
4111 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4112
4113         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4114         default values along the value of wl-on-mule.
4115         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4116         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4117         It is not used anywhere.
4118
4119 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4120
4121         * wl-summary.el (wl-summary-print-destination): Keep position.
4122         (wl-summary-cursor-move-surface): Keep horizontal position.
4123
4124 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4125
4126         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4127         write sendlog.
4128
4129 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4130
4131         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4132         `wl-summary-highlight'.
4133
4134 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4135
4136         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4137         trivial condition for temp-mark.
4138
4139 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4140
4141         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4142         when it hits killed buffer.
4143
4144 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4145
4146         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4147         * wl-news.el.in: `message' and `error' take format string.
4148
4149 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4150
4151         * wl-folder (wl-folder-insert-entity): Display a message,
4152         `...done', when the work finish.
4153         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4154
4155 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4156
4157         * wl-message.el (wl-message-redisplay): Remove unused local
4158         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4159
4160 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4161
4162         * wl-summary.el (wl-summary-replace-status-marks): Disable
4163         interactive use.
4164         (wl-summary-reedit): Check message existence at first.
4165         (wl-summary-mark-line): Fix doc, return value is indefinite.
4166
4167         * wl-highlight.el (wl-highlight-message): Arranged.
4168
4169         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4170         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4171         check temp-mark by wl-summary-temp-mark always.
4172         (wl-highlight-summary): Change accordingly.
4173         * wl-summary.el (wl-summary-mark-as-read-all)
4174         (wl-summary-delete-cache, wl-summary-set-score-mark)
4175         (wl-summary-mark-as-unread, wl-summary-unmark)
4176         (wl-summary-mark-line, wl-summary-mark-as-read)
4177         (wl-summary-mark-as-important): Ditto.
4178
4179         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4180         end of the window if possible.
4181         * wl-summary.el (wl-summary-sync-update): Support lazy
4182         highlighting.
4183         (wl-summary-toggle-disp-msg): Ditto.
4184
4185 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4186
4187         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4188
4189 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4190
4191         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4192         change.
4193
4194 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4195
4196         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4197         API.
4198         (wl-summary-sync-update): Ditto.
4199
4200         * wl-score.el (wl-score-get-score-alist): Changed argument.
4201         (wl-summary-rescore-msgs): Likewise.
4202         (wl-summary-score-headers): Likewise.
4203         (wl-score-headers): Likewise;
4204         Use elmo-folder-do-each-message-entity, etc.
4205         (wl-summary-score-effect): Follow the changes above.
4206         (wl-summary-rescore): Ditto.
4207         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4208         (wl-score-get-overview): Abolish.
4209
4210         * wl-summary.el (wl-summary-default-from): Follow the API change in
4211         elmo-msgdb.
4212         (wl-summary-count-unread): Ditto.
4213         (wl-summary-detect-mark-position): Ditto.
4214         (wl-summary-overview-entity-compare-by-date): Ditto.
4215         (wl-summary-overview-entity-compare-by-number): Ditto.
4216         (wl-summary-overview-entity-compare-by-from): Ditto.
4217         (wl-summary-overview-entity-compare-by-subject): Ditto.
4218         (wl-summary-get-list-info): Ditto.
4219         (wl-summary-rescan): Ditto.
4220         (wl-summary-jump-to-msg-by-message-id): Ditto.
4221         (wl-summary-sync-update): Ditto; Removed comment.
4222         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4223         (wl-summary-insert-message): Use wl-summary-insert
4224         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4225         (wl-summary-insert-headers): Changed argument overview to folder.
4226         (wl-summary-search-by-subject): Likewise.
4227         (wl-summary-insert-thread): Renamed from 
4228         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4229
4230         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4231         too.
4232
4233         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4234         wl-string-member.
4235
4236 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4239         elmo-folder-append-buffer.
4240         (wl-draft-queue-append): Likewise.
4241
4242         * wl-mime.el (wl-message-delete-current-part): Ditto.
4243         (wl-summary-burst-subr): Ditto.
4244
4245         * wl-news.el.in (wl-news-send-news): Ditto.
4246
4247 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4248
4249         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4250         function.
4251         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4252         (wl-summary-update-mark): Enclose with save-excursion.
4253         (wl-summary-mark-as-read-internal): Fixed last change.
4254         (wl-summary-mark-as-important): Use 3rd argument of
4255         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4256         Don't use elmo-msgdb-set-mark.
4257         (wl-summary-redisplay-internal): If msgdb flag is already read,
4258         just update the mark on buffer.
4259
4260 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4261
4262         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4263         cut visible folder when elmo-folder-delete returns non-nil value.
4264
4265 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4266
4267         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4268         by Kenichi OKADA <okada@opaopa.org>).
4269
4270 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4271
4272         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4273
4274 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4275
4276         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4277         Fixed the last change, search group entity by its real name.
4278         (Thanks to: KOBAYASHI Shinji)
4279
4280 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4281
4282         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4283         (wl-fldmgr-access-display-all): Don't refer visible name.
4284         * wl-expire.el (wl-folder-archive-current-entity)
4285         (wl-folder-expire-current-entity): Ditto.
4286         * wl-folder.el (wl-folder-jump-to-current-entity)
4287         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4288         (wl-folder-open-folder-sub,wl-folder-open-all)
4289         (wl-folder-write-current-folder): Ditto.
4290         (wl-folder-insert-entity): Don't use petname for normal group.
4291         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4292         is the real name.
4293         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4294         Abolished.
4295
4296 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4297
4298         * wl-draft.el (wl-draft-create-buffer): Add
4299         `wl-summary-reply-with-citation'
4300
4301 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4302
4303         * wl-draft.el (wl-draft-reply): Fixed.
4304
4305 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4306
4307         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4308         when `wl-draft-send-confirm-with-preview' is non-nil.
4309         You can scroll up/down by j/k.
4310         (wl-draft-send-confirm-with-preview): New variable (default=t).
4311
4312 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4313
4314         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4315         (wl-fldmgr-save-folders): Fix comment.
4316
4317 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4318
4319         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4320         along the last change in `wl-folder-buffer-group-p'.
4321
4322 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4325         folder.
4326
4327         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4328         the default value.
4329
4330         * wl-mime.el (wl-summary-burst): Update summary only when target
4331         folder equals current folder.
4332
4333 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4334
4335         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4336
4337 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4338
4339         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4340         value.
4341
4342 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4343
4344         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4345         `map-extents' instead of `extent-at' repeatedly.
4346         (wl-highlight-folder-current-line): Ditto.
4347
4348         * wl-highlight.el: Remove useless dummy functions.
4349
4350 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4353         (wl-folder-put-folder-property): New function to put text property.
4354         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4355         (wl-folder-insert-entity, wl-folder-update-diff-line)
4356         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4357         * wl-e21.el, wl-xmas.el, wl-mule.el
4358         (wl-highlight-folder-current-line): Ditto.
4359         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4360         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4361         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4362         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4363
4364 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4365
4366         * Version number is increased to 2.11.3.
4367
4368 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4369
4370         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4371         Resume current-buffer since it is assumed by remaining tasks.
4372
4373 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4376         (wl-folder-completion-function): Abolished.
4377         (wl-folder-complete-folder): New function.
4378         (wl-folder-complete-filter-condition): Ditto.
4379         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4380         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4381
4382 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4383
4384         * wl-draft.el (wl-draft-send-confirm): New function.
4385         (wl-draft-send): Use it.
4386
4387         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4388         cursor-in-echo-area while confirming.
4389
4390         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4391
4392         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4393         searching via nntp if wl-summary-search-via-nntp is 'force.
4394         Otherwise, invoke searching in nntp folder only.
4395         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4396
4397         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4398         explicitly for mime-make-text-tag.
4399
4400 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4401
4402         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4403         `mime-make-text-tag' instead of `mime-create-tag'.
4404
4405 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4406
4407         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4408         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4409
4410 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-score.el (wl-score-save): Bind print-length and print-level.
4413         (wl-score-pretty-print): Ditto.
4414         (wl-score-edit-insert-header-entry): Ditto.
4415
4416         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4417         "From" entry to be treated with wl-draft-eword-encode-address-list.
4418         * wl-mime.el (wl-draft-preview-message): Ditto.
4419
4420         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4421         (wl-summary-mark-as-unread): Ditto.
4422         (wl-summary-mark-as-read-region): Change accordingly.
4423         (wl-summary-mark-as-unread-region): Ditto.
4424         (wl-summary-target-mark-mark-as-read): Ditto.
4425         (wl-summary-target-mark-mark-as-unread): Ditto.
4426
4427 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * Version number is increased to 2.11.2.
4430
4431 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4432
4433         * wl-news.el.in (wl-news-previous-version-save): Bind
4434         print-length and print-level.
4435         * wl-thread.el (wl-thread-save-entities): Ditto.
4436         (wl-thread-save-top-list): Bind print-length.
4437
4438 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-highlight.el (wl-highlight-summary-line-string): Use
4441         wl-summary-score-below-mark, wl-summary-score-over-mark.
4442         (wl-highlight-summary-current-line): Ditto.
4443
4444 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4445
4446         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4447         insert it.
4448
4449 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4450
4451         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4452
4453 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4454
4455         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4456         message without msgid.
4457         Rewrite with elmo-folder-move-messages.
4458         Set wl-message-buffer to nil.
4459
4460         * wl-summary.el (wl-summary-erase-subr): New function. Use
4461         elmo-folder-move-messages.
4462         (wl-summary-erase): Call it.
4463         (wl-summary-target-mark-erase): Ditto.
4464
4465 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4466
4467         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4468         it is not up-tp-date.
4469
4470 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4473         buffer after calling `wl-summary-goto-folder-subr' without the
4474         argument `interactive'.
4475         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4476
4477 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4478
4479         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4480         `mime-create-tag'. Use `string=' instead of `looking-at'.
4481
4482 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4485         to avoid compile warning.
4486
4487         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4488         entity-id when folder is given.
4489         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4490         save-excursion, use save-selected-window instead.
4491         Select folder buffer window if exists.
4492         (To correct behavior with wl-folder-move-cur-folder.)
4493
4494 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4495
4496         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4497
4498 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4499
4500         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4501         list-count instead of %d.
4502
4503 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4504
4505         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4506         (wl-news): Set it.
4507         (wl-news-append-to-folder): Use it.
4508
4509         * wl-news.el.in (wl-news-send-news): Append to specified folder
4510         instead of wl-default-folder.
4511         (wl-news-append-to-folder): Show error message with specified folder.
4512
4513         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4514                 In most major modes, Emacs assumes that any opening
4515                 delimiter found at the left margin is the start of a
4516                 top-level definition, or defun. Therefore, *never put an
4517                 opening delimiter at the left margin unless it should have
4518                 that significance.*
4519
4520         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4521
4522 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4523
4524         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4525
4526 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4527
4528         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4529
4530 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4531
4532         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4533         for sequential numbering case.
4534
4535 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4536
4537         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4538         value.
4539         (wl-draft-reply-without-argument-list): Ditto.
4540         (wl-draft-reply-myself-with-argument-list): Abolish.
4541         (wl-draft-reply-myself-without-argument-list): Ditto.
4542         * wl-draft.el (wl-draft-self-reply-p): New function.
4543         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4544
4545 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4548         (avoid error for the case without byte-compiling)
4549
4550 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4551
4552         * wl-news.el.in (wl-news-append-to-folder): New function.
4553         (wl-news-exit): Rewrite.
4554         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4555
4556 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4557
4558         * wl-draft.el (wl-draft-reply-position): New function.
4559         (wl-draft-reply-position): Fix.
4560         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4561         (wl-summary-target-mark-reply-with-citation): Ditto.
4562         (wl-summary-reply-with-citation): Ditto.
4563         * wl-vars.el (wl-draft-reply-default-position): New variable.
4564
4565 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4566
4567         * wl-draft.el (wl-draft-send): Preview when interactive send.
4568
4569 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4570
4571         * wl-draft.el (wl-draft-reply): Set default position.
4572         * wl-summary.el (wl-summary-reply): Ditto.
4573         (wl-summary-reply-with-citation): Ditto.
4574         (wl-summary-target-mark-reply-with-citation): Ditto.
4575
4576 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4577
4578         * wl-news.el.in (wl-news-lang): Set default value according to
4579         current-language-environment.
4580         (wl-news-append-news): Do nothing when news-list is nil.
4581
4582 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4585         (wl-news): Change message.
4586         (wl-news-exit): Check buffer.
4587         (wl-news-force-exit): New function.
4588         (wl-news-show-all): New function.
4589         (wl-news-discard-and-exit): Fix.
4590
4591 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4592
4593         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4594         according to current-language-environment.
4595
4596         * wl-news.el.in (wl-news): If arg, show all NEWS after
4597         wl-news-default-previous-version.
4598
4599 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4600
4601         * wl-news.el.in (wl-news-check): Rewritten.
4602         (wl-news-previous-version-load): Change data type.
4603         (wl-news-previous-version-save): Change data type.
4604         (wl-news-append-news): Add return value.
4605         (wl-news-check-news): New function.
4606         (wl-news-already-current-p): New function.
4607         (wl-news-send-news): Rewritten.
4608         (wl-news-mode-map): Add new keybind.
4609         (wl-news): Rewritten.
4610         (wl-news-exit): Rewritten.
4611         (wl-news-discard-and-mail): New function.
4612         (wl-news-send-to-address): Abolished.
4613         * wl.el (wl-init): Delete a message.
4614
4615 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4616
4617         * wl-news.el.in (wl-news-exit): Update previous version.
4618         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4619
4620 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4621
4622         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4623
4624 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4625
4626         * wl-news.el.in (wl-news): New function.
4627         (wl-news-mode): New function.
4628         (wl-news-next-line): New function.
4629         (wl-news-next-page): New function.
4630         (wl-news-exit): New function.
4631         (wl-news-buf-name): New variable.
4632         (wl-news-mode-map): New variable.
4633         (wl-news-winconf): New variable.
4634         (wl-news-append-news): Add an option.
4635
4636 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4639
4640 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4641
4642         * wl-news.el.in (wl-news-send-to-address): New variable.
4643         (wl-news-send-news): Use it.
4644         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4645         Return updating status.
4646         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4647
4648 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4649
4650         * wl-news.el.in (wl-news-send-news): Delete
4651         Organization and X-Face.
4652
4653 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4654
4655         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4656         (wl-news-append-news): New function.
4657         (wl-news-send-news): New function.
4658
4659 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4660
4661         * Version number is increased to 2.11.1.
4662
4663 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4664
4665         * wl-news.el.in : New file.
4666
4667 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4668
4669         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4670         default value.
4671         (wl-draft-reply-without-argument-list): Ditto.
4672
4673 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4674
4675         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4676         (wl-message-buffer-prefetch-idle-time): Ditto.
4677         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4678
4679 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4680
4681         * wl-thread.el (wl-thread-insert-message): Use
4682         wl-summary-max-thread-depth.
4683
4684         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4685         loop detection.
4686
4687         * wl-message.el (wl-message-buffer-display): Back to the first page
4688         when cache is hit.
4689
4690 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4691
4692         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4693
4694         * wl-summary.el (wl-summary-insert-thread-entity):
4695         If the thread depth is reached to wl-summary-max-thread-depth,
4696         divide the thread.
4697
4698 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4699
4700         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4701         for elmo-remove-passwd.
4702
4703 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4704
4705         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4706         folder is sticky.
4707         (wl-folder-mark-as-read-all-entity): Ditto.
4708         (wl-folder-prefetch-entity): Ditto.
4709
4710 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4711
4712         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4713
4714 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4717         Delete messages on buffer for unplugged operation.
4718         (wl-summary-erase): Ditto.
4719
4720 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4723         take nil so as not to search parent by subject.
4724
4725 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4728         (wl-folder-get-next-folder): Ditto.
4729         (wl-folder-get-path): Ditto.
4730
4731 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4734         system and encode the region with it before verifying.
4735
4736 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4737
4738         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4739         system of the echo buffer before decoding.
4740
4741 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4742
4743         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4744         original contents.
4745
4746 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4749         with argument 'any-exists.
4750
4751 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4752
4753         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4754         Use `wl-cs-autoconv'.
4755
4756 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4759         by `mime-view-automatic-conversion'.
4760
4761         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4762         (wl-message-verify-pgp-nonmime): Ditto.
4763         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4764         Bind them to C-c:d and C-c:v respectively.
4765
4766         Merge following code by Teranishi-san from [wl-en:00167].
4767         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4768         (wl-mime-preview-application/pgp-encrypted): Ditto.
4769         (wl-mime-setup): Add entry.
4770
4771 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4772
4773         * wl-summary.el (wl-summary-target-mark-erase): New function.
4774         Bind it to "mD".
4775
4776 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-vars.el (wl-draft-write-file-function): Fix.
4779         (wl-draft-reedit-hook): Changed default value.
4780
4781         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4782         wl-draft-reedit-hook.
4783         (wl-draft-remove-text-plain-tag): New function.
4784         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4785
4786         * wl-vars.el (wl-draft-write-file-function): New user option.
4787
4788         * wl-draft.el (wl-draft-prepare-edit): Use it for
4789         local-write-file-hooks.
4790         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4791
4792         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4793         (wl-draft-insert-mail-header-separator): Return the body beginning
4794         point.
4795         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4796         text/plain.
4797         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4798
4799 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4800
4801         * wl-summary.el (wl-summary-erase): New function to erase message
4802         without moving it to trash. Bind to "D".
4803
4804         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4805         as `keep' unless switch-function.
4806
4807 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4810         message buffer by using `wl-summary-toggle-disp-msg'.
4811         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4812         buffer window.
4813         (wl-summary-supresedes-message): Ditto.
4814
4815         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4816         Do not delete other windows.
4817         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4818         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4819         (wl-draft-create-buffer): Set reply-or-forward also for target
4820         mark commands.
4821
4822 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4823
4824         * wl-draft.el (wl-user-agent-compose): Delete special case for
4825         switch-to-buffer-other-window.
4826
4827         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4828         (wl-summary-forward): Ditto.
4829
4830         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4831         function.
4832         (wl-draft-buffer-style): New use option.
4833
4834         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4835         (wl-draft): Follow the change above.
4836         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4837         wl-draft-buffer-style.
4838         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4839         switch-function.
4840
4841 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4842
4843         * wl-address.el (wl-address-make-completion-entry): Extracted from
4844         `wl-address-make-completion-list'.
4845         (wl-address-enable-strict-loading): New variable.
4846         (wl-address-make-completion-list): Revive petname duplication
4847         inquiry, and enable it if `wl-address-enable-strict-loading'.
4848         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4849
4850 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-message.el (wl-message-get-original-buffer): Avoid
4853         'Selecting deleted buffer' error when original buffer is killed.
4854
4855 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4856
4857         * wl-summary.el (wl-summary-next-message): Use
4858         elmo-message-accessible-p instead of elmo-message-cached-p.
4859
4860 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4861
4862         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4863
4864         * wl-thread.el (wl-thread-open-all-unread): Use
4865         elmo-folder-list-flagged instead of
4866         elmo-folder-list-messages-mark-match.
4867
4868         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4869         instead of elmo-folder-list-messages-mark-match.
4870         (wl-summary-move-spec-alist): New variable.
4871         (wl-summary-move-spec-plugged-alist,
4872         wl-summary-move-spec-unplugged-alist): Abolish.
4873         (wl-summary-next-message): Follow the change above.
4874         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4875         with 'no-msg' argument.
4876
4877         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4878         variable.
4879         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4880         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4881         (wl-message-buffer-prefetch-get-next): Follow the change above.
4882
4883 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4884
4885         * wl-version.el (wl-version): Changed codename.
4886
4887         * Version number is increased to 2.11.0.
4888
4889 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4890
4891         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4892         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4893         `wl-draft-config-variables'.
4894         (wl-draft-kill): Fixed problem when the draft is reedit.
4895
4896 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4899         buffer-modified status (Thanks to
4900         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4901
4902 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-util.el (wl-region-exists-p): New function.
4905
4906         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4907         Remove defvars for byte-compile warnings.
4908
4909 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4910
4911         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4912         defvar-maybe. Removed unused bind.
4913
4914 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4915
4916         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4917         summary buffer window before creating new frame.
4918         (wl-draft-reply): Ditto.
4919
4920 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4921
4922         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4923
4924 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4925
4926         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4927
4928 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4929
4930         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4931         instead of `kill-region'.
4932
4933 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4934
4935         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4936         (wl-highlight-summary-line-string): Use it.
4937         (wl-highlight-summary-current-line): Ditto.
4938
4939         * wl-mime.el (wl-message-delete-current-part): Check the class of
4940         mime-entity.
4941
4942         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4943
4944         * wl-summary.el (wl-summary-make-number-list): Initialize.
4945         (wl-summary-update-mark): New function.
4946         (wl-summary-reply): Put `answered' mark on the message.
4947         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4948
4949         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4950         (wl-draft-reply): Added optional argument `number';
4951         Set wl-draft-parent-number.
4952         (wl-draft-kill): Delete answered mark if it is a reply.
4953
4954 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4955
4956         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4957         that originates in mime-preview-follow-current-entity.
4958         (wl-draft-yank-current-message-entity): Use it if region is active.
4959
4960         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4961         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4962         `wl-message-delete-current-part'.
4963         * wl-mule.el (wl-message-define-keymap): Ditto.
4964         * wl-xmas.el (wl-message-define-keymap): Ditto.
4965
4966 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-mime.el (wl-message-delete-current-part): New function.
4969         (wl-mime-node-id-to-string): Ditto.
4970
4971         * wl-mime.el (wl-message-delete-current-part): Use existing
4972         original buffer which corresponds current mime-view buffer.
4973         (fetched buffer might have different structure, possibly)
4974
4975         * wl-mime.el (wl-message-delete-current-part): Quit if the
4976         message content differs from the actual message.
4977
4978 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4979
4980         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4981         order.
4982         (wl-summary-search-by-subject): Search parent message from tail;
4983         Check the existence of the parent message on the current thread tree.
4984         (wl-summary-update-thread): Check whether the line is inserted.
4985
4986 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4987
4988         * wl-vars.el (wl-summary-line-format): Undo last change.
4989         * wl-summary.el (wl-summary-print-destination): Do not put
4990         invisible property when `wl-summary-width' is nil.
4991         (wl-summary-line-subject-minimum-length): Abolished.
4992         (wl-summary-line-subject): Ditto.
4993
4994 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4995
4996         * wl-vars.el (wl-summary-line-format): Change default value.
4997         (wl-summary-subject-length-limit): Abolished.
4998         * wl-summary.el (wl-summary-line-subject): Ditto.
4999
5000 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5001
5002         * wl-template.el (wl-template-select): Added optional argument.
5003         If optional argument is specified, reverse
5004         `wl-template-visible-select'.
5005
5006 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5007
5008         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5009         Take prefix argument to force asking the destination folder.
5010
5011 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5012
5013         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5014         count and update status.
5015
5016 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5017
5018         * wl-summary.el (wl-summary-redisplay-internal): If
5019         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5020         after fetching.
5021
5022 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5023
5024         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5025         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5026
5027         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5028
5029 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5030
5031         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5032         (All other related portions are changed).
5033         (wl-summary-mark-as-read-all): Rewrite.
5034
5035 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5038         `wl-summary-mark-as-read'.
5039         (wl-summary-mark-as-unread): Rewrite.
5040         (wl-summary-mark-as-read): Added no-modeline argument.
5041         (wl-summary-resume-cache-status): Rewrite.
5042         (wl-summary-exec-subr): Remove unused local variable.
5043
5044 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5045
5046         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5047         logic to call `wl-summary-buffer-prev-folder-function'.
5048         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5049
5050 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5053         is nil.
5054
5055 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5056
5057         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5058         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5059         (wl-mime-setup): Add its entry.
5060
5061 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5062
5063         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5064         (wl-summary-delete-cache): Likewise.
5065         (wl-summary-mark-as-read): Rewrite.
5066
5067 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5070         `wl-summary-count-unread'.
5071
5072         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5073
5074         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5075
5076 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5079         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5080         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5081         Renamed to the elmo-msgdb-*-mark.
5082         (wl-summary-score-marks): Follow the change above.
5083         (wl-summary-auto-refile-skip-marks): Ditto.
5084         (wl-summary-incorporate-marks): Ditto.
5085         (wl-summary-expire-reserve-marks): Ditto.
5086
5087         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5088         changes.
5089         (wl-thread-insert-top): Changed updating message.
5090
5091         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5092         variable.
5093         (wl-summary-count-unread): Count answered marks.
5094         (wl-summary-rescan): Call wl-summary-insert-message instead of
5095         wl-summary-append-message-func-internal.
5096         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5097         (wl-summary-prefetch-msg): Follow the variable name changes.
5098         (wl-summary-prefetch-region): Ditto.
5099         (wl-summary-mark-as-read-all): Follow the API changes;
5100         Don't call elmo-folder-replace-marks.
5101         (wl-summary-delete-cache): Follow the variable name changes.
5102         (wl-summary-resume-cache-status): Ditto.
5103         (wl-summary-update-status-marks): New function.
5104         (wl-summary-insert-message): New function.
5105         (wl-summary-sync-marks): Follow the variable name changes.
5106         (wl-summary-sync-update): Synchronize to the msgdb, too;
5107         Changed update messages.
5108         (wl-summary-make-number-list): Rewrite.
5109         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5110         (wl-summary-mark-as-unread): Follow the API changes.
5111         (wl-summary-exec-subr): Follow the variable name changes.
5112         (wl-summary-mark-as-read): Ditto.
5113         (wl-summary-move-spec-plugged-alist): Ditto.
5114         (wl-summary-move-spec-unplugged-alist): Ditto.
5115         (wl-summary-cursor-move-surface): Ditto.
5116
5117         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5118         variable name changes.
5119         (wl-highlight-summary-current-line): Ditto.
5120
5121         * wl-expire.el (wl-expire-refile): Follow the API change in
5122         elmo-folder-move-messages.
5123         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5124         (wl-summary-archive): Use elmo-folder-msgdb instead of
5125         elmo-msgdb-load.
5126
5127 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5128
5129         * wl-mime.el (wl-draft-preview-message): Restore the position
5130         before evaluating wl-draft-send-hook in preview buffer.
5131
5132 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5135         when it creates new draft buffer.
5136
5137         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5138         without argument.
5139
5140         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5141         Evaluate content and if the value is string, insert it.
5142         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5143         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5144         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5145         wl-draft-config-sub-part-bottom): Use it.
5146
5147         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5148         with the folder name. The question was unintelligible when it is
5149         called from wl-save-status.
5150
5151 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5152
5153         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5154         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5155         cannot take second argument).
5156
5157 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5158
5159         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5160         as t. Since type and subtype are not case sensitive (RFC 2045).
5161
5162 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5163
5164         * wl-vars.el (wl-message-mode-line-format): New variable.
5165         (wl-message-mode-line-format-spec-alist): Ditto.
5166         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5167         (wl-message-redisplay): Use wl-message-mode-line-format.
5168
5169 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5170
5171         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5172
5173 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5174
5175         * wl-summary.el (wl-summary-default-from): Write description.
5176
5177 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5178
5179         * wl-vars.el (wl-ldap-objectclass): Abolish.
5180
5181         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5182         (wl-ldap-make-filter): Removed condition for objectclass.
5183         (wl-ldap-make-matched-value-list): Remove meaningless process.
5184         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5185         (wl-address-ldap-search): Don't add `*' to `pat' string;
5186         use ignore-errors; added `email';
5187         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5188         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5189         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5190
5191
5192 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5193
5194         * wl-draft.el (wl-draft-parent-folder): Write description.
5195         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5196
5197 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5198
5199         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5200         as "" (zero-length string) if no parent.
5201         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5202
5203 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5204
5205         * wl-address.el (wl-address-make-completion-list): Skip duplication
5206         checking.
5207         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5208         `append'.
5209
5210 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5211
5212         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5213         instead of `beginning-of-buffer'.
5214
5215 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5218
5219 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5220
5221         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5222         Refer wl-message-buffer-name.
5223         (wl-message-wheel-down): Ditto.
5224
5225 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-vars.el (wl-message-buffer-name): New user option.
5228
5229         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5230         directly instead of making alist dinamically.
5231
5232         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5233         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5234         wl-message-buffer-cache-name.
5235         (wl-message-buffer-cache-clean-up): Ditto.
5236
5237         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5238
5239         * Version number is increased to 2.9.15.
5240
5241 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5242
5243         * wl-vars.el (wl-summary-default-view-alist): New user option.
5244
5245         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5246
5247         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5248         while deleting address.
5249         (wl-draft-delete-myself-from-cc): Ditto.
5250
5251         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5252         If optional argument is specified, reverse sort order.
5253
5254         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5255
5256 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-thread.el (wl-thread-insert-message): Return parent number if
5259         exists.
5260         (wl-thread-update-indent-string-region): Use
5261         wl-thread-update-line-on-buffer-sub instead of
5262         wl-thread-update-line-on-buffer.
5263
5264 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5265
5266         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5267         (wl-folder-close-all): Ditto.
5268
5269 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5270
5271         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5272         and mailing-list:.
5273         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5274         value.
5275         (wl-summary-line-list-info): Print mailing-list name even when 
5276         list-number is empty.
5277
5278 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5279
5280         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5281
5282         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5283         (wl-draft-open-file): Ditto.
5284         (wl-draft-random-alphabet): Ditto.
5285
5286         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5287         bindings.
5288
5289 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5290
5291         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5292         * wl-vars.el (wl-draft-config-alist): Ditto.
5293
5294 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5295
5296         * Version number is increased to 2.9.14.
5297
5298         * wl.el (wl): Don't set wl-init as nil when error occured while
5299         auto-checking folders.
5300
5301         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5302         `elmo-expand-newtext'.
5303
5304 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5305
5306         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5307         `this-command' so that `wl-folder-goto-folder' contained in
5308         `wl-summary-keep-cursor-command' work.
5309
5310 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5311
5312         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5313         message buffer displaying state.
5314
5315 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5316
5317         * wl-vars.el (wl-summary-default-view): New variable to specify
5318         default value for `wl-summary-buffer-view' instead of using
5319         set-default.
5320         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5321
5322 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5323
5324         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5325
5326         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5327
5328 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5329
5330         * wl-vars.el (wl-forward-subject-prefix): New variable.
5331         * wl-draft.el (wl-draft-forward): Use it.
5332
5333 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5334
5335         * wl-message.el (wl-message-prev-page): When it is called without
5336         lines argument, scroll down by wl-message-scroll-amount lines.
5337         (wl-message-next-page): Ditto.
5338         * wl-vars.el (wl-message-scroll-amount): Change default value
5339         to preserve current behavior.
5340
5341 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5342
5343         * wl-summary.el (wl-summary-prefetch-msg): Bind
5344         `wl-message-entity' to call `wl-summary-from-function'.
5345
5346 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347
5348         * wl-message.el (wl-message-buffer-create): Run
5349         wl-message-buffer-created-hook.
5350
5351 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-summary.el (wl-summary-sort-specs): New variable.
5354         (wl-summary-default-sort-spec): Ditto.
5355         (wl-summary-sort): Rewrite.
5356         (wl-summary-sort-by-list-info): New function.
5357
5358 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5359
5360         * wl-summary.el (wl-summary-get-list-info): New function.
5361         (wl-summary-sort): Rewrite.
5362         (wl-summary-line-list-info): Ditto.
5363         (wl-summary-line-list-count): Ditto.
5364         (wl-summary-refile-region): Fixed docstring.
5365
5366 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5369         `wl-folder-entity-hashtb' as completion table.
5370
5371 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5374         only when this command is called interactively; silence the byte-
5375         compiler.
5376
5377 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5378
5379         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5380         active in XEmacs.
5381
5382 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5383
5384         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5385         plural lines.
5386
5387 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5388
5389         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5390         of current line when the cursor is on the header name.
5391         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5392
5393 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5394
5395         * wl-util.el (wl-read-directory-name): Return displayed directory
5396         as the default value also on XEmacs.
5397
5398 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5399
5400         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5401         formatting.
5402
5403 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5406         argument and when it is non-nil, check face property before
5407         highlighting for each line.
5408         (wl-highlight-summary-window): Set it.
5409
5410 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5411
5412         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5413         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5414
5415         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5416         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5417         (wl-draft-get-fcc-list): Likewise.
5418
5419 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5422         (wl-thread-entity-cur): Ditto.
5423         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5424         wl-thread-indent-regexp setting.
5425         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5426
5427         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5428         wl-summary-lazy-highlight.
5429         (wl-summary-display-bottom): Ditto.
5430
5431         * wl-thread.el (wl-thread-open-close): Likewise.
5432
5433         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5434         from and subject;
5435         Bind wl-draft-use-frame;
5436         Enclose with save-window-excursion;
5437         Use wl-draft-create-buffer instead of with-temp-buffer;
5438         Use wl-draft-prepare-edit;
5439         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5440         Use wl-draft-send instead of wl-draft-raw-send.
5441
5442 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5443
5444         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5445         of using wl-from.
5446
5447 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5448
5449         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5450         insert-buffer instead of clone-buffer.
5451         (wl-draft-doing-mime-bcc): New variable.
5452         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5453         infinite loop.
5454         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5455
5456         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5457         (wl-draft-mime-bcc-body): Ditto.
5458
5459         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5460         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5461         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5462         wl-draft-do-mime-bcc.
5463         (wl-draft-mime-bcc-field): New function.
5464         (wl-draft-do-mime-bcc): Ditto.
5465
5466         * wl-address.el (wl-address-complete-header-list): New variable.
5467         (wl-address-complete-header-regexp): Changed default value.
5468
5469         * Version number is increased to 2.9.13.
5470
5471 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5472
5473         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5474         it is differed.
5475
5476 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5477
5478         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5479         (wl-summary-line-list-count): Ditto.
5480
5481 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5482
5483         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5484         (wl-nntp-posting-function): New variable.
5485         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5486         `wl-nntp-posting-config-alist'.
5487
5488 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5489
5490         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5491         FLIM.
5492
5493 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5494
5495         * wl-summary.el (wl-summary-target-mark-refile-sub):
5496         Remove a nuisance funcall.
5497
5498 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5499
5500         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5501         as t for `try-completion'.
5502
5503 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5504
5505         * wl-summary.el (wl-summary-default-from): Use
5506         wl-address-header-extract-address instead of
5507         std11-extract-address-components.
5508         (wl-summary-simple-from): Ditto.
5509         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5510         (wl-summary-insert-headers): Show message.
5511         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5512         for whole line.
5513         (wl-summary-default-from): Revert last change.
5514         (wl-summary-simple-from): Ditto.
5515         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5516         (wl-summary-mark-as-read-region): Follow the change above.
5517         (wl-summary-sync-marks): Ditto.
5518         (wl-summary-target-mark-mark-as-read): Ditto.
5519         (wl-summary-redisplay-internal): Ditto.
5520         (wl-summary-redisplay-no-mime-internal): Ditto.
5521         (wl-summary-redisplay-all-header): Ditto.
5522         (wl-summary-mark-as-read): Removed argument `cached';
5523         Use current cache status to set cache mark.
5524         (wl-summary-redisplay-internal): Follow the change above.
5525         (wl-summary-redisplay-no-mime-internal): Ditto.
5526         (wl-summary-redisplay-all-header): Ditto.
5527
5528         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5529
5530         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5531         Don't call itself recursively (Adviced by Yamaoka-san).
5532
5533 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5534
5535         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5536         bind wl-summary-highlight as nil to avoid error caused by missing
5537         local variables.
5538
5539 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5540
5541         * wl-vars.el (wl-invalid-character-message): New user option.
5542
5543         * wl-util.el (wl-set-string-width): If truncated string-width is
5544         larger than specified width, use `wl-invalid-character-message'.
5545
5546 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5547
5548         * wl-summary.el (wl-summary-prefetch-msg): 
5549         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5550
5551 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl-vars.el (wl-summary-check-line-format): New user option.
5554         (wl-summary-line-format-file): Ditto.
5555
5556         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5557         variable.
5558         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5559         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5560         and `wl-summary-view-old-p' to check whether do a rescan or not.
5561         (wl-summary-view-old-p): New function.
5562         (wl-summary-line-format-changed-p): Ditto.
5563         (wl-summary-line-format-save): Ditto.
5564         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5565
5566         * wl-util.el (wl-set-string-width): Avoid using negative number
5567         for make-string.
5568
5569 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5570
5571         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5572         return value.
5573
5574         * wl-util.el (wl-set-string-width): Added optional argument
5575         `padding' (All other related portions are changed).
5576         (wl-line-parse-format): If the first letter of column number is
5577         `0', zero-padding the result (ex: "%05l").
5578
5579         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5580
5581 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5584         sequential summary view.
5585
5586 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5589         if it doesn't have a -unix version.
5590
5591 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5592
5593         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5594
5595 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5596
5597         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5598         content.
5599         (wl-draft): Follow the change above.
5600
5601         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5602
5603         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5604         and wl-folder-summary-line-format-alist contain %T and %P.
5605
5606         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5607         (wl-summary-mode-line-format): New user option.
5608         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5609         (wl-summary-line-format): Changed default value.
5610         (wl-summary-lazy-highlight): Changed default value.
5611
5612         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5613         change in wl-summary-create-line.
5614         (wl-thread-insert-entity-sub): Ditto.
5615
5616         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5617         (wl-summary-buffer-unread-status): Ditto.
5618         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5619         (wl-summary-buffer-persistent-mark-column): Ditto.
5620         (wl-summary-buffer-mode-line-formatter): Ditto.
5621         (wl-summary-buffer-mode-line): Ditto.
5622         (wl-summary-message-regexp): Abolished.
5623         (All other related portions are changed.)
5624         (wl-summary-detect-mark-position): New function.
5625         (wl-summary-buffer-set-folder): Setup
5626         wl-summary-buffer-mode-line-formatter.
5627         (wl-summary-mode): Setup selective-display;
5628         Setup pre-idle-hook when xemacs.
5629         (wl-summary-update-modeline): Rewrite.
5630         (wl-summary-jump-to-msg): Define as function;
5631         Changed regexp for searching messages.
5632         (wl-summary-message-number): Rewrite.
5633         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5634         Do rescan when old type summary cache.
5635         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5636         (wl-summary-remove-destination): Use '\r' to detect EOL.
5637         (wl-summary-print-destination): Ditto.
5638         (wl-summary-temp-mark): New inline function.
5639         (wl-summary-persistent-mark): Ditto.
5640         (wl-summary-line-number): New function.
5641         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5642         (wl-summary-line-list-count): New function.
5643         (wl-summary-create-line): Added argument persistent-mark.
5644         (All other related portions are changed)
5645         (wl-summary-create-line): Insert '\r'.
5646         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5647         (wl-summary-cursor-move-surface): New inline function.
5648         (wl-summary-prev): Use it.
5649         (wl-summary-next): Ditto.
5650
5651         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5652         wl-summary-message-regexp.
5653         (wl-highlight-summary): Delete progress message.
5654         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5655
5656         * Version number is increased to 2.9.12.
5657
5658 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5659
5660         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5661         variable (nil: no minimum).
5662         (wl-summary-line-subject): Add some spaces after subject by
5663         wl-summary-line-subject-minimum-length.
5664
5665 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5666
5667         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5668         and removed `F'.
5669         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5670         change above).
5671
5672 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5673
5674         * wl-summary.el (wl-summary-line-list-count): Reverted.
5675         (example setting in samples/*/dot.wl is also updated)
5676
5677 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5678
5679         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5680
5681         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5682
5683         * wl-vars.el (wl-summary-line-format): Addes some description to the
5684         docstring.
5685
5686         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5687         (wl-summary-line-close-bracket): Ditto.
5688         (wl-summary-line-children-number): Ditto.
5689         (wl-summary-line-thread-indent): Ditto.
5690         (wl-summary-line-children-and-from): Ditto.
5691
5692         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5693         't', 'c', 'F' and added 'C'.
5694
5695         * wl-util.el (wl-set-string-width): Accept negative value.
5696         (wl-line-parse-format): Added "%number(" and "%)".
5697
5698 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5699
5700         * wl-summary.el (wl-summary-line-list-count): Change format of the
5701         return value.
5702
5703 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5704
5705         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5706         from the recent message.el.
5707         (wl-draft-point-in-header-p): Ditto.
5708         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5709         wl-draft-beginning-of-line.
5710         * wl-e21.el (wl-draft-mode-map): Ditto.
5711         * wl-xmas.el (wl-draft-mode-map): Ditto.
5712
5713         * wl-folder.el: Sort macrodefs by dependencies.
5714
5715 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5716
5717         * wl-summary.el (wl-summary-prev): Fixed regexp.
5718         (wl-summary-next): Ditto.
5719
5720 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5721
5722         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5723
5724 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5725
5726         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5727         for backward compatibility.
5728
5729 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5730
5731         * wl-summary.el (wl-summary-line-list-count): New function, merged
5732         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5733         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5734         list counts.
5735
5736 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5737
5738         * wl-summary.el (wl-summary-create-line): Ignore errors while
5739         timezone-fix-time.
5740
5741         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5742
5743         * wl-summary.el (wl-summary-sync-update): Ditto.
5744         (wl-summary-default-from): Use wl-message-entity
5745         instead of entity.
5746
5747         * wl-summary.el (wl-summary-create-line): Fix.
5748
5749         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5750         (wl-summary-line-format): New user option.
5751         (wl-folder-summary-line-format-alist): Ditto.
5752         (wl-summary-from-width): Abolished.
5753
5754         * wl-util.el (toplevel): Require 'bytecomp.
5755         (wl-line-parse-format): New function.
5756         (wl-line-formatter-setup): New macro.
5757
5758         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5759         (wl-summary-buffer-line-formatter): New buffer local variable.
5760         (wl-summary-switch-to-clone-buffer): Follow the change above.
5761         (wl-summary-message-regexp): Fix.
5762         (wl-summary-from-func-internal): Abolished.
5763         (wl-summary-subject-func-internal): Ditto.
5764         (wl-summary-subject-filter-func-internal): Ditto.
5765         (All other related portions are changed.)
5766         (wl-summary-buffer-set-folder):
5767         Set up wl-summary-buffer-number-column and 
5768         wl-summary-buffer-line-formatter
5769         (All other related portions are changed.)
5770         (wl-summary-buffer-number-column-detect): Abolished.
5771         (All other related portions are changed.)
5772         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5773         (wl-summary-delete-all-temp-marks-on-buffer): Use
5774         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5775         (wl-summary-target-mark-delete): Ditto.
5776         (wl-summary-target-mark-refile-subr): Ditto.
5777         (wl-summary-target-mark-mark-as-read): Ditto.
5778         (wl-summary-target-mark-mark-as-unread): Ditto.
5779         (wl-summary-target-mark-mark-as-important): Ditto.
5780         (wl-summary-target-mark-save): Ditto.
5781         (wl-summary-replace-status-marks): Renamed from
5782         wl-summary-set-status-marks-on-buffer;
5783         Use wl-summary-message-regexp instead of
5784         wl-summary-buffer-number-regexp.
5785         (wl-summary-sync-update): Follow the change above.
5786         (wl-summary-goto-previous-message-beginning): New function.
5787         (wl-summary-mark-as-unread): Use it.
5788         (wl-summary-mark-as-important): Ditto.
5789         (wl-summary-line-formatter): New variable.
5790         (wl-summary-line-year): New function.
5791         (wl-summary-line-day): Ditto.
5792         (wl-summary-line-day-of-week): Ditto.
5793         (wl-summary-line-hour): Ditto.
5794         (wl-summary-line-minute): Ditto.
5795         (wl-summary-line-open-bracket): Ditto.
5796         (wl-summary-line-close-bracket): Ditto.
5797         (wl-summary-line-children-number): Ditto.
5798         (wl-summary-line-thread-indent): Ditto.
5799         (wl-summary-line-size): Ditto.
5800         (wl-summary-line-subject): Ditto.
5801         (wl-summary-line-from): Ditto.
5802         (wl-summary-line-children-and-from): Ditto.
5803         (wl-summary-create-line): Rewritten.
5804         (wl-summary-format-date): Abolished.
5805
5806         * wl-highlight.el (wl-highlight-summary-current-line): Use
5807         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5808         Use thread structure to detect thread top message.
5809
5810         * wl-draft.el (wl-default-draft-cite): Don't use
5811         wl-summary-from-func-internal.
5812
5813         * wl-refile.el (wl-refile-subject-learn): Don't use
5814         wl-summary-subject-filter-func-internal.
5815         (wl-refile-guess-by-subject): Ditto.
5816
5817         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5818         parameters.
5819
5820         * wl-thread.el (wl-thread-update-indent-string-region):
5821         Use wl-thread-update-line-on-buffer instead of
5822         wl-thread-update-indent-string.
5823         (wl-thread-update-children-number): Redefine using
5824         wl-thread-update-line-on-buffer.
5825         (wl-thread-update-indent-string): Abolished.
5826
5827         * Version number is increased to 2.9.11.
5828
5829 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5832         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5833         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5834
5835         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5836         as nil.
5837
5838         * wl-thread.el (wl-thread-open-all-unread): Use 
5839         elmo-folder-list-messages-mark-match.
5840         (wl-thread-insert-message): Removed argument `mark-alist'.
5841         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5842         elmo-msgdb-set-mark.
5843         (wl-thread-get-children-msgs-uncached): Likewise.
5844         (wl-thread-get-exist-children): Added argument include-self.
5845         (wl-thread-delete-message): Follow the change above.
5846
5847         * wl-summary.el (wl-summary-count-unread): Removed argument.
5848         (wl-summary-rescan): Follow the change above.
5849         (wl-summary-mark-as-read-region): Ditto
5850         (wl-summary-mark-as-unread-region): Ditto.
5851         (wl-summary-delete-messages-on-buffer): Ditto.
5852         (wl-summary-sync-update): Ditto.
5853         (wl-summary-switch-to-clone-buffer): Ditto.
5854         (wl-summary-goto-folder-subr): Ditto.
5855         (wl-summary-target-mark-mark-as-read): Ditto.
5856         (wl-summary-target-mark-mark-as-unread): Ditto.
5857         (wl-summary-target-mark-mark-as-important): Ditto.
5858         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5859         (wl-summary-update-thread): Removed argument `mark-alist'.
5860         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5861         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5862         (wl-summary-resume-cache-status): Likewise.
5863         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5864         elmo-msgdb-set-mark.
5865         (wl-summary-mark-as-read-all): Likewise.
5866         (wl-summary-delete-cache): Ditto.
5867         (wl-summary-auto-select-msg-p): Ditto.
5868         (wl-summary-mark-as-unread): Ditto.
5869         (wl-summary-no-auto-refile-message-p): Ditto.
5870         (wl-summary-mark-as-read): Ditto.
5871         (wl-summary-mark-as-important): Ditto.
5872         (wl-summary-auto-refile): Follow the change above.
5873         (wl-summary-delete-all-marks): Removed.
5874         (wl-summary-resume-marks-and-highlight): Ditto.
5875         (wl-summary-resume-marks): Ditto.
5876         (wl-summary-delete-important-msgs-from-list): Ditto.
5877         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5878
5879         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5880         wl-summary-count-unread.
5881
5882         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5883         (wl-summary-score-update-all-lines): Use
5884         elmo-msgdb-set-mark.
5885
5886 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5887
5888         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5889         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5890         (wl-summary-create-line): Renamed from
5891         wl-summary-overview-create-summary-line;
5892         Argument rearrangement.
5893         (wl-summary-update-thread): Follow the change above.
5894
5895         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5896         (wl-thread-insert-entity-sub): Likewise.
5897
5898         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5899         argument `overview', `mark-alist' and added `msgdb'.
5900
5901         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5902
5903         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5904         (wl-summary-rescan): Follow the change above.
5905         (wl-summary-sync-update): Ditto.
5906         (wl-summary-insert-thread-entity): Ditto;
5907         Don't use `let*' in every while loop;
5908         Detect infinite loop of threads.
5909         (wl-summary-update-thread): Removed argument `overview'.
5910
5911         * wl-thread.el (wl-thread-insert-message): Ditto.
5912
5913         * Version number is increased to 2.9.10.
5914
5915         * wl-message.el (wl-message-redisplay): Ignore errors while
5916         wl-message-redisplay-hook.
5917
5918 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5919
5920         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5921
5922 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl.el (wl): inhibit-quit while wl-folder.
5925
5926 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5929         while msgdb access.
5930
5931 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5932
5933         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5934         even if no folder is not created.
5935
5936 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5939
5940         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5941         implementation.
5942         (wl-summary-target-mark-thread): Ditto.
5943
5944         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5945
5946 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5947
5948         * wl-util.el (wl-display-bytes): Remove unused function.
5949
5950 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5951
5952         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5953         seems critical one (partially reverse the change in 2002/03/17).
5954
5955 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5956
5957         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5958         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5959
5960 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5961
5962         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5963         is not writable.
5964         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5965         plugged status instead of `'force' as 2nd argument.
5966
5967         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5968         is not creatable.
5969
5970         * Version number is increased to 2.9.9.
5971
5972 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5973
5974         * wl-summary.el (wl-summary-suspend): New function.
5975
5976 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5977
5978         * wl.el (wl): Do not check variables if check is nil.
5979         * wl-utils.el (wl-collect-draft): New function.
5980         * wl-folder.el (wl-folder-suspend): Put summary buffers
5981         and draft buffers at the end of buffer list.
5982         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5983
5984 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5985
5986         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5987         loop instead of recursive call.
5988
5989         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5990         2nd argument.
5991
5992 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5993
5994         * wl-draft.el (wl-draft-create-contents): Don't take neither
5995         (function . args) nor (string . something) any more.
5996
5997         * wl-version.el (wl-generate-user-agent-string): Return string
5998         without header symbol.
5999         * wl-draft.el (wl-draft-default-headers): Use it.
6000
6001         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6002         `wl-draft-insert-ccs' and return field value instead of inserting
6003         the header. Abolish cc argument.
6004         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6005
6006         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6007         rather than one with string car.
6008
6009         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6010         * wl-draft.el (wl-draft-create-contents): Add it after the default
6011         headers.
6012
6013         * wl-draft.el (wl-draft-create-contents): For the case of
6014         (symbol-or-string . function) insert header only when the function
6015         returns string value.
6016
6017 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6018
6019         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6020         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6021
6022 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6023
6024         * wl.el (wl-check-environment): Don't check Message-ID when
6025         `wl-insert-message-id' is nil.
6026         Revive checking if `wl-message-id-domain' contains "@".
6027
6028 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6029
6030         * wl.el (wl-check-environment): Merge examination for "@" at
6031         inappropriate position into the first string-match.
6032
6033         * wl-summary.el (wl-summary-target-mark-print): New function.
6034         (wl-summary-pipe-message-subr): Extracted from
6035         `wl-summary-pipe-message'.
6036         (wl-summary-target-mark-pipe): New function.
6037         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6038         `wl-summary-target-mark-pipe'.
6039
6040 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6041
6042         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6043
6044 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6045
6046         * wl.el (wl-check-environment): Use elmo-warning instead of
6047         error for non-critical ones.
6048         Remove trash folder check.
6049         (wl): Don't ignore error in wl-check-environment.
6050
6051         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6052         check, which is moved from `wl-check-environment'.
6053         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6054
6055 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6056
6057         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6058         guess anything, call wl-summary-write.
6059         (wl-summary-write): Create draft with blank To field.
6060         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6061
6062 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6063
6064         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6065         argument full as well for wl-folder-write-current-folder.
6066         If wl-*-write-current-folder cannot guess addressee, add blank
6067         To header.
6068         Rewrite condition for positioning cursor.
6069
6070 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6071
6072         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6073         summary buffer is present, use it.
6074         (wl-folder-jump-to-previous-summary): Ditto.
6075
6076 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6079
6080         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6081         wl-summary-previous-buffer and wl-summary-next-buffer.
6082
6083         * wl-folder.el (wl-folder-mode-map): Bind
6084         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6085         (wl-folder-jump-to-next-summary): New function.
6086         (wl-folder-jump-to-previous-summary): Ditto.
6087
6088         * wl-draft.el (wl-draft): Rearranged.
6089
6090 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6091
6092         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6093         of header.
6094         (wl-draft): Collect arguments for the header as header-alist.
6095         (wl-draft-forward): Arrange arguments for wl-draft.
6096         (wl-draft-reply): Ditto.
6097         (wl-draft-edit-string): Ditto.
6098         * wl-summary.el (wl-summary-write): Ditto.
6099         (wl-summary-write-current-folder): Ditto.
6100
6101         * Version number is increased to 2.9.8.
6102
6103 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6104
6105         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6106
6107         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6108
6109         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6110         even if the guess failed.
6111
6112         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6113         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6114         wl-summary-write-current-folder.
6115         * wl-xmas.el: Ditto.
6116
6117 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6118
6119         * wl-summary.el (wl-summary-next-page): Force display message if
6120         message is not displayed yet.
6121         (wl-summary-prev-page): Ditto.
6122
6123 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6124
6125         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6126
6127 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6128
6129         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6130         add "Preview Message" and "Save Draft and Exit".
6131
6132 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6133
6134         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6135         if addrmgr is called from draft in splitted window.
6136
6137         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6138         * wl-mule.el: Ditto.
6139         * wl-xmas.el: Ditto.
6140
6141 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6142
6143         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6144
6145         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6146         * wl-xmas.el (wl-folder-toolbar): Ditto.
6147
6148 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6149
6150         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6151         and wl-draft-save-and-exit.
6152         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6153         * wl-xmas.el: Ditto.
6154         * wl-mule.el: Ditto.
6155
6156         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6157         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6158
6159 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6162         lists for saving buffer.
6163
6164 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6165
6166         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6167         parent-folder argument instead of it.
6168         (wl-draft-create-buffer): Ditto.
6169         (wl-draft-forward): Ditto.
6170         (wl-draft-reply): Ditto.
6171         * wl-summary.el (wl-summary-write): Ditto.
6172         (wl-summary-write-current-folder): Ditto.
6173
6174         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6175         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6176         Folder buffer after composing.
6177
6178 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6179
6180         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6181         header if the file `wl-x-face-file' already contains it.
6182
6183 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6186         folder" entry.
6187         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6188         * wl-e21.el (wl-folder-toolbar): Ditto.
6189         * wl-xmas.el (wl-folder-toolbar): Ditto.
6190
6191 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6192
6193         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6194         wl-folder-goto-folder with sticky argument.
6195         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6196
6197 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6200         and wl-summary-previous-buffer.
6201         (wl-summary-next-buffer): New function.
6202         (wl-summary-previous-buffer): Ditto.
6203
6204 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6205
6206         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6207         wl-folder-jump-to-current-entity-with-arg.
6208         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6209         `wl-folder-jump-to-current-entity'.
6210         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6211         `wl-summary-goto-folder-sticky'.
6212         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6213         `wl-summary-goto-folder'.
6214         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6215         Unless force-exit, do not clean temp. marks for sticky summary.
6216         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6217
6218 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6219
6220         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6221         not entire.
6222
6223 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6224
6225         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6226         to `C-x C-s'.
6227         (wl-summary-save-status): New command.
6228         (wl-summary-exit): Don't clean-up temp marks when sticky.
6229         (Applied patch from Nakayama-san [wl: 09548])
6230         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6231         Do nothing when no mark data.
6232         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6233         Call `wl-summary-delete-all-temp-marks' before saving.
6234
6235 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6236
6237         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6238
6239 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6240
6241         * wl.el (wl-check-environment): Also cause error when (system-name)
6242         returns "localhost.localdomain". (Although it doesn't affect because
6243         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6244
6245 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6246
6247         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6248         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6249
6250         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6251         value.
6252
6253 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6254
6255         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6256         Likewise r-cc-list and r-ng-list.
6257
6258 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6261         only if it is bound as variable.
6262
6263         * wl-mime.el (wl-draft-preview-message): Ditto.
6264
6265 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6268         needless `goto-char'.
6269
6270         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6271         `wl-summary-redisplay-no-mime-internal' instead of
6272         `wl-summary-redisplay-no-mime'.
6273         (wl-summary-redisplay-no-mime): Changed argument;
6274         Call `wl-summary-redisplay-no-mime-internal'.
6275
6276         * wl-mime.el (wl-draft-preview-message): Bind
6277         `mime-header-encode-method-alist' locally.
6278
6279         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6280         (wl-draft-std11-parse-addresses): Added the first address check.
6281         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6282
6283         * Version number is increased to 2.9.7.
6284
6285 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6286
6287         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6288
6289 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6290
6291         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6292         related to scrollbar support, if there is no such a feature
6293         compiled in.
6294
6295 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6296
6297         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6298         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6299         for prefetch.
6300
6301 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6302
6303         * wl-summary.el (wl-summary-pick): Fix for no match.
6304
6305 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6306
6307         * wl-draft.el (wl-draft-save):
6308         Override `mime-header-encode-method-alist'.
6309
6310 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6311
6312         * wl-folder.el (wl-folder-pick): New function.
6313         Define key as "?".
6314
6315 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6316
6317         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6318         Fix for unplugged.
6319
6320 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6321
6322         * wl-folder.el (wl-folder-virtual): New function.
6323         Define key as "V".
6324
6325 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6326
6327         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6328         multi folder if entity is group.
6329
6330 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6331
6332         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6333         is nil.
6334
6335 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6336
6337         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6338         (wl-summary-target-mark-msgs): Return the number of marked messages.
6339
6340 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6341
6342         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6343         "first:" is specified.
6344
6345 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6346
6347         * wl-vars.el (wl-from): Use return value of function
6348         user-full-name instead of the variable user-full-name since
6349         XEmacs-20.4 doesn't set this variable.
6350
6351 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6352
6353         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6354         call `wl' directly.
6355
6356 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6357
6358         * wl-draft.el (wl-draft-reedit): Removed duplicated
6359         switch-to-buffers.
6360
6361 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * wl.el (wl-other-frame): Removed garbages.
6364
6365 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6366
6367         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6368
6369         * wl-xmas.el (wl-draft-key-setup): Ditto.
6370
6371         * wl-mule.el (wl-draft-key-setup): Ditto.
6372
6373         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6374         (wl-draft-reedit): Ditto.
6375         (wl-draft-prepare-edit): Add `wl-draft-save' to
6376         `local-write-file-hooks'.
6377         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6378         (wl-draft-reedit): Set buffer-file-name.
6379         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6380
6381
6382         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6383         call it.
6384         (wl-delete-startup-frame-function): New variable.
6385         (wl-other-frame): New function
6386         (Original was written by Yamaoka san [wl: 09239]).
6387
6388         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6389         if `wl-folder-use-frame'.
6390
6391 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6392
6393         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6394
6395 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6396
6397         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6398         New variable.
6399         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6400         (wl-message-buffer-prefetch-get-next): Use them.
6401         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6402
6403 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6406         with unwind-protect.
6407
6408         * wl-draft.el (wl-draft-reedit): Rewrite.
6409         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6410         (wl-draft-save): Insert header separator if it does not exist;
6411         Removed condition-case.
6412
6413         * wl-summary.el (wl-summary-reedit): Revert last change.
6414
6415         * wl-draft.el (wl-draft-save): Rewrite.
6416         (wl-draft-create-buffer): Set buffer-file-name as nil.
6417
6418         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6419
6420         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6421
6422         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6423         nil.
6424
6425 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6426
6427         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6428         If count is nil, do not prefetch.
6429         (wl-message-buffer-prefetch-next): Next.
6430
6431 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6432
6433         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6434
6435 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6436
6437         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6438         `delete-backward-char'
6439         (wl-draft-prepare-edit): Check major-mode.
6440         (wl-draft-decode-header): Rewrite.
6441         (wl-draft): Fix.
6442
6443 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6444
6445         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6446
6447 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6448
6449         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6450         (wl-message-buffer-prefetch-get-next): Remove size checking.
6451         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6452
6453 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6454
6455         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6456         (wl-draft-default-headers): Fix.
6457
6458 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6459
6460         * wl-draft.el (wl-draft-default-headers): Insert return value of
6461         `wl-generate-mailer-string-function'.
6462
6463 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6466         (wl-draft-insert-mail-header-separator): Ditto.
6467
6468         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6469         again (Reverted the change on 2002-01-17 by OKADA san).
6470
6471 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6472
6473         * wl-draft.el (wl-draft): Rewrite.
6474         (wl-draft-create-buffer): New function.
6475         (wl-draft-create-contents): Ditto.
6476         (wl-draft-prepare-edit): Ditto.
6477         (wl-draft-decode-header): Ditto.
6478         (wl-draft-decode-body): Ditto.
6479         (wl-draft-check-new-line): Ditto.
6480         (wl-draft-default-headers): Ditto.
6481         (wl-draft-insert-mail-header-separator): Ditto.
6482
6483 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6484
6485         * Version number is increased to 2.9.6.
6486
6487 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6488
6489         * wl-draft.el (wl-draft-delete-field): Optional argument.
6490         (wl-draft-delete-fields): Ditto.
6491
6492 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6493
6494         * wl-message.el (toplevel): Eliminated byte-compile warning.
6495         for `itimer-function', `delete-timer' and `itimer-list'.
6496
6497 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6498
6499         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6500         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6501         `wl-message-buffer-prefetch-threshold'.
6502         * wl-summary.el (wl-summary-redisplay-internal): Remove
6503         the check of `wl-message-buffer-prefetch-depth'.
6504
6505 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6506
6507         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6508         size of article.
6509         (wl-message-buffer-prefetch-subr): Remove size check.
6510
6511 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6512
6513         * wl-vars.el (wl-plugged): Make customizable.
6514
6515 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6518         (wl-message-buffer-prefetch-set-timer): New function.
6519         (wl-message-buffer-prefetch-get-next): New function.
6520         (wl-message-buffer-prefetch): New function.
6521         (wl-message-buffer-prefetch-next): Rewrite.
6522         (wl-message-buffer-prefetch-subr): Rewrite.
6523         * wl-vars.el (wl-auto-prefetch-first): New variable.
6524         * wl-summary.el (wl-summary-goto-folder-subr): Call
6525         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6526
6527 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6530         `wl-summary-unread-message-hook'.
6531
6532 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6535         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6536         if range is `cache-status'.
6537
6538 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6539
6540         * wl-message.el (wl-message-buffer-prefetch-subr):
6541         Improve debug message.
6542
6543 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6544
6545         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6546         `wl-mail-send-pre-hook'.
6547         (wl-draft-send-mail-with-qmail): Ditto.
6548         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6549
6550 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6551
6552         * wl-message.el (wl-message-buffer-prefetch-subr):
6553         Fix for cancel-function-timers bug.
6554         (wl-message-buffer-prefetch-debug): Default value is t.
6555
6556 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6557
6558         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6559         (wl-message-buffer-prefetch-subr): Rewrite.
6560         Rename from `wl-message-buffer-prefetch'.
6561
6562 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6563
6564         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6565         (wl-default-draft-cite-decorate-author): Ditto.
6566
6567         * wl-draft.el (wl-draft-cite-function): Removed.
6568         (wl-default-draft-cite-decorate-author): Ditto.
6569
6570 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6571
6572         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6573         (wl-default-draft-cite): Do not arrange author name if the value of
6574         `wl-default-draft-cite-decorate-author' is nil.
6575
6576 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6577
6578         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6579
6580         * wl-folder.el (wl-folder-check-one-entity): Don't care
6581         `elmo-folder-use-flag-p'.
6582
6583 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6584
6585         * wl-folder (wl-folder-check-one-entity): Fix
6586         problem if unread is nil.
6587
6588 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6589
6590         * wl-address.el (wl-address-make-completion-list): Check whether
6591         the address is a group list.
6592         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6593
6594 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6595
6596         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6597         The number of the messages of new and unread does not count
6598         correctly.
6599
6600         * wl-summary.el (wl-summary-count-unread): Changed to return
6601         `(new . unread)' instead of total.
6602         (wl-summary-sync-update): Follow the change above.
6603
6604         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6605
6606 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6607
6608         * wl-address.el (wl-address-make-completion-list): Do not enclose
6609         address by " <" and ">" if associated realname is "".
6610         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6611         This is against the promblem with group list in .addresses pointed
6612         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6613
6614 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6615
6616         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6617         message is a format control string.
6618         * wl-expire.el (wl-expire-append-log): Ditto.
6619         * wl-mime.el (wl-summary-burst-subr): Ditto.
6620         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6621         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6622
6623 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6626         wl.el (wl-check-variables): Rename from `wl-check-type'.
6627         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6628         (wl-check-variables-2): New function.
6629         (wl): Call `wl-check-variables-2'.
6630
6631 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6632
6633         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6634         after renaming folder in access group.
6635
6636 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6639         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6640         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6641         (wl-message-buffer-prefetch): Rewrite.
6642         (wl-message-buffer-prefetch-idle-time): Removed.
6643         * wl-summary.el (wl-summary-redisplay-internal):
6644         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6645         Error check for `wl-message-buffer-prefetch-depht'.
6646
6647 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * Version number is increased to 2.9.5.
6650         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6651
6652 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6653
6654         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6655         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6656         Based on the patch written by
6657         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6658
6659 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-draft.el (wl-draft-raw-send): Fix for
6662         `wl-news-send-pre-hook'
6663
6664 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6665
6666         * wl-utils.el (wl-message-id-function): New variable.
6667         * wl-draft.el (wl-draft-insert-required-fields):
6668         Use `wl-message-id-function'.
6669
6670 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6671
6672         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6673         * wl-utils.el (wl-draft-make-message-id-string):
6674         Use `wl-from' for domain part of Message-ID
6675         if `wl-message-id-use-wl-from' if non-nil.
6676         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6677
6678 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6679
6680         * wl.el (wl): Call `wl-check-type'
6681         Do not 'condition-case'.
6682
6683 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6684
6685         * wl.el (wl-check-type): New function.
6686         (wl-check-type-variables): New variable.
6687
6688 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6689
6690         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6691
6692 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6693
6694         * wl-draft.el (wl-smtp-password-key): New function.
6695         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6696         (wl-draft-send-mail-with-smtp): Ditto.
6697         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6698
6699 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6700
6701         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6702         * wl-utils.el (wl-unique-id-suffix): Remove.
6703
6704 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6705
6706         * Version number is increased to 2.9.4.
6707
6708 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6709
6710         * wl-utils.el (wl-unique-id-suffix): New variable.
6711         (wl-unique-id): Use `wl-unique-id-suffix'
6712
6713 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6714
6715         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6716         instead of `elmo-msgdb-search'.
6717
6718         * Version number is increased to 2.9.3.
6719
6720 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6721
6722         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6723
6724 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6725
6726         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6727         (wl-draft-dispatch-message): Changed for send-later.
6728         (wl-draft-queue-flush): Ditto.
6729         (wl-draft): Clear `wl-sent-message-queued'.
6730         (wl-draft-reedit): Ditto.
6731         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6732         * wl-vars.el (wl-draft-force-queuing): New variable.
6733         (wl-draft-force-queuing-mail): New variable.
6734         (wl-draft-force-queuing-news): New variable.
6735
6736 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6737
6738         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6739         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6740
6741 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6742
6743         * Version number is increased to 2.9.2.
6744
6745 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6746
6747         * wl-draft.el (wl-draft-elide-region): New user command.
6748         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6749
6750         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6751         command `wl-draft-elide-region'.
6752         * wl-mule.el: Ditto.
6753         * wl-xmas.el: Ditto.
6754
6755 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6756
6757         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6758         (wl-biff-check-folder-async): Removed needless let.
6759
6760 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6761
6762         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6763         wl-folder-get-elmo-folder.
6764         (wl-biff-check-folder): Set `biff' argument of
6765         `wl-folder-check-one-entity'.
6766         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6767
6768         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6769         (wl-folder-check-one-entity): Added `biff' argument;
6770         Setup `biff' slot of folder.
6771
6772         * Version number is increased to 2.9.1.
6773
6774 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6777         comment out and fixed.
6778         (wl-fldmgr-add-completion-subr): Ditto.
6779
6780         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6781         and msgdb.
6782
6783         * wl.el (wl-toggle-plugged): Save summary view.
6784
6785 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6786
6787         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6788
6789 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6790
6791         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6792
6793 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6794
6795         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6796         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6797         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6798
6799         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6800         if it was failed.
6801         (wl-demo): Disable undo in the demo buffer.
6802
6803 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6804
6805         * wl-version.el (wl-version): Changed codename.
6806
6807         * Version number is increased to 2.9.0.
6808
6809 2001-12-14  Takuo KITAME <kitame@northeye.org>
6810
6811         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6812         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6813         (wl-folder-mark-as-read-all-current-entity): Ditto.
6814
6815 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-vars.el (wl-from-width): Define as obsolete variable.
6818         (wl-subject-length-limit): Ditto.
6819
6820         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6821
6822         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6823         wl-summary-save-view.
6824
6825         * wl.el (wl-save-status): Ditto.
6826         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6827
6828         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6829         (wl-summary-exit): Follow the change above.
6830         (wl-summary-goto-folder-subr): Ditto.
6831
6832         * wl-folder.el (wl-folder-create-subr): Don't use
6833         `elmo-folder-creatable-p'.
6834
6835 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6836
6837         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6838
6839 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6840
6841         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6842         rather than bitmap on Emacs 21.
6843         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6844         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6845         for xbm if the new redisplay engine is not available.
6846
6847 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl-folder.el (wl-folder-init-hook): New hook.
6850         (wl-folder-init): Run `wl-folder-init-hook'.
6851
6852 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6853
6854         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6855
6856 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-acap.el (wl-acap-cache-filename): New variable.
6859         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6860         (wl-acap-init): Use cache if no ACAP server found.
6861
6862 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6863
6864         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6865         `wl-acap-original-msgdb-dir'.
6866
6867         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6868         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6869
6870         * wl-mime.el (wl-mime-save-directory): Renamed from
6871         `wl-mime-save-dir'.
6872
6873 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6874
6875         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6876
6877         * wl-demo.el: Require `path-util'.
6878         (wl-demo-bitmap-mule-available-p): New internal variable.
6879         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6880         `module-installed-p' instead.
6881         (wl-demo-insert-image): Use *.img file for a bitmap image.
6882         (wl-demo): Don't call the ascii demo recursively.
6883
6884 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6885
6886         * Version number is increased to 2.7.7.
6887
6888 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl.el (wl-exit): Eliminated byte-compile warning.
6891
6892 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6893
6894         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6895         obsolete variable using `elmo-define-obsolete-variable'.
6896         (wl-fetch-confirm-threshold): Ditto.
6897         (wl-cache-prefetch-folder-type-list): Ditto.
6898         (wl-cache-prefetch-folder-list): Ditto.
6899
6900 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6903         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6904         (wl-demo-insert-image): New function.
6905         (wl-demo-insert-text): New function.
6906         (wl-demo-image-type-alist): Redefine as a function.
6907         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6908         (wl-demo-with-temp-file-buffer): Removed.
6909         (wl-logo-xpm): Removed.
6910         (wl-logo-xbm): Removed.
6911         (wl-logo-bitmap): Removed.
6912
6913 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6914
6915         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6916         (wl-expire-localdir-get-folder-function): New user option.
6917         (wl-expire-localdir-get-folder): New function.
6918         (wl-expire-localdir-date): Ditto.
6919
6920 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6921
6922         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6923         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6924         Fixed unread number mismatch when all-unread < unread.
6925
6926 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6927
6928         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6929         (wl-fetch-confirm-threshold): Ditto.
6930
6931         * wl-summary.el (wl-summary-confirm-appends): Removed.
6932         (wl-summary-sync-update): Don't refer
6933         `wl-summary-update-confirm-threshold' (It is now abolished).
6934
6935         * wl-message.el (wl-message-display-internal): Don't refer
6936         `wl-fetch-confirm-threshold' (It is now abolished).
6937
6938 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6941
6942 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6943
6944         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6945         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6946         Change default value to nil.
6947         (wl-summary-indent-length-limit): The value can be nil, nil means
6948         unlimited.
6949
6950         * wl-summary.el: Don't set limit for indent length if the value of
6951         wl-summary-indent-length-limit is nil.
6952         If the value of wl-summary-width is nil, it means only that the width
6953         of summary is unlimited (nil doesn't mean that the indent length is
6954         unlimited).
6955
6956         * wl-thread.el: Ditto.
6957
6958 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6959
6960         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6961         be nil, nil means never confirm.
6962         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6963
6964 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6965
6966         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6967         means unlimited).
6968
6969 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6970
6971         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6972         Use `with-temp-buffer'.
6973
6974 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6975
6976         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6977         with new backquote style).
6978         (wl-folder-get-entity-from-buffer): Ditto.
6979
6980 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6981
6982         * wl-version.el (nemacs-version): Eliminated.
6983         (wl-extended-emacs-version2): Ignore nemacs.
6984         (wl-extended-emacs-version3): Ditto.
6985
6986 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6987
6988         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6989         (wl-draft-add-in-reply-to): New variable.
6990         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6991         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6992         (wl-draft-yank-from-mail-reply-buffer): Use
6993         `wl-draft-add-in-reply-to'.
6994         (wl-draft-insert-current-message): Ditto.
6995
6996 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6997
6998         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6999         typo (kill->hide).
7000         (wl-message-buffer-prefetch-folder-type-list): Added elements
7001         `mark' and `cache' instead of `internal'.
7002
7003 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7006         resume msgdb directory.
7007
7008 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7009
7010         * wl.el (wl-exit): Call `wl-acap-exit'.
7011
7012         * wl-summary.el (wl-summary-message-string): New function.
7013         (wl-summary-reedit): Use it.
7014         (wl-summary-resend-bounced-mail): Remove needless let.
7015         (wl-summary-supersedes-message): Ditto.
7016         (wl-summary-save): Ditto.
7017
7018         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7019         (wl-acap-init): Set it.
7020         (wl-acap-exit): New function.
7021
7022 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7023
7024         * wl.el (wl-init): Revert (require 'mime-setup). move from
7025         toplevel.
7026
7027 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7028
7029         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7030         local variables.  Add error when guess function return invalid
7031         value.
7032
7033 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7034
7035         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7036         Change local variable name.
7037         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7038         (wl-folder-get-newsgroups): Return nil when non-news folder.
7039         * wl-summary.el (wl-summary-write-current-folder): State through
7040         when guess-list return nil.
7041         (wl-summary-write-current-folder-functions): Fixed docstring.
7042
7043         * wl.el (wl-exit): Changed confirm message.
7044
7045         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7046         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7047
7048         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7049
7050 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7051
7052         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7053         user option (Renamed from wl-cache-prefetch-folder-type-list).
7054         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7055         from wl-cache-prefetch-folder-list).
7056
7057         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7058         Move to wl-vars.el.
7059         (wl-message-buffer-prefetch-p): Changed to enable
7060         `wl-message-buffer-prefetch-folder-list'.
7061
7062         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7063         `ignore-cache'.
7064
7065 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7066
7067         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7068         `part-top' and `part-bottom'.
7069         (wl-draft-config-sub-part-top): New function.
7070         (wl-draft-config-sub-part-bottom): New function.
7071
7072 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7073
7074         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7075
7076 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7077
7078         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7079
7080 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7081
7082         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7083
7084         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7085         (wl-summary-write-current-folder): Ditto.
7086
7087 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-folder.el (wl-folder-get-newsgroups): Use
7090         `elmo-folder-newsgroups'.
7091
7092 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7093
7094         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7095         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7096         `wl-draft-config-sub-header-bottom'.
7097
7098 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7099
7100         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7101         localnews folder.
7102
7103 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7104
7105         * wl-summary.el (wl-summary-mode): Undo last change.
7106
7107         * wl-folder.el (wl-folder-mode): Ditto.
7108
7109 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7110
7111         * wl-summary.el (wl-summary-mode): Locally set
7112         truncate-partial-window-width to nil.
7113         (for XEmacs)
7114
7115         * wl-folder.el (wl-folder-mode): Ditto.
7116
7117 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7118
7119         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7120
7121 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7124         number.
7125
7126         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7127
7128         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7129
7130         * Version number is increased to 2.7.6.
7131
7132 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7133
7134         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7135
7136 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7137
7138         * wl-summary.el (wl-summary-sync-update): Enclose network
7139         related portion with `unwind-protect'.
7140
7141 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7142
7143         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7144
7145 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7146
7147         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7148         element.
7149         * wl-vars.el (wl-message-body-button-alist): Ditto.
7150
7151         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7152         max match length.
7153         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7154
7155         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7156         for the max match length;
7157         Use 4th element value for the button string regexp group.
7158
7159         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7160         candidate exists, prompt to select.
7161
7162 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7163
7164         * wl-summary.el (wl-summary-jump-to-msg): Search before
7165         calibration point by `beginning-of-line'.
7166
7167 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7168
7169         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7170         for access group.
7171
7172 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-message.el (wl-message-display-internal): Bind
7175         `default-mime-charset'.
7176
7177         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7178
7179         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7180
7181         * Version number is increased to 2.7.5.
7182
7183 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7184
7185         * wl-expire.el (wl-summary-archive): Fixed;
7186         Use `elmo-folder-name-internal'.
7187
7188 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7189
7190         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7191         from `elmo-folder-move-messages' caller.
7192         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7193
7194         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7195         related portions are changed).
7196
7197 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7198
7199         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7200         counter.
7201
7202 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7203
7204         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7205         buffer local and set it to nil.
7206
7207         * wl-message.el (wl-message-redisplay): Ditto.
7208
7209 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7210
7211         * wl-summary.el (wl-summary-mark-as-important): If message is
7212         already cached, set messag as read, otherwise encache and mark as read.
7213
7214 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7215
7216         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7217         point-min.
7218
7219 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7220
7221         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7222         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7223         a keymap.
7224
7225 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7226
7227         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7228         parent.
7229
7230         * wl-mule.el (wl-message-define-keymap): Ditto.
7231
7232         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7233
7234         * wl-xmas.el (wl-message-display-internal-hook): Define.
7235         (wl-xmas-setup-message-toolbar): Define as function.
7236         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7237         (wl-message-overload-functions): Abolished.
7238         (wl-message-define-keymap): New function.
7239
7240         * wl-vars.el (wl-message-display-internal-hook): New variable.
7241         (wl-message-header-button-alist): New variable (Renamed from
7242         wl-highlight-message-header-button-alist).
7243         (wl-message-body-button-alist): Ditto.
7244
7245         * wl-mule.el (wl-message-define-keymap): New function.
7246         (wl-message-overload-functions): Abolished.
7247
7248         * wl-message.el (wl-message-add-buttons-to-body): New function.
7249         (wl-message-redisplay): Don't call wl-message-overload-functions;
7250         Call wl-message-add-buttons-to-header and
7251         wl-message-add-buttons-to-body.
7252         (wl-message-display-internal): Set keymap argument for
7253         elmo-mime-display-as-is, elmo-mime-message-display;
7254         Run wl-message-display-internal-hook.
7255         (wl-message-refer-article-or-url): Abolished.
7256
7257         * wl-highlight.el (wl-highlight-headers): Don't call
7258         wl-highlight-message-add-buttons-to-header.
7259         (wl-highlight-message-add-buttons-to-header): Abolished.
7260
7261
7262         * wl-e21.el (wl-message-display-internal-hook): Define.
7263         (wl-e21-setup-toolbar): Deleted duplicated binding.
7264         (wl-e21-setup-message-toolbar): Define as function.
7265         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7266         (wl-message-define-keymap): New function.
7267         (wl-message-overload-functions): Abolished.
7268
7269 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7270
7271         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7272         and elmo-folder-close.
7273
7274         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7275
7276 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7277
7278         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7279         boolean value.
7280         * wl-draft.el (wl-draft-do-fcc): Ditto.
7281
7282 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7283
7284         * wl-vars.el (wl-fcc-force-as-read): New variable.
7285         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7286         mark copied message as read.
7287
7288 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7289
7290         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7291
7292 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7293
7294         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7295         `wl-summary-target-above' instead of obsolete variable
7296         `wl-summary-temp-above'.
7297
7298         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7299         instead of `make-obsolete-variable'.
7300         * wl-refile.el (toplevel): Ditto.
7301
7302 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7305         with third argument t.
7306         (wl-draft): Set first argument for wl-plugged-init as t.
7307
7308         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7309         definition.
7310
7311 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7312
7313         * wl-vars.el: Tabify.
7314         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7315
7316         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7317         message.
7318
7319 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7320
7321         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7322         and set default to beep.
7323
7324 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7325
7326         * wl-vars.el (wl-draft-truncate-lines): New variable.
7327
7328         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7329         instead of wl-message-truncate-lines for truncate-lines.
7330
7331 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7332
7333         * wl-message.el (wl-message-display-internal): Call
7334         `wl-highlight-message' after `elmo-mime-display-as-is'.
7335
7336         * wl-mime.el (wl-mime-display-text/plain): New function.
7337         (wl-mime-display-header): Ditto.
7338         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7339         body-presentation-method for text/plain;
7340         Register `wl-mime-display-header' as a header-presentation-method;
7341         Don't set up `elmo-message-text-content-inserted-hook' and
7342         `elmo-message-header-inserted-hook'.
7343
7344         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7345         variable.
7346         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7347         as t if flag is 'all-header;
7348         Don't bind `elmo-message-ignored-field-list',
7349         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7350
7351 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7352
7353         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7354         for xemacs with non-mule environment.
7355
7356 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7357
7358         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7359         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7360         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7361
7362 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7363
7364         * wl-vars.el (wl-interactive-send): Set default value as t.
7365
7366 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7367
7368         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7369         (wl-addrmgr-method-list): Abolished.
7370         (wl-addrmgr-change-method): Follow above change.
7371
7372         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7373
7374 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7375
7376         * wl-vars.el (wl-message-truncate-lines): Change default value
7377         to default-truncate-lines.
7378
7379         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7380
7381 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7382
7383         * wl-vars.el (wl-message-truncate-lines): New variable.
7384
7385         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7386         wl-message-truncate-lines.
7387
7388 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7389
7390         * wl-acap.el (wl-acap-init): Remove period from error message.
7391         (wl-acap-find-acap-service): Remove period from message.
7392
7393 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl.el (wl-check-environment): Undo last change.
7396
7397         * wl-vars.el (wl-from): Changed default value.
7398
7399         * wl-util.el (toplevel): Don't require tm-edit.
7400
7401         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7402         `wl-folder-init';
7403         Don't set mark on mail body.
7404         (wl-draft-reedit): Ditto.
7405
7406         * wl-address.el (wl-address-quote-specials): Define as an alias for
7407         elmo-address-quote-specials.
7408
7409 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7410
7411         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7412
7413         * wl-vars.el (wl-from): Set default value as nil.
7414         (wl-organization): Set default value as ORGANIZATION environment
7415         variable.
7416
7417         * wl-draft.el (wl-smtp-extension-bind): Check value of
7418         wl-smtp-connection-type.
7419
7420         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7421         error.
7422
7423 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7424
7425         * Version number is increased to 2.7.4.
7426
7427         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7428         arguments from `wl-highlight-x-face-function' caller.
7429         Use x-face-1.3.6.12 or later.
7430
7431 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7432
7433         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7434
7435 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7436
7437         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7438         (wl-fcc): Fix to accept function.
7439         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7440
7441 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7442
7443         * wl-acap.el (toplevel): Added `product-provide' declare.
7444         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7445
7446 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl.el (wl): Changed order of calling `elmo-init'
7449         and `elmo-folder-init'.
7450
7451 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7452
7453         * wl-mime.el (wl-summary-burst): Extract message when content-type
7454         of root entity is not only `multipart' but also `message/rfc822'.
7455         (wl-summary-burst-subr): Ditto.
7456
7457 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-vars.el (toplevel): Require 'custom.
7460         (wl-trash-folder): Added to `wl-setting' group.
7461
7462         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7463         exists.
7464         (wl-addrmgr-draw): Insert empty line when no entry exists.
7465
7466         * wl-mule.el (wl-message-wheel-up): Fixed.
7467         (wl-message-wheel-down): Ditto.
7468
7469 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7470
7471         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7472         config is an anonymous lambda expression.
7473
7474 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7475
7476         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7477         when Mule 2 is running.
7478
7479 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7480
7481         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7482
7483 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7484
7485         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7486         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7487
7488         * wl-address.el (wl-address-specials-regexp): Eliminated.
7489         (wl-address-quote-specials): Rewrite.
7490
7491 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7494         shy-groups for regexp.
7495
7496         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7497         character classes and Perl style shy-groups for regexp.
7498         (wl-highlight-plugged-current-line): Use Posix style character
7499         classes for regexp.
7500         (wl-e21-highlight-folder-by-numbers): Ditto.
7501         (wl-e21-display-image-p): Use `display-images-p' instead of
7502         `display-graphic-p'.
7503         (display-images-p): Make an alias to `display-graphic-p' if it is
7504         not available.  It is for Emacs version prior to 21.0.105.
7505
7506         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7507         `display-graphic-p'.
7508         (wl-demo-image-type-alist): Ditto.
7509         (display-images-p): Make an alias to `display-graphic-p' if it is
7510         not available.  It is for Emacs version prior to 21.0.105.
7511
7512 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7513
7514         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7515         support.
7516         (wl-generate-user-agent-string): Ditto.
7517
7518         * wl-version.el (wl-version): Update docsting.
7519         (wl-version-status): Ditto.
7520
7521 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7522
7523         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7524         21.0.105.  For Emacs 21.0.104 or earlier.
7525
7526 2001-09-03  Takuo KITAME <kitame@northeye.org>
7527
7528         * wl-e21.el (wl-plugged-init-icons): Use
7529         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7530         (wl-biff-init-icons): Ditto.
7531
7532 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-highlight.el (wl-highlight-summary-current-line):
7535         Fixed highlighting refile/copy destination.
7536
7537         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7538         (wl-acap-store): Encode string by wl-acap-coding-system.
7539
7540 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7541
7542         * wl-acap.el (toplevel): Check and require 'un-define before
7543         'xemacs-ucs;
7544          Added checking for UTF-2000.
7545
7546 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7549         Don't enclose with `eval-and-compile'.
7550
7551         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7552         wl-init is non-nil.
7553
7554         * wl-draft.el (wl-draft): Ditto.
7555
7556         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7557
7558         * wl-acap.el (toplevel): Require 'wl.
7559         (wl-acap-store): Call `elmo-init'.
7560
7561         * wl.el (wl): Changed position of `wl-check-environment'.
7562         (toplevel): Added autoload setting for wl-acap.
7563
7564         * wl-vars.el (wl-setting): New custom group.
7565         (wl-from): Added wl-setting group.
7566         (wl-user-mail-address-list): Ditto.
7567         (wl-organization): Ditto.
7568         (wl-subscribed-mailing-list): Ditto.
7569         (wl-envelope-from): Ditto.
7570         (wl-smtp-posting-user): Ditto.
7571         (wl-smtp-posting-server): Ditto.
7572         (wl-smtp-posting-port): Ditto.
7573         (wl-smtp-authenticate-type): Ditto.
7574         (wl-pop-before-smtp-user): Ditto.
7575         (wl-pop-before-smtp-server): Ditto.
7576         (wl-pop-before-smtp-port): Ditto.
7577         (wl-pop-before-smtp-authenticate-type): Ditto.
7578         (wl-nntp-posting-server): Ditto.
7579         (wl-nntp-posting-user): Ditto.
7580         (wl-nntp-posting-port): Ditto.
7581         (wl-fetch-confirm-threshold): Ditto.
7582         (wl-prefetch-threshold): Ditto.
7583         (wl-thread-insert-opened): Ditto.
7584         (wl-ldap-server): Ditto.
7585         (wl-ldap-port): Ditto.
7586         (wl-ldap-base): Ditto.
7587         (wl-ldap-objectclass): Ditto.
7588         (wl-use-ldap): Ditto.
7589         (wl-draft-config-alist): Ditto.
7590         (wl-draft-config-matchone): Ditto.
7591         (wl-template-alist): Ditto.
7592         (wl-message-sort-field-list): Ditto.
7593         (wl-message-ignored-field-list): Ditto.
7594         (wl-message-visible-field-list): Ditto.
7595         (wl-interactive-send): Ditto.
7596         (wl-summary-move-order): Ditto.
7597         (wl-auto-select-first): Ditto.
7598         (wl-auto-select-next): Ditto.
7599         (wl-interactive-save-folders): Ditto.
7600
7601         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7602         Initialization codes are moved from wl-local-folder-init.
7603         (wl-local-folder-init): Follow the change above.
7604         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7605
7606         * wl-acap.el: New file.
7607
7608         * Version number is increased to 2.7.3.
7609
7610 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7611
7612         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7613
7614 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7615
7616         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7617         (wl-addrmgr-address-entry-list): Ditto.
7618
7619 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7620
7621         * wl-e21.el (wl-draft-mode-map): Removed binding for
7622         `wl-draft-insert-x-face-field'.
7623
7624         * wl-mule.el (wl-draft-mode-map): Ditto.
7625
7626         * wl-xmas.el (wl-draft-mode-map): Ditto.
7627
7628         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7629         (wl-cs-autoconv): Ditto.
7630         (wl-cs-local): Ditto.
7631         (wl-use-scoring): Ditto.
7632         (wl-mime-charset): Ditto.
7633         (wl-folder-check-async): Ditto.
7634
7635         * wl.el (toplevel): Ignore nemacs and tm.
7636         (wl-exit): Ditto.
7637
7638         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7639         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7640         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7641         instead of wl-address-petname-add-or-change.
7642         (wl-summary-edit-addresses-subr): Use wl-address-delete
7643         instead of wl-address-petname-delete.
7644
7645         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7646
7647         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7648         if error occured.
7649
7650         * wl-message.el (require): Remove tm support.
7651
7652         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7653
7654         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7655         (wl-folder-jump-to-current-entity): Ditto.
7656         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7657
7658         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7659         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7660         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7661
7662         * wl-mule.el (wl-draft-key-setup): Ditto.
7663
7664         * wl-xmas.el (wl-draft-key-setup): Ditto.
7665
7666         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7667         (wl-draft-std11-parse-addresses): New function.
7668         (wl-draft-parse-mailbox-list): Use it.
7669         (wl-draft): Ignore nemacs.
7670         (wl-draft-reedit): Ditto.
7671
7672         * wl-addrmgr.el: New file.
7673         (Original is wl-rcpt.el written by
7674         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7675         Thanks Kitamoto-san.)
7676
7677         * wl-address.el (wl-address-make-address-list): Modified parsing
7678         process.
7679         (wl-address-delete): Renamed from `wl-address-petname-delete';
7680         Modify wl-address-list too.
7681         (wl-address-add-or-change): Renamed from
7682         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7683
7684 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7685
7686         * wl-highlight.el (wl-highlight-summary-current-line):
7687           Work with transient-mark-mode
7688
7689 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7690
7691         * Version number is increased to 2.7.2.
7692
7693         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7694         instead of elmo-dop-queue-method.
7695
7696 2001-08-06  SAITO Atsunori <sai@yedo.com>
7697
7698         * wl-vars.el (wl-ldap-objectclass): New user option.
7699
7700         * wl-address.el (wl-ldap-make-filter): Use it.
7701
7702 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7705
7706 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7707
7708         * wl-folder.el (wl-folder): redisplay after folder insertion.
7709
7710         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7711
7712         * wl-summary.el (wl-summary-sync-update):
7713         Change status mark only when new-msgdb exists.
7714         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7715
7716 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7717
7718         * wl-summary.el (wl-summary-open-folder): New function.
7719         (wl-summary-goto-folder-subr): Use it.
7720         (wl-summary-mark-as-important): Fix;
7721         Encache only when no cache exists.
7722
7723 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7726         Use with-current-buffer.
7727
7728 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7729
7730         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7731         before call `get-buffer'. Fixed parenthesis.
7732         (wl-score-get-header-entry): Clear message and help window when
7733         keyboard quit.
7734         (wl-score-edit-insert-header): Ditto.
7735
7736 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7737
7738         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7739         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7740         (wl-default-draft-cite): Fix.
7741
7742         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7743         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7744
7745 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-message.el (wl-message-prev-page): Do same bahavior
7748         as summary when it is called in the message buffer.
7749         (wl-message-next-page): Ditto.
7750
7751 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7752
7753         * wl-summary.el (wl-summary-forward): Use cache if it is not
7754         section cache.
7755
7756 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7759         Removed redundant require of elmo-vars.
7760         (wl-biff-state-indicator-on): Changed default value for
7761         xemacs with non-mule environment.
7762
7763         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7764         wl-message-buffer is nil;
7765         Hide progress bar after moving messages.
7766
7767 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7768
7769         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7770         message at cursor point is deleted.
7771
7772 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl-vars.el: Changed file coding system to euc-japan.
7775         Added -*-coding:-*- magic to the first line.
7776
7777         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7778         Search parent from the first message.
7779
7780         * Version number is increased to 2.7.1.
7781
7782 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7783
7784         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7785
7786 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7787
7788         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7789         refile/delete execution.
7790
7791         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7792         Fixed docstring.
7793
7794 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7795
7796         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7797         do update process;
7798         Don't update marks when update process is interrupted.
7799
7800 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7801
7802         * wl-summary.el (wl-summary-reply): Fixed problem when
7803         wl-draft-use-frame is non-nil.
7804         (wl-summary-forward): Ditto.
7805
7806         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7807         as nil.
7808         (wl-folder-mark-as-read-all-entity): Ditto.
7809         (wl-folder-prefetch-entity): Ditto.
7810
7811         * wl.el (wl): Check environment before wl-init.
7812
7813         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7814         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7815         instead of wl-summary-collect-unread.
7816         (wl-summary-reply): Split message window.
7817
7818 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7819
7820         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7821         only if current language environment is japanese,
7822
7823         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7824         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7825         (wl-folder-goto-folder-subr): Ditto.
7826
7827         * wl-draft.el (wl-draft-dispatch-message): Call
7828         `elmo-file-cache-get-path'.
7829
7830 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-summary.el (wl-summary-cursor-move): If return value of
7833         wl-summary-next-message is not number, don't jump.
7834
7835 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-summary.el (wl-summary-buffer-next-message-function): New
7838         variable.
7839         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7840         if it is bound.
7841
7842         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7843         string.
7844
7845         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7846         (wl-plugged-drawing): Ditto.
7847
7848 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7849
7850         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7851         process.
7852         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7853         with unwind-protect.
7854
7855         * wl.el (wl-init): Require mime-setup.
7856         (wl-check-environment): Don't require mime-setup.
7857
7858         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7859         instead of elmo-folder-type.
7860
7861         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7862         value as nil.
7863
7864 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7865
7866         * Version number is increased to 2.7.0.
7867
7868         * wl-version.el (wl-version): Changed codename.
7869
7870         * wl-summary.el (wl-summary-delete-cache): Fixed.
7871
7872         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7873         Workaround for net folders.
7874         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7875
7876         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7877         value to nil (According to the patch from
7878         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7879
7880         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7881         of elmo-folder-close.
7882
7883 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7884
7885         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7886         for postfix.
7887
7888 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7889
7890         * wl-summary.el (wl-summary-resend-message): Fixed.
7891
7892         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7893         Call wl-draft with `from' argument if its address is included in
7894         `wl-user-mail-address-list'.
7895         (wl-draft): Added `from' argument.
7896
7897         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7898         non-nil.
7899         (wl): Don't show demo if wl-demo is nil.
7900
7901         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7902         wl-summary-use-frame.
7903
7904         * wl-vars.el (wl-summary-use-frame): New user option.
7905         (wl-folder-use-frame): Changed docstring.
7906
7907         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7908         non-nil.
7909         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7910         wl-summary-use-frame.
7911
7912         * wl-vars.el (wl-folder-use-frame): New user option.
7913
7914         * wl-summary.el (wl-summary-exit): Back to folder frame if
7915         wl-folder-use-frame is non-nil.
7916         (wl-summary-redisplay-internal): Ignore cache if current folder
7917         is draft folder,
7918         (wl-summary-redisplay-no-mime): Ditto.
7919         (wl-summary-redisplay-all-header): Ditto.
7920
7921         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7922         if wl-folder-use-frame is non-nil.
7923
7924 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * wl-summary.el (wl-summary-sync-update): Bind
7927         elmo-folder-update-threshold.
7928         (wl-summary-mark-as-important): Enclosed server mark processing
7929         with `save-match-data'.
7930
7931         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7932         only when it is already defined.
7933
7934 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7935
7936         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7937         name of folder exclude localdir is wrong.
7938         * wl-folder.el (wl-folder-sync-entity):
7939         Set `wl-summary-always-sticky-folder-list' as nil.
7940         (wl-folder-mark-as-read-all-entity): Ditto.
7941         (wl-folder-prefetch-entity): Ditto.
7942
7943 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7944
7945         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7946         instead of `wl-summary-write-current-newsgroup'.
7947
7948 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7949
7950         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7951         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7952         non-nil and selected message is important, do not display.
7953
7954 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7955
7956         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7957
7958 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7959
7960         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7961
7962         * wl-summary.el (wl-summary-mark-as-important): Set message number
7963         using wl-summary-message-number.
7964
7965 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7966
7967         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7968         destination folder is 'null.
7969
7970 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7971
7972         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7973         New function.
7974         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7975         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7976         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7977
7978 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7979
7980         * wl-mime.el (wl-mime-setup): Added setting for
7981         `mime-setup-signature-key-alist' to avoid overriding key bind for
7982         `wl-draft-send'.
7983
7984         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7985         for `wl-draft-send'.
7986         * wl-mule.el (wl-draft-overload-functions): Ditto.
7987         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7988         * wl-draft.el (wl-draft-send): Ditto.
7989
7990         * wl-message.el (wl-message-display-internal):
7991         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7992         (Patch is provided by <kita@coe.nttdata.co.jp>).
7993
7994 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7995
7996         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7997
7998 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7999
8000         * wl.el (wl): Fix for wl-demo.
8001
8002 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8003
8004         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8005
8006 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8007
8008         * wl-folder.el (wl-folder-prefetch-entity): Use
8009         `wl-folder-get-elmo-folder'.
8010         (wl-folder-count-incorporates): Do not use
8011         `wl-folder-get-elmo-folder'.
8012
8013 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8014
8015         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8016         instead of `elmo-folder-get-type'.
8017
8018 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8019
8020         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8021         position on Subject: field.
8022         (Advised by Mito <mit@nines.nec.co.jp>)
8023
8024 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8025
8026         * wl-folder.el (wl-folder-prefetch-entity): Use
8027         `wl-folder-get-elmo-folder'.
8028
8029 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8030
8031         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8032
8033         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8034         `process-duplicates' slot.
8035
8036         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8037         if detection failed.
8038
8039 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8040
8041         * wl-version.el (wl-version-status): Set to "alpha".
8042
8043 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8044
8045         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8046         Check wl-message-buffer lives before set-buffer.
8047
8048 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8049
8050         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8051         called in folder mode.
8052         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8053         * wl-summary.el (wl-summary-exit-pre-hook): Run
8054         `wl-summary-exit-pre-hook' before exit summary mode.
8055
8056 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8057
8058         * wl-version.el (wl-version-status): New variable.
8059         (wl-version-status-alist): Removed.
8060         (wl-version-status): Rule included.
8061
8062 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8063
8064         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8065         @sponichi.
8066
8067         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8068         when `mail-reply-buffer' is buffer-local variable.
8069         (Reported by <kita@coe.nttdata.co.jp>).
8070
8071 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8072
8073         * wl-vars.el (toplevel): Require 'elmo-util.
8074
8075 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8076
8077         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8078         (All other related portions are changed)
8079
8080         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8081
8082         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8083
8084 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8085
8086         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8087
8088 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8089
8090         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8091         Delete other windows to avoid an error.
8092         Use `point-marker' instead of `point' to remember the start point
8093         of body.
8094
8095         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8096
8097         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8098         number not to exceed all message number.
8099
8100 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8101
8102         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8103         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8104
8105 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8106
8107         * wl-summary.el (wl-summary-sync-force-update): Added argument
8108         no-check.
8109         (wl-summary-sync-update): Ditto.
8110         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8111         with `no-check'.
8112
8113         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8114         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8115         already running.
8116
8117 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8118
8119         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8120         `dst-folder-arg'.
8121         (wl-expire-archive-number1): Diito.
8122         (wl-expire-archive-number2): Diito.
8123         (wl-expire-archive-Date): Diito.
8124         (wl-archive-number1): Diito.
8125         (wl-archive-number2): Diito.
8126         (wl-archive-date): Diito.
8127         (wl-archive-folder-p): New function.
8128         (wl-summary-expire): Support of expand folder name at
8129         wl-expire-alist.
8130         * wl-util.el (wl-expand-newtext): Renamed from
8131         `wl-refile-expand-newtext'.
8132
8133 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8134
8135         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8136         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8137         `(elmo-msgdb-get-overview msgdb)'.
8138         (wl-summary-prefetch): Bind match data before call
8139         `wl-summay-prefetch-msg'.
8140         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8141         'off if `wl-summary-buffer-disp-msg' is non-nil.
8142         Fixed problem that couldn't show only one new or unread message when
8143         enter folder.
8144         (wl-summary-reply): Don't call `split-window-vertically' and other
8145         window.
8146
8147 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-expire.el (wl-expire-refile): Fixed.
8150
8151 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8152
8153         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8154
8155         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8156         biff notification is removed.
8157
8158         * wl.el (wl): Changed position of `elmo-init'.
8159
8160         * wl-draft.el (wl-default-draft-cite): Use date field
8161         on the citation buffer.
8162
8163         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8164
8165         * wl-xmas.el (wl-folder-internal-icon-list): Added
8166         `wl-folder-shimbun-image'.
8167
8168         * wl-e21.el (wl-folder-internal-icon-list): Added
8169         `wl-folder-shimbun-image'.
8170
8171 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl.el (wl-init): Eliminated argument.
8174         (wl): Rewrite.
8175
8176         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8177         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8178         instead of `elmo-folder-msgdb-internal'.
8179         (wl-summary-sync-update): Ditto.
8180         (wl-summary-flush-pending-append-operations): Eliminated.
8181         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8182         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8183         `elmo-folder-open'.
8184
8185         * wl-mime.el (wl-summary-burst): Fixed.
8186
8187         * wl-folder.el (wl-folder-info-save): Check data type.
8188
8189         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8190         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8191         instead of `elmo-folder-msgdb-internal'.
8192         (wl-expire-hide): Ditto.
8193
8194
8195         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8196
8197 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8198
8199         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8200
8201 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8202
8203         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8204
8205 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8206
8207         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8208         Fixed `match-beginning' argument mismatch.
8209
8210 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8211
8212         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8213         the default value.
8214
8215 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8218         instead of `elmo-nntp-default-port'.
8219
8220         * wl-vars.el: Fixed some doc strings.
8221
8222 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * wl-summary.el (wl-summary-prefetch-msg): Use
8225         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8226
8227         * wl-vars.el: Define *-func as obsolete variable using
8228         `elmo-define-obsolete-variable'.
8229
8230         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8231         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8232         instead of `wl-message-buffer-prefetch-threshold'.
8233
8234         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8235
8236         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8237
8238         * wl-draft.el (wl-caesar-region-func): Ditto.
8239
8240         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8241         Keep unread status in elmo-folder-move-messages.
8242         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8243
8244 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8245
8246         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8247         `wl-summary-buffer-exit-func'
8248         (wl-summary-buffer-message-redisplay-function): Renamed from
8249         `wl-summary-buffer-message-redisplay-func'
8250         (wl-summary-buffer-next-folder-function): Renamed from
8251         `wl-summary-buffer-next-folder-func'.
8252         (wl-summary-buffer-prev-folder-function): Renamed from
8253         `wl-summary-buffer-prev-folder-func'.
8254         (wl-summary-get-petname-function): Renamed from
8255         `wl-summary-get-petname-func'.
8256
8257         * wl-score.el (wl-score-edit-exit-function): Renamed from
8258         `wl-score-edit-exit-func'.
8259
8260         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8261         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8262
8263         * wl-util.el (wl-load-profile-function): Renamed from
8264         `wl-load-profile-func'.
8265
8266         * wl-folder.el (wl-folder-completion-function): Renamed from
8267         `wl-folder-completion-func'.
8268         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8269
8270         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8271         `wl-expire-archive-get-folder-func'.
8272         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8273         (wl-draft-send-mail-function): Renamed from
8274         `wl-draft-send-mail-func'.
8275         (wl-draft-send-news-function): Renamed from
8276         `wl-draft-send-news-func'.
8277         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8278         (wl-generate-mailer-string-function): Renamed from
8279         `wl-generate-mailer-string-func'.
8280         (wl-highlight-signature-search-function): Renamed from
8281         `wl-highlight-signature-search-func'.
8282         (wl-highlight-x-face-function): Renamed from
8283         `wl-highlight-x-face-func'
8284         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8285         (wl-ps-print-buffer-function): Renamed from
8286         `wl-ps-print-buffer-func'
8287         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8288         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8289         (wl-summary-subject-filter-function): Renamed from
8290         `wl-summary-subject-filter-func'.
8291
8292         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8293         `wl-draft-queue-flush-send-func'
8294         (wl-draft-cite-function): Renamed from
8295         `wl-draft-cite-func'
8296
8297         * wl-address.el (wl-address-init-function): Renamed from
8298         `wl-address-init-func'.
8299
8300 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8301
8302         * wl-draft.el (wl-draft-queue-flush): Don't call
8303         `elmo-dop-unlock-message'.
8304         * wl-draft.el (wl-draft-queue-append): Don't call
8305         `elmo-dop-lock-message'.
8306
8307         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8308         (wl-summary-buffer-folder-name): Ditto.
8309         (wl-summary-message-regexp): Added '-' (all other related portions
8310         are changed).
8311         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8312         wl-summary-buffer-folder-name.
8313
8314 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8315
8316         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8317         the number of mails in the folder buffer is not updated by wl-biff.
8318
8319 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8320
8321         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8322         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8323
8324 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8325
8326         * wl-summary.el (wl-summary-next-message):
8327         Return next message number when wl-summary-move-order is nil.
8328
8329 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8330
8331         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8332         `wl-summary-move-spec-alist'.
8333         (wl-summary-move-spec-unplugged-alist): New variable
8334         (Move spec for unplugged status).
8335         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8336         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8337
8338 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8339
8340         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8341         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8342
8343 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8344
8345         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8346         simple quotation to quote the anonymous function.
8347         * tm-wl.el (wl-draft-preview-message): Ditto.
8348
8349 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8350
8351         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8352         Eliminate redundant `save-excursion'.
8353         (wl-highlight-summary-current-line): Ditto.
8354
8355         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8356         accessing match data when `looking-at' failed.
8357
8358         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8359         `elmo-match-string' where users don't care about the speed.
8360         (wl-draft-save): Ditto.
8361
8362 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8363
8364         * wl-util.el (wl-regexp-opt): New function.
8365
8366         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8367         number from `wl-summary-buffer-number-list'.
8368         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8369         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8370         (wl-summary-move-spec-alist): Changed default setting.
8371
8372 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8373
8374         * wl-vars.el (wl-biff-notify-hook): New hook.
8375         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8376         the arrival of new mail.
8377         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8378         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8379
8380 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8381
8382         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8383
8384 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8385
8386         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8387
8388         * Version number is increased to 2.5.8.
8389
8390         * wl-thread.el (toplevel): require 'cl.
8391         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8392         (wl-thread-make-number-list): New function.
8393         (wl-thread-entity-make-number-list-from-children): Ditto.
8394         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8395         (wl-thread-entity-insert-as-children): Likewise.
8396         (wl-thread-delete-message): Likewise.
8397         (wl-meaning-of-mark): Eliminated.
8398         (wl-thread-next-failure-mark-p): Ditto.
8399         (wl-thread-entity-get-mark): Ditto.
8400         (wl-thread-meaning-alist-get-result): Ditto.
8401         (wl-thread-entity-check-prev-mark): Ditto.
8402         (wl-thread-entity-check-next-mark): Ditto.
8403         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8404         (wl-thread-entity-get-prev-marked-entity): Ditto.
8405         (wl-thread-get-prev-unread): Ditto.
8406         (wl-thread-jump-to-prev-unread): Ditto.
8407         (wl-thread-get-next-unread): Ditto.
8408         (wl-thread-jump-to-next-unread): Ditto.
8409         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8410         (wl-thread-entity-get-next-marked-entity): Ditto.
8411
8412         * wl-summary.el (wl-summary-buffer-number-list):
8413         New bufer-local variable.
8414         (wl-summary-switch-to-clone-buffer): Clone
8415         `wl-summary-buffer-number-list'.
8416         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8417         (wl-summary-cursor-move-regex): Eliminated.
8418         (wl-summary-cursor-up): Rewrite.
8419         (wl-summary-cursor-down): Ditto.
8420         (wl-summary-mode-spec-alist): New variable.
8421         (wl-summary-next-message): New inline function.
8422         (wl-summary-cursor-move): New function.
8423         (wl-summary-default-get-next-msg): Rewrite.
8424         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8425         (wl-summary-rescan): Ditto.
8426         (wl-summary-sync-all-init): Ditto.
8427         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8428         summary is not thread view.
8429         (wl-summary-sync-update): Ditto.
8430         (wl-summary-rescan): Ditto.
8431         (wl-summary-make-number-list): New function.
8432
8433         * wl-draft.el: "FCC" -> "Fcc".
8434
8435 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8436
8437         * wl-highlight.el (wl-highlight-summary-window):
8438         Call `set-buffer-modified-p'.
8439
8440         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8441         (wl): Call `elmo-init' and fix.
8442
8443         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8444         Use new variables.
8445
8446         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8447
8448 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8449
8450         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8451
8452 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8453
8454         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8455
8456 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8457
8458         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8459         `wl-use-toolbar' nor `display-graphic-p'.
8460         (wl-e21-setup-message-toolbar): Ditto.
8461         (wl-e21-setup-summary-toolbar): Ditto.
8462         (wl-e21-setup-folder-toolbar): Ditto.
8463
8464         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8465         (wl-plugged-init-icons): Ditto.
8466
8467         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8468         `display-graphic-p'.
8469         (wl-plugged-set-folder-icon): Ditto.
8470         (wl-highlight-plugged-current-line): Ditto.
8471         (wl-highlight-folder-current-line): Ditto.
8472         (wl-e21-highlight-folder-group-line): Ditto.
8473         (wl-e21-setup-toolbar): Ditto.
8474         (wl-e21-display-image-p): New macro.
8475
8476         * wl-demo.el (wl-demo): Simplified.
8477         (wl-demo-image-type-alist): Use `image-type-available-p' for
8478         checking whether the image type `xbm' is available.
8479
8480 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8481
8482         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8483         (wl-summary-input-range): Ditto.
8484
8485 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8486
8487         * wl-summary.el (wl-summary-edit-addresses): Use
8488         `wl-summary-get-original-buffer'
8489         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8490         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8491         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8492         (wl-summary-get-newsgroups): Eliminated.
8493         (wl-summary-set-crosspost): Ditto.
8494         (wl-summary-is-crosspost-folder): Ditto.
8495         (wl-crosspost-alist-load): Ditto.
8496         (wl-crosspost-alist-save): Ditto.
8497
8498         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8499         `elmo-setup-subscribed-newsgroups' instead of
8500         `elmo-nntp-make-groups-hashtb'.
8501         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8502         instead of `wl-crosspost-alist-save'.
8503
8504         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8505         of `elmo-folder-message-appendable-p'.
8506         (wl-mime-header-presentation-method): Eliminated.
8507
8508         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8509         (Error occurs in emacs21).
8510
8511         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8512         the current buffer).
8513
8514         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8515         instead of `wl-crosspost-alist-save'.
8516         (wl-init): `elmo-crosspost-message-alist-load'
8517         instead of `wl-crosspost-alist-load'
8518
8519         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8520         (wl-parse-newsgroups): Likewise.
8521         (wl-biff-notify): Run `wl-biff-notify-hook'.
8522
8523 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8524
8525         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8526
8527         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8528         when `wl-summary-lazy-highlight' is non-nil.
8529         (wl-summary-goto-folder-subr): Highlight only when
8530         `wl-summary-lazy-highlight' is non-nil.
8531
8532         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8533         Don't display progress and highlight temp-mark when
8534         `wl-summary-lazy-highlight' is non-nil.
8535         (wl-highlight-summary-window): New function.
8536         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8537
8538 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8539
8540         * wl-summary.el (wl-summary-sync): Change `all-visible'
8541         from `all-shown'
8542         (wl-summary-input-range): Ditto.
8543
8544 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8545
8546         * wl-e21.el (wl-highlight-folder-current-line): Call
8547         `wl-folder-init-icons' when folder icons have not been initialized.
8548
8549         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8550
8551         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8552         (wl-demo-image-type-alist): New macro.
8553
8554 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8555
8556         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8557         display does not support graphics.
8558         (wl-plugged-init-icons): Ditto.
8559         (wl-folder-init-icons): Ditto.
8560
8561         * wl-demo.el (wl-demo): Chech closely whether the display
8562         supports graphics.
8563
8564 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * wl-summary.el (wl-summary-get-original-buffer): New function.
8567         (wl-summary-set-crosspost): Use it.
8568         (wl-summary-target-mark-uudecode): Ditto.
8569         (wl-summary-reedit): Ditto.
8570         (wl-summary-resend-bounced-mail): Ditto.
8571         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8572         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8573
8574         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8575         (wl-message-display-internal): Ditto.
8576
8577 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8578
8579         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8580
8581 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8582
8583         * wl-summary.el (wl-summary-save-view): Renamed from
8584         `wl-summary-save-status'.
8585
8586 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8587
8588         * wl-summary.el (wl-summary-sync): Added `all-shown'
8589
8590 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8591
8592         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8593
8594 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8595
8596         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8597
8598 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8599
8600         * wl-highlight.el (wl-highlight-summary-line-string): Use
8601         `zerop' instead of `= 0'.
8602         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8603
8604         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8605         for comparing numbers.
8606         (wl-template-prev): Use `zerop' instead of `eq 0'.
8607
8608         * wl-draft.el (wl-draft-insert-current-message): Use
8609         `with-current-buffer' instead of `save-excursion'.
8610         Use `zerop' instead of `eq 0'.
8611
8612 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8613
8614         * wl-draft.el (wl-draft-insert-ccs): New function.
8615         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8616         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8617
8618 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8621
8622 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8623
8624         * wl-expire.el (wl-expire-refile): Don't call
8625         elmo-msgdb-add-msgs-to-seen-list;
8626         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8627         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8628
8629 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8630
8631         * wl-message.el (wl-message-prev-page): Ignore errors while
8632         scroll-down.
8633
8634 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8635
8636         * wl-mime.el: Use elmo-original-message-mode instead of
8637         mmelmo-original-mode.
8638
8639         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8640         `elmo-folder-get-spec';
8641         (wl-fldmgr-add-completion-all-completions):
8642         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8643
8644         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8645         of `elmo-folder-get-type'.
8646
8647         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8648         `elmo-folder-get-spec';
8649         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8650         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8651         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8652         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8653         `elmo-read-msg-no-cache';
8654         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8655         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8656         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8657         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8658         `elmo-cache-save';
8659         (wl-draft-reedit): Use `elmo-message-file-name'.
8660
8661         * wl-expire.el: Use `elmo-folder-name-internal';
8662         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8663         Use macro `wl-summary-buffer-msgdb' instead of variable
8664         `wl-summary-buffer-msgdb';
8665         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8666         Use macro `wl-summary-buffer-folder-name' instead of variable
8667         `wl-summary-buffer-folder-name'.
8668         * wl-score.el: Likewise.
8669
8670         * wl-message.el: Rewrite for new message buffer cache mechanism.
8671         (wl-message-buffer-cache-buffer-get): New macro.
8672         (wl-message-buffer-cache-folder-get): Ditto.
8673         (wl-message-buffer-cache-message-get): Ditto.
8674         (wl-message-buffer-cache-entry-make): Ditto.
8675         (wl-message-buffer-cache-hit): Ditto.
8676         (wl-message-buffer-cache-sort): New function.
8677         (wl-message-buffer-cache-add): Ditto.
8678         (wl-message-buffer-cache-delete): Ditto.
8679         (wl-message-buffer-cache-clean-up): Ditto.
8680         (wl-message-buffer-window): Rewrite.
8681         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8682         (wl-message-buffer-display): New function.
8683         (wl-message-display-internal): New function.
8684
8685 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8686
8687         * wl-folder.el: Use `elmo-folder-name-internal';
8688         Use `wl-folder-get-elmo-folder';
8689         Use `elmo-folder-list-messages' instead of
8690         `elmo-list-folder';
8691         Use `elmo-folder-get-primitive-list' instead of
8692         `elmo-folder-get-primitive-spec-list';
8693         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8694         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8695         Use `elmo-folder-create' instead of `elmo-create-folder'.
8696         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8697         (wl-folder-get-elmo-folder): New macro.
8698         (wl-folder-elmo-folder-cache-get): Ditto.
8699         (wl-folder-elmo-folder-cache-put): Ditto.
8700         (wl-folder-suspend): Call `elmo-quit'.
8701
8702         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8703         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8704         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8705         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8706         (toplevel): require 'cl.
8707         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8708
8709         * wl-summary.el: Rewrite to use new elmo interface.
8710
8711 \f
8712 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8713
8714         * wl-mime.el (wl-draft-preview-message):
8715         Run `wl-draft-send-hook' before collecting recipients information;
8716         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8717
8718         * tm-wl.el (wl-draft-preview-message): Ditto.
8719
8720 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8721
8722         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8723         wrong recipients are displayed when forwarded message.
8724
8725 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8726
8727         * Version number is increased to 2.5.7.
8728
8729 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8730
8731         * wl-message.el (wl-message-next-page): Bind
8732         `window-pixel-scroll-increment' to nil while scrolling up.
8733
8734 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8735
8736         * wl-vars.el (wl-save-hook): New hook.
8737         * wl.el (wl-save): Call `wl-save-hook'.
8738
8739 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8740
8741         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8742         Argument WITH-ARG instead of NO-ARG (negative mean).
8743         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8744         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8745         * wl-message.el (wl-message-follow-current-entity): Likewise.
8746
8747 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8748
8749         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8750         FROM was optional argument.
8751         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8752
8753 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8754
8755         * Version number is increased to 2.5.6.
8756
8757 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8758
8759         * wl-version.el (wl-version-show): Removed.
8760         (wl-version): Add `interactive'.
8761
8762 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8763
8764         * wl-summary.el (wl-summary-get-petname-func): New variable.
8765         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8766         instead of `wl-address-get-petname-1'.
8767         (wl-summary-simple-from): Ditto.
8768
8769         * wl-address.el (wl-address-get-petname-1): Define as function.
8770
8771 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8774         field in the original message.
8775         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8776
8777 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8778
8779         * wl-expire.el (wl-expire-hide):
8780         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8781
8782 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8783
8784         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8785         find decoder for To, Cc, and Subject.
8786
8787 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8788
8789         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8790         for checking `elmo-use-buffer-cache'.
8791         (wl-summary-mark-as-important): Fixed typo in comment.
8792
8793 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8796         field in the original message.
8797         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8798
8799 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8800
8801         * wl-expire.el (wl-expire-hide):
8802         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8803
8804 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8805
8806         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8807         find decoder for To, Cc, and Subject.
8808
8809 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * Version number is increased to 2.5.5.
8812
8813         * wl-address.el (wl-address-specials-regexp): New constant.
8814         (wl-address-quote-specials): Use it.
8815
8816 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8817
8818         * wl-summary.el (wl-summary-rescan):
8819         Call `wl-summary-buffer-number-column-detect'.
8820         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8821
8822         * wl-message.el (wl-message-mode-map): Define.
8823         (wl-message-decode): Use it as local-map.
8824
8825 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8828         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8829
8830 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8833
8834         * wl-mule.el (wl-read-event-char): Ditto.
8835
8836         * wl-e21.el (wl-read-event-char): Ditto.
8837
8838         * wl-nemacs.el (wl-read-event-char): Ditto.
8839         (read-event): Removed.
8840
8841         * wl-util.el (toplevel): Removed dummy definition of
8842         `read-event'.
8843         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8844
8845 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8846
8847         * wl-nemacs.el (elmo-archive-call-process): Moved to
8848         elmo-archive.el.
8849
8850 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8851
8852         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8853         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8854
8855         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8856         instead of magic-number 6.  Use `not' instead of `null' for symbol
8857         `nil' check (not empty list).
8858         (wl-draft-insert-x-face-field): Fixed paren style.
8859
8860         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8861         one-branch conditional statement, instead of `and' and `if'.
8862         (wl-draft-forward): Likewise.
8863         (wl-draft-add-references): Likewise.
8864         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8865
8866         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8867         conditional steatment.  Use `cond' instead of `if'.
8868         (wl-draft-confirm): Likewise.
8869
8870 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8871
8872         * wl-version.el (wl-version-show): Use `product-string-1'
8873         instead of `wl-version'.
8874         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8875
8876         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8877
8878 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8879
8880         * wl-highlight.el (wl-highlight-headers): Revert
8881         `wl-highlight-x-face-func' argument (`beg' and `end').
8882
8883 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8884
8885         * wl.el (toplevel): Move `product-provide' declare.
8886         * wl-demo.el (toplevel): Ditto.
8887         * wl-dnd.el (toplevel): Ditto.
8888         * wl-highlight.el (toplevel): Ditto.
8889         * wl-message.el (toplevel): Ditto.
8890         * wl-refile.el (toplevel): Ditto.
8891         * wl-util.el (toplevel): Ditto.
8892
8893 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8894
8895         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8896         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8897         (wl-thread-close-all): keep cursor position.
8898
8899 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8900
8901         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8902         (eq x 0).
8903         (wl-generate-user-agent-string-1): Fix conditional statement.
8904
8905 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8906
8907         * wl.el (wl-check-environment): Additional check for
8908         'wl-local-domain' and `wl-message-id-domain'.
8909
8910 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8911
8912         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8913
8914 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8915
8916         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8917         instead of `smtp-sasl-user-realm'.
8918
8919 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8920
8921         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8922
8923 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8924
8925         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8926         to the default value as well as `eword-lexical-analyzer'.
8927
8928 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8929
8930         * wl-version.el (wl-extended-emacs-version,
8931         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8932         `elmo-match-string' instead of `wl-match-string'.
8933
8934 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8935
8936         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8937         docstring.
8938
8939 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8940
8941         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8942
8943 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8944
8945         * wl-highlight.el (wl-highlight-headers): Remove
8946         `wl-highlight-x-face-func' argument (`beg' and `end').
8947
8948 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8949
8950         * wl-summary.el (wl-summary-mark-as-important):
8951         Remove cache if folder is local.
8952
8953 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8954
8955         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8956         to get existing e-mail address string.
8957
8958 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8959
8960         * wl-version.el (wl-generate-user-agent-string): Commentary.
8961         (wl-generate-user-agent-string-1): Use `when' for
8962         one-branch conditional statement, instead of `and' and `if'.
8963         (wl-extended-emacs-version, wl-extended-emacs-version2,
8964         wl-extended-emacs-version3): Ditto.
8965
8966 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8969         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8970         condition-case; Remove initialization.
8971         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8972         (wl-summary-sync-update3): Added argument `sync-all';
8973         Eliminated local variable `msgdb';
8974         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8975         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8976         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8977
8978 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8979
8980         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8981         connection before call `wl-draft-send-mail-with-smtp'.
8982
8983 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8984
8985         * Version number is increased to 2.5.4.
8986
8987 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8988
8989         * wl.el (wl-check-environment): Additional check for
8990         'wl-local-domain' and `wl-message-id-domain'.
8991
8992 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8993
8994         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8995         buffer as command specific.
8996         (wl-folder-mark-as-read-all-entity): Ditto.
8997         (wl-folder-prefetch-entity): Ditto.
8998         (wl-folder-drop-unsync-entity): Ditto.
8999
9000         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9001         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9002         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9003
9004         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9005         save-excursion.
9006
9007 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9008
9009         * Version number is increased to 2.5.3.
9010
9011         * wl-summary.el (wl-summary-save-view-cache):
9012         Delete duplicated `write-region';
9013         Use `write-region-as-binary' instead of `as-binary-output-file' and
9014         `write-region'.
9015
9016 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9017
9018         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9019
9020 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9021
9022         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9023         instead of `smtp-via-smtp'.
9024
9025 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9026
9027         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9028
9029 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9030
9031         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9032         instead of `smtp-sasl-user-realm'.
9033
9034 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9035
9036         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9037
9038 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9039
9040         * Version number is increased to 2.5.2.
9041
9042 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9045         does not exist.
9046         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9047         (wl-biff-start): Call `timer-activate' if timer already exists.
9048
9049         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9050         only when it is bound as function.
9051
9052 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9053
9054         * Version number is increased to 2.5.1.
9055
9056 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9059         Print refile/copy destination.
9060
9061 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9062
9063         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9064         queue-flush-only is non-nil.
9065
9066         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9067
9068         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9069         checking cache folder.
9070
9071 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9072
9073         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9074         `regexp-quote'.
9075
9076 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9077
9078         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9079         function.
9080         * wl-summary.el (wl-summary-write-current-folder-functions):
9081         Change default value.  Use it.
9082
9083 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9084
9085         * Version number is increased to 2.5.0.
9086
9087         * wl-version.el (wl-version): Changed codename.
9088
9089 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9090
9091         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9092         (wl-summary-supersedes-message): Ditto.
9093
9094 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9095
9096         * wl-refile.el (wl-refile-guess-functions): Renamed from
9097         `wl-refile-guess-func-list'.
9098
9099 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9100
9101         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9102         Fixed problem when no rule was matched.
9103
9104 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9105
9106         * wl-summary.el (wl-summary-get-mark): Fixed
9107         `wl-summary-buffer-target-mark' check logic.
9108
9109 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9110
9111         * wl-folder.el (wl-folder-write-current-folder): Added group
9112         folder check.
9113
9114         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9115         `wl-summary-write-current-newsgroup'.
9116         (wl-summary-write-current-folder-functions): New variable.
9117         * wl-folder.el (wl-folder-get-newsgroups): New function.
9118         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9119         (wl-folder-write-current-folder): Renamed from
9120         `wl-folder-write-current-newsgroup'.
9121
9122 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9123
9124         * Version number is increased to 2.3.93.
9125
9126 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9127
9128         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9129         (wl-ldap-make-matched-value-list): Ditto.
9130         (wl-ldap-alias-safe-string): Split e-mail address.
9131
9132         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9133         petname folder default was selected.
9134         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9135         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9136
9137 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9138
9139         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9140         to `wl-draft-config-exec'.
9141
9142         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9143         instead of calling `wl-draft-config-exec';
9144         Process group-list and show recipients in minibuffer.
9145
9146         * tm-wl.el (wl-draft-preview-message): Ditto.
9147
9148 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9149
9150         * wl.el (toplevel): Added (C) to copyright notice, and
9151         sync Author header.
9152         * tm-wl.el (toplevel): Ditto.
9153         * wl-address.el (toplevel): Ditto.
9154         * wl-demo.el (toplevel): Ditto.
9155         * wl-dnd.el (toplevel): Ditto.
9156         * wl-draft.el (toplevel): Ditto.
9157         * wl-e21.el (toplevel): Ditto.
9158         * wl-expire.el (toplevel): Ditto.
9159         * wl-folder.el (toplevel): Ditto.
9160         * wl-highlight.el (toplevel): Ditto.
9161         * wl-message.el (toplevel): Ditto.
9162         * wl-mime.el (toplevel): Ditto.
9163         * wl-mule.el (toplevel): Ditto.
9164         * wl-nemacs.el (toplevel): Ditto.
9165         * wl-refile.el (toplevel): Ditto.
9166         * wl-score.el (toplevel): Ditto.
9167         * wl-summary.el (toplevel): Ditto.
9168         * wl-template.el (toplevel): Ditto.
9169         * wl-thread.el (toplevel): Ditto.
9170         * wl-util.el (toplevel): Ditto.
9171         * wl-vars.el (toplevel): Ditto.
9172         * wl-xmas.el (toplevel): Ditto.
9173
9174 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9175
9176         * wl.el (wl-init): Added comment about `wl-init-hook'.
9177         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9178         * wl-vars.el (wl-init-hook): Added docs.
9179         (wl-make-plugged-hook): Removed useless docs.
9180         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9181         * wl-xmas.el (toplevel): Ditto.
9182
9183 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9184
9185         * wl-address.el (toplevel): Fixed multiple Author header format.
9186         * wl-demo.el (toplevel): Ditto.
9187         * wl-draft.el (toplevel): Ditto.
9188         * wl-folder.el (toplevel): Ditto.
9189         * wl-summary.el (toplevel): Ditto.
9190         * wl-thread.el (toplevel): Ditto.
9191         * wl-util.el (toplevel): Ditto.
9192         * wl-vars.el (toplevel): Ditto.
9193         * wl-version.el (toplevel): Ditto.
9194         * wl-xmas.el (toplevel): Ditto.
9195         * wl.el (toplevel): Ditto.
9196
9197         * wl-version.el (toplevel): Added require `elmo-version' for
9198         `product-version-as-string'.
9199
9200 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9201
9202         * wl-vars.el (wl-draft-send-hook): Changed default value to
9203         '(wl-draft-config-exec).
9204
9205         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9206         explicitly.
9207         (wl-draft): Set `wl-draft-config-exec-flag' before running
9208         `wl-mail-setup-hook'.
9209
9210         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9211         `wl-biff-init-icons' to `wl-init-hook' instead of
9212         `wl-make-plugged-hook'.
9213         (Because if `wl-draft' command is invoked at first,
9214         they are not initialized)
9215         Updated copyright notice.
9216
9217         * wl-e21.el (toplevel): Ditto;
9218
9219         * wl-demo.el (toplevel): Updated copyright notice.
9220         * wl-address.el (toplevel): Ditto.
9221         * wl-draft.el (toplevel): Ditto.
9222         * wl-version.el (toplevel): Ditto.
9223         * wl-folder.el (toplevel): Ditto.
9224         * wl-summary.el (toplevel): Ditto.
9225         * wl-thread.el (toplevel): Ditto.
9226         * wl-util.el (toplevel): Ditto.
9227         * wl-vars.el (toplevel): Ditto.
9228         * wl.el (toplevel): Ditto.
9229
9230 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9231
9232         * wl-highlight.el (wl-highlight-message): Fixed problem of
9233         highlighting failure which occured when the last field contains
9234         multiple lines in the draft buffer.
9235
9236         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9237         `wl-biff-start' if plugged.
9238
9239         * wl-util.el (wl-biff-check-folder): New function.
9240         (wl-biff-check-folders): Don't set session name prefix.
9241         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9242         (wl-biff-check-folder-async): Ditto.
9243
9244         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9245         in email address.
9246
9247 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9248
9249         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9250
9251         * wl-draft.el (wl-draft-strip-subject-re): New function.
9252
9253         * wl-draft.el (wl-draft-reply): Use it.
9254
9255 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9256
9257         * wl-message.el (wl-mmelmo-message-redisplay): Use
9258         `mime-display-message' instead of `wl-mime-display-message'.
9259
9260         * wl-mime.el (toplevel): Removed compatibility workaround
9261         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9262         (wl-mime-display-message): Abolished.
9263         (wl-mime-entity-read-field): Ditto.
9264         (wl-mime-combine-message/partial-pieces): Use
9265         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9266
9267 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9268
9269         * wl-template.el: Doc fixes.
9270
9271 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9272
9273         * wl-e21.el (wl-message-overload-functions): Do nothing if
9274         `current-local-map' is not available.
9275         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9276
9277 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9278
9279         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9280         representation.
9281
9282         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9283         number.
9284         (wl-fldmgr-save-folders): Don't use `format' when insert
9285         `wl-fldmgr-folders-header'.
9286
9287 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9288
9289         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9290
9291 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-highlight.el (wl-highlight-message):
9294         Use `std11-field-end' to detect end point of the header field.
9295         Refer `wl-highlight-max-header-size'.
9296
9297         * wl-vars.el (wl-highlight-max-header-size): New variable.
9298
9299         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9300
9301         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9302         Set `for-draft' argument of wl-highlight-headers.
9303         (wl-draft): Ditto.
9304         (wl-draft-reedit): Ditto.
9305         (wl-user-agent-compose-internal): Ditto.
9306
9307 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9308
9309         * wl-message.el (wl-message-add-button): Use overlay.
9310
9311 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9312
9313         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9314
9315         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9316         problem when group-list content is nothing.
9317         (Reported by Mito <mit@nines.nec.co.jp>)
9318
9319 2000-10-18  SAITO Atsunori <sai@yedo.com>
9320
9321         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9322
9323 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9324
9325         * tm-wl.el (toplevel): Use product-provide.
9326
9327 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * Version number is increased to 2.3.92.
9330
9331 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9332
9333         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9334         title text, use `display' property for left margin under Emacs 21.
9335
9336         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9337         properties.
9338         (wl-plugged-init-icons): Ditto.
9339
9340 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9341
9342         * wl.el (wl-save-status, wl-init): Remove last period in
9343         "...done." message.
9344         * tm-wl.el (wl-summary-burst): Ditto.
9345         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9346         wl-summary-resume-cache-status,
9347         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9348         wl-summary-sync-update3, wl-summary-highlight-msgs,
9349         wl-summary-flush-pending-append-operations,
9350         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9351         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9352         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9353         wl-thread-open-all): Ditto.
9354         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9355         * wl-mime.el (wl-summary-burst): Ditto.
9356         * wl-highlight.el (wl-highlight-summary): Ditto.
9357         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9358         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9359         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9360         * wl-address.el (wl-local-address-init): Ditto.
9361
9362 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9363
9364         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9365         `add-text-properties'.
9366         (wl-plugged-init-icons): Ditto.
9367         (wl-folder-init-icons): Use `propertize' instead of
9368         `put-text-property'.
9369         (wl-plugged-set-folder-icon): Ditto.
9370         (wl-e21-highlight-folder-group-line): Ditto.
9371
9372 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9373
9374         * wl-version.el (wl-version-status-alist): New variable.
9375         (wl-version-status): New function.
9376
9377         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9378         "Cc" part of the case "Reply-To".
9379
9380         * wl-draft.el (wl-draft-reply): Use result of
9381         `eword-extract-address-components'.
9382
9383         * wl-demo.el (wl-demo-icon-name): New constant.
9384         (wl-logo-xpm): Use it.
9385         (wl-logo-xbm): Ditto.
9386         (wl-logo-bitmap): Ditto.
9387
9388         * Version number is increased to 2.3.91.
9389
9390 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9391
9392         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9393         (wl-extended-emacs-version, wl-extended-emacs-version2,
9394         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9395         docstring.
9396
9397         * wl-version.el (wl-generate-user-agent-string-1): New function.
9398         (wl-generate-user-agent-string): Use it.
9399
9400         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9401         `mime-edit-insert-user-agent-field'.
9402         (wl-generate-user-agent-string): Check
9403         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9404
9405         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9406         instead of `if', when verbose case.
9407
9408 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9409
9410         * wl-expire.el (wl-summary-expire): Fix.
9411
9412 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9413
9414         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9415         and `elmo-lost+found-folder' if 'wl-draft.
9416         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9417
9418 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9419
9420         * wl-expire.el (wl-summary-expire): Change messages.
9421         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9422         `deleing-info' instead of "Deleting..."
9423
9424 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9425
9426         * wl-summary.el (wl-summary-refile-subr): Fix.
9427
9428 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9429
9430         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9431         if pipe folder.
9432
9433 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9434
9435         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9436
9437 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9438
9439         * wl-expire.el (wl-expire-hide): New function.
9440         (wl-summary-expire): Add `hide'.
9441
9442 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9443
9444         * wl-vars.el (wl-draft-reply-without-argument-list):
9445         Changed default value to consider `Reply-To:'.
9446         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9447
9448         * Version number is increased to 2.3.90.
9449
9450         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9451         elmo-imap4-get-session with unwind-protect.
9452         Don't cause error.
9453         (wl-summary-sync-marks): Don't check plugged nor folder type.
9454         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9455         (Always keep current buffer).
9456
9457 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9458
9459         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9460         Enclose with `save-excursion'.
9461
9462 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9463
9464         * wl-version.el (wl-version): Remove interactive.
9465
9466 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9467
9468         * wl-version.el (wl-generate-user-agent-string): Use
9469         `product-string-verbose' instead of `product-string-1'.
9470
9471 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9472
9473         * wl-vars.el (wl-draft-use-cache): New variable.
9474         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9475         if wl-draft-use-cache is non-nil.
9476
9477 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9478
9479         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9480         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9481
9482 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9483
9484         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9485         (wl-thread-msg-mark-as-unread): Ditto.
9486
9487         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9488         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9489         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9490         Don't set mark in summary if return value of `elmo-mark-as-read'
9491         is nil.
9492         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9493         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9494         instead of `wl-thread-msg-mark-as-read'.
9495         (wl-summary-mark-as-unread-region): Ditto.
9496         (wl-summary-target-mark-mark-as-read): Ditto.
9497
9498         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9499
9500 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9501
9502         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9503
9504         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9505
9506 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9507
9508         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9509         face.
9510
9511 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9512
9513         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9514         `running-xemacs'.
9515
9516 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9517
9518         * wl-version.el (toplevel): Use `product-version-as-string' for
9519         set verstion-string, if defined.
9520
9521         * wl-version.el (wl-version-show): Insert string at point, when
9522         call with argument.
9523
9524         * wl-version.el (wl-generate-user-agent-string): Use
9525         `product-string-1' instead of `wl-appname', `wl-version' and
9526         `wl-codename'.
9527
9528 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9529
9530         * wl-address.el (toplevel): Use product-provide.
9531         * wl-demo.el (toplevel): Ditto.
9532         * wl-dnd.el (toplevel): Ditto.
9533         * wl-draft.el (toplevel): Ditto.
9534         * wl-e21.el (toplevel): Ditto.
9535         * wl-expire.el (toplevel): Ditto.
9536         * wl-fldmgr.el (toplevel): Ditto.
9537         * wl-folder.el (toplevel): Ditto.
9538         * wl-highlight.el (toplevel): Ditto.
9539         * wl-message.el (toplevel): Ditto.
9540         * wl-mime.el (toplevel): Ditto.
9541         * wl-mule.el (toplevel): Ditto.
9542         * wl-nemacs.el (toplevel): Ditto.
9543         * wl-refile.el (toplevel): Ditto.
9544         * wl-score.el (toplevel): Ditto.
9545         * wl-summary.el (toplevel): Ditto.
9546         * wl-template.el (toplevel): Ditto.
9547         * wl-thread.el (toplevel): Ditto.
9548         * wl-util.el (toplevel): Ditto.
9549         * wl-vars.el (toplevel): Ditto.
9550         * wl-xmas.el (toplevel): Ditto.
9551         * wl.el (toplevel): Ditto.
9552
9553 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9554
9555         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9556         instead of product.
9557
9558         * wl-version.el (wl-version): Compile time evalution elmo-version.
9559
9560 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9561
9562         * wl-summary.el (wl-summary-sync-force-update): Append queue
9563         `mark-as-read'if unplugged.
9564
9565 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9566
9567         * wl-version.el: New file.  Use product.el.
9568         * wl.el: add (require 'wl-version).
9569         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9570         for ~/.folders header.
9571         (wl-fldmgr-folders-header): Changed.
9572         * wl-demo.el (wl-demo): Use product.el.
9573
9574         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9575         wl-version.el.
9576         * wl-util.el (wl-version, wl-version-show): Ditto.
9577
9578         * wl-util.el (wl-generate-user-agent-string,
9579         wl-extended-emacs-version, wl-extended-emacs-version2,
9580         wl-extended-emacs-version3): Move to wl-version.el.
9581         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9582         xemacs-codename, mime-edit-insert-user-agent-field,
9583         mime-edit-user-agent-value, mime-editor/version,
9584         mime-editor/codename): Compile warning killer move to
9585         wl-version.el
9586
9587 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9588
9589         * wl-summary.el (wl-summary-refile-subr): Fix.
9590
9591 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9592
9593         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9594         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9595
9596 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9597
9598         * wl.el (wl-check-environment): Check too many `@'.
9599
9600 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9601
9602         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9603
9604 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9605
9606         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9607         wl-draft-reply-myself-without-argument-list): Add variables.
9608         * wl-draft.el (wl-draft-reply): Use it.
9609
9610 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9611
9612         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9613         the 5th argument of `elmo-network-get-spec'.
9614
9615         * wl-thread.el (wl-thread-reparent-children): New inline function.
9616         (wl-thread-delete-message): Use it.
9617
9618         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9619         (wl-summary-score-update-all-lines): Don't use `dolist'.
9620
9621 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9622
9623         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9624         (require 'elmo-msgdb) for inline function.
9625
9626 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9627
9628         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9629
9630 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9631
9632         * wl-score.el (wl-score-headers): Fix for the confusing macro
9633         `elmo-kill-buffer'.
9634
9635 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9636
9637         * wl-summary.el: Don't use the 3rd argument of `require' because
9638         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9639         * wl-util.el: Ditto.
9640         * wl-draft.el: Ditto.
9641
9642 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9643
9644         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9645         window system is not used.
9646
9647 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9648
9649         * wl-thread.el: Don't use `mapcar' only for iteration.
9650         (wl-thread-resume-entity): Ditto.
9651         (wl-thread-delete-message): Ditto.
9652
9653         * wl-summary.el: Bind `dragdrop-drop-functions',
9654         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9655         of `require' for `timezone', `easymenu' and `ps-print';
9656         don't use `mapcar' only for iteration.
9657
9658         * wl-util.el: Bind `mule-version', `nemacs-version',
9659         `emacs-beta-version', `xemacs-codename',
9660         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9661         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9662         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9663         only for iteration.
9664
9665         * wl-score.el: Don't use `mapcar' only for iteration.
9666         (wl-score-simplify-buffer-fuzzy): Ditto.
9667         (wl-score-simplify-subject): Ditto.
9668         (wl-score-headers): Ditto.
9669         (wl-summary-score-update-all-lines): Ditto.
9670
9671         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9672         `enable-multibyte-characters' and `mule-version'.
9673
9674         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9675         `mapcar' only for iteration.
9676
9677         * wl-demo.el: Don't use `mapcar' only for iteration.
9678
9679         * wl-folder.el: Don't use `mapcar' only for iteration.
9680         (wl-folder-open-all): Ditto.
9681         (wl-folder-count-incorporates): Ditto.
9682
9683         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9684         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9685
9686         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9687         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9688         `smtp-connection-type'; specify 3rd argument of `require' for
9689         `timezone'; don't use `mapcar' only for iteration.
9690         (wl-draft-clone-local-variables): Don't use `mapcar'.
9691         (wl-draft-generate-clone-buffer): Ditto.
9692         (wl-user-agent-compose-internal): Ditto.
9693
9694         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9695
9696         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9697         (wl-save-status): Ditto.
9698
9699         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9700         for iteration.
9701
9702 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9703
9704         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9705         removed `Date'.
9706         (wl-fldmgr-make-filter-default): New user option.
9707
9708         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9709         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9710         (wl-fldmgr-filter-completion-alist): Abolish.
9711
9712         * wl.el (wl): Don't check servers if arg is non-nil.
9713
9714         * wl-draft.el (wl-draft-reply): Set only message-id string to
9715         In-Reply-To field.
9716
9717 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9718
9719         * wl-summary.el (wl-summary-pick): Rewrite.
9720
9721         * wl-draft.el (wl-draft-forward): Get references field from
9722         original buffer.
9723         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9724
9725 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9726
9727         * wl-draft.el (wl-draft-forward): Add references field.
9728
9729 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9730
9731         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9732         (wl-draft-reply): Use it.
9733
9734 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9735
9736         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9737         when Emacs 21 is running.
9738
9739         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9740         bindings.
9741
9742 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9743
9744         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9745         XPM icons transparent.
9746
9747         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9748         Emacs 21.
9749
9750 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9751
9752         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9753         nil.
9754
9755         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9756         when it is persistent.
9757         (wl-summary-sync-marks): Changed argument for
9758         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9759         (wl-summary-virtual): Use `elmo-read-search-condition'.
9760         (wl-summary-redisplay-internal): If folder is local, mark as read
9761         even when folder is plugged.
9762
9763 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9764
9765         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9766         of `tool-bar-lines' in the frame parameters.
9767         (after-make-frame-functions, post-command-hook): Don't modify the
9768         value.
9769         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9770         wl-e21-tool-bar-lines): Removed.
9771
9772 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9773
9774         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9775         properties `evaporate' and `wl-momentary-overlay' as well.
9776         (wl-highlight-summary-displaying): Ditto.
9777         (wl-delete-all-overlays): Don't delete overlay which does not have
9778         a property `wl-momentary-overlay'.
9779
9780         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9781         `display-mouse-p' and `display-graphic-p'.
9782         (wl-folder-init-icons): Don't search for XBM or the other files.
9783         (wl-plugged-set-folder-icon): Make icons if and only if
9784         `display-graphic-p' returns non-nil.
9785         (wl-highlight-plugged-current-line): Use `before-string' overlay
9786         property to show icon images.
9787         (wl-highlight-folder-current-line): Ditto.
9788         (wl-e21-highlight-folder-group-line): Ditto.
9789         (wl-e21-highlight-folder-by-numbers): Ditto.
9790         (wl-e21-insert-image): Removed.
9791         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9792         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9793         said.
9794         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9795         `wl-e21-force-switch-toolbar'.
9796         (wl-e21-make-icon-image): Removed.
9797         (wl-e21-setup-toolbar): Don't search for XBM files.
9798         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9799         the default value.
9800
9801 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9802
9803         * wl-util.el (wl-biff-check-folder-async): Set
9804         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9805
9806 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9807
9808         * wl-e21.el (after-make-frame-functions): Add
9809         `wl-e21-force-switch-toolbar'.
9810         (wl-e21-force-switch-toolbar): New function force to switch the
9811         toolbar appearance automatically.
9812         (post-command-hook): Add `wl-e21-switch-toolbar'.
9813         (wl-e21-switch-toolbar): New function to switch the toolbar
9814         appearance automatically.
9815         (wl-e21-tool-bar-lines): New buffer local variable.
9816
9817 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9818
9819         * wl-util.el (wl-biff-check-folders-running): New variable.
9820         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9821         (wl-biff-check-folder-async-callback):
9822         Set `wl-biff-check-folders-running'.
9823         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9824         with unwind-protect.
9825
9826         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9827         Enclose `wl-folder-auto-check' with unwind-protect.
9828
9829         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9830         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9831
9832         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9833
9834         * wl-util.el (wl-biff-notify): New inline function.
9835         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9836         locally.
9837         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9838         folder-list' is 1.
9839         Use `wl-biff-notify'.
9840         (wl-biff-check-folder-async-callback): New function.
9841         (wl-biff-check-folder-async): Ditto.
9842
9843         * wl-folder.el (wl-folder): Don't check folders.
9844         (wl-folder-auto-check): New function.
9845
9846 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9847
9848         * wl-util.el (wl-biff-start) [Emacs19+]:
9849         Use `timer-next-integral-multiple-of-time'.
9850         (wl-biff-check-folders): Use `wl-default-folder'
9851         if `wl-biff-check-folder-list' is nil.
9852
9853 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9854
9855         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9856         instead of `elmo-delete-lists'.
9857
9858 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9859
9860         * wl.el (wl-plugged-toggle-all): Set the value of
9861         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9862         (wl-plugged-toggle): Ditto.
9863         (wl-toggle-plugged): Ditto.
9864         (wl-plugged-init): Ditto.
9865
9866         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9867         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9868         instead of `wl-biff-state-indicator-off' and
9869         `wl-biff-state-indicator-on'; don't modify the value and the type
9870         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9871         (wl-plugged-init-icons): Set icons data to
9872         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9873         instead of `wl-plug-state-indicator-off' and
9874         `wl-plug-state-indicator-on'; don't modify the value and the type
9875         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9876
9877         * wl-vars.el (wl-modeline-biff-state-off,
9878         wl-modeline-biff-state-on, wl-modeline-biff-status,
9879         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9880         wl-modeline-plug-status): New internal variables.
9881         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9882         wl-biff-check-interval, wl-biff-check-folder-list): Change
9883         customization group from `wl-folder' to `wl-highlight'.
9884         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9885         wl-show-plug-status-on-modeline): Defcustomized.
9886
9887         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9888         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9889         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9890         a flag to `mode-line-buffer-identification'.
9891
9892         * wl-e21.el (wl-biff-init-icons): Set icons data to
9893         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9894         instead of `wl-biff-state-indicator-off' and
9895         `wl-biff-state-indicator-on'.
9896         (wl-plugged-init-icons): Set icons data to
9897         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9898         instead of `wl-plug-state-indicator-off' and
9899         `wl-plug-state-indicator-on'.
9900
9901 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9902
9903         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9904         excessive titles.
9905
9906 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9907
9908         * wl.el (wl-plugged-mode): Use revised
9909         `wl-mode-line-buffer-identification'.
9910         (wl-plugged-init): Don't use `force-mode-line-update'.
9911
9912         * wl-xmas.el (wl-draft-overload-functions): Use revised
9913         `wl-mode-line-buffer-identification'.
9914         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9915         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9916         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9917         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9918         `wl-make-plugged-hook';
9919         add `wl-folder-init-icons' and `wl-setup-folder' to
9920         `wl-folder-mode-hook'.
9921
9922         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9923         19 as well.
9924         (wl-mode-line-display-priority-list): New user option.
9925         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9926         Defcustomized.
9927         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9928         Add docs.
9929
9930         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9931         start.
9932         (wl-mode-line-buffer-identification): Revised as a function.
9933
9934         * wl-summary.el (wl-summary-mode): Use revised
9935         `wl-mode-line-buffer-identification'; don't call
9936         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9937         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9938         `wl-xmas-setup-summary'.
9939
9940         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9941         `wl-mode-line-buffer-identification'.
9942
9943         * wl-mule.el (wl-draft-overload-functions): Use revised
9944         `wl-mode-line-buffer-identification'.
9945
9946         * wl-folder.el (wl-make-plugged-alist): Don't call
9947         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9948         (wl-folder): Don't call `wl-folder-init-icons' directly.
9949         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9950         `wl-xmas-setup-folder' directly;
9951         use revised `wl-mode-line-buffer-identification'.
9952         (TopLevel): Don't bind `wl-biff-init-icons',
9953         `wl-plugged-init-icons', `wl-folder-init-icons',
9954         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9955
9956         * wl-e21.el (wl-draft-overload-functions): Use revised
9957         `wl-mode-line-buffer-identification'.
9958         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9959         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9960         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9961         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9962         `wl-make-plugged-hook';
9963         add `wl-folder-init-icons' and `wl-setup-folder' to
9964         `wl-folder-mode-hook'.
9965
9966 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9967             Katsumi Yamaoka    <yamaoka@jpl.org>
9968
9969         * wl.el (wl): Call `wl-biff-start'.
9970         (wl-exit): Call `wl-biff-stop'.
9971         (wl-plugged-mode): Show biff in modeline.
9972         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9973
9974         * wl-xmas.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-glyph, wl-biff-mail-glyph): New variables.
9978
9979         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9980         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9981         variables.
9982         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9983         options.
9984
9985         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9986         wl-biff-start, wl-biff-stop): New functions.
9987         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9988         (wl-biff-timer-name): New variable.
9989
9990         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9991
9992         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9993         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9994
9995         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9996         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9997
9998         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9999         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10000         `wl-folder-init-icons' to `ignore' if they are not available.
10001         (wl-folder-mode): Show biff in modeline.
10002
10003         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10004         (wl-biff-init-icons): New function.
10005         (wl-plugged-init-icons): Don't make too much keymaps.
10006         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10007
10008 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10009
10010         * wl-vars.el (wl-strict-diff-folders): Customization Type
10011         and doc fix.  Define as a list of regular expressions for
10012         folders or nil.
10013         * wl-folder.el (wl-folder-check-one-entity): Use
10014         `wl-string-match-member' instead of `wl-string-member' for
10015         `wl-strict-diff-folders'.
10016
10017 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10018
10019         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10020         (wl-highlight-folder-current-line): Use it; new implementation.
10021         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10022         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10023         `defsubst' instead of `defun'.
10024
10025         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10026         `wl-highlight-group-folder-by-numbers'; made it can also be a
10027         number.  See info for more details.
10028
10029         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10030         running.
10031
10032         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10033         to bind them.
10034
10035         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10036         (wl-highlight-folder-current-line): New implementation.
10037
10038         * wl-highlight.el (wl-highlight-folder-group-line): New
10039         implementation.
10040         (wl-delete-all-overlays): Rewrite as a marco.
10041         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10042
10043         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10044         running.
10045         (wl-folder-*-glyph): No need to bind them.
10046
10047         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10048         `wl-e21-highlight-folder-group-icon'; rewrite.
10049         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10050         `defsubst' instead of `defun'.
10051         (wl-folder-mode-map): Bind it when compiling.
10052
10053 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10054
10055         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10056
10057         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10058
10059 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10060
10061         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10062
10063 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10064
10065         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10066         (wl-highlight-folder-current-line): Use it.
10067
10068         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10069         in `id-name'.
10070
10071 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10072
10073         * wl.el: Require `wl-e21' when Emacs 21 is running.
10074
10075         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10076         default when Emacs 21 is running.
10077         (wl-use-highlight-mouse-line): Ditto.
10078         (wl-on-emacs21): New constant.
10079         (wl-on-emacs20): Removed.
10080
10081         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10082         Emacs 21 is running.
10083
10084         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10085         Emacs 21 is running.
10086
10087         * wl-e21.el: New file.
10088
10089 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10090
10091         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10092         (wl-toggle-plugged): Ditto.
10093         (wl-plugged-toggle): Ditto.
10094         (wl-plugged-toggle-all): Ditto.
10095
10096         * wl-vars.el (wl-plug-state-indicator): Refer
10097         `wl-plug-state-indicator-on' indirectly.
10098
10099 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10100
10101         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10102         Call `wl-folder-confirm-existence'.
10103
10104         * wl-folder.el (wl-folder-confirm-existence): Added optional
10105         argument `force'.
10106
10107 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10108
10109         * wl-summary.el (wl-summary-refile-subr): Assume
10110         `copy-or-refile' as symbol.
10111         (wl-summary-refile): Follow up above change.
10112         (wl-summary-copy): Ditto.  Doc fix.
10113
10114 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10115
10116         * wl-summary.el (wl-summary-pick): Don't bind
10117         `elmo-search-mime-charset'.
10118
10119         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10120         default using old backquote style.
10121         (wl-search-mime-charset): Abolished.
10122
10123         * wl-highlight.el (wl-highlight-headers):
10124         Call `point' after `re-search-forward'(for Nemacs).
10125
10126         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10127         for elmo-imap4.el.
10128
10129 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10130
10131         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10132         `wl-message-ignored-field-list' instead of
10133         `mime-view-ignored-field-list'.
10134
10135         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10136         Add interactive spec.
10137         (wl-folder-goto-bottom-of-current-folder): Ditto.
10138         (wl-folder-mode-map): Bind them.
10139
10140         * wl-vars.el (wl-message-ignored-field-list): New variable.
10141         (wl-message-visible-field-list): New variable.
10142
10143         * wl-mime.el (wl-mime-header-presentation-method): New function.
10144         (wl-mime-setup): Set header-presentation-method.
10145
10146 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10147
10148         * wl-nemacs.el (wl-draft-overload-functions): Set
10149         `mode-line-buffer-identification' instead of using
10150         `wl-make-modeline'.
10151
10152         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10153         instead of using `wl-make-modeline'.
10154
10155         * wl-xmas.el (wl-plugged-init-icons): Set up
10156         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10157         (wl-make-modeline): Abolish.
10158         (wl-draft-overload-functions): Set
10159         `mode-line-buffer-identification' instead of using
10160         `wl-make-modeline'.
10161
10162         * wl-util.el (wl-make-modeline-subr): Abolish.
10163         (wl-mode-line-buffer-identification): New alias.
10164
10165         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10166         (wl-summary-make-modeline): Abolish.
10167         (wl-summary-buffer-set-folder): Set
10168         `wl-summary-buffer-folder-indicator'.
10169         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10170         of using `wl-make-modeline'.
10171         (wl-summary-switch-to-clone-buffer): Don't set
10172         `mode-line-buffer-identification'.
10173         (wl-summary-goto-folder-subr): Ditto.
10174
10175         * wl-mule.el (wl-draft-overload-functions): Set
10176         `mode-line-buffer-identification' instead of using
10177         `wl-make-modeline'.
10178
10179         * wl-folder.el (wl-folder-mode): Set
10180         `mode-line-buffer-identification' instead of using
10181         `wl-make-modeline'.
10182         (wl-folder): Don't set `mode-line-buffer-identification'.
10183
10184 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10185
10186         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10187         instead of `member' for `wl-refile-guess-func-list' look-ups.
10188         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10189
10190 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10191
10192         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10193         `wl-message-button-dispatcher'.
10194
10195         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10196
10197         * wl-message.el (wl-message-button-dispatcher): Use it.
10198
10199         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10200         "In-Reply-To".
10201
10202         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10203         Bind `case-fold-search' to t.
10204
10205 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10206
10207         * wl-xmas.el (wl-message-overload-functions): Initialize
10208         `wl-message-button-map'.
10209
10210         * wl-mule.el (wl-message-overload-functions): Initialize
10211         `wl-message-button-map'.
10212
10213         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10214
10215         * wl-message.el (wl-message-button-map): New keymap.
10216         (wl-message-add-button): New function.
10217         (wl-message-button-dispatcher): New function.
10218         (wl-message-button-refer-article): New function.
10219
10220         * wl-highlight.el
10221         (wl-highlight-message-add-buttons-to-header): New function.
10222         (wl-highlight-headers): Use it.
10223
10224 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10225
10226         * wl-summary.el (wl-summary-default-from): Use
10227         `wl-address-get-petname-1'.
10228         (wl-summary-simple-from): Ditto.
10229
10230         * wl-address.el (wl-address-get-petname-1): New inline function.
10231         (wl-address-get-petname): Use it.
10232
10233 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10234
10235         * wl-summary.el (wl-summary-default-from): Return full-name part
10236         from the address if no petname was found.
10237         (wl-summary-simple-from): Ditto.
10238
10239         * wl-address.el (wl-address-get-petname): Return nil if no petname
10240         associated with the address was found.
10241
10242 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10243
10244         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10245         display is finished.
10246
10247 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10248
10249         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10250         `elmo-folder-exists-p' argument.
10251
10252 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10253
10254         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10255         the folder.
10256
10257 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10258
10259         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10260
10261         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10262         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10263
10264 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10265
10266         * wl-folder.el (wl-folder-create-subr): New function.
10267         (wl-folder-confirm-existence): Use it.
10268         (wl-folder-check-one-entity): Use it.
10269         Check the error symbol is derived from 'elmo-open-error.
10270
10271         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10272         `ignore-error'.
10273
10274 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10275
10276         * wl-util.el (toplevel): Add (eval-when-compile (require
10277         'elmo-util)).  (Maybe `provide' is typo.)
10278
10279 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10280
10281         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10282         (I don't know why this was needed.)
10283
10284         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10285         Follow up changes for stream-type.
10286
10287         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10288         (wl-draft-elmo-nntp-send): Ditto.
10289
10290         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10291         (wl-nntp-posting-stream-type): Ditto.
10292         (wl-pop-before-smtp-ssl): Abolished.
10293         (wl-nntp-posting-ssl): Ditto.
10294
10295         * wl-address.el (wl-address-quote-specials): New function.
10296         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10297
10298         * wl-draft.el (wl-draft-reply): Ditto.
10299
10300 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10301
10302         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10303         use function `wl-string-match-assoc'.
10304
10305 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10306
10307         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10308
10309         * wl-draft.el (wl-draft-deduce-address-list): New function.
10310         (wl-draft-parse-mailbox-list): Ditto.
10311         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10312         instead of `smtp-deduce-address-list'.
10313         (wl-draft-on-field-p): Follow group list.
10314
10315         * wl-address.el (wl-address-concat-token): New function.
10316         (wl-address-string-without-group-list-contents): Ditto.
10317         (wl-complete-field-body): Fixed problem of completion
10318         by japanese petname.
10319         (wl-address-make-completion-list): Rewrite.
10320
10321 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10322
10323         * wl-address.el (wl-address-make-completion-list): Completion by
10324         petname.
10325         (wl-complete-field-body): Likewise.
10326
10327 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10328
10329         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10330         contains invalid address syntax.
10331
10332 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10333
10334         * wl-folder.el (wl-folder-check-entity-async): Use
10335         `elmo-nntp-spec-hostname'.
10336
10337 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10338
10339         * wl-summary.el (wl-summary-msgdb-load-async): Use
10340         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10341
10342 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10343
10344         * wl-draft.el (wl-draft-reply): Set argument
10345         `content-transfer-encoding' as nil.
10346
10347 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10348
10349         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10350         `wl-refile-alist'.
10351
10352 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10353
10354         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10355         (wl-draft-edit-string): Ditto.
10356         (wl-draft-forward): Ditto.
10357         * wl-summary.el (wl-summary-write): Ditto.
10358
10359 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10360
10361         * wl-summary.el (wl-summary-sync-update3): Call
10362         `wl-summary-buffer-number-column-detect'.
10363         (wl-summary-buffer-number-column-detect): Search from point-min.
10364
10365 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10366
10367         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10368         contains an address which is not included in original to or cc.
10369
10370 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10371
10372         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10373         begin-line does not exist.
10374         * wl-message.el (wl-message-uu-substring): Ditto.
10375
10376 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10377
10378         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10379         clear local variables.
10380         (wl-summary-exit): Call `elmo-commit'.
10381         (wl-summary-switch-to-clone-buffer): Call
10382         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10383         (wl-summary-goto-folder-subr): Ditto.
10384
10385         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10386         POP folder.
10387
10388 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10389
10390         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10391         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10392         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10393         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10394         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10395         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10396
10397         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10398
10399 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10400
10401         * wl-summary.el (wl-summary-search-by-subject):
10402         Search parent message from the latest one.
10403
10404 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10405
10406         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10407         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10408
10409         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10410         New user option.
10411
10412         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10413         if elmo-nntp-use-killed-list is nil.
10414         Use `elmo-msgdb-append-to-killed-list'.
10415         (Append numbers confirmed as disappeared to the killed list.)
10416         (wl-summary-confirm-appends): Don't display negative number.
10417
10418 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10419
10420         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10421
10422 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10423
10424         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10425         range is `all'.
10426         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10427         `elmo-list-bigger-diff'.
10428
10429 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10430
10431         * wl-summary.el (wl-summary-buffer-exit-func):
10432         New buffer local variable.
10433         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10434
10435 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10436
10437         * wl-demo.el (wl-demo): Fix the last change.
10438
10439 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10440
10441         * wl-demo.el (wl-demo): Don't use `eval'.
10442
10443 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10444
10445         * wl-summary.el (wl-summary-buffer-thread-modified):
10446         New buffer-local variable.
10447         (wl-summary-set-thread-modified): New function.
10448         (wl-summary-thread-modified-p): New function.
10449         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10450         (wl-summary-yank-saved-message): Use function
10451         `wl-summary-set-thread-modified'
10452         (wl-summary-switch-to-clone-buffer): Add
10453         `wl-summary-buffer-thread-modified'.
10454
10455         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10456         (wl-summary-buffer-mark-saved-hook): Ditto.
10457         * wl-summary.el (wl-summary-msgdb-save): New hook
10458         `wl-summary-buffer-message-saved-hook' and
10459         `wl-summary-buffer-mark-saved-hook'.
10460
10461 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10462
10463         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10464
10465 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10466
10467         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10468         don't hide scroll bars under FSF Emacsen because it may incur an
10469         undesirable redrawing.
10470
10471 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10472
10473         * wl-draft.el (wl-draft-edit-string): Call
10474         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10475
10476 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10477
10478         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10479
10480 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10481
10482         * wl-summary.el (wl-summary-msgdb-load-async): Call
10483         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10484
10485 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10486
10487         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10488         fringes in demo buffer; center bitmap logo correctly even if old
10489         Mule is used.
10490
10491 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10492
10493         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10494
10495         * wl-refile.el (wl-refile-subject-alist): New variable.
10496         (wl-refile-subject-alist-file-name): Ditto.
10497         (wl-refile-alist-setup): Rewrite.
10498         (wl-refile-alist-save): Use `elmo-object-save'.
10499         Eliminated arguments.
10500         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10501         (wl-refile-guess-by-subject): New function.
10502         (wl-refile-guess-func-list): Added it.
10503
10504 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10505
10506         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10507         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10508
10509 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10510
10511         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10512         New buffer-local variable.
10513         (wl-summary-buffer-next-folder-func): Ditto.
10514         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10515         if non-nil.
10516         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10517         if non-nil.
10518         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10519         if non-nil.
10520         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10521         if non-nil.
10522
10523 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10524
10525         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10526         permanently in the demo buffer.
10527
10528 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10529
10530         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10531         `mime-entity-fetch-field'.
10532
10533         * wl.el (wl-exit): Delete plugged buffer.
10534
10535         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10536         XEmacs has menubar feature.
10537
10538 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10539
10540         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10541         cannot arrive at the beginning of the buffer under old Emacsen.
10542
10543 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10544
10545         * wl-address.el (wl-address-ldap-search):
10546         Call `ldap-search-entries' with `withdn' argument t.
10547         (wl-complete-field-body): Bind completion-ignore-case as t.
10548         Clear ldap search hash when it was sole completion.
10549         Use elmo-string for pattern string.
10550         (wl-ldap-alias-safe-string): Eliminated needless let.
10551
10552 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10553
10554         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10555         (wl-ldap-alias-sep): New constant.
10556         (wl-ldap-search-attribute-type-list): Ditto.
10557         (wl-ldap-get-value): New function.
10558         (wl-ldap-make-filter): Ditto.
10559         (wl-ldap-make-matched-value-list): Ditto.
10560         (wl-ldap-alias-safe-string): Ditto.
10561         (wl-ldap-register-dn-string): Ditto.
10562         (wl-address-ldap-search): Rewrite.
10563
10564 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10565
10566         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10567         thread is deleted.
10568         (wl-thread-delete-line-from-buffer): Ditto.
10569         (wl-thread-get-exist-children): New function.
10570
10571 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10572
10573         * wl-demo.el (wl-demo): Made it to select various image types.
10574         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10575         from `wl-title-logo'.
10576         (wl-logo-ascii): New variable.
10577         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10578         (wl-demo-copyright-notice): New constant.
10579
10580         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10581
10582 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10583
10584         * wl-vars.el (wl-summary-target-above): Renamed from
10585         wl-summary-temp-above.
10586         * wl-score.el (wl-score-get-score-alist): Use it.
10587         (wl-summary-score-update-all-lines): Use it.
10588         * wl-summary.el: Ditto. (make-variable-buffer-local).
10589
10590 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10591
10592         * wl-vars.el (wl-ldap-port): New user option.
10593
10594         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10595         Rewite whole implementation.
10596         (wl-complete-field-body): Fixed.
10597
10598 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10599
10600         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10601         Choose implementation at compile time.
10602
10603 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10604
10605         * wl-address.el (wl-ldap-search-internal): New function.
10606         (wl-complete-field-to): Use it.
10607
10608 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10609
10610         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10611         Use `let' instead of `let*'.
10612         Require 'wl-vars.
10613
10614         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10615         Define as defcustom.
10616         (wl-ldap-base): Ditto.
10617         (wl-use-ldap): Ditto.
10618
10619 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10620
10621         * wl-address.el (wl-ldap-search): New function.
10622         (wl-complete-field-body): Use `wl-ldap-search'.
10623         (wl-ldap-server): New variable.
10624         (wl-ldap-base): Ditto.
10625         (wl-use-ldap): Ditto.
10626
10627 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10628
10629         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10630         (Pointed out by Mito <mit@nines.nec.co.jp>).
10631         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10632         buffer-local variables like `wl-summary-redisplay-internal'.
10633         (wl-summary-redisplay-all-header): Likewise.  Update
10634         Summary view too.
10635
10636 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10637
10638         * wl-summary.el (wl-summary-jump-to-parent-message):
10639         Consider prefix argument.
10640
10641         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10642         when closed thread is deleted.
10643
10644 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10645
10646         * wl-summary.el (wl-summary-jump-to-parent-message):
10647         Consider thread modification.
10648
10649 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10650
10651         * wl-message.el (wl-message-normal-get-original-buffer): Use
10652         `save-excursion'.
10653
10654         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10655         (wl-summary-showto-folder-regexp): Ditto.
10656
10657 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10658
10659         * wl-util.el (wl-delete-alist): Doc fix.
10660         (wl-delete-associations): New function.
10661         (wl-inverse-alist): New function.
10662         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10663         Split temporary variables. Use `wl-delete-associations'
10664         and `wl-inverse-alist'.
10665         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10666
10667 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10668
10669         * wl-folder.el (wl-folder-prefetch-entity):
10670         Execute prefetching if new count is unknown.
10671
10672 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10673
10674         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10675
10676         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10677         delete entity.
10678         (wl-thread-set-parent): If insert as top, set linked as nil.
10679
10680         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10681         `wl-thread-cleanup-symbols' when view mode is thread.
10682
10683 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10684
10685         * wl-folder.el (wl-folder-create-folder-entity): Use
10686         with-current-buffer.
10687         (wl-local-folder-init): Call set-buffer to make sure we are in
10688         the Folder buffer. Don't touch buffer-local variables here.
10689         (wl-folder-mode): Initialize buffer-local variables here.
10690
10691         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10692         (wl-folder-entity-assign-id): Ditto.
10693         (wl-folder-create-entity-hashtb): Ditto.
10694         (wl-local-folder-init): Ditto.
10695         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10696
10697 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10698
10699         * wl-summary.el (wl-summary-default-from): Fix probrem when
10700         std11-extract-address-components return (nil "foo@bar").
10701
10702 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10703
10704         * wl-draft.el (wl-draft-clone-local-variables):
10705         Remove redundant `setq'.
10706
10707 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10708
10709         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10710         Bind wl-highlight-x-face-func as nil while highlighting header.
10711
10712 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10713
10714         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10715
10716 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10717
10718         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10719         elmo-msgdb-overview-hashtb from copy-variables.
10720         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10721         instead of `elmo-msgdb-overview-get-entity-by-number'.
10722         (wl-summary-auto-refile): Ditto.
10723
10724         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10725         `elmo-msgdb-overview-get-entity' instead of
10726         `elmo-msgdb-search-overview-entity'.  Use
10727         `elmo-msgdb-overview-get-entity' instead of
10728         `elmo-msgdb-overview-get-entity-by-number'.
10729         (wl-thread-insert-entity-sub): Ditto.
10730         (wl-thread-insert-message): Ditto.
10731
10732         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10733         `elmo-msgdb-overview-get-entity'.
10734         (wl-normal-message-redisplay): Ditto.
10735
10736 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10737
10738         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10739         `wl-thread-entities'.
10740         (wl-thread-delete-message): Fix remove top message from
10741         `wl-thread-entity-list'.
10742
10743         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10744         wl-append(nconc), because update-list is broken on Meadow.
10745
10746         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10747         updating process.
10748         (wl-summary-rescan): Ditto.
10749         (wl-summary-sync-update3): Ditto.
10750         * wl-thread.el (wl-thread-set-parent): Renamed from
10751         `wl-summary-set-parent'.
10752         (wl-thread-insert-message): Updating buffer faster.
10753         (wl-thread-delete-message): Updating buffer faster.
10754
10755         * wl-score.el (wl-summary-score-update-all-lines): Changed
10756         interval for display progress gauge.
10757
10758 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10759
10760         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10761         folder always-sticky.
10762         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10763         defmacro.
10764
10765 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10766
10767         * wl-vars.el (wl-draft-add-references): New user option.
10768
10769         * wl-draft.el (wl-draft-add-references): New function.
10770         (wl-draft-yank-from-mail-reply-buffer): Use it.
10771         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10772         as nil.
10773
10774 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10775
10776         * wl-thread.el (wl-thread-update-line-msgs): Called
10777         `wl-thread-update-line-on-buffer-sub'.
10778         (wl-thread-update-line-on-buffer): Delete routine of inserting
10779         thread.
10780         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10781         moved from `wl-thread-update-line-on-buffer'.
10782         Add threshold for displaying progress gauge.
10783         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10784         argument of `wl-thread-update-line-msgs'.
10785         Add threshold for displaying progress gauge.
10786         * wl-folder.el:
10787         Add threshold for displaying progress gauge.
10788         * wl-score.el: Ditto.
10789
10790         * wl-expire.el (wl-summary-expire): Display deleting info.
10791
10792 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10793
10794         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10795         `no-msg'.
10796         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10797         argument of `wl-thread-update-line-msgs'.
10798         (wl-summary-set-parent): Added optional argument `parent-number'.
10799         (wl-summary-buffer-saved-message): New buffer local variable.
10800         (wl-summary-save-current-message): New command.
10801         (wl-summary-yank-saved-message): Ditto.
10802         (wl-summary-mode-map): Added key binding for
10803         `wl-summary-save-current-message' (\ew) and
10804         `wl-summary-yank-saved-message' (\C-y).
10805         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10806
10807 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10808
10809         * wl-summary.el (wl-summary-mode-map): Added key binding for
10810         `wl-summary-set-parent' (ts).
10811
10812 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10813
10814         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10815         subject faster. If thread number is reverse, delayed updating
10816         thread.
10817         (wl-summary-search-by-subject): Ditto.
10818         (wl-summary-put-alike): Ditto.
10819         (wl-summary-get-alike): Ditto.
10820         (wl-summary-insert-headers): Insert header of all overview in
10821         buffer.
10822         (wl-summary-rescan): Delayed updating thread. Kill search subject
10823         buffer for wl-summary-search-by-subject.
10824         (wl-summary-sync-update3): Ditto.
10825         (wl-summary-exit): Ditto.
10826         (wl-summary-goto-bottom-of-current-thread): Change for linked
10827         thread.
10828         (wl-summary-overview-create-summary-line): Change line for linked
10829         thread.
10830
10831         * wl-summary.el (wl-summary-update-thread): Use
10832         wl-thread-maybe-get-children-num.
10833         (wl-summary-set-parent): If change parent, move sub thread.
10834         (wl-summary-redisplay-internal): Add horizontal recenter.
10835         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10836
10837         * wl-thread.el (wl-thread-entity-get-linked): New function.
10838         (wl-thread-entity-set-linked): New function.
10839         (wl-thread-create-entity): Add linked element.
10840         (wl-thread-entity-insert-as-top): Use wl-append.
10841         (wl-thread-maybe-get-children-num): If closing thread, return
10842         children msgs.
10843         (wl-thread-update-line-msgs): Displaying progress message.
10844         (wl-thread-update-line-on-buffer-sub): Use
10845         wl-thread-maybe-get-children-num.
10846         (wl-thread-update-line-on-buffer): If update line is not exists,
10847         insert thread.
10848         (wl-thread-delete-message): If delete top msg of thread, search
10849         parent by subject.
10850         (wl-thread-insert-entity): Use
10851         wl-thread-maybe-get-children-num.
10852
10853         * wl-highlight.el (wl-highlight-summary-current-line): change
10854         sregexp for linked thread.
10855         * wl-util.el (wl-count-lines): Count lines.
10856         (wl-horizontal-recenter): horizontal recenter.
10857         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10858         (wl-score-get-alike): Ditto.
10859         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10860         (wl-subject-length-limit): New variable.
10861         (wl-highlight-thread-indent-string-regexp): Changed for linked
10862         thread.
10863
10864 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10865
10866         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10867         New variable (revival).
10868         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10869         by subject matching if there's no in-reply-to nor references field
10870         (revival).
10871
10872 \f
10873 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10874
10875         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10876         message.
10877
10878 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10879
10880         * wl-summary.el (wl-summary-reply): Return t if there was a
10881         message at cursor point.
10882         Added unwind-protect.
10883         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10884         returns t.
10885         (wl-summary-cancel-message): Do nothing when there's no message at
10886         cursor point.
10887         (wl-summary-forward): Ditto.
10888         (wl-summary-jump-to-parent-message): Ditto.
10889         (wl-summary-reedit): Ditto.
10890         (wl-summary-edit-addresses): Ditto.
10891         (wl-summary-pipe-message): Ditto.
10892         (wl-summary-print-message-with-ps-print): Ditto.
10893         (wl-summary-print-message): Ditto.
10894         (wl-summary-mark-as-important): Ditto.
10895         (wl-summary-mark-as-unread): Ditto.
10896
10897         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10898         message at cursor point.
10899         (wl-summary-reply-with-citation): Remove unwind-protect.
10900
10901         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10902         subject searching feature.
10903         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10904         Eliminated.
10905
10906 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10907
10908         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10909         New variable.
10910         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10911         by subject matching if there's no in-reply-to nor references field.
10912
10913         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10914
10915         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10916         when display is finished.
10917         (wl-folder-open-all): Ditto.
10918         (wl-folder-update-access-group): Ditto.
10919         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10920         * wl-thread.el (wl-thread-close-all): Ditto.
10921
10922         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10923         progress gauge only when it was displayed.
10924         * wl-folder.el (wl-folder-insert-entity): Ditto.
10925
10926 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10927
10928         * wl-summary.el (wl-summary-incorporate): Enclose
10929         `wl-summary-sync-force-update' with save-excursion.
10930
10931 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10932
10933         * wl-summary.el (wl-summary-prefetch-region):
10934         Pass current cursor point to `pos-visible-in-window-p' after
10935         moving cursor to the started point.
10936
10937 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10938
10939         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10940
10941         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10942         fields from the forwarding message.
10943         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10944         `ignored-fields'.
10945
10946 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10947
10948         * wl-mime.el (wl-message-request-partial):
10949         Eliminated argument `msgdb'.
10950         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10951         (wl-mime-combine-message/partial-pieces): Likewise.
10952         * tm-wl.el (wl-message-request-partial): Likewise.
10953         (wl-mime-combine-message/partial-pieces): Likewise.
10954
10955 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10956
10957         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10958         when display is finished.
10959
10960 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10961
10962         * wl-summary.el (wl-summary-goto-folder-subr):
10963         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10964
10965 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10966
10967         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10968         when cursor point is visible.
10969
10970 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10971
10972         * wl-expire.el (wl-expire-archive-get-max-number):
10973         Don't use `file-name-directory'.
10974
10975 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10976
10977         * wl-expire.el (wl-expire-archive-get-max-number):
10978         Use `file-name-directory'.
10979
10980 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10981
10982         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10983         only when there is progress.
10984
10985 2000-04-13  Mito <mit@nines.nec.co.jp>
10986
10987         * wl-summary.el (wl-summary-sync-marks): Display progress.
10988
10989 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10990
10991         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10992         (wl-summary-prev): Move cursor regardless of unread status.
10993         (wl-summary-next): Ditto.
10994
10995 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10996
10997         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10998         Added argument `target' and `number'.
10999         * tm-wl.el (wl-summary-burst-subr): New function.
11000         (wl-summary-burst): Use it.
11001
11002 2000-04-10  Mito <mit@nines.nec.co.jp>
11003
11004         * wl-mime.el (wl-burst): New function.
11005         (wl-summary-burst): Use it.
11006
11007 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11008
11009         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11010         as petname when there's no candidate.
11011
11012 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11013
11014         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11015         New variable.
11016         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11017
11018         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11019
11020         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11021
11022 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11023
11024         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11025         Use substring of `original' instead of buffer-substring.
11026         (wl-refile-evaluate-rule):
11027         Set `original' argument of wl-refile-expand-newtext.
11028
11029         * wl-summary.el
11030         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11031         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11032         (wl-summary-auto-refile): Check existence of destination folder just
11033         before marking.
11034
11035 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11036
11037         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11038         when wl-refile-get-field-value return nil.
11039
11040 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11041
11042         * wl-refile.el
11043         (wl-refile-expand-newtext): New function imported from Gnus.
11044         (wl-refile-evaluate-rule): Use it.
11045
11046 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11047
11048         * wl-summary.el (wl-summary-print-destination):
11049         Duplicate folder string to avoid putting text-property on
11050         original string.
11051
11052         * wl-refile.el (wl-refile-get-field-value): New function.
11053         (wl-refile-evaluate-rule): New function;
11054         Evaluate refile rule recursively.
11055         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11056         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11057         New function; Check existence of a target folder recursively.
11058         (wl-summary-auto-refile-check-refile-rule-alist):
11059         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11060
11061 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11062
11063         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11064
11065         * wl-folder.el (wl-create-folder-entity-from-buffer):
11066         Fixed problem when '}' character is contained in folder name.
11067
11068         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11069
11070 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11071
11072         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11073         (wl-fldmgr-add-completion-all-completions):
11074         Use wl-fldmgr-add-completion-hashtb.
11075
11076 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11077
11078         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11079         wl-fldmgr-add-completion-subr): New functions.
11080         * wl-folder.el (wl-folder-completion-func): New variable.
11081         * wl-summary.el (wl-summary-read-folder):
11082         Use wl-folder-completion-func.
11083
11084         * wl-refile.el: Eliminate throw & catch.
11085
11086         * wl.el (wl-plugged-sending-queue-status): Fixed.
11087
11088 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11089
11090         * wl-draft.el (wl-draft): Put category property on
11091         mail-header-separator.