Update.
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
2
3         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
4         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
5
6 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7
8         * wl-expire.el: Fix Comentary section.
9
10 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11
12         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
13         Require mime-parse, elmo-mime, and wl-util.
14
15         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
16
17         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
18
19 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
20
21         * wl-template.el: Require elmo-util and wl-vars.
22
23         * wl-mime.el (wl-mime-display-header): Revert last change.
24         Remove `delete-matching-lines "^$"'.
25
26 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
27
28         * wl-mime.el (wl-define-dummy-functions): Split
29         `eval-when-compile' form for avoid error; when `make
30         compile-strict.
31
32         * wl-util.el: Move (eval-when-compile (require 'static)).
33         * wl-dnd.el: Add (eval-when-compile (require 'static)).
34         * wl-message.el: Ditto.
35
36         * wl-mime.el (wl-message-delete-current-part): Use
37         `insert-buffer-substring' instead of `insert-buffer'.
38         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
39         * wl-draft.el (wl-draft-generate-clone-buffer)
40         (wl-draft-do-mime-bcc): Ditto.
41
42         * wl-address.el: Add (eval-when-compile (require 'cl)).
43         * wl-addrmgr.el: Ditto.
44         * wl-mime.el: Ditto.
45         * wl-util.el: Ditto.
46         * wl-score.el: Ditto.
47
48 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
49
50         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
51         `string-to-int'.
52
53         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
54         `string-to-int'.
55
56         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
57         `string-to-number' instead of `string-to-int'.
58
59         * wl-summary.el (wl-summary-get-list-info)
60         (wl-summary-message-number): Use `string-to-number' instead of
61         `string-to-int'.
62
63         * wl-score.el (wl-score-overview-entity-get-lines)
64         (wl-score-set-mark-below, wl-score-set-expunge-below)
65         (wl-summary-increase-score, wl-score-get-header-entry): Use
66         `string-to-number' instead of `string-to-int'.
67
68         * wl-folder.el (wl-folder-update-diff-line): Use
69         `string-to-number' instead of `string-to-int'.
70
71         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
72         instead of `string-to-int'.
73
74         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
75         instead of `string-to-int'.
76
77         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
78         `string-to-int'.
79
80 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
81
82         * wl-util.el (wl-match-string, wl-match-buffer)
83         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
84         (wl-kill-buffers, wl-local-variable-p)
85         (wl-line-formatter-setup): New backquote style.
86         (wl-count-lines): Use quote instead of backquote.
87
88         * wl-summary.el (wl-summary-buffer-folder-name)
89         (wl-summary-get-alike): Use quote instead of backquote.
90         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
91         backquote style.
92
93         * wl-message.el (wl-message-buffer-cache-buffer-get)
94         (wl-message-buffer-cache-folder-get)
95         (wl-message-buffer-cache-message-get)
96         (wl-message-buffer-cache-entry-make)
97         (wl-message-buffer-cache-hit): New backquote style.
98
99         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
100         backquote.
101         (wl-folder-unread-regex, wl-folder-entity-exists-p)
102         (wl-folder-clear-entity-info)
103         (wl-folder-get-entity-info, wl-folder-set-entity-info)
104         (wl-folder-elmo-folder-cache-get)
105         (wl-folder-elmo-folder-cache-put): New backquote style.
106
107         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
108         (wl-fldmgr-assign-id): Ditto.
109         (wl-fldmgr-delete-line): Use quote instead of backquote.
110         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
111
112         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
113         (wl-draft-set-sent-message): New backquote style.
114         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
115         (wl-draft-config-body-goto-header): Use quote instead of backquote.
116
117 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
118
119         * wl-address.el (wl-address-concat-token): Fix typo.
120
121 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
122
123         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
124         (wl-score-get-alike): Ditto.
125
126         * wl-vars.el: New backquote style.
127         (wl-message-header-button-alist): Use quote instead of backquote.
128
129         * wl.el (wl-plugged-string): New backquote style.
130
131         * wl-address.el (wl-address-concat-token): New backquote style.
132
133         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
134
135 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
136
137         * wl-highlight.el (wl-highlight-folder-opened-regexp)
138         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
139
140         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
141         in the character alternative.
142
143 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
144
145         * Version number is increased to 2.15.6.
146
147 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
148
149         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
150         optional 3rd argument of epg-context-set-progress-callback; it was
151         temporarily removed in the Emacs trunk due to copyright problem.
152         (wl-mime-pgp-verify-region-with-epg): Ditto.
153
154 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
155
156         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
157
158 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
159
160         * wl-util.el (wl-biff-check-folders): Set biff flag.
161         (from Naoto Morishima [wl:14031])
162
163 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
164
165         * wl.el (wl-plugged-server-indent): Use quote instead of
166         backquote.
167
168 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
169
170         * wl-score.el (wl-score-insert-header): Add guard for
171         `std11-unfold-string'.
172         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
173         TYPE artgument when TO or CC field.
174
175 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-summary.el (wl-summary-goto-folder-subr): Call
178         `elmo-folder-close' instead of `elmo-folder-commit' if discard
179         current summary.
180
181 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-util.el (wl-read-shell-commande): New function or alias.
184
185         * wl-summary.el (wl-summary-pipe-message): Use
186         `wl-read-shell-command' instead of `read-string'.
187         (wl-summary-target-mark-pipe): Ditto.
188
189 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
190
191         * wl-summary.el (wl-summary-reply): Fix docstring.
192         * wl-draft.el (wl-draft-reply): Ditto.
193
194 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-mime.el (wl-summary-extract-attachments): New command.
197         (wl-summary-extract-attachments-1): New internal function.
198
199 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
200
201         * wl-expire.el (wl-expire-folder): New function (split from
202         wl-summary-expire).
203         (wl-summary-expire): Use it. Add argument `all' instead of remove
204         `nolist'. Cause an error only if this function is calling
205         interactively.
206
207 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-expire.el (wl-expire-refile): Display progress message.
210         (wl-summary-expire): Simplify.
211
212         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
213         unused argument `deleting-info'.
214
215 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216
217         * wl-vars.el (wl-message-popup-buffers): New user option.
218
219         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
220         (wl-message-delete-popup-windows): New function that substitues
221         above one.
222         (wl-mime-setup): Follow the above change.
223
224 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
225
226         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
227
228 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
229
230         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
231         "tkm" to wl-thread-spam.
232
233 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
234
235         * wl-thread.el (wl-thread-entity-insert-as-children): Use
236         wl-thread-entity-set-children.
237         (wl-thread-insert-message, wl-thread-insert-entity-sub,
238         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
239         Use wl-thread-entity-get-*.
240
241 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-mime.el (wl-epg-progress-callback): New function.
244         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
245         with `elmo-with-progress-display'. Set a progress callback
246         function to epg-context.
247         (wl-mime-pgp-verify-region-with-epg): Ditto.
248
249 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-util.el (wl-completing-read-multiple): Define as an alias of
252         `completing-read-multiple' if emacs-version is not less than 22.
253
254 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
255
256         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
257         change.
258
259 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
260
261         * wl-summary.el (wl-summary-sync-update): Move
262         `wl-thread-update-indent-string-thread' to outside of
263         `elmo-with-progress-display'.
264
265 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
266
267         * wl-message.el (wl-message-exit): Check buffer existence.
268
269 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-util.el (wl-simple-display-progress): New function.
272         (wl-display-progress-with-gauge): Ditto.
273         (wl-progress-callback-function): Ditto.
274
275         * wl.el (wl-init): Set `elmo-progress-callback-function' as
276         `wl-progress-callback-function'
277
278         * wl-vars.el (wl-display-progress-threshold): New user option.
279         (wl-display-progress-function): Ditto.
280
281         * Version number is increased to 2.15.5.
282
283 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-thread.el (wl-thread-close-children): New function.
286         (wl-thread-open-children): Ditto.
287         * wl-action.el (wl-summary-set-mark): Redo the last change by
288         using it.
289
290         * wl-action.el (wl-summary-set-mark): Undo the last change.
291         Forbid interactive call.
292
293 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
294
295         * wl-mime.el (wl-define-dummy-functions): New macro.
296         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
297         `wl-mime-pgp-decrypt-region'.
298         (wl-mime-pgp-verify-region-with-epg): Renamed from
299         `wl-mime-pgp-verify-region'.
300         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
301         `wl-mime-pgp-decrypt-region'.
302         (wl-mime-pgp-verify-region-with-pgg): Renamed from
303         `wl-mime-pgp-verify-region'.
304         (wl-mime-pgp-decrypt-region): New function; To select dispatch
305         function at runtime.
306         (wl-mime-pgp-verify-region): Ditto.
307
308         * wl-vars.el (wl-use-pgp-module): New user option.
309
310 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
311
312         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
313         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
314
315 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
316
317         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
318         even if there are target marks only.
319
320 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
321
322         * Version number is increased to 2.15.4.
323
324 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
325
326         * wl-folder.el (wl-folder-check-one-entity): Simplify.
327
328 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
329
330         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
331         variable.
332
333 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
334
335         * wl-spam.el (wl-thread-test-spam): New function.
336         (wl-spam-setup): Bind "tkc".
337
338 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
339
340         * wl-expire.el (wl-folder-expire-entity): Rewite without
341         `wl-summary-goto-folder-subr'.
342         (wl-folder-expire-current-entity): Don't kill summary buffer.
343
344 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl-folder.el (wl-folder-sync-entity): Rewrite without
347         `wl-summary-goto-folder-subr'.
348         (wl-folder-mark-as-read-all-entity): Likewise.
349
350         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
351
352 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
353
354         * wl-thread.el (wl-thread-force-open): Arranged.
355
356 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
357
358         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
359         from regexp.
360
361         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
362         (wl-read-search-condition-internal): Append them.
363
364 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
365
366         * wl-vars.el (wl-additional-search-condition-fields):
367         New user option.
368
369         * wl-util.el (wl-search-condition-fields): New function; export
370         from `wl-read-search-condition-internal'.
371         (wl-read-search-condition-internal): Use it.
372
373         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
374
375 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-summary.el (wl-summary-define-sort-command): New function.
378         (wl-summary-sort-by-date, wl-summary-sort-by-number)
379         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
380         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
381         define by `wl-summary-define-sort-command' at runtime.
382
383         * wl.el (wl-init): Call wl-summary-define-sort-command.
384
385 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
388         properties at the decrypting region.
389
390 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-util.el (wl-find-region): New function.
393
394         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
395         coding system.
396         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
397         property `wl-mime-decoded-coding-system'.
398         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
399         property `wl-mime-decoded-coding-system' to encode text.
400
401         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
402         message.
403         (wl-mime-pgp-verify-region): Ditto.
404
405 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
406
407         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
408         buffer. Use epa-display-verify-result.
409
410 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
411
412         * wl-draft.el (wl-draft-send): Continue even if setting parent
413         flag was failed.
414
415 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
416
417         * wl-message.el (wl-message-flag-indicator): Fixed the problem
418         of returning string only of parentheses.
419
420 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
421
422         * wl-summary.el (wl-summary-write): Add argument `folder'.
423         (wl-summary-write-current-folder): Change argument `folder' from
424         optional to require.
425         (wl-summary-get-buffer): Return the buffer associated folder only.
426
427         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
428         change.
429         (wl-folder-toggle-disp-summary): Ditto.
430
431         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
432         current summary as parent-folder.
433
434 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
435
436         * wl-draft.el (wl-draft-reedit): Don't overwrite
437         wl-draft-parent-folder.
438
439 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
440
441         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
442         (wl-mime-pgp-verify-region): Ditto.
443         (wl-message-decrypt-pgp-nonmime): Use the above function.
444         (wl-message-verify-pgp-nonmime): Likewise.
445         (wl-mime-preview-application/pgp): Likewise.
446
447 2006-04-20  Kenichi Okada  <okada@opaopa.org>
448
449         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
450         Fix about the order of `wl-nntp-posting-port' and
451         `wl-nntp-posting-stream-type'.
452         * wl.el (wl-plugged-port-label-alist): Add smtp.
453
454 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
455
456         * wl-summary.el (wl-summary-message-status): New macro.
457
458         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
459         (wl-summary-killed-mark): New user option.
460
461         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
462         API change.
463         (wl-thread-insert-entity-sub): Ditto.
464         (wl-thread-recover-messages): New command.
465
466         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
467         Don't call `wl-highlight-summary-current-line' directly.
468         (wl-summary-buffer-attach): Connect to signal `status-changed'
469         instead of `cache-changed'.
470         (wl-summary-buffer-detach): Follow the above change.
471         (wl-summary-detect-mark-position): Follow the API change.
472         (wl-summary-rescan-message): Ditto.
473         (wl-summary-insert-sequential): Ditto.
474         (wl-summary-update-thread): Ditto.
475         (wl-summary-message-mark): Ditto.
476         (wl-summary-persistent-mark): Ditto.
477         (wl-summary-create-line): Ditto.
478         (wl-summary-prefetch-region-no-mark): Call
479         `wl-summary-persistent-mark' with number.
480         (wl-summary-recover-messages-region): New command.
481         (wl-summary-target-mark-recover): Ditto.
482         (wl-summary-recover-message): Ditto.
483         (wl-summary-persistent-mark-string): Add argument `status' instead
484         of remove arguments `flags' and `cached'.  Treat killed status.
485         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
486
487         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
488         (wl-highlight-summary-line-face-spec): Treat killed status.
489         (wl-highlight-summary-line-string): Follow the API change.
490         (wl-highlight-summary-current-line): Ditto.
491
492         * Version number is increased to 2.15.3.
493
494 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
495
496         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
497         of symbolp to test whether the condition is function.
498
499 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
502         to nil.
503
504 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-summary.el (wl-summary-buffer-message-ring): New internal
507         variable.
508         (wl-summary-buffer-last-displayed-msg): Abolish.
509         (wl-summary-push-message): New function.
510         (wl-summary-pop-message): Ditto.
511         (wl-summary-goto-folder-subr): Reset
512         `wl-summary-buffer-message-ring'.
513         (wl-summary-pop-to-last-message): New command.
514         (wl-summary-goto-last-displayed-msg): Call
515         wl-summary-pop-to-last-message if optional argument is non-nil or
516         the last command is itself.
517         (wl-summary-redisplay-internal): Push last message number into
518         `wl-summary-buffer-message-ring'.
519
520         * wl-vars.el (wl-summary-message-ring-max): New user option.
521
522 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
523
524         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
525         from `wl-draft-reply').
526         (wl-draft-reply): Use it.
527         (wl-draft-find-reply-headers): Avoid compile warning.
528
529 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
530
531         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
532
533 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
534
535         * wl-message.el (wl-message-flag-indicator): New function.
536         (wl-message-redisplay): Use it.
537
538 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
539
540         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
541
542 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
545         instead of `read-event'.
546
547         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
548
549         * wl-mule.el (wl-read-event-char): Ditto.
550
551         * wl-e21.el (wl-read-event-char): Ditto.
552
553 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
554
555         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
556
557 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-vars.el (wl-draft-send-confirm-type): New user option.
560
561         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
562
563         * wl-draft.el (wl-draft-send-confirm): Confirmation by
564         `wl-draft-send-confirm-type'
565
566 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
569         Avoid error when the buffer name is already used.
570
571 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
572
573         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
574         the change of elmo-nmz -> elmo-search.
575         (wl-highlight-summary-line-help-echo-alist): Ditto.
576         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
577         (wl-nmz-folder-icon): Define as obsolete.
578         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
579         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
580
581 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-summary.el (wl-summary-get-list-info): Rewrite with
584         `elmo-find-list-match-value'
585
586 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
587
588         * wl-summary.el (wl-summary-get-list-info): Optimize.
589         Use List-Id and List-Post also.
590
591 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
594
595 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
596
597         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
598
599 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
600
601         * wl-util.el (wl-completing-read-multiple-1): New internal function.
602         (wl-completing-read-multiple-2): Ditto.
603         (wl-completing-read-multiple): Define use above functions.
604
605         * wl-summary.el (wl-summary-sort): Removed the workaround for a
606         bug of `completing-read-multiple' about default value.
607
608         * wl-xmas.el (wl-completing-read-multiple): Removed.
609
610         * wl-mule.el (wl-completing-read-multiple): Ditto.
611
612         * wl-e21.el (wl-completing-read-multiple): Ditto.
613
614 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-util.el (wl-filter-associations): New function.
617
618         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
619         (wl-spam-ignored-folder-list): Ditto.
620         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
621         (wl-spam-string-member-p): New function.
622         (wl-spam-domain): Use it.
623         (wl-spam-split-numbers): New function.
624         (wl-spam-apply-partitions): Ditto.
625         (wl-spam-register-spam-messages): Use `folder' instead of
626         `wl-summary-buffer-elmo-folder'.
627         (wl-spam-register-good-messages): Ditto.
628         (wl-summary-exec-action-spam): Decide a domain by real folder of
629         message.
630         (wl-summary-exec-action-refile-with-register): Likewise.
631
632 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-e21.el (wl-e21-find-image): New function.
635         (wl-e21-setup-toolbar): Use it instead of `find-image'.
636         (wl-e21-highlight-folder-group-line): Ditto.
637         (wl-folder-init-icons): Ditto.
638         (wl-plugged-init-icons): Ditto.
639         (wl-biff-init-icons): Ditto.
640
641 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
642
643         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
644         (wl-inhibit-save-drafts): New internal variable.
645         (wl-disable-auto-save): Ditto.
646         (wl-save-drafts): Treat above variables.
647         (wl-auto-save-drafts): New function.
648         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
649         `wl-stop-save-drafts'.
650         (wl-start-save-drafts): New function.
651         (wl-stop-save-drafts): Ditto.
652         (wl-set-auto-save-draft): New command.
653
654         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
655         `wl-set-save-drafts'.
656
657 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
658
659         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
660         `make-local-variable' instead of `make-variable-buffer-local'.
661
662 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
663
664         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
665
666 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
667
668         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
669
670 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
671
672         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
673         of working buffer.
674
675 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
676
677         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
678
679         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
680         value into recipients; Bind `wl-draft-remove-group-list-contents'
681         as nil.
682
683 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
684
685         * wl-summary.el (wl-summary-sort): Fixed the last change.
686
687         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
688         (wl-summary-sort-messages): Ditto.
689         (wl-summary-rescan): Use it.
690         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
691         `completing-read'; Append candidates for reverse order.
692
693 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * Version number is increased to 2.15.2.
696
697 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
698
699         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
700         "Smaller".
701         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
702
703 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
704
705         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
706
707 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-vars.el (wl-draft-additional-header-alist): Add into the
710         customize group `wl-draft'.
711         (wl-draft-add-in-reply-to): Move customize group from `wl' to
712         `wl-draft'.
713         (wl-draft-add-references): Ditto.
714
715         * wl-action.el (wl-summary-print-argument): Rename argument from
716         `folder' to `data'.
717
718 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-summary.el (wl-summary-rescan-message): Call
721         `wl-thread-cleanup-symbols' before insert thread.
722
723 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl.el (wl-init): Set `elmo-get-folder-function' as
726         `wl-folder-make-elmo-folder'.
727
728         * wl-spam.el (wl-summary-exec-action-spam): Use
729         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
730
731         * wl-folder.el (wl-folder-make-elmo-folder): New function.
732         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
733         `elmo-make-folder'.
734         (wl-folder-get-elmo-folder): Ditto.
735         (wl-folder-create-subr): Simplify.
736
737 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
740
741 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
744         contents in message buffer instead of original buffer. If optional
745         argument specified, ask coding system for encode.
746
747 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
748
749         * wl-spam.el (wl-summary-test-spam-region): New function.
750         (wl-spam-setup): Bind "rkc".
751
752 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
753
754         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
755
756 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
757
758         * wl-spam.el (wl-summary-test-spam): Fix typo.
759         (wl-message-check-spam): Ditto.
760
761 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
762
763         * wl-summary.el (wl-summary-default-from): Simplify.
764
765 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-action.el (wl-summary-exec-action-refile): Simplify.
768         (wl-summary-exec-action-copy): Ditto.
769         (wl-summary-auto-refile): Check existence of temporary mark.
770
771 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-summary.el (wl-summary-create-line): Use
774         `elmo-time-to-datevec'.
775
776         * wl-expire.el (wl-expire-archive-date): Ditto.
777         (wl-expire-localdir-date): Ditto.
778
779         * wl-util.el (wl-day-number): Abolish.
780
781         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
782         of `wl-day-number'.
783         (wl-score-followup): Ditto.
784         (wl-score-add-followups): Ditto.
785         (wl-score-get-latest-msgs): Ditto.
786         (wl-score-get-header-entry): Ditto.
787         (wl-score-edit-insert-date): Ditto.
788
789 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
792         `elmo-message-entity-field' with 2nd argument `type'.
793
794 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
795
796         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
797
798 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
799
800         * wl-thread.el (wl-thread-delete-message): Delete descendant
801         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
802
803 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
804
805         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
806
807 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
808
809         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
810         `Access folder'.
811
812 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * wl-vars.el (wl-access-folder-icon): New user option.
815
816         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
817         `Access folder'.
818
819 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-summary.el (wl-summary-buffer-set-folder): Use
822         `wl-folder-mime-charset'.
823
824         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
825         `mime-charset'.
826         (wl-folder-get-elmo-folder): Ditto.
827         (wl-folder-mime-charset): New function.
828
829 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
830
831         * wl-util.el (wl-parse-addresses): Define alias of
832         `elmo-parse-addresses' (move to `elmo-util.el').
833
834         * wl-summary.el (wl-summary-default-from): Follow the API change.
835         (wl-summary-overview-entity-compare-by-date): Ditto.
836         (wl-summary-overview-entity-compare-by-from): Ditto.
837         (wl-summary-get-list-info): Get value of `ml-info' field from
838         entity at first.
839         (wl-summary-rescan-message): Treat prefix argument.
840         (wl-summary-prefetch-msg): Follow the API change.
841         (wl-summary-search-by-subject): Ditto.
842         (wl-summary-insert-thread): Ditto.
843         (wl-summary-line-subject): Ditto.
844         (wl-summary-line-from): Ditto.
845         (wl-summary-create-line): Ditto.
846         (wl-summary-print-message-with-ps-print): Ditto.
847
848         * wl-score.el (wl-score-ov-entity-get): Ditto.
849         (wl-score-followup): Ditto.
850         (wl-score-add-followups): Use `elmo-message-entity-field' instead
851         of `car'.
852         (wl-score-get-latest-msgs): Follow the API change.
853         (wl-score-get-header): Ditto.
854
855         * wl-refile.el (wl-refile-learn): Ditto.
856         (wl-refile-subject-learn): Ditto.
857         (wl-refile-get-field-value): Ditto.
858         (wl-refile-guess-by-history): Ditto.
859         (wl-refile-guess-by-subject): Ditto.
860
861         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
862
863         * wl-expire.el (wl-expire-date-p): Removed.
864         (wl-expire-archive-date): Follow the API change.
865         (wl-expire-localdir-date): Ditto.
866         (wl-summary-expire): Ditto.
867
868         * Version number is increased to 2.15.1.
869
870 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
871
872         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
873         group is access or not (it is not strict, like wl-fldmgr-rename).
874
875 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
876
877         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
878         duplicate call of `wl-summary-print-argument' on the wrong line.
879
880 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
881
882         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
883         even if argument `number' is nil.
884         (wl-summary-insert-line): Print action argument if current message
885         has it.
886
887 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
888
889         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
890         (wl-draft-reply): Ditto.
891         (wl-draft): Add optional argument `parent-number' and call
892         `wl-draft-create-buffer' with it.
893         (wl-draft-create-buffer): Add optional argument
894         `parent-number'. Set wl-draft-parent-number as it.
895
896 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
897
898         * wl-folder.el (wl-folder-set-persistent-mark): If summary
899         buffer is not for given folder, don't use it.
900
901 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
902
903         * Version number is increased to 2.15.0.
904
905 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
906
907         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
908
909         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
910         (wl-highlight-get-face-by-name): New internal function.
911         (wl-highlight-summary-line-face-spec): Use it and fixed.
912
913 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-summary.el (wl-summary-sync-update): Use
916         `elmo-message-entity-field' instead of `car' to get message-id
917         from overview entity.
918
919         * wl-summary.el (wl-summary-rescan-message): Call
920         `wl-highlight-summary-displaying' when displaying a message.
921
922 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
923
924         * wl-draft.el (wl-draft-config-info-filename): Extracted from
925         `wl-draft-config-info-operation'.
926         (wl-draft-buffer-change-number): New function.
927         (wl-draft-rename-saved-config): Ditto.
928         * wl.el (wl-init): Connect slot for message-number-changed.
929         (toplevel): Add autoload for wl-draft-rename-saved-config.
930
931 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
932
933         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
934         `update-overview'
935         (wl-summary-buffer-detach): Disconnect from it.
936         (wl-summary-rescan-message): Use command.
937
938         * wl-message.el (wl-message-buffer-display): Use
939         `with-current-buffer' instead of `save-excursion'.
940
941 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-mime.el (wl-draft-preview-attributes-list): Protect
944         wl-draft-preview-attributes-list from distraction.
945
946 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
947
948         * wl-summary.el (wl-summary-sync-update): Sort the return value of
949         `elmo-list-diff'.
950
951 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
952
953         * wl-summary.el
954         (wl-summary-edit-addresses-collect-candidate-fields): Use
955         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
956
957         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
958         instead of `elmo-set-work-buf'.
959
960         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
961         (wl-address-make-address-list): Ditto.
962
963         * Version number is increased to 2.13.3.
964
965 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
966
967         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
968         user option.
969
970         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
971         argument `5'.
972
973         * wl-message.el (wl-message-display-no-merge-p): New function.
974         (wl-message-buffer-display): Check whether the message is
975         reassembled and follow the API change.
976
977 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
978
979         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
980         multibyte on working buffer and removed unnecessary
981         `buffer-disable-undo'.
982
983 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
984
985         * wl-util.el (wl-read-search-condition-internal): Fixed the last
986         change.
987
988 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
989
990         * wl-util.el (wl-read-search-condition-internal): Protect
991         elmo-global-flags from distraction.
992
993 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
996
997         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
998         (wl-summary-event-handler): Ditto.
999         (wl-summary-update-persistent-mark-on-event): New
1000         function (renamed from `elmo-event-handler-flag-changed').
1001         (wl-summary-buffer-attach): New function.
1002         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1003         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1004         instead of `elmo-folder-add-handler'.
1005
1006         * Version number is increased to 2.13.2.
1007
1008 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1011         and "\177" to the `wl-news-previous-page'.
1012         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1013         (wl-news-previous-page): New function.
1014
1015 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1018         instead of `write-region' and simplify.
1019
1020 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-template.el (wl-template-select): Cause error if
1023         `wl-template-alist' is nil.
1024
1025 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1026
1027         * wl-news.el.in: Set file variable `no-byte-compile'.
1028
1029 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1030
1031         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1032         whether a target message is within displaying area.
1033         (elmo-event-handler-cache-changed): Ditto.
1034
1035 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1036
1037         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1038         to `defun'.  Use `nconc' instead of `append' to collect descendant
1039         message numbers.
1040
1041 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1042
1043         * wl-thread.el (wl-thread-save-top-list)
1044         (wl-thread-save-entities): Use `with-temp-buffer'.
1045         * wl-news.el.in (wl-news-previous-version-load):
1046         (wl-news-previous-version-save): Ditto.
1047         * wl-summary.el (wl-summary-load-file-object)
1048         (wl-summary-save-view-cache): Ditto.
1049
1050 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-util.el (toplevel): Require 'elmo-flag'.
1053         (wl-read-search-condition): New function (Renamed from
1054         `elmo-read-search-condition').
1055         (wl-read-search-condition-internal): Likewise.
1056
1057         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1058         invalid.
1059         (wl-summary-pick): Use `wl-read-search-condition' instead of
1060         `elmo-read-search-condition'.
1061         (wl-summary-virtual): Ditto.
1062
1063         * wl-folder.el (wl-folder-virtual): Ditto.
1064         (wl-folder-pick): Ditto.
1065
1066         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1067
1068 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-summary.el (wl-summary-reedit): Call
1071         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1072
1073 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * wl-mime.el (toplevel): Require wl-vars.
1076
1077         * wl-message.el (toplevel): Require cl at compile.
1078
1079         * wl-draft.el (toplevel): Require elmo.
1080
1081 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1082
1083         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1084         and do nothing when it is not positive.
1085         (wl-message-buffer-prefetch-next): Ditto.
1086
1087 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1088
1089         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1090         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1091         (wl-summary-redisplay-internal): Ditto.
1092
1093         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1094         message (the condition is borrowed from `wl-check-variables-2').
1095         (wl-summary-redisplay-internal): Ditto.
1096
1097 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-mime.el (wl-draft-nntp-attribute): New function.
1100         (wl-draft-attribute-nntp-posting-server): Use it.
1101         (wl-draft-attribute-nntp-posting-port): Ditto.
1102
1103         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1104         (wl-draft-show-attributes-buffer): Ditto.
1105         (wl-draft-hide-attributes-buffer): Ditto.
1106         (wl-draft-attribute-newsgroups): Ditto.
1107         (wl-draft-attribute-nntp-posting-server): Ditto.
1108         (wl-draft-attribute-nntp-posting-port): Ditto.
1109         (wl-draft-preview-message): Use there functions.
1110
1111         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1112         value.
1113
1114 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1115
1116         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1117         (wl-draft-reedit): Ditto.
1118         (wl-draft-queue-flush): Ditto.
1119
1120         * wl-mime.el (wl-message-request-partial): Ditto.
1121         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1122         instead of `elmo-message-fetch'.
1123
1124         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1125
1126         * wl-summary.el (wl-summary-message-string): Ditto.
1127
1128 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1129
1130         * wl-util.el (wl-current-message-buffer): Follow the API change.
1131
1132         * wl-summary.el (wl-summary-redisplay-internal): Call
1133         `wl-summary-mark-as-read' with 2nd argument as nil and update
1134         unread count instead of persistent mark.
1135
1136         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1137         variable.
1138         (wl-message-redisplay): Follow the API change.
1139         (wl-message-buffer-display): Managed mime-entity directly and
1140         return preview buffer only.
1141         (wl-message-display-internal): Rewrite.
1142         (wl-message-buffer-prefetch-subr): Not save return value of
1143         `wl-message-buffer-display'.
1144
1145         * Version number is increased to 2.13.1.
1146
1147 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1148
1149         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1150         'elmo-multiple-fields-body-list' with boundary specified.
1151
1152 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1153
1154         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1155         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1156         cache if `wl-summary-resend-use-cache' is non-nil.
1157
1158 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1159
1160         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1161         (wl-nntp-posting-stream-type): Ditto.
1162
1163 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1164
1165         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1166
1167 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1168
1169         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1170         message.
1171
1172 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1173
1174         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1175         Abolish.
1176         (wl-summary-buffer-persistent-mark-version): New internal
1177         variable.
1178         (wl-summary-update-mark-and-highlight-window): Check by
1179         wl-summary-persistent-mark-invalid-p.
1180         (wl-summary-update-status-marks): Ditto.
1181         (elmo-event-handler-flag-changed): Rewrite.
1182         (elmo-event-handler-cache-changed): Define.
1183         (wl-summary-prefetch-msg): Does not update persistent mark here.
1184         (wl-summary-delete-cache): Ditto.
1185         (wl-summary-resume-cache-status): Ditto.
1186         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1187         (wl-summary-persistent-mark-invalid-p): New function.
1188         (wl-summary-validate-persistent-mark): Ditto.
1189         (wl-summary-validate-persistent-mark-string): Ditto.
1190         (wl-summary-invalidate-persistent-mark): Ditto.
1191         (wl-summary-update-persistent-mark): Call
1192         `wl-summary-validate-persistent-mark'.
1193         (wl-summary-create-line): Call
1194         `wl-summary-validate-persistent-mark-string'.
1195
1196         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1197         status as t if cache used.
1198
1199 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1200
1201         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1202         only if the target is group.
1203         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1204
1205 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1206
1207         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1208
1209 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1210
1211         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1212
1213         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1214
1215 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1216
1217         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1218         (Thanks to Yoichi NAKAYAMA).
1219
1220 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1221
1222         * wl-util.el (wl-save-drafts): Restore echo area.
1223
1224 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1225
1226         * Version number is increased to 2.13.0.
1227
1228         * wl-util.el (wl-biff-check-folder-async): Use
1229         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1230
1231 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-message.el (wl-message-display-internal): Does not put
1234         wl-message-display-type property on message buffer.
1235         (wl-message-buffer-display-type): New function.
1236
1237         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1238
1239         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1240         `wl-summary-buffer-detach'.
1241         (wl-summary-message-display-type): Use
1242         `wl-summary-buffer-display-type'.
1243
1244 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1245
1246         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1247         buffer-local.
1248
1249         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1250         kill-buffer-hook instead of make-local-variable.
1251         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1252
1253 2004-12-12  Scott Renfro <scott@renfro.org>
1254
1255         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1256         regex for square-branket.
1257
1258 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1261         `wl-message-mime-analysis-p' with argument `header'.
1262
1263 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1264
1265         * wl-mime.el (wl-draft-yank-current-message-entity): 
1266         Switch to no-mime following method according to wl-message-display-type
1267         property.
1268         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1269
1270         * wl-message.el (wl-message-display-internal): 
1271         Put wl-message-display-type property on message buffer.
1272
1273         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1274         (wl-message-display-internal): Ditto;
1275
1276         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1277
1278 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1279
1280         * wl-message.el (wl-message-make-display-type): New function.
1281         (wl-message-display-type-property): Ditto.
1282         (wl-message-mime-analysys-p): Ditto.
1283         (wl-message-display-all-header-p): Ditto.
1284         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1285         added `display-type'.
1286         (wl-message-buffer-display): Likewise.
1287         (wl-message-display-internal): Likewise.
1288         (wl-message-buffer-display-type): Abolish.
1289         (wl-message-buffer-prefetch-subr): Follow the API changed.
1290
1291         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1292         from wl-summary-buffer-display-all-header and changed default value.
1293         (wl-summary-message-display-type): New function.
1294         (wl-summary-buffer-display-mime-mode): Ditto.
1295         (wl-summary-buffer-display-header-mode): Ditto.
1296         (wl-summary-toggle-mime): Rewrite with above functions.
1297         (wl-summary-toggle-all-header): Ditto.
1298         (wl-summary-redisplay): Force redisplay with default mode.
1299         (wl-summary-redisplay-internal): Renamed argument from `mode',
1300         `all-header' to `mime-mode', `header-mode'.
1301         Use `wl-message-make-display-type'.
1302
1303         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1304         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1305
1306 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1307
1308         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1309
1310 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1311
1312         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1313         in original message buffer.
1314         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1315         buffer.
1316
1317 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1318
1319         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1320
1321 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1322
1323         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1324
1325 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1326
1327         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1328         when actions succeeded.
1329         (wl-summary-exec-action-copy): Likewise.
1330
1331 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1332
1333         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1334         there is switch-to-buffer at the end of wl-message-select-buffer.
1335         (wl-summary-reply): Ditto.
1336
1337 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1338
1339         * wl-summary.el (wl-summary-forward): Put subject in original
1340         message buffer as argument of wl-draft-forward.
1341         * wl-draft.el (wl-draft-forward): Decode subject as in
1342         wl-draft-reply.
1343
1344 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1345
1346         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1347         a folder under access group.
1348
1349 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1352         wl-message-buffer-display.
1353
1354         * wl-util.el (wl-set-save-drafts): Fix typo.
1355
1356 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1357
1358         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1359         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1360         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1361         the way to measure the width of a bitmap image; don't put face on
1362         ascii and bitmap images; put the mark which should not use the
1363         variable-pitch face on ascii and bitmap images.
1364         (wl-demo-setup-properties): Don't use the variable-pitch face on
1365         ascii and bitmap images; made it work on Emacs 20 and earlier.
1366         (wl-demo-insert-text): End with a newline at the bottom; don't put
1367         face on text.
1368
1369         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1370
1371 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1372
1373         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1374
1375         * wl-util.el (wl-save-drafts): Moved from sample setting.
1376         (wl-set-save-drafts): New function to set idle timer.
1377         * wl-draft.el (wl-draft): Call it.
1378         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1379
1380 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1381
1382         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1383         a summary which has toggle display status off.
1384
1385 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1386
1387         * wl-draft.el (wl-draft-do-fcc): No cache save.
1388
1389 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1390
1391         * wl-summary.el (elmo-event-handler-flag-changed): Use
1392         `set-buffer' instead of `with-current-buffer'.
1393
1394 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1395
1396         * wl-summary.el (wl-summary-after-resize-function): New function.
1397         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1398         window-size-change-functions.
1399
1400 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1401
1402         * wl-draft.el (wl-draft-create-buffer): Bind
1403         `change-major-mode-hook' after current buffer is changed.
1404
1405         * wl-summary.el (wl-summary-buffer-detach): New function.
1406         (wl-summary-buffer-set-folder): Call it.
1407         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1408         change-major-mode-hook and kill-buffer-hook.
1409         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1410         (wl-summary-switch-to-clone-buffer): Ditto.
1411         (wl-summary-goto-folder-subr): Ditto.
1412
1413 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1414
1415         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1416         after boundp check.
1417
1418 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1419
1420         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1421         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1422         for `kill-buffer'.
1423
1424         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1425         handler of current buffer from elmo-folder.
1426
1427 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1428
1429         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1430
1431 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1432
1433         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1434         variable.
1435         (wl-summary-event-handler): New class.
1436         (elmo-event-handler-flag-changed): Define to update persistent
1437         mark.
1438         (wl-summary-buffer-set-folder): Register event handler to
1439         elmo-folder.
1440         (wl-summary-exit): Unregister event handler.
1441         (wl-summary-goto-folder-subr): Ditto.
1442         (wl-summary-mark-as-read-all): Does not call
1443         `wl-summary-update-persistent-mark' directly.
1444         (wl-summary-mark-as-read-internal): Ditto.
1445         (wl-summary-set-persistent-mark-internal): Ditto.
1446         (wl-summary-set-flags-internal): Ditto.
1447
1448         * Version number is increased to 2.11.33.
1449
1450 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1451
1452         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1453         to nil.
1454
1455 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456
1457         * wl-spam.el (wl-spam-setup): Add hook
1458         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1459         instead of `wl-summary-prepare-hook'.
1460
1461         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1462         if folder type is `'flag'.
1463         (wl-summary-mark-as-important): Ditto.
1464
1465 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1466
1467         * wl-address.el (wl-address-minibuffer-history): New variable.
1468         (wl-address-minibuffer-local-map): New keymap.
1469         (wl-address-read-from-minibuffer): New function.
1470
1471         * wl-action.el (wl-summary-get-resend-address): Use
1472         `wl-address-read-from-minibuffer' instead of `completing-read'.
1473
1474 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1475
1476         * Version number is increased to 2.11.32.
1477
1478 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1479
1480         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1481         without mule to iso-8859-1.
1482         (wl-draft-add-in-reply-to): Add note in description.
1483         (wl-draft-add-references): Ditto.
1484
1485 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1486
1487         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1488         definition for `m'.
1489         (wl-summary-mode-line-format): Add '[%m]'.
1490         (wl-message-mode-line-format-spec-alist): Ditto.
1491         (wl-summary-display-mime-mode-list): New variable.
1492
1493         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1494         from wl-summary-buffer-display-as-is.
1495         (wl-summary-buffer-display-all-header): New buffer local variable.
1496         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1497         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1498         instead of wl-summary-buffer-display-as-is.
1499         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1500         (wl-summary-set-persistent-mark): Ditto.
1501         (wl-summary-set-message-buffer-or-redisplay): Just call
1502         `wl-summary-redisplay-internal' without optional arguments.
1503         (wl-summary-toggle-mime): Rewrite.
1504         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1505         (wl-summary-toggle-all-header): New function.
1506         (wl-summary-redisplay-internal): Treat mime mode.
1507
1508         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1509         to wl-mime-preview-follow-no-mime.
1510         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1511         accodring to the display-mode.
1512
1513         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1514         (wl-message-buffer-display): Changed argument name from `as-is' to
1515         `mode'.
1516         (wl-message-display-internal): Ditto;
1517         Bind elmo-mime-display-header-analysis according to the mode.
1518         (wl-message-display-internal): Put wl-message-display-mime-mode
1519         property on entire buffer.
1520
1521 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1524
1525 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1526
1527         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1528         Don't extract mail address.
1529         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1530
1531         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1532
1533         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1534
1535 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1536
1537         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1538         wl-fldmgr-cut-entity-list on confirmation.
1539
1540 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1541
1542         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1543         (wl-mime-quit-preview): Check existence of
1544         mime-edit-temp-message-buffer here.
1545
1546 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1547
1548         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1549         after deletion.
1550
1551         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1552         before calling wl-mime-quit-preview.
1553
1554 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1555
1556         * wl-summary.el (wl-summary-pick): If call it with prefix
1557         argument, set `delete-marks' as non-nil. Pick from only visible
1558         messages.
1559         (wl-summary-check-target-mark): New function.
1560         (wl-summary-target-mark-mark-as-read): Use it.
1561         (wl-summary-target-mark-mark-as-unread): Ditto.
1562         (wl-summary-target-mark-operation): Ditto.
1563         (wl-summary-target-mark-set-flags): Ditto.
1564         (wl-summary-target-mark-save): Ditto.
1565         (wl-summary-target-mark-pick): Ditto.
1566         (wl-summary-target-mark-forward): Ditto.
1567         (wl-summary-target-mark-reply-with-citation): Ditto.
1568         (wl-summary-target-mark-print): Ditto.
1569         (wl-summary-target-mark-uudecode): Ditto.
1570
1571         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1572         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1573         with `ask-coding' is non-nil.
1574
1575 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1576
1577         * wl-thread.el (wl-thread-set-parent): If parent is a message
1578         which is identified by references, set linked as nil.
1579
1580 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1581
1582         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1583         (wl-message-mode-line-format-spec-alist): Ditto.
1584         (wl-message-mode-line-format): Ditto.
1585         (wl-summary-mode-line-format): Ditto for docstring.
1586         (wl-summary-no-mime-folder-list): Fix typo.
1587
1588         * wl-util.el (wl-current-message-buffer): Call
1589         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1590
1591         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1592         variable.
1593         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1594         of `wl-summary-redisplay-no-mime'.
1595         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1596         (wl-summary-toggle-mime): New function.
1597         (wl-summary-redisplay-all-header): Rewrite.
1598         (wl-summary-redisplay-no-mime): Ditto.
1599         (wl-summary-redisplay-internal): Added argument `as-is' and
1600         `all-header'.
1601
1602         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1603         New variable.
1604         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1605         bottom.
1606         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1607         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1608         "/" unconditionally.
1609
1610         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1611         wl-mime-preview-follow-no-mime for as-is content.
1612         (wl-mime-preview-follow-no-mime): New function.
1613         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1614
1615         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1616         and added `as-is', `all-header'.
1617         (wl-message-buffer-display): Ditto.
1618         (wl-message-buffer-display-type): New function.
1619
1620 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1621
1622         * wl-vars.el (wl-message-header-button-alist): Change default
1623         value.
1624         (wl-message-body-button-alist): Ditto.
1625
1626 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1629
1630 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1633
1634 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1635
1636         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1637         is always true.
1638
1639 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1640
1641         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1642         on null entity.
1643
1644 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1645
1646         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1647
1648 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1649
1650         * wl-vars.el (wl-summary-resend-hook): New hook.
1651
1652         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1653         `wl-summary-resend-hook'.
1654
1655 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1656
1657         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1658         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1659         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1660         (wl-summary-new-cached-mark): Changed default value to 'n'.
1661         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1662         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1663         (wl-folder-sync-range-alist): Remove spec for 'flag.
1664         (wl-summary-force-prefetch-folder-list): New user option.
1665
1666         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1667         `wl-summary-toggle-persistent-mark'.
1668         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1669         number is nil.
1670         (wl-summary-mark-as-answered-region): Set interactive argument of
1671         `wl-summary-set-persistent-mark-internal'.
1672         (wl-summary-mark-as-important-region): Ditto.
1673         (wl-summary-unset-persistent-mark): Ditto.
1674         (wl-summary-set-persistent-mark): Ditto.
1675         (wl-summary-mark-as-answered): Ditto.
1676         (wl-summary-mark-as-important): Ditto.
1677         (wl-summary-set-persistent-mark-internal): Do nothing
1678         when `elmo-message-flag-available-p' is nil.
1679         (wl-summary-toggle-persistent-mark): New function.
1680         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1681         when the folder matches `wl-summary-force-prefetch-folder-list'.
1682
1683
1684         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1685         when number is nil.
1686         (wl-highlight-summary-forwarded-face): New face.
1687
1688 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1689
1690         * Version number is increased to 2.11.31.
1691
1692 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1693
1694         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1695         (wl-biff-check-folder-async): Ditto.
1696         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1697
1698 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1699
1700         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1701         Add an argument `reverse'.  All callers are updated.
1702         (wl-summary-sort): Add a prefix argument `reverse' to specify
1703         reverse sorting.
1704         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1705         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1706         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1707
1708 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1709
1710         * wl-message.el (wl-message-redisplay): Does not narrow header if
1711         disply-type is all-header or as-is.
1712
1713         * wl-summary.el (wl-summary-enter-handler): Use
1714         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1715
1716 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1717
1718         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1719         after adding wl-draft-parent-variables.
1720         (wl-draft-forward): Ditto.
1721
1722 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1723
1724         * wl-summary.el (wl-summary-sync-marks): Call
1725         `wl-summary-set-persistent-mark' and
1726         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1727         (wl-summary-set-persistent-mark-internal): Add 4th argument
1728         `no-server'.
1729         (wl-summary-unset-persistent-mark): Ditto.
1730         (wl-summary-set-persistent-mark): Ditto.
1731         (wl-summary-add-flags-internal): Abolish.
1732         (wl-summary-remove-flags-internal): Ditto.
1733         (wl-summary-mark-as-important-internal): Ditto.
1734         (wl-summary-mark-as-important): Use
1735         `wl-summary-set-persistent-mark' instead of
1736         `wl-summary-add-flags-internal'.
1737         (wl-summary-mark-as-important-region): Ditto.
1738
1739         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1740
1741         * wl-summary.el (wl-summary-get-available-flags): New function.
1742         (wl-summary-sync-marks): Use it and simplified.
1743         (wl-summary-unset-persistent-mark): Use
1744         `wl-summary-get-available-flags'.
1745         (wl-summary-set-persistent-mark): Ditto.
1746
1747 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1748
1749         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1750         id.
1751
1752 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1753
1754         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1755         number, call `wl-summary-prev-line-content'. Show message when the
1756         message is not found.
1757
1758 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1759
1760         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1761         wl-summary-enter-handler.
1762         (wl-summary-enter-handler): New command.
1763
1764         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1765         docstring and custom spec.
1766
1767         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1768         flags too; Don't treat Cached and New.
1769         (wl-summary-set-persistent-mark): Ditto.
1770
1771         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1772         `wl-folder-set-flag'.
1773
1774         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1775         instead of `wl-folder-set-flag'.
1776
1777         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1778         for completion.
1779         (wl-summary-set-persistent-mark): Ditto.
1780
1781         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1782         instead of `wl-draft-quit-preview'.
1783
1784         * wl-mime.el (toplevel): Avoid compile warning.
1785         (wl-mime-quit-preview): New function
1786         (formarly defined as `wl-draft-quit-preview').
1787         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1788         quitting method.
1789
1790         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1791
1792         * wl-folder.el (wl-folder-set-flag): Renamed from
1793         `wl-draft-set-flag-on-parent'.
1794
1795         * wl-draft.el (wl-draft-quit-preview): New function.
1796         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1797         (wl-draft-send): Call `wl-folder-set-flag' instead of
1798         `wl-draft-set-flag-on-parent'.
1799         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1800
1801 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1802
1803         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1804         (wl-draft-send): Ditto.
1805
1806 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1807
1808         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1809         (wl-draft-kill-pre-hook): Set default value as nil.
1810         (wl-summary-reply-hook): Ditto.
1811         (wl-draft-kill-flags): Abolish.
1812
1813         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1814         (wl-draft-parent-variables): Renamed from
1815         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1816         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1817         argument; Add wl-draft-parent-variables to
1818         wl-draft-config-variables.
1819         (wl-draft-reply): Likewise.
1820         (wl-draft-kill-flags): Abolish.
1821         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1822         (wl-draft-set-flag-on-parent): New function.
1823         (wl-draft-setup-parent-flag): Ditto.
1824
1825 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1826
1827         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1828         `wl-draft-parent-folder' is "".
1829
1830 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1831
1832         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1833         (wl-summary-digit-jump): New function.
1834         (Adviced by John Owens and Hiroya Murata)
1835
1836         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1837         (Adviced by John Owens)
1838
1839         * wl-xmas.el (wl-message-define-keymap): Ditto.
1840
1841         * wl-mule.el (wl-message-define-keymap): Ditto.
1842
1843 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1844
1845         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1846         change of return value of elmo-folder-count-flags.
1847
1848         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1849         (wl-summary-mark-as-read-internal): Ditto.
1850         (wl-summary-set-persistent-mark-internal): Ditto.
1851         (wl-summary-folder-info-update): Ditto.
1852         (wl-summary-sync-update): Fixed the last change.
1853
1854         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1855
1856 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1859         (wl-draft-kill-flags): Fixed docstring.
1860
1861         * wl-draft.el (wl-draft-kill-flags): New function.
1862         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1863
1864 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1865
1866         * wl-vars.el (wl-reply-hook): Abolish.
1867         (wl-draft-reply-hook): New hook.
1868         (wl-summary-reply-hook): Ditto.
1869         (wl-draft-forward-hook): Ditto.
1870         (wl-summary-forward-hook): Ditto.
1871         (wl-draft-kill-flags): New variable.
1872
1873         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1874         wl-summary-set-persistent-mark-internal.
1875         (wl-summary-sync-marks): Use elmo-preserved-flags.
1876         (wl-summary-update-persistent-mark): Make it interactive.
1877         (wl-summary-set-persistent-mark-internal): New inline function.
1878         (wl-summary-mark-as-answered): Use it.
1879         (wl-summary-mark-as-unanswered): Ditto.
1880         (wl-summary-unset-persistent-mark): New function.
1881         (wl-summary-set-persistent-mark): Ditto.
1882         (wl-summary-reply): Don't set answered flag;
1883         Run wl-summary-reply-hook instead.
1884         (wl-summary-forward): Call wl-draft-forward with number.
1885         Run wl-summary-forward-hook.
1886
1887         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1888         (wl-highlight-summary-line-face-spec): Use it as a default
1889         persistent mark face.
1890
1891         * wl-draft.el (wl-draft-forward): Added optional argument number;
1892         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1893         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1894         (wl-draft-kill): Use wl-draft-kill-flags.
1895
1896         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1897
1898         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1899         of return value of elmo-folder-count-flags.
1900
1901         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1902
1903         * wl-summary.el (wl-summary-count-unread): Ditto.
1904         (wl-summary-sync-update): Follow the change above.
1905         (wl-summary-force-prefetch): New function.
1906
1907 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1908
1909         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1910         variable `buf' with `let' instead of `setq'.
1911
1912 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1913
1914         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1915         add Content-Disposition heaeder on the deleted part.
1916
1917 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1918
1919         * wl-draft.el (wl-draft-save): Encode address list under edit by
1920         `eword-encode-unstructured-field-body'.
1921
1922         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1923
1924 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1925
1926         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1927         wl-current-summary-buffer.
1928
1929 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1930
1931         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1932         `numbers' is ignored.
1933
1934 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1935
1936         * wl-folder.el (wl-folder-open-folder): Avoid error.
1937         Reported by John Owens, [wl-en:815]
1938
1939         * wl.el (wl): Set timer for biff process even if prefix argument
1940         is given or auto-checking is quitted.
1941
1942         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1943         immediately.
1944         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1945         (wl-toggle-plugged): Ditto.
1946
1947         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1948         * wl-util.el (wl-biff-start): Use idle timer if
1949         `wl-biff-use-idle-timer' is non-nil.
1950
1951 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1952
1953         * wl-highlight.el (wl-highlight-message): Fix description.
1954
1955 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1956
1957         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1958         tty.
1959
1960 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1961
1962         * wl-action.el (wl-summary-exec): Print failure count.
1963
1964 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1965
1966         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1967         to `defun', remove interactive form.
1968         Set elmo-message-fetch-confirm when force-reload is non-nil.
1969
1970 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1971
1972         * wl-summary.el (toplevel): Removed unnecessary autoload.
1973
1974 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1975
1976         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1977         the buffer is generated from another message buffer.
1978
1979 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1982         extracted from `wl-fldmgr-save-folders'.
1983         (wl-fldmgr-delete): Call it after deletion.
1984
1985 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1986
1987         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1988         multi-tty support.
1989
1990 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1991
1992         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1993
1994 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1995
1996         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1997         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1998
1999 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2000
2001         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2002         unsubscribe list only if argument CLEAR is nil.
2003
2004 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl-draft.el (wl-draft-reply): Decode subject before removing
2007         Re: prefix.
2008
2009 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2010
2011         * wl-summary.el (wl-summary-sort-by-size): New command.
2012
2013 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2014
2015         * wl-summary.el (wl-summary-number-list-from-region): New
2016         function.
2017         (wl-summary-mark-as-read-region): Use it.
2018         (wl-summary-mark-as-unread-region): Ditto.
2019         (wl-summary-set-flags-region): Ditto and add optional argument
2020         remove.
2021         (wl-summary-mark-as-answered-region): Ditto.
2022         (wl-summary-mark-as-important-region): Ditto.
2023         (wl-summary-target-mark-mark-as-important): Added optional
2024         argument remove.
2025         (wl-summary-target-mark-mark-as-answered): Ditto.
2026         (wl-summary-target-mark-set-flags): Ditto.
2027
2028 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2029
2030         * wl-summary.el (wl-summary-set-flags-region): Call
2031         `wl-summary-set-flags-internal' with number list instead of call
2032         one by each message.
2033         (wl-summary-target-mark-set-flags): Likewise.
2034
2035 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2038         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2039         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2040         (wl-summary-target-mark-mark-as-answered): Likewise.
2041
2042 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2043
2044         * wl-summary.el (wl-summary-target-mark-forward): Use
2045         `wl-summary-delete-all-target-marks' instead of
2046         `wl-summary-delete-all-temp-marks'.
2047         (wl-summary-target-mark-reply-with-citation): Ditto.
2048         (wl-summary-target-mark-uudecode): Ditto.
2049         (wl-summary-target-mark-set-flags): Ditto and remove needless
2050         cursor move.
2051
2052 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2053
2054         * wl-summary.el (wl-summary-target-mark-forward): Protect
2055         wl-summary-buffer-target-mark-list from nreverse.
2056         (wl-summary-target-mark-reply-with-citation): Ditto.
2057
2058 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2059
2060         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2061         `elmo-display-progress-threshold'.
2062
2063 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2066         check `wl-summary-highlight'.
2067         (wl-summary-window-scroll-functions): Respect value of
2068         `wl-summary-highlight'.
2069         (wl-summary-sync-update): Run hooks
2070         `wl-summary-buffer-window-scroll-functions' at any time.
2071
2072 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2073
2074         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2075         from `wl-summary-cleanup-temp-marks'.
2076         (wl-summary-cleanup-temp-marks): Abolish argument.
2077         * wl.el (wl-save-status): Revert previous change.
2078         (wl-execute-temp-marks): New function, call
2079         `wl-summary-exec-with-confirmation'.
2080         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2081         (wl-folder-save-and-exec-marks): Abolished.
2082
2083 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2084
2085         * wl-e21.el (wl-e21-display-image-p): Respect
2086         `wl-highlight-folder-with-icon'.
2087         (wl-e21-highlight-folder-group-line): Highlight mouse line
2088         even if wl-e21-display-image-p is nil.
2089
2090         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2091         Respect value of `wl-summary-highlight'.
2092
2093         * wl.el (wl-save-status): Remove unused variable.
2094
2095         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2096         (wl-folder-mode-map): Bind it to "x".
2097
2098 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2099
2100         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2101
2102         * wl-thread.el (wl-thread-get-parent-list): Don't check
2103         disconnected ancestors, neglecting needless work in
2104         `wl-thread-update-indent-string-thread'.
2105
2106         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2107         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2108         argument, add argument default-keep to keep marks by default.
2109
2110         * Version number is increased to 2.11.30.
2111
2112         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2113         customization type and docstring.
2114         (wl-draft-reply-without-argument-list): Ditto.
2115
2116 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2119
2120         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2121
2122 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2123
2124         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2125
2126 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2127
2128         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2129         save-excursion so as not to include run-hooks.
2130
2131 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2132
2133         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2134         Clarify that marks are going to be cleared.
2135
2136 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2137
2138         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2139         according to 3rd element of wl-summary-flag-mark.
2140
2141         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2142
2143 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2144
2145         * wl-action.el (wl-summary-target-mark-all): Don't set
2146         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2147
2148 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2149
2150         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2151         (wl-forward-subject-prefix): Ditto.
2152         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2153         (wl-draft-reply-make-subject): Ditto.
2154
2155         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2156         `wl-draft-forward'.
2157         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2158
2159 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2162         target message does not exist.
2163
2164 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2165
2166         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2167         `wl-subject-prefix-regexp'.
2168         (wl-subject-forward-prefix-regexp): New variable.
2169         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2170         `wl-draft-strip-subject-re' and take regexp as argument.
2171         (wl-draft-forward): Use it.
2172         (wl-draft-reply): Ditto.
2173
2174 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2175
2176         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2177         emacs multi-tty support.
2178
2179 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2180
2181         * wl-e21.el (wl-e21-display-image-p): Don't call
2182         `display-images-p'.
2183         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2184         support.
2185         (wl-highlight-folder-current-line): Ditto.
2186         (wl-folder-init-icons): Ditto.
2187
2188 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2189
2190         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2191         the last line of summary in unplugged mode.
2192
2193 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2194
2195         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2196
2197 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2198
2199         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2200         * wl-address.el (wl-address-user-mail-address-p): Use it.
2201         (wl-address-delete-user-mail-addresses): Ditto.
2202         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2203
2204         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2205         (wl-address-delete-user-mail-addresses): Ditto.
2206
2207         * wl-address.el (wl-address-delete-user-mail-addresses): New
2208         function.
2209         * wl-refile.el (wl-refile-guess-by-history): Use it.
2210         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2211         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2212
2213         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2214         use wl-address-user-mail-address-p.
2215
2216 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2219         after opening group.
2220
2221 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2222
2223         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2224         of elmo-set-buffer-multibyte.
2225
2226         * wl-message.el (wl-original-message-mode): Ditto.
2227
2228         * wl-score.el (wl-score-insert-header): Ditto.
2229
2230         * wl-summary.el
2231         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2232         (wl-summary-goto-folder-subr): Ditto.
2233         (wl-summary-insert-headers): Ditto.
2234
2235         * wl-util.el (wl-set-string-width): Ditto.
2236
2237         * Version number is increased to 2.11.29.
2238
2239 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2240
2241         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2242         (wl-highlight-summary-line-help-echo-alist): New variable.
2243         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2244         into `wl-highlight-summary-line-help-echo' and
2245         `wl-highlight-flag-folder-help-echo'.
2246         (wl-highlight-summary-line-string): Change accordingly.
2247         (wl-highlight-summary-current-line): Ditto.
2248
2249 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2250
2251         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2252         at the beginning of field body (Thanks to Markus Knittig).
2253
2254         * wl-draft.el (wl-draft-insert-current-message): Also check
2255         summary buffer, remove unnecessary tag.
2256
2257 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2258
2259         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2260         when wl-message-buffer is nil.
2261
2262         * wl-folder.el (wl-folder): Abolish unused argument.
2263         Call wl-folder-init when wl-folder-entity is nil.
2264         * wl.el (wl): Change accordingly.
2265
2266 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2267
2268         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2269         multibyte string before insert into draft buffer.
2270         (wl-draft-create-buffer): Always enable multibyte characters for
2271         draft buffer.
2272
2273         * Version number is increased to 2.11.28.
2274
2275 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2276
2277         * wl-folder.el (wl-folder-open-close): Handle blank line.
2278         (wl-folder-jump-to-current-entity): Ditto.
2279
2280 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2281
2282         * Version number is increased to 2.11.27.
2283
2284 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2285
2286         * wl-thread.el (wl-thread-insert-message): When the thread is
2287         devided by wl-summary-max-thread-depth, insert line at the end of
2288         buffer.
2289
2290 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2291
2292         * Version number is increased to 2.11.26.
2293
2294 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2295
2296         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2297
2298 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2299
2300         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2301         value of stream-type and session.
2302
2303 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2304
2305         * Version number is increased to 2.11.25.
2306
2307 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2308
2309         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2310         in a quit message.
2311
2312 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2315         (wl-summary-redisplay-no-mime-internal): Ditto.
2316
2317 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2318
2319         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2320         * wl-vars.el (wl-smtp-connection-type): Ditto.
2321
2322 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2323
2324         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2325         for the separator line and quote mail-header-separator.
2326
2327 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2330         result message.
2331
2332         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2333         `elmo-multiple-fields-body-list' with boundary as
2334         mail-header-separator.
2335
2336 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2337
2338         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2339
2340 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2341
2342         * wl-util.el (wl-list-diff): Remove unused function.
2343
2344         * wl-draft.el (wl-draft-send-confirm): Discard input before
2345         confirmation.
2346
2347 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2350         order of flag and new.
2351
2352 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * wl-vars.el (wl-refile-policy-alist): Abolished.
2355
2356         * wl-action.el (wl-summary-set-action-refile): Follow the change
2357         above.
2358
2359 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * wl-highlight.el (wl-highlight-signature-search): Don't use
2362         re-search-backward for a long word since it is possible to crash
2363         XEmacs because of a bug.
2364
2365 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2366
2367         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2368
2369 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2370
2371         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2372         argument for wl-summary-sync-force-update.
2373
2374 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2375
2376         * wl-summary.el (wl-summary-mode-map): Revival of
2377         wl-summary-mark-as-important related bindings;
2378         Bind 'F','tF','mF','rF','m&'.
2379         (wl-summary-mark-as-important-region): Revival.
2380         (wl-summary-target-mark-mark-as-important): Ditto.
2381         (wl-summary-target-mark-operation): New function.
2382         (wl-summary-target-mark-mark-as-answered): Use it.
2383         (wl-summary-decide-flag): Don't set Important as default.
2384         (wl-summary-mark-as-important-internal): Revival.
2385         (wl-summary-mark-as-important): Ditto.
2386
2387         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2388
2389         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2390         instead of facep.
2391
2392 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2393
2394         * wl-dnd.el (wl-dnd-drop-func): Fix.
2395
2396         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2397         mouse-set-point instead of posn-point.
2398
2399         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2400
2401         * wl-mule.el (wl-completing-read-multiple): Ditto.
2402
2403 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2404
2405         * wl-demo.el (face-background-name): Defalias to avoid compile
2406         warning.
2407
2408 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2409
2410         * wl-summary.el (wl-summary-decide-flag): Use
2411         wl-completing-read-multiple instead of completing-read-multiple.
2412
2413         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2414         New alias.
2415
2416         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2417         Use face-background-name instead of face-background.
2418
2419         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2420
2421         * wl-summary.el (wl-summary-save): Use it.
2422         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2423
2424         * wl-mime.el (wl-mime-save-content): Fix last change.
2425
2426 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2427
2428         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2429         New function.
2430         (wl-summary-sort-specs): Added sort.
2431         * wl-mime.el (wl-mime-save-content): Expand file name.
2432
2433 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2434
2435         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2436
2437         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2438
2439 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2440
2441         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2442         for flag if it is not defined.
2443
2444 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2445
2446         * wl-e21.el (wl-highlight-folder-current-line): Use
2447         elmo-folder-type-internal when elmo-folder-type returns nil.
2448
2449         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2450
2451         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2452
2453         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2454
2455         * wl-e21.el (wl-summary-toolbar): Ditto.
2456
2457         * wl-vars.el (wl-demo-background-color): Abolished.
2458         (wl-summary-persistent-mark-priority-list): Renamed from
2459         wl-summary-flag-priority-list.
2460         (wl-summary-flag-alist): New user option.
2461         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2462         (wl-message-mode-line-format-spec-alist): Added 'F'.
2463         (wl-message-mode-line-format): Likewise.
2464         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2465         instead of wl-summary-important-mark.
2466         (wl-file-folder-icon): New variable.
2467
2468         * wl-thread.el (wl-thread-set-flags): Renamed from
2469         wl-thread-mark-as-important.
2470
2471         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2472         warning.
2473         (wl-summary-mode-menu-spec): Follow the change of 
2474         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2475         (wl-summary-mode-map): Follow the change of
2476         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2477         (wl-summary-detect-mark-position): Follow the variable name change.
2478         (wl-summary-set-flags-region): New function for the replacement of
2479         wl-summary-mark-as-important-region.
2480         (wl-summary-sync-marks): Sync all global-flags.
2481         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2482         instead of elmo-message-flagged-p.
2483         (wl-summary-persistent-mark-string): Follow the variable name change;
2484         Put wl-summary-flag-mark if the message has global-flag.
2485         (wl-summary-target-mark-set-flags): Renamed from 
2486         wl-summary-target-mark-mark-as-important.
2487         (wl-summary-decide-flag): New function.
2488         (wl-summary-set-flags-internal): Renamed from
2489         wl-summary-mark-as-important-internal.
2490         (wl-summary-add-flags-internal): New function.
2491         (wl-summary-remove-flags-internal): Ditto.
2492         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2493         (wl-summary-mark-as-unimportant): Abolish.
2494         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2495         (wl-summary-next-message): List flagged messages in the msgdb.
2496
2497         * wl-score.el (wl-summary-score-update-all-lines): Use
2498         wl-summary-add-flags-internal instead of 
2499
2500         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2501
2502         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2503         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2504         (wl-message-buffer-require-all-header): Renamed from
2505         wl-message-buffer-all-header-flag (Ditto).
2506         (wl-message-buffer-flag-indicator): New variable.
2507         (wl-message-redisplay): Changed local varibale name from `flag' to
2508         `display-type'; Set up wl-message-buffer-flag-indicator.
2509         (wl-message-buffer-display): Changed varibale name from `flag' to
2510         `display-type'.
2511         (wl-message-display-internal): Likewise.
2512
2513         * wl-highlight.el (wl-highlight-demo-face): Define default background
2514         color.
2515         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2516
2517         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2518
2519         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2520         (wl-demo-setup-properties): Renamed from
2521         `wl-demo-set-background-color'.
2522         (wl-demo): Follow the change above.
2523         
2524         * Version number is increased to 2.11.24.
2525
2526 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2527
2528         * wl-summary.el (wl-summary-toggle-thread): Call
2529         `wl-summary-rescan' with disable-thread as non-nil.
2530         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2531
2532 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2533
2534         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2535         foreground property of the face.
2536         (wl-demo-insert-text): Don't set up face property here.
2537         (wl-demo): Call wl-demo-set-background-color, anyway.
2538
2539 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2540
2541         * wl-vars.el (wl-demo-background-color): The value can be nil.
2542
2543 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2544
2545         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2546         to wl-summary-wheel-dispatcher.
2547
2548         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2549         wl-message-wheel-dispatcher.
2550         (wl-message-wheel-dispatcher): New function.
2551         (wl-summary-wheel-dispatcher): Ditto.
2552
2553 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2554
2555         * wl-action.el (wl-summary-target-mark-all): List messages which are
2556         not in the killed-list.
2557
2558         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2559         only when the folder is 'flag/important.
2560
2561         * wl-address.el (wl-complete-field-body): Complete if the last
2562         character is a space.
2563
2564 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2565
2566         * wl-folder.el (wl-folder-clear-entity-info): Use
2567         elmo-clear-hash-val.
2568
2569         * wl-fldmgr.el (wl-fldmgr-rename): Set
2570         wl-folder-info-alist-modified as t.
2571
2572 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2573
2574         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2575
2576 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2577
2578         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2579         (wl-folder-buffer-last-visited-entity-id): New buffer local
2580         variable.
2581         (wl-folder-revisit-last-visited-folder): New function.
2582         (wl-folder-mode-map): Bind it to "C-i".
2583         (wl-folder-set-current-entity-id): Set last visited folder.
2584         * wl-summary.el (wl-summary-exit): Ditto.
2585
2586 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2587
2588         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2589         before calling `recenter' in order to cope with an XEmacs bug.
2590
2591 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2592
2593         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2594         to the default value.
2595
2596 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2597
2598         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2599         change.
2600         (wl-summary-sync-marks): Ditto.
2601         (wl-summary-mark-as-read-internal): Ditto.
2602         (wl-summary-mark-as-answered-internal): Ditto.
2603         (wl-summary-mark-as-important-internal): Ditto.
2604         (wl-summary-reply): Ditto.
2605
2606         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2607         instead of `elmo-folder-unflag-answered'.
2608
2609         * Version number is increased to 2.11.23.
2610
2611         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2612         the last change.
2613
2614 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2615
2616         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2617         Specify "spam" or "good".
2618
2619 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2620
2621         * wl-spam.el (wl-summary-exec-action-spam): Call
2622         wl-folder-confirm-existence for spam folder.
2623         (wl-spam-setup): Bind "mk".
2624
2625 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2626
2627         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2628
2629 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2630
2631         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2632         destination folder is empty.
2633
2634 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2635
2636         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2637         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2638
2639         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2640         (wl-summary-refile-prev-destination-region): New function.
2641         (wl-thread-refile-prev-destination): Ditto.
2642         (wl-summary-target-mark-refile-prev-destination): Ditto.
2643
2644 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2645
2646         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2647         (wl-demo-background-color): Changed default value.
2648
2649         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2650         color.
2651
2652         * wl-demo.el (wl-demo-set-background-color): New function.
2653         (wl-demo): Call it.
2654
2655 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2656
2657         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2658         * wl-address.el (wl-address-add-or-change): Don't add empty
2659         address.
2660
2661 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2662
2663         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2664
2665 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2666
2667         * wl-vars.el (wl-demo-image-filter-alist): New variable
2668         (wl-demo-background-color): Ditto.
2669
2670         * wl-demo.el (wl-demo-xpm-set-background): New function.
2671         (wl-demo-image-filter): Ditto.
2672         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2673
2674         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2675
2676         * wl-demo.el (wl-demo-icon-name): Define as function.
2677         (wl-demo-insert-image): Use it.
2678
2679 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2680
2681         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2682
2683 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2684
2685         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2686
2687 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2688
2689         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2690
2691 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * wl-thread.el (wl-thread-mark-as-answered): New function.
2694
2695         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2696         answered" entry.
2697         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2698         "r&" and wl-thread-mark-as-answered to "t&".
2699         (wl-summary-mark-as-important-region): Refine to toggle mark.
2700         (wl-summary-mark-as-answered-region): New function.
2701         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2702         and 3rd argument.
2703         (wl-summary-mark-as-important-internal): Likewise.
2704
2705 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2706
2707         * wl-template.el (wl-template-preview): New internal variable.
2708         (wl-template-preview-p): New function.
2709         (wl-template-show): Bind `wl-template-preview' as t.
2710
2711 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2712
2713         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2714         `elmo-message-entity-field' with 3rd argument which is non-nil.
2715
2716 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2719         Removed duplicate local bind `folder'.
2720
2721 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2724
2725 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2726
2727         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2728         duplicate definition.
2729
2730 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2731
2732         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2733         non-nil, use it; Don't fetch message if there's no message in the
2734         current cursor position.
2735
2736 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2737
2738         * wl-util.el (wl-region-exists-p): Use region-active-p.
2739         (wl-deactivate-region): New function.
2740         * wl-message.el (wl-message-redisplay): Deactivate region.
2741
2742         * wl-summary.el (wl-summary-reply): Call
2743         `wl-summary-set-message-buffer-or-redisplay' instead of
2744         `wl-summary-redisplay-internal', don't move point.
2745
2746 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2747
2748         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2749         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2750         by regexp.
2751
2752 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2753
2754         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2755         if no need.
2756
2757 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2758
2759         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2760         default value to nil.
2761         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2762         `wl-summary-prepare-hook'; Replace refile action to
2763         `wl-summary-exec-action-refile-with-register'.
2764
2765         * Version number is increased to 2.11.22.
2766
2767 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2768
2769         * wl-summary.el (wl-summary-detect-mark-position): Set
2770         `wl-summary-buffer-weekday-name-lang'.
2771
2772 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2773
2774         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2775         (wl-summary-mark-as-read-all): Ditto.
2776         (wl-summary-delete-messages-on-buffer): Ditto.
2777         (wl-summary-sync-update): Ditto.
2778         (wl-summary-mark-as-read-internal): Ditto.
2779         (wl-summary-mark-as-answered-internal): Ditto.
2780         (wl-summary-update-folder-info): Abolished.
2781
2782 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2783
2784         * wl-summary.el (wl-summary-mark-as-read-all): Use
2785         `wl-summary-update-folder-info' instead of
2786         `wl-folder-update-unread'.
2787
2788 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2789
2790         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2791         `wl-summary-folder-info-update'.
2792         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2793         instead of `wl-summary-folder-info-update'.
2794         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2795         `wl-folder-set-folder-updated'.
2796         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2797         instead of `wl-folder-update-unread'.
2798         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2799         the value of `wl-summary-buffer-unread-count' for the second parameter of
2800         `wl-folder-update-unread'.
2801
2802         * Version number is increased to 2.11.21.
2803
2804 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2805
2806         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2807         a local variable.
2808
2809 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2810
2811         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2812         interactively.
2813
2814         * wl-summary.el (wl-summary-mark-as-important-internal): New
2815         internal function.
2816         (wl-summary-mark-as-important): Use it.
2817         (wl-summary-mark-as-unimportant): New function.
2818         (wl-summary-sync-marks): Follow the API change.
2819
2820         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2821
2822         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2823
2824 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2825
2826         * wl-folder.el (wl-folder-update-unread): Re-indent.
2827         Narrow the scope of a local variable.
2828
2829 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2832         (wl-addrmgr-merge-entries): Ditto.
2833         (wl-addrmgr): Added to address entry which exists in draft buffer
2834         if no entry is in original.
2835
2836 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2837
2838         * wl-batch.el: New file.
2839
2840 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2841
2842         * wl-vars.el (wl-use-semi): Remove unused variable.
2843
2844 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2845
2846         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2847         "?".
2848
2849 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2850
2851         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2852         wl-summary-new-mark.
2853         (wl-summary-new-cached-mark): New user option.
2854         (wl-summary-score-marks): Follow the change above.
2855         (wl-summary-auto-refile-skip-marks): Ditto.
2856         (wl-summary-incorporate-marks): Ditto.
2857         (wl-summary-expire-reserve-marks): Ditto.
2858
2859         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2860
2861         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2862         (wl-summary-persistent-mark-string): Distinguished between cached
2863         and uncached mark when the message is new.
2864
2865 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2866
2867         * wl-spam.el (wl-spam-domain): Renamed from
2868         `wl-spam-folder-guess-domain'.
2869         (wl-summary-exec-action-spam): Register as spam if domain of the
2870         source folder is good.
2871         (wl-summary-exec-action-refile-with-register): Register message if
2872         domain of the source folder is not undecided.
2873
2874 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2875
2876         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2877         detect thread loop.
2878
2879 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2882         and wl-summary-skip-mark-list.
2883
2884 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2885
2886         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2887
2888         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2889
2890         * wl-spam.el (toplevel): Require wl-highlight.
2891         (wl-spam-auto-check-policy-alist): Abolish.
2892         (wl-spam-auto-check-folder-regexp-list): New user option.
2893         (wl-spam-auto-check-marks): Ditto.
2894         (wl-spam-mark-action-list): Ditto.
2895         (wl-highlight-summary-spam-face): New face.
2896         (wl-spam-auto-check-message-p): New function.
2897         (wl-spam-map-spam-messages): Fixed message.
2898         (wl-spam-register-spam-messages): Ditto.
2899         (wl-spam-register-good-messages): Ditto.
2900         (wl-summary-spam-map): Add and remove keybind.
2901         (wl-summary-target-mark-spam): Abolish.
2902         (wl-summary-refile-spam): Ditto.
2903         (wl-summary-test-spam): New function.
2904         (wl-summary-mark-spam): Ditto.
2905         (wl-summary-auto-check-spam): Follow the above change.
2906         (wl-summary-exec-action-spam): New function.
2907         (wl-summary-exec-action-refile-with-register): Fixed message.
2908         (wl-message-check-spam): New function.
2909         (wl-spam-setup): Ditto.
2910         (toplevel): Call it if this file is loaded interactivity.
2911
2912         * Version number is increased to 2.11.20.
2913
2914 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2915
2916         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2917         when new optional argument `force' is non nil or modified.
2918
2919 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2920
2921         * wl.el (toplevel): Require wl-spam when compile.
2922         (wl-save-status): Call wl-spam-save-status.
2923
2924         * wl-spam.el (wl-spam-register-spam-messages): New function.
2925         (wl-spam-register-good-messages): Ditto.
2926         (wl-spam-save-status): Ditto.
2927         (wl-summary-mode-map): Bind
2928         wl-summary-target-mark-register-as-spam to "ms" and
2929         wl-summary-target-mark-register-as-good to "mn".
2930         (wl-summary-register-as-spam): Abolish optional argument; Use
2931         wl-spam-register-spam-messages.
2932         (wl-summary-register-as-spam-all): Use
2933         wl-spam-register-spam-messages.
2934         (wl-summary-register-as-good): Abolish optional argument; Use
2935         wl-spam-register-good-messages.
2936         (wl-summary-register-as-good-all): Use
2937         wl-spam-register-good-messages.
2938         (wl-summary-target-mark-register-as-spam): New funtion.
2939         (wl-summary-target-mark-register-as-good): Ditto.
2940
2941 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2942
2943         * wl-spam.el: New file.
2944
2945 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2946
2947         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2948
2949         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2950         (wl-summary-auto-refile): Call wl-refile-guess with
2951         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2952
2953 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2954
2955         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2956         with disable-thread argument non-nil.
2957
2958 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2959
2960         * wl-summary.el (wl-summary-rescan): Added optional argument
2961         disable-thread.
2962         (wl-summary-sync): Call wl-summary-rescan with argument
2963         disable-thread.
2964         (wl-summary-input-range): Added new range `rescan-thread'.
2965
2966 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2967
2968         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2969
2970 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2971
2972         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2973         internal variable.
2974         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2975         wl-summary-search-parent-by-subject-regexp and
2976         wl-summary-divide-thread-when-subject-changed as nil.
2977         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2978         (wl-summary-insert-thread): Search parent entity from
2979         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2980         thread loop.
2981
2982 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2983
2984         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2985
2986         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2987
2988         * wl-util.el (wl-require-update-all-folder-p): New function.
2989         (wl-get-assoc-list-value): Added `function' to match directive.
2990         (wl-collect-draft): Rewrite.
2991
2992         * wl-summary.el (wl-summary-sync-update): Clear faces
2993         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2994         are non-nil.
2995         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2996         argument as function.
2997         (wl-summary-input-range): Ditto.
2998
2999         * wl-folder.el (wl-draft-get-folder): New function.
3000         (wl-folder-get-elmo-folder): Consider draft folder.
3001
3002         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3003         (wl-draft-buffer-message-number): New buffer local variable.
3004         (wl-draft-folder-internal): New internal variable.
3005         (wl-draft-delete): Rewrite.
3006         (wl-draft-save): Ditto.
3007         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3008         wl-folder-get-elmo-folder.
3009         (wl-draft-config-info-operation): Ditto.
3010         (wl-jump-to-draft-folder): Ditto.
3011         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3012         (wl-draft-reedit): Rewrite.
3013
3014         * Version number is increased to 2.11.19.
3015         
3016 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3017
3018         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3019         variable.
3020
3021 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3022
3023         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3024         Use ignore-errors instead of unwind-protect.
3025
3026 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3027
3028         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3029         for updating `wl-thread-entity-list'.
3030
3031 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3032
3033         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3034         parameter from calling `wl-thread-entity-get-older-brothers' and
3035         `wl-thread-entity-get-younger-brothers'.
3036         Replace nested `append' with a single one.
3037
3038 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3039
3040         * wl-summary.el (wl-summary-mode): Don't use the return value of
3041         `make-local-hook'.
3042
3043 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3044
3045         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3046         instead of `let*'.
3047         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3048         of local variables.
3049
3050 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3051
3052         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3053         Renamed from wl-summary-window-scroll-functions.
3054         (wl-summary-window-scroll-functions): Don't set to variable.
3055         (wl-summary-display-top): Use run-hooks.
3056         (wl-summary-display-bottom): Ditto.
3057         (wl-summary-toggle-disp-msg): Ditto.
3058         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3059         Use it instead of wl-summary-window-scroll-functions.
3060         (wl-summary-goto-folder-subr): Don't call
3061         wl-summary-window-scroll-functions, use
3062         wl-summary-buffer-window-scroll-functions instead.
3063
3064 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3065
3066         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3067         make-local-variable.
3068
3069 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3070
3071         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3072         set-buffer-modified-p.
3073         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3074         (wl-summary-display-bottom): Ditto.
3075         (wl-summary-toggle-disp-msg): Ditto.
3076
3077 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3078
3079         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3080
3081         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3082         (wl-summary-forward): Use elmo-message-entity-field instead of
3083         elmo-message-field.
3084
3085         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3086
3087 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3088
3089         * wl-summary.el (wl-summary-window-scroll-functions): No use
3090         `append'.
3091
3092 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3093
3094         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3095         function.
3096         (wl-summary-window-scroll-functions): Call it when both
3097         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3098         (wl-summary-temp-mark): Added optional argument number.
3099         (wl-summary-message-mark): Added optional argument flag.
3100         (wl-summary-persistent-mark): Added optional argument number and flag.
3101         (wl-summary-update-persistent-mark): Ditto.
3102         (wl-summary-update-status-marks): Set "r" for interactive spec.
3103
3104         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3105         argument number and flag.
3106
3107         * wl-action.el (wl-summary-registered-temp-mark): 
3108         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3109
3110 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3111
3112         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3113         internal variable (buffer local).
3114         (wl-summary-window-scroll-functions): New function.
3115         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3116         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3117         as nil.
3118         (wl-summary-update-status-marks): Added arguments beg, end and
3119         check.
3120         (wl-summary-update-mark-window): Use function.
3121         (wl-summary-sync-update): Follow the change above.
3122         (wl-summary-switch-to-clone-buffer): Copy
3123         wl-summary-buffer-unsync-mark-number-list.
3124         (wl-summary-goto-folder-subr): Set
3125         wl-summary-buffer-unsync-mark-number-list and
3126         use wl-summary-window-scroll-functions instead of
3127         wl-summary-lazy-highlight.
3128
3129         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3130
3131 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3132
3133         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3134
3135         * wl-summary.el (wl-summary-update-persistent-mark): Call
3136         wl-summary-set-message-modified.
3137
3138         * wl-summary.el (wl-summary-sync-update): Don't call
3139         wl-summary-update-status-marks.
3140
3141         * Version number is increased to 2.11.18.
3142
3143 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3144
3145         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3146         (wl-message-next-page): Ditto.
3147
3148 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3149
3150         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3151         local variable.  Change the order of a collected list into the
3152         same as the specified range.  Remove nil from a collected list.
3153
3154 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3155
3156         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3157         argument for elmo-folder-list-messages.
3158
3159 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3162         change (wl-summary-count-unreads return a list instead of a cons
3163         cell).
3164
3165 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3166
3167         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3168         `wl-summary-folder-info-update'.
3169
3170 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3171
3172         * wl-summary.el (wl-summary-set-message-modified): No use
3173         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3174         (wl-summary-set-mark-modified): Abolish.
3175         (wl-summary-mark-modified-p): Ditto.
3176         (wl-summary-save-view): Follow the change above.
3177
3178         * wl-expire.el (wl-summary-expire): Likewise.
3179
3180 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3181
3182         * wl-summary.el (wl-summary-detect-mark-position): Use
3183         modb-entity-handler.
3184         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3185
3186         * Version number is increased to 2.11.17.
3187
3188 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3189
3190         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3191         entity field value.
3192         (wl-summary-prefetch-msg): Ditto.
3193         (wl-summary-print-message-with-ps-print): Ditto.
3194
3195 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3196
3197         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3198         for dummy entity.
3199         (wl-summary-insert-thread): Use elmo-message-entity-field.
3200         (wl-summary-update-thread): Use elmo-message-entity-field and
3201         elmo-message-entity-number.
3202         (wl-summary-line-number):  Use elmo-message-entity-number.
3203         (wl-summary-line-size): Use elmo-message-entity-field.
3204         (wl-summary-line-subject): Ditto.
3205         (wl-summary-line-from): Ditto.
3206         (wl-summary-line-attached): Ditto.
3207         (wl-summary-create-line): Ditto.
3208         (wl-summary-create-line): Use elmo-message-entity-number.
3209         (wl-summary-print-message-with-ps-print): Use
3210         elmo-message-entity-field.
3211
3212 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3213
3214         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3215         change in elmo-msgdb-make-message-entity.
3216         (wl-summary-buffer-set-folder): Don't call
3217         wl-summary-detect-mark-position here.
3218         (wl-summary-rescan): Call elmo-message-entity-number.
3219         (wl-summary-sync-update): Ditto.
3220         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3221
3222         * wl-score.el (wl-score-header-index): Redefine 2th element.
3223         (wl-score-overview-entity-get-extra): Abolish.
3224         (wl-score-ov-entity-get): Rewrite.
3225         (wl-score-string-index<, wl-score-string-func<): Abolish.
3226         (wl-score-string<): New function.
3227         (wl-score-string-sort): Use it.
3228
3229         * wl-refile.el (wl-refile-guess-by-history): Use
3230         elmo-message-entity-field.
3231         (wl-refile-guess-by-from): Ditto.
3232         (wl-refile-guess-by-msgid): Ditto.
3233
3234         * Version number is increased to 2.11.16.
3235
3236 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3237
3238         * wl-folder.el (wl-folder-confirm-existence): Don't call
3239         file-exists-p if msgdb-path is nil.
3240         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3241         `wl-read-folder-hist' to `wl-read-folder-history'.
3242
3243 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3244
3245         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3246         `y-or-n-p'.
3247
3248 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3249
3250         * wl-score.el (wl-score-headers): Don't use
3251         elmo-folder-do-each-message-entity.
3252
3253         * Version number is increased to 2.11.15.
3254
3255 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3256
3257         * wl-summary.el (wl-summary-delete-all-msgs): Use
3258         elmo-folder-move-messages instead of elmo-folder-delete-messages
3259         and elmo-folder-detach-messages.
3260         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3261
3262         * wl-expire.el (wl-expire-delete): Ditto.
3263         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3264
3265 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3266
3267         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3268         (wl-message-header-narrowing-fields): Ditto.
3269         (wl-message-header-narrowing-lines): Ditto.
3270         (wl-message-header-narrowing-string): Ditto.
3271
3272         * wl-summary.el (wl-summary-mode-map): Bind
3273         wl-summary-toggle-header-narrowing to "C-cC-f".
3274         (wl-summary-toggle-header-narrowing): New function.
3275
3276         * wl-message.el (wl-message-buffer-create): Call
3277         wl-message-header-narrowing-setup.
3278         (wl-message-redisplay): Call wl-message-header-narrowing.
3279         (wl-message-header-narrowing): New function.
3280         (wl-message-header-narrowing-map): New keymap.
3281         (wl-message-header-narrowing-widen-map): New keymap.
3282         (wl-message-header-narrowing-again-at-mouse): New function.
3283         (wl-message-header-narrowing-1): Ditto.
3284         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3285         (wl-message-header-narrowing-setup): Ditto.
3286         (wl-message-header-narrowing-toggle): Ditto.
3287         
3288         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3289
3290         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3291         'flag as all.
3292         (wl-use-flag-folder-help-echo): New user option.
3293
3294         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3295         wl-summary-highlight as nil.
3296         (wl-summary-set-mark-modified): Follow the API change.
3297         (wl-summary-mark-modified-p): Ditto.
3298         (wl-summary-mark-as-read-all): Ditto.
3299         (wl-summary-sync-marks): Don't call
3300         elmo-folder-list-messages-with-global-mark.
3301         (wl-summary-mark-as-read-internal): Follow the API change.
3302         (wl-summary-mark-as-answered-internal): Ditto.
3303         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3304         Follow the API change.
3305         (wl-summary-create-line): Call with number argument.
3306         (wl-summary-reply): Follow the API change.
3307
3308         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3309         function.
3310         (wl-highlight-summary-line-string): Call it when
3311         wl-use-flag-folder-help-echo is non-nil.
3312         (wl-highlight-summary-current-line): Ditto.
3313         (elmo-flag-folder-referrer): Added autoload setting.
3314
3315         * wl-draft.el (wl-draft-kill): Follow the API change.
3316
3317         * Version number is increased to 2.11.14.
3318         
3319 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3320
3321         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3322
3323 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3324
3325         * Version number is increased to 2.11.13.
3326
3327 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3328
3329         * wl-draft.el (wl-draft-previous-history-element): Fixed
3330         unbalanced parenthesis and bind unbound local variables.
3331
3332 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3333
3334         * wl-draft.el (wl-draft-previous-history-element): New function.
3335         (wl-draft-next-history-element): Ditto.
3336         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3337         them to M-p and M-n.
3338
3339 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3340
3341         * Version number is increased to 2.11.12.
3342
3343 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3344
3345         * wl-draft.el (wl-draft-hide): Select buffer-window.
3346
3347 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3348
3349         * wl-summary.el (wl-summary-narrow-to-region): New function.
3350         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3351         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3352         (wl-summary-save-region): Use it.
3353         * wl-action.el (wl-summary-collect-numbers-region)
3354         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3355
3356 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3357
3358         * wl-folder.el (wl-folder-count-incorporates): Don't use
3359         `elmo-msgdb-mark-load'
3360
3361         * Version number is increased to 2.11.11.
3362
3363 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3364
3365         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3366         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3367
3368 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3369
3370         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3371
3372 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3373
3374         * Version number is increased to 2.11.10.
3375
3376 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3377
3378         * wl-mime.el (wl-draft-attribute-value): Fixed.
3379
3380 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3381
3382         * wl-util.el (wl-copy-local-variables): New function.
3383
3384         * wl-mime.el (wl-draft-attribute-recipients): New function.
3385         (wl-draft-attribute-envelope-from): Ditto.
3386         (wl-draft-attribute-smtp-posting-server): Ditto.
3387         (wl-draft-attribute-smtp-posting-port): Ditto.
3388         (wl-draft-attribute-value): Ditto.
3389         (wl-draft-preview-message): Use it to get value for
3390         attributes. Reflect result of `wl-draft-config'.
3391
3392         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3393         and call `wl-summary-mark-as-read' before to call
3394         `wl-summary-unset-mark'.
3395         (wl-summary-target-mark-mark-as-unread): Likewise.
3396         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3397
3398 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3399
3400         * wl-mime.el (wl-draft-preview-message): Use actual value for
3401         attributes; Fix for small window.
3402
3403 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3404
3405         * wl-refile.el (wl-refile-get-field-value): Call
3406         `elmo-message-entity-field' with 3rd argument is non-nil.
3407
3408 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3409
3410         * wl-vars.el (wl-draft-preview-attributes): New user option.
3411         (wl-draft-preview-attributes-list): Ditto.
3412         (wl-draft-preview-attributes-buffer-lines): Ditto.
3413         (wl-draft-preview-attributes-buffer-name): Ditto.
3414
3415         * wl-mime.el (wl-draft-preview-message): Display attributes.
3416
3417 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * wl-summary.el (wl-summary-detect-mark-position): Bind
3420         wl-summary-flag-priority-list to '(new).
3421
3422 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3423
3424         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3425         funtion.
3426         (wl-highlight-summary-line-string): Use it.
3427         (wl-highlight-summary-current-line): Ditto.
3428
3429 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3430
3431         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3432         line even when the mark string is not changed.
3433
3434         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3435         argument change in the wl-summary-create-line.
3436         (wl-thread-insert-entity-sub): Ditto.
3437
3438         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3439         argument change in the wl-summary-create-line.
3440         (wl-summary-insert-sequential): Ditto.
3441         (wl-summary-update-thread): Ditto.
3442         (wl-summary-persistent-mark-string): New inline function.
3443         (wl-summary-message-mark): Use it.
3444         (wl-summary-create-line): Abolish argument wl-persistent-mark
3445         and added wl-flags, wl-cached.
3446
3447         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3448         mark to flags.
3449         (wl-highlight-summary-current-line): Decide the face not by the 
3450         persistent mark but flags.
3451
3452 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3453
3454         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3455         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3456         wl-summary-read-uncached-mark): Revive.
3457         (wl-summary-answered-cached-mark,
3458         wl-summary-answered-uncached-mark): New user option.
3459         (wl-summary-score-marks): Follow the change above.
3460         (wl-summary-auto-refile-skip-marks): Ditto.
3461         (wl-summary-incorporate-marks): Ditto.
3462         (wl-summary-expire-reserve-marks): Ditto.
3463         (wl-summary-flag-priority-list): New user option.
3464
3465         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3466         changes.
3467         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3468         of elmo-message-mark.
3469         (wl-summary-mark-as-read-internal): Ditto.
3470         (wl-summary-mark-as-answered): Ditto.
3471         (wl-summary-mark-as-important): Ditto.
3472         (wl-summary-redisplay-internal): Ditto.
3473         (wl-summary-redisplay-no-mime-internal): Ditto.
3474         (wl-summary-message-mark): New function.
3475         (wl-summary-insert-sequential): Use wl-summary-message-mark
3476         instead of elmo-message-mark.
3477         (wl-summary-update-thread): Ditto.
3478         (wl-summary-persistent-mark): Ditto.
3479         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3480         instead of elmo-message-mark.
3481
3482         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3483         wl-summary-message-mark instead of elmo-message-mark.
3484         (wl-thread-insert-entity-sub): Ditto.
3485         (wl-thread-get-children-msgs-uncached): Ditto.
3486
3487         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3488         variable name changes.
3489         (wl-highlight-summary-current-line): Ditto.
3490
3491         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3492         wl-summary-message-mark instead of elmo-message-mark.
3493
3494         * wl-expire.el (wl-expire-message-p): Ditto.
3495
3496         * wl-score.el (wl-score-headers): Ditto.
3497
3498         * Version number is increased to 2.11.9.
3499
3500         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3501         (wl-summary-sync-update): Follow the change above.
3502         (wl-summary-switch-to-clone-buffer): Ditto.
3503         (wl-summary-open-folder): Ditto.
3504
3505 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3506
3507         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3508         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3509
3510         * Version number is increased to 2.11.8.
3511
3512         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3513
3514         * wl-expire.el (wl-expire-refile): Follow the API change on
3515         `elmo-folder-move-messages'.
3516         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3517
3518         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3519         (wl-summary-exec-action-refile): Ditto.
3520         (wl-summary-exec-action-copy): Ditto.
3521         (wl-summary-no-auto-refile-message-p): No use
3522         `wl-summary-buffer-msgdb'.
3523         (wl-summary-auto-refile): Ditto.
3524
3525 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3526
3527         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3528
3529 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3530
3531         * wl-summary.el (wl-summary-sync): Treat no-sync.
3532
3533         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3534         (wl-default-sync-range): Ditto.
3535
3536 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3537
3538         * wl-refile.el (wl-refile-subject-learn): Call
3539         `elmo-message-entity-field' with 3rd argument is non-nil.
3540         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3541         instead of `elmo-msgdb-overview-entity-get-subject'.
3542
3543 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3544
3545         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3546         scan-type is rescan.
3547         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3548         new optional argument force is non-nil.
3549         (wl-summary-save-view-cache): Call it with force argument non-nil.
3550
3551         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3552
3553 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3554
3555         * wl-action.el (wl-summary-print-argument): Fixed last change.
3556
3557 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3558
3559         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3560         simplified.
3561         (wl-summary-target-mark-mark-as-unread): Likewise.
3562         (wl-summary-target-mark-mark-as-important): Likewise.
3563
3564 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3565
3566         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3567         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3568         (wl-summary-mark-as-important-region): Change accordingly.
3569         (wl-summary-target-mark-mark-as-important): Ditto.
3570
3571 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3572
3573         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3574
3575         * wl-action.el (wl-summary-print-argument): Print argument to
3576         right side of window if `wl-summary-print-argument-within-window'
3577         is non-nil.
3578
3579 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3580
3581         * wl-action.el (wl-summary-set-mark): Use
3582         `wl-summary-message-visible-p' to check visibility of the message
3583         and jump to message only when the message line is visible and have
3584         different number; Call wl-summary-unset-mark with number argument.
3585         (wl-summary-unset-mark): 
3586         Use `wl-summary-message-visible-p'
3587         to check visibility of the message and jump to message only when
3588         the message line is visible and have different number;
3589
3590 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3591
3592         * Version number is increased to 2.11.7.
3593
3594         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3595         and wl-folder-summary-line-format.
3596
3597         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3598         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3599         (wl-summary-set-score-mark): Use it.
3600         (wl-summary-target-mark-mark-as-read): Ditto.
3601         (wl-summary-target-mark-mark-as-unread): Ditto.
3602         (wl-summary-target-mark-mark-as-important): Ditto.
3603         (wl-summary-target-mark-msgs): Simplified.
3604         (wl-summary-detect-mark-position): Fixed problem when
3605         summary-line-format no contain persisten/temp mark spec.
3606         (wl-summary-temp-mark): Ditto.
3607         (wl-summary-persistent-mark): Ditto.
3608         (wl-summary-update-persistent-mark): Ditto.
3609
3610         * wl-action.el (wl-summary-set-mark): Ditto.
3611         (wl-summary-unset-mark): Ditto.
3612         All other related portions are changed.
3613
3614 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3615
3616         * Version number is increased to 2.11.6.
3617
3618 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3619
3620         * wl-util.el (wl-current-message-buffer): Define as function;
3621         Don't use the value of wl-messge-buffer.
3622
3623         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3624         persistent mark.
3625
3626         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3627         no current message, cause an error.
3628
3629 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3630
3631         * wl-summary.el (wl-summary-set-message-modified): Use
3632         elmo-folder-set-message-modified instead of
3633         elmo-folder-set-message-modified-internal.
3634
3635 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3636
3637         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3638         interactively.
3639         (wl-summary-sync): nokill->entirely.
3640         (wl-summary-sync-marks): Fixed message.
3641         (wl-summary-input-range): Added mark, nokill->entirely.
3642
3643         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3644         messages as read.
3645
3646 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3649         update-noscore.
3650         (wl-summary-sync): Follow the change above.
3651
3652 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3653
3654         * wl-action.el (wl-summary-target-mark-all): Use
3655         elmo-folder-list-messages.
3656
3657 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3658
3659         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3660         (wl-summary-rescan): Set wl-summary-scored as nil.
3661         (wl-summary-sync-force-update): Follow the change above.
3662         (wl-summary-sync): Ditto.
3663         (wl-summary-sync-update): Added argument disable-killed.
3664         (wl-summary-insert-headers): Set visible-only argument for
3665         elmo-folder-list-messages.
3666         (wl-summary-input-range): Added update-nokill, update-noscore,
3667         all-nokill, all-noscore and mark.
3668
3669         * Version number is increased to 2.11.5.
3670
3671         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3672
3673 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3674
3675         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3676         (wl-summary-prefetch-region-no-mark): Change accordingly.
3677         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3678
3679 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3680
3681         * wl-address.el (wl-complete-field-to): Abolished.
3682         (wl-complete-address): Completion function for completing-read.
3683         * wl-action.el (wl-summary-get-resend-address): Use it.
3684
3685         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3686         wl-summary-update-mark and abolish unused argument.
3687         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3688         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3689         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3690         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3691         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3692         * wl-draft.el (wl-draft-kill): Ditto.
3693
3694         * wl-summary.el: Remove unused binding of case-fold-search.
3695         (wl-summary-replace-status-marks): Abolished.
3696
3697 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3698
3699         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3700         is specified or folder length is zero.
3701
3702 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3703
3704         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3705         (wl-folder-archive-current-entity): Ditto.
3706
3707 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3708
3709         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3710         retrieving message mark.
3711         (wl-summary-redisplay-internal): Ditto.
3712
3713         * wl-message.el (wl-message-buffer-display): Ignore errors while
3714         retrieving message-id field.
3715
3716         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3717         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3718         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3719         order of the arguments for `wl-expire-message-p'.
3720         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3721
3722         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3723         Check return value of wl-summary-reply.
3724         (wl-summary-reply): Recover window configuration when an error occured.
3725
3726 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3727
3728         * wl-summary.el (wl-summary-resend-message): Abolished, the
3729         feature is inherited by wl-summary-resend (put resend mark).
3730
3731 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3732
3733         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3734         wl-message-buffer to nil when the message is hide.
3735
3736 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3737
3738         * .cvsignore: New file.
3739
3740 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3741
3742         * wl-action.el (wl-summary-action-docstring): Add more info.
3743         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3744         duplicate definition.
3745         (wl-summary-define-mark-action): Functions wl-summary-*-region
3746         keep current position.
3747         (wl-summary-unregister-target-mark): Store result to the variable.
3748
3749 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3750
3751         * Version number is increased to 2.11.4.
3752
3753 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3754
3755         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3756         wl-summary-delete-all-temp-marks.
3757         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3758
3759         * wl-action.el (wl-summary-set-mark): Changed terminology
3760         refile-destination -> action-argument.
3761         (wl-summary-unset-mark): Ditto.
3762         (wl-summary-remove-argument): Ditto.
3763         (wl-summary-print-argument): Ditto.
3764
3765         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3766         (wl-thread-remove-argument-region): Ditto.
3767         (wl-thread-print-argument-region): Ditto.
3768         (wl-thread-close): Ditto.
3769         (wl-thread-open): Ditto.
3770
3771         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3772         (wl-highlight-refile-destination-face is abolished)
3773         (wl-highlight-action-argument-string): Ditto.
3774         (wl-highlight-summary-current-line): Highlight action argument.
3775
3776         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3777         color for light backgrounds.
3778         (wl-highlight-summary-answered-face): Ditto.
3779
3780 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3781
3782         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3783
3784         * wl-score.el (wl-summary-score-update-all-lines): Use
3785         wl-summary-set-mark.
3786         (wl-summary-score-update-all-lines): Kill expunged messages.
3787
3788         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3789
3790 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3791
3792         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3793         directly.
3794         (wl-score-overview-entity-get-lines): Ditto.
3795         (wl-score-overview-entity-get-xref): Ditto.
3796         (wl-score-get-latest-msgs): Ditto.
3797         (wl-summary-rescore): Ditto.
3798
3799         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3800         to "&".
3801         (wl-summary-mark-as-answered-internal): New inline function.
3802         (wl-summary-mark-as-answered): New function.
3803         (wl-summary-mark-as-unanswered): Ditto.
3804         (wl-summary-sync-marks): Modified for answered-mark synching.
3805
3806 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3807
3808         * wl-action.el (wl-summary-set-mark): Fixed last change.
3809
3810 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3811
3812         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3813         behavior of wl-summary-unread-message-hook
3814         (Pointed out by akira yamada <akira@arika.org>).
3815
3816 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3817
3818         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3819         wl-summary-delete.
3820         * wl-xmas.el (wl-summary-toolbar): Ditto.
3821
3822         * wl-action.el (wl-summary-set-mark): Don't override current
3823         temp-mark.
3824
3825         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3826
3827 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3828
3829         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3830         (wl-refile-msgid-learn): Ditto.
3831         (wl-refile-get-field-value): Ditto.
3832
3833         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3834
3835         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3836         (wl-expire-delete-reserved-messages): Renamed from
3837         wl-expire-reserve-marked-msgs-from-list.
3838         (wl-expire-delete): Removed argument `msgdb'.
3839         (wl-expire-refile): Ditto.
3840         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3841         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3842         mark-alist as argument.
3843         (wl-expire-archive-number1): Removed argument `msgdb'.
3844         (wl-expire-archive-number2): Ditto.
3845         (wl-expire-archive-date): Ditto.
3846         (wl-expire-localdir-date): Ditto.
3847         (wl-expire-hide): Ditto.
3848         (wl-archive-number1): Ditto.
3849         (wl-archive-number2): Ditto.
3850         (wl-archive-date): Ditto.
3851         (wl-archive-folder): Ditto.
3852         All other related portions are changed.
3853
3854 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3855
3856         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3857         mean move up and down. (suggested by Takashi Kawachi)
3858
3859 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3860
3861         * wl-acap.el (toplevel): Don't require un-define.
3862
3863 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3864
3865         * wl-thread.el (wl-thread-delete-message): Always update
3866         wl-summary-buffer-number-list.
3867
3868         * wl-action.el (wl-summary-print-destination): 
3869         Do nothing when folder is nil.
3870
3871 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3872
3873         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3874         persistent mark when prefetch is succeeded.
3875
3876 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3877
3878         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3879         instead of elmo-msgdb-delete-msgs.
3880         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3881         (wl-expire-hide): Ditto.
3882
3883         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3884
3885         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3886         elmo-msgdb interface.
3887         (wl-thread-get-exist-children): Likewise.
3888         (wl-thread-insert-message): Likewise.
3889         (wl-thread-msg-mark-as-important): Likewise.
3890         (wl-thread-insert-entity-sub): Likewise.
3891         (wl-thread-get-children-msgs-uncached): Likewise.
3892
3893         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3894         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3895         (wl-summary-sync-update): Likewise.
3896         (wl-summary-auto-select-msg-p): Likewise.
3897         (wl-summary-update-thread): Likewise.
3898         (wl-summary-mark-as-important): Likewise.
3899         (wl-summary-jump-to-msg-internal): Likewise.
3900         (wl-summary-redisplay-internal): Likewise.
3901         (wl-summary-print-message-with-ps-print): Likewise.
3902         (wl-summary-folder-info-update): Likewise.
3903
3904         * wl-folder.el (wl-folder-check-one-entity):
3905         elmo-folder-count-flags instead of wl-summary-count-unread.
3906
3907         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3908
3909         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3910
3911         * wl-summary.el (wl-summary-set-message-modified): 
3912         Call wl-summary-set-mark-modified.
3913         (wl-summary-delete-messages-on-buffer): Call
3914         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3915         (wl-summary-sync-update): Call elmo-folder-length instead of
3916         elmo-folder-messages.
3917         (wl-summary-insert-headers): Don't call
3918         elmo-folder-list-message-entities.
3919
3920 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3921
3922         * wl-action.el (wl-summary-define-mark-action): Call
3923         `wl-summary-set-mark' with argument `data'.
3924         (wl-summary-auto-refile): Fixed order of arguments when call
3925         `wl-summary-refile'.
3926
3927 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3928
3929         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3930
3931         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3932
3933         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3934         (Renamed from wl-highlight-summary-deleted-face).
3935         (wl-highlight-summary-resend-face): New face.
3936
3937         (wl-highlight-summary-deleted-face): Renamed from
3938         wl-highlight-summary-erased-face.
3939
3940         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3941
3942         * wl-action.el (wl-summary-get-resend-address): New function.
3943         (wl-summary-exec-action-resend): Ditto.
3944         (wl-summary-exec-action-resend-subr): Ditto.
3945
3946         * w-thread.el (wl-thread-copy): Removed definition.
3947         (wl-thread-refile): Ditto.
3948         (wl-thread-delete): Ditto.
3949         (wl-thread-target-mark): Ditto.
3950
3951         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3952         (wl-summary-target-mark-set-action): Fixed.
3953         (wl-summary-define-mark-action): Fixed quotation.
3954         (wl-summary-move-mark-list-messages): Display message.
3955         (wl-summary-define-mark-action): Define thread functions.
3956         (wl-summary-exec-action-refile): Changed message.
3957         (wl-summary-exec): Ditto.
3958
3959 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3960         
3961         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3962         '%%'.
3963
3964 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3965
3966         * wl.el (toplevel): Require wl-action.
3967         (wl-init): Call wl-summary-define-mark-action.
3968
3969         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3970
3971         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3972         wl-summary-delete and wl-summary-erase.
3973         (wl-summary-mode-map): Ditto.
3974
3975         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3976         wl-delete-folder-alist.
3977
3978         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3979         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3980         (toplevel): Moved mark & action related functions to the wl-action.el.
3981
3982         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3983         in wl-summary-mark-action-list.
3984         (wl-highlight-summary-current-line): Ditto.
3985
3986         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3987         empty lines.
3988
3989         * wl-action.el: New file. 
3990
3991 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3992
3993         * wl-summary.el (wl-summary-target-mark-replace): New function.
3994         (wl-summary-target-mark-prefetch): Use it.
3995         (wl-summary-target-mark-delete): Ditto.
3996         (toplevel): Rearranged definition order.
3997         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3998         (wl-summary-target-mark-erase): Rewrite.
3999         (wl-summary-erase-region): New function.
4000         (wl-summary-exec-action-erase): Changed message.
4001         (wl-summary-move-mark-list-messages): New function.
4002         (wl-summary-exec-action-delete): Use it.
4003         (wl-summary-exec-action-erase): Ditto.
4004
4005         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4006         (wl-summary-skip-mark-list): Added "d".
4007
4008         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4009         while searching.
4010
4011         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4012         and define using defcustom;
4013         Define 4th element as a face.
4014         
4015         * wl-summary.el (wl-summary-incorporate): Use 
4016         `wl-summary-prefetch-region-no-mark' instead of
4017         `wl-summary-prefetch-region'.
4018         (wl-summary-prefetch-region-no-mark): Revival of old
4019         `wl-summary-prefetch-region'.
4020         (wl-summary-mark-action-list): Moved to wl-vars.el
4021
4022         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4023         face according to the `wl-summary-mark-action-list'.
4024         (wl-highlight-summary-current-line): Ditto;
4025         Removed destination highlighting.
4026
4027         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4028         (wl-highlight-summary-line-string): Highlight for "i" mark.
4029         (wl-highlight-summary-current-line): Ditto.
4030
4031         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4032         no destination.
4033
4034         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4035         exists, just go ahead.
4036         (wl-summary-prefetch-region): Rewrite.
4037         (wl-summary-prefetch): Ditto.
4038         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4039         (wl-summary-exec-action-prefetch): New function.
4040         (wl-summary-target-mark-prefetch): Rewrite.
4041
4042 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4043
4044         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4045         (wl-highlight-summary-line-string): Added "d" and "D".
4046         (wl-highlight-summary-current-line): Ditto.
4047
4048         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4049         in wl-summary.el.
4050         (wl-thread-insert-entity-sub): Ditto.
4051         (wl-thread-remove-destination-region): Ditto.
4052         (wl-thread-print-destination-region): Ditto.
4053
4054         * wl-summary.el (wl-summary-buffer-refile-list,
4055         wl-summary-buffer-delete-list,
4056         wl-summary-buffer-copy-list): Abolish.
4057         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4058         All other related portions are changed.
4059         (wl-summary-mark-action-list): New variable.
4060         (wl-summary-set-mark): New function.
4061         (wl-summary-register-target-mark): Ditto.
4062         (wl-summary-unregister-target-mark): Ditto.
4063         (wl-summary-have-target-mark-p): Ditto.
4064         (wl-summary-register-temp-mark): Ditto.
4065         (wl-summary-unregister-temp-mark): Ditto.
4066         (wl-summary-registered-temp-mark): Ditto.
4067         (wl-summary-collect-temp-mark): Ditto.
4068         (wl-summary-unset-mark): Ditto.
4069         (wl-summary-set-target-mark): Ditto.
4070         (wl-summary-unset-target-mark): Ditto.
4071         (wl-summary-set-action-generic): Ditto.
4072         (wl-summary-unset-action-generic): Ditto.
4073         (wl-summary-exec-action-delete): Ditto.
4074         (wl-summary-exec-action-erase): Ditto.
4075         (wl-summary-set-action-refile): Ditto.
4076         (wl-summary-set-action-refile-subr): Ditto.
4077         (wl-summary-unset-action-refile): Ditto.
4078         (wl-summary-make-destination-numbers-list): Ditto.
4079         (wl-summary-exec-action-refile): Ditto.
4080         (wl-summary-set-action-copy): Ditto.
4081         (wl-summary-unset-action-copy): Ditto.
4082         (wl-summary-exec-action-copy): Ditto.
4083         (wl-summary-collect-numbers-region): Ditto.
4084         (wl-summary-delete): Rewrite.
4085         (wl-summary-erase): Ditto.
4086         (wl-summary-remove-destination): Ditto.
4087         (wl-summary-exec): Ditto.
4088         (wl-summary-exec-region): Ditto.
4089         (wl-summary-target-mark-erase): Ditto.
4090         (wl-summary-refile): Ditto.
4091         (wl-summary-copy): Ditto.
4092         (wl-summary-unmark): Ditto.
4093         (wl-summary-delete-all-mark): Ditto.
4094         (wl-summary-mark-line): Don't highlight.
4095         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4096         (wl-summary-target-mark-refile-subr): Rewrite.
4097
4098         (wl-summary-copy-prev-destination): Abolish.
4099
4100 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4101
4102         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4103         default values along the value of wl-on-mule.
4104         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4105         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4106         It is not used anywhere.
4107
4108 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4109
4110         * wl-summary.el (wl-summary-print-destination): Keep position.
4111         (wl-summary-cursor-move-surface): Keep horizontal position.
4112
4113 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4114
4115         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4116         write sendlog.
4117
4118 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4119
4120         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4121         `wl-summary-highlight'.
4122
4123 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4124
4125         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4126         trivial condition for temp-mark.
4127
4128 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4129
4130         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4131         when it hits killed buffer.
4132
4133 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4134
4135         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4136         * wl-news.el.in: `message' and `error' take format string.
4137
4138 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4139
4140         * wl-folder (wl-folder-insert-entity): Display a message,
4141         `...done', when the work finish.
4142         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4143
4144 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4145
4146         * wl-message.el (wl-message-redisplay): Remove unused local
4147         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4148
4149 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4150
4151         * wl-summary.el (wl-summary-replace-status-marks): Disable
4152         interactive use.
4153         (wl-summary-reedit): Check message existence at first.
4154         (wl-summary-mark-line): Fix doc, return value is indefinite.
4155
4156         * wl-highlight.el (wl-highlight-message): Arranged.
4157
4158         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4159         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4160         check temp-mark by wl-summary-temp-mark always.
4161         (wl-highlight-summary): Change accordingly.
4162         * wl-summary.el (wl-summary-mark-as-read-all)
4163         (wl-summary-delete-cache, wl-summary-set-score-mark)
4164         (wl-summary-mark-as-unread, wl-summary-unmark)
4165         (wl-summary-mark-line, wl-summary-mark-as-read)
4166         (wl-summary-mark-as-important): Ditto.
4167
4168         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4169         end of the window if possible.
4170         * wl-summary.el (wl-summary-sync-update): Support lazy
4171         highlighting.
4172         (wl-summary-toggle-disp-msg): Ditto.
4173
4174 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4175
4176         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4177
4178 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4179
4180         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4181         change.
4182
4183 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4186         API.
4187         (wl-summary-sync-update): Ditto.
4188
4189         * wl-score.el (wl-score-get-score-alist): Changed argument.
4190         (wl-summary-rescore-msgs): Likewise.
4191         (wl-summary-score-headers): Likewise.
4192         (wl-score-headers): Likewise;
4193         Use elmo-folder-do-each-message-entity, etc.
4194         (wl-summary-score-effect): Follow the changes above.
4195         (wl-summary-rescore): Ditto.
4196         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4197         (wl-score-get-overview): Abolish.
4198
4199         * wl-summary.el (wl-summary-default-from): Follow the API change in
4200         elmo-msgdb.
4201         (wl-summary-count-unread): Ditto.
4202         (wl-summary-detect-mark-position): Ditto.
4203         (wl-summary-overview-entity-compare-by-date): Ditto.
4204         (wl-summary-overview-entity-compare-by-number): Ditto.
4205         (wl-summary-overview-entity-compare-by-from): Ditto.
4206         (wl-summary-overview-entity-compare-by-subject): Ditto.
4207         (wl-summary-get-list-info): Ditto.
4208         (wl-summary-rescan): Ditto.
4209         (wl-summary-jump-to-msg-by-message-id): Ditto.
4210         (wl-summary-sync-update): Ditto; Removed comment.
4211         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4212         (wl-summary-insert-message): Use wl-summary-insert
4213         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4214         (wl-summary-insert-headers): Changed argument overview to folder.
4215         (wl-summary-search-by-subject): Likewise.
4216         (wl-summary-insert-thread): Renamed from 
4217         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4218
4219         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4220         too.
4221
4222         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4223         wl-string-member.
4224
4225 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4226
4227         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4228         elmo-folder-append-buffer.
4229         (wl-draft-queue-append): Likewise.
4230
4231         * wl-mime.el (wl-message-delete-current-part): Ditto.
4232         (wl-summary-burst-subr): Ditto.
4233
4234         * wl-news.el.in (wl-news-send-news): Ditto.
4235
4236 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4239         function.
4240         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4241         (wl-summary-update-mark): Enclose with save-excursion.
4242         (wl-summary-mark-as-read-internal): Fixed last change.
4243         (wl-summary-mark-as-important): Use 3rd argument of
4244         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4245         Don't use elmo-msgdb-set-mark.
4246         (wl-summary-redisplay-internal): If msgdb flag is already read,
4247         just update the mark on buffer.
4248
4249 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4250
4251         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4252         cut visible folder when elmo-folder-delete returns non-nil value.
4253
4254 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4255
4256         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4257         by Kenichi OKADA <okada@opaopa.org>).
4258
4259 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4260
4261         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4262
4263 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4264
4265         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4266         Fixed the last change, search group entity by its real name.
4267         (Thanks to: KOBAYASHI Shinji)
4268
4269 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4270
4271         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4272         (wl-fldmgr-access-display-all): Don't refer visible name.
4273         * wl-expire.el (wl-folder-archive-current-entity)
4274         (wl-folder-expire-current-entity): Ditto.
4275         * wl-folder.el (wl-folder-jump-to-current-entity)
4276         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4277         (wl-folder-open-folder-sub,wl-folder-open-all)
4278         (wl-folder-write-current-folder): Ditto.
4279         (wl-folder-insert-entity): Don't use petname for normal group.
4280         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4281         is the real name.
4282         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4283         Abolished.
4284
4285 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4286
4287         * wl-draft.el (wl-draft-create-buffer): Add
4288         `wl-summary-reply-with-citation'
4289
4290 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4291
4292         * wl-draft.el (wl-draft-reply): Fixed.
4293
4294 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4295
4296         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4297         when `wl-draft-send-confirm-with-preview' is non-nil.
4298         You can scroll up/down by j/k.
4299         (wl-draft-send-confirm-with-preview): New variable (default=t).
4300
4301 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4302
4303         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4304         (wl-fldmgr-save-folders): Fix comment.
4305
4306 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4307
4308         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4309         along the last change in `wl-folder-buffer-group-p'.
4310
4311 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4312
4313         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4314         folder.
4315
4316         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4317         the default value.
4318
4319         * wl-mime.el (wl-summary-burst): Update summary only when target
4320         folder equals current folder.
4321
4322 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4325
4326 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4327
4328         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4329         value.
4330
4331 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4334         `map-extents' instead of `extent-at' repeatedly.
4335         (wl-highlight-folder-current-line): Ditto.
4336
4337         * wl-highlight.el: Remove useless dummy functions.
4338
4339 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4342         (wl-folder-put-folder-property): New function to put text property.
4343         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4344         (wl-folder-insert-entity, wl-folder-update-diff-line)
4345         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4346         * wl-e21.el, wl-xmas.el, wl-mule.el
4347         (wl-highlight-folder-current-line): Ditto.
4348         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4349         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4350         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4351         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4352
4353 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4354
4355         * Version number is increased to 2.11.3.
4356
4357 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4358
4359         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4360         Resume current-buffer since it is assumed by remaining tasks.
4361
4362 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4363
4364         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4365         (wl-folder-completion-function): Abolished.
4366         (wl-folder-complete-folder): New function.
4367         (wl-folder-complete-filter-condition): Ditto.
4368         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4369         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4370
4371 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-draft.el (wl-draft-send-confirm): New function.
4374         (wl-draft-send): Use it.
4375
4376         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4377         cursor-in-echo-area while confirming.
4378
4379         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4380
4381         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4382         searching via nntp if wl-summary-search-via-nntp is 'force.
4383         Otherwise, invoke searching in nntp folder only.
4384         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4385
4386         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4387         explicitly for mime-make-text-tag.
4388
4389 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4390
4391         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4392         `mime-make-text-tag' instead of `mime-create-tag'.
4393
4394 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4395
4396         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4397         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4398
4399 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-score.el (wl-score-save): Bind print-length and print-level.
4402         (wl-score-pretty-print): Ditto.
4403         (wl-score-edit-insert-header-entry): Ditto.
4404
4405         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4406         "From" entry to be treated with wl-draft-eword-encode-address-list.
4407         * wl-mime.el (wl-draft-preview-message): Ditto.
4408
4409         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4410         (wl-summary-mark-as-unread): Ditto.
4411         (wl-summary-mark-as-read-region): Change accordingly.
4412         (wl-summary-mark-as-unread-region): Ditto.
4413         (wl-summary-target-mark-mark-as-read): Ditto.
4414         (wl-summary-target-mark-mark-as-unread): Ditto.
4415
4416 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4417
4418         * Version number is increased to 2.11.2.
4419
4420 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * wl-news.el.in (wl-news-previous-version-save): Bind
4423         print-length and print-level.
4424         * wl-thread.el (wl-thread-save-entities): Ditto.
4425         (wl-thread-save-top-list): Bind print-length.
4426
4427 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-highlight.el (wl-highlight-summary-line-string): Use
4430         wl-summary-score-below-mark, wl-summary-score-over-mark.
4431         (wl-highlight-summary-current-line): Ditto.
4432
4433 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4436         insert it.
4437
4438 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4439
4440         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4441
4442 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4445         message without msgid.
4446         Rewrite with elmo-folder-move-messages.
4447         Set wl-message-buffer to nil.
4448
4449         * wl-summary.el (wl-summary-erase-subr): New function. Use
4450         elmo-folder-move-messages.
4451         (wl-summary-erase): Call it.
4452         (wl-summary-target-mark-erase): Ditto.
4453
4454 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4455
4456         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4457         it is not up-tp-date.
4458
4459 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4460
4461         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4462         buffer after calling `wl-summary-goto-folder-subr' without the
4463         argument `interactive'.
4464         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4465
4466 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4467
4468         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4469         `mime-create-tag'. Use `string=' instead of `looking-at'.
4470
4471 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4472
4473         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4474         to avoid compile warning.
4475
4476         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4477         entity-id when folder is given.
4478         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4479         save-excursion, use save-selected-window instead.
4480         Select folder buffer window if exists.
4481         (To correct behavior with wl-folder-move-cur-folder.)
4482
4483 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4484
4485         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4486
4487 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4488
4489         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4490         list-count instead of %d.
4491
4492 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4495         (wl-news): Set it.
4496         (wl-news-append-to-folder): Use it.
4497
4498         * wl-news.el.in (wl-news-send-news): Append to specified folder
4499         instead of wl-default-folder.
4500         (wl-news-append-to-folder): Show error message with specified folder.
4501
4502         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4503                 In most major modes, Emacs assumes that any opening
4504                 delimiter found at the left margin is the start of a
4505                 top-level definition, or defun. Therefore, *never put an
4506                 opening delimiter at the left margin unless it should have
4507                 that significance.*
4508
4509         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4510
4511 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4512
4513         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4514
4515 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4516
4517         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4518
4519 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4520
4521         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4522         for sequential numbering case.
4523
4524 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4527         value.
4528         (wl-draft-reply-without-argument-list): Ditto.
4529         (wl-draft-reply-myself-with-argument-list): Abolish.
4530         (wl-draft-reply-myself-without-argument-list): Ditto.
4531         * wl-draft.el (wl-draft-self-reply-p): New function.
4532         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4533
4534 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4535
4536         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4537         (avoid error for the case without byte-compiling)
4538
4539 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl-news.el.in (wl-news-append-to-folder): New function.
4542         (wl-news-exit): Rewrite.
4543         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4544
4545 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4546
4547         * wl-draft.el (wl-draft-reply-position): New function.
4548         (wl-draft-reply-position): Fix.
4549         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4550         (wl-summary-target-mark-reply-with-citation): Ditto.
4551         (wl-summary-reply-with-citation): Ditto.
4552         * wl-vars.el (wl-draft-reply-default-position): New variable.
4553
4554 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4555
4556         * wl-draft.el (wl-draft-send): Preview when interactive send.
4557
4558 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4559
4560         * wl-draft.el (wl-draft-reply): Set default position.
4561         * wl-summary.el (wl-summary-reply): Ditto.
4562         (wl-summary-reply-with-citation): Ditto.
4563         (wl-summary-target-mark-reply-with-citation): Ditto.
4564
4565 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-news.el.in (wl-news-lang): Set default value according to
4568         current-language-environment.
4569         (wl-news-append-news): Do nothing when news-list is nil.
4570
4571 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4572
4573         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4574         (wl-news): Change message.
4575         (wl-news-exit): Check buffer.
4576         (wl-news-force-exit): New function.
4577         (wl-news-show-all): New function.
4578         (wl-news-discard-and-exit): Fix.
4579
4580 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4581
4582         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4583         according to current-language-environment.
4584
4585         * wl-news.el.in (wl-news): If arg, show all NEWS after
4586         wl-news-default-previous-version.
4587
4588 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4589
4590         * wl-news.el.in (wl-news-check): Rewritten.
4591         (wl-news-previous-version-load): Change data type.
4592         (wl-news-previous-version-save): Change data type.
4593         (wl-news-append-news): Add return value.
4594         (wl-news-check-news): New function.
4595         (wl-news-already-current-p): New function.
4596         (wl-news-send-news): Rewritten.
4597         (wl-news-mode-map): Add new keybind.
4598         (wl-news): Rewritten.
4599         (wl-news-exit): Rewritten.
4600         (wl-news-discard-and-mail): New function.
4601         (wl-news-send-to-address): Abolished.
4602         * wl.el (wl-init): Delete a message.
4603
4604 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4605
4606         * wl-news.el.in (wl-news-exit): Update previous version.
4607         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4608
4609 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4610
4611         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4612
4613 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4614
4615         * wl-news.el.in (wl-news): New function.
4616         (wl-news-mode): New function.
4617         (wl-news-next-line): New function.
4618         (wl-news-next-page): New function.
4619         (wl-news-exit): New function.
4620         (wl-news-buf-name): New variable.
4621         (wl-news-mode-map): New variable.
4622         (wl-news-winconf): New variable.
4623         (wl-news-append-news): Add an option.
4624
4625 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4626
4627         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4628
4629 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-news.el.in (wl-news-send-to-address): New variable.
4632         (wl-news-send-news): Use it.
4633         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4634         Return updating status.
4635         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4636
4637 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4638
4639         * wl-news.el.in (wl-news-send-news): Delete
4640         Organization and X-Face.
4641
4642 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4643
4644         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4645         (wl-news-append-news): New function.
4646         (wl-news-send-news): New function.
4647
4648 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4649
4650         * Version number is increased to 2.11.1.
4651
4652 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4653
4654         * wl-news.el.in : New file.
4655
4656 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4659         default value.
4660         (wl-draft-reply-without-argument-list): Ditto.
4661
4662 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4665         (wl-message-buffer-prefetch-idle-time): Ditto.
4666         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4667
4668 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4669
4670         * wl-thread.el (wl-thread-insert-message): Use
4671         wl-summary-max-thread-depth.
4672
4673         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4674         loop detection.
4675
4676         * wl-message.el (wl-message-buffer-display): Back to the first page
4677         when cache is hit.
4678
4679 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4680
4681         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4682
4683         * wl-summary.el (wl-summary-insert-thread-entity):
4684         If the thread depth is reached to wl-summary-max-thread-depth,
4685         divide the thread.
4686
4687 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4688
4689         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4690         for elmo-remove-passwd.
4691
4692 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4693
4694         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4695         folder is sticky.
4696         (wl-folder-mark-as-read-all-entity): Ditto.
4697         (wl-folder-prefetch-entity): Ditto.
4698
4699 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4700
4701         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4702
4703 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4704
4705         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4706         Delete messages on buffer for unplugged operation.
4707         (wl-summary-erase): Ditto.
4708
4709 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4710
4711         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4712         take nil so as not to search parent by subject.
4713
4714 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4715
4716         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4717         (wl-folder-get-next-folder): Ditto.
4718         (wl-folder-get-path): Ditto.
4719
4720 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4721
4722         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4723         system and encode the region with it before verifying.
4724
4725 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4726
4727         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4728         system of the echo buffer before decoding.
4729
4730 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4733         original contents.
4734
4735 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4738         with argument 'any-exists.
4739
4740 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4741
4742         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4743         Use `wl-cs-autoconv'.
4744
4745 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4746
4747         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4748         by `mime-view-automatic-conversion'.
4749
4750         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4751         (wl-message-verify-pgp-nonmime): Ditto.
4752         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4753         Bind them to C-c:d and C-c:v respectively.
4754
4755         Merge following code by Teranishi-san from [wl-en:00167].
4756         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4757         (wl-mime-preview-application/pgp-encrypted): Ditto.
4758         (wl-mime-setup): Add entry.
4759
4760 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4761
4762         * wl-summary.el (wl-summary-target-mark-erase): New function.
4763         Bind it to "mD".
4764
4765 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4766
4767         * wl-vars.el (wl-draft-write-file-function): Fix.
4768         (wl-draft-reedit-hook): Changed default value.
4769
4770         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4771         wl-draft-reedit-hook.
4772         (wl-draft-remove-text-plain-tag): New function.
4773         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4774
4775         * wl-vars.el (wl-draft-write-file-function): New user option.
4776
4777         * wl-draft.el (wl-draft-prepare-edit): Use it for
4778         local-write-file-hooks.
4779         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4780
4781         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4782         (wl-draft-insert-mail-header-separator): Return the body beginning
4783         point.
4784         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4785         text/plain.
4786         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4787
4788 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-summary.el (wl-summary-erase): New function to erase message
4791         without moving it to trash. Bind to "D".
4792
4793         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4794         as `keep' unless switch-function.
4795
4796 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4797
4798         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4799         message buffer by using `wl-summary-toggle-disp-msg'.
4800         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4801         buffer window.
4802         (wl-summary-supresedes-message): Ditto.
4803
4804         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4805         Do not delete other windows.
4806         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4807         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4808         (wl-draft-create-buffer): Set reply-or-forward also for target
4809         mark commands.
4810
4811 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4812
4813         * wl-draft.el (wl-user-agent-compose): Delete special case for
4814         switch-to-buffer-other-window.
4815
4816         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4817         (wl-summary-forward): Ditto.
4818
4819         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4820         function.
4821         (wl-draft-buffer-style): New use option.
4822
4823         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4824         (wl-draft): Follow the change above.
4825         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4826         wl-draft-buffer-style.
4827         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4828         switch-function.
4829
4830 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4831
4832         * wl-address.el (wl-address-make-completion-entry): Extracted from
4833         `wl-address-make-completion-list'.
4834         (wl-address-enable-strict-loading): New variable.
4835         (wl-address-make-completion-list): Revive petname duplication
4836         inquiry, and enable it if `wl-address-enable-strict-loading'.
4837         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4838
4839 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * wl-message.el (wl-message-get-original-buffer): Avoid
4842         'Selecting deleted buffer' error when original buffer is killed.
4843
4844 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4845
4846         * wl-summary.el (wl-summary-next-message): Use
4847         elmo-message-accessible-p instead of elmo-message-cached-p.
4848
4849 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4852
4853         * wl-thread.el (wl-thread-open-all-unread): Use
4854         elmo-folder-list-flagged instead of
4855         elmo-folder-list-messages-mark-match.
4856
4857         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4858         instead of elmo-folder-list-messages-mark-match.
4859         (wl-summary-move-spec-alist): New variable.
4860         (wl-summary-move-spec-plugged-alist,
4861         wl-summary-move-spec-unplugged-alist): Abolish.
4862         (wl-summary-next-message): Follow the change above.
4863         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4864         with 'no-msg' argument.
4865
4866         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4867         variable.
4868         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4869         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4870         (wl-message-buffer-prefetch-get-next): Follow the change above.
4871
4872 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-version.el (wl-version): Changed codename.
4875
4876         * Version number is increased to 2.11.0.
4877
4878 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4879
4880         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4881         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4882         `wl-draft-config-variables'.
4883         (wl-draft-kill): Fixed problem when the draft is reedit.
4884
4885 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4886
4887         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4888         buffer-modified status (Thanks to
4889         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4890
4891 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4892
4893         * wl-util.el (wl-region-exists-p): New function.
4894
4895         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4896         Remove defvars for byte-compile warnings.
4897
4898 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4899
4900         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4901         defvar-maybe. Removed unused bind.
4902
4903 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4904
4905         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4906         summary buffer window before creating new frame.
4907         (wl-draft-reply): Ditto.
4908
4909 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4910
4911         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4912
4913 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4914
4915         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4916
4917 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4918
4919         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4920         instead of `kill-region'.
4921
4922 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4923
4924         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4925         (wl-highlight-summary-line-string): Use it.
4926         (wl-highlight-summary-current-line): Ditto.
4927
4928         * wl-mime.el (wl-message-delete-current-part): Check the class of
4929         mime-entity.
4930
4931         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4932
4933         * wl-summary.el (wl-summary-make-number-list): Initialize.
4934         (wl-summary-update-mark): New function.
4935         (wl-summary-reply): Put `answered' mark on the message.
4936         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4937
4938         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4939         (wl-draft-reply): Added optional argument `number';
4940         Set wl-draft-parent-number.
4941         (wl-draft-kill): Delete answered mark if it is a reply.
4942
4943 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4944
4945         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4946         that originates in mime-preview-follow-current-entity.
4947         (wl-draft-yank-current-message-entity): Use it if region is active.
4948
4949         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4950         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4951         `wl-message-delete-current-part'.
4952         * wl-mule.el (wl-message-define-keymap): Ditto.
4953         * wl-xmas.el (wl-message-define-keymap): Ditto.
4954
4955 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4956
4957         * wl-mime.el (wl-message-delete-current-part): New function.
4958         (wl-mime-node-id-to-string): Ditto.
4959
4960         * wl-mime.el (wl-message-delete-current-part): Use existing
4961         original buffer which corresponds current mime-view buffer.
4962         (fetched buffer might have different structure, possibly)
4963
4964         * wl-mime.el (wl-message-delete-current-part): Quit if the
4965         message content differs from the actual message.
4966
4967 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4968
4969         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4970         order.
4971         (wl-summary-search-by-subject): Search parent message from tail;
4972         Check the existence of the parent message on the current thread tree.
4973         (wl-summary-update-thread): Check whether the line is inserted.
4974
4975 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4976
4977         * wl-vars.el (wl-summary-line-format): Undo last change.
4978         * wl-summary.el (wl-summary-print-destination): Do not put
4979         invisible property when `wl-summary-width' is nil.
4980         (wl-summary-line-subject-minimum-length): Abolished.
4981         (wl-summary-line-subject): Ditto.
4982
4983 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-vars.el (wl-summary-line-format): Change default value.
4986         (wl-summary-subject-length-limit): Abolished.
4987         * wl-summary.el (wl-summary-line-subject): Ditto.
4988
4989 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4990
4991         * wl-template.el (wl-template-select): Added optional argument.
4992         If optional argument is specified, reverse
4993         `wl-template-visible-select'.
4994
4995 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4996
4997         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4998         Take prefix argument to force asking the destination folder.
4999
5000 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5001
5002         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5003         count and update status.
5004
5005 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5006
5007         * wl-summary.el (wl-summary-redisplay-internal): If
5008         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5009         after fetching.
5010
5011 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5012
5013         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5014         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5015
5016         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5017
5018 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5021         (All other related portions are changed).
5022         (wl-summary-mark-as-read-all): Rewrite.
5023
5024 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5025
5026         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5027         `wl-summary-mark-as-read'.
5028         (wl-summary-mark-as-unread): Rewrite.
5029         (wl-summary-mark-as-read): Added no-modeline argument.
5030         (wl-summary-resume-cache-status): Rewrite.
5031         (wl-summary-exec-subr): Remove unused local variable.
5032
5033 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5034
5035         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5036         logic to call `wl-summary-buffer-prev-folder-function'.
5037         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5038
5039 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5040
5041         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5042         is nil.
5043
5044 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5045
5046         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5047         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5048         (wl-mime-setup): Add its entry.
5049
5050 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5051
5052         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5053         (wl-summary-delete-cache): Likewise.
5054         (wl-summary-mark-as-read): Rewrite.
5055
5056 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5059         `wl-summary-count-unread'.
5060
5061         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5062
5063         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5064
5065 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5068         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5069         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5070         Renamed to the elmo-msgdb-*-mark.
5071         (wl-summary-score-marks): Follow the change above.
5072         (wl-summary-auto-refile-skip-marks): Ditto.
5073         (wl-summary-incorporate-marks): Ditto.
5074         (wl-summary-expire-reserve-marks): Ditto.
5075
5076         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5077         changes.
5078         (wl-thread-insert-top): Changed updating message.
5079
5080         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5081         variable.
5082         (wl-summary-count-unread): Count answered marks.
5083         (wl-summary-rescan): Call wl-summary-insert-message instead of
5084         wl-summary-append-message-func-internal.
5085         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5086         (wl-summary-prefetch-msg): Follow the variable name changes.
5087         (wl-summary-prefetch-region): Ditto.
5088         (wl-summary-mark-as-read-all): Follow the API changes;
5089         Don't call elmo-folder-replace-marks.
5090         (wl-summary-delete-cache): Follow the variable name changes.
5091         (wl-summary-resume-cache-status): Ditto.
5092         (wl-summary-update-status-marks): New function.
5093         (wl-summary-insert-message): New function.
5094         (wl-summary-sync-marks): Follow the variable name changes.
5095         (wl-summary-sync-update): Synchronize to the msgdb, too;
5096         Changed update messages.
5097         (wl-summary-make-number-list): Rewrite.
5098         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5099         (wl-summary-mark-as-unread): Follow the API changes.
5100         (wl-summary-exec-subr): Follow the variable name changes.
5101         (wl-summary-mark-as-read): Ditto.
5102         (wl-summary-move-spec-plugged-alist): Ditto.
5103         (wl-summary-move-spec-unplugged-alist): Ditto.
5104         (wl-summary-cursor-move-surface): Ditto.
5105
5106         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5107         variable name changes.
5108         (wl-highlight-summary-current-line): Ditto.
5109
5110         * wl-expire.el (wl-expire-refile): Follow the API change in
5111         elmo-folder-move-messages.
5112         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5113         (wl-summary-archive): Use elmo-folder-msgdb instead of
5114         elmo-msgdb-load.
5115
5116 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5117
5118         * wl-mime.el (wl-draft-preview-message): Restore the position
5119         before evaluating wl-draft-send-hook in preview buffer.
5120
5121 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5122
5123         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5124         when it creates new draft buffer.
5125
5126         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5127         without argument.
5128
5129         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5130         Evaluate content and if the value is string, insert it.
5131         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5132         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5133         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5134         wl-draft-config-sub-part-bottom): Use it.
5135
5136         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5137         with the folder name. The question was unintelligible when it is
5138         called from wl-save-status.
5139
5140 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5141
5142         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5143         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5144         cannot take second argument).
5145
5146 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5147
5148         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5149         as t. Since type and subtype are not case sensitive (RFC 2045).
5150
5151 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5152
5153         * wl-vars.el (wl-message-mode-line-format): New variable.
5154         (wl-message-mode-line-format-spec-alist): Ditto.
5155         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5156         (wl-message-redisplay): Use wl-message-mode-line-format.
5157
5158 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5161
5162 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5163
5164         * wl-summary.el (wl-summary-default-from): Write description.
5165
5166 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-vars.el (wl-ldap-objectclass): Abolish.
5169
5170         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5171         (wl-ldap-make-filter): Removed condition for objectclass.
5172         (wl-ldap-make-matched-value-list): Remove meaningless process.
5173         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5174         (wl-address-ldap-search): Don't add `*' to `pat' string;
5175         use ignore-errors; added `email';
5176         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5177         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5178         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5179
5180
5181 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5182
5183         * wl-draft.el (wl-draft-parent-folder): Write description.
5184         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5185
5186 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5189         as "" (zero-length string) if no parent.
5190         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5191
5192 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5193
5194         * wl-address.el (wl-address-make-completion-list): Skip duplication
5195         checking.
5196         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5197         `append'.
5198
5199 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5200
5201         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5202         instead of `beginning-of-buffer'.
5203
5204 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5205
5206         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5207
5208 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5209
5210         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5211         Refer wl-message-buffer-name.
5212         (wl-message-wheel-down): Ditto.
5213
5214 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-vars.el (wl-message-buffer-name): New user option.
5217
5218         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5219         directly instead of making alist dinamically.
5220
5221         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5222         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5223         wl-message-buffer-cache-name.
5224         (wl-message-buffer-cache-clean-up): Ditto.
5225
5226         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5227
5228         * Version number is increased to 2.9.15.
5229
5230 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5231
5232         * wl-vars.el (wl-summary-default-view-alist): New user option.
5233
5234         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5235
5236         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5237         while deleting address.
5238         (wl-draft-delete-myself-from-cc): Ditto.
5239
5240         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5241         If optional argument is specified, reverse sort order.
5242
5243         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5244
5245 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5246
5247         * wl-thread.el (wl-thread-insert-message): Return parent number if
5248         exists.
5249         (wl-thread-update-indent-string-region): Use
5250         wl-thread-update-line-on-buffer-sub instead of
5251         wl-thread-update-line-on-buffer.
5252
5253 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5254
5255         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5256         (wl-folder-close-all): Ditto.
5257
5258 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5259
5260         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5261         and mailing-list:.
5262         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5263         value.
5264         (wl-summary-line-list-info): Print mailing-list name even when 
5265         list-number is empty.
5266
5267 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5268
5269         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5270
5271         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5272         (wl-draft-open-file): Ditto.
5273         (wl-draft-random-alphabet): Ditto.
5274
5275         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5276         bindings.
5277
5278 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5279
5280         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5281         * wl-vars.el (wl-draft-config-alist): Ditto.
5282
5283 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * Version number is increased to 2.9.14.
5286
5287         * wl.el (wl): Don't set wl-init as nil when error occured while
5288         auto-checking folders.
5289
5290         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5291         `elmo-expand-newtext'.
5292
5293 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5294
5295         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5296         `this-command' so that `wl-folder-goto-folder' contained in
5297         `wl-summary-keep-cursor-command' work.
5298
5299 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5302         message buffer displaying state.
5303
5304 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5305
5306         * wl-vars.el (wl-summary-default-view): New variable to specify
5307         default value for `wl-summary-buffer-view' instead of using
5308         set-default.
5309         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5310
5311 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5312
5313         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5314
5315         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5316
5317 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5318
5319         * wl-vars.el (wl-forward-subject-prefix): New variable.
5320         * wl-draft.el (wl-draft-forward): Use it.
5321
5322 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5323
5324         * wl-message.el (wl-message-prev-page): When it is called without
5325         lines argument, scroll down by wl-message-scroll-amount lines.
5326         (wl-message-next-page): Ditto.
5327         * wl-vars.el (wl-message-scroll-amount): Change default value
5328         to preserve current behavior.
5329
5330 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5331
5332         * wl-summary.el (wl-summary-prefetch-msg): Bind
5333         `wl-message-entity' to call `wl-summary-from-function'.
5334
5335 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5336
5337         * wl-message.el (wl-message-buffer-create): Run
5338         wl-message-buffer-created-hook.
5339
5340 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-summary.el (wl-summary-sort-specs): New variable.
5343         (wl-summary-default-sort-spec): Ditto.
5344         (wl-summary-sort): Rewrite.
5345         (wl-summary-sort-by-list-info): New function.
5346
5347 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5348
5349         * wl-summary.el (wl-summary-get-list-info): New function.
5350         (wl-summary-sort): Rewrite.
5351         (wl-summary-line-list-info): Ditto.
5352         (wl-summary-line-list-count): Ditto.
5353         (wl-summary-refile-region): Fixed docstring.
5354
5355 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5358         `wl-folder-entity-hashtb' as completion table.
5359
5360 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5361
5362         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5363         only when this command is called interactively; silence the byte-
5364         compiler.
5365
5366 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5367
5368         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5369         active in XEmacs.
5370
5371 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5372
5373         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5374         plural lines.
5375
5376 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5377
5378         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5379         of current line when the cursor is on the header name.
5380         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5381
5382 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5383
5384         * wl-util.el (wl-read-directory-name): Return displayed directory
5385         as the default value also on XEmacs.
5386
5387 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5390         formatting.
5391
5392 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5395         argument and when it is non-nil, check face property before
5396         highlighting for each line.
5397         (wl-highlight-summary-window): Set it.
5398
5399 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5400
5401         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5402         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5403
5404         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5405         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5406         (wl-draft-get-fcc-list): Likewise.
5407
5408 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5411         (wl-thread-entity-cur): Ditto.
5412         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5413         wl-thread-indent-regexp setting.
5414         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5415
5416         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5417         wl-summary-lazy-highlight.
5418         (wl-summary-display-bottom): Ditto.
5419
5420         * wl-thread.el (wl-thread-open-close): Likewise.
5421
5422         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5423         from and subject;
5424         Bind wl-draft-use-frame;
5425         Enclose with save-window-excursion;
5426         Use wl-draft-create-buffer instead of with-temp-buffer;
5427         Use wl-draft-prepare-edit;
5428         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5429         Use wl-draft-send instead of wl-draft-raw-send.
5430
5431 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5432
5433         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5434         of using wl-from.
5435
5436 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5439         insert-buffer instead of clone-buffer.
5440         (wl-draft-doing-mime-bcc): New variable.
5441         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5442         infinite loop.
5443         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5444
5445         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5446         (wl-draft-mime-bcc-body): Ditto.
5447
5448         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5449         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5450         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5451         wl-draft-do-mime-bcc.
5452         (wl-draft-mime-bcc-field): New function.
5453         (wl-draft-do-mime-bcc): Ditto.
5454
5455         * wl-address.el (wl-address-complete-header-list): New variable.
5456         (wl-address-complete-header-regexp): Changed default value.
5457
5458         * Version number is increased to 2.9.13.
5459
5460 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5461
5462         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5463         it is differed.
5464
5465 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5466
5467         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5468         (wl-summary-line-list-count): Ditto.
5469
5470 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5471
5472         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5473         (wl-nntp-posting-function): New variable.
5474         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5475         `wl-nntp-posting-config-alist'.
5476
5477 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5478
5479         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5480         FLIM.
5481
5482 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5483
5484         * wl-summary.el (wl-summary-target-mark-refile-sub):
5485         Remove a nuisance funcall.
5486
5487 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5488
5489         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5490         as t for `try-completion'.
5491
5492 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-summary.el (wl-summary-default-from): Use
5495         wl-address-header-extract-address instead of
5496         std11-extract-address-components.
5497         (wl-summary-simple-from): Ditto.
5498         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5499         (wl-summary-insert-headers): Show message.
5500         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5501         for whole line.
5502         (wl-summary-default-from): Revert last change.
5503         (wl-summary-simple-from): Ditto.
5504         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5505         (wl-summary-mark-as-read-region): Follow the change above.
5506         (wl-summary-sync-marks): Ditto.
5507         (wl-summary-target-mark-mark-as-read): Ditto.
5508         (wl-summary-redisplay-internal): Ditto.
5509         (wl-summary-redisplay-no-mime-internal): Ditto.
5510         (wl-summary-redisplay-all-header): Ditto.
5511         (wl-summary-mark-as-read): Removed argument `cached';
5512         Use current cache status to set cache mark.
5513         (wl-summary-redisplay-internal): Follow the change above.
5514         (wl-summary-redisplay-no-mime-internal): Ditto.
5515         (wl-summary-redisplay-all-header): Ditto.
5516
5517         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5518
5519         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5520         Don't call itself recursively (Adviced by Yamaoka-san).
5521
5522 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5523
5524         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5525         bind wl-summary-highlight as nil to avoid error caused by missing
5526         local variables.
5527
5528 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5529
5530         * wl-vars.el (wl-invalid-character-message): New user option.
5531
5532         * wl-util.el (wl-set-string-width): If truncated string-width is
5533         larger than specified width, use `wl-invalid-character-message'.
5534
5535 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5536
5537         * wl-summary.el (wl-summary-prefetch-msg): 
5538         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5539
5540 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-vars.el (wl-summary-check-line-format): New user option.
5543         (wl-summary-line-format-file): Ditto.
5544
5545         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5546         variable.
5547         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5548         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5549         and `wl-summary-view-old-p' to check whether do a rescan or not.
5550         (wl-summary-view-old-p): New function.
5551         (wl-summary-line-format-changed-p): Ditto.
5552         (wl-summary-line-format-save): Ditto.
5553         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5554
5555         * wl-util.el (wl-set-string-width): Avoid using negative number
5556         for make-string.
5557
5558 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5559
5560         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5561         return value.
5562
5563         * wl-util.el (wl-set-string-width): Added optional argument
5564         `padding' (All other related portions are changed).
5565         (wl-line-parse-format): If the first letter of column number is
5566         `0', zero-padding the result (ex: "%05l").
5567
5568         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5569
5570 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5573         sequential summary view.
5574
5575 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5576
5577         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5578         if it doesn't have a -unix version.
5579
5580 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5583
5584 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5587         content.
5588         (wl-draft): Follow the change above.
5589
5590         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5591
5592         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5593         and wl-folder-summary-line-format-alist contain %T and %P.
5594
5595         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5596         (wl-summary-mode-line-format): New user option.
5597         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5598         (wl-summary-line-format): Changed default value.
5599         (wl-summary-lazy-highlight): Changed default value.
5600
5601         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5602         change in wl-summary-create-line.
5603         (wl-thread-insert-entity-sub): Ditto.
5604
5605         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5606         (wl-summary-buffer-unread-status): Ditto.
5607         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5608         (wl-summary-buffer-persistent-mark-column): Ditto.
5609         (wl-summary-buffer-mode-line-formatter): Ditto.
5610         (wl-summary-buffer-mode-line): Ditto.
5611         (wl-summary-message-regexp): Abolished.
5612         (All other related portions are changed.)
5613         (wl-summary-detect-mark-position): New function.
5614         (wl-summary-buffer-set-folder): Setup
5615         wl-summary-buffer-mode-line-formatter.
5616         (wl-summary-mode): Setup selective-display;
5617         Setup pre-idle-hook when xemacs.
5618         (wl-summary-update-modeline): Rewrite.
5619         (wl-summary-jump-to-msg): Define as function;
5620         Changed regexp for searching messages.
5621         (wl-summary-message-number): Rewrite.
5622         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5623         Do rescan when old type summary cache.
5624         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5625         (wl-summary-remove-destination): Use '\r' to detect EOL.
5626         (wl-summary-print-destination): Ditto.
5627         (wl-summary-temp-mark): New inline function.
5628         (wl-summary-persistent-mark): Ditto.
5629         (wl-summary-line-number): New function.
5630         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5631         (wl-summary-line-list-count): New function.
5632         (wl-summary-create-line): Added argument persistent-mark.
5633         (All other related portions are changed)
5634         (wl-summary-create-line): Insert '\r'.
5635         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5636         (wl-summary-cursor-move-surface): New inline function.
5637         (wl-summary-prev): Use it.
5638         (wl-summary-next): Ditto.
5639
5640         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5641         wl-summary-message-regexp.
5642         (wl-highlight-summary): Delete progress message.
5643         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5644
5645         * Version number is increased to 2.9.12.
5646
5647 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5648
5649         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5650         variable (nil: no minimum).
5651         (wl-summary-line-subject): Add some spaces after subject by
5652         wl-summary-line-subject-minimum-length.
5653
5654 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5655
5656         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5657         and removed `F'.
5658         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5659         change above).
5660
5661 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5662
5663         * wl-summary.el (wl-summary-line-list-count): Reverted.
5664         (example setting in samples/*/dot.wl is also updated)
5665
5666 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5667
5668         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5669
5670         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5671
5672         * wl-vars.el (wl-summary-line-format): Addes some description to the
5673         docstring.
5674
5675         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5676         (wl-summary-line-close-bracket): Ditto.
5677         (wl-summary-line-children-number): Ditto.
5678         (wl-summary-line-thread-indent): Ditto.
5679         (wl-summary-line-children-and-from): Ditto.
5680
5681         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5682         't', 'c', 'F' and added 'C'.
5683
5684         * wl-util.el (wl-set-string-width): Accept negative value.
5685         (wl-line-parse-format): Added "%number(" and "%)".
5686
5687 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5688
5689         * wl-summary.el (wl-summary-line-list-count): Change format of the
5690         return value.
5691
5692 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5693
5694         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5695         from the recent message.el.
5696         (wl-draft-point-in-header-p): Ditto.
5697         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5698         wl-draft-beginning-of-line.
5699         * wl-e21.el (wl-draft-mode-map): Ditto.
5700         * wl-xmas.el (wl-draft-mode-map): Ditto.
5701
5702         * wl-folder.el: Sort macrodefs by dependencies.
5703
5704 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5705
5706         * wl-summary.el (wl-summary-prev): Fixed regexp.
5707         (wl-summary-next): Ditto.
5708
5709 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5710
5711         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5712
5713 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5714
5715         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5716         for backward compatibility.
5717
5718 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5719
5720         * wl-summary.el (wl-summary-line-list-count): New function, merged
5721         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5722         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5723         list counts.
5724
5725 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5726
5727         * wl-summary.el (wl-summary-create-line): Ignore errors while
5728         timezone-fix-time.
5729
5730         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5731
5732         * wl-summary.el (wl-summary-sync-update): Ditto.
5733         (wl-summary-default-from): Use wl-message-entity
5734         instead of entity.
5735
5736         * wl-summary.el (wl-summary-create-line): Fix.
5737
5738         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5739         (wl-summary-line-format): New user option.
5740         (wl-folder-summary-line-format-alist): Ditto.
5741         (wl-summary-from-width): Abolished.
5742
5743         * wl-util.el (toplevel): Require 'bytecomp.
5744         (wl-line-parse-format): New function.
5745         (wl-line-formatter-setup): New macro.
5746
5747         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5748         (wl-summary-buffer-line-formatter): New buffer local variable.
5749         (wl-summary-switch-to-clone-buffer): Follow the change above.
5750         (wl-summary-message-regexp): Fix.
5751         (wl-summary-from-func-internal): Abolished.
5752         (wl-summary-subject-func-internal): Ditto.
5753         (wl-summary-subject-filter-func-internal): Ditto.
5754         (All other related portions are changed.)
5755         (wl-summary-buffer-set-folder):
5756         Set up wl-summary-buffer-number-column and 
5757         wl-summary-buffer-line-formatter
5758         (All other related portions are changed.)
5759         (wl-summary-buffer-number-column-detect): Abolished.
5760         (All other related portions are changed.)
5761         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5762         (wl-summary-delete-all-temp-marks-on-buffer): Use
5763         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5764         (wl-summary-target-mark-delete): Ditto.
5765         (wl-summary-target-mark-refile-subr): Ditto.
5766         (wl-summary-target-mark-mark-as-read): Ditto.
5767         (wl-summary-target-mark-mark-as-unread): Ditto.
5768         (wl-summary-target-mark-mark-as-important): Ditto.
5769         (wl-summary-target-mark-save): Ditto.
5770         (wl-summary-replace-status-marks): Renamed from
5771         wl-summary-set-status-marks-on-buffer;
5772         Use wl-summary-message-regexp instead of
5773         wl-summary-buffer-number-regexp.
5774         (wl-summary-sync-update): Follow the change above.
5775         (wl-summary-goto-previous-message-beginning): New function.
5776         (wl-summary-mark-as-unread): Use it.
5777         (wl-summary-mark-as-important): Ditto.
5778         (wl-summary-line-formatter): New variable.
5779         (wl-summary-line-year): New function.
5780         (wl-summary-line-day): Ditto.
5781         (wl-summary-line-day-of-week): Ditto.
5782         (wl-summary-line-hour): Ditto.
5783         (wl-summary-line-minute): Ditto.
5784         (wl-summary-line-open-bracket): Ditto.
5785         (wl-summary-line-close-bracket): Ditto.
5786         (wl-summary-line-children-number): Ditto.
5787         (wl-summary-line-thread-indent): Ditto.
5788         (wl-summary-line-size): Ditto.
5789         (wl-summary-line-subject): Ditto.
5790         (wl-summary-line-from): Ditto.
5791         (wl-summary-line-children-and-from): Ditto.
5792         (wl-summary-create-line): Rewritten.
5793         (wl-summary-format-date): Abolished.
5794
5795         * wl-highlight.el (wl-highlight-summary-current-line): Use
5796         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5797         Use thread structure to detect thread top message.
5798
5799         * wl-draft.el (wl-default-draft-cite): Don't use
5800         wl-summary-from-func-internal.
5801
5802         * wl-refile.el (wl-refile-subject-learn): Don't use
5803         wl-summary-subject-filter-func-internal.
5804         (wl-refile-guess-by-subject): Ditto.
5805
5806         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5807         parameters.
5808
5809         * wl-thread.el (wl-thread-update-indent-string-region):
5810         Use wl-thread-update-line-on-buffer instead of
5811         wl-thread-update-indent-string.
5812         (wl-thread-update-children-number): Redefine using
5813         wl-thread-update-line-on-buffer.
5814         (wl-thread-update-indent-string): Abolished.
5815
5816         * Version number is increased to 2.9.11.
5817
5818 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5819
5820         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5821         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5822         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5823
5824         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5825         as nil.
5826
5827         * wl-thread.el (wl-thread-open-all-unread): Use 
5828         elmo-folder-list-messages-mark-match.
5829         (wl-thread-insert-message): Removed argument `mark-alist'.
5830         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5831         elmo-msgdb-set-mark.
5832         (wl-thread-get-children-msgs-uncached): Likewise.
5833         (wl-thread-get-exist-children): Added argument include-self.
5834         (wl-thread-delete-message): Follow the change above.
5835
5836         * wl-summary.el (wl-summary-count-unread): Removed argument.
5837         (wl-summary-rescan): Follow the change above.
5838         (wl-summary-mark-as-read-region): Ditto
5839         (wl-summary-mark-as-unread-region): Ditto.
5840         (wl-summary-delete-messages-on-buffer): Ditto.
5841         (wl-summary-sync-update): Ditto.
5842         (wl-summary-switch-to-clone-buffer): Ditto.
5843         (wl-summary-goto-folder-subr): Ditto.
5844         (wl-summary-target-mark-mark-as-read): Ditto.
5845         (wl-summary-target-mark-mark-as-unread): Ditto.
5846         (wl-summary-target-mark-mark-as-important): Ditto.
5847         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5848         (wl-summary-update-thread): Removed argument `mark-alist'.
5849         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5850         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5851         (wl-summary-resume-cache-status): Likewise.
5852         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5853         elmo-msgdb-set-mark.
5854         (wl-summary-mark-as-read-all): Likewise.
5855         (wl-summary-delete-cache): Ditto.
5856         (wl-summary-auto-select-msg-p): Ditto.
5857         (wl-summary-mark-as-unread): Ditto.
5858         (wl-summary-no-auto-refile-message-p): Ditto.
5859         (wl-summary-mark-as-read): Ditto.
5860         (wl-summary-mark-as-important): Ditto.
5861         (wl-summary-auto-refile): Follow the change above.
5862         (wl-summary-delete-all-marks): Removed.
5863         (wl-summary-resume-marks-and-highlight): Ditto.
5864         (wl-summary-resume-marks): Ditto.
5865         (wl-summary-delete-important-msgs-from-list): Ditto.
5866         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5867
5868         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5869         wl-summary-count-unread.
5870
5871         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5872         (wl-summary-score-update-all-lines): Use
5873         elmo-msgdb-set-mark.
5874
5875 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5878         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5879         (wl-summary-create-line): Renamed from
5880         wl-summary-overview-create-summary-line;
5881         Argument rearrangement.
5882         (wl-summary-update-thread): Follow the change above.
5883
5884         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5885         (wl-thread-insert-entity-sub): Likewise.
5886
5887         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5888         argument `overview', `mark-alist' and added `msgdb'.
5889
5890         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5891
5892         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5893         (wl-summary-rescan): Follow the change above.
5894         (wl-summary-sync-update): Ditto.
5895         (wl-summary-insert-thread-entity): Ditto;
5896         Don't use `let*' in every while loop;
5897         Detect infinite loop of threads.
5898         (wl-summary-update-thread): Removed argument `overview'.
5899
5900         * wl-thread.el (wl-thread-insert-message): Ditto.
5901
5902         * Version number is increased to 2.9.10.
5903
5904         * wl-message.el (wl-message-redisplay): Ignore errors while
5905         wl-message-redisplay-hook.
5906
5907 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5908
5909         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5910
5911 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5912
5913         * wl.el (wl): inhibit-quit while wl-folder.
5914
5915 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5916
5917         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5918         while msgdb access.
5919
5920 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5921
5922         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5923         even if no folder is not created.
5924
5925 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5928
5929         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5930         implementation.
5931         (wl-summary-target-mark-thread): Ditto.
5932
5933         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5934
5935 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5936
5937         * wl-util.el (wl-display-bytes): Remove unused function.
5938
5939 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5940
5941         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5942         seems critical one (partially reverse the change in 2002/03/17).
5943
5944 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5945
5946         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5947         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5948
5949 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5950
5951         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5952         is not writable.
5953         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5954         plugged status instead of `'force' as 2nd argument.
5955
5956         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5957         is not creatable.
5958
5959         * Version number is increased to 2.9.9.
5960
5961 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5962
5963         * wl-summary.el (wl-summary-suspend): New function.
5964
5965 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5966
5967         * wl.el (wl): Do not check variables if check is nil.
5968         * wl-utils.el (wl-collect-draft): New function.
5969         * wl-folder.el (wl-folder-suspend): Put summary buffers
5970         and draft buffers at the end of buffer list.
5971         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5972
5973 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5974
5975         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5976         loop instead of recursive call.
5977
5978         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5979         2nd argument.
5980
5981 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5982
5983         * wl-draft.el (wl-draft-create-contents): Don't take neither
5984         (function . args) nor (string . something) any more.
5985
5986         * wl-version.el (wl-generate-user-agent-string): Return string
5987         without header symbol.
5988         * wl-draft.el (wl-draft-default-headers): Use it.
5989
5990         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5991         `wl-draft-insert-ccs' and return field value instead of inserting
5992         the header. Abolish cc argument.
5993         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5994
5995         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5996         rather than one with string car.
5997
5998         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5999         * wl-draft.el (wl-draft-create-contents): Add it after the default
6000         headers.
6001
6002         * wl-draft.el (wl-draft-create-contents): For the case of
6003         (symbol-or-string . function) insert header only when the function
6004         returns string value.
6005
6006 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6007
6008         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6009         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6010
6011 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6012
6013         * wl.el (wl-check-environment): Don't check Message-ID when
6014         `wl-insert-message-id' is nil.
6015         Revive checking if `wl-message-id-domain' contains "@".
6016
6017 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6018
6019         * wl.el (wl-check-environment): Merge examination for "@" at
6020         inappropriate position into the first string-match.
6021
6022         * wl-summary.el (wl-summary-target-mark-print): New function.
6023         (wl-summary-pipe-message-subr): Extracted from
6024         `wl-summary-pipe-message'.
6025         (wl-summary-target-mark-pipe): New function.
6026         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6027         `wl-summary-target-mark-pipe'.
6028
6029 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6030
6031         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6032
6033 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6034
6035         * wl.el (wl-check-environment): Use elmo-warning instead of
6036         error for non-critical ones.
6037         Remove trash folder check.
6038         (wl): Don't ignore error in wl-check-environment.
6039
6040         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6041         check, which is moved from `wl-check-environment'.
6042         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6043
6044 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6045
6046         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6047         guess anything, call wl-summary-write.
6048         (wl-summary-write): Create draft with blank To field.
6049         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6050
6051 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6054         argument full as well for wl-folder-write-current-folder.
6055         If wl-*-write-current-folder cannot guess addressee, add blank
6056         To header.
6057         Rewrite condition for positioning cursor.
6058
6059 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6060
6061         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6062         summary buffer is present, use it.
6063         (wl-folder-jump-to-previous-summary): Ditto.
6064
6065 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6066
6067         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6068
6069         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6070         wl-summary-previous-buffer and wl-summary-next-buffer.
6071
6072         * wl-folder.el (wl-folder-mode-map): Bind
6073         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6074         (wl-folder-jump-to-next-summary): New function.
6075         (wl-folder-jump-to-previous-summary): Ditto.
6076
6077         * wl-draft.el (wl-draft): Rearranged.
6078
6079 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6082         of header.
6083         (wl-draft): Collect arguments for the header as header-alist.
6084         (wl-draft-forward): Arrange arguments for wl-draft.
6085         (wl-draft-reply): Ditto.
6086         (wl-draft-edit-string): Ditto.
6087         * wl-summary.el (wl-summary-write): Ditto.
6088         (wl-summary-write-current-folder): Ditto.
6089
6090         * Version number is increased to 2.9.8.
6091
6092 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6093
6094         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6095
6096         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6097
6098         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6099         even if the guess failed.
6100
6101         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6102         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6103         wl-summary-write-current-folder.
6104         * wl-xmas.el: Ditto.
6105
6106 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6107
6108         * wl-summary.el (wl-summary-next-page): Force display message if
6109         message is not displayed yet.
6110         (wl-summary-prev-page): Ditto.
6111
6112 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6113
6114         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6115
6116 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6117
6118         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6119         add "Preview Message" and "Save Draft and Exit".
6120
6121 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6122
6123         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6124         if addrmgr is called from draft in splitted window.
6125
6126         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6127         * wl-mule.el: Ditto.
6128         * wl-xmas.el: Ditto.
6129
6130 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6131
6132         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6133
6134         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6135         * wl-xmas.el (wl-folder-toolbar): Ditto.
6136
6137 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6138
6139         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6140         and wl-draft-save-and-exit.
6141         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6142         * wl-xmas.el: Ditto.
6143         * wl-mule.el: Ditto.
6144
6145         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6146         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6147
6148 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6149
6150         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6151         lists for saving buffer.
6152
6153 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6154
6155         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6156         parent-folder argument instead of it.
6157         (wl-draft-create-buffer): Ditto.
6158         (wl-draft-forward): Ditto.
6159         (wl-draft-reply): Ditto.
6160         * wl-summary.el (wl-summary-write): Ditto.
6161         (wl-summary-write-current-folder): Ditto.
6162
6163         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6164         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6165         Folder buffer after composing.
6166
6167 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6168
6169         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6170         header if the file `wl-x-face-file' already contains it.
6171
6172 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6173
6174         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6175         folder" entry.
6176         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6177         * wl-e21.el (wl-folder-toolbar): Ditto.
6178         * wl-xmas.el (wl-folder-toolbar): Ditto.
6179
6180 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6181
6182         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6183         wl-folder-goto-folder with sticky argument.
6184         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6185
6186 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6187
6188         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6189         and wl-summary-previous-buffer.
6190         (wl-summary-next-buffer): New function.
6191         (wl-summary-previous-buffer): Ditto.
6192
6193 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6194
6195         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6196         wl-folder-jump-to-current-entity-with-arg.
6197         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6198         `wl-folder-jump-to-current-entity'.
6199         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6200         `wl-summary-goto-folder-sticky'.
6201         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6202         `wl-summary-goto-folder'.
6203         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6204         Unless force-exit, do not clean temp. marks for sticky summary.
6205         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6206
6207 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6210         not entire.
6211
6212 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6215         to `C-x C-s'.
6216         (wl-summary-save-status): New command.
6217         (wl-summary-exit): Don't clean-up temp marks when sticky.
6218         (Applied patch from Nakayama-san [wl: 09548])
6219         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6220         Do nothing when no mark data.
6221         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6222         Call `wl-summary-delete-all-temp-marks' before saving.
6223
6224 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6225
6226         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6227
6228 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6229
6230         * wl.el (wl-check-environment): Also cause error when (system-name)
6231         returns "localhost.localdomain". (Although it doesn't affect because
6232         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6233
6234 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6235
6236         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6237         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6238
6239         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6240         value.
6241
6242 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6245         Likewise r-cc-list and r-ng-list.
6246
6247 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6248
6249         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6250         only if it is bound as variable.
6251
6252         * wl-mime.el (wl-draft-preview-message): Ditto.
6253
6254 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6257         needless `goto-char'.
6258
6259         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6260         `wl-summary-redisplay-no-mime-internal' instead of
6261         `wl-summary-redisplay-no-mime'.
6262         (wl-summary-redisplay-no-mime): Changed argument;
6263         Call `wl-summary-redisplay-no-mime-internal'.
6264
6265         * wl-mime.el (wl-draft-preview-message): Bind
6266         `mime-header-encode-method-alist' locally.
6267
6268         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6269         (wl-draft-std11-parse-addresses): Added the first address check.
6270         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6271
6272         * Version number is increased to 2.9.7.
6273
6274 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6277
6278 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6279
6280         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6281         related to scrollbar support, if there is no such a feature
6282         compiled in.
6283
6284 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6285
6286         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6287         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6288         for prefetch.
6289
6290 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-summary.el (wl-summary-pick): Fix for no match.
6293
6294 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-draft.el (wl-draft-save):
6297         Override `mime-header-encode-method-alist'.
6298
6299 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-folder.el (wl-folder-pick): New function.
6302         Define key as "?".
6303
6304 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6305
6306         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6307         Fix for unplugged.
6308
6309 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6310
6311         * wl-folder.el (wl-folder-virtual): New function.
6312         Define key as "V".
6313
6314 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6317         multi folder if entity is group.
6318
6319 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6320
6321         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6322         is nil.
6323
6324 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6325
6326         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6327         (wl-summary-target-mark-msgs): Return the number of marked messages.
6328
6329 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6330
6331         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6332         "first:" is specified.
6333
6334 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6335
6336         * wl-vars.el (wl-from): Use return value of function
6337         user-full-name instead of the variable user-full-name since
6338         XEmacs-20.4 doesn't set this variable.
6339
6340 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6341
6342         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6343         call `wl' directly.
6344
6345 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6346
6347         * wl-draft.el (wl-draft-reedit): Removed duplicated
6348         switch-to-buffers.
6349
6350 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6351
6352         * wl.el (wl-other-frame): Removed garbages.
6353
6354 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6355
6356         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6357
6358         * wl-xmas.el (wl-draft-key-setup): Ditto.
6359
6360         * wl-mule.el (wl-draft-key-setup): Ditto.
6361
6362         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6363         (wl-draft-reedit): Ditto.
6364         (wl-draft-prepare-edit): Add `wl-draft-save' to
6365         `local-write-file-hooks'.
6366         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6367         (wl-draft-reedit): Set buffer-file-name.
6368         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6369
6370
6371         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6372         call it.
6373         (wl-delete-startup-frame-function): New variable.
6374         (wl-other-frame): New function
6375         (Original was written by Yamaoka san [wl: 09239]).
6376
6377         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6378         if `wl-folder-use-frame'.
6379
6380 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6381
6382         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6383
6384 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6385
6386         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6387         New variable.
6388         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6389         (wl-message-buffer-prefetch-get-next): Use them.
6390         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6391
6392 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6393
6394         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6395         with unwind-protect.
6396
6397         * wl-draft.el (wl-draft-reedit): Rewrite.
6398         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6399         (wl-draft-save): Insert header separator if it does not exist;
6400         Removed condition-case.
6401
6402         * wl-summary.el (wl-summary-reedit): Revert last change.
6403
6404         * wl-draft.el (wl-draft-save): Rewrite.
6405         (wl-draft-create-buffer): Set buffer-file-name as nil.
6406
6407         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6408
6409         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6410
6411         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6412         nil.
6413
6414 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6417         If count is nil, do not prefetch.
6418         (wl-message-buffer-prefetch-next): Next.
6419
6420 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6421
6422         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6423
6424 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6425
6426         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6427         `delete-backward-char'
6428         (wl-draft-prepare-edit): Check major-mode.
6429         (wl-draft-decode-header): Rewrite.
6430         (wl-draft): Fix.
6431
6432 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6433
6434         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6435
6436 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6437
6438         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6439         (wl-message-buffer-prefetch-get-next): Remove size checking.
6440         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6441
6442 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6443
6444         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6445         (wl-draft-default-headers): Fix.
6446
6447 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6448
6449         * wl-draft.el (wl-draft-default-headers): Insert return value of
6450         `wl-generate-mailer-string-function'.
6451
6452 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6455         (wl-draft-insert-mail-header-separator): Ditto.
6456
6457         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6458         again (Reverted the change on 2002-01-17 by OKADA san).
6459
6460 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6461
6462         * wl-draft.el (wl-draft): Rewrite.
6463         (wl-draft-create-buffer): New function.
6464         (wl-draft-create-contents): Ditto.
6465         (wl-draft-prepare-edit): Ditto.
6466         (wl-draft-decode-header): Ditto.
6467         (wl-draft-decode-body): Ditto.
6468         (wl-draft-check-new-line): Ditto.
6469         (wl-draft-default-headers): Ditto.
6470         (wl-draft-insert-mail-header-separator): Ditto.
6471
6472 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6473
6474         * Version number is increased to 2.9.6.
6475
6476 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6477
6478         * wl-draft.el (wl-draft-delete-field): Optional argument.
6479         (wl-draft-delete-fields): Ditto.
6480
6481 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6482
6483         * wl-message.el (toplevel): Eliminated byte-compile warning.
6484         for `itimer-function', `delete-timer' and `itimer-list'.
6485
6486 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6489         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6490         `wl-message-buffer-prefetch-threshold'.
6491         * wl-summary.el (wl-summary-redisplay-internal): Remove
6492         the check of `wl-message-buffer-prefetch-depth'.
6493
6494 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6495
6496         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6497         size of article.
6498         (wl-message-buffer-prefetch-subr): Remove size check.
6499
6500 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6501
6502         * wl-vars.el (wl-plugged): Make customizable.
6503
6504 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6505
6506         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6507         (wl-message-buffer-prefetch-set-timer): New function.
6508         (wl-message-buffer-prefetch-get-next): New function.
6509         (wl-message-buffer-prefetch): New function.
6510         (wl-message-buffer-prefetch-next): Rewrite.
6511         (wl-message-buffer-prefetch-subr): Rewrite.
6512         * wl-vars.el (wl-auto-prefetch-first): New variable.
6513         * wl-summary.el (wl-summary-goto-folder-subr): Call
6514         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6515
6516 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6517
6518         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6519         `wl-summary-unread-message-hook'.
6520
6521 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6522
6523         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6524         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6525         if range is `cache-status'.
6526
6527 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6528
6529         * wl-message.el (wl-message-buffer-prefetch-subr):
6530         Improve debug message.
6531
6532 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6535         `wl-mail-send-pre-hook'.
6536         (wl-draft-send-mail-with-qmail): Ditto.
6537         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6538
6539 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6540
6541         * wl-message.el (wl-message-buffer-prefetch-subr):
6542         Fix for cancel-function-timers bug.
6543         (wl-message-buffer-prefetch-debug): Default value is t.
6544
6545 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6546
6547         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6548         (wl-message-buffer-prefetch-subr): Rewrite.
6549         Rename from `wl-message-buffer-prefetch'.
6550
6551 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6552
6553         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6554         (wl-default-draft-cite-decorate-author): Ditto.
6555
6556         * wl-draft.el (wl-draft-cite-function): Removed.
6557         (wl-default-draft-cite-decorate-author): Ditto.
6558
6559 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6560
6561         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6562         (wl-default-draft-cite): Do not arrange author name if the value of
6563         `wl-default-draft-cite-decorate-author' is nil.
6564
6565 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6568
6569         * wl-folder.el (wl-folder-check-one-entity): Don't care
6570         `elmo-folder-use-flag-p'.
6571
6572 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6573
6574         * wl-folder (wl-folder-check-one-entity): Fix
6575         problem if unread is nil.
6576
6577 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6578
6579         * wl-address.el (wl-address-make-completion-list): Check whether
6580         the address is a group list.
6581         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6582
6583 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6584
6585         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6586         The number of the messages of new and unread does not count
6587         correctly.
6588
6589         * wl-summary.el (wl-summary-count-unread): Changed to return
6590         `(new . unread)' instead of total.
6591         (wl-summary-sync-update): Follow the change above.
6592
6593         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6594
6595 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6596
6597         * wl-address.el (wl-address-make-completion-list): Do not enclose
6598         address by " <" and ">" if associated realname is "".
6599         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6600         This is against the promblem with group list in .addresses pointed
6601         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6602
6603 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6604
6605         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6606         message is a format control string.
6607         * wl-expire.el (wl-expire-append-log): Ditto.
6608         * wl-mime.el (wl-summary-burst-subr): Ditto.
6609         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6610         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6611
6612 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6613
6614         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6615         wl.el (wl-check-variables): Rename from `wl-check-type'.
6616         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6617         (wl-check-variables-2): New function.
6618         (wl): Call `wl-check-variables-2'.
6619
6620 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6621
6622         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6623         after renaming folder in access group.
6624
6625 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6628         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6629         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6630         (wl-message-buffer-prefetch): Rewrite.
6631         (wl-message-buffer-prefetch-idle-time): Removed.
6632         * wl-summary.el (wl-summary-redisplay-internal):
6633         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6634         Error check for `wl-message-buffer-prefetch-depht'.
6635
6636 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6637
6638         * Version number is increased to 2.9.5.
6639         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6640
6641 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6642
6643         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6644         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6645         Based on the patch written by
6646         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6647
6648 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6649
6650         * wl-draft.el (wl-draft-raw-send): Fix for
6651         `wl-news-send-pre-hook'
6652
6653 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6654
6655         * wl-utils.el (wl-message-id-function): New variable.
6656         * wl-draft.el (wl-draft-insert-required-fields):
6657         Use `wl-message-id-function'.
6658
6659 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6662         * wl-utils.el (wl-draft-make-message-id-string):
6663         Use `wl-from' for domain part of Message-ID
6664         if `wl-message-id-use-wl-from' if non-nil.
6665         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6666
6667 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl.el (wl): Call `wl-check-type'
6670         Do not 'condition-case'.
6671
6672 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6673
6674         * wl.el (wl-check-type): New function.
6675         (wl-check-type-variables): New variable.
6676
6677 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6678
6679         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6680
6681 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-draft.el (wl-smtp-password-key): New function.
6684         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6685         (wl-draft-send-mail-with-smtp): Ditto.
6686         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6687
6688 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6689
6690         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6691         * wl-utils.el (wl-unique-id-suffix): Remove.
6692
6693 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6694
6695         * Version number is increased to 2.9.4.
6696
6697 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6698
6699         * wl-utils.el (wl-unique-id-suffix): New variable.
6700         (wl-unique-id): Use `wl-unique-id-suffix'
6701
6702 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6703
6704         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6705         instead of `elmo-msgdb-search'.
6706
6707         * Version number is increased to 2.9.3.
6708
6709 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6710
6711         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6712
6713 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6714
6715         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6716         (wl-draft-dispatch-message): Changed for send-later.
6717         (wl-draft-queue-flush): Ditto.
6718         (wl-draft): Clear `wl-sent-message-queued'.
6719         (wl-draft-reedit): Ditto.
6720         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6721         * wl-vars.el (wl-draft-force-queuing): New variable.
6722         (wl-draft-force-queuing-mail): New variable.
6723         (wl-draft-force-queuing-news): New variable.
6724
6725 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6726
6727         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6728         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6729
6730 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6731
6732         * Version number is increased to 2.9.2.
6733
6734 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6735
6736         * wl-draft.el (wl-draft-elide-region): New user command.
6737         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6738
6739         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6740         command `wl-draft-elide-region'.
6741         * wl-mule.el: Ditto.
6742         * wl-xmas.el: Ditto.
6743
6744 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6747         (wl-biff-check-folder-async): Removed needless let.
6748
6749 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6750
6751         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6752         wl-folder-get-elmo-folder.
6753         (wl-biff-check-folder): Set `biff' argument of
6754         `wl-folder-check-one-entity'.
6755         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6756
6757         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6758         (wl-folder-check-one-entity): Added `biff' argument;
6759         Setup `biff' slot of folder.
6760
6761         * Version number is increased to 2.9.1.
6762
6763 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6764
6765         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6766         comment out and fixed.
6767         (wl-fldmgr-add-completion-subr): Ditto.
6768
6769         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6770         and msgdb.
6771
6772         * wl.el (wl-toggle-plugged): Save summary view.
6773
6774 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6777
6778 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6779
6780         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6781
6782 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6783
6784         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6785         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6786         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6787
6788         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6789         if it was failed.
6790         (wl-demo): Disable undo in the demo buffer.
6791
6792 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6793
6794         * wl-version.el (wl-version): Changed codename.
6795
6796         * Version number is increased to 2.9.0.
6797
6798 2001-12-14  Takuo KITAME <kitame@northeye.org>
6799
6800         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6801         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6802         (wl-folder-mark-as-read-all-current-entity): Ditto.
6803
6804 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-vars.el (wl-from-width): Define as obsolete variable.
6807         (wl-subject-length-limit): Ditto.
6808
6809         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6810
6811         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6812         wl-summary-save-view.
6813
6814         * wl.el (wl-save-status): Ditto.
6815         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6816
6817         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6818         (wl-summary-exit): Follow the change above.
6819         (wl-summary-goto-folder-subr): Ditto.
6820
6821         * wl-folder.el (wl-folder-create-subr): Don't use
6822         `elmo-folder-creatable-p'.
6823
6824 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6827
6828 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6829
6830         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6831         rather than bitmap on Emacs 21.
6832         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6833         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6834         for xbm if the new redisplay engine is not available.
6835
6836 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6837
6838         * wl-folder.el (wl-folder-init-hook): New hook.
6839         (wl-folder-init): Run `wl-folder-init-hook'.
6840
6841 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6842
6843         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6844
6845 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl-acap.el (wl-acap-cache-filename): New variable.
6848         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6849         (wl-acap-init): Use cache if no ACAP server found.
6850
6851 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6852
6853         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6854         `wl-acap-original-msgdb-dir'.
6855
6856         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6857         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6858
6859         * wl-mime.el (wl-mime-save-directory): Renamed from
6860         `wl-mime-save-dir'.
6861
6862 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6863
6864         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6865
6866         * wl-demo.el: Require `path-util'.
6867         (wl-demo-bitmap-mule-available-p): New internal variable.
6868         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6869         `module-installed-p' instead.
6870         (wl-demo-insert-image): Use *.img file for a bitmap image.
6871         (wl-demo): Don't call the ascii demo recursively.
6872
6873 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6874
6875         * Version number is increased to 2.7.7.
6876
6877 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl.el (wl-exit): Eliminated byte-compile warning.
6880
6881 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6882
6883         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6884         obsolete variable using `elmo-define-obsolete-variable'.
6885         (wl-fetch-confirm-threshold): Ditto.
6886         (wl-cache-prefetch-folder-type-list): Ditto.
6887         (wl-cache-prefetch-folder-list): Ditto.
6888
6889 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6890
6891         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6892         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6893         (wl-demo-insert-image): New function.
6894         (wl-demo-insert-text): New function.
6895         (wl-demo-image-type-alist): Redefine as a function.
6896         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6897         (wl-demo-with-temp-file-buffer): Removed.
6898         (wl-logo-xpm): Removed.
6899         (wl-logo-xbm): Removed.
6900         (wl-logo-bitmap): Removed.
6901
6902 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6903
6904         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6905         (wl-expire-localdir-get-folder-function): New user option.
6906         (wl-expire-localdir-get-folder): New function.
6907         (wl-expire-localdir-date): Ditto.
6908
6909 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6910
6911         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6912         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6913         Fixed unread number mismatch when all-unread < unread.
6914
6915 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6918         (wl-fetch-confirm-threshold): Ditto.
6919
6920         * wl-summary.el (wl-summary-confirm-appends): Removed.
6921         (wl-summary-sync-update): Don't refer
6922         `wl-summary-update-confirm-threshold' (It is now abolished).
6923
6924         * wl-message.el (wl-message-display-internal): Don't refer
6925         `wl-fetch-confirm-threshold' (It is now abolished).
6926
6927 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6928
6929         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6930
6931 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6932
6933         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6934         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6935         Change default value to nil.
6936         (wl-summary-indent-length-limit): The value can be nil, nil means
6937         unlimited.
6938
6939         * wl-summary.el: Don't set limit for indent length if the value of
6940         wl-summary-indent-length-limit is nil.
6941         If the value of wl-summary-width is nil, it means only that the width
6942         of summary is unlimited (nil doesn't mean that the indent length is
6943         unlimited).
6944
6945         * wl-thread.el: Ditto.
6946
6947 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6948
6949         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6950         be nil, nil means never confirm.
6951         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6952
6953 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6954
6955         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6956         means unlimited).
6957
6958 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6961         Use `with-temp-buffer'.
6962
6963 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6964
6965         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6966         with new backquote style).
6967         (wl-folder-get-entity-from-buffer): Ditto.
6968
6969 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6970
6971         * wl-version.el (nemacs-version): Eliminated.
6972         (wl-extended-emacs-version2): Ignore nemacs.
6973         (wl-extended-emacs-version3): Ditto.
6974
6975 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6976
6977         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6978         (wl-draft-add-in-reply-to): New variable.
6979         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6980         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6981         (wl-draft-yank-from-mail-reply-buffer): Use
6982         `wl-draft-add-in-reply-to'.
6983         (wl-draft-insert-current-message): Ditto.
6984
6985 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6986
6987         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6988         typo (kill->hide).
6989         (wl-message-buffer-prefetch-folder-type-list): Added elements
6990         `mark' and `cache' instead of `internal'.
6991
6992 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6993
6994         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6995         resume msgdb directory.
6996
6997 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6998
6999         * wl.el (wl-exit): Call `wl-acap-exit'.
7000
7001         * wl-summary.el (wl-summary-message-string): New function.
7002         (wl-summary-reedit): Use it.
7003         (wl-summary-resend-bounced-mail): Remove needless let.
7004         (wl-summary-supersedes-message): Ditto.
7005         (wl-summary-save): Ditto.
7006
7007         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7008         (wl-acap-init): Set it.
7009         (wl-acap-exit): New function.
7010
7011 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7012
7013         * wl.el (wl-init): Revert (require 'mime-setup). move from
7014         toplevel.
7015
7016 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7017
7018         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7019         local variables.  Add error when guess function return invalid
7020         value.
7021
7022 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7023
7024         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7025         Change local variable name.
7026         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7027         (wl-folder-get-newsgroups): Return nil when non-news folder.
7028         * wl-summary.el (wl-summary-write-current-folder): State through
7029         when guess-list return nil.
7030         (wl-summary-write-current-folder-functions): Fixed docstring.
7031
7032         * wl.el (wl-exit): Changed confirm message.
7033
7034         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7035         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7036
7037         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7038
7039 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7040
7041         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7042         user option (Renamed from wl-cache-prefetch-folder-type-list).
7043         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7044         from wl-cache-prefetch-folder-list).
7045
7046         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7047         Move to wl-vars.el.
7048         (wl-message-buffer-prefetch-p): Changed to enable
7049         `wl-message-buffer-prefetch-folder-list'.
7050
7051         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7052         `ignore-cache'.
7053
7054 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7055
7056         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7057         `part-top' and `part-bottom'.
7058         (wl-draft-config-sub-part-top): New function.
7059         (wl-draft-config-sub-part-bottom): New function.
7060
7061 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7062
7063         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7064
7065 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7066
7067         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7068
7069 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7070
7071         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7072
7073         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7074         (wl-summary-write-current-folder): Ditto.
7075
7076 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-folder.el (wl-folder-get-newsgroups): Use
7079         `elmo-folder-newsgroups'.
7080
7081 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7082
7083         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7084         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7085         `wl-draft-config-sub-header-bottom'.
7086
7087 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7088
7089         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7090         localnews folder.
7091
7092 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7093
7094         * wl-summary.el (wl-summary-mode): Undo last change.
7095
7096         * wl-folder.el (wl-folder-mode): Ditto.
7097
7098 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7099
7100         * wl-summary.el (wl-summary-mode): Locally set
7101         truncate-partial-window-width to nil.
7102         (for XEmacs)
7103
7104         * wl-folder.el (wl-folder-mode): Ditto.
7105
7106 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7107
7108         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7109
7110 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7113         number.
7114
7115         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7116
7117         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7118
7119         * Version number is increased to 2.7.6.
7120
7121 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7124
7125 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7126
7127         * wl-summary.el (wl-summary-sync-update): Enclose network
7128         related portion with `unwind-protect'.
7129
7130 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7131
7132         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7133
7134 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7137         element.
7138         * wl-vars.el (wl-message-body-button-alist): Ditto.
7139
7140         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7141         max match length.
7142         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7143
7144         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7145         for the max match length;
7146         Use 4th element value for the button string regexp group.
7147
7148         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7149         candidate exists, prompt to select.
7150
7151 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7152
7153         * wl-summary.el (wl-summary-jump-to-msg): Search before
7154         calibration point by `beginning-of-line'.
7155
7156 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7157
7158         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7159         for access group.
7160
7161 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7162
7163         * wl-message.el (wl-message-display-internal): Bind
7164         `default-mime-charset'.
7165
7166         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7167
7168         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7169
7170         * Version number is increased to 2.7.5.
7171
7172 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7173
7174         * wl-expire.el (wl-summary-archive): Fixed;
7175         Use `elmo-folder-name-internal'.
7176
7177 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7178
7179         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7180         from `elmo-folder-move-messages' caller.
7181         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7182
7183         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7184         related portions are changed).
7185
7186 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7187
7188         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7189         counter.
7190
7191 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7192
7193         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7194         buffer local and set it to nil.
7195
7196         * wl-message.el (wl-message-redisplay): Ditto.
7197
7198 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7199
7200         * wl-summary.el (wl-summary-mark-as-important): If message is
7201         already cached, set messag as read, otherwise encache and mark as read.
7202
7203 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7204
7205         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7206         point-min.
7207
7208 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7211         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7212         a keymap.
7213
7214 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7217         parent.
7218
7219         * wl-mule.el (wl-message-define-keymap): Ditto.
7220
7221         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7222
7223         * wl-xmas.el (wl-message-display-internal-hook): Define.
7224         (wl-xmas-setup-message-toolbar): Define as function.
7225         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7226         (wl-message-overload-functions): Abolished.
7227         (wl-message-define-keymap): New function.
7228
7229         * wl-vars.el (wl-message-display-internal-hook): New variable.
7230         (wl-message-header-button-alist): New variable (Renamed from
7231         wl-highlight-message-header-button-alist).
7232         (wl-message-body-button-alist): Ditto.
7233
7234         * wl-mule.el (wl-message-define-keymap): New function.
7235         (wl-message-overload-functions): Abolished.
7236
7237         * wl-message.el (wl-message-add-buttons-to-body): New function.
7238         (wl-message-redisplay): Don't call wl-message-overload-functions;
7239         Call wl-message-add-buttons-to-header and
7240         wl-message-add-buttons-to-body.
7241         (wl-message-display-internal): Set keymap argument for
7242         elmo-mime-display-as-is, elmo-mime-message-display;
7243         Run wl-message-display-internal-hook.
7244         (wl-message-refer-article-or-url): Abolished.
7245
7246         * wl-highlight.el (wl-highlight-headers): Don't call
7247         wl-highlight-message-add-buttons-to-header.
7248         (wl-highlight-message-add-buttons-to-header): Abolished.
7249
7250
7251         * wl-e21.el (wl-message-display-internal-hook): Define.
7252         (wl-e21-setup-toolbar): Deleted duplicated binding.
7253         (wl-e21-setup-message-toolbar): Define as function.
7254         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7255         (wl-message-define-keymap): New function.
7256         (wl-message-overload-functions): Abolished.
7257
7258 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7259
7260         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7261         and elmo-folder-close.
7262
7263         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7264
7265 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7266
7267         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7268         boolean value.
7269         * wl-draft.el (wl-draft-do-fcc): Ditto.
7270
7271 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7272
7273         * wl-vars.el (wl-fcc-force-as-read): New variable.
7274         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7275         mark copied message as read.
7276
7277 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7278
7279         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7280
7281 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7282
7283         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7284         `wl-summary-target-above' instead of obsolete variable
7285         `wl-summary-temp-above'.
7286
7287         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7288         instead of `make-obsolete-variable'.
7289         * wl-refile.el (toplevel): Ditto.
7290
7291 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7292
7293         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7294         with third argument t.
7295         (wl-draft): Set first argument for wl-plugged-init as t.
7296
7297         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7298         definition.
7299
7300 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7301
7302         * wl-vars.el: Tabify.
7303         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7304
7305         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7306         message.
7307
7308 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7309
7310         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7311         and set default to beep.
7312
7313 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7314
7315         * wl-vars.el (wl-draft-truncate-lines): New variable.
7316
7317         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7318         instead of wl-message-truncate-lines for truncate-lines.
7319
7320 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7321
7322         * wl-message.el (wl-message-display-internal): Call
7323         `wl-highlight-message' after `elmo-mime-display-as-is'.
7324
7325         * wl-mime.el (wl-mime-display-text/plain): New function.
7326         (wl-mime-display-header): Ditto.
7327         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7328         body-presentation-method for text/plain;
7329         Register `wl-mime-display-header' as a header-presentation-method;
7330         Don't set up `elmo-message-text-content-inserted-hook' and
7331         `elmo-message-header-inserted-hook'.
7332
7333         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7334         variable.
7335         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7336         as t if flag is 'all-header;
7337         Don't bind `elmo-message-ignored-field-list',
7338         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7339
7340 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7341
7342         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7343         for xemacs with non-mule environment.
7344
7345 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7346
7347         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7348         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7349         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7350
7351 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7352
7353         * wl-vars.el (wl-interactive-send): Set default value as t.
7354
7355 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7356
7357         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7358         (wl-addrmgr-method-list): Abolished.
7359         (wl-addrmgr-change-method): Follow above change.
7360
7361         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7362
7363 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7364
7365         * wl-vars.el (wl-message-truncate-lines): Change default value
7366         to default-truncate-lines.
7367
7368         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7369
7370 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7371
7372         * wl-vars.el (wl-message-truncate-lines): New variable.
7373
7374         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7375         wl-message-truncate-lines.
7376
7377 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7378
7379         * wl-acap.el (wl-acap-init): Remove period from error message.
7380         (wl-acap-find-acap-service): Remove period from message.
7381
7382 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7383
7384         * wl.el (wl-check-environment): Undo last change.
7385
7386         * wl-vars.el (wl-from): Changed default value.
7387
7388         * wl-util.el (toplevel): Don't require tm-edit.
7389
7390         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7391         `wl-folder-init';
7392         Don't set mark on mail body.
7393         (wl-draft-reedit): Ditto.
7394
7395         * wl-address.el (wl-address-quote-specials): Define as an alias for
7396         elmo-address-quote-specials.
7397
7398 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7399
7400         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7401
7402         * wl-vars.el (wl-from): Set default value as nil.
7403         (wl-organization): Set default value as ORGANIZATION environment
7404         variable.
7405
7406         * wl-draft.el (wl-smtp-extension-bind): Check value of
7407         wl-smtp-connection-type.
7408
7409         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7410         error.
7411
7412 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7413
7414         * Version number is increased to 2.7.4.
7415
7416         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7417         arguments from `wl-highlight-x-face-function' caller.
7418         Use x-face-1.3.6.12 or later.
7419
7420 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7421
7422         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7423
7424 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7425
7426         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7427         (wl-fcc): Fix to accept function.
7428         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7429
7430 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7431
7432         * wl-acap.el (toplevel): Added `product-provide' declare.
7433         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7434
7435 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl.el (wl): Changed order of calling `elmo-init'
7438         and `elmo-folder-init'.
7439
7440 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7441
7442         * wl-mime.el (wl-summary-burst): Extract message when content-type
7443         of root entity is not only `multipart' but also `message/rfc822'.
7444         (wl-summary-burst-subr): Ditto.
7445
7446 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-vars.el (toplevel): Require 'custom.
7449         (wl-trash-folder): Added to `wl-setting' group.
7450
7451         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7452         exists.
7453         (wl-addrmgr-draw): Insert empty line when no entry exists.
7454
7455         * wl-mule.el (wl-message-wheel-up): Fixed.
7456         (wl-message-wheel-down): Ditto.
7457
7458 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7459
7460         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7461         config is an anonymous lambda expression.
7462
7463 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7464
7465         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7466         when Mule 2 is running.
7467
7468 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7469
7470         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7471
7472 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7475         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7476
7477         * wl-address.el (wl-address-specials-regexp): Eliminated.
7478         (wl-address-quote-specials): Rewrite.
7479
7480 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7481
7482         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7483         shy-groups for regexp.
7484
7485         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7486         character classes and Perl style shy-groups for regexp.
7487         (wl-highlight-plugged-current-line): Use Posix style character
7488         classes for regexp.
7489         (wl-e21-highlight-folder-by-numbers): Ditto.
7490         (wl-e21-display-image-p): Use `display-images-p' instead of
7491         `display-graphic-p'.
7492         (display-images-p): Make an alias to `display-graphic-p' if it is
7493         not available.  It is for Emacs version prior to 21.0.105.
7494
7495         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7496         `display-graphic-p'.
7497         (wl-demo-image-type-alist): Ditto.
7498         (display-images-p): Make an alias to `display-graphic-p' if it is
7499         not available.  It is for Emacs version prior to 21.0.105.
7500
7501 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7502
7503         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7504         support.
7505         (wl-generate-user-agent-string): Ditto.
7506
7507         * wl-version.el (wl-version): Update docsting.
7508         (wl-version-status): Ditto.
7509
7510 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7511
7512         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7513         21.0.105.  For Emacs 21.0.104 or earlier.
7514
7515 2001-09-03  Takuo KITAME <kitame@northeye.org>
7516
7517         * wl-e21.el (wl-plugged-init-icons): Use
7518         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7519         (wl-biff-init-icons): Ditto.
7520
7521 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl-highlight.el (wl-highlight-summary-current-line):
7524         Fixed highlighting refile/copy destination.
7525
7526         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7527         (wl-acap-store): Encode string by wl-acap-coding-system.
7528
7529 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7530
7531         * wl-acap.el (toplevel): Check and require 'un-define before
7532         'xemacs-ucs;
7533          Added checking for UTF-2000.
7534
7535 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7536
7537         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7538         Don't enclose with `eval-and-compile'.
7539
7540         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7541         wl-init is non-nil.
7542
7543         * wl-draft.el (wl-draft): Ditto.
7544
7545         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7546
7547         * wl-acap.el (toplevel): Require 'wl.
7548         (wl-acap-store): Call `elmo-init'.
7549
7550         * wl.el (wl): Changed position of `wl-check-environment'.
7551         (toplevel): Added autoload setting for wl-acap.
7552
7553         * wl-vars.el (wl-setting): New custom group.
7554         (wl-from): Added wl-setting group.
7555         (wl-user-mail-address-list): Ditto.
7556         (wl-organization): Ditto.
7557         (wl-subscribed-mailing-list): Ditto.
7558         (wl-envelope-from): Ditto.
7559         (wl-smtp-posting-user): Ditto.
7560         (wl-smtp-posting-server): Ditto.
7561         (wl-smtp-posting-port): Ditto.
7562         (wl-smtp-authenticate-type): Ditto.
7563         (wl-pop-before-smtp-user): Ditto.
7564         (wl-pop-before-smtp-server): Ditto.
7565         (wl-pop-before-smtp-port): Ditto.
7566         (wl-pop-before-smtp-authenticate-type): Ditto.
7567         (wl-nntp-posting-server): Ditto.
7568         (wl-nntp-posting-user): Ditto.
7569         (wl-nntp-posting-port): Ditto.
7570         (wl-fetch-confirm-threshold): Ditto.
7571         (wl-prefetch-threshold): Ditto.
7572         (wl-thread-insert-opened): Ditto.
7573         (wl-ldap-server): Ditto.
7574         (wl-ldap-port): Ditto.
7575         (wl-ldap-base): Ditto.
7576         (wl-ldap-objectclass): Ditto.
7577         (wl-use-ldap): Ditto.
7578         (wl-draft-config-alist): Ditto.
7579         (wl-draft-config-matchone): Ditto.
7580         (wl-template-alist): Ditto.
7581         (wl-message-sort-field-list): Ditto.
7582         (wl-message-ignored-field-list): Ditto.
7583         (wl-message-visible-field-list): Ditto.
7584         (wl-interactive-send): Ditto.
7585         (wl-summary-move-order): Ditto.
7586         (wl-auto-select-first): Ditto.
7587         (wl-auto-select-next): Ditto.
7588         (wl-interactive-save-folders): Ditto.
7589
7590         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7591         Initialization codes are moved from wl-local-folder-init.
7592         (wl-local-folder-init): Follow the change above.
7593         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7594
7595         * wl-acap.el: New file.
7596
7597         * Version number is increased to 2.7.3.
7598
7599 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7600
7601         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7602
7603 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7604
7605         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7606         (wl-addrmgr-address-entry-list): Ditto.
7607
7608 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7609
7610         * wl-e21.el (wl-draft-mode-map): Removed binding for
7611         `wl-draft-insert-x-face-field'.
7612
7613         * wl-mule.el (wl-draft-mode-map): Ditto.
7614
7615         * wl-xmas.el (wl-draft-mode-map): Ditto.
7616
7617         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7618         (wl-cs-autoconv): Ditto.
7619         (wl-cs-local): Ditto.
7620         (wl-use-scoring): Ditto.
7621         (wl-mime-charset): Ditto.
7622         (wl-folder-check-async): Ditto.
7623
7624         * wl.el (toplevel): Ignore nemacs and tm.
7625         (wl-exit): Ditto.
7626
7627         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7628         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7629         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7630         instead of wl-address-petname-add-or-change.
7631         (wl-summary-edit-addresses-subr): Use wl-address-delete
7632         instead of wl-address-petname-delete.
7633
7634         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7635
7636         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7637         if error occured.
7638
7639         * wl-message.el (require): Remove tm support.
7640
7641         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7642
7643         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7644         (wl-folder-jump-to-current-entity): Ditto.
7645         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7646
7647         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7648         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7649         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7650
7651         * wl-mule.el (wl-draft-key-setup): Ditto.
7652
7653         * wl-xmas.el (wl-draft-key-setup): Ditto.
7654
7655         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7656         (wl-draft-std11-parse-addresses): New function.
7657         (wl-draft-parse-mailbox-list): Use it.
7658         (wl-draft): Ignore nemacs.
7659         (wl-draft-reedit): Ditto.
7660
7661         * wl-addrmgr.el: New file.
7662         (Original is wl-rcpt.el written by
7663         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7664         Thanks Kitamoto-san.)
7665
7666         * wl-address.el (wl-address-make-address-list): Modified parsing
7667         process.
7668         (wl-address-delete): Renamed from `wl-address-petname-delete';
7669         Modify wl-address-list too.
7670         (wl-address-add-or-change): Renamed from
7671         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7672
7673 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7674
7675         * wl-highlight.el (wl-highlight-summary-current-line):
7676           Work with transient-mark-mode
7677
7678 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7679
7680         * Version number is increased to 2.7.2.
7681
7682         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7683         instead of elmo-dop-queue-method.
7684
7685 2001-08-06  SAITO Atsunori <sai@yedo.com>
7686
7687         * wl-vars.el (wl-ldap-objectclass): New user option.
7688
7689         * wl-address.el (wl-ldap-make-filter): Use it.
7690
7691 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7692
7693         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7694
7695 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-folder.el (wl-folder): redisplay after folder insertion.
7698
7699         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7700
7701         * wl-summary.el (wl-summary-sync-update):
7702         Change status mark only when new-msgdb exists.
7703         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7704
7705 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7706
7707         * wl-summary.el (wl-summary-open-folder): New function.
7708         (wl-summary-goto-folder-subr): Use it.
7709         (wl-summary-mark-as-important): Fix;
7710         Encache only when no cache exists.
7711
7712 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7715         Use with-current-buffer.
7716
7717 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7718
7719         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7720         before call `get-buffer'. Fixed parenthesis.
7721         (wl-score-get-header-entry): Clear message and help window when
7722         keyboard quit.
7723         (wl-score-edit-insert-header): Ditto.
7724
7725 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7726
7727         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7728         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7729         (wl-default-draft-cite): Fix.
7730
7731         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7732         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7733
7734 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7735
7736         * wl-message.el (wl-message-prev-page): Do same bahavior
7737         as summary when it is called in the message buffer.
7738         (wl-message-next-page): Ditto.
7739
7740 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-summary.el (wl-summary-forward): Use cache if it is not
7743         section cache.
7744
7745 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7748         Removed redundant require of elmo-vars.
7749         (wl-biff-state-indicator-on): Changed default value for
7750         xemacs with non-mule environment.
7751
7752         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7753         wl-message-buffer is nil;
7754         Hide progress bar after moving messages.
7755
7756 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7759         message at cursor point is deleted.
7760
7761 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-vars.el: Changed file coding system to euc-japan.
7764         Added -*-coding:-*- magic to the first line.
7765
7766         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7767         Search parent from the first message.
7768
7769         * Version number is increased to 2.7.1.
7770
7771 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7772
7773         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7774
7775 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7778         refile/delete execution.
7779
7780         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7781         Fixed docstring.
7782
7783 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7786         do update process;
7787         Don't update marks when update process is interrupted.
7788
7789 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-summary.el (wl-summary-reply): Fixed problem when
7792         wl-draft-use-frame is non-nil.
7793         (wl-summary-forward): Ditto.
7794
7795         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7796         as nil.
7797         (wl-folder-mark-as-read-all-entity): Ditto.
7798         (wl-folder-prefetch-entity): Ditto.
7799
7800         * wl.el (wl): Check environment before wl-init.
7801
7802         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7803         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7804         instead of wl-summary-collect-unread.
7805         (wl-summary-reply): Split message window.
7806
7807 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7810         only if current language environment is japanese,
7811
7812         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7813         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7814         (wl-folder-goto-folder-subr): Ditto.
7815
7816         * wl-draft.el (wl-draft-dispatch-message): Call
7817         `elmo-file-cache-get-path'.
7818
7819 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7820
7821         * wl-summary.el (wl-summary-cursor-move): If return value of
7822         wl-summary-next-message is not number, don't jump.
7823
7824 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7825
7826         * wl-summary.el (wl-summary-buffer-next-message-function): New
7827         variable.
7828         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7829         if it is bound.
7830
7831         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7832         string.
7833
7834         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7835         (wl-plugged-drawing): Ditto.
7836
7837 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7840         process.
7841         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7842         with unwind-protect.
7843
7844         * wl.el (wl-init): Require mime-setup.
7845         (wl-check-environment): Don't require mime-setup.
7846
7847         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7848         instead of elmo-folder-type.
7849
7850         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7851         value as nil.
7852
7853 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7854
7855         * Version number is increased to 2.7.0.
7856
7857         * wl-version.el (wl-version): Changed codename.
7858
7859         * wl-summary.el (wl-summary-delete-cache): Fixed.
7860
7861         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7862         Workaround for net folders.
7863         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7864
7865         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7866         value to nil (According to the patch from
7867         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7868
7869         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7870         of elmo-folder-close.
7871
7872 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7873
7874         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7875         for postfix.
7876
7877 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-summary.el (wl-summary-resend-message): Fixed.
7880
7881         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7882         Call wl-draft with `from' argument if its address is included in
7883         `wl-user-mail-address-list'.
7884         (wl-draft): Added `from' argument.
7885
7886         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7887         non-nil.
7888         (wl): Don't show demo if wl-demo is nil.
7889
7890         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7891         wl-summary-use-frame.
7892
7893         * wl-vars.el (wl-summary-use-frame): New user option.
7894         (wl-folder-use-frame): Changed docstring.
7895
7896         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7897         non-nil.
7898         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7899         wl-summary-use-frame.
7900
7901         * wl-vars.el (wl-folder-use-frame): New user option.
7902
7903         * wl-summary.el (wl-summary-exit): Back to folder frame if
7904         wl-folder-use-frame is non-nil.
7905         (wl-summary-redisplay-internal): Ignore cache if current folder
7906         is draft folder,
7907         (wl-summary-redisplay-no-mime): Ditto.
7908         (wl-summary-redisplay-all-header): Ditto.
7909
7910         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7911         if wl-folder-use-frame is non-nil.
7912
7913 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7914
7915         * wl-summary.el (wl-summary-sync-update): Bind
7916         elmo-folder-update-threshold.
7917         (wl-summary-mark-as-important): Enclosed server mark processing
7918         with `save-match-data'.
7919
7920         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7921         only when it is already defined.
7922
7923 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7924
7925         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7926         name of folder exclude localdir is wrong.
7927         * wl-folder.el (wl-folder-sync-entity):
7928         Set `wl-summary-always-sticky-folder-list' as nil.
7929         (wl-folder-mark-as-read-all-entity): Ditto.
7930         (wl-folder-prefetch-entity): Ditto.
7931
7932 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7933
7934         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7935         instead of `wl-summary-write-current-newsgroup'.
7936
7937 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7938
7939         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7940         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7941         non-nil and selected message is important, do not display.
7942
7943 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7944
7945         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7946
7947 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7950
7951         * wl-summary.el (wl-summary-mark-as-important): Set message number
7952         using wl-summary-message-number.
7953
7954 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7955
7956         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7957         destination folder is 'null.
7958
7959 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7960
7961         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7962         New function.
7963         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7964         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7965         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7966
7967 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7968
7969         * wl-mime.el (wl-mime-setup): Added setting for
7970         `mime-setup-signature-key-alist' to avoid overriding key bind for
7971         `wl-draft-send'.
7972
7973         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7974         for `wl-draft-send'.
7975         * wl-mule.el (wl-draft-overload-functions): Ditto.
7976         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7977         * wl-draft.el (wl-draft-send): Ditto.
7978
7979         * wl-message.el (wl-message-display-internal):
7980         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7981         (Patch is provided by <kita@coe.nttdata.co.jp>).
7982
7983 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7984
7985         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7986
7987 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7988
7989         * wl.el (wl): Fix for wl-demo.
7990
7991 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7992
7993         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7994
7995 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7996
7997         * wl-folder.el (wl-folder-prefetch-entity): Use
7998         `wl-folder-get-elmo-folder'.
7999         (wl-folder-count-incorporates): Do not use
8000         `wl-folder-get-elmo-folder'.
8001
8002 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8003
8004         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8005         instead of `elmo-folder-get-type'.
8006
8007 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8008
8009         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8010         position on Subject: field.
8011         (Advised by Mito <mit@nines.nec.co.jp>)
8012
8013 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8014
8015         * wl-folder.el (wl-folder-prefetch-entity): Use
8016         `wl-folder-get-elmo-folder'.
8017
8018 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8019
8020         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8021
8022         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8023         `process-duplicates' slot.
8024
8025         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8026         if detection failed.
8027
8028 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8029
8030         * wl-version.el (wl-version-status): Set to "alpha".
8031
8032 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8033
8034         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8035         Check wl-message-buffer lives before set-buffer.
8036
8037 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8038
8039         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8040         called in folder mode.
8041         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8042         * wl-summary.el (wl-summary-exit-pre-hook): Run
8043         `wl-summary-exit-pre-hook' before exit summary mode.
8044
8045 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8046
8047         * wl-version.el (wl-version-status): New variable.
8048         (wl-version-status-alist): Removed.
8049         (wl-version-status): Rule included.
8050
8051 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8054         @sponichi.
8055
8056         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8057         when `mail-reply-buffer' is buffer-local variable.
8058         (Reported by <kita@coe.nttdata.co.jp>).
8059
8060 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8061
8062         * wl-vars.el (toplevel): Require 'elmo-util.
8063
8064 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8067         (All other related portions are changed)
8068
8069         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8070
8071         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8072
8073 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8074
8075         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8076
8077 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8078
8079         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8080         Delete other windows to avoid an error.
8081         Use `point-marker' instead of `point' to remember the start point
8082         of body.
8083
8084         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8085
8086         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8087         number not to exceed all message number.
8088
8089 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8090
8091         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8092         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8093
8094 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8095
8096         * wl-summary.el (wl-summary-sync-force-update): Added argument
8097         no-check.
8098         (wl-summary-sync-update): Ditto.
8099         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8100         with `no-check'.
8101
8102         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8103         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8104         already running.
8105
8106 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8107
8108         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8109         `dst-folder-arg'.
8110         (wl-expire-archive-number1): Diito.
8111         (wl-expire-archive-number2): Diito.
8112         (wl-expire-archive-Date): Diito.
8113         (wl-archive-number1): Diito.
8114         (wl-archive-number2): Diito.
8115         (wl-archive-date): Diito.
8116         (wl-archive-folder-p): New function.
8117         (wl-summary-expire): Support of expand folder name at
8118         wl-expire-alist.
8119         * wl-util.el (wl-expand-newtext): Renamed from
8120         `wl-refile-expand-newtext'.
8121
8122 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8123
8124         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8125         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8126         `(elmo-msgdb-get-overview msgdb)'.
8127         (wl-summary-prefetch): Bind match data before call
8128         `wl-summay-prefetch-msg'.
8129         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8130         'off if `wl-summary-buffer-disp-msg' is non-nil.
8131         Fixed problem that couldn't show only one new or unread message when
8132         enter folder.
8133         (wl-summary-reply): Don't call `split-window-vertically' and other
8134         window.
8135
8136 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8137
8138         * wl-expire.el (wl-expire-refile): Fixed.
8139
8140 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8141
8142         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8143
8144         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8145         biff notification is removed.
8146
8147         * wl.el (wl): Changed position of `elmo-init'.
8148
8149         * wl-draft.el (wl-default-draft-cite): Use date field
8150         on the citation buffer.
8151
8152         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8153
8154         * wl-xmas.el (wl-folder-internal-icon-list): Added
8155         `wl-folder-shimbun-image'.
8156
8157         * wl-e21.el (wl-folder-internal-icon-list): Added
8158         `wl-folder-shimbun-image'.
8159
8160 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8161
8162         * wl.el (wl-init): Eliminated argument.
8163         (wl): Rewrite.
8164
8165         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8166         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8167         instead of `elmo-folder-msgdb-internal'.
8168         (wl-summary-sync-update): Ditto.
8169         (wl-summary-flush-pending-append-operations): Eliminated.
8170         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8171         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8172         `elmo-folder-open'.
8173
8174         * wl-mime.el (wl-summary-burst): Fixed.
8175
8176         * wl-folder.el (wl-folder-info-save): Check data type.
8177
8178         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8179         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8180         instead of `elmo-folder-msgdb-internal'.
8181         (wl-expire-hide): Ditto.
8182
8183
8184         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8185
8186 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8187
8188         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8189
8190 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8191
8192         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8193
8194 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8195
8196         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8197         Fixed `match-beginning' argument mismatch.
8198
8199 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8200
8201         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8202         the default value.
8203
8204 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8205
8206         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8207         instead of `elmo-nntp-default-port'.
8208
8209         * wl-vars.el: Fixed some doc strings.
8210
8211 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8212
8213         * wl-summary.el (wl-summary-prefetch-msg): Use
8214         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8215
8216         * wl-vars.el: Define *-func as obsolete variable using
8217         `elmo-define-obsolete-variable'.
8218
8219         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8220         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8221         instead of `wl-message-buffer-prefetch-threshold'.
8222
8223         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8224
8225         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8226
8227         * wl-draft.el (wl-caesar-region-func): Ditto.
8228
8229         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8230         Keep unread status in elmo-folder-move-messages.
8231         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8232
8233 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8234
8235         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8236         `wl-summary-buffer-exit-func'
8237         (wl-summary-buffer-message-redisplay-function): Renamed from
8238         `wl-summary-buffer-message-redisplay-func'
8239         (wl-summary-buffer-next-folder-function): Renamed from
8240         `wl-summary-buffer-next-folder-func'.
8241         (wl-summary-buffer-prev-folder-function): Renamed from
8242         `wl-summary-buffer-prev-folder-func'.
8243         (wl-summary-get-petname-function): Renamed from
8244         `wl-summary-get-petname-func'.
8245
8246         * wl-score.el (wl-score-edit-exit-function): Renamed from
8247         `wl-score-edit-exit-func'.
8248
8249         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8250         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8251
8252         * wl-util.el (wl-load-profile-function): Renamed from
8253         `wl-load-profile-func'.
8254
8255         * wl-folder.el (wl-folder-completion-function): Renamed from
8256         `wl-folder-completion-func'.
8257         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8258
8259         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8260         `wl-expire-archive-get-folder-func'.
8261         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8262         (wl-draft-send-mail-function): Renamed from
8263         `wl-draft-send-mail-func'.
8264         (wl-draft-send-news-function): Renamed from
8265         `wl-draft-send-news-func'.
8266         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8267         (wl-generate-mailer-string-function): Renamed from
8268         `wl-generate-mailer-string-func'.
8269         (wl-highlight-signature-search-function): Renamed from
8270         `wl-highlight-signature-search-func'.
8271         (wl-highlight-x-face-function): Renamed from
8272         `wl-highlight-x-face-func'
8273         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8274         (wl-ps-print-buffer-function): Renamed from
8275         `wl-ps-print-buffer-func'
8276         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8277         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8278         (wl-summary-subject-filter-function): Renamed from
8279         `wl-summary-subject-filter-func'.
8280
8281         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8282         `wl-draft-queue-flush-send-func'
8283         (wl-draft-cite-function): Renamed from
8284         `wl-draft-cite-func'
8285
8286         * wl-address.el (wl-address-init-function): Renamed from
8287         `wl-address-init-func'.
8288
8289 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8290
8291         * wl-draft.el (wl-draft-queue-flush): Don't call
8292         `elmo-dop-unlock-message'.
8293         * wl-draft.el (wl-draft-queue-append): Don't call
8294         `elmo-dop-lock-message'.
8295
8296         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8297         (wl-summary-buffer-folder-name): Ditto.
8298         (wl-summary-message-regexp): Added '-' (all other related portions
8299         are changed).
8300         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8301         wl-summary-buffer-folder-name.
8302
8303 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8304
8305         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8306         the number of mails in the folder buffer is not updated by wl-biff.
8307
8308 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8309
8310         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8311         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8312
8313 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8314
8315         * wl-summary.el (wl-summary-next-message):
8316         Return next message number when wl-summary-move-order is nil.
8317
8318 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8319
8320         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8321         `wl-summary-move-spec-alist'.
8322         (wl-summary-move-spec-unplugged-alist): New variable
8323         (Move spec for unplugged status).
8324         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8325         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8326
8327 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8328
8329         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8330         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8331
8332 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8333
8334         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8335         simple quotation to quote the anonymous function.
8336         * tm-wl.el (wl-draft-preview-message): Ditto.
8337
8338 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8339
8340         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8341         Eliminate redundant `save-excursion'.
8342         (wl-highlight-summary-current-line): Ditto.
8343
8344         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8345         accessing match data when `looking-at' failed.
8346
8347         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8348         `elmo-match-string' where users don't care about the speed.
8349         (wl-draft-save): Ditto.
8350
8351 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-util.el (wl-regexp-opt): New function.
8354
8355         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8356         number from `wl-summary-buffer-number-list'.
8357         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8358         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8359         (wl-summary-move-spec-alist): Changed default setting.
8360
8361 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8362
8363         * wl-vars.el (wl-biff-notify-hook): New hook.
8364         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8365         the arrival of new mail.
8366         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8367         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8368
8369 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8372
8373 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8376
8377         * Version number is increased to 2.5.8.
8378
8379         * wl-thread.el (toplevel): require 'cl.
8380         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8381         (wl-thread-make-number-list): New function.
8382         (wl-thread-entity-make-number-list-from-children): Ditto.
8383         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8384         (wl-thread-entity-insert-as-children): Likewise.
8385         (wl-thread-delete-message): Likewise.
8386         (wl-meaning-of-mark): Eliminated.
8387         (wl-thread-next-failure-mark-p): Ditto.
8388         (wl-thread-entity-get-mark): Ditto.
8389         (wl-thread-meaning-alist-get-result): Ditto.
8390         (wl-thread-entity-check-prev-mark): Ditto.
8391         (wl-thread-entity-check-next-mark): Ditto.
8392         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8393         (wl-thread-entity-get-prev-marked-entity): Ditto.
8394         (wl-thread-get-prev-unread): Ditto.
8395         (wl-thread-jump-to-prev-unread): Ditto.
8396         (wl-thread-get-next-unread): Ditto.
8397         (wl-thread-jump-to-next-unread): Ditto.
8398         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8399         (wl-thread-entity-get-next-marked-entity): Ditto.
8400
8401         * wl-summary.el (wl-summary-buffer-number-list):
8402         New bufer-local variable.
8403         (wl-summary-switch-to-clone-buffer): Clone
8404         `wl-summary-buffer-number-list'.
8405         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8406         (wl-summary-cursor-move-regex): Eliminated.
8407         (wl-summary-cursor-up): Rewrite.
8408         (wl-summary-cursor-down): Ditto.
8409         (wl-summary-mode-spec-alist): New variable.
8410         (wl-summary-next-message): New inline function.
8411         (wl-summary-cursor-move): New function.
8412         (wl-summary-default-get-next-msg): Rewrite.
8413         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8414         (wl-summary-rescan): Ditto.
8415         (wl-summary-sync-all-init): Ditto.
8416         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8417         summary is not thread view.
8418         (wl-summary-sync-update): Ditto.
8419         (wl-summary-rescan): Ditto.
8420         (wl-summary-make-number-list): New function.
8421
8422         * wl-draft.el: "FCC" -> "Fcc".
8423
8424 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8425
8426         * wl-highlight.el (wl-highlight-summary-window):
8427         Call `set-buffer-modified-p'.
8428
8429         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8430         (wl): Call `elmo-init' and fix.
8431
8432         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8433         Use new variables.
8434
8435         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8436
8437 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8438
8439         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8440
8441 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8442
8443         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8444
8445 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8446
8447         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8448         `wl-use-toolbar' nor `display-graphic-p'.
8449         (wl-e21-setup-message-toolbar): Ditto.
8450         (wl-e21-setup-summary-toolbar): Ditto.
8451         (wl-e21-setup-folder-toolbar): Ditto.
8452
8453         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8454         (wl-plugged-init-icons): Ditto.
8455
8456         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8457         `display-graphic-p'.
8458         (wl-plugged-set-folder-icon): Ditto.
8459         (wl-highlight-plugged-current-line): Ditto.
8460         (wl-highlight-folder-current-line): Ditto.
8461         (wl-e21-highlight-folder-group-line): Ditto.
8462         (wl-e21-setup-toolbar): Ditto.
8463         (wl-e21-display-image-p): New macro.
8464
8465         * wl-demo.el (wl-demo): Simplified.
8466         (wl-demo-image-type-alist): Use `image-type-available-p' for
8467         checking whether the image type `xbm' is available.
8468
8469 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8470
8471         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8472         (wl-summary-input-range): Ditto.
8473
8474 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl-summary.el (wl-summary-edit-addresses): Use
8477         `wl-summary-get-original-buffer'
8478         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8479         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8480         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8481         (wl-summary-get-newsgroups): Eliminated.
8482         (wl-summary-set-crosspost): Ditto.
8483         (wl-summary-is-crosspost-folder): Ditto.
8484         (wl-crosspost-alist-load): Ditto.
8485         (wl-crosspost-alist-save): Ditto.
8486
8487         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8488         `elmo-setup-subscribed-newsgroups' instead of
8489         `elmo-nntp-make-groups-hashtb'.
8490         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8491         instead of `wl-crosspost-alist-save'.
8492
8493         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8494         of `elmo-folder-message-appendable-p'.
8495         (wl-mime-header-presentation-method): Eliminated.
8496
8497         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8498         (Error occurs in emacs21).
8499
8500         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8501         the current buffer).
8502
8503         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8504         instead of `wl-crosspost-alist-save'.
8505         (wl-init): `elmo-crosspost-message-alist-load'
8506         instead of `wl-crosspost-alist-load'
8507
8508         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8509         (wl-parse-newsgroups): Likewise.
8510         (wl-biff-notify): Run `wl-biff-notify-hook'.
8511
8512 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8513
8514         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8515
8516         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8517         when `wl-summary-lazy-highlight' is non-nil.
8518         (wl-summary-goto-folder-subr): Highlight only when
8519         `wl-summary-lazy-highlight' is non-nil.
8520
8521         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8522         Don't display progress and highlight temp-mark when
8523         `wl-summary-lazy-highlight' is non-nil.
8524         (wl-highlight-summary-window): New function.
8525         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8526
8527 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8528
8529         * wl-summary.el (wl-summary-sync): Change `all-visible'
8530         from `all-shown'
8531         (wl-summary-input-range): Ditto.
8532
8533 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8534
8535         * wl-e21.el (wl-highlight-folder-current-line): Call
8536         `wl-folder-init-icons' when folder icons have not been initialized.
8537
8538         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8539
8540         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8541         (wl-demo-image-type-alist): New macro.
8542
8543 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8544
8545         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8546         display does not support graphics.
8547         (wl-plugged-init-icons): Ditto.
8548         (wl-folder-init-icons): Ditto.
8549
8550         * wl-demo.el (wl-demo): Chech closely whether the display
8551         supports graphics.
8552
8553 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8554
8555         * wl-summary.el (wl-summary-get-original-buffer): New function.
8556         (wl-summary-set-crosspost): Use it.
8557         (wl-summary-target-mark-uudecode): Ditto.
8558         (wl-summary-reedit): Ditto.
8559         (wl-summary-resend-bounced-mail): Ditto.
8560         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8561         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8562
8563         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8564         (wl-message-display-internal): Ditto.
8565
8566 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8567
8568         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8569
8570 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8571
8572         * wl-summary.el (wl-summary-save-view): Renamed from
8573         `wl-summary-save-status'.
8574
8575 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8576
8577         * wl-summary.el (wl-summary-sync): Added `all-shown'
8578
8579 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8580
8581         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8582
8583 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8584
8585         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8586
8587 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8588
8589         * wl-highlight.el (wl-highlight-summary-line-string): Use
8590         `zerop' instead of `= 0'.
8591         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8592
8593         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8594         for comparing numbers.
8595         (wl-template-prev): Use `zerop' instead of `eq 0'.
8596
8597         * wl-draft.el (wl-draft-insert-current-message): Use
8598         `with-current-buffer' instead of `save-excursion'.
8599         Use `zerop' instead of `eq 0'.
8600
8601 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8602
8603         * wl-draft.el (wl-draft-insert-ccs): New function.
8604         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8605         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8606
8607 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8608
8609         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8610
8611 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8612
8613         * wl-expire.el (wl-expire-refile): Don't call
8614         elmo-msgdb-add-msgs-to-seen-list;
8615         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8616         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8617
8618 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-message.el (wl-message-prev-page): Ignore errors while
8621         scroll-down.
8622
8623 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-mime.el: Use elmo-original-message-mode instead of
8626         mmelmo-original-mode.
8627
8628         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8629         `elmo-folder-get-spec';
8630         (wl-fldmgr-add-completion-all-completions):
8631         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8632
8633         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8634         of `elmo-folder-get-type'.
8635
8636         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8637         `elmo-folder-get-spec';
8638         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8639         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8640         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8641         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8642         `elmo-read-msg-no-cache';
8643         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8644         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8645         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8646         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8647         `elmo-cache-save';
8648         (wl-draft-reedit): Use `elmo-message-file-name'.
8649
8650         * wl-expire.el: Use `elmo-folder-name-internal';
8651         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8652         Use macro `wl-summary-buffer-msgdb' instead of variable
8653         `wl-summary-buffer-msgdb';
8654         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8655         Use macro `wl-summary-buffer-folder-name' instead of variable
8656         `wl-summary-buffer-folder-name'.
8657         * wl-score.el: Likewise.
8658
8659         * wl-message.el: Rewrite for new message buffer cache mechanism.
8660         (wl-message-buffer-cache-buffer-get): New macro.
8661         (wl-message-buffer-cache-folder-get): Ditto.
8662         (wl-message-buffer-cache-message-get): Ditto.
8663         (wl-message-buffer-cache-entry-make): Ditto.
8664         (wl-message-buffer-cache-hit): Ditto.
8665         (wl-message-buffer-cache-sort): New function.
8666         (wl-message-buffer-cache-add): Ditto.
8667         (wl-message-buffer-cache-delete): Ditto.
8668         (wl-message-buffer-cache-clean-up): Ditto.
8669         (wl-message-buffer-window): Rewrite.
8670         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8671         (wl-message-buffer-display): New function.
8672         (wl-message-display-internal): New function.
8673
8674 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8675
8676         * wl-folder.el: Use `elmo-folder-name-internal';
8677         Use `wl-folder-get-elmo-folder';
8678         Use `elmo-folder-list-messages' instead of
8679         `elmo-list-folder';
8680         Use `elmo-folder-get-primitive-list' instead of
8681         `elmo-folder-get-primitive-spec-list';
8682         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8683         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8684         Use `elmo-folder-create' instead of `elmo-create-folder'.
8685         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8686         (wl-folder-get-elmo-folder): New macro.
8687         (wl-folder-elmo-folder-cache-get): Ditto.
8688         (wl-folder-elmo-folder-cache-put): Ditto.
8689         (wl-folder-suspend): Call `elmo-quit'.
8690
8691         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8692         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8693         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8694         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8695         (toplevel): require 'cl.
8696         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8697
8698         * wl-summary.el: Rewrite to use new elmo interface.
8699
8700 \f
8701 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8702
8703         * wl-mime.el (wl-draft-preview-message):
8704         Run `wl-draft-send-hook' before collecting recipients information;
8705         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8706
8707         * tm-wl.el (wl-draft-preview-message): Ditto.
8708
8709 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8710
8711         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8712         wrong recipients are displayed when forwarded message.
8713
8714 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8715
8716         * Version number is increased to 2.5.7.
8717
8718 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8719
8720         * wl-message.el (wl-message-next-page): Bind
8721         `window-pixel-scroll-increment' to nil while scrolling up.
8722
8723 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8724
8725         * wl-vars.el (wl-save-hook): New hook.
8726         * wl.el (wl-save): Call `wl-save-hook'.
8727
8728 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8729
8730         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8731         Argument WITH-ARG instead of NO-ARG (negative mean).
8732         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8733         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8734         * wl-message.el (wl-message-follow-current-entity): Likewise.
8735
8736 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8737
8738         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8739         FROM was optional argument.
8740         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8741
8742 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8743
8744         * Version number is increased to 2.5.6.
8745
8746 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8747
8748         * wl-version.el (wl-version-show): Removed.
8749         (wl-version): Add `interactive'.
8750
8751 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8752
8753         * wl-summary.el (wl-summary-get-petname-func): New variable.
8754         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8755         instead of `wl-address-get-petname-1'.
8756         (wl-summary-simple-from): Ditto.
8757
8758         * wl-address.el (wl-address-get-petname-1): Define as function.
8759
8760 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8761
8762         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8763         field in the original message.
8764         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8765
8766 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8767
8768         * wl-expire.el (wl-expire-hide):
8769         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8770
8771 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8772
8773         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8774         find decoder for To, Cc, and Subject.
8775
8776 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8777
8778         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8779         for checking `elmo-use-buffer-cache'.
8780         (wl-summary-mark-as-important): Fixed typo in comment.
8781
8782 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8783
8784         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8785         field in the original message.
8786         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8787
8788 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8789
8790         * wl-expire.el (wl-expire-hide):
8791         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8792
8793 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8794
8795         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8796         find decoder for To, Cc, and Subject.
8797
8798 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8799
8800         * Version number is increased to 2.5.5.
8801
8802         * wl-address.el (wl-address-specials-regexp): New constant.
8803         (wl-address-quote-specials): Use it.
8804
8805 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8806
8807         * wl-summary.el (wl-summary-rescan):
8808         Call `wl-summary-buffer-number-column-detect'.
8809         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8810
8811         * wl-message.el (wl-message-mode-map): Define.
8812         (wl-message-decode): Use it as local-map.
8813
8814 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8815
8816         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8817         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8818
8819 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8820
8821         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8822
8823         * wl-mule.el (wl-read-event-char): Ditto.
8824
8825         * wl-e21.el (wl-read-event-char): Ditto.
8826
8827         * wl-nemacs.el (wl-read-event-char): Ditto.
8828         (read-event): Removed.
8829
8830         * wl-util.el (toplevel): Removed dummy definition of
8831         `read-event'.
8832         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8833
8834 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8835
8836         * wl-nemacs.el (elmo-archive-call-process): Moved to
8837         elmo-archive.el.
8838
8839 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8840
8841         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8842         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8843
8844         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8845         instead of magic-number 6.  Use `not' instead of `null' for symbol
8846         `nil' check (not empty list).
8847         (wl-draft-insert-x-face-field): Fixed paren style.
8848
8849         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8850         one-branch conditional statement, instead of `and' and `if'.
8851         (wl-draft-forward): Likewise.
8852         (wl-draft-add-references): Likewise.
8853         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8854
8855         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8856         conditional steatment.  Use `cond' instead of `if'.
8857         (wl-draft-confirm): Likewise.
8858
8859 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8860
8861         * wl-version.el (wl-version-show): Use `product-string-1'
8862         instead of `wl-version'.
8863         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8864
8865         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8866
8867 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8868
8869         * wl-highlight.el (wl-highlight-headers): Revert
8870         `wl-highlight-x-face-func' argument (`beg' and `end').
8871
8872 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8873
8874         * wl.el (toplevel): Move `product-provide' declare.
8875         * wl-demo.el (toplevel): Ditto.
8876         * wl-dnd.el (toplevel): Ditto.
8877         * wl-highlight.el (toplevel): Ditto.
8878         * wl-message.el (toplevel): Ditto.
8879         * wl-refile.el (toplevel): Ditto.
8880         * wl-util.el (toplevel): Ditto.
8881
8882 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8883
8884         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8885         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8886         (wl-thread-close-all): keep cursor position.
8887
8888 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8889
8890         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8891         (eq x 0).
8892         (wl-generate-user-agent-string-1): Fix conditional statement.
8893
8894 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8895
8896         * wl.el (wl-check-environment): Additional check for
8897         'wl-local-domain' and `wl-message-id-domain'.
8898
8899 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8900
8901         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8902
8903 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8904
8905         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8906         instead of `smtp-sasl-user-realm'.
8907
8908 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8909
8910         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8911
8912 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8913
8914         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8915         to the default value as well as `eword-lexical-analyzer'.
8916
8917 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8918
8919         * wl-version.el (wl-extended-emacs-version,
8920         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8921         `elmo-match-string' instead of `wl-match-string'.
8922
8923 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8924
8925         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8926         docstring.
8927
8928 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8929
8930         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8931
8932 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8933
8934         * wl-highlight.el (wl-highlight-headers): Remove
8935         `wl-highlight-x-face-func' argument (`beg' and `end').
8936
8937 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-summary.el (wl-summary-mark-as-important):
8940         Remove cache if folder is local.
8941
8942 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8943
8944         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8945         to get existing e-mail address string.
8946
8947 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8948
8949         * wl-version.el (wl-generate-user-agent-string): Commentary.
8950         (wl-generate-user-agent-string-1): Use `when' for
8951         one-branch conditional statement, instead of `and' and `if'.
8952         (wl-extended-emacs-version, wl-extended-emacs-version2,
8953         wl-extended-emacs-version3): Ditto.
8954
8955 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8956
8957         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8958         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8959         condition-case; Remove initialization.
8960         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8961         (wl-summary-sync-update3): Added argument `sync-all';
8962         Eliminated local variable `msgdb';
8963         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8964         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8965         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8966
8967 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8968
8969         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8970         connection before call `wl-draft-send-mail-with-smtp'.
8971
8972 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8973
8974         * Version number is increased to 2.5.4.
8975
8976 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8977
8978         * wl.el (wl-check-environment): Additional check for
8979         'wl-local-domain' and `wl-message-id-domain'.
8980
8981 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8982
8983         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8984         buffer as command specific.
8985         (wl-folder-mark-as-read-all-entity): Ditto.
8986         (wl-folder-prefetch-entity): Ditto.
8987         (wl-folder-drop-unsync-entity): Ditto.
8988
8989         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8990         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8991         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8992
8993         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8994         save-excursion.
8995
8996 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8997
8998         * Version number is increased to 2.5.3.
8999
9000         * wl-summary.el (wl-summary-save-view-cache):
9001         Delete duplicated `write-region';
9002         Use `write-region-as-binary' instead of `as-binary-output-file' and
9003         `write-region'.
9004
9005 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9006
9007         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9008
9009 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9012         instead of `smtp-via-smtp'.
9013
9014 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9015
9016         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9017
9018 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9019
9020         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9021         instead of `smtp-sasl-user-realm'.
9022
9023 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9024
9025         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9026
9027 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9028
9029         * Version number is increased to 2.5.2.
9030
9031 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9032
9033         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9034         does not exist.
9035         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9036         (wl-biff-start): Call `timer-activate' if timer already exists.
9037
9038         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9039         only when it is bound as function.
9040
9041 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9042
9043         * Version number is increased to 2.5.1.
9044
9045 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9046
9047         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9048         Print refile/copy destination.
9049
9050 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9051
9052         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9053         queue-flush-only is non-nil.
9054
9055         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9056
9057         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9058         checking cache folder.
9059
9060 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9061
9062         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9063         `regexp-quote'.
9064
9065 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9066
9067         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9068         function.
9069         * wl-summary.el (wl-summary-write-current-folder-functions):
9070         Change default value.  Use it.
9071
9072 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9073
9074         * Version number is increased to 2.5.0.
9075
9076         * wl-version.el (wl-version): Changed codename.
9077
9078 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9079
9080         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9081         (wl-summary-supersedes-message): Ditto.
9082
9083 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9084
9085         * wl-refile.el (wl-refile-guess-functions): Renamed from
9086         `wl-refile-guess-func-list'.
9087
9088 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9091         Fixed problem when no rule was matched.
9092
9093 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9094
9095         * wl-summary.el (wl-summary-get-mark): Fixed
9096         `wl-summary-buffer-target-mark' check logic.
9097
9098 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9099
9100         * wl-folder.el (wl-folder-write-current-folder): Added group
9101         folder check.
9102
9103         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9104         `wl-summary-write-current-newsgroup'.
9105         (wl-summary-write-current-folder-functions): New variable.
9106         * wl-folder.el (wl-folder-get-newsgroups): New function.
9107         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9108         (wl-folder-write-current-folder): Renamed from
9109         `wl-folder-write-current-newsgroup'.
9110
9111 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9112
9113         * Version number is increased to 2.3.93.
9114
9115 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9116
9117         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9118         (wl-ldap-make-matched-value-list): Ditto.
9119         (wl-ldap-alias-safe-string): Split e-mail address.
9120
9121         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9122         petname folder default was selected.
9123         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9124         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9125
9126 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9127
9128         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9129         to `wl-draft-config-exec'.
9130
9131         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9132         instead of calling `wl-draft-config-exec';
9133         Process group-list and show recipients in minibuffer.
9134
9135         * tm-wl.el (wl-draft-preview-message): Ditto.
9136
9137 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9138
9139         * wl.el (toplevel): Added (C) to copyright notice, and
9140         sync Author header.
9141         * tm-wl.el (toplevel): Ditto.
9142         * wl-address.el (toplevel): Ditto.
9143         * wl-demo.el (toplevel): Ditto.
9144         * wl-dnd.el (toplevel): Ditto.
9145         * wl-draft.el (toplevel): Ditto.
9146         * wl-e21.el (toplevel): Ditto.
9147         * wl-expire.el (toplevel): Ditto.
9148         * wl-folder.el (toplevel): Ditto.
9149         * wl-highlight.el (toplevel): Ditto.
9150         * wl-message.el (toplevel): Ditto.
9151         * wl-mime.el (toplevel): Ditto.
9152         * wl-mule.el (toplevel): Ditto.
9153         * wl-nemacs.el (toplevel): Ditto.
9154         * wl-refile.el (toplevel): Ditto.
9155         * wl-score.el (toplevel): Ditto.
9156         * wl-summary.el (toplevel): Ditto.
9157         * wl-template.el (toplevel): Ditto.
9158         * wl-thread.el (toplevel): Ditto.
9159         * wl-util.el (toplevel): Ditto.
9160         * wl-vars.el (toplevel): Ditto.
9161         * wl-xmas.el (toplevel): Ditto.
9162
9163 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9164
9165         * wl.el (wl-init): Added comment about `wl-init-hook'.
9166         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9167         * wl-vars.el (wl-init-hook): Added docs.
9168         (wl-make-plugged-hook): Removed useless docs.
9169         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9170         * wl-xmas.el (toplevel): Ditto.
9171
9172 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9173
9174         * wl-address.el (toplevel): Fixed multiple Author header format.
9175         * wl-demo.el (toplevel): Ditto.
9176         * wl-draft.el (toplevel): Ditto.
9177         * wl-folder.el (toplevel): Ditto.
9178         * wl-summary.el (toplevel): Ditto.
9179         * wl-thread.el (toplevel): Ditto.
9180         * wl-util.el (toplevel): Ditto.
9181         * wl-vars.el (toplevel): Ditto.
9182         * wl-version.el (toplevel): Ditto.
9183         * wl-xmas.el (toplevel): Ditto.
9184         * wl.el (toplevel): Ditto.
9185
9186         * wl-version.el (toplevel): Added require `elmo-version' for
9187         `product-version-as-string'.
9188
9189 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * wl-vars.el (wl-draft-send-hook): Changed default value to
9192         '(wl-draft-config-exec).
9193
9194         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9195         explicitly.
9196         (wl-draft): Set `wl-draft-config-exec-flag' before running
9197         `wl-mail-setup-hook'.
9198
9199         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9200         `wl-biff-init-icons' to `wl-init-hook' instead of
9201         `wl-make-plugged-hook'.
9202         (Because if `wl-draft' command is invoked at first,
9203         they are not initialized)
9204         Updated copyright notice.
9205
9206         * wl-e21.el (toplevel): Ditto;
9207
9208         * wl-demo.el (toplevel): Updated copyright notice.
9209         * wl-address.el (toplevel): Ditto.
9210         * wl-draft.el (toplevel): Ditto.
9211         * wl-version.el (toplevel): Ditto.
9212         * wl-folder.el (toplevel): Ditto.
9213         * wl-summary.el (toplevel): Ditto.
9214         * wl-thread.el (toplevel): Ditto.
9215         * wl-util.el (toplevel): Ditto.
9216         * wl-vars.el (toplevel): Ditto.
9217         * wl.el (toplevel): Ditto.
9218
9219 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9220
9221         * wl-highlight.el (wl-highlight-message): Fixed problem of
9222         highlighting failure which occured when the last field contains
9223         multiple lines in the draft buffer.
9224
9225         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9226         `wl-biff-start' if plugged.
9227
9228         * wl-util.el (wl-biff-check-folder): New function.
9229         (wl-biff-check-folders): Don't set session name prefix.
9230         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9231         (wl-biff-check-folder-async): Ditto.
9232
9233         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9234         in email address.
9235
9236 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9237
9238         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9239
9240         * wl-draft.el (wl-draft-strip-subject-re): New function.
9241
9242         * wl-draft.el (wl-draft-reply): Use it.
9243
9244 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9245
9246         * wl-message.el (wl-mmelmo-message-redisplay): Use
9247         `mime-display-message' instead of `wl-mime-display-message'.
9248
9249         * wl-mime.el (toplevel): Removed compatibility workaround
9250         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9251         (wl-mime-display-message): Abolished.
9252         (wl-mime-entity-read-field): Ditto.
9253         (wl-mime-combine-message/partial-pieces): Use
9254         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9255
9256 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9257
9258         * wl-template.el: Doc fixes.
9259
9260 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9261
9262         * wl-e21.el (wl-message-overload-functions): Do nothing if
9263         `current-local-map' is not available.
9264         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9265
9266 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9267
9268         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9269         representation.
9270
9271         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9272         number.
9273         (wl-fldmgr-save-folders): Don't use `format' when insert
9274         `wl-fldmgr-folders-header'.
9275
9276 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9277
9278         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9279
9280 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * wl-highlight.el (wl-highlight-message):
9283         Use `std11-field-end' to detect end point of the header field.
9284         Refer `wl-highlight-max-header-size'.
9285
9286         * wl-vars.el (wl-highlight-max-header-size): New variable.
9287
9288         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9289
9290         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9291         Set `for-draft' argument of wl-highlight-headers.
9292         (wl-draft): Ditto.
9293         (wl-draft-reedit): Ditto.
9294         (wl-user-agent-compose-internal): Ditto.
9295
9296 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9297
9298         * wl-message.el (wl-message-add-button): Use overlay.
9299
9300 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9301
9302         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9303
9304         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9305         problem when group-list content is nothing.
9306         (Reported by Mito <mit@nines.nec.co.jp>)
9307
9308 2000-10-18  SAITO Atsunori <sai@yedo.com>
9309
9310         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9311
9312 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9313
9314         * tm-wl.el (toplevel): Use product-provide.
9315
9316 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9317
9318         * Version number is increased to 2.3.92.
9319
9320 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9321
9322         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9323         title text, use `display' property for left margin under Emacs 21.
9324
9325         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9326         properties.
9327         (wl-plugged-init-icons): Ditto.
9328
9329 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9330
9331         * wl.el (wl-save-status, wl-init): Remove last period in
9332         "...done." message.
9333         * tm-wl.el (wl-summary-burst): Ditto.
9334         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9335         wl-summary-resume-cache-status,
9336         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9337         wl-summary-sync-update3, wl-summary-highlight-msgs,
9338         wl-summary-flush-pending-append-operations,
9339         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9340         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9341         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9342         wl-thread-open-all): Ditto.
9343         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9344         * wl-mime.el (wl-summary-burst): Ditto.
9345         * wl-highlight.el (wl-highlight-summary): Ditto.
9346         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9347         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9348         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9349         * wl-address.el (wl-local-address-init): Ditto.
9350
9351 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9352
9353         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9354         `add-text-properties'.
9355         (wl-plugged-init-icons): Ditto.
9356         (wl-folder-init-icons): Use `propertize' instead of
9357         `put-text-property'.
9358         (wl-plugged-set-folder-icon): Ditto.
9359         (wl-e21-highlight-folder-group-line): Ditto.
9360
9361 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9362
9363         * wl-version.el (wl-version-status-alist): New variable.
9364         (wl-version-status): New function.
9365
9366         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9367         "Cc" part of the case "Reply-To".
9368
9369         * wl-draft.el (wl-draft-reply): Use result of
9370         `eword-extract-address-components'.
9371
9372         * wl-demo.el (wl-demo-icon-name): New constant.
9373         (wl-logo-xpm): Use it.
9374         (wl-logo-xbm): Ditto.
9375         (wl-logo-bitmap): Ditto.
9376
9377         * Version number is increased to 2.3.91.
9378
9379 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9380
9381         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9382         (wl-extended-emacs-version, wl-extended-emacs-version2,
9383         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9384         docstring.
9385
9386         * wl-version.el (wl-generate-user-agent-string-1): New function.
9387         (wl-generate-user-agent-string): Use it.
9388
9389         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9390         `mime-edit-insert-user-agent-field'.
9391         (wl-generate-user-agent-string): Check
9392         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9393
9394         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9395         instead of `if', when verbose case.
9396
9397 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9398
9399         * wl-expire.el (wl-summary-expire): Fix.
9400
9401 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9402
9403         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9404         and `elmo-lost+found-folder' if 'wl-draft.
9405         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9406
9407 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9408
9409         * wl-expire.el (wl-summary-expire): Change messages.
9410         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9411         `deleing-info' instead of "Deleting..."
9412
9413 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9414
9415         * wl-summary.el (wl-summary-refile-subr): Fix.
9416
9417 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9418
9419         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9420         if pipe folder.
9421
9422 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9423
9424         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9425
9426 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9427
9428         * wl-expire.el (wl-expire-hide): New function.
9429         (wl-summary-expire): Add `hide'.
9430
9431 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9432
9433         * wl-vars.el (wl-draft-reply-without-argument-list):
9434         Changed default value to consider `Reply-To:'.
9435         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9436
9437         * Version number is increased to 2.3.90.
9438
9439         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9440         elmo-imap4-get-session with unwind-protect.
9441         Don't cause error.
9442         (wl-summary-sync-marks): Don't check plugged nor folder type.
9443         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9444         (Always keep current buffer).
9445
9446 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9447
9448         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9449         Enclose with `save-excursion'.
9450
9451 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9452
9453         * wl-version.el (wl-version): Remove interactive.
9454
9455 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9456
9457         * wl-version.el (wl-generate-user-agent-string): Use
9458         `product-string-verbose' instead of `product-string-1'.
9459
9460 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9461
9462         * wl-vars.el (wl-draft-use-cache): New variable.
9463         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9464         if wl-draft-use-cache is non-nil.
9465
9466 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9467
9468         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9469         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9470
9471 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9472
9473         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9474         (wl-thread-msg-mark-as-unread): Ditto.
9475
9476         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9477         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9478         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9479         Don't set mark in summary if return value of `elmo-mark-as-read'
9480         is nil.
9481         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9482         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9483         instead of `wl-thread-msg-mark-as-read'.
9484         (wl-summary-mark-as-unread-region): Ditto.
9485         (wl-summary-target-mark-mark-as-read): Ditto.
9486
9487         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9488
9489 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9490
9491         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9492
9493         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9494
9495 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9496
9497         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9498         face.
9499
9500 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9501
9502         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9503         `running-xemacs'.
9504
9505 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9506
9507         * wl-version.el (toplevel): Use `product-version-as-string' for
9508         set verstion-string, if defined.
9509
9510         * wl-version.el (wl-version-show): Insert string at point, when
9511         call with argument.
9512
9513         * wl-version.el (wl-generate-user-agent-string): Use
9514         `product-string-1' instead of `wl-appname', `wl-version' and
9515         `wl-codename'.
9516
9517 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9518
9519         * wl-address.el (toplevel): Use product-provide.
9520         * wl-demo.el (toplevel): Ditto.
9521         * wl-dnd.el (toplevel): Ditto.
9522         * wl-draft.el (toplevel): Ditto.
9523         * wl-e21.el (toplevel): Ditto.
9524         * wl-expire.el (toplevel): Ditto.
9525         * wl-fldmgr.el (toplevel): Ditto.
9526         * wl-folder.el (toplevel): Ditto.
9527         * wl-highlight.el (toplevel): Ditto.
9528         * wl-message.el (toplevel): Ditto.
9529         * wl-mime.el (toplevel): Ditto.
9530         * wl-mule.el (toplevel): Ditto.
9531         * wl-nemacs.el (toplevel): Ditto.
9532         * wl-refile.el (toplevel): Ditto.
9533         * wl-score.el (toplevel): Ditto.
9534         * wl-summary.el (toplevel): Ditto.
9535         * wl-template.el (toplevel): Ditto.
9536         * wl-thread.el (toplevel): Ditto.
9537         * wl-util.el (toplevel): Ditto.
9538         * wl-vars.el (toplevel): Ditto.
9539         * wl-xmas.el (toplevel): Ditto.
9540         * wl.el (toplevel): Ditto.
9541
9542 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9543
9544         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9545         instead of product.
9546
9547         * wl-version.el (wl-version): Compile time evalution elmo-version.
9548
9549 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9550
9551         * wl-summary.el (wl-summary-sync-force-update): Append queue
9552         `mark-as-read'if unplugged.
9553
9554 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9555
9556         * wl-version.el: New file.  Use product.el.
9557         * wl.el: add (require 'wl-version).
9558         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9559         for ~/.folders header.
9560         (wl-fldmgr-folders-header): Changed.
9561         * wl-demo.el (wl-demo): Use product.el.
9562
9563         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9564         wl-version.el.
9565         * wl-util.el (wl-version, wl-version-show): Ditto.
9566
9567         * wl-util.el (wl-generate-user-agent-string,
9568         wl-extended-emacs-version, wl-extended-emacs-version2,
9569         wl-extended-emacs-version3): Move to wl-version.el.
9570         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9571         xemacs-codename, mime-edit-insert-user-agent-field,
9572         mime-edit-user-agent-value, mime-editor/version,
9573         mime-editor/codename): Compile warning killer move to
9574         wl-version.el
9575
9576 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9577
9578         * wl-summary.el (wl-summary-refile-subr): Fix.
9579
9580 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9581
9582         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9583         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9584
9585 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9586
9587         * wl.el (wl-check-environment): Check too many `@'.
9588
9589 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9590
9591         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9592
9593 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9594
9595         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9596         wl-draft-reply-myself-without-argument-list): Add variables.
9597         * wl-draft.el (wl-draft-reply): Use it.
9598
9599 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9600
9601         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9602         the 5th argument of `elmo-network-get-spec'.
9603
9604         * wl-thread.el (wl-thread-reparent-children): New inline function.
9605         (wl-thread-delete-message): Use it.
9606
9607         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9608         (wl-summary-score-update-all-lines): Don't use `dolist'.
9609
9610 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9611
9612         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9613         (require 'elmo-msgdb) for inline function.
9614
9615 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9616
9617         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9618
9619 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9620
9621         * wl-score.el (wl-score-headers): Fix for the confusing macro
9622         `elmo-kill-buffer'.
9623
9624 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9625
9626         * wl-summary.el: Don't use the 3rd argument of `require' because
9627         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9628         * wl-util.el: Ditto.
9629         * wl-draft.el: Ditto.
9630
9631 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9632
9633         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9634         window system is not used.
9635
9636 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9637
9638         * wl-thread.el: Don't use `mapcar' only for iteration.
9639         (wl-thread-resume-entity): Ditto.
9640         (wl-thread-delete-message): Ditto.
9641
9642         * wl-summary.el: Bind `dragdrop-drop-functions',
9643         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9644         of `require' for `timezone', `easymenu' and `ps-print';
9645         don't use `mapcar' only for iteration.
9646
9647         * wl-util.el: Bind `mule-version', `nemacs-version',
9648         `emacs-beta-version', `xemacs-codename',
9649         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9650         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9651         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9652         only for iteration.
9653
9654         * wl-score.el: Don't use `mapcar' only for iteration.
9655         (wl-score-simplify-buffer-fuzzy): Ditto.
9656         (wl-score-simplify-subject): Ditto.
9657         (wl-score-headers): Ditto.
9658         (wl-summary-score-update-all-lines): Ditto.
9659
9660         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9661         `enable-multibyte-characters' and `mule-version'.
9662
9663         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9664         `mapcar' only for iteration.
9665
9666         * wl-demo.el: Don't use `mapcar' only for iteration.
9667
9668         * wl-folder.el: Don't use `mapcar' only for iteration.
9669         (wl-folder-open-all): Ditto.
9670         (wl-folder-count-incorporates): Ditto.
9671
9672         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9673         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9674
9675         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9676         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9677         `smtp-connection-type'; specify 3rd argument of `require' for
9678         `timezone'; don't use `mapcar' only for iteration.
9679         (wl-draft-clone-local-variables): Don't use `mapcar'.
9680         (wl-draft-generate-clone-buffer): Ditto.
9681         (wl-user-agent-compose-internal): Ditto.
9682
9683         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9684
9685         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9686         (wl-save-status): Ditto.
9687
9688         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9689         for iteration.
9690
9691 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9692
9693         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9694         removed `Date'.
9695         (wl-fldmgr-make-filter-default): New user option.
9696
9697         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9698         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9699         (wl-fldmgr-filter-completion-alist): Abolish.
9700
9701         * wl.el (wl): Don't check servers if arg is non-nil.
9702
9703         * wl-draft.el (wl-draft-reply): Set only message-id string to
9704         In-Reply-To field.
9705
9706 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9707
9708         * wl-summary.el (wl-summary-pick): Rewrite.
9709
9710         * wl-draft.el (wl-draft-forward): Get references field from
9711         original buffer.
9712         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9713
9714 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9715
9716         * wl-draft.el (wl-draft-forward): Add references field.
9717
9718 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9719
9720         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9721         (wl-draft-reply): Use it.
9722
9723 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9724
9725         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9726         when Emacs 21 is running.
9727
9728         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9729         bindings.
9730
9731 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9732
9733         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9734         XPM icons transparent.
9735
9736         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9737         Emacs 21.
9738
9739 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9740
9741         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9742         nil.
9743
9744         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9745         when it is persistent.
9746         (wl-summary-sync-marks): Changed argument for
9747         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9748         (wl-summary-virtual): Use `elmo-read-search-condition'.
9749         (wl-summary-redisplay-internal): If folder is local, mark as read
9750         even when folder is plugged.
9751
9752 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9753
9754         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9755         of `tool-bar-lines' in the frame parameters.
9756         (after-make-frame-functions, post-command-hook): Don't modify the
9757         value.
9758         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9759         wl-e21-tool-bar-lines): Removed.
9760
9761 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9762
9763         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9764         properties `evaporate' and `wl-momentary-overlay' as well.
9765         (wl-highlight-summary-displaying): Ditto.
9766         (wl-delete-all-overlays): Don't delete overlay which does not have
9767         a property `wl-momentary-overlay'.
9768
9769         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9770         `display-mouse-p' and `display-graphic-p'.
9771         (wl-folder-init-icons): Don't search for XBM or the other files.
9772         (wl-plugged-set-folder-icon): Make icons if and only if
9773         `display-graphic-p' returns non-nil.
9774         (wl-highlight-plugged-current-line): Use `before-string' overlay
9775         property to show icon images.
9776         (wl-highlight-folder-current-line): Ditto.
9777         (wl-e21-highlight-folder-group-line): Ditto.
9778         (wl-e21-highlight-folder-by-numbers): Ditto.
9779         (wl-e21-insert-image): Removed.
9780         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9781         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9782         said.
9783         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9784         `wl-e21-force-switch-toolbar'.
9785         (wl-e21-make-icon-image): Removed.
9786         (wl-e21-setup-toolbar): Don't search for XBM files.
9787         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9788         the default value.
9789
9790 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9791
9792         * wl-util.el (wl-biff-check-folder-async): Set
9793         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9794
9795 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9796
9797         * wl-e21.el (after-make-frame-functions): Add
9798         `wl-e21-force-switch-toolbar'.
9799         (wl-e21-force-switch-toolbar): New function force to switch the
9800         toolbar appearance automatically.
9801         (post-command-hook): Add `wl-e21-switch-toolbar'.
9802         (wl-e21-switch-toolbar): New function to switch the toolbar
9803         appearance automatically.
9804         (wl-e21-tool-bar-lines): New buffer local variable.
9805
9806 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9807
9808         * wl-util.el (wl-biff-check-folders-running): New variable.
9809         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9810         (wl-biff-check-folder-async-callback):
9811         Set `wl-biff-check-folders-running'.
9812         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9813         with unwind-protect.
9814
9815         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9816         Enclose `wl-folder-auto-check' with unwind-protect.
9817
9818         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9819         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9820
9821         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9822
9823         * wl-util.el (wl-biff-notify): New inline function.
9824         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9825         locally.
9826         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9827         folder-list' is 1.
9828         Use `wl-biff-notify'.
9829         (wl-biff-check-folder-async-callback): New function.
9830         (wl-biff-check-folder-async): Ditto.
9831
9832         * wl-folder.el (wl-folder): Don't check folders.
9833         (wl-folder-auto-check): New function.
9834
9835 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9836
9837         * wl-util.el (wl-biff-start) [Emacs19+]:
9838         Use `timer-next-integral-multiple-of-time'.
9839         (wl-biff-check-folders): Use `wl-default-folder'
9840         if `wl-biff-check-folder-list' is nil.
9841
9842 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9843
9844         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9845         instead of `elmo-delete-lists'.
9846
9847 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9848
9849         * wl.el (wl-plugged-toggle-all): Set the value of
9850         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9851         (wl-plugged-toggle): Ditto.
9852         (wl-toggle-plugged): Ditto.
9853         (wl-plugged-init): Ditto.
9854
9855         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9856         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9857         instead of `wl-biff-state-indicator-off' and
9858         `wl-biff-state-indicator-on'; don't modify the value and the type
9859         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9860         (wl-plugged-init-icons): Set icons data to
9861         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9862         instead of `wl-plug-state-indicator-off' and
9863         `wl-plug-state-indicator-on'; don't modify the value and the type
9864         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9865
9866         * wl-vars.el (wl-modeline-biff-state-off,
9867         wl-modeline-biff-state-on, wl-modeline-biff-status,
9868         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9869         wl-modeline-plug-status): New internal variables.
9870         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9871         wl-biff-check-interval, wl-biff-check-folder-list): Change
9872         customization group from `wl-folder' to `wl-highlight'.
9873         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9874         wl-show-plug-status-on-modeline): Defcustomized.
9875
9876         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9877         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9878         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9879         a flag to `mode-line-buffer-identification'.
9880
9881         * wl-e21.el (wl-biff-init-icons): Set icons data to
9882         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9883         instead of `wl-biff-state-indicator-off' and
9884         `wl-biff-state-indicator-on'.
9885         (wl-plugged-init-icons): Set icons data to
9886         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9887         instead of `wl-plug-state-indicator-off' and
9888         `wl-plug-state-indicator-on'.
9889
9890 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9891
9892         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9893         excessive titles.
9894
9895 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9896
9897         * wl.el (wl-plugged-mode): Use revised
9898         `wl-mode-line-buffer-identification'.
9899         (wl-plugged-init): Don't use `force-mode-line-update'.
9900
9901         * wl-xmas.el (wl-draft-overload-functions): Use revised
9902         `wl-mode-line-buffer-identification'.
9903         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9904         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9905         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9906         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9907         `wl-make-plugged-hook';
9908         add `wl-folder-init-icons' and `wl-setup-folder' to
9909         `wl-folder-mode-hook'.
9910
9911         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9912         19 as well.
9913         (wl-mode-line-display-priority-list): New user option.
9914         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9915         Defcustomized.
9916         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9917         Add docs.
9918
9919         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9920         start.
9921         (wl-mode-line-buffer-identification): Revised as a function.
9922
9923         * wl-summary.el (wl-summary-mode): Use revised
9924         `wl-mode-line-buffer-identification'; don't call
9925         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9926         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9927         `wl-xmas-setup-summary'.
9928
9929         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9930         `wl-mode-line-buffer-identification'.
9931
9932         * wl-mule.el (wl-draft-overload-functions): Use revised
9933         `wl-mode-line-buffer-identification'.
9934
9935         * wl-folder.el (wl-make-plugged-alist): Don't call
9936         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9937         (wl-folder): Don't call `wl-folder-init-icons' directly.
9938         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9939         `wl-xmas-setup-folder' directly;
9940         use revised `wl-mode-line-buffer-identification'.
9941         (TopLevel): Don't bind `wl-biff-init-icons',
9942         `wl-plugged-init-icons', `wl-folder-init-icons',
9943         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9944
9945         * wl-e21.el (wl-draft-overload-functions): Use revised
9946         `wl-mode-line-buffer-identification'.
9947         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9948         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9949         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9950         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9951         `wl-make-plugged-hook';
9952         add `wl-folder-init-icons' and `wl-setup-folder' to
9953         `wl-folder-mode-hook'.
9954
9955 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9956             Katsumi Yamaoka    <yamaoka@jpl.org>
9957
9958         * wl.el (wl): Call `wl-biff-start'.
9959         (wl-exit): Call `wl-biff-stop'.
9960         (wl-plugged-mode): Show biff in modeline.
9961         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9962
9963         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9964         (wl-biff-init-icons): New function.
9965         (wl-plugged-init-icons): Don't make too much keymaps.
9966         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9967
9968         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9969         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9970         variables.
9971         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9972         options.
9973
9974         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9975         wl-biff-start, wl-biff-stop): New functions.
9976         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9977         (wl-biff-timer-name): New variable.
9978
9979         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9980
9981         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9982         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9983
9984         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9985         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9986
9987         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9988         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9989         `wl-folder-init-icons' to `ignore' if they are not available.
9990         (wl-folder-mode): Show biff in modeline.
9991
9992         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9993         (wl-biff-init-icons): New function.
9994         (wl-plugged-init-icons): Don't make too much keymaps.
9995         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9996
9997 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9998
9999         * wl-vars.el (wl-strict-diff-folders): Customization Type
10000         and doc fix.  Define as a list of regular expressions for
10001         folders or nil.
10002         * wl-folder.el (wl-folder-check-one-entity): Use
10003         `wl-string-match-member' instead of `wl-string-member' for
10004         `wl-strict-diff-folders'.
10005
10006 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10007
10008         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10009         (wl-highlight-folder-current-line): Use it; new implementation.
10010         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10011         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10012         `defsubst' instead of `defun'.
10013
10014         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10015         `wl-highlight-group-folder-by-numbers'; made it can also be a
10016         number.  See info for more details.
10017
10018         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10019         running.
10020
10021         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10022         to bind them.
10023
10024         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10025         (wl-highlight-folder-current-line): New implementation.
10026
10027         * wl-highlight.el (wl-highlight-folder-group-line): New
10028         implementation.
10029         (wl-delete-all-overlays): Rewrite as a marco.
10030         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10031
10032         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10033         running.
10034         (wl-folder-*-glyph): No need to bind them.
10035
10036         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10037         `wl-e21-highlight-folder-group-icon'; rewrite.
10038         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10039         `defsubst' instead of `defun'.
10040         (wl-folder-mode-map): Bind it when compiling.
10041
10042 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10043
10044         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10045
10046         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10047
10048 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10049
10050         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10051
10052 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10053
10054         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10055         (wl-highlight-folder-current-line): Use it.
10056
10057         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10058         in `id-name'.
10059
10060 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10061
10062         * wl.el: Require `wl-e21' when Emacs 21 is running.
10063
10064         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10065         default when Emacs 21 is running.
10066         (wl-use-highlight-mouse-line): Ditto.
10067         (wl-on-emacs21): New constant.
10068         (wl-on-emacs20): Removed.
10069
10070         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10071         Emacs 21 is running.
10072
10073         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10074         Emacs 21 is running.
10075
10076         * wl-e21.el: New file.
10077
10078 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10079
10080         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10081         (wl-toggle-plugged): Ditto.
10082         (wl-plugged-toggle): Ditto.
10083         (wl-plugged-toggle-all): Ditto.
10084
10085         * wl-vars.el (wl-plug-state-indicator): Refer
10086         `wl-plug-state-indicator-on' indirectly.
10087
10088 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10089
10090         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10091         Call `wl-folder-confirm-existence'.
10092
10093         * wl-folder.el (wl-folder-confirm-existence): Added optional
10094         argument `force'.
10095
10096 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10097
10098         * wl-summary.el (wl-summary-refile-subr): Assume
10099         `copy-or-refile' as symbol.
10100         (wl-summary-refile): Follow up above change.
10101         (wl-summary-copy): Ditto.  Doc fix.
10102
10103 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10104
10105         * wl-summary.el (wl-summary-pick): Don't bind
10106         `elmo-search-mime-charset'.
10107
10108         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10109         default using old backquote style.
10110         (wl-search-mime-charset): Abolished.
10111
10112         * wl-highlight.el (wl-highlight-headers):
10113         Call `point' after `re-search-forward'(for Nemacs).
10114
10115         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10116         for elmo-imap4.el.
10117
10118 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10119
10120         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10121         `wl-message-ignored-field-list' instead of
10122         `mime-view-ignored-field-list'.
10123
10124         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10125         Add interactive spec.
10126         (wl-folder-goto-bottom-of-current-folder): Ditto.
10127         (wl-folder-mode-map): Bind them.
10128
10129         * wl-vars.el (wl-message-ignored-field-list): New variable.
10130         (wl-message-visible-field-list): New variable.
10131
10132         * wl-mime.el (wl-mime-header-presentation-method): New function.
10133         (wl-mime-setup): Set header-presentation-method.
10134
10135 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10136
10137         * wl-nemacs.el (wl-draft-overload-functions): Set
10138         `mode-line-buffer-identification' instead of using
10139         `wl-make-modeline'.
10140
10141         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10142         instead of using `wl-make-modeline'.
10143
10144         * wl-xmas.el (wl-plugged-init-icons): Set up
10145         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10146         (wl-make-modeline): Abolish.
10147         (wl-draft-overload-functions): Set
10148         `mode-line-buffer-identification' instead of using
10149         `wl-make-modeline'.
10150
10151         * wl-util.el (wl-make-modeline-subr): Abolish.
10152         (wl-mode-line-buffer-identification): New alias.
10153
10154         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10155         (wl-summary-make-modeline): Abolish.
10156         (wl-summary-buffer-set-folder): Set
10157         `wl-summary-buffer-folder-indicator'.
10158         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10159         of using `wl-make-modeline'.
10160         (wl-summary-switch-to-clone-buffer): Don't set
10161         `mode-line-buffer-identification'.
10162         (wl-summary-goto-folder-subr): Ditto.
10163
10164         * wl-mule.el (wl-draft-overload-functions): Set
10165         `mode-line-buffer-identification' instead of using
10166         `wl-make-modeline'.
10167
10168         * wl-folder.el (wl-folder-mode): Set
10169         `mode-line-buffer-identification' instead of using
10170         `wl-make-modeline'.
10171         (wl-folder): Don't set `mode-line-buffer-identification'.
10172
10173 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10174
10175         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10176         instead of `member' for `wl-refile-guess-func-list' look-ups.
10177         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10178
10179 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10180
10181         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10182         `wl-message-button-dispatcher'.
10183
10184         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10185
10186         * wl-message.el (wl-message-button-dispatcher): Use it.
10187
10188         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10189         "In-Reply-To".
10190
10191         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10192         Bind `case-fold-search' to t.
10193
10194 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10195
10196         * wl-xmas.el (wl-message-overload-functions): Initialize
10197         `wl-message-button-map'.
10198
10199         * wl-mule.el (wl-message-overload-functions): Initialize
10200         `wl-message-button-map'.
10201
10202         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10203
10204         * wl-message.el (wl-message-button-map): New keymap.
10205         (wl-message-add-button): New function.
10206         (wl-message-button-dispatcher): New function.
10207         (wl-message-button-refer-article): New function.
10208
10209         * wl-highlight.el
10210         (wl-highlight-message-add-buttons-to-header): New function.
10211         (wl-highlight-headers): Use it.
10212
10213 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10214
10215         * wl-summary.el (wl-summary-default-from): Use
10216         `wl-address-get-petname-1'.
10217         (wl-summary-simple-from): Ditto.
10218
10219         * wl-address.el (wl-address-get-petname-1): New inline function.
10220         (wl-address-get-petname): Use it.
10221
10222 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10223
10224         * wl-summary.el (wl-summary-default-from): Return full-name part
10225         from the address if no petname was found.
10226         (wl-summary-simple-from): Ditto.
10227
10228         * wl-address.el (wl-address-get-petname): Return nil if no petname
10229         associated with the address was found.
10230
10231 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10232
10233         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10234         display is finished.
10235
10236 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10237
10238         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10239         `elmo-folder-exists-p' argument.
10240
10241 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10242
10243         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10244         the folder.
10245
10246 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10247
10248         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10249
10250         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10251         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10252
10253 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10254
10255         * wl-folder.el (wl-folder-create-subr): New function.
10256         (wl-folder-confirm-existence): Use it.
10257         (wl-folder-check-one-entity): Use it.
10258         Check the error symbol is derived from 'elmo-open-error.
10259
10260         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10261         `ignore-error'.
10262
10263 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10264
10265         * wl-util.el (toplevel): Add (eval-when-compile (require
10266         'elmo-util)).  (Maybe `provide' is typo.)
10267
10268 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10269
10270         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10271         (I don't know why this was needed.)
10272
10273         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10274         Follow up changes for stream-type.
10275
10276         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10277         (wl-draft-elmo-nntp-send): Ditto.
10278
10279         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10280         (wl-nntp-posting-stream-type): Ditto.
10281         (wl-pop-before-smtp-ssl): Abolished.
10282         (wl-nntp-posting-ssl): Ditto.
10283
10284         * wl-address.el (wl-address-quote-specials): New function.
10285         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10286
10287         * wl-draft.el (wl-draft-reply): Ditto.
10288
10289 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10290
10291         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10292         use function `wl-string-match-assoc'.
10293
10294 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10295
10296         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10297
10298         * wl-draft.el (wl-draft-deduce-address-list): New function.
10299         (wl-draft-parse-mailbox-list): Ditto.
10300         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10301         instead of `smtp-deduce-address-list'.
10302         (wl-draft-on-field-p): Follow group list.
10303
10304         * wl-address.el (wl-address-concat-token): New function.
10305         (wl-address-string-without-group-list-contents): Ditto.
10306         (wl-complete-field-body): Fixed problem of completion
10307         by japanese petname.
10308         (wl-address-make-completion-list): Rewrite.
10309
10310 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10311
10312         * wl-address.el (wl-address-make-completion-list): Completion by
10313         petname.
10314         (wl-complete-field-body): Likewise.
10315
10316 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10317
10318         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10319         contains invalid address syntax.
10320
10321 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10322
10323         * wl-folder.el (wl-folder-check-entity-async): Use
10324         `elmo-nntp-spec-hostname'.
10325
10326 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10327
10328         * wl-summary.el (wl-summary-msgdb-load-async): Use
10329         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10330
10331 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10332
10333         * wl-draft.el (wl-draft-reply): Set argument
10334         `content-transfer-encoding' as nil.
10335
10336 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10337
10338         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10339         `wl-refile-alist'.
10340
10341 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10342
10343         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10344         (wl-draft-edit-string): Ditto.
10345         (wl-draft-forward): Ditto.
10346         * wl-summary.el (wl-summary-write): Ditto.
10347
10348 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10349
10350         * wl-summary.el (wl-summary-sync-update3): Call
10351         `wl-summary-buffer-number-column-detect'.
10352         (wl-summary-buffer-number-column-detect): Search from point-min.
10353
10354 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10355
10356         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10357         contains an address which is not included in original to or cc.
10358
10359 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10360
10361         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10362         begin-line does not exist.
10363         * wl-message.el (wl-message-uu-substring): Ditto.
10364
10365 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10366
10367         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10368         clear local variables.
10369         (wl-summary-exit): Call `elmo-commit'.
10370         (wl-summary-switch-to-clone-buffer): Call
10371         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10372         (wl-summary-goto-folder-subr): Ditto.
10373
10374         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10375         POP folder.
10376
10377 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10378
10379         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10380         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10381         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10382         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10383         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10384         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10385
10386         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10387
10388 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10389
10390         * wl-summary.el (wl-summary-search-by-subject):
10391         Search parent message from the latest one.
10392
10393 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10394
10395         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10396         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10397
10398         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10399         New user option.
10400
10401         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10402         if elmo-nntp-use-killed-list is nil.
10403         Use `elmo-msgdb-append-to-killed-list'.
10404         (Append numbers confirmed as disappeared to the killed list.)
10405         (wl-summary-confirm-appends): Don't display negative number.
10406
10407 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10408
10409         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10410
10411 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10412
10413         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10414         range is `all'.
10415         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10416         `elmo-list-bigger-diff'.
10417
10418 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10419
10420         * wl-summary.el (wl-summary-buffer-exit-func):
10421         New buffer local variable.
10422         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10423
10424 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10425
10426         * wl-demo.el (wl-demo): Fix the last change.
10427
10428 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10429
10430         * wl-demo.el (wl-demo): Don't use `eval'.
10431
10432 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10433
10434         * wl-summary.el (wl-summary-buffer-thread-modified):
10435         New buffer-local variable.
10436         (wl-summary-set-thread-modified): New function.
10437         (wl-summary-thread-modified-p): New function.
10438         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10439         (wl-summary-yank-saved-message): Use function
10440         `wl-summary-set-thread-modified'
10441         (wl-summary-switch-to-clone-buffer): Add
10442         `wl-summary-buffer-thread-modified'.
10443
10444         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10445         (wl-summary-buffer-mark-saved-hook): Ditto.
10446         * wl-summary.el (wl-summary-msgdb-save): New hook
10447         `wl-summary-buffer-message-saved-hook' and
10448         `wl-summary-buffer-mark-saved-hook'.
10449
10450 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10451
10452         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10453
10454 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10455
10456         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10457         don't hide scroll bars under FSF Emacsen because it may incur an
10458         undesirable redrawing.
10459
10460 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10461
10462         * wl-draft.el (wl-draft-edit-string): Call
10463         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10464
10465 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10466
10467         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10468
10469 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10470
10471         * wl-summary.el (wl-summary-msgdb-load-async): Call
10472         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10473
10474 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10475
10476         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10477         fringes in demo buffer; center bitmap logo correctly even if old
10478         Mule is used.
10479
10480 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10481
10482         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10483
10484         * wl-refile.el (wl-refile-subject-alist): New variable.
10485         (wl-refile-subject-alist-file-name): Ditto.
10486         (wl-refile-alist-setup): Rewrite.
10487         (wl-refile-alist-save): Use `elmo-object-save'.
10488         Eliminated arguments.
10489         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10490         (wl-refile-guess-by-subject): New function.
10491         (wl-refile-guess-func-list): Added it.
10492
10493 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10494
10495         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10496         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10497
10498 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10499
10500         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10501         New buffer-local variable.
10502         (wl-summary-buffer-next-folder-func): Ditto.
10503         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10504         if non-nil.
10505         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10506         if non-nil.
10507         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10508         if non-nil.
10509         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10510         if non-nil.
10511
10512 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10513
10514         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10515         permanently in the demo buffer.
10516
10517 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10518
10519         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10520         `mime-entity-fetch-field'.
10521
10522         * wl.el (wl-exit): Delete plugged buffer.
10523
10524         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10525         XEmacs has menubar feature.
10526
10527 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10528
10529         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10530         cannot arrive at the beginning of the buffer under old Emacsen.
10531
10532 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10533
10534         * wl-address.el (wl-address-ldap-search):
10535         Call `ldap-search-entries' with `withdn' argument t.
10536         (wl-complete-field-body): Bind completion-ignore-case as t.
10537         Clear ldap search hash when it was sole completion.
10538         Use elmo-string for pattern string.
10539         (wl-ldap-alias-safe-string): Eliminated needless let.
10540
10541 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10542
10543         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10544         (wl-ldap-alias-sep): New constant.
10545         (wl-ldap-search-attribute-type-list): Ditto.
10546         (wl-ldap-get-value): New function.
10547         (wl-ldap-make-filter): Ditto.
10548         (wl-ldap-make-matched-value-list): Ditto.
10549         (wl-ldap-alias-safe-string): Ditto.
10550         (wl-ldap-register-dn-string): Ditto.
10551         (wl-address-ldap-search): Rewrite.
10552
10553 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10554
10555         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10556         thread is deleted.
10557         (wl-thread-delete-line-from-buffer): Ditto.
10558         (wl-thread-get-exist-children): New function.
10559
10560 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10561
10562         * wl-demo.el (wl-demo): Made it to select various image types.
10563         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10564         from `wl-title-logo'.
10565         (wl-logo-ascii): New variable.
10566         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10567         (wl-demo-copyright-notice): New constant.
10568
10569         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10570
10571 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10572
10573         * wl-vars.el (wl-summary-target-above): Renamed from
10574         wl-summary-temp-above.
10575         * wl-score.el (wl-score-get-score-alist): Use it.
10576         (wl-summary-score-update-all-lines): Use it.
10577         * wl-summary.el: Ditto. (make-variable-buffer-local).
10578
10579 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10580
10581         * wl-vars.el (wl-ldap-port): New user option.
10582
10583         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10584         Rewite whole implementation.
10585         (wl-complete-field-body): Fixed.
10586
10587 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10588
10589         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10590         Choose implementation at compile time.
10591
10592 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10593
10594         * wl-address.el (wl-ldap-search-internal): New function.
10595         (wl-complete-field-to): Use it.
10596
10597 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10598
10599         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10600         Use `let' instead of `let*'.
10601         Require 'wl-vars.
10602
10603         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10604         Define as defcustom.
10605         (wl-ldap-base): Ditto.
10606         (wl-use-ldap): Ditto.
10607
10608 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10609
10610         * wl-address.el (wl-ldap-search): New function.
10611         (wl-complete-field-body): Use `wl-ldap-search'.
10612         (wl-ldap-server): New variable.
10613         (wl-ldap-base): Ditto.
10614         (wl-use-ldap): Ditto.
10615
10616 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10617
10618         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10619         (Pointed out by Mito <mit@nines.nec.co.jp>).
10620         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10621         buffer-local variables like `wl-summary-redisplay-internal'.
10622         (wl-summary-redisplay-all-header): Likewise.  Update
10623         Summary view too.
10624
10625 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10626
10627         * wl-summary.el (wl-summary-jump-to-parent-message):
10628         Consider prefix argument.
10629
10630         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10631         when closed thread is deleted.
10632
10633 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10634
10635         * wl-summary.el (wl-summary-jump-to-parent-message):
10636         Consider thread modification.
10637
10638 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10639
10640         * wl-message.el (wl-message-normal-get-original-buffer): Use
10641         `save-excursion'.
10642
10643         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10644         (wl-summary-showto-folder-regexp): Ditto.
10645
10646 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10647
10648         * wl-util.el (wl-delete-alist): Doc fix.
10649         (wl-delete-associations): New function.
10650         (wl-inverse-alist): New function.
10651         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10652         Split temporary variables. Use `wl-delete-associations'
10653         and `wl-inverse-alist'.
10654         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10655
10656 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10657
10658         * wl-folder.el (wl-folder-prefetch-entity):
10659         Execute prefetching if new count is unknown.
10660
10661 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10662
10663         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10664
10665         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10666         delete entity.
10667         (wl-thread-set-parent): If insert as top, set linked as nil.
10668
10669         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10670         `wl-thread-cleanup-symbols' when view mode is thread.
10671
10672 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10673
10674         * wl-folder.el (wl-folder-create-folder-entity): Use
10675         with-current-buffer.
10676         (wl-local-folder-init): Call set-buffer to make sure we are in
10677         the Folder buffer. Don't touch buffer-local variables here.
10678         (wl-folder-mode): Initialize buffer-local variables here.
10679
10680         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10681         (wl-folder-entity-assign-id): Ditto.
10682         (wl-folder-create-entity-hashtb): Ditto.
10683         (wl-local-folder-init): Ditto.
10684         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10685
10686 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10687
10688         * wl-summary.el (wl-summary-default-from): Fix probrem when
10689         std11-extract-address-components return (nil "foo@bar").
10690
10691 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10692
10693         * wl-draft.el (wl-draft-clone-local-variables):
10694         Remove redundant `setq'.
10695
10696 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10697
10698         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10699         Bind wl-highlight-x-face-func as nil while highlighting header.
10700
10701 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10702
10703         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10704
10705 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10706
10707         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10708         elmo-msgdb-overview-hashtb from copy-variables.
10709         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10710         instead of `elmo-msgdb-overview-get-entity-by-number'.
10711         (wl-summary-auto-refile): Ditto.
10712
10713         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10714         `elmo-msgdb-overview-get-entity' instead of
10715         `elmo-msgdb-search-overview-entity'.  Use
10716         `elmo-msgdb-overview-get-entity' instead of
10717         `elmo-msgdb-overview-get-entity-by-number'.
10718         (wl-thread-insert-entity-sub): Ditto.
10719         (wl-thread-insert-message): Ditto.
10720
10721         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10722         `elmo-msgdb-overview-get-entity'.
10723         (wl-normal-message-redisplay): Ditto.
10724
10725 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10726
10727         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10728         `wl-thread-entities'.
10729         (wl-thread-delete-message): Fix remove top message from
10730         `wl-thread-entity-list'.
10731
10732         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10733         wl-append(nconc), because update-list is broken on Meadow.
10734
10735         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10736         updating process.
10737         (wl-summary-rescan): Ditto.
10738         (wl-summary-sync-update3): Ditto.
10739         * wl-thread.el (wl-thread-set-parent): Renamed from
10740         `wl-summary-set-parent'.
10741         (wl-thread-insert-message): Updating buffer faster.
10742         (wl-thread-delete-message): Updating buffer faster.
10743
10744         * wl-score.el (wl-summary-score-update-all-lines): Changed
10745         interval for display progress gauge.
10746
10747 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10748
10749         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10750         folder always-sticky.
10751         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10752         defmacro.
10753
10754 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10755
10756         * wl-vars.el (wl-draft-add-references): New user option.
10757
10758         * wl-draft.el (wl-draft-add-references): New function.
10759         (wl-draft-yank-from-mail-reply-buffer): Use it.
10760         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10761         as nil.
10762
10763 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10764
10765         * wl-thread.el (wl-thread-update-line-msgs): Called
10766         `wl-thread-update-line-on-buffer-sub'.
10767         (wl-thread-update-line-on-buffer): Delete routine of inserting
10768         thread.
10769         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10770         moved from `wl-thread-update-line-on-buffer'.
10771         Add threshold for displaying progress gauge.
10772         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10773         argument of `wl-thread-update-line-msgs'.
10774         Add threshold for displaying progress gauge.
10775         * wl-folder.el:
10776         Add threshold for displaying progress gauge.
10777         * wl-score.el: Ditto.
10778
10779         * wl-expire.el (wl-summary-expire): Display deleting info.
10780
10781 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10782
10783         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10784         `no-msg'.
10785         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10786         argument of `wl-thread-update-line-msgs'.
10787         (wl-summary-set-parent): Added optional argument `parent-number'.
10788         (wl-summary-buffer-saved-message): New buffer local variable.
10789         (wl-summary-save-current-message): New command.
10790         (wl-summary-yank-saved-message): Ditto.
10791         (wl-summary-mode-map): Added key binding for
10792         `wl-summary-save-current-message' (\ew) and
10793         `wl-summary-yank-saved-message' (\C-y).
10794         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10795
10796 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10797
10798         * wl-summary.el (wl-summary-mode-map): Added key binding for
10799         `wl-summary-set-parent' (ts).
10800
10801 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10802
10803         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10804         subject faster. If thread number is reverse, delayed updating
10805         thread.
10806         (wl-summary-search-by-subject): Ditto.
10807         (wl-summary-put-alike): Ditto.
10808         (wl-summary-get-alike): Ditto.
10809         (wl-summary-insert-headers): Insert header of all overview in
10810         buffer.
10811         (wl-summary-rescan): Delayed updating thread. Kill search subject
10812         buffer for wl-summary-search-by-subject.
10813         (wl-summary-sync-update3): Ditto.
10814         (wl-summary-exit): Ditto.
10815         (wl-summary-goto-bottom-of-current-thread): Change for linked
10816         thread.
10817         (wl-summary-overview-create-summary-line): Change line for linked
10818         thread.
10819
10820         * wl-summary.el (wl-summary-update-thread): Use
10821         wl-thread-maybe-get-children-num.
10822         (wl-summary-set-parent): If change parent, move sub thread.
10823         (wl-summary-redisplay-internal): Add horizontal recenter.
10824         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10825
10826         * wl-thread.el (wl-thread-entity-get-linked): New function.
10827         (wl-thread-entity-set-linked): New function.
10828         (wl-thread-create-entity): Add linked element.
10829         (wl-thread-entity-insert-as-top): Use wl-append.
10830         (wl-thread-maybe-get-children-num): If closing thread, return
10831         children msgs.
10832         (wl-thread-update-line-msgs): Displaying progress message.
10833         (wl-thread-update-line-on-buffer-sub): Use
10834         wl-thread-maybe-get-children-num.
10835         (wl-thread-update-line-on-buffer): If update line is not exists,
10836         insert thread.
10837         (wl-thread-delete-message): If delete top msg of thread, search
10838         parent by subject.
10839         (wl-thread-insert-entity): Use
10840         wl-thread-maybe-get-children-num.
10841
10842         * wl-highlight.el (wl-highlight-summary-current-line): change
10843         sregexp for linked thread.
10844         * wl-util.el (wl-count-lines): Count lines.
10845         (wl-horizontal-recenter): horizontal recenter.
10846         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10847         (wl-score-get-alike): Ditto.
10848         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10849         (wl-subject-length-limit): New variable.
10850         (wl-highlight-thread-indent-string-regexp): Changed for linked
10851         thread.
10852
10853 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10854
10855         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10856         New variable (revival).
10857         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10858         by subject matching if there's no in-reply-to nor references field
10859         (revival).
10860
10861 \f
10862 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10863
10864         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10865         message.
10866
10867 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10868
10869         * wl-summary.el (wl-summary-reply): Return t if there was a
10870         message at cursor point.
10871         Added unwind-protect.
10872         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10873         returns t.
10874         (wl-summary-cancel-message): Do nothing when there's no message at
10875         cursor point.
10876         (wl-summary-forward): Ditto.
10877         (wl-summary-jump-to-parent-message): Ditto.
10878         (wl-summary-reedit): Ditto.
10879         (wl-summary-edit-addresses): Ditto.
10880         (wl-summary-pipe-message): Ditto.
10881         (wl-summary-print-message-with-ps-print): Ditto.
10882         (wl-summary-print-message): Ditto.
10883         (wl-summary-mark-as-important): Ditto.
10884         (wl-summary-mark-as-unread): Ditto.
10885
10886         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10887         message at cursor point.
10888         (wl-summary-reply-with-citation): Remove unwind-protect.
10889
10890         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10891         subject searching feature.
10892         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10893         Eliminated.
10894
10895 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10896
10897         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10898         New variable.
10899         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10900         by subject matching if there's no in-reply-to nor references field.
10901
10902         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10903
10904         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10905         when display is finished.
10906         (wl-folder-open-all): Ditto.
10907         (wl-folder-update-access-group): Ditto.
10908         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10909         * wl-thread.el (wl-thread-close-all): Ditto.
10910
10911         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10912         progress gauge only when it was displayed.
10913         * wl-folder.el (wl-folder-insert-entity): Ditto.
10914
10915 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10916
10917         * wl-summary.el (wl-summary-incorporate): Enclose
10918         `wl-summary-sync-force-update' with save-excursion.
10919
10920 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10921
10922         * wl-summary.el (wl-summary-prefetch-region):
10923         Pass current cursor point to `pos-visible-in-window-p' after
10924         moving cursor to the started point.
10925
10926 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10927
10928         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10929
10930         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10931         fields from the forwarding message.
10932         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10933         `ignored-fields'.
10934
10935 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10936
10937         * wl-mime.el (wl-message-request-partial):
10938         Eliminated argument `msgdb'.
10939         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10940         (wl-mime-combine-message/partial-pieces): Likewise.
10941         * tm-wl.el (wl-message-request-partial): Likewise.
10942         (wl-mime-combine-message/partial-pieces): Likewise.
10943
10944 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10945
10946         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10947         when display is finished.
10948
10949 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10950
10951         * wl-summary.el (wl-summary-goto-folder-subr):
10952         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10953
10954 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10955
10956         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10957         when cursor point is visible.
10958
10959 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10960
10961         * wl-expire.el (wl-expire-archive-get-max-number):
10962         Don't use `file-name-directory'.
10963
10964 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10965
10966         * wl-expire.el (wl-expire-archive-get-max-number):
10967         Use `file-name-directory'.
10968
10969 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10970
10971         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10972         only when there is progress.
10973
10974 2000-04-13  Mito <mit@nines.nec.co.jp>
10975
10976         * wl-summary.el (wl-summary-sync-marks): Display progress.
10977
10978 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10979
10980         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10981         (wl-summary-prev): Move cursor regardless of unread status.
10982         (wl-summary-next): Ditto.
10983
10984 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10985
10986         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10987         Added argument `target' and `number'.
10988         * tm-wl.el (wl-summary-burst-subr): New function.
10989         (wl-summary-burst): Use it.
10990
10991 2000-04-10  Mito <mit@nines.nec.co.jp>
10992
10993         * wl-mime.el (wl-burst): New function.
10994         (wl-summary-burst): Use it.
10995
10996 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10997
10998         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10999         as petname when there's no candidate.
11000
11001 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11002
11003         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11004         New variable.
11005         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11006
11007         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11008
11009         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11010
11011 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11012
11013         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11014         Use substring of `original' instead of buffer-substring.
11015         (wl-refile-evaluate-rule):
11016         Set `original' argument of wl-refile-expand-newtext.
11017
11018         * wl-summary.el
11019         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11020         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11021         (wl-summary-auto-refile): Check existence of destination folder just
11022         before marking.
11023
11024 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11025
11026         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11027         when wl-refile-get-field-value return nil.
11028
11029 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11030
11031         * wl-refile.el
11032         (wl-refile-expand-newtext): New function imported from Gnus.
11033         (wl-refile-evaluate-rule): Use it.
11034
11035 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11036
11037         * wl-summary.el (wl-summary-print-destination):
11038         Duplicate folder string to avoid putting text-property on
11039         original string.
11040
11041         * wl-refile.el (wl-refile-get-field-value): New function.
11042         (wl-refile-evaluate-rule): New function;
11043         Evaluate refile rule recursively.
11044         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11045         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11046         New function; Check existence of a target folder recursively.
11047         (wl-summary-auto-refile-check-refile-rule-alist):
11048         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11049
11050 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11051
11052         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11053
11054         * wl-folder.el (wl-create-folder-entity-from-buffer):
11055         Fixed problem when '}' character is contained in folder name.
11056
11057         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11058
11059 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11060
11061         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11062         (wl-fldmgr-add-completion-all-completions):
11063         Use wl-fldmgr-add-completion-hashtb.
11064
11065 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11066
11067         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11068         wl-fldmgr-add-completion-subr): New functions.
11069         * wl-folder.el (wl-folder-completion-func): New variable.
11070         * wl-summary.el (wl-summary-read-folder):
11071         Use wl-folder-completion-func.
11072
11073         * wl-refile.el: Eliminate throw & catch.
11074
11075         * wl.el (wl-plugged-sending-queue-status): Fixed.
11076
11077 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11078
11079         * wl-draft.el (wl-draft): Put category property on
11080         mail-header-separator.