* wl-demo.el (wl-demo-copyright-notice): Add 2010.
[elisp/wanderlust.git] / wl / ChangeLog
1 2010-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-demo.el (wl-demo-copyright-notice): Add 2010.
4
5 2009-12-16  Lloyd Zusman <ljz@asfast.com>
6
7         * wl-summary.el (wl-summary-detect-mark-position): Force
8         the temporary buffer to enable the use of multibyte characters
9         within searches [wl-en:2460].
10
11 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
12
13         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
14         of `beginning-of-buffer'.
15
16 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
17
18         * wl-summary.el (wl-summary-display-raw): New function, display
19         message in raw format.
20
21 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
22
23         * Version number is increased to 2.15.7.
24
25 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
26
27         * wl-summary.el (wl-summary-previous-message-number): New function.
28         (wl-summary-next-message-number): Ditto.
29         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
30         `wl-summary-next-message-number'.
31         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
32         Inline temporary variable `cur-id'.
33         (wl-summary-get-next-unread-folder): Ditto.
34         (wl-summary-get-next-folder): Ditto.
35         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
36
37 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
38
39         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
40
41 2008-09-05  Kenichi Okada  <okada@opaopa.org>
42
43         * wl-summary.el (wl-summary-buffer-folder-name)
44         (wl-draft-config-body-goto-header): Use backquote instead of quote.
45         * wl-draft.el (wl-draft-body-goto-top)
46         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
47
48 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
49
50         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
51         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
52
53 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
54
55         * wl-expire.el: Fix Comentary section.
56
57 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
58
59         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
60         Require mime-parse, elmo-mime, and wl-util.
61
62         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
63
64         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
65
66 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
67
68         * wl-template.el: Require elmo-util and wl-vars.
69
70         * wl-mime.el (wl-mime-display-header): Revert last change.
71         Remove `delete-matching-lines "^$"'.
72
73 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
74
75         * wl-mime.el (wl-define-dummy-functions): Split
76         `eval-when-compile' form for avoid error; when `make
77         compile-strict.
78
79         * wl-util.el: Move (eval-when-compile (require 'static)).
80         * wl-dnd.el: Add (eval-when-compile (require 'static)).
81         * wl-message.el: Ditto.
82
83         * wl-mime.el (wl-message-delete-current-part): Use
84         `insert-buffer-substring' instead of `insert-buffer'.
85         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
86         * wl-draft.el (wl-draft-generate-clone-buffer)
87         (wl-draft-do-mime-bcc): Ditto.
88
89         * wl-address.el: Add (eval-when-compile (require 'cl)).
90         * wl-addrmgr.el: Ditto.
91         * wl-mime.el: Ditto.
92         * wl-util.el: Ditto.
93         * wl-score.el: Ditto.
94
95 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
96
97         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
98         `string-to-int'.
99
100         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
101         `string-to-int'.
102
103         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
104         `string-to-number' instead of `string-to-int'.
105
106         * wl-summary.el (wl-summary-get-list-info)
107         (wl-summary-message-number): Use `string-to-number' instead of
108         `string-to-int'.
109
110         * wl-score.el (wl-score-overview-entity-get-lines)
111         (wl-score-set-mark-below, wl-score-set-expunge-below)
112         (wl-summary-increase-score, wl-score-get-header-entry): Use
113         `string-to-number' instead of `string-to-int'.
114
115         * wl-folder.el (wl-folder-update-diff-line): Use
116         `string-to-number' instead of `string-to-int'.
117
118         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
119         instead of `string-to-int'.
120
121         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
122         instead of `string-to-int'.
123
124         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
125         `string-to-int'.
126
127 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
128
129         * wl-util.el (wl-match-string, wl-match-buffer)
130         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
131         (wl-kill-buffers, wl-local-variable-p)
132         (wl-line-formatter-setup): New backquote style.
133         (wl-count-lines): Use quote instead of backquote.
134
135         * wl-summary.el (wl-summary-buffer-folder-name)
136         (wl-summary-get-alike): Use quote instead of backquote.
137         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
138         backquote style.
139
140         * wl-message.el (wl-message-buffer-cache-buffer-get)
141         (wl-message-buffer-cache-folder-get)
142         (wl-message-buffer-cache-message-get)
143         (wl-message-buffer-cache-entry-make)
144         (wl-message-buffer-cache-hit): New backquote style.
145
146         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
147         backquote.
148         (wl-folder-unread-regex, wl-folder-entity-exists-p)
149         (wl-folder-clear-entity-info)
150         (wl-folder-get-entity-info, wl-folder-set-entity-info)
151         (wl-folder-elmo-folder-cache-get)
152         (wl-folder-elmo-folder-cache-put): New backquote style.
153
154         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
155         (wl-fldmgr-assign-id): Ditto.
156         (wl-fldmgr-delete-line): Use quote instead of backquote.
157         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
158
159         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
160         (wl-draft-set-sent-message): New backquote style.
161         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
162         (wl-draft-config-body-goto-header): Use quote instead of backquote.
163
164 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
165
166         * wl-address.el (wl-address-concat-token): Fix typo.
167
168 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
169
170         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
171         (wl-score-get-alike): Ditto.
172
173         * wl-vars.el: New backquote style.
174         (wl-message-header-button-alist): Use quote instead of backquote.
175
176         * wl.el (wl-plugged-string): New backquote style.
177
178         * wl-address.el (wl-address-concat-token): New backquote style.
179
180         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
181
182 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
183
184         * wl-highlight.el (wl-highlight-folder-opened-regexp)
185         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
186
187         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
188         in the character alternative.
189
190 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
191
192         * Version number is increased to 2.15.6.
193
194 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
195
196         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
197         optional 3rd argument of epg-context-set-progress-callback; it was
198         temporarily removed in the Emacs trunk due to copyright problem.
199         (wl-mime-pgp-verify-region-with-epg): Ditto.
200
201 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
202
203         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
204
205 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
206
207         * wl-util.el (wl-biff-check-folders): Set biff flag.
208         (from Naoto Morishima [wl:14031])
209
210 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
211
212         * wl.el (wl-plugged-server-indent): Use quote instead of
213         backquote.
214
215 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
216
217         * wl-score.el (wl-score-insert-header): Add guard for
218         `std11-unfold-string'.
219         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
220         TYPE artgument when TO or CC field.
221
222 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-summary.el (wl-summary-goto-folder-subr): Call
225         `elmo-folder-close' instead of `elmo-folder-commit' if discard
226         current summary.
227
228 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-util.el (wl-read-shell-commande): New function or alias.
231
232         * wl-summary.el (wl-summary-pipe-message): Use
233         `wl-read-shell-command' instead of `read-string'.
234         (wl-summary-target-mark-pipe): Ditto.
235
236 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
237
238         * wl-summary.el (wl-summary-reply): Fix docstring.
239         * wl-draft.el (wl-draft-reply): Ditto.
240
241 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-mime.el (wl-summary-extract-attachments): New command.
244         (wl-summary-extract-attachments-1): New internal function.
245
246 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * wl-expire.el (wl-expire-folder): New function (split from
249         wl-summary-expire).
250         (wl-summary-expire): Use it. Add argument `all' instead of remove
251         `nolist'. Cause an error only if this function is calling
252         interactively.
253
254 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
255
256         * wl-expire.el (wl-expire-refile): Display progress message.
257         (wl-summary-expire): Simplify.
258
259         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
260         unused argument `deleting-info'.
261
262 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
263
264         * wl-vars.el (wl-message-popup-buffers): New user option.
265
266         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
267         (wl-message-delete-popup-windows): New function that substitues
268         above one.
269         (wl-mime-setup): Follow the above change.
270
271 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
272
273         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
274
275 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
276
277         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
278         "tkm" to wl-thread-spam.
279
280 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-thread.el (wl-thread-entity-insert-as-children): Use
283         wl-thread-entity-set-children.
284         (wl-thread-insert-message, wl-thread-insert-entity-sub,
285         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
286         Use wl-thread-entity-get-*.
287
288 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
289
290         * wl-mime.el (wl-epg-progress-callback): New function.
291         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
292         with `elmo-with-progress-display'. Set a progress callback
293         function to epg-context.
294         (wl-mime-pgp-verify-region-with-epg): Ditto.
295
296 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
297
298         * wl-util.el (wl-completing-read-multiple): Define as an alias of
299         `completing-read-multiple' if emacs-version is not less than 22.
300
301 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
302
303         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
304         change.
305
306 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-summary.el (wl-summary-sync-update): Move
309         `wl-thread-update-indent-string-thread' to outside of
310         `elmo-with-progress-display'.
311
312 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
313
314         * wl-message.el (wl-message-exit): Check buffer existence.
315
316 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-util.el (wl-simple-display-progress): New function.
319         (wl-display-progress-with-gauge): Ditto.
320         (wl-progress-callback-function): Ditto.
321
322         * wl.el (wl-init): Set `elmo-progress-callback-function' as
323         `wl-progress-callback-function'
324
325         * wl-vars.el (wl-display-progress-threshold): New user option.
326         (wl-display-progress-function): Ditto.
327
328         * Version number is increased to 2.15.5.
329
330 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
331
332         * wl-thread.el (wl-thread-close-children): New function.
333         (wl-thread-open-children): Ditto.
334         * wl-action.el (wl-summary-set-mark): Redo the last change by
335         using it.
336
337         * wl-action.el (wl-summary-set-mark): Undo the last change.
338         Forbid interactive call.
339
340 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
341
342         * wl-mime.el (wl-define-dummy-functions): New macro.
343         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
344         `wl-mime-pgp-decrypt-region'.
345         (wl-mime-pgp-verify-region-with-epg): Renamed from
346         `wl-mime-pgp-verify-region'.
347         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
348         `wl-mime-pgp-decrypt-region'.
349         (wl-mime-pgp-verify-region-with-pgg): Renamed from
350         `wl-mime-pgp-verify-region'.
351         (wl-mime-pgp-decrypt-region): New function; To select dispatch
352         function at runtime.
353         (wl-mime-pgp-verify-region): Ditto.
354
355         * wl-vars.el (wl-use-pgp-module): New user option.
356
357 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
358
359         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
360         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
361
362 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
363
364         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
365         even if there are target marks only.
366
367 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * Version number is increased to 2.15.4.
370
371 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
372
373         * wl-folder.el (wl-folder-check-one-entity): Simplify.
374
375 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
376
377         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
378         variable.
379
380 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
381
382         * wl-spam.el (wl-thread-test-spam): New function.
383         (wl-spam-setup): Bind "tkc".
384
385 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-expire.el (wl-folder-expire-entity): Rewite without
388         `wl-summary-goto-folder-subr'.
389         (wl-folder-expire-current-entity): Don't kill summary buffer.
390
391 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-folder.el (wl-folder-sync-entity): Rewrite without
394         `wl-summary-goto-folder-subr'.
395         (wl-folder-mark-as-read-all-entity): Likewise.
396
397         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
398
399 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-thread.el (wl-thread-force-open): Arranged.
402
403 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
404
405         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
406         from regexp.
407
408         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
409         (wl-read-search-condition-internal): Append them.
410
411 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
412
413         * wl-vars.el (wl-additional-search-condition-fields):
414         New user option.
415
416         * wl-util.el (wl-search-condition-fields): New function; export
417         from `wl-read-search-condition-internal'.
418         (wl-read-search-condition-internal): Use it.
419
420         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
421
422 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-summary.el (wl-summary-define-sort-command): New function.
425         (wl-summary-sort-by-date, wl-summary-sort-by-number)
426         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
427         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
428         define by `wl-summary-define-sort-command' at runtime.
429
430         * wl.el (wl-init): Call wl-summary-define-sort-command.
431
432 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
435         properties at the decrypting region.
436
437 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
438
439         * wl-util.el (wl-find-region): New function.
440
441         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
442         coding system.
443         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
444         property `wl-mime-decoded-coding-system'.
445         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
446         property `wl-mime-decoded-coding-system' to encode text.
447
448         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
449         message.
450         (wl-mime-pgp-verify-region): Ditto.
451
452 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
453
454         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
455         buffer. Use epa-display-verify-result.
456
457 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
458
459         * wl-draft.el (wl-draft-send): Continue even if setting parent
460         flag was failed.
461
462 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
463
464         * wl-message.el (wl-message-flag-indicator): Fixed the problem
465         of returning string only of parentheses.
466
467 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-summary.el (wl-summary-write): Add argument `folder'.
470         (wl-summary-write-current-folder): Change argument `folder' from
471         optional to require.
472         (wl-summary-get-buffer): Return the buffer associated folder only.
473
474         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
475         change.
476         (wl-folder-toggle-disp-summary): Ditto.
477
478         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
479         current summary as parent-folder.
480
481 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
482
483         * wl-draft.el (wl-draft-reedit): Don't overwrite
484         wl-draft-parent-folder.
485
486 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
489         (wl-mime-pgp-verify-region): Ditto.
490         (wl-message-decrypt-pgp-nonmime): Use the above function.
491         (wl-message-verify-pgp-nonmime): Likewise.
492         (wl-mime-preview-application/pgp): Likewise.
493
494 2006-04-20  Kenichi Okada  <okada@opaopa.org>
495
496         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
497         Fix about the order of `wl-nntp-posting-port' and
498         `wl-nntp-posting-stream-type'.
499         * wl.el (wl-plugged-port-label-alist): Add smtp.
500
501 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-summary.el (wl-summary-message-status): New macro.
504
505         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
506         (wl-summary-killed-mark): New user option.
507
508         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
509         API change.
510         (wl-thread-insert-entity-sub): Ditto.
511         (wl-thread-recover-messages): New command.
512
513         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
514         Don't call `wl-highlight-summary-current-line' directly.
515         (wl-summary-buffer-attach): Connect to signal `status-changed'
516         instead of `cache-changed'.
517         (wl-summary-buffer-detach): Follow the above change.
518         (wl-summary-detect-mark-position): Follow the API change.
519         (wl-summary-rescan-message): Ditto.
520         (wl-summary-insert-sequential): Ditto.
521         (wl-summary-update-thread): Ditto.
522         (wl-summary-message-mark): Ditto.
523         (wl-summary-persistent-mark): Ditto.
524         (wl-summary-create-line): Ditto.
525         (wl-summary-prefetch-region-no-mark): Call
526         `wl-summary-persistent-mark' with number.
527         (wl-summary-recover-messages-region): New command.
528         (wl-summary-target-mark-recover): Ditto.
529         (wl-summary-recover-message): Ditto.
530         (wl-summary-persistent-mark-string): Add argument `status' instead
531         of remove arguments `flags' and `cached'.  Treat killed status.
532         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
533
534         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
535         (wl-highlight-summary-line-face-spec): Treat killed status.
536         (wl-highlight-summary-line-string): Follow the API change.
537         (wl-highlight-summary-current-line): Ditto.
538
539         * Version number is increased to 2.15.3.
540
541 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
542
543         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
544         of symbolp to test whether the condition is function.
545
546 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
547
548         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
549         to nil.
550
551 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-summary.el (wl-summary-buffer-message-ring): New internal
554         variable.
555         (wl-summary-buffer-last-displayed-msg): Abolish.
556         (wl-summary-push-message): New function.
557         (wl-summary-pop-message): Ditto.
558         (wl-summary-goto-folder-subr): Reset
559         `wl-summary-buffer-message-ring'.
560         (wl-summary-pop-to-last-message): New command.
561         (wl-summary-goto-last-displayed-msg): Call
562         wl-summary-pop-to-last-message if optional argument is non-nil or
563         the last command is itself.
564         (wl-summary-redisplay-internal): Push last message number into
565         `wl-summary-buffer-message-ring'.
566
567         * wl-vars.el (wl-summary-message-ring-max): New user option.
568
569 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
572         from `wl-draft-reply').
573         (wl-draft-reply): Use it.
574         (wl-draft-find-reply-headers): Avoid compile warning.
575
576 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
577
578         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
579
580 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
581
582         * wl-message.el (wl-message-flag-indicator): New function.
583         (wl-message-redisplay): Use it.
584
585 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
586
587         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
588
589 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
590
591         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
592         instead of `read-event'.
593
594         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
595
596         * wl-mule.el (wl-read-event-char): Ditto.
597
598         * wl-e21.el (wl-read-event-char): Ditto.
599
600 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
601
602         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
603
604 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
605
606         * wl-vars.el (wl-draft-send-confirm-type): New user option.
607
608         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
609
610         * wl-draft.el (wl-draft-send-confirm): Confirmation by
611         `wl-draft-send-confirm-type'
612
613 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
614
615         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
616         Avoid error when the buffer name is already used.
617
618 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
619
620         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
621         the change of elmo-nmz -> elmo-search.
622         (wl-highlight-summary-line-help-echo-alist): Ditto.
623         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
624         (wl-nmz-folder-icon): Define as obsolete.
625         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
626         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
627
628 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
629
630         * wl-summary.el (wl-summary-get-list-info): Rewrite with
631         `elmo-find-list-match-value'
632
633 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
634
635         * wl-summary.el (wl-summary-get-list-info): Optimize.
636         Use List-Id and List-Post also.
637
638 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
639
640         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
641
642 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
643
644         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
645
646 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
647
648         * wl-util.el (wl-completing-read-multiple-1): New internal function.
649         (wl-completing-read-multiple-2): Ditto.
650         (wl-completing-read-multiple): Define use above functions.
651
652         * wl-summary.el (wl-summary-sort): Removed the workaround for a
653         bug of `completing-read-multiple' about default value.
654
655         * wl-xmas.el (wl-completing-read-multiple): Removed.
656
657         * wl-mule.el (wl-completing-read-multiple): Ditto.
658
659         * wl-e21.el (wl-completing-read-multiple): Ditto.
660
661 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
662
663         * wl-util.el (wl-filter-associations): New function.
664
665         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
666         (wl-spam-ignored-folder-list): Ditto.
667         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
668         (wl-spam-string-member-p): New function.
669         (wl-spam-domain): Use it.
670         (wl-spam-split-numbers): New function.
671         (wl-spam-apply-partitions): Ditto.
672         (wl-spam-register-spam-messages): Use `folder' instead of
673         `wl-summary-buffer-elmo-folder'.
674         (wl-spam-register-good-messages): Ditto.
675         (wl-summary-exec-action-spam): Decide a domain by real folder of
676         message.
677         (wl-summary-exec-action-refile-with-register): Likewise.
678
679 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
680
681         * wl-e21.el (wl-e21-find-image): New function.
682         (wl-e21-setup-toolbar): Use it instead of `find-image'.
683         (wl-e21-highlight-folder-group-line): Ditto.
684         (wl-folder-init-icons): Ditto.
685         (wl-plugged-init-icons): Ditto.
686         (wl-biff-init-icons): Ditto.
687
688 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
691         (wl-inhibit-save-drafts): New internal variable.
692         (wl-disable-auto-save): Ditto.
693         (wl-save-drafts): Treat above variables.
694         (wl-auto-save-drafts): New function.
695         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
696         `wl-stop-save-drafts'.
697         (wl-start-save-drafts): New function.
698         (wl-stop-save-drafts): Ditto.
699         (wl-set-auto-save-draft): New command.
700
701         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
702         `wl-set-save-drafts'.
703
704 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
705
706         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
707         `make-local-variable' instead of `make-variable-buffer-local'.
708
709 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
710
711         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
712
713 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
714
715         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
716
717 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
718
719         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
720         of working buffer.
721
722 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
725
726         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
727         value into recipients; Bind `wl-draft-remove-group-list-contents'
728         as nil.
729
730 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-summary.el (wl-summary-sort): Fixed the last change.
733
734         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
735         (wl-summary-sort-messages): Ditto.
736         (wl-summary-rescan): Use it.
737         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
738         `completing-read'; Append candidates for reverse order.
739
740 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
741
742         * Version number is increased to 2.15.2.
743
744 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
745
746         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
747         "Smaller".
748         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
749
750 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
753
754 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
755
756         * wl-vars.el (wl-draft-additional-header-alist): Add into the
757         customize group `wl-draft'.
758         (wl-draft-add-in-reply-to): Move customize group from `wl' to
759         `wl-draft'.
760         (wl-draft-add-references): Ditto.
761
762         * wl-action.el (wl-summary-print-argument): Rename argument from
763         `folder' to `data'.
764
765 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-summary.el (wl-summary-rescan-message): Call
768         `wl-thread-cleanup-symbols' before insert thread.
769
770 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
771
772         * wl.el (wl-init): Set `elmo-get-folder-function' as
773         `wl-folder-make-elmo-folder'.
774
775         * wl-spam.el (wl-summary-exec-action-spam): Use
776         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
777
778         * wl-folder.el (wl-folder-make-elmo-folder): New function.
779         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
780         `elmo-make-folder'.
781         (wl-folder-get-elmo-folder): Ditto.
782         (wl-folder-create-subr): Simplify.
783
784 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
787
788 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
789
790         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
791         contents in message buffer instead of original buffer. If optional
792         argument specified, ask coding system for encode.
793
794 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
795
796         * wl-spam.el (wl-summary-test-spam-region): New function.
797         (wl-spam-setup): Bind "rkc".
798
799 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
800
801         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
802
803 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
804
805         * wl-spam.el (wl-summary-test-spam): Fix typo.
806         (wl-message-check-spam): Ditto.
807
808 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * wl-summary.el (wl-summary-default-from): Simplify.
811
812 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
813
814         * wl-action.el (wl-summary-exec-action-refile): Simplify.
815         (wl-summary-exec-action-copy): Ditto.
816         (wl-summary-auto-refile): Check existence of temporary mark.
817
818 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-summary.el (wl-summary-create-line): Use
821         `elmo-time-to-datevec'.
822
823         * wl-expire.el (wl-expire-archive-date): Ditto.
824         (wl-expire-localdir-date): Ditto.
825
826         * wl-util.el (wl-day-number): Abolish.
827
828         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
829         of `wl-day-number'.
830         (wl-score-followup): Ditto.
831         (wl-score-add-followups): Ditto.
832         (wl-score-get-latest-msgs): Ditto.
833         (wl-score-get-header-entry): Ditto.
834         (wl-score-edit-insert-date): Ditto.
835
836 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
839         `elmo-message-entity-field' with 2nd argument `type'.
840
841 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
842
843         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
844
845 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
846
847         * wl-thread.el (wl-thread-delete-message): Delete descendant
848         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
849
850 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
851
852         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
853
854 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
855
856         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
857         `Access folder'.
858
859 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-vars.el (wl-access-folder-icon): New user option.
862
863         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
864         `Access folder'.
865
866 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
867
868         * wl-summary.el (wl-summary-buffer-set-folder): Use
869         `wl-folder-mime-charset'.
870
871         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
872         `mime-charset'.
873         (wl-folder-get-elmo-folder): Ditto.
874         (wl-folder-mime-charset): New function.
875
876 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
877
878         * wl-util.el (wl-parse-addresses): Define alias of
879         `elmo-parse-addresses' (move to `elmo-util.el').
880
881         * wl-summary.el (wl-summary-default-from): Follow the API change.
882         (wl-summary-overview-entity-compare-by-date): Ditto.
883         (wl-summary-overview-entity-compare-by-from): Ditto.
884         (wl-summary-get-list-info): Get value of `ml-info' field from
885         entity at first.
886         (wl-summary-rescan-message): Treat prefix argument.
887         (wl-summary-prefetch-msg): Follow the API change.
888         (wl-summary-search-by-subject): Ditto.
889         (wl-summary-insert-thread): Ditto.
890         (wl-summary-line-subject): Ditto.
891         (wl-summary-line-from): Ditto.
892         (wl-summary-create-line): Ditto.
893         (wl-summary-print-message-with-ps-print): Ditto.
894
895         * wl-score.el (wl-score-ov-entity-get): Ditto.
896         (wl-score-followup): Ditto.
897         (wl-score-add-followups): Use `elmo-message-entity-field' instead
898         of `car'.
899         (wl-score-get-latest-msgs): Follow the API change.
900         (wl-score-get-header): Ditto.
901
902         * wl-refile.el (wl-refile-learn): Ditto.
903         (wl-refile-subject-learn): Ditto.
904         (wl-refile-get-field-value): Ditto.
905         (wl-refile-guess-by-history): Ditto.
906         (wl-refile-guess-by-subject): Ditto.
907
908         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
909
910         * wl-expire.el (wl-expire-date-p): Removed.
911         (wl-expire-archive-date): Follow the API change.
912         (wl-expire-localdir-date): Ditto.
913         (wl-summary-expire): Ditto.
914
915         * Version number is increased to 2.15.1.
916
917 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
918
919         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
920         group is access or not (it is not strict, like wl-fldmgr-rename).
921
922 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
923
924         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
925         duplicate call of `wl-summary-print-argument' on the wrong line.
926
927 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
930         even if argument `number' is nil.
931         (wl-summary-insert-line): Print action argument if current message
932         has it.
933
934 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
935
936         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
937         (wl-draft-reply): Ditto.
938         (wl-draft): Add optional argument `parent-number' and call
939         `wl-draft-create-buffer' with it.
940         (wl-draft-create-buffer): Add optional argument
941         `parent-number'. Set wl-draft-parent-number as it.
942
943 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
944
945         * wl-folder.el (wl-folder-set-persistent-mark): If summary
946         buffer is not for given folder, don't use it.
947
948 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
949
950         * Version number is increased to 2.15.0.
951
952 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
955
956         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
957         (wl-highlight-get-face-by-name): New internal function.
958         (wl-highlight-summary-line-face-spec): Use it and fixed.
959
960 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
961
962         * wl-summary.el (wl-summary-sync-update): Use
963         `elmo-message-entity-field' instead of `car' to get message-id
964         from overview entity.
965
966         * wl-summary.el (wl-summary-rescan-message): Call
967         `wl-highlight-summary-displaying' when displaying a message.
968
969 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
970
971         * wl-draft.el (wl-draft-config-info-filename): Extracted from
972         `wl-draft-config-info-operation'.
973         (wl-draft-buffer-change-number): New function.
974         (wl-draft-rename-saved-config): Ditto.
975         * wl.el (wl-init): Connect slot for message-number-changed.
976         (toplevel): Add autoload for wl-draft-rename-saved-config.
977
978 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
981         `update-overview'
982         (wl-summary-buffer-detach): Disconnect from it.
983         (wl-summary-rescan-message): Use command.
984
985         * wl-message.el (wl-message-buffer-display): Use
986         `with-current-buffer' instead of `save-excursion'.
987
988 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
989
990         * wl-mime.el (wl-draft-preview-attributes-list): Protect
991         wl-draft-preview-attributes-list from distraction.
992
993 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
994
995         * wl-summary.el (wl-summary-sync-update): Sort the return value of
996         `elmo-list-diff'.
997
998 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
999
1000         * wl-summary.el
1001         (wl-summary-edit-addresses-collect-candidate-fields): Use
1002         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1003
1004         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1005         instead of `elmo-set-work-buf'.
1006
1007         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1008         (wl-address-make-address-list): Ditto.
1009
1010         * Version number is increased to 2.13.3.
1011
1012 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1013
1014         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1015         user option.
1016
1017         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1018         argument `5'.
1019
1020         * wl-message.el (wl-message-display-no-merge-p): New function.
1021         (wl-message-buffer-display): Check whether the message is
1022         reassembled and follow the API change.
1023
1024 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1027         multibyte on working buffer and removed unnecessary
1028         `buffer-disable-undo'.
1029
1030 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1033         change.
1034
1035 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1036
1037         * wl-util.el (wl-read-search-condition-internal): Protect
1038         elmo-global-flags from distraction.
1039
1040 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1043
1044         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1045         (wl-summary-event-handler): Ditto.
1046         (wl-summary-update-persistent-mark-on-event): New
1047         function (renamed from `elmo-event-handler-flag-changed').
1048         (wl-summary-buffer-attach): New function.
1049         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1050         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1051         instead of `elmo-folder-add-handler'.
1052
1053         * Version number is increased to 2.13.2.
1054
1055 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1056
1057         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1058         and "\177" to the `wl-news-previous-page'.
1059         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1060         (wl-news-previous-page): New function.
1061
1062 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1063
1064         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1065         instead of `write-region' and simplify.
1066
1067 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-template.el (wl-template-select): Cause error if
1070         `wl-template-alist' is nil.
1071
1072 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1073
1074         * wl-news.el.in: Set file variable `no-byte-compile'.
1075
1076 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1079         whether a target message is within displaying area.
1080         (elmo-event-handler-cache-changed): Ditto.
1081
1082 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1083
1084         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1085         to `defun'.  Use `nconc' instead of `append' to collect descendant
1086         message numbers.
1087
1088 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1089
1090         * wl-thread.el (wl-thread-save-top-list)
1091         (wl-thread-save-entities): Use `with-temp-buffer'.
1092         * wl-news.el.in (wl-news-previous-version-load):
1093         (wl-news-previous-version-save): Ditto.
1094         * wl-summary.el (wl-summary-load-file-object)
1095         (wl-summary-save-view-cache): Ditto.
1096
1097 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-util.el (toplevel): Require 'elmo-flag'.
1100         (wl-read-search-condition): New function (Renamed from
1101         `elmo-read-search-condition').
1102         (wl-read-search-condition-internal): Likewise.
1103
1104         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1105         invalid.
1106         (wl-summary-pick): Use `wl-read-search-condition' instead of
1107         `elmo-read-search-condition'.
1108         (wl-summary-virtual): Ditto.
1109
1110         * wl-folder.el (wl-folder-virtual): Ditto.
1111         (wl-folder-pick): Ditto.
1112
1113         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1114
1115 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1116
1117         * wl-summary.el (wl-summary-reedit): Call
1118         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1119
1120 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1121
1122         * wl-mime.el (toplevel): Require wl-vars.
1123
1124         * wl-message.el (toplevel): Require cl at compile.
1125
1126         * wl-draft.el (toplevel): Require elmo.
1127
1128 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1129
1130         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1131         and do nothing when it is not positive.
1132         (wl-message-buffer-prefetch-next): Ditto.
1133
1134 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1135
1136         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1137         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1138         (wl-summary-redisplay-internal): Ditto.
1139
1140         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1141         message (the condition is borrowed from `wl-check-variables-2').
1142         (wl-summary-redisplay-internal): Ditto.
1143
1144 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1145
1146         * wl-mime.el (wl-draft-nntp-attribute): New function.
1147         (wl-draft-attribute-nntp-posting-server): Use it.
1148         (wl-draft-attribute-nntp-posting-port): Ditto.
1149
1150         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1151         (wl-draft-show-attributes-buffer): Ditto.
1152         (wl-draft-hide-attributes-buffer): Ditto.
1153         (wl-draft-attribute-newsgroups): Ditto.
1154         (wl-draft-attribute-nntp-posting-server): Ditto.
1155         (wl-draft-attribute-nntp-posting-port): Ditto.
1156         (wl-draft-preview-message): Use there functions.
1157
1158         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1159         value.
1160
1161 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1164         (wl-draft-reedit): Ditto.
1165         (wl-draft-queue-flush): Ditto.
1166
1167         * wl-mime.el (wl-message-request-partial): Ditto.
1168         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1169         instead of `elmo-message-fetch'.
1170
1171         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1172
1173         * wl-summary.el (wl-summary-message-string): Ditto.
1174
1175 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1176
1177         * wl-util.el (wl-current-message-buffer): Follow the API change.
1178
1179         * wl-summary.el (wl-summary-redisplay-internal): Call
1180         `wl-summary-mark-as-read' with 2nd argument as nil and update
1181         unread count instead of persistent mark.
1182
1183         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1184         variable.
1185         (wl-message-redisplay): Follow the API change.
1186         (wl-message-buffer-display): Managed mime-entity directly and
1187         return preview buffer only.
1188         (wl-message-display-internal): Rewrite.
1189         (wl-message-buffer-prefetch-subr): Not save return value of
1190         `wl-message-buffer-display'.
1191
1192         * Version number is increased to 2.13.1.
1193
1194 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1195
1196         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1197         'elmo-multiple-fields-body-list' with boundary specified.
1198
1199 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1200
1201         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1202         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1203         cache if `wl-summary-resend-use-cache' is non-nil.
1204
1205 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1206
1207         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1208         (wl-nntp-posting-stream-type): Ditto.
1209
1210 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1211
1212         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1213
1214 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1215
1216         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1217         message.
1218
1219 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1220
1221         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1222         Abolish.
1223         (wl-summary-buffer-persistent-mark-version): New internal
1224         variable.
1225         (wl-summary-update-mark-and-highlight-window): Check by
1226         wl-summary-persistent-mark-invalid-p.
1227         (wl-summary-update-status-marks): Ditto.
1228         (elmo-event-handler-flag-changed): Rewrite.
1229         (elmo-event-handler-cache-changed): Define.
1230         (wl-summary-prefetch-msg): Does not update persistent mark here.
1231         (wl-summary-delete-cache): Ditto.
1232         (wl-summary-resume-cache-status): Ditto.
1233         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1234         (wl-summary-persistent-mark-invalid-p): New function.
1235         (wl-summary-validate-persistent-mark): Ditto.
1236         (wl-summary-validate-persistent-mark-string): Ditto.
1237         (wl-summary-invalidate-persistent-mark): Ditto.
1238         (wl-summary-update-persistent-mark): Call
1239         `wl-summary-validate-persistent-mark'.
1240         (wl-summary-create-line): Call
1241         `wl-summary-validate-persistent-mark-string'.
1242
1243         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1244         status as t if cache used.
1245
1246 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1247
1248         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1249         only if the target is group.
1250         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1251
1252 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1253
1254         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1255
1256 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1257
1258         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1259
1260         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1261
1262 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1263
1264         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1265         (Thanks to Yoichi NAKAYAMA).
1266
1267 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1268
1269         * wl-util.el (wl-save-drafts): Restore echo area.
1270
1271 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1272
1273         * Version number is increased to 2.13.0.
1274
1275         * wl-util.el (wl-biff-check-folder-async): Use
1276         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1277
1278 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1279
1280         * wl-message.el (wl-message-display-internal): Does not put
1281         wl-message-display-type property on message buffer.
1282         (wl-message-buffer-display-type): New function.
1283
1284         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1285
1286         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1287         `wl-summary-buffer-detach'.
1288         (wl-summary-message-display-type): Use
1289         `wl-summary-buffer-display-type'.
1290
1291 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1292
1293         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1294         buffer-local.
1295
1296         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1297         kill-buffer-hook instead of make-local-variable.
1298         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1299
1300 2004-12-12  Scott Renfro <scott@renfro.org>
1301
1302         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1303         regex for square-branket.
1304
1305 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1308         `wl-message-mime-analysis-p' with argument `header'.
1309
1310 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1311
1312         * wl-mime.el (wl-draft-yank-current-message-entity): 
1313         Switch to no-mime following method according to wl-message-display-type
1314         property.
1315         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1316
1317         * wl-message.el (wl-message-display-internal): 
1318         Put wl-message-display-type property on message buffer.
1319
1320         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1321         (wl-message-display-internal): Ditto;
1322
1323         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1324
1325 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-message.el (wl-message-make-display-type): New function.
1328         (wl-message-display-type-property): Ditto.
1329         (wl-message-mime-analysys-p): Ditto.
1330         (wl-message-display-all-header-p): Ditto.
1331         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1332         added `display-type'.
1333         (wl-message-buffer-display): Likewise.
1334         (wl-message-display-internal): Likewise.
1335         (wl-message-buffer-display-type): Abolish.
1336         (wl-message-buffer-prefetch-subr): Follow the API changed.
1337
1338         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1339         from wl-summary-buffer-display-all-header and changed default value.
1340         (wl-summary-message-display-type): New function.
1341         (wl-summary-buffer-display-mime-mode): Ditto.
1342         (wl-summary-buffer-display-header-mode): Ditto.
1343         (wl-summary-toggle-mime): Rewrite with above functions.
1344         (wl-summary-toggle-all-header): Ditto.
1345         (wl-summary-redisplay): Force redisplay with default mode.
1346         (wl-summary-redisplay-internal): Renamed argument from `mode',
1347         `all-header' to `mime-mode', `header-mode'.
1348         Use `wl-message-make-display-type'.
1349
1350         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1351         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1352
1353 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1354
1355         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1356
1357 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1358
1359         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1360         in original message buffer.
1361         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1362         buffer.
1363
1364 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1365
1366         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1367
1368 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1369
1370         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1371
1372 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1373
1374         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1375         when actions succeeded.
1376         (wl-summary-exec-action-copy): Likewise.
1377
1378 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1379
1380         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1381         there is switch-to-buffer at the end of wl-message-select-buffer.
1382         (wl-summary-reply): Ditto.
1383
1384 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-summary.el (wl-summary-forward): Put subject in original
1387         message buffer as argument of wl-draft-forward.
1388         * wl-draft.el (wl-draft-forward): Decode subject as in
1389         wl-draft-reply.
1390
1391 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1392
1393         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1394         a folder under access group.
1395
1396 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1397
1398         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1399         wl-message-buffer-display.
1400
1401         * wl-util.el (wl-set-save-drafts): Fix typo.
1402
1403 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1404
1405         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1406         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1407         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1408         the way to measure the width of a bitmap image; don't put face on
1409         ascii and bitmap images; put the mark which should not use the
1410         variable-pitch face on ascii and bitmap images.
1411         (wl-demo-setup-properties): Don't use the variable-pitch face on
1412         ascii and bitmap images; made it work on Emacs 20 and earlier.
1413         (wl-demo-insert-text): End with a newline at the bottom; don't put
1414         face on text.
1415
1416         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1417
1418 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1419
1420         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1421
1422         * wl-util.el (wl-save-drafts): Moved from sample setting.
1423         (wl-set-save-drafts): New function to set idle timer.
1424         * wl-draft.el (wl-draft): Call it.
1425         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1426
1427 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1428
1429         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1430         a summary which has toggle display status off.
1431
1432 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1433
1434         * wl-draft.el (wl-draft-do-fcc): No cache save.
1435
1436 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1437
1438         * wl-summary.el (elmo-event-handler-flag-changed): Use
1439         `set-buffer' instead of `with-current-buffer'.
1440
1441 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1442
1443         * wl-summary.el (wl-summary-after-resize-function): New function.
1444         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1445         window-size-change-functions.
1446
1447 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-draft.el (wl-draft-create-buffer): Bind
1450         `change-major-mode-hook' after current buffer is changed.
1451
1452         * wl-summary.el (wl-summary-buffer-detach): New function.
1453         (wl-summary-buffer-set-folder): Call it.
1454         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1455         change-major-mode-hook and kill-buffer-hook.
1456         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1457         (wl-summary-switch-to-clone-buffer): Ditto.
1458         (wl-summary-goto-folder-subr): Ditto.
1459
1460 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1461
1462         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1463         after boundp check.
1464
1465 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1466
1467         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1468         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1469         for `kill-buffer'.
1470
1471         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1472         handler of current buffer from elmo-folder.
1473
1474 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1475
1476         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1477
1478 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1479
1480         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1481         variable.
1482         (wl-summary-event-handler): New class.
1483         (elmo-event-handler-flag-changed): Define to update persistent
1484         mark.
1485         (wl-summary-buffer-set-folder): Register event handler to
1486         elmo-folder.
1487         (wl-summary-exit): Unregister event handler.
1488         (wl-summary-goto-folder-subr): Ditto.
1489         (wl-summary-mark-as-read-all): Does not call
1490         `wl-summary-update-persistent-mark' directly.
1491         (wl-summary-mark-as-read-internal): Ditto.
1492         (wl-summary-set-persistent-mark-internal): Ditto.
1493         (wl-summary-set-flags-internal): Ditto.
1494
1495         * Version number is increased to 2.11.33.
1496
1497 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1498
1499         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1500         to nil.
1501
1502 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * wl-spam.el (wl-spam-setup): Add hook
1505         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1506         instead of `wl-summary-prepare-hook'.
1507
1508         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1509         if folder type is `'flag'.
1510         (wl-summary-mark-as-important): Ditto.
1511
1512 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1513
1514         * wl-address.el (wl-address-minibuffer-history): New variable.
1515         (wl-address-minibuffer-local-map): New keymap.
1516         (wl-address-read-from-minibuffer): New function.
1517
1518         * wl-action.el (wl-summary-get-resend-address): Use
1519         `wl-address-read-from-minibuffer' instead of `completing-read'.
1520
1521 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1522
1523         * Version number is increased to 2.11.32.
1524
1525 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1526
1527         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1528         without mule to iso-8859-1.
1529         (wl-draft-add-in-reply-to): Add note in description.
1530         (wl-draft-add-references): Ditto.
1531
1532 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1533
1534         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1535         definition for `m'.
1536         (wl-summary-mode-line-format): Add '[%m]'.
1537         (wl-message-mode-line-format-spec-alist): Ditto.
1538         (wl-summary-display-mime-mode-list): New variable.
1539
1540         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1541         from wl-summary-buffer-display-as-is.
1542         (wl-summary-buffer-display-all-header): New buffer local variable.
1543         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1544         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1545         instead of wl-summary-buffer-display-as-is.
1546         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1547         (wl-summary-set-persistent-mark): Ditto.
1548         (wl-summary-set-message-buffer-or-redisplay): Just call
1549         `wl-summary-redisplay-internal' without optional arguments.
1550         (wl-summary-toggle-mime): Rewrite.
1551         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1552         (wl-summary-toggle-all-header): New function.
1553         (wl-summary-redisplay-internal): Treat mime mode.
1554
1555         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1556         to wl-mime-preview-follow-no-mime.
1557         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1558         accodring to the display-mode.
1559
1560         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1561         (wl-message-buffer-display): Changed argument name from `as-is' to
1562         `mode'.
1563         (wl-message-display-internal): Ditto;
1564         Bind elmo-mime-display-header-analysis according to the mode.
1565         (wl-message-display-internal): Put wl-message-display-mime-mode
1566         property on entire buffer.
1567
1568 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1569
1570         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1571
1572 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1573
1574         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1575         Don't extract mail address.
1576         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1577
1578         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1579
1580         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1581
1582 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1583
1584         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1585         wl-fldmgr-cut-entity-list on confirmation.
1586
1587 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1588
1589         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1590         (wl-mime-quit-preview): Check existence of
1591         mime-edit-temp-message-buffer here.
1592
1593 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1596         after deletion.
1597
1598         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1599         before calling wl-mime-quit-preview.
1600
1601 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * wl-summary.el (wl-summary-pick): If call it with prefix
1604         argument, set `delete-marks' as non-nil. Pick from only visible
1605         messages.
1606         (wl-summary-check-target-mark): New function.
1607         (wl-summary-target-mark-mark-as-read): Use it.
1608         (wl-summary-target-mark-mark-as-unread): Ditto.
1609         (wl-summary-target-mark-operation): Ditto.
1610         (wl-summary-target-mark-set-flags): Ditto.
1611         (wl-summary-target-mark-save): Ditto.
1612         (wl-summary-target-mark-pick): Ditto.
1613         (wl-summary-target-mark-forward): Ditto.
1614         (wl-summary-target-mark-reply-with-citation): Ditto.
1615         (wl-summary-target-mark-print): Ditto.
1616         (wl-summary-target-mark-uudecode): Ditto.
1617
1618         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1619         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1620         with `ask-coding' is non-nil.
1621
1622 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1623
1624         * wl-thread.el (wl-thread-set-parent): If parent is a message
1625         which is identified by references, set linked as nil.
1626
1627 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1628
1629         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1630         (wl-message-mode-line-format-spec-alist): Ditto.
1631         (wl-message-mode-line-format): Ditto.
1632         (wl-summary-mode-line-format): Ditto for docstring.
1633         (wl-summary-no-mime-folder-list): Fix typo.
1634
1635         * wl-util.el (wl-current-message-buffer): Call
1636         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1637
1638         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1639         variable.
1640         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1641         of `wl-summary-redisplay-no-mime'.
1642         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1643         (wl-summary-toggle-mime): New function.
1644         (wl-summary-redisplay-all-header): Rewrite.
1645         (wl-summary-redisplay-no-mime): Ditto.
1646         (wl-summary-redisplay-internal): Added argument `as-is' and
1647         `all-header'.
1648
1649         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1650         New variable.
1651         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1652         bottom.
1653         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1654         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1655         "/" unconditionally.
1656
1657         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1658         wl-mime-preview-follow-no-mime for as-is content.
1659         (wl-mime-preview-follow-no-mime): New function.
1660         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1661
1662         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1663         and added `as-is', `all-header'.
1664         (wl-message-buffer-display): Ditto.
1665         (wl-message-buffer-display-type): New function.
1666
1667 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668
1669         * wl-vars.el (wl-message-header-button-alist): Change default
1670         value.
1671         (wl-message-body-button-alist): Ditto.
1672
1673 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1674
1675         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1676
1677 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1678
1679         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1680
1681 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1682
1683         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1684         is always true.
1685
1686 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1687
1688         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1689         on null entity.
1690
1691 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1692
1693         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1694
1695 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1696
1697         * wl-vars.el (wl-summary-resend-hook): New hook.
1698
1699         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1700         `wl-summary-resend-hook'.
1701
1702 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1703
1704         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1705         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1706         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1707         (wl-summary-new-cached-mark): Changed default value to 'n'.
1708         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1709         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1710         (wl-folder-sync-range-alist): Remove spec for 'flag.
1711         (wl-summary-force-prefetch-folder-list): New user option.
1712
1713         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1714         `wl-summary-toggle-persistent-mark'.
1715         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1716         number is nil.
1717         (wl-summary-mark-as-answered-region): Set interactive argument of
1718         `wl-summary-set-persistent-mark-internal'.
1719         (wl-summary-mark-as-important-region): Ditto.
1720         (wl-summary-unset-persistent-mark): Ditto.
1721         (wl-summary-set-persistent-mark): Ditto.
1722         (wl-summary-mark-as-answered): Ditto.
1723         (wl-summary-mark-as-important): Ditto.
1724         (wl-summary-set-persistent-mark-internal): Do nothing
1725         when `elmo-message-flag-available-p' is nil.
1726         (wl-summary-toggle-persistent-mark): New function.
1727         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1728         when the folder matches `wl-summary-force-prefetch-folder-list'.
1729
1730
1731         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1732         when number is nil.
1733         (wl-highlight-summary-forwarded-face): New face.
1734
1735 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1736
1737         * Version number is increased to 2.11.31.
1738
1739 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1740
1741         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1742         (wl-biff-check-folder-async): Ditto.
1743         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1744
1745 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1746
1747         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1748         Add an argument `reverse'.  All callers are updated.
1749         (wl-summary-sort): Add a prefix argument `reverse' to specify
1750         reverse sorting.
1751         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1752         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1753         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1754
1755 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * wl-message.el (wl-message-redisplay): Does not narrow header if
1758         disply-type is all-header or as-is.
1759
1760         * wl-summary.el (wl-summary-enter-handler): Use
1761         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1762
1763 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1764
1765         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1766         after adding wl-draft-parent-variables.
1767         (wl-draft-forward): Ditto.
1768
1769 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1770
1771         * wl-summary.el (wl-summary-sync-marks): Call
1772         `wl-summary-set-persistent-mark' and
1773         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1774         (wl-summary-set-persistent-mark-internal): Add 4th argument
1775         `no-server'.
1776         (wl-summary-unset-persistent-mark): Ditto.
1777         (wl-summary-set-persistent-mark): Ditto.
1778         (wl-summary-add-flags-internal): Abolish.
1779         (wl-summary-remove-flags-internal): Ditto.
1780         (wl-summary-mark-as-important-internal): Ditto.
1781         (wl-summary-mark-as-important): Use
1782         `wl-summary-set-persistent-mark' instead of
1783         `wl-summary-add-flags-internal'.
1784         (wl-summary-mark-as-important-region): Ditto.
1785
1786         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1787
1788         * wl-summary.el (wl-summary-get-available-flags): New function.
1789         (wl-summary-sync-marks): Use it and simplified.
1790         (wl-summary-unset-persistent-mark): Use
1791         `wl-summary-get-available-flags'.
1792         (wl-summary-set-persistent-mark): Ditto.
1793
1794 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1795
1796         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1797         id.
1798
1799 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1802         number, call `wl-summary-prev-line-content'. Show message when the
1803         message is not found.
1804
1805 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1806
1807         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1808         wl-summary-enter-handler.
1809         (wl-summary-enter-handler): New command.
1810
1811         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1812         docstring and custom spec.
1813
1814         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1815         flags too; Don't treat Cached and New.
1816         (wl-summary-set-persistent-mark): Ditto.
1817
1818         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1819         `wl-folder-set-flag'.
1820
1821         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1822         instead of `wl-folder-set-flag'.
1823
1824         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1825         for completion.
1826         (wl-summary-set-persistent-mark): Ditto.
1827
1828         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1829         instead of `wl-draft-quit-preview'.
1830
1831         * wl-mime.el (toplevel): Avoid compile warning.
1832         (wl-mime-quit-preview): New function
1833         (formarly defined as `wl-draft-quit-preview').
1834         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1835         quitting method.
1836
1837         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1838
1839         * wl-folder.el (wl-folder-set-flag): Renamed from
1840         `wl-draft-set-flag-on-parent'.
1841
1842         * wl-draft.el (wl-draft-quit-preview): New function.
1843         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1844         (wl-draft-send): Call `wl-folder-set-flag' instead of
1845         `wl-draft-set-flag-on-parent'.
1846         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1847
1848 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1849
1850         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1851         (wl-draft-send): Ditto.
1852
1853 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1854
1855         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1856         (wl-draft-kill-pre-hook): Set default value as nil.
1857         (wl-summary-reply-hook): Ditto.
1858         (wl-draft-kill-flags): Abolish.
1859
1860         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1861         (wl-draft-parent-variables): Renamed from
1862         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1863         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1864         argument; Add wl-draft-parent-variables to
1865         wl-draft-config-variables.
1866         (wl-draft-reply): Likewise.
1867         (wl-draft-kill-flags): Abolish.
1868         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1869         (wl-draft-set-flag-on-parent): New function.
1870         (wl-draft-setup-parent-flag): Ditto.
1871
1872 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1873
1874         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1875         `wl-draft-parent-folder' is "".
1876
1877 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1878
1879         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1880         (wl-summary-digit-jump): New function.
1881         (Adviced by John Owens and Hiroya Murata)
1882
1883         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1884         (Adviced by John Owens)
1885
1886         * wl-xmas.el (wl-message-define-keymap): Ditto.
1887
1888         * wl-mule.el (wl-message-define-keymap): Ditto.
1889
1890 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1891
1892         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1893         change of return value of elmo-folder-count-flags.
1894
1895         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1896         (wl-summary-mark-as-read-internal): Ditto.
1897         (wl-summary-set-persistent-mark-internal): Ditto.
1898         (wl-summary-folder-info-update): Ditto.
1899         (wl-summary-sync-update): Fixed the last change.
1900
1901         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1902
1903 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1904
1905         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1906         (wl-draft-kill-flags): Fixed docstring.
1907
1908         * wl-draft.el (wl-draft-kill-flags): New function.
1909         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1910
1911 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * wl-vars.el (wl-reply-hook): Abolish.
1914         (wl-draft-reply-hook): New hook.
1915         (wl-summary-reply-hook): Ditto.
1916         (wl-draft-forward-hook): Ditto.
1917         (wl-summary-forward-hook): Ditto.
1918         (wl-draft-kill-flags): New variable.
1919
1920         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1921         wl-summary-set-persistent-mark-internal.
1922         (wl-summary-sync-marks): Use elmo-preserved-flags.
1923         (wl-summary-update-persistent-mark): Make it interactive.
1924         (wl-summary-set-persistent-mark-internal): New inline function.
1925         (wl-summary-mark-as-answered): Use it.
1926         (wl-summary-mark-as-unanswered): Ditto.
1927         (wl-summary-unset-persistent-mark): New function.
1928         (wl-summary-set-persistent-mark): Ditto.
1929         (wl-summary-reply): Don't set answered flag;
1930         Run wl-summary-reply-hook instead.
1931         (wl-summary-forward): Call wl-draft-forward with number.
1932         Run wl-summary-forward-hook.
1933
1934         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1935         (wl-highlight-summary-line-face-spec): Use it as a default
1936         persistent mark face.
1937
1938         * wl-draft.el (wl-draft-forward): Added optional argument number;
1939         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1940         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1941         (wl-draft-kill): Use wl-draft-kill-flags.
1942
1943         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1944
1945         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1946         of return value of elmo-folder-count-flags.
1947
1948         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1949
1950         * wl-summary.el (wl-summary-count-unread): Ditto.
1951         (wl-summary-sync-update): Follow the change above.
1952         (wl-summary-force-prefetch): New function.
1953
1954 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1955
1956         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1957         variable `buf' with `let' instead of `setq'.
1958
1959 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1960
1961         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1962         add Content-Disposition heaeder on the deleted part.
1963
1964 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1965
1966         * wl-draft.el (wl-draft-save): Encode address list under edit by
1967         `eword-encode-unstructured-field-body'.
1968
1969         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1970
1971 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1972
1973         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1974         wl-current-summary-buffer.
1975
1976 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1977
1978         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1979         `numbers' is ignored.
1980
1981 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1982
1983         * wl-folder.el (wl-folder-open-folder): Avoid error.
1984         Reported by John Owens, [wl-en:815]
1985
1986         * wl.el (wl): Set timer for biff process even if prefix argument
1987         is given or auto-checking is quitted.
1988
1989         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1990         immediately.
1991         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1992         (wl-toggle-plugged): Ditto.
1993
1994         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1995         * wl-util.el (wl-biff-start): Use idle timer if
1996         `wl-biff-use-idle-timer' is non-nil.
1997
1998 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-highlight.el (wl-highlight-message): Fix description.
2001
2002 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2005         tty.
2006
2007 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-action.el (wl-summary-exec): Print failure count.
2010
2011 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2012
2013         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2014         to `defun', remove interactive form.
2015         Set elmo-message-fetch-confirm when force-reload is non-nil.
2016
2017 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2018
2019         * wl-summary.el (toplevel): Removed unnecessary autoload.
2020
2021 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2022
2023         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2024         the buffer is generated from another message buffer.
2025
2026 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2027
2028         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2029         extracted from `wl-fldmgr-save-folders'.
2030         (wl-fldmgr-delete): Call it after deletion.
2031
2032 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2033
2034         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2035         multi-tty support.
2036
2037 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2038
2039         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2040
2041 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2042
2043         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2044         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2045
2046 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2047
2048         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2049         unsubscribe list only if argument CLEAR is nil.
2050
2051 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2052
2053         * wl-draft.el (wl-draft-reply): Decode subject before removing
2054         Re: prefix.
2055
2056 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2057
2058         * wl-summary.el (wl-summary-sort-by-size): New command.
2059
2060 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2061
2062         * wl-summary.el (wl-summary-number-list-from-region): New
2063         function.
2064         (wl-summary-mark-as-read-region): Use it.
2065         (wl-summary-mark-as-unread-region): Ditto.
2066         (wl-summary-set-flags-region): Ditto and add optional argument
2067         remove.
2068         (wl-summary-mark-as-answered-region): Ditto.
2069         (wl-summary-mark-as-important-region): Ditto.
2070         (wl-summary-target-mark-mark-as-important): Added optional
2071         argument remove.
2072         (wl-summary-target-mark-mark-as-answered): Ditto.
2073         (wl-summary-target-mark-set-flags): Ditto.
2074
2075 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2076
2077         * wl-summary.el (wl-summary-set-flags-region): Call
2078         `wl-summary-set-flags-internal' with number list instead of call
2079         one by each message.
2080         (wl-summary-target-mark-set-flags): Likewise.
2081
2082 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2085         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2086         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2087         (wl-summary-target-mark-mark-as-answered): Likewise.
2088
2089 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2090
2091         * wl-summary.el (wl-summary-target-mark-forward): Use
2092         `wl-summary-delete-all-target-marks' instead of
2093         `wl-summary-delete-all-temp-marks'.
2094         (wl-summary-target-mark-reply-with-citation): Ditto.
2095         (wl-summary-target-mark-uudecode): Ditto.
2096         (wl-summary-target-mark-set-flags): Ditto and remove needless
2097         cursor move.
2098
2099 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2100
2101         * wl-summary.el (wl-summary-target-mark-forward): Protect
2102         wl-summary-buffer-target-mark-list from nreverse.
2103         (wl-summary-target-mark-reply-with-citation): Ditto.
2104
2105 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2106
2107         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2108         `elmo-display-progress-threshold'.
2109
2110 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2111
2112         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2113         check `wl-summary-highlight'.
2114         (wl-summary-window-scroll-functions): Respect value of
2115         `wl-summary-highlight'.
2116         (wl-summary-sync-update): Run hooks
2117         `wl-summary-buffer-window-scroll-functions' at any time.
2118
2119 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2122         from `wl-summary-cleanup-temp-marks'.
2123         (wl-summary-cleanup-temp-marks): Abolish argument.
2124         * wl.el (wl-save-status): Revert previous change.
2125         (wl-execute-temp-marks): New function, call
2126         `wl-summary-exec-with-confirmation'.
2127         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2128         (wl-folder-save-and-exec-marks): Abolished.
2129
2130 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2131
2132         * wl-e21.el (wl-e21-display-image-p): Respect
2133         `wl-highlight-folder-with-icon'.
2134         (wl-e21-highlight-folder-group-line): Highlight mouse line
2135         even if wl-e21-display-image-p is nil.
2136
2137         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2138         Respect value of `wl-summary-highlight'.
2139
2140         * wl.el (wl-save-status): Remove unused variable.
2141
2142         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2143         (wl-folder-mode-map): Bind it to "x".
2144
2145 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2146
2147         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2148
2149         * wl-thread.el (wl-thread-get-parent-list): Don't check
2150         disconnected ancestors, neglecting needless work in
2151         `wl-thread-update-indent-string-thread'.
2152
2153         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2154         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2155         argument, add argument default-keep to keep marks by default.
2156
2157         * Version number is increased to 2.11.30.
2158
2159         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2160         customization type and docstring.
2161         (wl-draft-reply-without-argument-list): Ditto.
2162
2163 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2166
2167         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2168
2169 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2170
2171         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2172
2173 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2174
2175         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2176         save-excursion so as not to include run-hooks.
2177
2178 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2179
2180         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2181         Clarify that marks are going to be cleared.
2182
2183 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2184
2185         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2186         according to 3rd element of wl-summary-flag-mark.
2187
2188         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2189
2190 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2191
2192         * wl-action.el (wl-summary-target-mark-all): Don't set
2193         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2194
2195 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2196
2197         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2198         (wl-forward-subject-prefix): Ditto.
2199         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2200         (wl-draft-reply-make-subject): Ditto.
2201
2202         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2203         `wl-draft-forward'.
2204         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2205
2206 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2207
2208         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2209         target message does not exist.
2210
2211 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2212
2213         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2214         `wl-subject-prefix-regexp'.
2215         (wl-subject-forward-prefix-regexp): New variable.
2216         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2217         `wl-draft-strip-subject-re' and take regexp as argument.
2218         (wl-draft-forward): Use it.
2219         (wl-draft-reply): Ditto.
2220
2221 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2222
2223         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2224         emacs multi-tty support.
2225
2226 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2227
2228         * wl-e21.el (wl-e21-display-image-p): Don't call
2229         `display-images-p'.
2230         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2231         support.
2232         (wl-highlight-folder-current-line): Ditto.
2233         (wl-folder-init-icons): Ditto.
2234
2235 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2236
2237         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2238         the last line of summary in unplugged mode.
2239
2240 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2241
2242         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2243
2244 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2245
2246         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2247         * wl-address.el (wl-address-user-mail-address-p): Use it.
2248         (wl-address-delete-user-mail-addresses): Ditto.
2249         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2250
2251         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2252         (wl-address-delete-user-mail-addresses): Ditto.
2253
2254         * wl-address.el (wl-address-delete-user-mail-addresses): New
2255         function.
2256         * wl-refile.el (wl-refile-guess-by-history): Use it.
2257         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2258         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2259
2260         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2261         use wl-address-user-mail-address-p.
2262
2263 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2264
2265         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2266         after opening group.
2267
2268 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2269
2270         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2271         of elmo-set-buffer-multibyte.
2272
2273         * wl-message.el (wl-original-message-mode): Ditto.
2274
2275         * wl-score.el (wl-score-insert-header): Ditto.
2276
2277         * wl-summary.el
2278         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2279         (wl-summary-goto-folder-subr): Ditto.
2280         (wl-summary-insert-headers): Ditto.
2281
2282         * wl-util.el (wl-set-string-width): Ditto.
2283
2284         * Version number is increased to 2.11.29.
2285
2286 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2289         (wl-highlight-summary-line-help-echo-alist): New variable.
2290         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2291         into `wl-highlight-summary-line-help-echo' and
2292         `wl-highlight-flag-folder-help-echo'.
2293         (wl-highlight-summary-line-string): Change accordingly.
2294         (wl-highlight-summary-current-line): Ditto.
2295
2296 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2297
2298         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2299         at the beginning of field body (Thanks to Markus Knittig).
2300
2301         * wl-draft.el (wl-draft-insert-current-message): Also check
2302         summary buffer, remove unnecessary tag.
2303
2304 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2305
2306         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2307         when wl-message-buffer is nil.
2308
2309         * wl-folder.el (wl-folder): Abolish unused argument.
2310         Call wl-folder-init when wl-folder-entity is nil.
2311         * wl.el (wl): Change accordingly.
2312
2313 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2314
2315         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2316         multibyte string before insert into draft buffer.
2317         (wl-draft-create-buffer): Always enable multibyte characters for
2318         draft buffer.
2319
2320         * Version number is increased to 2.11.28.
2321
2322 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2323
2324         * wl-folder.el (wl-folder-open-close): Handle blank line.
2325         (wl-folder-jump-to-current-entity): Ditto.
2326
2327 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2328
2329         * Version number is increased to 2.11.27.
2330
2331 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2332
2333         * wl-thread.el (wl-thread-insert-message): When the thread is
2334         devided by wl-summary-max-thread-depth, insert line at the end of
2335         buffer.
2336
2337 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2338
2339         * Version number is increased to 2.11.26.
2340
2341 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2342
2343         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2344
2345 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2346
2347         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2348         value of stream-type and session.
2349
2350 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2351
2352         * Version number is increased to 2.11.25.
2353
2354 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2355
2356         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2357         in a quit message.
2358
2359 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2360
2361         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2362         (wl-summary-redisplay-no-mime-internal): Ditto.
2363
2364 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2365
2366         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2367         * wl-vars.el (wl-smtp-connection-type): Ditto.
2368
2369 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2370
2371         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2372         for the separator line and quote mail-header-separator.
2373
2374 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2375
2376         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2377         result message.
2378
2379         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2380         `elmo-multiple-fields-body-list' with boundary as
2381         mail-header-separator.
2382
2383 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2384
2385         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2386
2387 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2388
2389         * wl-util.el (wl-list-diff): Remove unused function.
2390
2391         * wl-draft.el (wl-draft-send-confirm): Discard input before
2392         confirmation.
2393
2394 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2395
2396         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2397         order of flag and new.
2398
2399 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2400
2401         * wl-vars.el (wl-refile-policy-alist): Abolished.
2402
2403         * wl-action.el (wl-summary-set-action-refile): Follow the change
2404         above.
2405
2406 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2407
2408         * wl-highlight.el (wl-highlight-signature-search): Don't use
2409         re-search-backward for a long word since it is possible to crash
2410         XEmacs because of a bug.
2411
2412 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2413
2414         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2415
2416 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2417
2418         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2419         argument for wl-summary-sync-force-update.
2420
2421 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2422
2423         * wl-summary.el (wl-summary-mode-map): Revival of
2424         wl-summary-mark-as-important related bindings;
2425         Bind 'F','tF','mF','rF','m&'.
2426         (wl-summary-mark-as-important-region): Revival.
2427         (wl-summary-target-mark-mark-as-important): Ditto.
2428         (wl-summary-target-mark-operation): New function.
2429         (wl-summary-target-mark-mark-as-answered): Use it.
2430         (wl-summary-decide-flag): Don't set Important as default.
2431         (wl-summary-mark-as-important-internal): Revival.
2432         (wl-summary-mark-as-important): Ditto.
2433
2434         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2435
2436         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2437         instead of facep.
2438
2439 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2440
2441         * wl-dnd.el (wl-dnd-drop-func): Fix.
2442
2443         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2444         mouse-set-point instead of posn-point.
2445
2446         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2447
2448         * wl-mule.el (wl-completing-read-multiple): Ditto.
2449
2450 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-demo.el (face-background-name): Defalias to avoid compile
2453         warning.
2454
2455 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2456
2457         * wl-summary.el (wl-summary-decide-flag): Use
2458         wl-completing-read-multiple instead of completing-read-multiple.
2459
2460         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2461         New alias.
2462
2463         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2464         Use face-background-name instead of face-background.
2465
2466         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2467
2468         * wl-summary.el (wl-summary-save): Use it.
2469         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2470
2471         * wl-mime.el (wl-mime-save-content): Fix last change.
2472
2473 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2474
2475         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2476         New function.
2477         (wl-summary-sort-specs): Added sort.
2478         * wl-mime.el (wl-mime-save-content): Expand file name.
2479
2480 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2481
2482         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2483
2484         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2485
2486 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2487
2488         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2489         for flag if it is not defined.
2490
2491 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2492
2493         * wl-e21.el (wl-highlight-folder-current-line): Use
2494         elmo-folder-type-internal when elmo-folder-type returns nil.
2495
2496         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2497
2498         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2499
2500         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2501
2502         * wl-e21.el (wl-summary-toolbar): Ditto.
2503
2504         * wl-vars.el (wl-demo-background-color): Abolished.
2505         (wl-summary-persistent-mark-priority-list): Renamed from
2506         wl-summary-flag-priority-list.
2507         (wl-summary-flag-alist): New user option.
2508         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2509         (wl-message-mode-line-format-spec-alist): Added 'F'.
2510         (wl-message-mode-line-format): Likewise.
2511         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2512         instead of wl-summary-important-mark.
2513         (wl-file-folder-icon): New variable.
2514
2515         * wl-thread.el (wl-thread-set-flags): Renamed from
2516         wl-thread-mark-as-important.
2517
2518         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2519         warning.
2520         (wl-summary-mode-menu-spec): Follow the change of 
2521         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2522         (wl-summary-mode-map): Follow the change of
2523         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2524         (wl-summary-detect-mark-position): Follow the variable name change.
2525         (wl-summary-set-flags-region): New function for the replacement of
2526         wl-summary-mark-as-important-region.
2527         (wl-summary-sync-marks): Sync all global-flags.
2528         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2529         instead of elmo-message-flagged-p.
2530         (wl-summary-persistent-mark-string): Follow the variable name change;
2531         Put wl-summary-flag-mark if the message has global-flag.
2532         (wl-summary-target-mark-set-flags): Renamed from 
2533         wl-summary-target-mark-mark-as-important.
2534         (wl-summary-decide-flag): New function.
2535         (wl-summary-set-flags-internal): Renamed from
2536         wl-summary-mark-as-important-internal.
2537         (wl-summary-add-flags-internal): New function.
2538         (wl-summary-remove-flags-internal): Ditto.
2539         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2540         (wl-summary-mark-as-unimportant): Abolish.
2541         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2542         (wl-summary-next-message): List flagged messages in the msgdb.
2543
2544         * wl-score.el (wl-summary-score-update-all-lines): Use
2545         wl-summary-add-flags-internal instead of 
2546
2547         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2548
2549         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2550         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2551         (wl-message-buffer-require-all-header): Renamed from
2552         wl-message-buffer-all-header-flag (Ditto).
2553         (wl-message-buffer-flag-indicator): New variable.
2554         (wl-message-redisplay): Changed local varibale name from `flag' to
2555         `display-type'; Set up wl-message-buffer-flag-indicator.
2556         (wl-message-buffer-display): Changed varibale name from `flag' to
2557         `display-type'.
2558         (wl-message-display-internal): Likewise.
2559
2560         * wl-highlight.el (wl-highlight-demo-face): Define default background
2561         color.
2562         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2563
2564         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2565
2566         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2567         (wl-demo-setup-properties): Renamed from
2568         `wl-demo-set-background-color'.
2569         (wl-demo): Follow the change above.
2570         
2571         * Version number is increased to 2.11.24.
2572
2573 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2574
2575         * wl-summary.el (wl-summary-toggle-thread): Call
2576         `wl-summary-rescan' with disable-thread as non-nil.
2577         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2578
2579 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2580
2581         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2582         foreground property of the face.
2583         (wl-demo-insert-text): Don't set up face property here.
2584         (wl-demo): Call wl-demo-set-background-color, anyway.
2585
2586 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2587
2588         * wl-vars.el (wl-demo-background-color): The value can be nil.
2589
2590 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2591
2592         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2593         to wl-summary-wheel-dispatcher.
2594
2595         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2596         wl-message-wheel-dispatcher.
2597         (wl-message-wheel-dispatcher): New function.
2598         (wl-summary-wheel-dispatcher): Ditto.
2599
2600 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2601
2602         * wl-action.el (wl-summary-target-mark-all): List messages which are
2603         not in the killed-list.
2604
2605         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2606         only when the folder is 'flag/important.
2607
2608         * wl-address.el (wl-complete-field-body): Complete if the last
2609         character is a space.
2610
2611 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2612
2613         * wl-folder.el (wl-folder-clear-entity-info): Use
2614         elmo-clear-hash-val.
2615
2616         * wl-fldmgr.el (wl-fldmgr-rename): Set
2617         wl-folder-info-alist-modified as t.
2618
2619 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2620
2621         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2622
2623 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2624
2625         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2626         (wl-folder-buffer-last-visited-entity-id): New buffer local
2627         variable.
2628         (wl-folder-revisit-last-visited-folder): New function.
2629         (wl-folder-mode-map): Bind it to "C-i".
2630         (wl-folder-set-current-entity-id): Set last visited folder.
2631         * wl-summary.el (wl-summary-exit): Ditto.
2632
2633 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2634
2635         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2636         before calling `recenter' in order to cope with an XEmacs bug.
2637
2638 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2639
2640         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2641         to the default value.
2642
2643 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2644
2645         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2646         change.
2647         (wl-summary-sync-marks): Ditto.
2648         (wl-summary-mark-as-read-internal): Ditto.
2649         (wl-summary-mark-as-answered-internal): Ditto.
2650         (wl-summary-mark-as-important-internal): Ditto.
2651         (wl-summary-reply): Ditto.
2652
2653         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2654         instead of `elmo-folder-unflag-answered'.
2655
2656         * Version number is increased to 2.11.23.
2657
2658         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2659         the last change.
2660
2661 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2662
2663         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2664         Specify "spam" or "good".
2665
2666 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2667
2668         * wl-spam.el (wl-summary-exec-action-spam): Call
2669         wl-folder-confirm-existence for spam folder.
2670         (wl-spam-setup): Bind "mk".
2671
2672 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2673
2674         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2675
2676 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2677
2678         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2679         destination folder is empty.
2680
2681 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2684         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2685
2686         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2687         (wl-summary-refile-prev-destination-region): New function.
2688         (wl-thread-refile-prev-destination): Ditto.
2689         (wl-summary-target-mark-refile-prev-destination): Ditto.
2690
2691 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2692
2693         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2694         (wl-demo-background-color): Changed default value.
2695
2696         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2697         color.
2698
2699         * wl-demo.el (wl-demo-set-background-color): New function.
2700         (wl-demo): Call it.
2701
2702 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2703
2704         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2705         * wl-address.el (wl-address-add-or-change): Don't add empty
2706         address.
2707
2708 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2709
2710         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2711
2712 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2713
2714         * wl-vars.el (wl-demo-image-filter-alist): New variable
2715         (wl-demo-background-color): Ditto.
2716
2717         * wl-demo.el (wl-demo-xpm-set-background): New function.
2718         (wl-demo-image-filter): Ditto.
2719         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2720
2721         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2722
2723         * wl-demo.el (wl-demo-icon-name): Define as function.
2724         (wl-demo-insert-image): Use it.
2725
2726 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2727
2728         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2729
2730 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2731
2732         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2733
2734 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2735
2736         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2737
2738 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2739
2740         * wl-thread.el (wl-thread-mark-as-answered): New function.
2741
2742         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2743         answered" entry.
2744         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2745         "r&" and wl-thread-mark-as-answered to "t&".
2746         (wl-summary-mark-as-important-region): Refine to toggle mark.
2747         (wl-summary-mark-as-answered-region): New function.
2748         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2749         and 3rd argument.
2750         (wl-summary-mark-as-important-internal): Likewise.
2751
2752 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2753
2754         * wl-template.el (wl-template-preview): New internal variable.
2755         (wl-template-preview-p): New function.
2756         (wl-template-show): Bind `wl-template-preview' as t.
2757
2758 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2759
2760         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2761         `elmo-message-entity-field' with 3rd argument which is non-nil.
2762
2763 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2764
2765         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2766         Removed duplicate local bind `folder'.
2767
2768 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2769
2770         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2771
2772 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2773
2774         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2775         duplicate definition.
2776
2777 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2778
2779         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2780         non-nil, use it; Don't fetch message if there's no message in the
2781         current cursor position.
2782
2783 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2784
2785         * wl-util.el (wl-region-exists-p): Use region-active-p.
2786         (wl-deactivate-region): New function.
2787         * wl-message.el (wl-message-redisplay): Deactivate region.
2788
2789         * wl-summary.el (wl-summary-reply): Call
2790         `wl-summary-set-message-buffer-or-redisplay' instead of
2791         `wl-summary-redisplay-internal', don't move point.
2792
2793 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2796         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2797         by regexp.
2798
2799 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2802         if no need.
2803
2804 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2805
2806         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2807         default value to nil.
2808         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2809         `wl-summary-prepare-hook'; Replace refile action to
2810         `wl-summary-exec-action-refile-with-register'.
2811
2812         * Version number is increased to 2.11.22.
2813
2814 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2815
2816         * wl-summary.el (wl-summary-detect-mark-position): Set
2817         `wl-summary-buffer-weekday-name-lang'.
2818
2819 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2820
2821         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2822         (wl-summary-mark-as-read-all): Ditto.
2823         (wl-summary-delete-messages-on-buffer): Ditto.
2824         (wl-summary-sync-update): Ditto.
2825         (wl-summary-mark-as-read-internal): Ditto.
2826         (wl-summary-mark-as-answered-internal): Ditto.
2827         (wl-summary-update-folder-info): Abolished.
2828
2829 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2830
2831         * wl-summary.el (wl-summary-mark-as-read-all): Use
2832         `wl-summary-update-folder-info' instead of
2833         `wl-folder-update-unread'.
2834
2835 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2836
2837         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2838         `wl-summary-folder-info-update'.
2839         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2840         instead of `wl-summary-folder-info-update'.
2841         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2842         `wl-folder-set-folder-updated'.
2843         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2844         instead of `wl-folder-update-unread'.
2845         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2846         the value of `wl-summary-buffer-unread-count' for the second parameter of
2847         `wl-folder-update-unread'.
2848
2849         * Version number is increased to 2.11.21.
2850
2851 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2852
2853         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2854         a local variable.
2855
2856 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2859         interactively.
2860
2861         * wl-summary.el (wl-summary-mark-as-important-internal): New
2862         internal function.
2863         (wl-summary-mark-as-important): Use it.
2864         (wl-summary-mark-as-unimportant): New function.
2865         (wl-summary-sync-marks): Follow the API change.
2866
2867         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2868
2869         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2870
2871 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2872
2873         * wl-folder.el (wl-folder-update-unread): Re-indent.
2874         Narrow the scope of a local variable.
2875
2876 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2877
2878         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2879         (wl-addrmgr-merge-entries): Ditto.
2880         (wl-addrmgr): Added to address entry which exists in draft buffer
2881         if no entry is in original.
2882
2883 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2884
2885         * wl-batch.el: New file.
2886
2887 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2888
2889         * wl-vars.el (wl-use-semi): Remove unused variable.
2890
2891 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2892
2893         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2894         "?".
2895
2896 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2897
2898         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2899         wl-summary-new-mark.
2900         (wl-summary-new-cached-mark): New user option.
2901         (wl-summary-score-marks): Follow the change above.
2902         (wl-summary-auto-refile-skip-marks): Ditto.
2903         (wl-summary-incorporate-marks): Ditto.
2904         (wl-summary-expire-reserve-marks): Ditto.
2905
2906         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2907
2908         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2909         (wl-summary-persistent-mark-string): Distinguished between cached
2910         and uncached mark when the message is new.
2911
2912 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2913
2914         * wl-spam.el (wl-spam-domain): Renamed from
2915         `wl-spam-folder-guess-domain'.
2916         (wl-summary-exec-action-spam): Register as spam if domain of the
2917         source folder is good.
2918         (wl-summary-exec-action-refile-with-register): Register message if
2919         domain of the source folder is not undecided.
2920
2921 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2924         detect thread loop.
2925
2926 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2927
2928         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2929         and wl-summary-skip-mark-list.
2930
2931 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2932
2933         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2934
2935         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2936
2937         * wl-spam.el (toplevel): Require wl-highlight.
2938         (wl-spam-auto-check-policy-alist): Abolish.
2939         (wl-spam-auto-check-folder-regexp-list): New user option.
2940         (wl-spam-auto-check-marks): Ditto.
2941         (wl-spam-mark-action-list): Ditto.
2942         (wl-highlight-summary-spam-face): New face.
2943         (wl-spam-auto-check-message-p): New function.
2944         (wl-spam-map-spam-messages): Fixed message.
2945         (wl-spam-register-spam-messages): Ditto.
2946         (wl-spam-register-good-messages): Ditto.
2947         (wl-summary-spam-map): Add and remove keybind.
2948         (wl-summary-target-mark-spam): Abolish.
2949         (wl-summary-refile-spam): Ditto.
2950         (wl-summary-test-spam): New function.
2951         (wl-summary-mark-spam): Ditto.
2952         (wl-summary-auto-check-spam): Follow the above change.
2953         (wl-summary-exec-action-spam): New function.
2954         (wl-summary-exec-action-refile-with-register): Fixed message.
2955         (wl-message-check-spam): New function.
2956         (wl-spam-setup): Ditto.
2957         (toplevel): Call it if this file is loaded interactivity.
2958
2959         * Version number is increased to 2.11.20.
2960
2961 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2962
2963         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2964         when new optional argument `force' is non nil or modified.
2965
2966 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2967
2968         * wl.el (toplevel): Require wl-spam when compile.
2969         (wl-save-status): Call wl-spam-save-status.
2970
2971         * wl-spam.el (wl-spam-register-spam-messages): New function.
2972         (wl-spam-register-good-messages): Ditto.
2973         (wl-spam-save-status): Ditto.
2974         (wl-summary-mode-map): Bind
2975         wl-summary-target-mark-register-as-spam to "ms" and
2976         wl-summary-target-mark-register-as-good to "mn".
2977         (wl-summary-register-as-spam): Abolish optional argument; Use
2978         wl-spam-register-spam-messages.
2979         (wl-summary-register-as-spam-all): Use
2980         wl-spam-register-spam-messages.
2981         (wl-summary-register-as-good): Abolish optional argument; Use
2982         wl-spam-register-good-messages.
2983         (wl-summary-register-as-good-all): Use
2984         wl-spam-register-good-messages.
2985         (wl-summary-target-mark-register-as-spam): New funtion.
2986         (wl-summary-target-mark-register-as-good): Ditto.
2987
2988 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2989
2990         * wl-spam.el: New file.
2991
2992 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2993
2994         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2995
2996         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2997         (wl-summary-auto-refile): Call wl-refile-guess with
2998         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2999
3000 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3001
3002         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3003         with disable-thread argument non-nil.
3004
3005 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3006
3007         * wl-summary.el (wl-summary-rescan): Added optional argument
3008         disable-thread.
3009         (wl-summary-sync): Call wl-summary-rescan with argument
3010         disable-thread.
3011         (wl-summary-input-range): Added new range `rescan-thread'.
3012
3013 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3014
3015         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3016
3017 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3018
3019         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3020         internal variable.
3021         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3022         wl-summary-search-parent-by-subject-regexp and
3023         wl-summary-divide-thread-when-subject-changed as nil.
3024         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3025         (wl-summary-insert-thread): Search parent entity from
3026         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3027         thread loop.
3028
3029 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3030
3031         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3032
3033         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3034
3035         * wl-util.el (wl-require-update-all-folder-p): New function.
3036         (wl-get-assoc-list-value): Added `function' to match directive.
3037         (wl-collect-draft): Rewrite.
3038
3039         * wl-summary.el (wl-summary-sync-update): Clear faces
3040         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3041         are non-nil.
3042         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3043         argument as function.
3044         (wl-summary-input-range): Ditto.
3045
3046         * wl-folder.el (wl-draft-get-folder): New function.
3047         (wl-folder-get-elmo-folder): Consider draft folder.
3048
3049         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3050         (wl-draft-buffer-message-number): New buffer local variable.
3051         (wl-draft-folder-internal): New internal variable.
3052         (wl-draft-delete): Rewrite.
3053         (wl-draft-save): Ditto.
3054         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3055         wl-folder-get-elmo-folder.
3056         (wl-draft-config-info-operation): Ditto.
3057         (wl-jump-to-draft-folder): Ditto.
3058         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3059         (wl-draft-reedit): Rewrite.
3060
3061         * Version number is increased to 2.11.19.
3062         
3063 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3064
3065         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3066         variable.
3067
3068 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3069
3070         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3071         Use ignore-errors instead of unwind-protect.
3072
3073 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3074
3075         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3076         for updating `wl-thread-entity-list'.
3077
3078 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3079
3080         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3081         parameter from calling `wl-thread-entity-get-older-brothers' and
3082         `wl-thread-entity-get-younger-brothers'.
3083         Replace nested `append' with a single one.
3084
3085 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3086
3087         * wl-summary.el (wl-summary-mode): Don't use the return value of
3088         `make-local-hook'.
3089
3090 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3091
3092         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3093         instead of `let*'.
3094         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3095         of local variables.
3096
3097 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3098
3099         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3100         Renamed from wl-summary-window-scroll-functions.
3101         (wl-summary-window-scroll-functions): Don't set to variable.
3102         (wl-summary-display-top): Use run-hooks.
3103         (wl-summary-display-bottom): Ditto.
3104         (wl-summary-toggle-disp-msg): Ditto.
3105         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3106         Use it instead of wl-summary-window-scroll-functions.
3107         (wl-summary-goto-folder-subr): Don't call
3108         wl-summary-window-scroll-functions, use
3109         wl-summary-buffer-window-scroll-functions instead.
3110
3111 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3112
3113         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3114         make-local-variable.
3115
3116 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3117
3118         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3119         set-buffer-modified-p.
3120         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3121         (wl-summary-display-bottom): Ditto.
3122         (wl-summary-toggle-disp-msg): Ditto.
3123
3124 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3127
3128         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3129         (wl-summary-forward): Use elmo-message-entity-field instead of
3130         elmo-message-field.
3131
3132         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3133
3134 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3135
3136         * wl-summary.el (wl-summary-window-scroll-functions): No use
3137         `append'.
3138
3139 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3140
3141         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3142         function.
3143         (wl-summary-window-scroll-functions): Call it when both
3144         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3145         (wl-summary-temp-mark): Added optional argument number.
3146         (wl-summary-message-mark): Added optional argument flag.
3147         (wl-summary-persistent-mark): Added optional argument number and flag.
3148         (wl-summary-update-persistent-mark): Ditto.
3149         (wl-summary-update-status-marks): Set "r" for interactive spec.
3150
3151         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3152         argument number and flag.
3153
3154         * wl-action.el (wl-summary-registered-temp-mark): 
3155         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3156
3157 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3158
3159         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3160         internal variable (buffer local).
3161         (wl-summary-window-scroll-functions): New function.
3162         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3163         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3164         as nil.
3165         (wl-summary-update-status-marks): Added arguments beg, end and
3166         check.
3167         (wl-summary-update-mark-window): Use function.
3168         (wl-summary-sync-update): Follow the change above.
3169         (wl-summary-switch-to-clone-buffer): Copy
3170         wl-summary-buffer-unsync-mark-number-list.
3171         (wl-summary-goto-folder-subr): Set
3172         wl-summary-buffer-unsync-mark-number-list and
3173         use wl-summary-window-scroll-functions instead of
3174         wl-summary-lazy-highlight.
3175
3176         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3177
3178 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3179
3180         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3181
3182         * wl-summary.el (wl-summary-update-persistent-mark): Call
3183         wl-summary-set-message-modified.
3184
3185         * wl-summary.el (wl-summary-sync-update): Don't call
3186         wl-summary-update-status-marks.
3187
3188         * Version number is increased to 2.11.18.
3189
3190 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3193         (wl-message-next-page): Ditto.
3194
3195 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3196
3197         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3198         local variable.  Change the order of a collected list into the
3199         same as the specified range.  Remove nil from a collected list.
3200
3201 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3202
3203         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3204         argument for elmo-folder-list-messages.
3205
3206 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3207
3208         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3209         change (wl-summary-count-unreads return a list instead of a cons
3210         cell).
3211
3212 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3213
3214         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3215         `wl-summary-folder-info-update'.
3216
3217 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3218
3219         * wl-summary.el (wl-summary-set-message-modified): No use
3220         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3221         (wl-summary-set-mark-modified): Abolish.
3222         (wl-summary-mark-modified-p): Ditto.
3223         (wl-summary-save-view): Follow the change above.
3224
3225         * wl-expire.el (wl-summary-expire): Likewise.
3226
3227 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3228
3229         * wl-summary.el (wl-summary-detect-mark-position): Use
3230         modb-entity-handler.
3231         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3232
3233         * Version number is increased to 2.11.17.
3234
3235 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3238         entity field value.
3239         (wl-summary-prefetch-msg): Ditto.
3240         (wl-summary-print-message-with-ps-print): Ditto.
3241
3242 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3243
3244         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3245         for dummy entity.
3246         (wl-summary-insert-thread): Use elmo-message-entity-field.
3247         (wl-summary-update-thread): Use elmo-message-entity-field and
3248         elmo-message-entity-number.
3249         (wl-summary-line-number):  Use elmo-message-entity-number.
3250         (wl-summary-line-size): Use elmo-message-entity-field.
3251         (wl-summary-line-subject): Ditto.
3252         (wl-summary-line-from): Ditto.
3253         (wl-summary-line-attached): Ditto.
3254         (wl-summary-create-line): Ditto.
3255         (wl-summary-create-line): Use elmo-message-entity-number.
3256         (wl-summary-print-message-with-ps-print): Use
3257         elmo-message-entity-field.
3258
3259 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3260
3261         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3262         change in elmo-msgdb-make-message-entity.
3263         (wl-summary-buffer-set-folder): Don't call
3264         wl-summary-detect-mark-position here.
3265         (wl-summary-rescan): Call elmo-message-entity-number.
3266         (wl-summary-sync-update): Ditto.
3267         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3268
3269         * wl-score.el (wl-score-header-index): Redefine 2th element.
3270         (wl-score-overview-entity-get-extra): Abolish.
3271         (wl-score-ov-entity-get): Rewrite.
3272         (wl-score-string-index<, wl-score-string-func<): Abolish.
3273         (wl-score-string<): New function.
3274         (wl-score-string-sort): Use it.
3275
3276         * wl-refile.el (wl-refile-guess-by-history): Use
3277         elmo-message-entity-field.
3278         (wl-refile-guess-by-from): Ditto.
3279         (wl-refile-guess-by-msgid): Ditto.
3280
3281         * Version number is increased to 2.11.16.
3282
3283 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3284
3285         * wl-folder.el (wl-folder-confirm-existence): Don't call
3286         file-exists-p if msgdb-path is nil.
3287         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3288         `wl-read-folder-hist' to `wl-read-folder-history'.
3289
3290 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3291
3292         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3293         `y-or-n-p'.
3294
3295 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3296
3297         * wl-score.el (wl-score-headers): Don't use
3298         elmo-folder-do-each-message-entity.
3299
3300         * Version number is increased to 2.11.15.
3301
3302 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3303
3304         * wl-summary.el (wl-summary-delete-all-msgs): Use
3305         elmo-folder-move-messages instead of elmo-folder-delete-messages
3306         and elmo-folder-detach-messages.
3307         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3308
3309         * wl-expire.el (wl-expire-delete): Ditto.
3310         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3311
3312 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3313
3314         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3315         (wl-message-header-narrowing-fields): Ditto.
3316         (wl-message-header-narrowing-lines): Ditto.
3317         (wl-message-header-narrowing-string): Ditto.
3318
3319         * wl-summary.el (wl-summary-mode-map): Bind
3320         wl-summary-toggle-header-narrowing to "C-cC-f".
3321         (wl-summary-toggle-header-narrowing): New function.
3322
3323         * wl-message.el (wl-message-buffer-create): Call
3324         wl-message-header-narrowing-setup.
3325         (wl-message-redisplay): Call wl-message-header-narrowing.
3326         (wl-message-header-narrowing): New function.
3327         (wl-message-header-narrowing-map): New keymap.
3328         (wl-message-header-narrowing-widen-map): New keymap.
3329         (wl-message-header-narrowing-again-at-mouse): New function.
3330         (wl-message-header-narrowing-1): Ditto.
3331         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3332         (wl-message-header-narrowing-setup): Ditto.
3333         (wl-message-header-narrowing-toggle): Ditto.
3334         
3335         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3336
3337         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3338         'flag as all.
3339         (wl-use-flag-folder-help-echo): New user option.
3340
3341         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3342         wl-summary-highlight as nil.
3343         (wl-summary-set-mark-modified): Follow the API change.
3344         (wl-summary-mark-modified-p): Ditto.
3345         (wl-summary-mark-as-read-all): Ditto.
3346         (wl-summary-sync-marks): Don't call
3347         elmo-folder-list-messages-with-global-mark.
3348         (wl-summary-mark-as-read-internal): Follow the API change.
3349         (wl-summary-mark-as-answered-internal): Ditto.
3350         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3351         Follow the API change.
3352         (wl-summary-create-line): Call with number argument.
3353         (wl-summary-reply): Follow the API change.
3354
3355         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3356         function.
3357         (wl-highlight-summary-line-string): Call it when
3358         wl-use-flag-folder-help-echo is non-nil.
3359         (wl-highlight-summary-current-line): Ditto.
3360         (elmo-flag-folder-referrer): Added autoload setting.
3361
3362         * wl-draft.el (wl-draft-kill): Follow the API change.
3363
3364         * Version number is increased to 2.11.14.
3365         
3366 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3367
3368         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3369
3370 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3371
3372         * Version number is increased to 2.11.13.
3373
3374 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3375
3376         * wl-draft.el (wl-draft-previous-history-element): Fixed
3377         unbalanced parenthesis and bind unbound local variables.
3378
3379 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3380
3381         * wl-draft.el (wl-draft-previous-history-element): New function.
3382         (wl-draft-next-history-element): Ditto.
3383         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3384         them to M-p and M-n.
3385
3386 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3387
3388         * Version number is increased to 2.11.12.
3389
3390 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3391
3392         * wl-draft.el (wl-draft-hide): Select buffer-window.
3393
3394 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3395
3396         * wl-summary.el (wl-summary-narrow-to-region): New function.
3397         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3398         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3399         (wl-summary-save-region): Use it.
3400         * wl-action.el (wl-summary-collect-numbers-region)
3401         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3402
3403 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3404
3405         * wl-folder.el (wl-folder-count-incorporates): Don't use
3406         `elmo-msgdb-mark-load'
3407
3408         * Version number is increased to 2.11.11.
3409
3410 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3411
3412         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3413         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3414
3415 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3416
3417         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3418
3419 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3420
3421         * Version number is increased to 2.11.10.
3422
3423 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3424
3425         * wl-mime.el (wl-draft-attribute-value): Fixed.
3426
3427 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3428
3429         * wl-util.el (wl-copy-local-variables): New function.
3430
3431         * wl-mime.el (wl-draft-attribute-recipients): New function.
3432         (wl-draft-attribute-envelope-from): Ditto.
3433         (wl-draft-attribute-smtp-posting-server): Ditto.
3434         (wl-draft-attribute-smtp-posting-port): Ditto.
3435         (wl-draft-attribute-value): Ditto.
3436         (wl-draft-preview-message): Use it to get value for
3437         attributes. Reflect result of `wl-draft-config'.
3438
3439         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3440         and call `wl-summary-mark-as-read' before to call
3441         `wl-summary-unset-mark'.
3442         (wl-summary-target-mark-mark-as-unread): Likewise.
3443         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3444
3445 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3446
3447         * wl-mime.el (wl-draft-preview-message): Use actual value for
3448         attributes; Fix for small window.
3449
3450 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3451
3452         * wl-refile.el (wl-refile-get-field-value): Call
3453         `elmo-message-entity-field' with 3rd argument is non-nil.
3454
3455 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3456
3457         * wl-vars.el (wl-draft-preview-attributes): New user option.
3458         (wl-draft-preview-attributes-list): Ditto.
3459         (wl-draft-preview-attributes-buffer-lines): Ditto.
3460         (wl-draft-preview-attributes-buffer-name): Ditto.
3461
3462         * wl-mime.el (wl-draft-preview-message): Display attributes.
3463
3464 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3465
3466         * wl-summary.el (wl-summary-detect-mark-position): Bind
3467         wl-summary-flag-priority-list to '(new).
3468
3469 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3470
3471         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3472         funtion.
3473         (wl-highlight-summary-line-string): Use it.
3474         (wl-highlight-summary-current-line): Ditto.
3475
3476 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3477
3478         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3479         line even when the mark string is not changed.
3480
3481         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3482         argument change in the wl-summary-create-line.
3483         (wl-thread-insert-entity-sub): Ditto.
3484
3485         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3486         argument change in the wl-summary-create-line.
3487         (wl-summary-insert-sequential): Ditto.
3488         (wl-summary-update-thread): Ditto.
3489         (wl-summary-persistent-mark-string): New inline function.
3490         (wl-summary-message-mark): Use it.
3491         (wl-summary-create-line): Abolish argument wl-persistent-mark
3492         and added wl-flags, wl-cached.
3493
3494         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3495         mark to flags.
3496         (wl-highlight-summary-current-line): Decide the face not by the 
3497         persistent mark but flags.
3498
3499 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3500
3501         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3502         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3503         wl-summary-read-uncached-mark): Revive.
3504         (wl-summary-answered-cached-mark,
3505         wl-summary-answered-uncached-mark): New user option.
3506         (wl-summary-score-marks): Follow the change above.
3507         (wl-summary-auto-refile-skip-marks): Ditto.
3508         (wl-summary-incorporate-marks): Ditto.
3509         (wl-summary-expire-reserve-marks): Ditto.
3510         (wl-summary-flag-priority-list): New user option.
3511
3512         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3513         changes.
3514         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3515         of elmo-message-mark.
3516         (wl-summary-mark-as-read-internal): Ditto.
3517         (wl-summary-mark-as-answered): Ditto.
3518         (wl-summary-mark-as-important): Ditto.
3519         (wl-summary-redisplay-internal): Ditto.
3520         (wl-summary-redisplay-no-mime-internal): Ditto.
3521         (wl-summary-message-mark): New function.
3522         (wl-summary-insert-sequential): Use wl-summary-message-mark
3523         instead of elmo-message-mark.
3524         (wl-summary-update-thread): Ditto.
3525         (wl-summary-persistent-mark): Ditto.
3526         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3527         instead of elmo-message-mark.
3528
3529         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3530         wl-summary-message-mark instead of elmo-message-mark.
3531         (wl-thread-insert-entity-sub): Ditto.
3532         (wl-thread-get-children-msgs-uncached): Ditto.
3533
3534         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3535         variable name changes.
3536         (wl-highlight-summary-current-line): Ditto.
3537
3538         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3539         wl-summary-message-mark instead of elmo-message-mark.
3540
3541         * wl-expire.el (wl-expire-message-p): Ditto.
3542
3543         * wl-score.el (wl-score-headers): Ditto.
3544
3545         * Version number is increased to 2.11.9.
3546
3547         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3548         (wl-summary-sync-update): Follow the change above.
3549         (wl-summary-switch-to-clone-buffer): Ditto.
3550         (wl-summary-open-folder): Ditto.
3551
3552 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3553
3554         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3555         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3556
3557         * Version number is increased to 2.11.8.
3558
3559         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3560
3561         * wl-expire.el (wl-expire-refile): Follow the API change on
3562         `elmo-folder-move-messages'.
3563         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3564
3565         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3566         (wl-summary-exec-action-refile): Ditto.
3567         (wl-summary-exec-action-copy): Ditto.
3568         (wl-summary-no-auto-refile-message-p): No use
3569         `wl-summary-buffer-msgdb'.
3570         (wl-summary-auto-refile): Ditto.
3571
3572 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3573
3574         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3575
3576 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3577
3578         * wl-summary.el (wl-summary-sync): Treat no-sync.
3579
3580         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3581         (wl-default-sync-range): Ditto.
3582
3583 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3584
3585         * wl-refile.el (wl-refile-subject-learn): Call
3586         `elmo-message-entity-field' with 3rd argument is non-nil.
3587         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3588         instead of `elmo-msgdb-overview-entity-get-subject'.
3589
3590 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3591
3592         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3593         scan-type is rescan.
3594         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3595         new optional argument force is non-nil.
3596         (wl-summary-save-view-cache): Call it with force argument non-nil.
3597
3598         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3599
3600 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3601
3602         * wl-action.el (wl-summary-print-argument): Fixed last change.
3603
3604 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3605
3606         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3607         simplified.
3608         (wl-summary-target-mark-mark-as-unread): Likewise.
3609         (wl-summary-target-mark-mark-as-important): Likewise.
3610
3611 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3612
3613         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3614         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3615         (wl-summary-mark-as-important-region): Change accordingly.
3616         (wl-summary-target-mark-mark-as-important): Ditto.
3617
3618 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3619
3620         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3621
3622         * wl-action.el (wl-summary-print-argument): Print argument to
3623         right side of window if `wl-summary-print-argument-within-window'
3624         is non-nil.
3625
3626 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3627
3628         * wl-action.el (wl-summary-set-mark): Use
3629         `wl-summary-message-visible-p' to check visibility of the message
3630         and jump to message only when the message line is visible and have
3631         different number; Call wl-summary-unset-mark with number argument.
3632         (wl-summary-unset-mark): 
3633         Use `wl-summary-message-visible-p'
3634         to check visibility of the message and jump to message only when
3635         the message line is visible and have different number;
3636
3637 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3638
3639         * Version number is increased to 2.11.7.
3640
3641         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3642         and wl-folder-summary-line-format.
3643
3644         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3645         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3646         (wl-summary-set-score-mark): Use it.
3647         (wl-summary-target-mark-mark-as-read): Ditto.
3648         (wl-summary-target-mark-mark-as-unread): Ditto.
3649         (wl-summary-target-mark-mark-as-important): Ditto.
3650         (wl-summary-target-mark-msgs): Simplified.
3651         (wl-summary-detect-mark-position): Fixed problem when
3652         summary-line-format no contain persisten/temp mark spec.
3653         (wl-summary-temp-mark): Ditto.
3654         (wl-summary-persistent-mark): Ditto.
3655         (wl-summary-update-persistent-mark): Ditto.
3656
3657         * wl-action.el (wl-summary-set-mark): Ditto.
3658         (wl-summary-unset-mark): Ditto.
3659         All other related portions are changed.
3660
3661 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3662
3663         * Version number is increased to 2.11.6.
3664
3665 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3666
3667         * wl-util.el (wl-current-message-buffer): Define as function;
3668         Don't use the value of wl-messge-buffer.
3669
3670         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3671         persistent mark.
3672
3673         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3674         no current message, cause an error.
3675
3676 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3677
3678         * wl-summary.el (wl-summary-set-message-modified): Use
3679         elmo-folder-set-message-modified instead of
3680         elmo-folder-set-message-modified-internal.
3681
3682 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3683
3684         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3685         interactively.
3686         (wl-summary-sync): nokill->entirely.
3687         (wl-summary-sync-marks): Fixed message.
3688         (wl-summary-input-range): Added mark, nokill->entirely.
3689
3690         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3691         messages as read.
3692
3693 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3694
3695         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3696         update-noscore.
3697         (wl-summary-sync): Follow the change above.
3698
3699 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3700
3701         * wl-action.el (wl-summary-target-mark-all): Use
3702         elmo-folder-list-messages.
3703
3704 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3705
3706         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3707         (wl-summary-rescan): Set wl-summary-scored as nil.
3708         (wl-summary-sync-force-update): Follow the change above.
3709         (wl-summary-sync): Ditto.
3710         (wl-summary-sync-update): Added argument disable-killed.
3711         (wl-summary-insert-headers): Set visible-only argument for
3712         elmo-folder-list-messages.
3713         (wl-summary-input-range): Added update-nokill, update-noscore,
3714         all-nokill, all-noscore and mark.
3715
3716         * Version number is increased to 2.11.5.
3717
3718         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3719
3720 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3721
3722         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3723         (wl-summary-prefetch-region-no-mark): Change accordingly.
3724         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3725
3726 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3727
3728         * wl-address.el (wl-complete-field-to): Abolished.
3729         (wl-complete-address): Completion function for completing-read.
3730         * wl-action.el (wl-summary-get-resend-address): Use it.
3731
3732         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3733         wl-summary-update-mark and abolish unused argument.
3734         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3735         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3736         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3737         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3738         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3739         * wl-draft.el (wl-draft-kill): Ditto.
3740
3741         * wl-summary.el: Remove unused binding of case-fold-search.
3742         (wl-summary-replace-status-marks): Abolished.
3743
3744 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3745
3746         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3747         is specified or folder length is zero.
3748
3749 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3750
3751         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3752         (wl-folder-archive-current-entity): Ditto.
3753
3754 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3755
3756         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3757         retrieving message mark.
3758         (wl-summary-redisplay-internal): Ditto.
3759
3760         * wl-message.el (wl-message-buffer-display): Ignore errors while
3761         retrieving message-id field.
3762
3763         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3764         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3765         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3766         order of the arguments for `wl-expire-message-p'.
3767         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3768
3769         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3770         Check return value of wl-summary-reply.
3771         (wl-summary-reply): Recover window configuration when an error occured.
3772
3773 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3774
3775         * wl-summary.el (wl-summary-resend-message): Abolished, the
3776         feature is inherited by wl-summary-resend (put resend mark).
3777
3778 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3779
3780         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3781         wl-message-buffer to nil when the message is hide.
3782
3783 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3784
3785         * .cvsignore: New file.
3786
3787 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3788
3789         * wl-action.el (wl-summary-action-docstring): Add more info.
3790         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3791         duplicate definition.
3792         (wl-summary-define-mark-action): Functions wl-summary-*-region
3793         keep current position.
3794         (wl-summary-unregister-target-mark): Store result to the variable.
3795
3796 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3797
3798         * Version number is increased to 2.11.4.
3799
3800 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3801
3802         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3803         wl-summary-delete-all-temp-marks.
3804         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3805
3806         * wl-action.el (wl-summary-set-mark): Changed terminology
3807         refile-destination -> action-argument.
3808         (wl-summary-unset-mark): Ditto.
3809         (wl-summary-remove-argument): Ditto.
3810         (wl-summary-print-argument): Ditto.
3811
3812         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3813         (wl-thread-remove-argument-region): Ditto.
3814         (wl-thread-print-argument-region): Ditto.
3815         (wl-thread-close): Ditto.
3816         (wl-thread-open): Ditto.
3817
3818         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3819         (wl-highlight-refile-destination-face is abolished)
3820         (wl-highlight-action-argument-string): Ditto.
3821         (wl-highlight-summary-current-line): Highlight action argument.
3822
3823         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3824         color for light backgrounds.
3825         (wl-highlight-summary-answered-face): Ditto.
3826
3827 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3828
3829         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3830
3831         * wl-score.el (wl-summary-score-update-all-lines): Use
3832         wl-summary-set-mark.
3833         (wl-summary-score-update-all-lines): Kill expunged messages.
3834
3835         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3836
3837 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3838
3839         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3840         directly.
3841         (wl-score-overview-entity-get-lines): Ditto.
3842         (wl-score-overview-entity-get-xref): Ditto.
3843         (wl-score-get-latest-msgs): Ditto.
3844         (wl-summary-rescore): Ditto.
3845
3846         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3847         to "&".
3848         (wl-summary-mark-as-answered-internal): New inline function.
3849         (wl-summary-mark-as-answered): New function.
3850         (wl-summary-mark-as-unanswered): Ditto.
3851         (wl-summary-sync-marks): Modified for answered-mark synching.
3852
3853 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3854
3855         * wl-action.el (wl-summary-set-mark): Fixed last change.
3856
3857 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3858
3859         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3860         behavior of wl-summary-unread-message-hook
3861         (Pointed out by akira yamada <akira@arika.org>).
3862
3863 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3864
3865         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3866         wl-summary-delete.
3867         * wl-xmas.el (wl-summary-toolbar): Ditto.
3868
3869         * wl-action.el (wl-summary-set-mark): Don't override current
3870         temp-mark.
3871
3872         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3873
3874 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3875
3876         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3877         (wl-refile-msgid-learn): Ditto.
3878         (wl-refile-get-field-value): Ditto.
3879
3880         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3881
3882         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3883         (wl-expire-delete-reserved-messages): Renamed from
3884         wl-expire-reserve-marked-msgs-from-list.
3885         (wl-expire-delete): Removed argument `msgdb'.
3886         (wl-expire-refile): Ditto.
3887         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3888         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3889         mark-alist as argument.
3890         (wl-expire-archive-number1): Removed argument `msgdb'.
3891         (wl-expire-archive-number2): Ditto.
3892         (wl-expire-archive-date): Ditto.
3893         (wl-expire-localdir-date): Ditto.
3894         (wl-expire-hide): Ditto.
3895         (wl-archive-number1): Ditto.
3896         (wl-archive-number2): Ditto.
3897         (wl-archive-date): Ditto.
3898         (wl-archive-folder): Ditto.
3899         All other related portions are changed.
3900
3901 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3902
3903         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3904         mean move up and down. (suggested by Takashi Kawachi)
3905
3906 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3907
3908         * wl-acap.el (toplevel): Don't require un-define.
3909
3910 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3911
3912         * wl-thread.el (wl-thread-delete-message): Always update
3913         wl-summary-buffer-number-list.
3914
3915         * wl-action.el (wl-summary-print-destination): 
3916         Do nothing when folder is nil.
3917
3918 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3919
3920         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3921         persistent mark when prefetch is succeeded.
3922
3923 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3924
3925         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3926         instead of elmo-msgdb-delete-msgs.
3927         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3928         (wl-expire-hide): Ditto.
3929
3930         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3931
3932         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3933         elmo-msgdb interface.
3934         (wl-thread-get-exist-children): Likewise.
3935         (wl-thread-insert-message): Likewise.
3936         (wl-thread-msg-mark-as-important): Likewise.
3937         (wl-thread-insert-entity-sub): Likewise.
3938         (wl-thread-get-children-msgs-uncached): Likewise.
3939
3940         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3941         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3942         (wl-summary-sync-update): Likewise.
3943         (wl-summary-auto-select-msg-p): Likewise.
3944         (wl-summary-update-thread): Likewise.
3945         (wl-summary-mark-as-important): Likewise.
3946         (wl-summary-jump-to-msg-internal): Likewise.
3947         (wl-summary-redisplay-internal): Likewise.
3948         (wl-summary-print-message-with-ps-print): Likewise.
3949         (wl-summary-folder-info-update): Likewise.
3950
3951         * wl-folder.el (wl-folder-check-one-entity):
3952         elmo-folder-count-flags instead of wl-summary-count-unread.
3953
3954         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3955
3956         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3957
3958         * wl-summary.el (wl-summary-set-message-modified): 
3959         Call wl-summary-set-mark-modified.
3960         (wl-summary-delete-messages-on-buffer): Call
3961         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3962         (wl-summary-sync-update): Call elmo-folder-length instead of
3963         elmo-folder-messages.
3964         (wl-summary-insert-headers): Don't call
3965         elmo-folder-list-message-entities.
3966
3967 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3968
3969         * wl-action.el (wl-summary-define-mark-action): Call
3970         `wl-summary-set-mark' with argument `data'.
3971         (wl-summary-auto-refile): Fixed order of arguments when call
3972         `wl-summary-refile'.
3973
3974 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3975
3976         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3977
3978         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3979
3980         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3981         (Renamed from wl-highlight-summary-deleted-face).
3982         (wl-highlight-summary-resend-face): New face.
3983
3984         (wl-highlight-summary-deleted-face): Renamed from
3985         wl-highlight-summary-erased-face.
3986
3987         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3988
3989         * wl-action.el (wl-summary-get-resend-address): New function.
3990         (wl-summary-exec-action-resend): Ditto.
3991         (wl-summary-exec-action-resend-subr): Ditto.
3992
3993         * w-thread.el (wl-thread-copy): Removed definition.
3994         (wl-thread-refile): Ditto.
3995         (wl-thread-delete): Ditto.
3996         (wl-thread-target-mark): Ditto.
3997
3998         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3999         (wl-summary-target-mark-set-action): Fixed.
4000         (wl-summary-define-mark-action): Fixed quotation.
4001         (wl-summary-move-mark-list-messages): Display message.
4002         (wl-summary-define-mark-action): Define thread functions.
4003         (wl-summary-exec-action-refile): Changed message.
4004         (wl-summary-exec): Ditto.
4005
4006 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4007         
4008         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4009         '%%'.
4010
4011 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4012
4013         * wl.el (toplevel): Require wl-action.
4014         (wl-init): Call wl-summary-define-mark-action.
4015
4016         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4017
4018         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4019         wl-summary-delete and wl-summary-erase.
4020         (wl-summary-mode-map): Ditto.
4021
4022         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4023         wl-delete-folder-alist.
4024
4025         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4026         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4027         (toplevel): Moved mark & action related functions to the wl-action.el.
4028
4029         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4030         in wl-summary-mark-action-list.
4031         (wl-highlight-summary-current-line): Ditto.
4032
4033         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4034         empty lines.
4035
4036         * wl-action.el: New file. 
4037
4038 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4039
4040         * wl-summary.el (wl-summary-target-mark-replace): New function.
4041         (wl-summary-target-mark-prefetch): Use it.
4042         (wl-summary-target-mark-delete): Ditto.
4043         (toplevel): Rearranged definition order.
4044         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4045         (wl-summary-target-mark-erase): Rewrite.
4046         (wl-summary-erase-region): New function.
4047         (wl-summary-exec-action-erase): Changed message.
4048         (wl-summary-move-mark-list-messages): New function.
4049         (wl-summary-exec-action-delete): Use it.
4050         (wl-summary-exec-action-erase): Ditto.
4051
4052         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4053         (wl-summary-skip-mark-list): Added "d".
4054
4055         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4056         while searching.
4057
4058         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4059         and define using defcustom;
4060         Define 4th element as a face.
4061         
4062         * wl-summary.el (wl-summary-incorporate): Use 
4063         `wl-summary-prefetch-region-no-mark' instead of
4064         `wl-summary-prefetch-region'.
4065         (wl-summary-prefetch-region-no-mark): Revival of old
4066         `wl-summary-prefetch-region'.
4067         (wl-summary-mark-action-list): Moved to wl-vars.el
4068
4069         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4070         face according to the `wl-summary-mark-action-list'.
4071         (wl-highlight-summary-current-line): Ditto;
4072         Removed destination highlighting.
4073
4074         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4075         (wl-highlight-summary-line-string): Highlight for "i" mark.
4076         (wl-highlight-summary-current-line): Ditto.
4077
4078         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4079         no destination.
4080
4081         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4082         exists, just go ahead.
4083         (wl-summary-prefetch-region): Rewrite.
4084         (wl-summary-prefetch): Ditto.
4085         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4086         (wl-summary-exec-action-prefetch): New function.
4087         (wl-summary-target-mark-prefetch): Rewrite.
4088
4089 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4092         (wl-highlight-summary-line-string): Added "d" and "D".
4093         (wl-highlight-summary-current-line): Ditto.
4094
4095         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4096         in wl-summary.el.
4097         (wl-thread-insert-entity-sub): Ditto.
4098         (wl-thread-remove-destination-region): Ditto.
4099         (wl-thread-print-destination-region): Ditto.
4100
4101         * wl-summary.el (wl-summary-buffer-refile-list,
4102         wl-summary-buffer-delete-list,
4103         wl-summary-buffer-copy-list): Abolish.
4104         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4105         All other related portions are changed.
4106         (wl-summary-mark-action-list): New variable.
4107         (wl-summary-set-mark): New function.
4108         (wl-summary-register-target-mark): Ditto.
4109         (wl-summary-unregister-target-mark): Ditto.
4110         (wl-summary-have-target-mark-p): Ditto.
4111         (wl-summary-register-temp-mark): Ditto.
4112         (wl-summary-unregister-temp-mark): Ditto.
4113         (wl-summary-registered-temp-mark): Ditto.
4114         (wl-summary-collect-temp-mark): Ditto.
4115         (wl-summary-unset-mark): Ditto.
4116         (wl-summary-set-target-mark): Ditto.
4117         (wl-summary-unset-target-mark): Ditto.
4118         (wl-summary-set-action-generic): Ditto.
4119         (wl-summary-unset-action-generic): Ditto.
4120         (wl-summary-exec-action-delete): Ditto.
4121         (wl-summary-exec-action-erase): Ditto.
4122         (wl-summary-set-action-refile): Ditto.
4123         (wl-summary-set-action-refile-subr): Ditto.
4124         (wl-summary-unset-action-refile): Ditto.
4125         (wl-summary-make-destination-numbers-list): Ditto.
4126         (wl-summary-exec-action-refile): Ditto.
4127         (wl-summary-set-action-copy): Ditto.
4128         (wl-summary-unset-action-copy): Ditto.
4129         (wl-summary-exec-action-copy): Ditto.
4130         (wl-summary-collect-numbers-region): Ditto.
4131         (wl-summary-delete): Rewrite.
4132         (wl-summary-erase): Ditto.
4133         (wl-summary-remove-destination): Ditto.
4134         (wl-summary-exec): Ditto.
4135         (wl-summary-exec-region): Ditto.
4136         (wl-summary-target-mark-erase): Ditto.
4137         (wl-summary-refile): Ditto.
4138         (wl-summary-copy): Ditto.
4139         (wl-summary-unmark): Ditto.
4140         (wl-summary-delete-all-mark): Ditto.
4141         (wl-summary-mark-line): Don't highlight.
4142         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4143         (wl-summary-target-mark-refile-subr): Rewrite.
4144
4145         (wl-summary-copy-prev-destination): Abolish.
4146
4147 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4148
4149         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4150         default values along the value of wl-on-mule.
4151         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4152         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4153         It is not used anywhere.
4154
4155 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4156
4157         * wl-summary.el (wl-summary-print-destination): Keep position.
4158         (wl-summary-cursor-move-surface): Keep horizontal position.
4159
4160 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4161
4162         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4163         write sendlog.
4164
4165 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4166
4167         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4168         `wl-summary-highlight'.
4169
4170 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4171
4172         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4173         trivial condition for temp-mark.
4174
4175 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4176
4177         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4178         when it hits killed buffer.
4179
4180 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4181
4182         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4183         * wl-news.el.in: `message' and `error' take format string.
4184
4185 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4186
4187         * wl-folder (wl-folder-insert-entity): Display a message,
4188         `...done', when the work finish.
4189         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4190
4191 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4192
4193         * wl-message.el (wl-message-redisplay): Remove unused local
4194         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4195
4196 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4197
4198         * wl-summary.el (wl-summary-replace-status-marks): Disable
4199         interactive use.
4200         (wl-summary-reedit): Check message existence at first.
4201         (wl-summary-mark-line): Fix doc, return value is indefinite.
4202
4203         * wl-highlight.el (wl-highlight-message): Arranged.
4204
4205         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4206         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4207         check temp-mark by wl-summary-temp-mark always.
4208         (wl-highlight-summary): Change accordingly.
4209         * wl-summary.el (wl-summary-mark-as-read-all)
4210         (wl-summary-delete-cache, wl-summary-set-score-mark)
4211         (wl-summary-mark-as-unread, wl-summary-unmark)
4212         (wl-summary-mark-line, wl-summary-mark-as-read)
4213         (wl-summary-mark-as-important): Ditto.
4214
4215         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4216         end of the window if possible.
4217         * wl-summary.el (wl-summary-sync-update): Support lazy
4218         highlighting.
4219         (wl-summary-toggle-disp-msg): Ditto.
4220
4221 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4222
4223         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4224
4225 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4226
4227         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4228         change.
4229
4230 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4233         API.
4234         (wl-summary-sync-update): Ditto.
4235
4236         * wl-score.el (wl-score-get-score-alist): Changed argument.
4237         (wl-summary-rescore-msgs): Likewise.
4238         (wl-summary-score-headers): Likewise.
4239         (wl-score-headers): Likewise;
4240         Use elmo-folder-do-each-message-entity, etc.
4241         (wl-summary-score-effect): Follow the changes above.
4242         (wl-summary-rescore): Ditto.
4243         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4244         (wl-score-get-overview): Abolish.
4245
4246         * wl-summary.el (wl-summary-default-from): Follow the API change in
4247         elmo-msgdb.
4248         (wl-summary-count-unread): Ditto.
4249         (wl-summary-detect-mark-position): Ditto.
4250         (wl-summary-overview-entity-compare-by-date): Ditto.
4251         (wl-summary-overview-entity-compare-by-number): Ditto.
4252         (wl-summary-overview-entity-compare-by-from): Ditto.
4253         (wl-summary-overview-entity-compare-by-subject): Ditto.
4254         (wl-summary-get-list-info): Ditto.
4255         (wl-summary-rescan): Ditto.
4256         (wl-summary-jump-to-msg-by-message-id): Ditto.
4257         (wl-summary-sync-update): Ditto; Removed comment.
4258         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4259         (wl-summary-insert-message): Use wl-summary-insert
4260         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4261         (wl-summary-insert-headers): Changed argument overview to folder.
4262         (wl-summary-search-by-subject): Likewise.
4263         (wl-summary-insert-thread): Renamed from 
4264         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4265
4266         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4267         too.
4268
4269         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4270         wl-string-member.
4271
4272 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4273
4274         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4275         elmo-folder-append-buffer.
4276         (wl-draft-queue-append): Likewise.
4277
4278         * wl-mime.el (wl-message-delete-current-part): Ditto.
4279         (wl-summary-burst-subr): Ditto.
4280
4281         * wl-news.el.in (wl-news-send-news): Ditto.
4282
4283 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4284
4285         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4286         function.
4287         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4288         (wl-summary-update-mark): Enclose with save-excursion.
4289         (wl-summary-mark-as-read-internal): Fixed last change.
4290         (wl-summary-mark-as-important): Use 3rd argument of
4291         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4292         Don't use elmo-msgdb-set-mark.
4293         (wl-summary-redisplay-internal): If msgdb flag is already read,
4294         just update the mark on buffer.
4295
4296 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4297
4298         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4299         cut visible folder when elmo-folder-delete returns non-nil value.
4300
4301 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4302
4303         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4304         by Kenichi OKADA <okada@opaopa.org>).
4305
4306 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4307
4308         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4309
4310 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4311
4312         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4313         Fixed the last change, search group entity by its real name.
4314         (Thanks to: KOBAYASHI Shinji)
4315
4316 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4317
4318         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4319         (wl-fldmgr-access-display-all): Don't refer visible name.
4320         * wl-expire.el (wl-folder-archive-current-entity)
4321         (wl-folder-expire-current-entity): Ditto.
4322         * wl-folder.el (wl-folder-jump-to-current-entity)
4323         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4324         (wl-folder-open-folder-sub,wl-folder-open-all)
4325         (wl-folder-write-current-folder): Ditto.
4326         (wl-folder-insert-entity): Don't use petname for normal group.
4327         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4328         is the real name.
4329         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4330         Abolished.
4331
4332 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4333
4334         * wl-draft.el (wl-draft-create-buffer): Add
4335         `wl-summary-reply-with-citation'
4336
4337 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4338
4339         * wl-draft.el (wl-draft-reply): Fixed.
4340
4341 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4344         when `wl-draft-send-confirm-with-preview' is non-nil.
4345         You can scroll up/down by j/k.
4346         (wl-draft-send-confirm-with-preview): New variable (default=t).
4347
4348 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4349
4350         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4351         (wl-fldmgr-save-folders): Fix comment.
4352
4353 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4354
4355         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4356         along the last change in `wl-folder-buffer-group-p'.
4357
4358 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4359
4360         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4361         folder.
4362
4363         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4364         the default value.
4365
4366         * wl-mime.el (wl-summary-burst): Update summary only when target
4367         folder equals current folder.
4368
4369 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4370
4371         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4372
4373 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4374
4375         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4376         value.
4377
4378 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4379
4380         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4381         `map-extents' instead of `extent-at' repeatedly.
4382         (wl-highlight-folder-current-line): Ditto.
4383
4384         * wl-highlight.el: Remove useless dummy functions.
4385
4386 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4387
4388         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4389         (wl-folder-put-folder-property): New function to put text property.
4390         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4391         (wl-folder-insert-entity, wl-folder-update-diff-line)
4392         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4393         * wl-e21.el, wl-xmas.el, wl-mule.el
4394         (wl-highlight-folder-current-line): Ditto.
4395         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4396         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4397         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4398         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4399
4400 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4401
4402         * Version number is increased to 2.11.3.
4403
4404 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4407         Resume current-buffer since it is assumed by remaining tasks.
4408
4409 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4410
4411         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4412         (wl-folder-completion-function): Abolished.
4413         (wl-folder-complete-folder): New function.
4414         (wl-folder-complete-filter-condition): Ditto.
4415         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4416         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4417
4418 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4419
4420         * wl-draft.el (wl-draft-send-confirm): New function.
4421         (wl-draft-send): Use it.
4422
4423         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4424         cursor-in-echo-area while confirming.
4425
4426         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4427
4428         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4429         searching via nntp if wl-summary-search-via-nntp is 'force.
4430         Otherwise, invoke searching in nntp folder only.
4431         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4432
4433         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4434         explicitly for mime-make-text-tag.
4435
4436 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4437
4438         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4439         `mime-make-text-tag' instead of `mime-create-tag'.
4440
4441 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4444         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4445
4446 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4447
4448         * wl-score.el (wl-score-save): Bind print-length and print-level.
4449         (wl-score-pretty-print): Ditto.
4450         (wl-score-edit-insert-header-entry): Ditto.
4451
4452         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4453         "From" entry to be treated with wl-draft-eword-encode-address-list.
4454         * wl-mime.el (wl-draft-preview-message): Ditto.
4455
4456         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4457         (wl-summary-mark-as-unread): Ditto.
4458         (wl-summary-mark-as-read-region): Change accordingly.
4459         (wl-summary-mark-as-unread-region): Ditto.
4460         (wl-summary-target-mark-mark-as-read): Ditto.
4461         (wl-summary-target-mark-mark-as-unread): Ditto.
4462
4463 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4464
4465         * Version number is increased to 2.11.2.
4466
4467 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4468
4469         * wl-news.el.in (wl-news-previous-version-save): Bind
4470         print-length and print-level.
4471         * wl-thread.el (wl-thread-save-entities): Ditto.
4472         (wl-thread-save-top-list): Bind print-length.
4473
4474 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4475
4476         * wl-highlight.el (wl-highlight-summary-line-string): Use
4477         wl-summary-score-below-mark, wl-summary-score-over-mark.
4478         (wl-highlight-summary-current-line): Ditto.
4479
4480 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4481
4482         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4483         insert it.
4484
4485 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4486
4487         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4488
4489 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4490
4491         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4492         message without msgid.
4493         Rewrite with elmo-folder-move-messages.
4494         Set wl-message-buffer to nil.
4495
4496         * wl-summary.el (wl-summary-erase-subr): New function. Use
4497         elmo-folder-move-messages.
4498         (wl-summary-erase): Call it.
4499         (wl-summary-target-mark-erase): Ditto.
4500
4501 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4502
4503         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4504         it is not up-tp-date.
4505
4506 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4507
4508         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4509         buffer after calling `wl-summary-goto-folder-subr' without the
4510         argument `interactive'.
4511         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4512
4513 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4514
4515         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4516         `mime-create-tag'. Use `string=' instead of `looking-at'.
4517
4518 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4521         to avoid compile warning.
4522
4523         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4524         entity-id when folder is given.
4525         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4526         save-excursion, use save-selected-window instead.
4527         Select folder buffer window if exists.
4528         (To correct behavior with wl-folder-move-cur-folder.)
4529
4530 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4531
4532         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4533
4534 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4535
4536         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4537         list-count instead of %d.
4538
4539 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4540
4541         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4542         (wl-news): Set it.
4543         (wl-news-append-to-folder): Use it.
4544
4545         * wl-news.el.in (wl-news-send-news): Append to specified folder
4546         instead of wl-default-folder.
4547         (wl-news-append-to-folder): Show error message with specified folder.
4548
4549         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4550                 In most major modes, Emacs assumes that any opening
4551                 delimiter found at the left margin is the start of a
4552                 top-level definition, or defun. Therefore, *never put an
4553                 opening delimiter at the left margin unless it should have
4554                 that significance.*
4555
4556         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4557
4558 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4559
4560         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4561
4562 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4563
4564         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4565
4566 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4567
4568         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4569         for sequential numbering case.
4570
4571 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4572
4573         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4574         value.
4575         (wl-draft-reply-without-argument-list): Ditto.
4576         (wl-draft-reply-myself-with-argument-list): Abolish.
4577         (wl-draft-reply-myself-without-argument-list): Ditto.
4578         * wl-draft.el (wl-draft-self-reply-p): New function.
4579         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4580
4581 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4582
4583         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4584         (avoid error for the case without byte-compiling)
4585
4586 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4587
4588         * wl-news.el.in (wl-news-append-to-folder): New function.
4589         (wl-news-exit): Rewrite.
4590         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4591
4592 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4593
4594         * wl-draft.el (wl-draft-reply-position): New function.
4595         (wl-draft-reply-position): Fix.
4596         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4597         (wl-summary-target-mark-reply-with-citation): Ditto.
4598         (wl-summary-reply-with-citation): Ditto.
4599         * wl-vars.el (wl-draft-reply-default-position): New variable.
4600
4601 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4602
4603         * wl-draft.el (wl-draft-send): Preview when interactive send.
4604
4605 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4606
4607         * wl-draft.el (wl-draft-reply): Set default position.
4608         * wl-summary.el (wl-summary-reply): Ditto.
4609         (wl-summary-reply-with-citation): Ditto.
4610         (wl-summary-target-mark-reply-with-citation): Ditto.
4611
4612 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-news.el.in (wl-news-lang): Set default value according to
4615         current-language-environment.
4616         (wl-news-append-news): Do nothing when news-list is nil.
4617
4618 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4619
4620         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4621         (wl-news): Change message.
4622         (wl-news-exit): Check buffer.
4623         (wl-news-force-exit): New function.
4624         (wl-news-show-all): New function.
4625         (wl-news-discard-and-exit): Fix.
4626
4627 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4628
4629         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4630         according to current-language-environment.
4631
4632         * wl-news.el.in (wl-news): If arg, show all NEWS after
4633         wl-news-default-previous-version.
4634
4635 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4636
4637         * wl-news.el.in (wl-news-check): Rewritten.
4638         (wl-news-previous-version-load): Change data type.
4639         (wl-news-previous-version-save): Change data type.
4640         (wl-news-append-news): Add return value.
4641         (wl-news-check-news): New function.
4642         (wl-news-already-current-p): New function.
4643         (wl-news-send-news): Rewritten.
4644         (wl-news-mode-map): Add new keybind.
4645         (wl-news): Rewritten.
4646         (wl-news-exit): Rewritten.
4647         (wl-news-discard-and-mail): New function.
4648         (wl-news-send-to-address): Abolished.
4649         * wl.el (wl-init): Delete a message.
4650
4651 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4652
4653         * wl-news.el.in (wl-news-exit): Update previous version.
4654         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4655
4656 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4657
4658         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4659
4660 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4661
4662         * wl-news.el.in (wl-news): New function.
4663         (wl-news-mode): New function.
4664         (wl-news-next-line): New function.
4665         (wl-news-next-page): New function.
4666         (wl-news-exit): New function.
4667         (wl-news-buf-name): New variable.
4668         (wl-news-mode-map): New variable.
4669         (wl-news-winconf): New variable.
4670         (wl-news-append-news): Add an option.
4671
4672 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4673
4674         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4675
4676 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4677
4678         * wl-news.el.in (wl-news-send-to-address): New variable.
4679         (wl-news-send-news): Use it.
4680         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4681         Return updating status.
4682         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4683
4684 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4685
4686         * wl-news.el.in (wl-news-send-news): Delete
4687         Organization and X-Face.
4688
4689 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4690
4691         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4692         (wl-news-append-news): New function.
4693         (wl-news-send-news): New function.
4694
4695 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * Version number is increased to 2.11.1.
4698
4699 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4700
4701         * wl-news.el.in : New file.
4702
4703 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4704
4705         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4706         default value.
4707         (wl-draft-reply-without-argument-list): Ditto.
4708
4709 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4712         (wl-message-buffer-prefetch-idle-time): Ditto.
4713         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4714
4715 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4716
4717         * wl-thread.el (wl-thread-insert-message): Use
4718         wl-summary-max-thread-depth.
4719
4720         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4721         loop detection.
4722
4723         * wl-message.el (wl-message-buffer-display): Back to the first page
4724         when cache is hit.
4725
4726 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4727
4728         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4729
4730         * wl-summary.el (wl-summary-insert-thread-entity):
4731         If the thread depth is reached to wl-summary-max-thread-depth,
4732         divide the thread.
4733
4734 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4737         for elmo-remove-passwd.
4738
4739 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4740
4741         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4742         folder is sticky.
4743         (wl-folder-mark-as-read-all-entity): Ditto.
4744         (wl-folder-prefetch-entity): Ditto.
4745
4746 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4747
4748         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4749
4750 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4751
4752         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4753         Delete messages on buffer for unplugged operation.
4754         (wl-summary-erase): Ditto.
4755
4756 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4759         take nil so as not to search parent by subject.
4760
4761 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4762
4763         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4764         (wl-folder-get-next-folder): Ditto.
4765         (wl-folder-get-path): Ditto.
4766
4767 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4770         system and encode the region with it before verifying.
4771
4772 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4773
4774         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4775         system of the echo buffer before decoding.
4776
4777 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4778
4779         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4780         original contents.
4781
4782 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4783
4784         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4785         with argument 'any-exists.
4786
4787 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4788
4789         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4790         Use `wl-cs-autoconv'.
4791
4792 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4793
4794         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4795         by `mime-view-automatic-conversion'.
4796
4797         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4798         (wl-message-verify-pgp-nonmime): Ditto.
4799         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4800         Bind them to C-c:d and C-c:v respectively.
4801
4802         Merge following code by Teranishi-san from [wl-en:00167].
4803         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4804         (wl-mime-preview-application/pgp-encrypted): Ditto.
4805         (wl-mime-setup): Add entry.
4806
4807 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-summary.el (wl-summary-target-mark-erase): New function.
4810         Bind it to "mD".
4811
4812 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4813
4814         * wl-vars.el (wl-draft-write-file-function): Fix.
4815         (wl-draft-reedit-hook): Changed default value.
4816
4817         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4818         wl-draft-reedit-hook.
4819         (wl-draft-remove-text-plain-tag): New function.
4820         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4821
4822         * wl-vars.el (wl-draft-write-file-function): New user option.
4823
4824         * wl-draft.el (wl-draft-prepare-edit): Use it for
4825         local-write-file-hooks.
4826         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4827
4828         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4829         (wl-draft-insert-mail-header-separator): Return the body beginning
4830         point.
4831         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4832         text/plain.
4833         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4834
4835 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4836
4837         * wl-summary.el (wl-summary-erase): New function to erase message
4838         without moving it to trash. Bind to "D".
4839
4840         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4841         as `keep' unless switch-function.
4842
4843 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4844
4845         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4846         message buffer by using `wl-summary-toggle-disp-msg'.
4847         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4848         buffer window.
4849         (wl-summary-supresedes-message): Ditto.
4850
4851         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4852         Do not delete other windows.
4853         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4854         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4855         (wl-draft-create-buffer): Set reply-or-forward also for target
4856         mark commands.
4857
4858 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4859
4860         * wl-draft.el (wl-user-agent-compose): Delete special case for
4861         switch-to-buffer-other-window.
4862
4863         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4864         (wl-summary-forward): Ditto.
4865
4866         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4867         function.
4868         (wl-draft-buffer-style): New use option.
4869
4870         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4871         (wl-draft): Follow the change above.
4872         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4873         wl-draft-buffer-style.
4874         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4875         switch-function.
4876
4877 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4878
4879         * wl-address.el (wl-address-make-completion-entry): Extracted from
4880         `wl-address-make-completion-list'.
4881         (wl-address-enable-strict-loading): New variable.
4882         (wl-address-make-completion-list): Revive petname duplication
4883         inquiry, and enable it if `wl-address-enable-strict-loading'.
4884         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4885
4886 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4887
4888         * wl-message.el (wl-message-get-original-buffer): Avoid
4889         'Selecting deleted buffer' error when original buffer is killed.
4890
4891 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4892
4893         * wl-summary.el (wl-summary-next-message): Use
4894         elmo-message-accessible-p instead of elmo-message-cached-p.
4895
4896 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4897
4898         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4899
4900         * wl-thread.el (wl-thread-open-all-unread): Use
4901         elmo-folder-list-flagged instead of
4902         elmo-folder-list-messages-mark-match.
4903
4904         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4905         instead of elmo-folder-list-messages-mark-match.
4906         (wl-summary-move-spec-alist): New variable.
4907         (wl-summary-move-spec-plugged-alist,
4908         wl-summary-move-spec-unplugged-alist): Abolish.
4909         (wl-summary-next-message): Follow the change above.
4910         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4911         with 'no-msg' argument.
4912
4913         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4914         variable.
4915         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4916         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4917         (wl-message-buffer-prefetch-get-next): Follow the change above.
4918
4919 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-version.el (wl-version): Changed codename.
4922
4923         * Version number is increased to 2.11.0.
4924
4925 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4926
4927         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4928         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4929         `wl-draft-config-variables'.
4930         (wl-draft-kill): Fixed problem when the draft is reedit.
4931
4932 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4933
4934         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4935         buffer-modified status (Thanks to
4936         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4937
4938 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * wl-util.el (wl-region-exists-p): New function.
4941
4942         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4943         Remove defvars for byte-compile warnings.
4944
4945 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4946
4947         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4948         defvar-maybe. Removed unused bind.
4949
4950 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4951
4952         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4953         summary buffer window before creating new frame.
4954         (wl-draft-reply): Ditto.
4955
4956 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4957
4958         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4959
4960 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4961
4962         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4963
4964 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4965
4966         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4967         instead of `kill-region'.
4968
4969 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4970
4971         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4972         (wl-highlight-summary-line-string): Use it.
4973         (wl-highlight-summary-current-line): Ditto.
4974
4975         * wl-mime.el (wl-message-delete-current-part): Check the class of
4976         mime-entity.
4977
4978         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4979
4980         * wl-summary.el (wl-summary-make-number-list): Initialize.
4981         (wl-summary-update-mark): New function.
4982         (wl-summary-reply): Put `answered' mark on the message.
4983         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4984
4985         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4986         (wl-draft-reply): Added optional argument `number';
4987         Set wl-draft-parent-number.
4988         (wl-draft-kill): Delete answered mark if it is a reply.
4989
4990 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4991
4992         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4993         that originates in mime-preview-follow-current-entity.
4994         (wl-draft-yank-current-message-entity): Use it if region is active.
4995
4996         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4997         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4998         `wl-message-delete-current-part'.
4999         * wl-mule.el (wl-message-define-keymap): Ditto.
5000         * wl-xmas.el (wl-message-define-keymap): Ditto.
5001
5002 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5003
5004         * wl-mime.el (wl-message-delete-current-part): New function.
5005         (wl-mime-node-id-to-string): Ditto.
5006
5007         * wl-mime.el (wl-message-delete-current-part): Use existing
5008         original buffer which corresponds current mime-view buffer.
5009         (fetched buffer might have different structure, possibly)
5010
5011         * wl-mime.el (wl-message-delete-current-part): Quit if the
5012         message content differs from the actual message.
5013
5014 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5015
5016         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5017         order.
5018         (wl-summary-search-by-subject): Search parent message from tail;
5019         Check the existence of the parent message on the current thread tree.
5020         (wl-summary-update-thread): Check whether the line is inserted.
5021
5022 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5023
5024         * wl-vars.el (wl-summary-line-format): Undo last change.
5025         * wl-summary.el (wl-summary-print-destination): Do not put
5026         invisible property when `wl-summary-width' is nil.
5027         (wl-summary-line-subject-minimum-length): Abolished.
5028         (wl-summary-line-subject): Ditto.
5029
5030 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5031
5032         * wl-vars.el (wl-summary-line-format): Change default value.
5033         (wl-summary-subject-length-limit): Abolished.
5034         * wl-summary.el (wl-summary-line-subject): Ditto.
5035
5036 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5037
5038         * wl-template.el (wl-template-select): Added optional argument.
5039         If optional argument is specified, reverse
5040         `wl-template-visible-select'.
5041
5042 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5043
5044         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5045         Take prefix argument to force asking the destination folder.
5046
5047 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5048
5049         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5050         count and update status.
5051
5052 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-summary.el (wl-summary-redisplay-internal): If
5055         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5056         after fetching.
5057
5058 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5059
5060         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5061         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5062
5063         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5064
5065 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5066
5067         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5068         (All other related portions are changed).
5069         (wl-summary-mark-as-read-all): Rewrite.
5070
5071 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5074         `wl-summary-mark-as-read'.
5075         (wl-summary-mark-as-unread): Rewrite.
5076         (wl-summary-mark-as-read): Added no-modeline argument.
5077         (wl-summary-resume-cache-status): Rewrite.
5078         (wl-summary-exec-subr): Remove unused local variable.
5079
5080 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5081
5082         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5083         logic to call `wl-summary-buffer-prev-folder-function'.
5084         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5085
5086 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5089         is nil.
5090
5091 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5092
5093         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5094         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5095         (wl-mime-setup): Add its entry.
5096
5097 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5098
5099         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5100         (wl-summary-delete-cache): Likewise.
5101         (wl-summary-mark-as-read): Rewrite.
5102
5103 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5106         `wl-summary-count-unread'.
5107
5108         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5109
5110         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5111
5112 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5113
5114         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5115         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5116         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5117         Renamed to the elmo-msgdb-*-mark.
5118         (wl-summary-score-marks): Follow the change above.
5119         (wl-summary-auto-refile-skip-marks): Ditto.
5120         (wl-summary-incorporate-marks): Ditto.
5121         (wl-summary-expire-reserve-marks): Ditto.
5122
5123         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5124         changes.
5125         (wl-thread-insert-top): Changed updating message.
5126
5127         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5128         variable.
5129         (wl-summary-count-unread): Count answered marks.
5130         (wl-summary-rescan): Call wl-summary-insert-message instead of
5131         wl-summary-append-message-func-internal.
5132         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5133         (wl-summary-prefetch-msg): Follow the variable name changes.
5134         (wl-summary-prefetch-region): Ditto.
5135         (wl-summary-mark-as-read-all): Follow the API changes;
5136         Don't call elmo-folder-replace-marks.
5137         (wl-summary-delete-cache): Follow the variable name changes.
5138         (wl-summary-resume-cache-status): Ditto.
5139         (wl-summary-update-status-marks): New function.
5140         (wl-summary-insert-message): New function.
5141         (wl-summary-sync-marks): Follow the variable name changes.
5142         (wl-summary-sync-update): Synchronize to the msgdb, too;
5143         Changed update messages.
5144         (wl-summary-make-number-list): Rewrite.
5145         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5146         (wl-summary-mark-as-unread): Follow the API changes.
5147         (wl-summary-exec-subr): Follow the variable name changes.
5148         (wl-summary-mark-as-read): Ditto.
5149         (wl-summary-move-spec-plugged-alist): Ditto.
5150         (wl-summary-move-spec-unplugged-alist): Ditto.
5151         (wl-summary-cursor-move-surface): Ditto.
5152
5153         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5154         variable name changes.
5155         (wl-highlight-summary-current-line): Ditto.
5156
5157         * wl-expire.el (wl-expire-refile): Follow the API change in
5158         elmo-folder-move-messages.
5159         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5160         (wl-summary-archive): Use elmo-folder-msgdb instead of
5161         elmo-msgdb-load.
5162
5163 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5164
5165         * wl-mime.el (wl-draft-preview-message): Restore the position
5166         before evaluating wl-draft-send-hook in preview buffer.
5167
5168 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5169
5170         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5171         when it creates new draft buffer.
5172
5173         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5174         without argument.
5175
5176         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5177         Evaluate content and if the value is string, insert it.
5178         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5179         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5180         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5181         wl-draft-config-sub-part-bottom): Use it.
5182
5183         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5184         with the folder name. The question was unintelligible when it is
5185         called from wl-save-status.
5186
5187 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5188
5189         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5190         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5191         cannot take second argument).
5192
5193 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5194
5195         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5196         as t. Since type and subtype are not case sensitive (RFC 2045).
5197
5198 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5199
5200         * wl-vars.el (wl-message-mode-line-format): New variable.
5201         (wl-message-mode-line-format-spec-alist): Ditto.
5202         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5203         (wl-message-redisplay): Use wl-message-mode-line-format.
5204
5205 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5208
5209 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5210
5211         * wl-summary.el (wl-summary-default-from): Write description.
5212
5213 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5214
5215         * wl-vars.el (wl-ldap-objectclass): Abolish.
5216
5217         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5218         (wl-ldap-make-filter): Removed condition for objectclass.
5219         (wl-ldap-make-matched-value-list): Remove meaningless process.
5220         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5221         (wl-address-ldap-search): Don't add `*' to `pat' string;
5222         use ignore-errors; added `email';
5223         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5224         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5225         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5226
5227
5228 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5229
5230         * wl-draft.el (wl-draft-parent-folder): Write description.
5231         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5232
5233 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5236         as "" (zero-length string) if no parent.
5237         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5238
5239 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-address.el (wl-address-make-completion-list): Skip duplication
5242         checking.
5243         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5244         `append'.
5245
5246 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5247
5248         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5249         instead of `beginning-of-buffer'.
5250
5251 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5252
5253         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5254
5255 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5256
5257         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5258         Refer wl-message-buffer-name.
5259         (wl-message-wheel-down): Ditto.
5260
5261 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * wl-vars.el (wl-message-buffer-name): New user option.
5264
5265         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5266         directly instead of making alist dinamically.
5267
5268         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5269         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5270         wl-message-buffer-cache-name.
5271         (wl-message-buffer-cache-clean-up): Ditto.
5272
5273         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5274
5275         * Version number is increased to 2.9.15.
5276
5277 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-vars.el (wl-summary-default-view-alist): New user option.
5280
5281         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5282
5283         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5284         while deleting address.
5285         (wl-draft-delete-myself-from-cc): Ditto.
5286
5287         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5288         If optional argument is specified, reverse sort order.
5289
5290         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5291
5292 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5293
5294         * wl-thread.el (wl-thread-insert-message): Return parent number if
5295         exists.
5296         (wl-thread-update-indent-string-region): Use
5297         wl-thread-update-line-on-buffer-sub instead of
5298         wl-thread-update-line-on-buffer.
5299
5300 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5301
5302         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5303         (wl-folder-close-all): Ditto.
5304
5305 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5306
5307         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5308         and mailing-list:.
5309         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5310         value.
5311         (wl-summary-line-list-info): Print mailing-list name even when 
5312         list-number is empty.
5313
5314 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5315
5316         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5317
5318         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5319         (wl-draft-open-file): Ditto.
5320         (wl-draft-random-alphabet): Ditto.
5321
5322         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5323         bindings.
5324
5325 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5326
5327         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5328         * wl-vars.el (wl-draft-config-alist): Ditto.
5329
5330 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * Version number is increased to 2.9.14.
5333
5334         * wl.el (wl): Don't set wl-init as nil when error occured while
5335         auto-checking folders.
5336
5337         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5338         `elmo-expand-newtext'.
5339
5340 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5341
5342         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5343         `this-command' so that `wl-folder-goto-folder' contained in
5344         `wl-summary-keep-cursor-command' work.
5345
5346 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347
5348         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5349         message buffer displaying state.
5350
5351 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5352
5353         * wl-vars.el (wl-summary-default-view): New variable to specify
5354         default value for `wl-summary-buffer-view' instead of using
5355         set-default.
5356         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5357
5358 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5359
5360         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5361
5362         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5363
5364 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5365
5366         * wl-vars.el (wl-forward-subject-prefix): New variable.
5367         * wl-draft.el (wl-draft-forward): Use it.
5368
5369 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5370
5371         * wl-message.el (wl-message-prev-page): When it is called without
5372         lines argument, scroll down by wl-message-scroll-amount lines.
5373         (wl-message-next-page): Ditto.
5374         * wl-vars.el (wl-message-scroll-amount): Change default value
5375         to preserve current behavior.
5376
5377 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5378
5379         * wl-summary.el (wl-summary-prefetch-msg): Bind
5380         `wl-message-entity' to call `wl-summary-from-function'.
5381
5382 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5383
5384         * wl-message.el (wl-message-buffer-create): Run
5385         wl-message-buffer-created-hook.
5386
5387 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5388
5389         * wl-summary.el (wl-summary-sort-specs): New variable.
5390         (wl-summary-default-sort-spec): Ditto.
5391         (wl-summary-sort): Rewrite.
5392         (wl-summary-sort-by-list-info): New function.
5393
5394 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5395
5396         * wl-summary.el (wl-summary-get-list-info): New function.
5397         (wl-summary-sort): Rewrite.
5398         (wl-summary-line-list-info): Ditto.
5399         (wl-summary-line-list-count): Ditto.
5400         (wl-summary-refile-region): Fixed docstring.
5401
5402 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5403
5404         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5405         `wl-folder-entity-hashtb' as completion table.
5406
5407 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5410         only when this command is called interactively; silence the byte-
5411         compiler.
5412
5413 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5414
5415         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5416         active in XEmacs.
5417
5418 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5419
5420         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5421         plural lines.
5422
5423 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5424
5425         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5426         of current line when the cursor is on the header name.
5427         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5428
5429 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5430
5431         * wl-util.el (wl-read-directory-name): Return displayed directory
5432         as the default value also on XEmacs.
5433
5434 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5437         formatting.
5438
5439 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5440
5441         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5442         argument and when it is non-nil, check face property before
5443         highlighting for each line.
5444         (wl-highlight-summary-window): Set it.
5445
5446 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5449         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5450
5451         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5452         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5453         (wl-draft-get-fcc-list): Likewise.
5454
5455 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5458         (wl-thread-entity-cur): Ditto.
5459         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5460         wl-thread-indent-regexp setting.
5461         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5462
5463         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5464         wl-summary-lazy-highlight.
5465         (wl-summary-display-bottom): Ditto.
5466
5467         * wl-thread.el (wl-thread-open-close): Likewise.
5468
5469         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5470         from and subject;
5471         Bind wl-draft-use-frame;
5472         Enclose with save-window-excursion;
5473         Use wl-draft-create-buffer instead of with-temp-buffer;
5474         Use wl-draft-prepare-edit;
5475         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5476         Use wl-draft-send instead of wl-draft-raw-send.
5477
5478 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5479
5480         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5481         of using wl-from.
5482
5483 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5486         insert-buffer instead of clone-buffer.
5487         (wl-draft-doing-mime-bcc): New variable.
5488         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5489         infinite loop.
5490         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5491
5492         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5493         (wl-draft-mime-bcc-body): Ditto.
5494
5495         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5496         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5497         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5498         wl-draft-do-mime-bcc.
5499         (wl-draft-mime-bcc-field): New function.
5500         (wl-draft-do-mime-bcc): Ditto.
5501
5502         * wl-address.el (wl-address-complete-header-list): New variable.
5503         (wl-address-complete-header-regexp): Changed default value.
5504
5505         * Version number is increased to 2.9.13.
5506
5507 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5508
5509         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5510         it is differed.
5511
5512 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5513
5514         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5515         (wl-summary-line-list-count): Ditto.
5516
5517 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5518
5519         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5520         (wl-nntp-posting-function): New variable.
5521         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5522         `wl-nntp-posting-config-alist'.
5523
5524 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5525
5526         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5527         FLIM.
5528
5529 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5530
5531         * wl-summary.el (wl-summary-target-mark-refile-sub):
5532         Remove a nuisance funcall.
5533
5534 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5535
5536         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5537         as t for `try-completion'.
5538
5539 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5540
5541         * wl-summary.el (wl-summary-default-from): Use
5542         wl-address-header-extract-address instead of
5543         std11-extract-address-components.
5544         (wl-summary-simple-from): Ditto.
5545         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5546         (wl-summary-insert-headers): Show message.
5547         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5548         for whole line.
5549         (wl-summary-default-from): Revert last change.
5550         (wl-summary-simple-from): Ditto.
5551         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5552         (wl-summary-mark-as-read-region): Follow the change above.
5553         (wl-summary-sync-marks): Ditto.
5554         (wl-summary-target-mark-mark-as-read): Ditto.
5555         (wl-summary-redisplay-internal): Ditto.
5556         (wl-summary-redisplay-no-mime-internal): Ditto.
5557         (wl-summary-redisplay-all-header): Ditto.
5558         (wl-summary-mark-as-read): Removed argument `cached';
5559         Use current cache status to set cache mark.
5560         (wl-summary-redisplay-internal): Follow the change above.
5561         (wl-summary-redisplay-no-mime-internal): Ditto.
5562         (wl-summary-redisplay-all-header): Ditto.
5563
5564         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5565
5566         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5567         Don't call itself recursively (Adviced by Yamaoka-san).
5568
5569 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5570
5571         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5572         bind wl-summary-highlight as nil to avoid error caused by missing
5573         local variables.
5574
5575 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5576
5577         * wl-vars.el (wl-invalid-character-message): New user option.
5578
5579         * wl-util.el (wl-set-string-width): If truncated string-width is
5580         larger than specified width, use `wl-invalid-character-message'.
5581
5582 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5583
5584         * wl-summary.el (wl-summary-prefetch-msg): 
5585         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5586
5587 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5588
5589         * wl-vars.el (wl-summary-check-line-format): New user option.
5590         (wl-summary-line-format-file): Ditto.
5591
5592         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5593         variable.
5594         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5595         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5596         and `wl-summary-view-old-p' to check whether do a rescan or not.
5597         (wl-summary-view-old-p): New function.
5598         (wl-summary-line-format-changed-p): Ditto.
5599         (wl-summary-line-format-save): Ditto.
5600         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5601
5602         * wl-util.el (wl-set-string-width): Avoid using negative number
5603         for make-string.
5604
5605 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5606
5607         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5608         return value.
5609
5610         * wl-util.el (wl-set-string-width): Added optional argument
5611         `padding' (All other related portions are changed).
5612         (wl-line-parse-format): If the first letter of column number is
5613         `0', zero-padding the result (ex: "%05l").
5614
5615         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5616
5617 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5618
5619         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5620         sequential summary view.
5621
5622 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5625         if it doesn't have a -unix version.
5626
5627 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5630
5631 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5632
5633         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5634         content.
5635         (wl-draft): Follow the change above.
5636
5637         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5638
5639         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5640         and wl-folder-summary-line-format-alist contain %T and %P.
5641
5642         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5643         (wl-summary-mode-line-format): New user option.
5644         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5645         (wl-summary-line-format): Changed default value.
5646         (wl-summary-lazy-highlight): Changed default value.
5647
5648         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5649         change in wl-summary-create-line.
5650         (wl-thread-insert-entity-sub): Ditto.
5651
5652         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5653         (wl-summary-buffer-unread-status): Ditto.
5654         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5655         (wl-summary-buffer-persistent-mark-column): Ditto.
5656         (wl-summary-buffer-mode-line-formatter): Ditto.
5657         (wl-summary-buffer-mode-line): Ditto.
5658         (wl-summary-message-regexp): Abolished.
5659         (All other related portions are changed.)
5660         (wl-summary-detect-mark-position): New function.
5661         (wl-summary-buffer-set-folder): Setup
5662         wl-summary-buffer-mode-line-formatter.
5663         (wl-summary-mode): Setup selective-display;
5664         Setup pre-idle-hook when xemacs.
5665         (wl-summary-update-modeline): Rewrite.
5666         (wl-summary-jump-to-msg): Define as function;
5667         Changed regexp for searching messages.
5668         (wl-summary-message-number): Rewrite.
5669         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5670         Do rescan when old type summary cache.
5671         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5672         (wl-summary-remove-destination): Use '\r' to detect EOL.
5673         (wl-summary-print-destination): Ditto.
5674         (wl-summary-temp-mark): New inline function.
5675         (wl-summary-persistent-mark): Ditto.
5676         (wl-summary-line-number): New function.
5677         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5678         (wl-summary-line-list-count): New function.
5679         (wl-summary-create-line): Added argument persistent-mark.
5680         (All other related portions are changed)
5681         (wl-summary-create-line): Insert '\r'.
5682         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5683         (wl-summary-cursor-move-surface): New inline function.
5684         (wl-summary-prev): Use it.
5685         (wl-summary-next): Ditto.
5686
5687         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5688         wl-summary-message-regexp.
5689         (wl-highlight-summary): Delete progress message.
5690         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5691
5692         * Version number is increased to 2.9.12.
5693
5694 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5695
5696         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5697         variable (nil: no minimum).
5698         (wl-summary-line-subject): Add some spaces after subject by
5699         wl-summary-line-subject-minimum-length.
5700
5701 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5702
5703         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5704         and removed `F'.
5705         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5706         change above).
5707
5708 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5709
5710         * wl-summary.el (wl-summary-line-list-count): Reverted.
5711         (example setting in samples/*/dot.wl is also updated)
5712
5713 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5714
5715         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5716
5717         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5718
5719         * wl-vars.el (wl-summary-line-format): Addes some description to the
5720         docstring.
5721
5722         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5723         (wl-summary-line-close-bracket): Ditto.
5724         (wl-summary-line-children-number): Ditto.
5725         (wl-summary-line-thread-indent): Ditto.
5726         (wl-summary-line-children-and-from): Ditto.
5727
5728         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5729         't', 'c', 'F' and added 'C'.
5730
5731         * wl-util.el (wl-set-string-width): Accept negative value.
5732         (wl-line-parse-format): Added "%number(" and "%)".
5733
5734 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5735
5736         * wl-summary.el (wl-summary-line-list-count): Change format of the
5737         return value.
5738
5739 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5740
5741         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5742         from the recent message.el.
5743         (wl-draft-point-in-header-p): Ditto.
5744         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5745         wl-draft-beginning-of-line.
5746         * wl-e21.el (wl-draft-mode-map): Ditto.
5747         * wl-xmas.el (wl-draft-mode-map): Ditto.
5748
5749         * wl-folder.el: Sort macrodefs by dependencies.
5750
5751 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5752
5753         * wl-summary.el (wl-summary-prev): Fixed regexp.
5754         (wl-summary-next): Ditto.
5755
5756 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5757
5758         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5759
5760 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5761
5762         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5763         for backward compatibility.
5764
5765 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5766
5767         * wl-summary.el (wl-summary-line-list-count): New function, merged
5768         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5769         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5770         list counts.
5771
5772 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5773
5774         * wl-summary.el (wl-summary-create-line): Ignore errors while
5775         timezone-fix-time.
5776
5777         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5778
5779         * wl-summary.el (wl-summary-sync-update): Ditto.
5780         (wl-summary-default-from): Use wl-message-entity
5781         instead of entity.
5782
5783         * wl-summary.el (wl-summary-create-line): Fix.
5784
5785         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5786         (wl-summary-line-format): New user option.
5787         (wl-folder-summary-line-format-alist): Ditto.
5788         (wl-summary-from-width): Abolished.
5789
5790         * wl-util.el (toplevel): Require 'bytecomp.
5791         (wl-line-parse-format): New function.
5792         (wl-line-formatter-setup): New macro.
5793
5794         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5795         (wl-summary-buffer-line-formatter): New buffer local variable.
5796         (wl-summary-switch-to-clone-buffer): Follow the change above.
5797         (wl-summary-message-regexp): Fix.
5798         (wl-summary-from-func-internal): Abolished.
5799         (wl-summary-subject-func-internal): Ditto.
5800         (wl-summary-subject-filter-func-internal): Ditto.
5801         (All other related portions are changed.)
5802         (wl-summary-buffer-set-folder):
5803         Set up wl-summary-buffer-number-column and 
5804         wl-summary-buffer-line-formatter
5805         (All other related portions are changed.)
5806         (wl-summary-buffer-number-column-detect): Abolished.
5807         (All other related portions are changed.)
5808         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5809         (wl-summary-delete-all-temp-marks-on-buffer): Use
5810         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5811         (wl-summary-target-mark-delete): Ditto.
5812         (wl-summary-target-mark-refile-subr): Ditto.
5813         (wl-summary-target-mark-mark-as-read): Ditto.
5814         (wl-summary-target-mark-mark-as-unread): Ditto.
5815         (wl-summary-target-mark-mark-as-important): Ditto.
5816         (wl-summary-target-mark-save): Ditto.
5817         (wl-summary-replace-status-marks): Renamed from
5818         wl-summary-set-status-marks-on-buffer;
5819         Use wl-summary-message-regexp instead of
5820         wl-summary-buffer-number-regexp.
5821         (wl-summary-sync-update): Follow the change above.
5822         (wl-summary-goto-previous-message-beginning): New function.
5823         (wl-summary-mark-as-unread): Use it.
5824         (wl-summary-mark-as-important): Ditto.
5825         (wl-summary-line-formatter): New variable.
5826         (wl-summary-line-year): New function.
5827         (wl-summary-line-day): Ditto.
5828         (wl-summary-line-day-of-week): Ditto.
5829         (wl-summary-line-hour): Ditto.
5830         (wl-summary-line-minute): Ditto.
5831         (wl-summary-line-open-bracket): Ditto.
5832         (wl-summary-line-close-bracket): Ditto.
5833         (wl-summary-line-children-number): Ditto.
5834         (wl-summary-line-thread-indent): Ditto.
5835         (wl-summary-line-size): Ditto.
5836         (wl-summary-line-subject): Ditto.
5837         (wl-summary-line-from): Ditto.
5838         (wl-summary-line-children-and-from): Ditto.
5839         (wl-summary-create-line): Rewritten.
5840         (wl-summary-format-date): Abolished.
5841
5842         * wl-highlight.el (wl-highlight-summary-current-line): Use
5843         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5844         Use thread structure to detect thread top message.
5845
5846         * wl-draft.el (wl-default-draft-cite): Don't use
5847         wl-summary-from-func-internal.
5848
5849         * wl-refile.el (wl-refile-subject-learn): Don't use
5850         wl-summary-subject-filter-func-internal.
5851         (wl-refile-guess-by-subject): Ditto.
5852
5853         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5854         parameters.
5855
5856         * wl-thread.el (wl-thread-update-indent-string-region):
5857         Use wl-thread-update-line-on-buffer instead of
5858         wl-thread-update-indent-string.
5859         (wl-thread-update-children-number): Redefine using
5860         wl-thread-update-line-on-buffer.
5861         (wl-thread-update-indent-string): Abolished.
5862
5863         * Version number is increased to 2.9.11.
5864
5865 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5868         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5869         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5870
5871         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5872         as nil.
5873
5874         * wl-thread.el (wl-thread-open-all-unread): Use 
5875         elmo-folder-list-messages-mark-match.
5876         (wl-thread-insert-message): Removed argument `mark-alist'.
5877         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5878         elmo-msgdb-set-mark.
5879         (wl-thread-get-children-msgs-uncached): Likewise.
5880         (wl-thread-get-exist-children): Added argument include-self.
5881         (wl-thread-delete-message): Follow the change above.
5882
5883         * wl-summary.el (wl-summary-count-unread): Removed argument.
5884         (wl-summary-rescan): Follow the change above.
5885         (wl-summary-mark-as-read-region): Ditto
5886         (wl-summary-mark-as-unread-region): Ditto.
5887         (wl-summary-delete-messages-on-buffer): Ditto.
5888         (wl-summary-sync-update): Ditto.
5889         (wl-summary-switch-to-clone-buffer): Ditto.
5890         (wl-summary-goto-folder-subr): Ditto.
5891         (wl-summary-target-mark-mark-as-read): Ditto.
5892         (wl-summary-target-mark-mark-as-unread): Ditto.
5893         (wl-summary-target-mark-mark-as-important): Ditto.
5894         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5895         (wl-summary-update-thread): Removed argument `mark-alist'.
5896         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5897         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5898         (wl-summary-resume-cache-status): Likewise.
5899         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5900         elmo-msgdb-set-mark.
5901         (wl-summary-mark-as-read-all): Likewise.
5902         (wl-summary-delete-cache): Ditto.
5903         (wl-summary-auto-select-msg-p): Ditto.
5904         (wl-summary-mark-as-unread): Ditto.
5905         (wl-summary-no-auto-refile-message-p): Ditto.
5906         (wl-summary-mark-as-read): Ditto.
5907         (wl-summary-mark-as-important): Ditto.
5908         (wl-summary-auto-refile): Follow the change above.
5909         (wl-summary-delete-all-marks): Removed.
5910         (wl-summary-resume-marks-and-highlight): Ditto.
5911         (wl-summary-resume-marks): Ditto.
5912         (wl-summary-delete-important-msgs-from-list): Ditto.
5913         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5914
5915         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5916         wl-summary-count-unread.
5917
5918         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5919         (wl-summary-score-update-all-lines): Use
5920         elmo-msgdb-set-mark.
5921
5922 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5925         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5926         (wl-summary-create-line): Renamed from
5927         wl-summary-overview-create-summary-line;
5928         Argument rearrangement.
5929         (wl-summary-update-thread): Follow the change above.
5930
5931         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5932         (wl-thread-insert-entity-sub): Likewise.
5933
5934         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5935         argument `overview', `mark-alist' and added `msgdb'.
5936
5937         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5938
5939         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5940         (wl-summary-rescan): Follow the change above.
5941         (wl-summary-sync-update): Ditto.
5942         (wl-summary-insert-thread-entity): Ditto;
5943         Don't use `let*' in every while loop;
5944         Detect infinite loop of threads.
5945         (wl-summary-update-thread): Removed argument `overview'.
5946
5947         * wl-thread.el (wl-thread-insert-message): Ditto.
5948
5949         * Version number is increased to 2.9.10.
5950
5951         * wl-message.el (wl-message-redisplay): Ignore errors while
5952         wl-message-redisplay-hook.
5953
5954 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5955
5956         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5957
5958 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5959
5960         * wl.el (wl): inhibit-quit while wl-folder.
5961
5962 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5963
5964         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5965         while msgdb access.
5966
5967 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5968
5969         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5970         even if no folder is not created.
5971
5972 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5973
5974         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5975
5976         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5977         implementation.
5978         (wl-summary-target-mark-thread): Ditto.
5979
5980         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5981
5982 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5983
5984         * wl-util.el (wl-display-bytes): Remove unused function.
5985
5986 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5987
5988         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5989         seems critical one (partially reverse the change in 2002/03/17).
5990
5991 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5992
5993         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5994         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5995
5996 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5997
5998         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5999         is not writable.
6000         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6001         plugged status instead of `'force' as 2nd argument.
6002
6003         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6004         is not creatable.
6005
6006         * Version number is increased to 2.9.9.
6007
6008 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6009
6010         * wl-summary.el (wl-summary-suspend): New function.
6011
6012 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6013
6014         * wl.el (wl): Do not check variables if check is nil.
6015         * wl-utils.el (wl-collect-draft): New function.
6016         * wl-folder.el (wl-folder-suspend): Put summary buffers
6017         and draft buffers at the end of buffer list.
6018         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6019
6020 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6021
6022         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6023         loop instead of recursive call.
6024
6025         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6026         2nd argument.
6027
6028 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6029
6030         * wl-draft.el (wl-draft-create-contents): Don't take neither
6031         (function . args) nor (string . something) any more.
6032
6033         * wl-version.el (wl-generate-user-agent-string): Return string
6034         without header symbol.
6035         * wl-draft.el (wl-draft-default-headers): Use it.
6036
6037         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6038         `wl-draft-insert-ccs' and return field value instead of inserting
6039         the header. Abolish cc argument.
6040         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6041
6042         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6043         rather than one with string car.
6044
6045         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6046         * wl-draft.el (wl-draft-create-contents): Add it after the default
6047         headers.
6048
6049         * wl-draft.el (wl-draft-create-contents): For the case of
6050         (symbol-or-string . function) insert header only when the function
6051         returns string value.
6052
6053 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6054
6055         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6056         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6057
6058 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6059
6060         * wl.el (wl-check-environment): Don't check Message-ID when
6061         `wl-insert-message-id' is nil.
6062         Revive checking if `wl-message-id-domain' contains "@".
6063
6064 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6065
6066         * wl.el (wl-check-environment): Merge examination for "@" at
6067         inappropriate position into the first string-match.
6068
6069         * wl-summary.el (wl-summary-target-mark-print): New function.
6070         (wl-summary-pipe-message-subr): Extracted from
6071         `wl-summary-pipe-message'.
6072         (wl-summary-target-mark-pipe): New function.
6073         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6074         `wl-summary-target-mark-pipe'.
6075
6076 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6077
6078         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6079
6080 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6081
6082         * wl.el (wl-check-environment): Use elmo-warning instead of
6083         error for non-critical ones.
6084         Remove trash folder check.
6085         (wl): Don't ignore error in wl-check-environment.
6086
6087         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6088         check, which is moved from `wl-check-environment'.
6089         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6090
6091 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6092
6093         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6094         guess anything, call wl-summary-write.
6095         (wl-summary-write): Create draft with blank To field.
6096         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6097
6098 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6099
6100         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6101         argument full as well for wl-folder-write-current-folder.
6102         If wl-*-write-current-folder cannot guess addressee, add blank
6103         To header.
6104         Rewrite condition for positioning cursor.
6105
6106 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6107
6108         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6109         summary buffer is present, use it.
6110         (wl-folder-jump-to-previous-summary): Ditto.
6111
6112 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6113
6114         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6115
6116         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6117         wl-summary-previous-buffer and wl-summary-next-buffer.
6118
6119         * wl-folder.el (wl-folder-mode-map): Bind
6120         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6121         (wl-folder-jump-to-next-summary): New function.
6122         (wl-folder-jump-to-previous-summary): Ditto.
6123
6124         * wl-draft.el (wl-draft): Rearranged.
6125
6126 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6127
6128         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6129         of header.
6130         (wl-draft): Collect arguments for the header as header-alist.
6131         (wl-draft-forward): Arrange arguments for wl-draft.
6132         (wl-draft-reply): Ditto.
6133         (wl-draft-edit-string): Ditto.
6134         * wl-summary.el (wl-summary-write): Ditto.
6135         (wl-summary-write-current-folder): Ditto.
6136
6137         * Version number is increased to 2.9.8.
6138
6139 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6140
6141         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6142
6143         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6144
6145         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6146         even if the guess failed.
6147
6148         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6149         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6150         wl-summary-write-current-folder.
6151         * wl-xmas.el: Ditto.
6152
6153 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6154
6155         * wl-summary.el (wl-summary-next-page): Force display message if
6156         message is not displayed yet.
6157         (wl-summary-prev-page): Ditto.
6158
6159 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6160
6161         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6162
6163 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6164
6165         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6166         add "Preview Message" and "Save Draft and Exit".
6167
6168 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6169
6170         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6171         if addrmgr is called from draft in splitted window.
6172
6173         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6174         * wl-mule.el: Ditto.
6175         * wl-xmas.el: Ditto.
6176
6177 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6178
6179         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6180
6181         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6182         * wl-xmas.el (wl-folder-toolbar): Ditto.
6183
6184 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6185
6186         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6187         and wl-draft-save-and-exit.
6188         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6189         * wl-xmas.el: Ditto.
6190         * wl-mule.el: Ditto.
6191
6192         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6193         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6194
6195 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6198         lists for saving buffer.
6199
6200 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6201
6202         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6203         parent-folder argument instead of it.
6204         (wl-draft-create-buffer): Ditto.
6205         (wl-draft-forward): Ditto.
6206         (wl-draft-reply): Ditto.
6207         * wl-summary.el (wl-summary-write): Ditto.
6208         (wl-summary-write-current-folder): Ditto.
6209
6210         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6211         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6212         Folder buffer after composing.
6213
6214 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6215
6216         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6217         header if the file `wl-x-face-file' already contains it.
6218
6219 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6220
6221         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6222         folder" entry.
6223         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6224         * wl-e21.el (wl-folder-toolbar): Ditto.
6225         * wl-xmas.el (wl-folder-toolbar): Ditto.
6226
6227 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6228
6229         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6230         wl-folder-goto-folder with sticky argument.
6231         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6232
6233 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6234
6235         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6236         and wl-summary-previous-buffer.
6237         (wl-summary-next-buffer): New function.
6238         (wl-summary-previous-buffer): Ditto.
6239
6240 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6241
6242         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6243         wl-folder-jump-to-current-entity-with-arg.
6244         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6245         `wl-folder-jump-to-current-entity'.
6246         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6247         `wl-summary-goto-folder-sticky'.
6248         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6249         `wl-summary-goto-folder'.
6250         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6251         Unless force-exit, do not clean temp. marks for sticky summary.
6252         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6253
6254 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6257         not entire.
6258
6259 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6260
6261         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6262         to `C-x C-s'.
6263         (wl-summary-save-status): New command.
6264         (wl-summary-exit): Don't clean-up temp marks when sticky.
6265         (Applied patch from Nakayama-san [wl: 09548])
6266         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6267         Do nothing when no mark data.
6268         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6269         Call `wl-summary-delete-all-temp-marks' before saving.
6270
6271 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6272
6273         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6274
6275 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6276
6277         * wl.el (wl-check-environment): Also cause error when (system-name)
6278         returns "localhost.localdomain". (Although it doesn't affect because
6279         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6280
6281 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6284         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6285
6286         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6287         value.
6288
6289 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6290
6291         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6292         Likewise r-cc-list and r-ng-list.
6293
6294 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6295
6296         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6297         only if it is bound as variable.
6298
6299         * wl-mime.el (wl-draft-preview-message): Ditto.
6300
6301 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6302
6303         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6304         needless `goto-char'.
6305
6306         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6307         `wl-summary-redisplay-no-mime-internal' instead of
6308         `wl-summary-redisplay-no-mime'.
6309         (wl-summary-redisplay-no-mime): Changed argument;
6310         Call `wl-summary-redisplay-no-mime-internal'.
6311
6312         * wl-mime.el (wl-draft-preview-message): Bind
6313         `mime-header-encode-method-alist' locally.
6314
6315         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6316         (wl-draft-std11-parse-addresses): Added the first address check.
6317         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6318
6319         * Version number is increased to 2.9.7.
6320
6321 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6322
6323         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6324
6325 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6326
6327         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6328         related to scrollbar support, if there is no such a feature
6329         compiled in.
6330
6331 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6332
6333         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6334         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6335         for prefetch.
6336
6337 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6338
6339         * wl-summary.el (wl-summary-pick): Fix for no match.
6340
6341 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6342
6343         * wl-draft.el (wl-draft-save):
6344         Override `mime-header-encode-method-alist'.
6345
6346 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6347
6348         * wl-folder.el (wl-folder-pick): New function.
6349         Define key as "?".
6350
6351 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6352
6353         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6354         Fix for unplugged.
6355
6356 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6357
6358         * wl-folder.el (wl-folder-virtual): New function.
6359         Define key as "V".
6360
6361 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6364         multi folder if entity is group.
6365
6366 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6367
6368         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6369         is nil.
6370
6371 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6372
6373         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6374         (wl-summary-target-mark-msgs): Return the number of marked messages.
6375
6376 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6377
6378         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6379         "first:" is specified.
6380
6381 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6382
6383         * wl-vars.el (wl-from): Use return value of function
6384         user-full-name instead of the variable user-full-name since
6385         XEmacs-20.4 doesn't set this variable.
6386
6387 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6390         call `wl' directly.
6391
6392 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6393
6394         * wl-draft.el (wl-draft-reedit): Removed duplicated
6395         switch-to-buffers.
6396
6397 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6398
6399         * wl.el (wl-other-frame): Removed garbages.
6400
6401 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6402
6403         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6404
6405         * wl-xmas.el (wl-draft-key-setup): Ditto.
6406
6407         * wl-mule.el (wl-draft-key-setup): Ditto.
6408
6409         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6410         (wl-draft-reedit): Ditto.
6411         (wl-draft-prepare-edit): Add `wl-draft-save' to
6412         `local-write-file-hooks'.
6413         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6414         (wl-draft-reedit): Set buffer-file-name.
6415         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6416
6417
6418         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6419         call it.
6420         (wl-delete-startup-frame-function): New variable.
6421         (wl-other-frame): New function
6422         (Original was written by Yamaoka san [wl: 09239]).
6423
6424         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6425         if `wl-folder-use-frame'.
6426
6427 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6428
6429         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6430
6431 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6432
6433         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6434         New variable.
6435         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6436         (wl-message-buffer-prefetch-get-next): Use them.
6437         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6438
6439 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6442         with unwind-protect.
6443
6444         * wl-draft.el (wl-draft-reedit): Rewrite.
6445         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6446         (wl-draft-save): Insert header separator if it does not exist;
6447         Removed condition-case.
6448
6449         * wl-summary.el (wl-summary-reedit): Revert last change.
6450
6451         * wl-draft.el (wl-draft-save): Rewrite.
6452         (wl-draft-create-buffer): Set buffer-file-name as nil.
6453
6454         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6455
6456         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6457
6458         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6459         nil.
6460
6461 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6462
6463         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6464         If count is nil, do not prefetch.
6465         (wl-message-buffer-prefetch-next): Next.
6466
6467 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6468
6469         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6470
6471 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6472
6473         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6474         `delete-backward-char'
6475         (wl-draft-prepare-edit): Check major-mode.
6476         (wl-draft-decode-header): Rewrite.
6477         (wl-draft): Fix.
6478
6479 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6482
6483 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6484
6485         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6486         (wl-message-buffer-prefetch-get-next): Remove size checking.
6487         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6488
6489 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6492         (wl-draft-default-headers): Fix.
6493
6494 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6495
6496         * wl-draft.el (wl-draft-default-headers): Insert return value of
6497         `wl-generate-mailer-string-function'.
6498
6499 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6500
6501         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6502         (wl-draft-insert-mail-header-separator): Ditto.
6503
6504         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6505         again (Reverted the change on 2002-01-17 by OKADA san).
6506
6507 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6508
6509         * wl-draft.el (wl-draft): Rewrite.
6510         (wl-draft-create-buffer): New function.
6511         (wl-draft-create-contents): Ditto.
6512         (wl-draft-prepare-edit): Ditto.
6513         (wl-draft-decode-header): Ditto.
6514         (wl-draft-decode-body): Ditto.
6515         (wl-draft-check-new-line): Ditto.
6516         (wl-draft-default-headers): Ditto.
6517         (wl-draft-insert-mail-header-separator): Ditto.
6518
6519 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6520
6521         * Version number is increased to 2.9.6.
6522
6523 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6524
6525         * wl-draft.el (wl-draft-delete-field): Optional argument.
6526         (wl-draft-delete-fields): Ditto.
6527
6528 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6529
6530         * wl-message.el (toplevel): Eliminated byte-compile warning.
6531         for `itimer-function', `delete-timer' and `itimer-list'.
6532
6533 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6534
6535         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6536         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6537         `wl-message-buffer-prefetch-threshold'.
6538         * wl-summary.el (wl-summary-redisplay-internal): Remove
6539         the check of `wl-message-buffer-prefetch-depth'.
6540
6541 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6542
6543         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6544         size of article.
6545         (wl-message-buffer-prefetch-subr): Remove size check.
6546
6547 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6548
6549         * wl-vars.el (wl-plugged): Make customizable.
6550
6551 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6552
6553         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6554         (wl-message-buffer-prefetch-set-timer): New function.
6555         (wl-message-buffer-prefetch-get-next): New function.
6556         (wl-message-buffer-prefetch): New function.
6557         (wl-message-buffer-prefetch-next): Rewrite.
6558         (wl-message-buffer-prefetch-subr): Rewrite.
6559         * wl-vars.el (wl-auto-prefetch-first): New variable.
6560         * wl-summary.el (wl-summary-goto-folder-subr): Call
6561         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6562
6563 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6566         `wl-summary-unread-message-hook'.
6567
6568 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6569
6570         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6571         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6572         if range is `cache-status'.
6573
6574 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6575
6576         * wl-message.el (wl-message-buffer-prefetch-subr):
6577         Improve debug message.
6578
6579 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6580
6581         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6582         `wl-mail-send-pre-hook'.
6583         (wl-draft-send-mail-with-qmail): Ditto.
6584         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6585
6586 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6587
6588         * wl-message.el (wl-message-buffer-prefetch-subr):
6589         Fix for cancel-function-timers bug.
6590         (wl-message-buffer-prefetch-debug): Default value is t.
6591
6592 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6595         (wl-message-buffer-prefetch-subr): Rewrite.
6596         Rename from `wl-message-buffer-prefetch'.
6597
6598 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6599
6600         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6601         (wl-default-draft-cite-decorate-author): Ditto.
6602
6603         * wl-draft.el (wl-draft-cite-function): Removed.
6604         (wl-default-draft-cite-decorate-author): Ditto.
6605
6606 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6607
6608         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6609         (wl-default-draft-cite): Do not arrange author name if the value of
6610         `wl-default-draft-cite-decorate-author' is nil.
6611
6612 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6615
6616         * wl-folder.el (wl-folder-check-one-entity): Don't care
6617         `elmo-folder-use-flag-p'.
6618
6619 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6620
6621         * wl-folder (wl-folder-check-one-entity): Fix
6622         problem if unread is nil.
6623
6624 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6625
6626         * wl-address.el (wl-address-make-completion-list): Check whether
6627         the address is a group list.
6628         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6629
6630 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6631
6632         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6633         The number of the messages of new and unread does not count
6634         correctly.
6635
6636         * wl-summary.el (wl-summary-count-unread): Changed to return
6637         `(new . unread)' instead of total.
6638         (wl-summary-sync-update): Follow the change above.
6639
6640         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6641
6642 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6643
6644         * wl-address.el (wl-address-make-completion-list): Do not enclose
6645         address by " <" and ">" if associated realname is "".
6646         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6647         This is against the promblem with group list in .addresses pointed
6648         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6649
6650 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6651
6652         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6653         message is a format control string.
6654         * wl-expire.el (wl-expire-append-log): Ditto.
6655         * wl-mime.el (wl-summary-burst-subr): Ditto.
6656         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6657         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6658
6659 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6660
6661         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6662         wl.el (wl-check-variables): Rename from `wl-check-type'.
6663         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6664         (wl-check-variables-2): New function.
6665         (wl): Call `wl-check-variables-2'.
6666
6667 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6668
6669         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6670         after renaming folder in access group.
6671
6672 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6673
6674         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6675         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6676         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6677         (wl-message-buffer-prefetch): Rewrite.
6678         (wl-message-buffer-prefetch-idle-time): Removed.
6679         * wl-summary.el (wl-summary-redisplay-internal):
6680         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6681         Error check for `wl-message-buffer-prefetch-depht'.
6682
6683 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6684
6685         * Version number is increased to 2.9.5.
6686         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6687
6688 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6689
6690         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6691         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6692         Based on the patch written by
6693         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6694
6695 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6696
6697         * wl-draft.el (wl-draft-raw-send): Fix for
6698         `wl-news-send-pre-hook'
6699
6700 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6701
6702         * wl-utils.el (wl-message-id-function): New variable.
6703         * wl-draft.el (wl-draft-insert-required-fields):
6704         Use `wl-message-id-function'.
6705
6706 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6707
6708         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6709         * wl-utils.el (wl-draft-make-message-id-string):
6710         Use `wl-from' for domain part of Message-ID
6711         if `wl-message-id-use-wl-from' if non-nil.
6712         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6713
6714 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6715
6716         * wl.el (wl): Call `wl-check-type'
6717         Do not 'condition-case'.
6718
6719 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6720
6721         * wl.el (wl-check-type): New function.
6722         (wl-check-type-variables): New variable.
6723
6724 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6725
6726         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6727
6728 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6729
6730         * wl-draft.el (wl-smtp-password-key): New function.
6731         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6732         (wl-draft-send-mail-with-smtp): Ditto.
6733         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6734
6735 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6736
6737         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6738         * wl-utils.el (wl-unique-id-suffix): Remove.
6739
6740 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * Version number is increased to 2.9.4.
6743
6744 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6745
6746         * wl-utils.el (wl-unique-id-suffix): New variable.
6747         (wl-unique-id): Use `wl-unique-id-suffix'
6748
6749 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6750
6751         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6752         instead of `elmo-msgdb-search'.
6753
6754         * Version number is increased to 2.9.3.
6755
6756 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6757
6758         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6759
6760 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6761
6762         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6763         (wl-draft-dispatch-message): Changed for send-later.
6764         (wl-draft-queue-flush): Ditto.
6765         (wl-draft): Clear `wl-sent-message-queued'.
6766         (wl-draft-reedit): Ditto.
6767         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6768         * wl-vars.el (wl-draft-force-queuing): New variable.
6769         (wl-draft-force-queuing-mail): New variable.
6770         (wl-draft-force-queuing-news): New variable.
6771
6772 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6775         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6776
6777 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6778
6779         * Version number is increased to 2.9.2.
6780
6781 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * wl-draft.el (wl-draft-elide-region): New user command.
6784         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6785
6786         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6787         command `wl-draft-elide-region'.
6788         * wl-mule.el: Ditto.
6789         * wl-xmas.el: Ditto.
6790
6791 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6794         (wl-biff-check-folder-async): Removed needless let.
6795
6796 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6797
6798         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6799         wl-folder-get-elmo-folder.
6800         (wl-biff-check-folder): Set `biff' argument of
6801         `wl-folder-check-one-entity'.
6802         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6803
6804         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6805         (wl-folder-check-one-entity): Added `biff' argument;
6806         Setup `biff' slot of folder.
6807
6808         * Version number is increased to 2.9.1.
6809
6810 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6813         comment out and fixed.
6814         (wl-fldmgr-add-completion-subr): Ditto.
6815
6816         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6817         and msgdb.
6818
6819         * wl.el (wl-toggle-plugged): Save summary view.
6820
6821 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6824
6825 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6826
6827         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6828
6829 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6830
6831         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6832         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6833         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6834
6835         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6836         if it was failed.
6837         (wl-demo): Disable undo in the demo buffer.
6838
6839 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-version.el (wl-version): Changed codename.
6842
6843         * Version number is increased to 2.9.0.
6844
6845 2001-12-14  Takuo KITAME <kitame@northeye.org>
6846
6847         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6848         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6849         (wl-folder-mark-as-read-all-current-entity): Ditto.
6850
6851 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6852
6853         * wl-vars.el (wl-from-width): Define as obsolete variable.
6854         (wl-subject-length-limit): Ditto.
6855
6856         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6857
6858         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6859         wl-summary-save-view.
6860
6861         * wl.el (wl-save-status): Ditto.
6862         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6863
6864         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6865         (wl-summary-exit): Follow the change above.
6866         (wl-summary-goto-folder-subr): Ditto.
6867
6868         * wl-folder.el (wl-folder-create-subr): Don't use
6869         `elmo-folder-creatable-p'.
6870
6871 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6872
6873         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6874
6875 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6876
6877         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6878         rather than bitmap on Emacs 21.
6879         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6880         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6881         for xbm if the new redisplay engine is not available.
6882
6883 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6884
6885         * wl-folder.el (wl-folder-init-hook): New hook.
6886         (wl-folder-init): Run `wl-folder-init-hook'.
6887
6888 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6891
6892 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6893
6894         * wl-acap.el (wl-acap-cache-filename): New variable.
6895         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6896         (wl-acap-init): Use cache if no ACAP server found.
6897
6898 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6899
6900         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6901         `wl-acap-original-msgdb-dir'.
6902
6903         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6904         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6905
6906         * wl-mime.el (wl-mime-save-directory): Renamed from
6907         `wl-mime-save-dir'.
6908
6909 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6910
6911         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6912
6913         * wl-demo.el: Require `path-util'.
6914         (wl-demo-bitmap-mule-available-p): New internal variable.
6915         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6916         `module-installed-p' instead.
6917         (wl-demo-insert-image): Use *.img file for a bitmap image.
6918         (wl-demo): Don't call the ascii demo recursively.
6919
6920 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6921
6922         * Version number is increased to 2.7.7.
6923
6924 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6925
6926         * wl.el (wl-exit): Eliminated byte-compile warning.
6927
6928 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6929
6930         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6931         obsolete variable using `elmo-define-obsolete-variable'.
6932         (wl-fetch-confirm-threshold): Ditto.
6933         (wl-cache-prefetch-folder-type-list): Ditto.
6934         (wl-cache-prefetch-folder-list): Ditto.
6935
6936 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6937
6938         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6939         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6940         (wl-demo-insert-image): New function.
6941         (wl-demo-insert-text): New function.
6942         (wl-demo-image-type-alist): Redefine as a function.
6943         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6944         (wl-demo-with-temp-file-buffer): Removed.
6945         (wl-logo-xpm): Removed.
6946         (wl-logo-xbm): Removed.
6947         (wl-logo-bitmap): Removed.
6948
6949 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6950
6951         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6952         (wl-expire-localdir-get-folder-function): New user option.
6953         (wl-expire-localdir-get-folder): New function.
6954         (wl-expire-localdir-date): Ditto.
6955
6956 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6957
6958         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6959         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6960         Fixed unread number mismatch when all-unread < unread.
6961
6962 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6965         (wl-fetch-confirm-threshold): Ditto.
6966
6967         * wl-summary.el (wl-summary-confirm-appends): Removed.
6968         (wl-summary-sync-update): Don't refer
6969         `wl-summary-update-confirm-threshold' (It is now abolished).
6970
6971         * wl-message.el (wl-message-display-internal): Don't refer
6972         `wl-fetch-confirm-threshold' (It is now abolished).
6973
6974 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6975
6976         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6977
6978 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6979
6980         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6981         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6982         Change default value to nil.
6983         (wl-summary-indent-length-limit): The value can be nil, nil means
6984         unlimited.
6985
6986         * wl-summary.el: Don't set limit for indent length if the value of
6987         wl-summary-indent-length-limit is nil.
6988         If the value of wl-summary-width is nil, it means only that the width
6989         of summary is unlimited (nil doesn't mean that the indent length is
6990         unlimited).
6991
6992         * wl-thread.el: Ditto.
6993
6994 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6995
6996         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6997         be nil, nil means never confirm.
6998         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6999
7000 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7001
7002         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7003         means unlimited).
7004
7005 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7006
7007         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7008         Use `with-temp-buffer'.
7009
7010 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7011
7012         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7013         with new backquote style).
7014         (wl-folder-get-entity-from-buffer): Ditto.
7015
7016 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7017
7018         * wl-version.el (nemacs-version): Eliminated.
7019         (wl-extended-emacs-version2): Ignore nemacs.
7020         (wl-extended-emacs-version3): Ditto.
7021
7022 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7023
7024         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7025         (wl-draft-add-in-reply-to): New variable.
7026         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7027         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7028         (wl-draft-yank-from-mail-reply-buffer): Use
7029         `wl-draft-add-in-reply-to'.
7030         (wl-draft-insert-current-message): Ditto.
7031
7032 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7033
7034         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7035         typo (kill->hide).
7036         (wl-message-buffer-prefetch-folder-type-list): Added elements
7037         `mark' and `cache' instead of `internal'.
7038
7039 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7040
7041         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7042         resume msgdb directory.
7043
7044 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl.el (wl-exit): Call `wl-acap-exit'.
7047
7048         * wl-summary.el (wl-summary-message-string): New function.
7049         (wl-summary-reedit): Use it.
7050         (wl-summary-resend-bounced-mail): Remove needless let.
7051         (wl-summary-supersedes-message): Ditto.
7052         (wl-summary-save): Ditto.
7053
7054         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7055         (wl-acap-init): Set it.
7056         (wl-acap-exit): New function.
7057
7058 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7059
7060         * wl.el (wl-init): Revert (require 'mime-setup). move from
7061         toplevel.
7062
7063 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7064
7065         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7066         local variables.  Add error when guess function return invalid
7067         value.
7068
7069 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7070
7071         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7072         Change local variable name.
7073         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7074         (wl-folder-get-newsgroups): Return nil when non-news folder.
7075         * wl-summary.el (wl-summary-write-current-folder): State through
7076         when guess-list return nil.
7077         (wl-summary-write-current-folder-functions): Fixed docstring.
7078
7079         * wl.el (wl-exit): Changed confirm message.
7080
7081         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7082         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7083
7084         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7085
7086 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7087
7088         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7089         user option (Renamed from wl-cache-prefetch-folder-type-list).
7090         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7091         from wl-cache-prefetch-folder-list).
7092
7093         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7094         Move to wl-vars.el.
7095         (wl-message-buffer-prefetch-p): Changed to enable
7096         `wl-message-buffer-prefetch-folder-list'.
7097
7098         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7099         `ignore-cache'.
7100
7101 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7102
7103         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7104         `part-top' and `part-bottom'.
7105         (wl-draft-config-sub-part-top): New function.
7106         (wl-draft-config-sub-part-bottom): New function.
7107
7108 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7109
7110         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7111
7112 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7113
7114         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7115
7116 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7117
7118         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7119
7120         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7121         (wl-summary-write-current-folder): Ditto.
7122
7123 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7124
7125         * wl-folder.el (wl-folder-get-newsgroups): Use
7126         `elmo-folder-newsgroups'.
7127
7128 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7129
7130         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7131         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7132         `wl-draft-config-sub-header-bottom'.
7133
7134 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7135
7136         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7137         localnews folder.
7138
7139 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7140
7141         * wl-summary.el (wl-summary-mode): Undo last change.
7142
7143         * wl-folder.el (wl-folder-mode): Ditto.
7144
7145 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7146
7147         * wl-summary.el (wl-summary-mode): Locally set
7148         truncate-partial-window-width to nil.
7149         (for XEmacs)
7150
7151         * wl-folder.el (wl-folder-mode): Ditto.
7152
7153 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7156
7157 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7158
7159         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7160         number.
7161
7162         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7163
7164         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7165
7166         * Version number is increased to 2.7.6.
7167
7168 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7171
7172 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7173
7174         * wl-summary.el (wl-summary-sync-update): Enclose network
7175         related portion with `unwind-protect'.
7176
7177 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7178
7179         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7180
7181 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7184         element.
7185         * wl-vars.el (wl-message-body-button-alist): Ditto.
7186
7187         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7188         max match length.
7189         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7190
7191         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7192         for the max match length;
7193         Use 4th element value for the button string regexp group.
7194
7195         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7196         candidate exists, prompt to select.
7197
7198 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7199
7200         * wl-summary.el (wl-summary-jump-to-msg): Search before
7201         calibration point by `beginning-of-line'.
7202
7203 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7204
7205         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7206         for access group.
7207
7208 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-message.el (wl-message-display-internal): Bind
7211         `default-mime-charset'.
7212
7213         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7214
7215         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7216
7217         * Version number is increased to 2.7.5.
7218
7219 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7220
7221         * wl-expire.el (wl-summary-archive): Fixed;
7222         Use `elmo-folder-name-internal'.
7223
7224 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7225
7226         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7227         from `elmo-folder-move-messages' caller.
7228         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7229
7230         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7231         related portions are changed).
7232
7233 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7234
7235         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7236         counter.
7237
7238 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7239
7240         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7241         buffer local and set it to nil.
7242
7243         * wl-message.el (wl-message-redisplay): Ditto.
7244
7245 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl-summary.el (wl-summary-mark-as-important): If message is
7248         already cached, set messag as read, otherwise encache and mark as read.
7249
7250 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7251
7252         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7253         point-min.
7254
7255 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7256
7257         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7258         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7259         a keymap.
7260
7261 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7264         parent.
7265
7266         * wl-mule.el (wl-message-define-keymap): Ditto.
7267
7268         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7269
7270         * wl-xmas.el (wl-message-display-internal-hook): Define.
7271         (wl-xmas-setup-message-toolbar): Define as function.
7272         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7273         (wl-message-overload-functions): Abolished.
7274         (wl-message-define-keymap): New function.
7275
7276         * wl-vars.el (wl-message-display-internal-hook): New variable.
7277         (wl-message-header-button-alist): New variable (Renamed from
7278         wl-highlight-message-header-button-alist).
7279         (wl-message-body-button-alist): Ditto.
7280
7281         * wl-mule.el (wl-message-define-keymap): New function.
7282         (wl-message-overload-functions): Abolished.
7283
7284         * wl-message.el (wl-message-add-buttons-to-body): New function.
7285         (wl-message-redisplay): Don't call wl-message-overload-functions;
7286         Call wl-message-add-buttons-to-header and
7287         wl-message-add-buttons-to-body.
7288         (wl-message-display-internal): Set keymap argument for
7289         elmo-mime-display-as-is, elmo-mime-message-display;
7290         Run wl-message-display-internal-hook.
7291         (wl-message-refer-article-or-url): Abolished.
7292
7293         * wl-highlight.el (wl-highlight-headers): Don't call
7294         wl-highlight-message-add-buttons-to-header.
7295         (wl-highlight-message-add-buttons-to-header): Abolished.
7296
7297
7298         * wl-e21.el (wl-message-display-internal-hook): Define.
7299         (wl-e21-setup-toolbar): Deleted duplicated binding.
7300         (wl-e21-setup-message-toolbar): Define as function.
7301         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7302         (wl-message-define-keymap): New function.
7303         (wl-message-overload-functions): Abolished.
7304
7305 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7306
7307         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7308         and elmo-folder-close.
7309
7310         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7311
7312 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7313
7314         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7315         boolean value.
7316         * wl-draft.el (wl-draft-do-fcc): Ditto.
7317
7318 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7319
7320         * wl-vars.el (wl-fcc-force-as-read): New variable.
7321         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7322         mark copied message as read.
7323
7324 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7325
7326         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7327
7328 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7329
7330         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7331         `wl-summary-target-above' instead of obsolete variable
7332         `wl-summary-temp-above'.
7333
7334         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7335         instead of `make-obsolete-variable'.
7336         * wl-refile.el (toplevel): Ditto.
7337
7338 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7339
7340         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7341         with third argument t.
7342         (wl-draft): Set first argument for wl-plugged-init as t.
7343
7344         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7345         definition.
7346
7347 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7348
7349         * wl-vars.el: Tabify.
7350         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7351
7352         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7353         message.
7354
7355 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7356
7357         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7358         and set default to beep.
7359
7360 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7361
7362         * wl-vars.el (wl-draft-truncate-lines): New variable.
7363
7364         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7365         instead of wl-message-truncate-lines for truncate-lines.
7366
7367 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7368
7369         * wl-message.el (wl-message-display-internal): Call
7370         `wl-highlight-message' after `elmo-mime-display-as-is'.
7371
7372         * wl-mime.el (wl-mime-display-text/plain): New function.
7373         (wl-mime-display-header): Ditto.
7374         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7375         body-presentation-method for text/plain;
7376         Register `wl-mime-display-header' as a header-presentation-method;
7377         Don't set up `elmo-message-text-content-inserted-hook' and
7378         `elmo-message-header-inserted-hook'.
7379
7380         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7381         variable.
7382         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7383         as t if flag is 'all-header;
7384         Don't bind `elmo-message-ignored-field-list',
7385         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7386
7387 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7388
7389         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7390         for xemacs with non-mule environment.
7391
7392 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7393
7394         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7395         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7396         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7397
7398 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7399
7400         * wl-vars.el (wl-interactive-send): Set default value as t.
7401
7402 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7403
7404         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7405         (wl-addrmgr-method-list): Abolished.
7406         (wl-addrmgr-change-method): Follow above change.
7407
7408         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7409
7410 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7411
7412         * wl-vars.el (wl-message-truncate-lines): Change default value
7413         to default-truncate-lines.
7414
7415         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7416
7417 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7418
7419         * wl-vars.el (wl-message-truncate-lines): New variable.
7420
7421         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7422         wl-message-truncate-lines.
7423
7424 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7425
7426         * wl-acap.el (wl-acap-init): Remove period from error message.
7427         (wl-acap-find-acap-service): Remove period from message.
7428
7429 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7430
7431         * wl.el (wl-check-environment): Undo last change.
7432
7433         * wl-vars.el (wl-from): Changed default value.
7434
7435         * wl-util.el (toplevel): Don't require tm-edit.
7436
7437         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7438         `wl-folder-init';
7439         Don't set mark on mail body.
7440         (wl-draft-reedit): Ditto.
7441
7442         * wl-address.el (wl-address-quote-specials): Define as an alias for
7443         elmo-address-quote-specials.
7444
7445 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7446
7447         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7448
7449         * wl-vars.el (wl-from): Set default value as nil.
7450         (wl-organization): Set default value as ORGANIZATION environment
7451         variable.
7452
7453         * wl-draft.el (wl-smtp-extension-bind): Check value of
7454         wl-smtp-connection-type.
7455
7456         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7457         error.
7458
7459 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7460
7461         * Version number is increased to 2.7.4.
7462
7463         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7464         arguments from `wl-highlight-x-face-function' caller.
7465         Use x-face-1.3.6.12 or later.
7466
7467 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7468
7469         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7470
7471 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7472
7473         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7474         (wl-fcc): Fix to accept function.
7475         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7476
7477 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7478
7479         * wl-acap.el (toplevel): Added `product-provide' declare.
7480         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7481
7482 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl.el (wl): Changed order of calling `elmo-init'
7485         and `elmo-folder-init'.
7486
7487 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7488
7489         * wl-mime.el (wl-summary-burst): Extract message when content-type
7490         of root entity is not only `multipart' but also `message/rfc822'.
7491         (wl-summary-burst-subr): Ditto.
7492
7493 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7494
7495         * wl-vars.el (toplevel): Require 'custom.
7496         (wl-trash-folder): Added to `wl-setting' group.
7497
7498         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7499         exists.
7500         (wl-addrmgr-draw): Insert empty line when no entry exists.
7501
7502         * wl-mule.el (wl-message-wheel-up): Fixed.
7503         (wl-message-wheel-down): Ditto.
7504
7505 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7506
7507         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7508         config is an anonymous lambda expression.
7509
7510 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7511
7512         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7513         when Mule 2 is running.
7514
7515 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7516
7517         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7518
7519 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7520
7521         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7522         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7523
7524         * wl-address.el (wl-address-specials-regexp): Eliminated.
7525         (wl-address-quote-specials): Rewrite.
7526
7527 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7528
7529         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7530         shy-groups for regexp.
7531
7532         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7533         character classes and Perl style shy-groups for regexp.
7534         (wl-highlight-plugged-current-line): Use Posix style character
7535         classes for regexp.
7536         (wl-e21-highlight-folder-by-numbers): Ditto.
7537         (wl-e21-display-image-p): Use `display-images-p' instead of
7538         `display-graphic-p'.
7539         (display-images-p): Make an alias to `display-graphic-p' if it is
7540         not available.  It is for Emacs version prior to 21.0.105.
7541
7542         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7543         `display-graphic-p'.
7544         (wl-demo-image-type-alist): Ditto.
7545         (display-images-p): Make an alias to `display-graphic-p' if it is
7546         not available.  It is for Emacs version prior to 21.0.105.
7547
7548 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7549
7550         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7551         support.
7552         (wl-generate-user-agent-string): Ditto.
7553
7554         * wl-version.el (wl-version): Update docsting.
7555         (wl-version-status): Ditto.
7556
7557 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7558
7559         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7560         21.0.105.  For Emacs 21.0.104 or earlier.
7561
7562 2001-09-03  Takuo KITAME <kitame@northeye.org>
7563
7564         * wl-e21.el (wl-plugged-init-icons): Use
7565         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7566         (wl-biff-init-icons): Ditto.
7567
7568 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7569
7570         * wl-highlight.el (wl-highlight-summary-current-line):
7571         Fixed highlighting refile/copy destination.
7572
7573         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7574         (wl-acap-store): Encode string by wl-acap-coding-system.
7575
7576 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7577
7578         * wl-acap.el (toplevel): Check and require 'un-define before
7579         'xemacs-ucs;
7580          Added checking for UTF-2000.
7581
7582 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7585         Don't enclose with `eval-and-compile'.
7586
7587         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7588         wl-init is non-nil.
7589
7590         * wl-draft.el (wl-draft): Ditto.
7591
7592         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7593
7594         * wl-acap.el (toplevel): Require 'wl.
7595         (wl-acap-store): Call `elmo-init'.
7596
7597         * wl.el (wl): Changed position of `wl-check-environment'.
7598         (toplevel): Added autoload setting for wl-acap.
7599
7600         * wl-vars.el (wl-setting): New custom group.
7601         (wl-from): Added wl-setting group.
7602         (wl-user-mail-address-list): Ditto.
7603         (wl-organization): Ditto.
7604         (wl-subscribed-mailing-list): Ditto.
7605         (wl-envelope-from): Ditto.
7606         (wl-smtp-posting-user): Ditto.
7607         (wl-smtp-posting-server): Ditto.
7608         (wl-smtp-posting-port): Ditto.
7609         (wl-smtp-authenticate-type): Ditto.
7610         (wl-pop-before-smtp-user): Ditto.
7611         (wl-pop-before-smtp-server): Ditto.
7612         (wl-pop-before-smtp-port): Ditto.
7613         (wl-pop-before-smtp-authenticate-type): Ditto.
7614         (wl-nntp-posting-server): Ditto.
7615         (wl-nntp-posting-user): Ditto.
7616         (wl-nntp-posting-port): Ditto.
7617         (wl-fetch-confirm-threshold): Ditto.
7618         (wl-prefetch-threshold): Ditto.
7619         (wl-thread-insert-opened): Ditto.
7620         (wl-ldap-server): Ditto.
7621         (wl-ldap-port): Ditto.
7622         (wl-ldap-base): Ditto.
7623         (wl-ldap-objectclass): Ditto.
7624         (wl-use-ldap): Ditto.
7625         (wl-draft-config-alist): Ditto.
7626         (wl-draft-config-matchone): Ditto.
7627         (wl-template-alist): Ditto.
7628         (wl-message-sort-field-list): Ditto.
7629         (wl-message-ignored-field-list): Ditto.
7630         (wl-message-visible-field-list): Ditto.
7631         (wl-interactive-send): Ditto.
7632         (wl-summary-move-order): Ditto.
7633         (wl-auto-select-first): Ditto.
7634         (wl-auto-select-next): Ditto.
7635         (wl-interactive-save-folders): Ditto.
7636
7637         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7638         Initialization codes are moved from wl-local-folder-init.
7639         (wl-local-folder-init): Follow the change above.
7640         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7641
7642         * wl-acap.el: New file.
7643
7644         * Version number is increased to 2.7.3.
7645
7646 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7647
7648         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7649
7650 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7651
7652         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7653         (wl-addrmgr-address-entry-list): Ditto.
7654
7655 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7656
7657         * wl-e21.el (wl-draft-mode-map): Removed binding for
7658         `wl-draft-insert-x-face-field'.
7659
7660         * wl-mule.el (wl-draft-mode-map): Ditto.
7661
7662         * wl-xmas.el (wl-draft-mode-map): Ditto.
7663
7664         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7665         (wl-cs-autoconv): Ditto.
7666         (wl-cs-local): Ditto.
7667         (wl-use-scoring): Ditto.
7668         (wl-mime-charset): Ditto.
7669         (wl-folder-check-async): Ditto.
7670
7671         * wl.el (toplevel): Ignore nemacs and tm.
7672         (wl-exit): Ditto.
7673
7674         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7675         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7676         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7677         instead of wl-address-petname-add-or-change.
7678         (wl-summary-edit-addresses-subr): Use wl-address-delete
7679         instead of wl-address-petname-delete.
7680
7681         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7682
7683         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7684         if error occured.
7685
7686         * wl-message.el (require): Remove tm support.
7687
7688         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7689
7690         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7691         (wl-folder-jump-to-current-entity): Ditto.
7692         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7693
7694         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7695         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7696         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7697
7698         * wl-mule.el (wl-draft-key-setup): Ditto.
7699
7700         * wl-xmas.el (wl-draft-key-setup): Ditto.
7701
7702         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7703         (wl-draft-std11-parse-addresses): New function.
7704         (wl-draft-parse-mailbox-list): Use it.
7705         (wl-draft): Ignore nemacs.
7706         (wl-draft-reedit): Ditto.
7707
7708         * wl-addrmgr.el: New file.
7709         (Original is wl-rcpt.el written by
7710         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7711         Thanks Kitamoto-san.)
7712
7713         * wl-address.el (wl-address-make-address-list): Modified parsing
7714         process.
7715         (wl-address-delete): Renamed from `wl-address-petname-delete';
7716         Modify wl-address-list too.
7717         (wl-address-add-or-change): Renamed from
7718         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7719
7720 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7721
7722         * wl-highlight.el (wl-highlight-summary-current-line):
7723           Work with transient-mark-mode
7724
7725 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7726
7727         * Version number is increased to 2.7.2.
7728
7729         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7730         instead of elmo-dop-queue-method.
7731
7732 2001-08-06  SAITO Atsunori <sai@yedo.com>
7733
7734         * wl-vars.el (wl-ldap-objectclass): New user option.
7735
7736         * wl-address.el (wl-ldap-make-filter): Use it.
7737
7738 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7739
7740         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7741
7742 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7743
7744         * wl-folder.el (wl-folder): redisplay after folder insertion.
7745
7746         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7747
7748         * wl-summary.el (wl-summary-sync-update):
7749         Change status mark only when new-msgdb exists.
7750         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7751
7752 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-summary.el (wl-summary-open-folder): New function.
7755         (wl-summary-goto-folder-subr): Use it.
7756         (wl-summary-mark-as-important): Fix;
7757         Encache only when no cache exists.
7758
7759 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7760
7761         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7762         Use with-current-buffer.
7763
7764 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7765
7766         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7767         before call `get-buffer'. Fixed parenthesis.
7768         (wl-score-get-header-entry): Clear message and help window when
7769         keyboard quit.
7770         (wl-score-edit-insert-header): Ditto.
7771
7772 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7775         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7776         (wl-default-draft-cite): Fix.
7777
7778         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7779         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7780
7781 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7782
7783         * wl-message.el (wl-message-prev-page): Do same bahavior
7784         as summary when it is called in the message buffer.
7785         (wl-message-next-page): Ditto.
7786
7787 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-summary.el (wl-summary-forward): Use cache if it is not
7790         section cache.
7791
7792 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7795         Removed redundant require of elmo-vars.
7796         (wl-biff-state-indicator-on): Changed default value for
7797         xemacs with non-mule environment.
7798
7799         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7800         wl-message-buffer is nil;
7801         Hide progress bar after moving messages.
7802
7803 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7804
7805         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7806         message at cursor point is deleted.
7807
7808 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7809
7810         * wl-vars.el: Changed file coding system to euc-japan.
7811         Added -*-coding:-*- magic to the first line.
7812
7813         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7814         Search parent from the first message.
7815
7816         * Version number is increased to 2.7.1.
7817
7818 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7819
7820         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7821
7822 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7823
7824         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7825         refile/delete execution.
7826
7827         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7828         Fixed docstring.
7829
7830 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7831
7832         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7833         do update process;
7834         Don't update marks when update process is interrupted.
7835
7836 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7837
7838         * wl-summary.el (wl-summary-reply): Fixed problem when
7839         wl-draft-use-frame is non-nil.
7840         (wl-summary-forward): Ditto.
7841
7842         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7843         as nil.
7844         (wl-folder-mark-as-read-all-entity): Ditto.
7845         (wl-folder-prefetch-entity): Ditto.
7846
7847         * wl.el (wl): Check environment before wl-init.
7848
7849         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7850         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7851         instead of wl-summary-collect-unread.
7852         (wl-summary-reply): Split message window.
7853
7854 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7855
7856         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7857         only if current language environment is japanese,
7858
7859         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7860         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7861         (wl-folder-goto-folder-subr): Ditto.
7862
7863         * wl-draft.el (wl-draft-dispatch-message): Call
7864         `elmo-file-cache-get-path'.
7865
7866 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7867
7868         * wl-summary.el (wl-summary-cursor-move): If return value of
7869         wl-summary-next-message is not number, don't jump.
7870
7871 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7872
7873         * wl-summary.el (wl-summary-buffer-next-message-function): New
7874         variable.
7875         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7876         if it is bound.
7877
7878         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7879         string.
7880
7881         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7882         (wl-plugged-drawing): Ditto.
7883
7884 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7885
7886         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7887         process.
7888         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7889         with unwind-protect.
7890
7891         * wl.el (wl-init): Require mime-setup.
7892         (wl-check-environment): Don't require mime-setup.
7893
7894         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7895         instead of elmo-folder-type.
7896
7897         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7898         value as nil.
7899
7900 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7901
7902         * Version number is increased to 2.7.0.
7903
7904         * wl-version.el (wl-version): Changed codename.
7905
7906         * wl-summary.el (wl-summary-delete-cache): Fixed.
7907
7908         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7909         Workaround for net folders.
7910         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7911
7912         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7913         value to nil (According to the patch from
7914         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7915
7916         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7917         of elmo-folder-close.
7918
7919 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7920
7921         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7922         for postfix.
7923
7924 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7925
7926         * wl-summary.el (wl-summary-resend-message): Fixed.
7927
7928         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7929         Call wl-draft with `from' argument if its address is included in
7930         `wl-user-mail-address-list'.
7931         (wl-draft): Added `from' argument.
7932
7933         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7934         non-nil.
7935         (wl): Don't show demo if wl-demo is nil.
7936
7937         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7938         wl-summary-use-frame.
7939
7940         * wl-vars.el (wl-summary-use-frame): New user option.
7941         (wl-folder-use-frame): Changed docstring.
7942
7943         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7944         non-nil.
7945         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7946         wl-summary-use-frame.
7947
7948         * wl-vars.el (wl-folder-use-frame): New user option.
7949
7950         * wl-summary.el (wl-summary-exit): Back to folder frame if
7951         wl-folder-use-frame is non-nil.
7952         (wl-summary-redisplay-internal): Ignore cache if current folder
7953         is draft folder,
7954         (wl-summary-redisplay-no-mime): Ditto.
7955         (wl-summary-redisplay-all-header): Ditto.
7956
7957         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7958         if wl-folder-use-frame is non-nil.
7959
7960 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7961
7962         * wl-summary.el (wl-summary-sync-update): Bind
7963         elmo-folder-update-threshold.
7964         (wl-summary-mark-as-important): Enclosed server mark processing
7965         with `save-match-data'.
7966
7967         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7968         only when it is already defined.
7969
7970 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7971
7972         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7973         name of folder exclude localdir is wrong.
7974         * wl-folder.el (wl-folder-sync-entity):
7975         Set `wl-summary-always-sticky-folder-list' as nil.
7976         (wl-folder-mark-as-read-all-entity): Ditto.
7977         (wl-folder-prefetch-entity): Ditto.
7978
7979 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7980
7981         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7982         instead of `wl-summary-write-current-newsgroup'.
7983
7984 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7985
7986         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7987         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7988         non-nil and selected message is important, do not display.
7989
7990 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7991
7992         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7993
7994 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7995
7996         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7997
7998         * wl-summary.el (wl-summary-mark-as-important): Set message number
7999         using wl-summary-message-number.
8000
8001 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8002
8003         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8004         destination folder is 'null.
8005
8006 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8007
8008         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8009         New function.
8010         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8011         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8012         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8013
8014 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8015
8016         * wl-mime.el (wl-mime-setup): Added setting for
8017         `mime-setup-signature-key-alist' to avoid overriding key bind for
8018         `wl-draft-send'.
8019
8020         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8021         for `wl-draft-send'.
8022         * wl-mule.el (wl-draft-overload-functions): Ditto.
8023         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8024         * wl-draft.el (wl-draft-send): Ditto.
8025
8026         * wl-message.el (wl-message-display-internal):
8027         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8028         (Patch is provided by <kita@coe.nttdata.co.jp>).
8029
8030 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8031
8032         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8033
8034 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8035
8036         * wl.el (wl): Fix for wl-demo.
8037
8038 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8039
8040         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8041
8042 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8043
8044         * wl-folder.el (wl-folder-prefetch-entity): Use
8045         `wl-folder-get-elmo-folder'.
8046         (wl-folder-count-incorporates): Do not use
8047         `wl-folder-get-elmo-folder'.
8048
8049 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8050
8051         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8052         instead of `elmo-folder-get-type'.
8053
8054 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8055
8056         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8057         position on Subject: field.
8058         (Advised by Mito <mit@nines.nec.co.jp>)
8059
8060 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8061
8062         * wl-folder.el (wl-folder-prefetch-entity): Use
8063         `wl-folder-get-elmo-folder'.
8064
8065 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8066
8067         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8068
8069         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8070         `process-duplicates' slot.
8071
8072         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8073         if detection failed.
8074
8075 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8076
8077         * wl-version.el (wl-version-status): Set to "alpha".
8078
8079 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8082         Check wl-message-buffer lives before set-buffer.
8083
8084 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8085
8086         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8087         called in folder mode.
8088         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8089         * wl-summary.el (wl-summary-exit-pre-hook): Run
8090         `wl-summary-exit-pre-hook' before exit summary mode.
8091
8092 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8093
8094         * wl-version.el (wl-version-status): New variable.
8095         (wl-version-status-alist): Removed.
8096         (wl-version-status): Rule included.
8097
8098 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8099
8100         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8101         @sponichi.
8102
8103         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8104         when `mail-reply-buffer' is buffer-local variable.
8105         (Reported by <kita@coe.nttdata.co.jp>).
8106
8107 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8108
8109         * wl-vars.el (toplevel): Require 'elmo-util.
8110
8111 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8114         (All other related portions are changed)
8115
8116         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8117
8118         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8119
8120 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8121
8122         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8123
8124 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8125
8126         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8127         Delete other windows to avoid an error.
8128         Use `point-marker' instead of `point' to remember the start point
8129         of body.
8130
8131         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8132
8133         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8134         number not to exceed all message number.
8135
8136 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8137
8138         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8139         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8140
8141 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8142
8143         * wl-summary.el (wl-summary-sync-force-update): Added argument
8144         no-check.
8145         (wl-summary-sync-update): Ditto.
8146         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8147         with `no-check'.
8148
8149         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8150         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8151         already running.
8152
8153 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8154
8155         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8156         `dst-folder-arg'.
8157         (wl-expire-archive-number1): Diito.
8158         (wl-expire-archive-number2): Diito.
8159         (wl-expire-archive-Date): Diito.
8160         (wl-archive-number1): Diito.
8161         (wl-archive-number2): Diito.
8162         (wl-archive-date): Diito.
8163         (wl-archive-folder-p): New function.
8164         (wl-summary-expire): Support of expand folder name at
8165         wl-expire-alist.
8166         * wl-util.el (wl-expand-newtext): Renamed from
8167         `wl-refile-expand-newtext'.
8168
8169 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8170
8171         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8172         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8173         `(elmo-msgdb-get-overview msgdb)'.
8174         (wl-summary-prefetch): Bind match data before call
8175         `wl-summay-prefetch-msg'.
8176         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8177         'off if `wl-summary-buffer-disp-msg' is non-nil.
8178         Fixed problem that couldn't show only one new or unread message when
8179         enter folder.
8180         (wl-summary-reply): Don't call `split-window-vertically' and other
8181         window.
8182
8183 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8184
8185         * wl-expire.el (wl-expire-refile): Fixed.
8186
8187 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8188
8189         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8190
8191         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8192         biff notification is removed.
8193
8194         * wl.el (wl): Changed position of `elmo-init'.
8195
8196         * wl-draft.el (wl-default-draft-cite): Use date field
8197         on the citation buffer.
8198
8199         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8200
8201         * wl-xmas.el (wl-folder-internal-icon-list): Added
8202         `wl-folder-shimbun-image'.
8203
8204         * wl-e21.el (wl-folder-internal-icon-list): Added
8205         `wl-folder-shimbun-image'.
8206
8207 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8208
8209         * wl.el (wl-init): Eliminated argument.
8210         (wl): Rewrite.
8211
8212         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8213         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8214         instead of `elmo-folder-msgdb-internal'.
8215         (wl-summary-sync-update): Ditto.
8216         (wl-summary-flush-pending-append-operations): Eliminated.
8217         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8218         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8219         `elmo-folder-open'.
8220
8221         * wl-mime.el (wl-summary-burst): Fixed.
8222
8223         * wl-folder.el (wl-folder-info-save): Check data type.
8224
8225         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8226         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8227         instead of `elmo-folder-msgdb-internal'.
8228         (wl-expire-hide): Ditto.
8229
8230
8231         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8232
8233 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8234
8235         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8236
8237 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8238
8239         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8240
8241 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8242
8243         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8244         Fixed `match-beginning' argument mismatch.
8245
8246 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8247
8248         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8249         the default value.
8250
8251 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8252
8253         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8254         instead of `elmo-nntp-default-port'.
8255
8256         * wl-vars.el: Fixed some doc strings.
8257
8258 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl-summary.el (wl-summary-prefetch-msg): Use
8261         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8262
8263         * wl-vars.el: Define *-func as obsolete variable using
8264         `elmo-define-obsolete-variable'.
8265
8266         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8267         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8268         instead of `wl-message-buffer-prefetch-threshold'.
8269
8270         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8271
8272         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8273
8274         * wl-draft.el (wl-caesar-region-func): Ditto.
8275
8276         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8277         Keep unread status in elmo-folder-move-messages.
8278         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8279
8280 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8281
8282         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8283         `wl-summary-buffer-exit-func'
8284         (wl-summary-buffer-message-redisplay-function): Renamed from
8285         `wl-summary-buffer-message-redisplay-func'
8286         (wl-summary-buffer-next-folder-function): Renamed from
8287         `wl-summary-buffer-next-folder-func'.
8288         (wl-summary-buffer-prev-folder-function): Renamed from
8289         `wl-summary-buffer-prev-folder-func'.
8290         (wl-summary-get-petname-function): Renamed from
8291         `wl-summary-get-petname-func'.
8292
8293         * wl-score.el (wl-score-edit-exit-function): Renamed from
8294         `wl-score-edit-exit-func'.
8295
8296         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8297         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8298
8299         * wl-util.el (wl-load-profile-function): Renamed from
8300         `wl-load-profile-func'.
8301
8302         * wl-folder.el (wl-folder-completion-function): Renamed from
8303         `wl-folder-completion-func'.
8304         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8305
8306         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8307         `wl-expire-archive-get-folder-func'.
8308         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8309         (wl-draft-send-mail-function): Renamed from
8310         `wl-draft-send-mail-func'.
8311         (wl-draft-send-news-function): Renamed from
8312         `wl-draft-send-news-func'.
8313         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8314         (wl-generate-mailer-string-function): Renamed from
8315         `wl-generate-mailer-string-func'.
8316         (wl-highlight-signature-search-function): Renamed from
8317         `wl-highlight-signature-search-func'.
8318         (wl-highlight-x-face-function): Renamed from
8319         `wl-highlight-x-face-func'
8320         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8321         (wl-ps-print-buffer-function): Renamed from
8322         `wl-ps-print-buffer-func'
8323         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8324         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8325         (wl-summary-subject-filter-function): Renamed from
8326         `wl-summary-subject-filter-func'.
8327
8328         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8329         `wl-draft-queue-flush-send-func'
8330         (wl-draft-cite-function): Renamed from
8331         `wl-draft-cite-func'
8332
8333         * wl-address.el (wl-address-init-function): Renamed from
8334         `wl-address-init-func'.
8335
8336 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8337
8338         * wl-draft.el (wl-draft-queue-flush): Don't call
8339         `elmo-dop-unlock-message'.
8340         * wl-draft.el (wl-draft-queue-append): Don't call
8341         `elmo-dop-lock-message'.
8342
8343         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8344         (wl-summary-buffer-folder-name): Ditto.
8345         (wl-summary-message-regexp): Added '-' (all other related portions
8346         are changed).
8347         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8348         wl-summary-buffer-folder-name.
8349
8350 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8351
8352         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8353         the number of mails in the folder buffer is not updated by wl-biff.
8354
8355 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8356
8357         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8358         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8359
8360 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * wl-summary.el (wl-summary-next-message):
8363         Return next message number when wl-summary-move-order is nil.
8364
8365 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8366
8367         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8368         `wl-summary-move-spec-alist'.
8369         (wl-summary-move-spec-unplugged-alist): New variable
8370         (Move spec for unplugged status).
8371         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8372         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8373
8374 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8375
8376         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8377         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8378
8379 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8380
8381         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8382         simple quotation to quote the anonymous function.
8383         * tm-wl.el (wl-draft-preview-message): Ditto.
8384
8385 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8386
8387         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8388         Eliminate redundant `save-excursion'.
8389         (wl-highlight-summary-current-line): Ditto.
8390
8391         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8392         accessing match data when `looking-at' failed.
8393
8394         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8395         `elmo-match-string' where users don't care about the speed.
8396         (wl-draft-save): Ditto.
8397
8398 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8399
8400         * wl-util.el (wl-regexp-opt): New function.
8401
8402         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8403         number from `wl-summary-buffer-number-list'.
8404         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8405         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8406         (wl-summary-move-spec-alist): Changed default setting.
8407
8408 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8409
8410         * wl-vars.el (wl-biff-notify-hook): New hook.
8411         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8412         the arrival of new mail.
8413         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8414         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8415
8416 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8419
8420 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8423
8424         * Version number is increased to 2.5.8.
8425
8426         * wl-thread.el (toplevel): require 'cl.
8427         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8428         (wl-thread-make-number-list): New function.
8429         (wl-thread-entity-make-number-list-from-children): Ditto.
8430         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8431         (wl-thread-entity-insert-as-children): Likewise.
8432         (wl-thread-delete-message): Likewise.
8433         (wl-meaning-of-mark): Eliminated.
8434         (wl-thread-next-failure-mark-p): Ditto.
8435         (wl-thread-entity-get-mark): Ditto.
8436         (wl-thread-meaning-alist-get-result): Ditto.
8437         (wl-thread-entity-check-prev-mark): Ditto.
8438         (wl-thread-entity-check-next-mark): Ditto.
8439         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8440         (wl-thread-entity-get-prev-marked-entity): Ditto.
8441         (wl-thread-get-prev-unread): Ditto.
8442         (wl-thread-jump-to-prev-unread): Ditto.
8443         (wl-thread-get-next-unread): Ditto.
8444         (wl-thread-jump-to-next-unread): Ditto.
8445         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8446         (wl-thread-entity-get-next-marked-entity): Ditto.
8447
8448         * wl-summary.el (wl-summary-buffer-number-list):
8449         New bufer-local variable.
8450         (wl-summary-switch-to-clone-buffer): Clone
8451         `wl-summary-buffer-number-list'.
8452         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8453         (wl-summary-cursor-move-regex): Eliminated.
8454         (wl-summary-cursor-up): Rewrite.
8455         (wl-summary-cursor-down): Ditto.
8456         (wl-summary-mode-spec-alist): New variable.
8457         (wl-summary-next-message): New inline function.
8458         (wl-summary-cursor-move): New function.
8459         (wl-summary-default-get-next-msg): Rewrite.
8460         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8461         (wl-summary-rescan): Ditto.
8462         (wl-summary-sync-all-init): Ditto.
8463         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8464         summary is not thread view.
8465         (wl-summary-sync-update): Ditto.
8466         (wl-summary-rescan): Ditto.
8467         (wl-summary-make-number-list): New function.
8468
8469         * wl-draft.el: "FCC" -> "Fcc".
8470
8471 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8472
8473         * wl-highlight.el (wl-highlight-summary-window):
8474         Call `set-buffer-modified-p'.
8475
8476         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8477         (wl): Call `elmo-init' and fix.
8478
8479         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8480         Use new variables.
8481
8482         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8483
8484 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8485
8486         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8487
8488 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8489
8490         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8491
8492 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8493
8494         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8495         `wl-use-toolbar' nor `display-graphic-p'.
8496         (wl-e21-setup-message-toolbar): Ditto.
8497         (wl-e21-setup-summary-toolbar): Ditto.
8498         (wl-e21-setup-folder-toolbar): Ditto.
8499
8500         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8501         (wl-plugged-init-icons): Ditto.
8502
8503         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8504         `display-graphic-p'.
8505         (wl-plugged-set-folder-icon): Ditto.
8506         (wl-highlight-plugged-current-line): Ditto.
8507         (wl-highlight-folder-current-line): Ditto.
8508         (wl-e21-highlight-folder-group-line): Ditto.
8509         (wl-e21-setup-toolbar): Ditto.
8510         (wl-e21-display-image-p): New macro.
8511
8512         * wl-demo.el (wl-demo): Simplified.
8513         (wl-demo-image-type-alist): Use `image-type-available-p' for
8514         checking whether the image type `xbm' is available.
8515
8516 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8517
8518         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8519         (wl-summary-input-range): Ditto.
8520
8521 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8522
8523         * wl-summary.el (wl-summary-edit-addresses): Use
8524         `wl-summary-get-original-buffer'
8525         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8526         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8527         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8528         (wl-summary-get-newsgroups): Eliminated.
8529         (wl-summary-set-crosspost): Ditto.
8530         (wl-summary-is-crosspost-folder): Ditto.
8531         (wl-crosspost-alist-load): Ditto.
8532         (wl-crosspost-alist-save): Ditto.
8533
8534         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8535         `elmo-setup-subscribed-newsgroups' instead of
8536         `elmo-nntp-make-groups-hashtb'.
8537         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8538         instead of `wl-crosspost-alist-save'.
8539
8540         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8541         of `elmo-folder-message-appendable-p'.
8542         (wl-mime-header-presentation-method): Eliminated.
8543
8544         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8545         (Error occurs in emacs21).
8546
8547         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8548         the current buffer).
8549
8550         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8551         instead of `wl-crosspost-alist-save'.
8552         (wl-init): `elmo-crosspost-message-alist-load'
8553         instead of `wl-crosspost-alist-load'
8554
8555         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8556         (wl-parse-newsgroups): Likewise.
8557         (wl-biff-notify): Run `wl-biff-notify-hook'.
8558
8559 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8560
8561         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8562
8563         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8564         when `wl-summary-lazy-highlight' is non-nil.
8565         (wl-summary-goto-folder-subr): Highlight only when
8566         `wl-summary-lazy-highlight' is non-nil.
8567
8568         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8569         Don't display progress and highlight temp-mark when
8570         `wl-summary-lazy-highlight' is non-nil.
8571         (wl-highlight-summary-window): New function.
8572         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8573
8574 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8575
8576         * wl-summary.el (wl-summary-sync): Change `all-visible'
8577         from `all-shown'
8578         (wl-summary-input-range): Ditto.
8579
8580 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8581
8582         * wl-e21.el (wl-highlight-folder-current-line): Call
8583         `wl-folder-init-icons' when folder icons have not been initialized.
8584
8585         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8586
8587         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8588         (wl-demo-image-type-alist): New macro.
8589
8590 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8591
8592         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8593         display does not support graphics.
8594         (wl-plugged-init-icons): Ditto.
8595         (wl-folder-init-icons): Ditto.
8596
8597         * wl-demo.el (wl-demo): Chech closely whether the display
8598         supports graphics.
8599
8600 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8601
8602         * wl-summary.el (wl-summary-get-original-buffer): New function.
8603         (wl-summary-set-crosspost): Use it.
8604         (wl-summary-target-mark-uudecode): Ditto.
8605         (wl-summary-reedit): Ditto.
8606         (wl-summary-resend-bounced-mail): Ditto.
8607         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8608         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8609
8610         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8611         (wl-message-display-internal): Ditto.
8612
8613 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8614
8615         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8616
8617 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8618
8619         * wl-summary.el (wl-summary-save-view): Renamed from
8620         `wl-summary-save-status'.
8621
8622 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8623
8624         * wl-summary.el (wl-summary-sync): Added `all-shown'
8625
8626 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8627
8628         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8629
8630 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8631
8632         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8633
8634 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8635
8636         * wl-highlight.el (wl-highlight-summary-line-string): Use
8637         `zerop' instead of `= 0'.
8638         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8639
8640         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8641         for comparing numbers.
8642         (wl-template-prev): Use `zerop' instead of `eq 0'.
8643
8644         * wl-draft.el (wl-draft-insert-current-message): Use
8645         `with-current-buffer' instead of `save-excursion'.
8646         Use `zerop' instead of `eq 0'.
8647
8648 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8649
8650         * wl-draft.el (wl-draft-insert-ccs): New function.
8651         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8652         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8653
8654 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8655
8656         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8657
8658 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl-expire.el (wl-expire-refile): Don't call
8661         elmo-msgdb-add-msgs-to-seen-list;
8662         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8663         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8664
8665 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8666
8667         * wl-message.el (wl-message-prev-page): Ignore errors while
8668         scroll-down.
8669
8670 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8671
8672         * wl-mime.el: Use elmo-original-message-mode instead of
8673         mmelmo-original-mode.
8674
8675         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8676         `elmo-folder-get-spec';
8677         (wl-fldmgr-add-completion-all-completions):
8678         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8679
8680         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8681         of `elmo-folder-get-type'.
8682
8683         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8684         `elmo-folder-get-spec';
8685         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8686         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8687         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8688         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8689         `elmo-read-msg-no-cache';
8690         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8691         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8692         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8693         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8694         `elmo-cache-save';
8695         (wl-draft-reedit): Use `elmo-message-file-name'.
8696
8697         * wl-expire.el: Use `elmo-folder-name-internal';
8698         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8699         Use macro `wl-summary-buffer-msgdb' instead of variable
8700         `wl-summary-buffer-msgdb';
8701         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8702         Use macro `wl-summary-buffer-folder-name' instead of variable
8703         `wl-summary-buffer-folder-name'.
8704         * wl-score.el: Likewise.
8705
8706         * wl-message.el: Rewrite for new message buffer cache mechanism.
8707         (wl-message-buffer-cache-buffer-get): New macro.
8708         (wl-message-buffer-cache-folder-get): Ditto.
8709         (wl-message-buffer-cache-message-get): Ditto.
8710         (wl-message-buffer-cache-entry-make): Ditto.
8711         (wl-message-buffer-cache-hit): Ditto.
8712         (wl-message-buffer-cache-sort): New function.
8713         (wl-message-buffer-cache-add): Ditto.
8714         (wl-message-buffer-cache-delete): Ditto.
8715         (wl-message-buffer-cache-clean-up): Ditto.
8716         (wl-message-buffer-window): Rewrite.
8717         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8718         (wl-message-buffer-display): New function.
8719         (wl-message-display-internal): New function.
8720
8721 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8722
8723         * wl-folder.el: Use `elmo-folder-name-internal';
8724         Use `wl-folder-get-elmo-folder';
8725         Use `elmo-folder-list-messages' instead of
8726         `elmo-list-folder';
8727         Use `elmo-folder-get-primitive-list' instead of
8728         `elmo-folder-get-primitive-spec-list';
8729         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8730         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8731         Use `elmo-folder-create' instead of `elmo-create-folder'.
8732         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8733         (wl-folder-get-elmo-folder): New macro.
8734         (wl-folder-elmo-folder-cache-get): Ditto.
8735         (wl-folder-elmo-folder-cache-put): Ditto.
8736         (wl-folder-suspend): Call `elmo-quit'.
8737
8738         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8739         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8740         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8741         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8742         (toplevel): require 'cl.
8743         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8744
8745         * wl-summary.el: Rewrite to use new elmo interface.
8746
8747 \f
8748 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8749
8750         * wl-mime.el (wl-draft-preview-message):
8751         Run `wl-draft-send-hook' before collecting recipients information;
8752         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8753
8754         * tm-wl.el (wl-draft-preview-message): Ditto.
8755
8756 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8757
8758         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8759         wrong recipients are displayed when forwarded message.
8760
8761 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8762
8763         * Version number is increased to 2.5.7.
8764
8765 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8766
8767         * wl-message.el (wl-message-next-page): Bind
8768         `window-pixel-scroll-increment' to nil while scrolling up.
8769
8770 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8771
8772         * wl-vars.el (wl-save-hook): New hook.
8773         * wl.el (wl-save): Call `wl-save-hook'.
8774
8775 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8776
8777         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8778         Argument WITH-ARG instead of NO-ARG (negative mean).
8779         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8780         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8781         * wl-message.el (wl-message-follow-current-entity): Likewise.
8782
8783 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8784
8785         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8786         FROM was optional argument.
8787         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8788
8789 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8790
8791         * Version number is increased to 2.5.6.
8792
8793 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8794
8795         * wl-version.el (wl-version-show): Removed.
8796         (wl-version): Add `interactive'.
8797
8798 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8799
8800         * wl-summary.el (wl-summary-get-petname-func): New variable.
8801         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8802         instead of `wl-address-get-petname-1'.
8803         (wl-summary-simple-from): Ditto.
8804
8805         * wl-address.el (wl-address-get-petname-1): Define as function.
8806
8807 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8808
8809         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8810         field in the original message.
8811         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8812
8813 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8814
8815         * wl-expire.el (wl-expire-hide):
8816         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8817
8818 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8819
8820         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8821         find decoder for To, Cc, and Subject.
8822
8823 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8824
8825         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8826         for checking `elmo-use-buffer-cache'.
8827         (wl-summary-mark-as-important): Fixed typo in comment.
8828
8829 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8830
8831         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8832         field in the original message.
8833         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8834
8835 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8836
8837         * wl-expire.el (wl-expire-hide):
8838         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8839
8840 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8841
8842         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8843         find decoder for To, Cc, and Subject.
8844
8845 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8846
8847         * Version number is increased to 2.5.5.
8848
8849         * wl-address.el (wl-address-specials-regexp): New constant.
8850         (wl-address-quote-specials): Use it.
8851
8852 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-summary.el (wl-summary-rescan):
8855         Call `wl-summary-buffer-number-column-detect'.
8856         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8857
8858         * wl-message.el (wl-message-mode-map): Define.
8859         (wl-message-decode): Use it as local-map.
8860
8861 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8862
8863         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8864         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8865
8866 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8867
8868         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8869
8870         * wl-mule.el (wl-read-event-char): Ditto.
8871
8872         * wl-e21.el (wl-read-event-char): Ditto.
8873
8874         * wl-nemacs.el (wl-read-event-char): Ditto.
8875         (read-event): Removed.
8876
8877         * wl-util.el (toplevel): Removed dummy definition of
8878         `read-event'.
8879         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8880
8881 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8882
8883         * wl-nemacs.el (elmo-archive-call-process): Moved to
8884         elmo-archive.el.
8885
8886 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8887
8888         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8889         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8890
8891         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8892         instead of magic-number 6.  Use `not' instead of `null' for symbol
8893         `nil' check (not empty list).
8894         (wl-draft-insert-x-face-field): Fixed paren style.
8895
8896         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8897         one-branch conditional statement, instead of `and' and `if'.
8898         (wl-draft-forward): Likewise.
8899         (wl-draft-add-references): Likewise.
8900         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8901
8902         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8903         conditional steatment.  Use `cond' instead of `if'.
8904         (wl-draft-confirm): Likewise.
8905
8906 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8907
8908         * wl-version.el (wl-version-show): Use `product-string-1'
8909         instead of `wl-version'.
8910         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8911
8912         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8913
8914 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8915
8916         * wl-highlight.el (wl-highlight-headers): Revert
8917         `wl-highlight-x-face-func' argument (`beg' and `end').
8918
8919 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8920
8921         * wl.el (toplevel): Move `product-provide' declare.
8922         * wl-demo.el (toplevel): Ditto.
8923         * wl-dnd.el (toplevel): Ditto.
8924         * wl-highlight.el (toplevel): Ditto.
8925         * wl-message.el (toplevel): Ditto.
8926         * wl-refile.el (toplevel): Ditto.
8927         * wl-util.el (toplevel): Ditto.
8928
8929 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8930
8931         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8932         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8933         (wl-thread-close-all): keep cursor position.
8934
8935 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8936
8937         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8938         (eq x 0).
8939         (wl-generate-user-agent-string-1): Fix conditional statement.
8940
8941 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8942
8943         * wl.el (wl-check-environment): Additional check for
8944         'wl-local-domain' and `wl-message-id-domain'.
8945
8946 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8947
8948         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8949
8950 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8951
8952         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8953         instead of `smtp-sasl-user-realm'.
8954
8955 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8956
8957         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8958
8959 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8960
8961         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8962         to the default value as well as `eword-lexical-analyzer'.
8963
8964 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8965
8966         * wl-version.el (wl-extended-emacs-version,
8967         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8968         `elmo-match-string' instead of `wl-match-string'.
8969
8970 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8971
8972         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8973         docstring.
8974
8975 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8976
8977         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8978
8979 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8980
8981         * wl-highlight.el (wl-highlight-headers): Remove
8982         `wl-highlight-x-face-func' argument (`beg' and `end').
8983
8984 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-summary.el (wl-summary-mark-as-important):
8987         Remove cache if folder is local.
8988
8989 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8990
8991         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8992         to get existing e-mail address string.
8993
8994 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8995
8996         * wl-version.el (wl-generate-user-agent-string): Commentary.
8997         (wl-generate-user-agent-string-1): Use `when' for
8998         one-branch conditional statement, instead of `and' and `if'.
8999         (wl-extended-emacs-version, wl-extended-emacs-version2,
9000         wl-extended-emacs-version3): Ditto.
9001
9002 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9003
9004         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9005         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9006         condition-case; Remove initialization.
9007         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9008         (wl-summary-sync-update3): Added argument `sync-all';
9009         Eliminated local variable `msgdb';
9010         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9011         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9012         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9013
9014 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9015
9016         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9017         connection before call `wl-draft-send-mail-with-smtp'.
9018
9019 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9020
9021         * Version number is increased to 2.5.4.
9022
9023 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9024
9025         * wl.el (wl-check-environment): Additional check for
9026         'wl-local-domain' and `wl-message-id-domain'.
9027
9028 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9029
9030         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9031         buffer as command specific.
9032         (wl-folder-mark-as-read-all-entity): Ditto.
9033         (wl-folder-prefetch-entity): Ditto.
9034         (wl-folder-drop-unsync-entity): Ditto.
9035
9036         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9037         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9038         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9039
9040         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9041         save-excursion.
9042
9043 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9044
9045         * Version number is increased to 2.5.3.
9046
9047         * wl-summary.el (wl-summary-save-view-cache):
9048         Delete duplicated `write-region';
9049         Use `write-region-as-binary' instead of `as-binary-output-file' and
9050         `write-region'.
9051
9052 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9053
9054         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9055
9056 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9057
9058         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9059         instead of `smtp-via-smtp'.
9060
9061 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9062
9063         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9064
9065 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9066
9067         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9068         instead of `smtp-sasl-user-realm'.
9069
9070 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9071
9072         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9073
9074 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9075
9076         * Version number is increased to 2.5.2.
9077
9078 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9079
9080         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9081         does not exist.
9082         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9083         (wl-biff-start): Call `timer-activate' if timer already exists.
9084
9085         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9086         only when it is bound as function.
9087
9088 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * Version number is increased to 2.5.1.
9091
9092 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9093
9094         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9095         Print refile/copy destination.
9096
9097 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9100         queue-flush-only is non-nil.
9101
9102         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9103
9104         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9105         checking cache folder.
9106
9107 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9108
9109         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9110         `regexp-quote'.
9111
9112 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9113
9114         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9115         function.
9116         * wl-summary.el (wl-summary-write-current-folder-functions):
9117         Change default value.  Use it.
9118
9119 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9120
9121         * Version number is increased to 2.5.0.
9122
9123         * wl-version.el (wl-version): Changed codename.
9124
9125 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9126
9127         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9128         (wl-summary-supersedes-message): Ditto.
9129
9130 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9131
9132         * wl-refile.el (wl-refile-guess-functions): Renamed from
9133         `wl-refile-guess-func-list'.
9134
9135 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9136
9137         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9138         Fixed problem when no rule was matched.
9139
9140 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9141
9142         * wl-summary.el (wl-summary-get-mark): Fixed
9143         `wl-summary-buffer-target-mark' check logic.
9144
9145 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9146
9147         * wl-folder.el (wl-folder-write-current-folder): Added group
9148         folder check.
9149
9150         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9151         `wl-summary-write-current-newsgroup'.
9152         (wl-summary-write-current-folder-functions): New variable.
9153         * wl-folder.el (wl-folder-get-newsgroups): New function.
9154         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9155         (wl-folder-write-current-folder): Renamed from
9156         `wl-folder-write-current-newsgroup'.
9157
9158 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9159
9160         * Version number is increased to 2.3.93.
9161
9162 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9163
9164         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9165         (wl-ldap-make-matched-value-list): Ditto.
9166         (wl-ldap-alias-safe-string): Split e-mail address.
9167
9168         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9169         petname folder default was selected.
9170         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9171         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9172
9173 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9174
9175         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9176         to `wl-draft-config-exec'.
9177
9178         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9179         instead of calling `wl-draft-config-exec';
9180         Process group-list and show recipients in minibuffer.
9181
9182         * tm-wl.el (wl-draft-preview-message): Ditto.
9183
9184 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9185
9186         * wl.el (toplevel): Added (C) to copyright notice, and
9187         sync Author header.
9188         * tm-wl.el (toplevel): Ditto.
9189         * wl-address.el (toplevel): Ditto.
9190         * wl-demo.el (toplevel): Ditto.
9191         * wl-dnd.el (toplevel): Ditto.
9192         * wl-draft.el (toplevel): Ditto.
9193         * wl-e21.el (toplevel): Ditto.
9194         * wl-expire.el (toplevel): Ditto.
9195         * wl-folder.el (toplevel): Ditto.
9196         * wl-highlight.el (toplevel): Ditto.
9197         * wl-message.el (toplevel): Ditto.
9198         * wl-mime.el (toplevel): Ditto.
9199         * wl-mule.el (toplevel): Ditto.
9200         * wl-nemacs.el (toplevel): Ditto.
9201         * wl-refile.el (toplevel): Ditto.
9202         * wl-score.el (toplevel): Ditto.
9203         * wl-summary.el (toplevel): Ditto.
9204         * wl-template.el (toplevel): Ditto.
9205         * wl-thread.el (toplevel): Ditto.
9206         * wl-util.el (toplevel): Ditto.
9207         * wl-vars.el (toplevel): Ditto.
9208         * wl-xmas.el (toplevel): Ditto.
9209
9210 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9211
9212         * wl.el (wl-init): Added comment about `wl-init-hook'.
9213         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9214         * wl-vars.el (wl-init-hook): Added docs.
9215         (wl-make-plugged-hook): Removed useless docs.
9216         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9217         * wl-xmas.el (toplevel): Ditto.
9218
9219 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9220
9221         * wl-address.el (toplevel): Fixed multiple Author header format.
9222         * wl-demo.el (toplevel): Ditto.
9223         * wl-draft.el (toplevel): Ditto.
9224         * wl-folder.el (toplevel): Ditto.
9225         * wl-summary.el (toplevel): Ditto.
9226         * wl-thread.el (toplevel): Ditto.
9227         * wl-util.el (toplevel): Ditto.
9228         * wl-vars.el (toplevel): Ditto.
9229         * wl-version.el (toplevel): Ditto.
9230         * wl-xmas.el (toplevel): Ditto.
9231         * wl.el (toplevel): Ditto.
9232
9233         * wl-version.el (toplevel): Added require `elmo-version' for
9234         `product-version-as-string'.
9235
9236 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9237
9238         * wl-vars.el (wl-draft-send-hook): Changed default value to
9239         '(wl-draft-config-exec).
9240
9241         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9242         explicitly.
9243         (wl-draft): Set `wl-draft-config-exec-flag' before running
9244         `wl-mail-setup-hook'.
9245
9246         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9247         `wl-biff-init-icons' to `wl-init-hook' instead of
9248         `wl-make-plugged-hook'.
9249         (Because if `wl-draft' command is invoked at first,
9250         they are not initialized)
9251         Updated copyright notice.
9252
9253         * wl-e21.el (toplevel): Ditto;
9254
9255         * wl-demo.el (toplevel): Updated copyright notice.
9256         * wl-address.el (toplevel): Ditto.
9257         * wl-draft.el (toplevel): Ditto.
9258         * wl-version.el (toplevel): Ditto.
9259         * wl-folder.el (toplevel): Ditto.
9260         * wl-summary.el (toplevel): Ditto.
9261         * wl-thread.el (toplevel): Ditto.
9262         * wl-util.el (toplevel): Ditto.
9263         * wl-vars.el (toplevel): Ditto.
9264         * wl.el (toplevel): Ditto.
9265
9266 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9267
9268         * wl-highlight.el (wl-highlight-message): Fixed problem of
9269         highlighting failure which occured when the last field contains
9270         multiple lines in the draft buffer.
9271
9272         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9273         `wl-biff-start' if plugged.
9274
9275         * wl-util.el (wl-biff-check-folder): New function.
9276         (wl-biff-check-folders): Don't set session name prefix.
9277         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9278         (wl-biff-check-folder-async): Ditto.
9279
9280         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9281         in email address.
9282
9283 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9284
9285         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9286
9287         * wl-draft.el (wl-draft-strip-subject-re): New function.
9288
9289         * wl-draft.el (wl-draft-reply): Use it.
9290
9291 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9292
9293         * wl-message.el (wl-mmelmo-message-redisplay): Use
9294         `mime-display-message' instead of `wl-mime-display-message'.
9295
9296         * wl-mime.el (toplevel): Removed compatibility workaround
9297         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9298         (wl-mime-display-message): Abolished.
9299         (wl-mime-entity-read-field): Ditto.
9300         (wl-mime-combine-message/partial-pieces): Use
9301         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9302
9303 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9304
9305         * wl-template.el: Doc fixes.
9306
9307 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9308
9309         * wl-e21.el (wl-message-overload-functions): Do nothing if
9310         `current-local-map' is not available.
9311         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9312
9313 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9314
9315         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9316         representation.
9317
9318         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9319         number.
9320         (wl-fldmgr-save-folders): Don't use `format' when insert
9321         `wl-fldmgr-folders-header'.
9322
9323 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9324
9325         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9326
9327 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * wl-highlight.el (wl-highlight-message):
9330         Use `std11-field-end' to detect end point of the header field.
9331         Refer `wl-highlight-max-header-size'.
9332
9333         * wl-vars.el (wl-highlight-max-header-size): New variable.
9334
9335         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9336
9337         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9338         Set `for-draft' argument of wl-highlight-headers.
9339         (wl-draft): Ditto.
9340         (wl-draft-reedit): Ditto.
9341         (wl-user-agent-compose-internal): Ditto.
9342
9343 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9344
9345         * wl-message.el (wl-message-add-button): Use overlay.
9346
9347 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9348
9349         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9350
9351         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9352         problem when group-list content is nothing.
9353         (Reported by Mito <mit@nines.nec.co.jp>)
9354
9355 2000-10-18  SAITO Atsunori <sai@yedo.com>
9356
9357         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9358
9359 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9360
9361         * tm-wl.el (toplevel): Use product-provide.
9362
9363 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9364
9365         * Version number is increased to 2.3.92.
9366
9367 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9368
9369         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9370         title text, use `display' property for left margin under Emacs 21.
9371
9372         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9373         properties.
9374         (wl-plugged-init-icons): Ditto.
9375
9376 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9377
9378         * wl.el (wl-save-status, wl-init): Remove last period in
9379         "...done." message.
9380         * tm-wl.el (wl-summary-burst): Ditto.
9381         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9382         wl-summary-resume-cache-status,
9383         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9384         wl-summary-sync-update3, wl-summary-highlight-msgs,
9385         wl-summary-flush-pending-append-operations,
9386         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9387         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9388         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9389         wl-thread-open-all): Ditto.
9390         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9391         * wl-mime.el (wl-summary-burst): Ditto.
9392         * wl-highlight.el (wl-highlight-summary): Ditto.
9393         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9394         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9395         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9396         * wl-address.el (wl-local-address-init): Ditto.
9397
9398 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9399
9400         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9401         `add-text-properties'.
9402         (wl-plugged-init-icons): Ditto.
9403         (wl-folder-init-icons): Use `propertize' instead of
9404         `put-text-property'.
9405         (wl-plugged-set-folder-icon): Ditto.
9406         (wl-e21-highlight-folder-group-line): Ditto.
9407
9408 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9409
9410         * wl-version.el (wl-version-status-alist): New variable.
9411         (wl-version-status): New function.
9412
9413         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9414         "Cc" part of the case "Reply-To".
9415
9416         * wl-draft.el (wl-draft-reply): Use result of
9417         `eword-extract-address-components'.
9418
9419         * wl-demo.el (wl-demo-icon-name): New constant.
9420         (wl-logo-xpm): Use it.
9421         (wl-logo-xbm): Ditto.
9422         (wl-logo-bitmap): Ditto.
9423
9424         * Version number is increased to 2.3.91.
9425
9426 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9427
9428         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9429         (wl-extended-emacs-version, wl-extended-emacs-version2,
9430         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9431         docstring.
9432
9433         * wl-version.el (wl-generate-user-agent-string-1): New function.
9434         (wl-generate-user-agent-string): Use it.
9435
9436         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9437         `mime-edit-insert-user-agent-field'.
9438         (wl-generate-user-agent-string): Check
9439         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9440
9441         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9442         instead of `if', when verbose case.
9443
9444 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9445
9446         * wl-expire.el (wl-summary-expire): Fix.
9447
9448 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9449
9450         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9451         and `elmo-lost+found-folder' if 'wl-draft.
9452         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9453
9454 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9455
9456         * wl-expire.el (wl-summary-expire): Change messages.
9457         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9458         `deleing-info' instead of "Deleting..."
9459
9460 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9461
9462         * wl-summary.el (wl-summary-refile-subr): Fix.
9463
9464 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9465
9466         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9467         if pipe folder.
9468
9469 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9470
9471         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9472
9473 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9474
9475         * wl-expire.el (wl-expire-hide): New function.
9476         (wl-summary-expire): Add `hide'.
9477
9478 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9479
9480         * wl-vars.el (wl-draft-reply-without-argument-list):
9481         Changed default value to consider `Reply-To:'.
9482         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9483
9484         * Version number is increased to 2.3.90.
9485
9486         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9487         elmo-imap4-get-session with unwind-protect.
9488         Don't cause error.
9489         (wl-summary-sync-marks): Don't check plugged nor folder type.
9490         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9491         (Always keep current buffer).
9492
9493 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9494
9495         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9496         Enclose with `save-excursion'.
9497
9498 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9499
9500         * wl-version.el (wl-version): Remove interactive.
9501
9502 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9503
9504         * wl-version.el (wl-generate-user-agent-string): Use
9505         `product-string-verbose' instead of `product-string-1'.
9506
9507 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9508
9509         * wl-vars.el (wl-draft-use-cache): New variable.
9510         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9511         if wl-draft-use-cache is non-nil.
9512
9513 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9514
9515         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9516         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9517
9518 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9519
9520         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9521         (wl-thread-msg-mark-as-unread): Ditto.
9522
9523         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9524         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9525         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9526         Don't set mark in summary if return value of `elmo-mark-as-read'
9527         is nil.
9528         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9529         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9530         instead of `wl-thread-msg-mark-as-read'.
9531         (wl-summary-mark-as-unread-region): Ditto.
9532         (wl-summary-target-mark-mark-as-read): Ditto.
9533
9534         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9535
9536 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9537
9538         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9539
9540         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9541
9542 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9543
9544         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9545         face.
9546
9547 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9548
9549         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9550         `running-xemacs'.
9551
9552 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9553
9554         * wl-version.el (toplevel): Use `product-version-as-string' for
9555         set verstion-string, if defined.
9556
9557         * wl-version.el (wl-version-show): Insert string at point, when
9558         call with argument.
9559
9560         * wl-version.el (wl-generate-user-agent-string): Use
9561         `product-string-1' instead of `wl-appname', `wl-version' and
9562         `wl-codename'.
9563
9564 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9565
9566         * wl-address.el (toplevel): Use product-provide.
9567         * wl-demo.el (toplevel): Ditto.
9568         * wl-dnd.el (toplevel): Ditto.
9569         * wl-draft.el (toplevel): Ditto.
9570         * wl-e21.el (toplevel): Ditto.
9571         * wl-expire.el (toplevel): Ditto.
9572         * wl-fldmgr.el (toplevel): Ditto.
9573         * wl-folder.el (toplevel): Ditto.
9574         * wl-highlight.el (toplevel): Ditto.
9575         * wl-message.el (toplevel): Ditto.
9576         * wl-mime.el (toplevel): Ditto.
9577         * wl-mule.el (toplevel): Ditto.
9578         * wl-nemacs.el (toplevel): Ditto.
9579         * wl-refile.el (toplevel): Ditto.
9580         * wl-score.el (toplevel): Ditto.
9581         * wl-summary.el (toplevel): Ditto.
9582         * wl-template.el (toplevel): Ditto.
9583         * wl-thread.el (toplevel): Ditto.
9584         * wl-util.el (toplevel): Ditto.
9585         * wl-vars.el (toplevel): Ditto.
9586         * wl-xmas.el (toplevel): Ditto.
9587         * wl.el (toplevel): Ditto.
9588
9589 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9590
9591         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9592         instead of product.
9593
9594         * wl-version.el (wl-version): Compile time evalution elmo-version.
9595
9596 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9597
9598         * wl-summary.el (wl-summary-sync-force-update): Append queue
9599         `mark-as-read'if unplugged.
9600
9601 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9602
9603         * wl-version.el: New file.  Use product.el.
9604         * wl.el: add (require 'wl-version).
9605         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9606         for ~/.folders header.
9607         (wl-fldmgr-folders-header): Changed.
9608         * wl-demo.el (wl-demo): Use product.el.
9609
9610         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9611         wl-version.el.
9612         * wl-util.el (wl-version, wl-version-show): Ditto.
9613
9614         * wl-util.el (wl-generate-user-agent-string,
9615         wl-extended-emacs-version, wl-extended-emacs-version2,
9616         wl-extended-emacs-version3): Move to wl-version.el.
9617         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9618         xemacs-codename, mime-edit-insert-user-agent-field,
9619         mime-edit-user-agent-value, mime-editor/version,
9620         mime-editor/codename): Compile warning killer move to
9621         wl-version.el
9622
9623 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9624
9625         * wl-summary.el (wl-summary-refile-subr): Fix.
9626
9627 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9628
9629         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9630         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9631
9632 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9633
9634         * wl.el (wl-check-environment): Check too many `@'.
9635
9636 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9637
9638         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9639
9640 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9641
9642         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9643         wl-draft-reply-myself-without-argument-list): Add variables.
9644         * wl-draft.el (wl-draft-reply): Use it.
9645
9646 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9647
9648         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9649         the 5th argument of `elmo-network-get-spec'.
9650
9651         * wl-thread.el (wl-thread-reparent-children): New inline function.
9652         (wl-thread-delete-message): Use it.
9653
9654         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9655         (wl-summary-score-update-all-lines): Don't use `dolist'.
9656
9657 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9658
9659         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9660         (require 'elmo-msgdb) for inline function.
9661
9662 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9663
9664         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9665
9666 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9667
9668         * wl-score.el (wl-score-headers): Fix for the confusing macro
9669         `elmo-kill-buffer'.
9670
9671 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9672
9673         * wl-summary.el: Don't use the 3rd argument of `require' because
9674         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9675         * wl-util.el: Ditto.
9676         * wl-draft.el: Ditto.
9677
9678 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9679
9680         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9681         window system is not used.
9682
9683 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9684
9685         * wl-thread.el: Don't use `mapcar' only for iteration.
9686         (wl-thread-resume-entity): Ditto.
9687         (wl-thread-delete-message): Ditto.
9688
9689         * wl-summary.el: Bind `dragdrop-drop-functions',
9690         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9691         of `require' for `timezone', `easymenu' and `ps-print';
9692         don't use `mapcar' only for iteration.
9693
9694         * wl-util.el: Bind `mule-version', `nemacs-version',
9695         `emacs-beta-version', `xemacs-codename',
9696         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9697         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9698         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9699         only for iteration.
9700
9701         * wl-score.el: Don't use `mapcar' only for iteration.
9702         (wl-score-simplify-buffer-fuzzy): Ditto.
9703         (wl-score-simplify-subject): Ditto.
9704         (wl-score-headers): Ditto.
9705         (wl-summary-score-update-all-lines): Ditto.
9706
9707         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9708         `enable-multibyte-characters' and `mule-version'.
9709
9710         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9711         `mapcar' only for iteration.
9712
9713         * wl-demo.el: Don't use `mapcar' only for iteration.
9714
9715         * wl-folder.el: Don't use `mapcar' only for iteration.
9716         (wl-folder-open-all): Ditto.
9717         (wl-folder-count-incorporates): Ditto.
9718
9719         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9720         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9721
9722         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9723         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9724         `smtp-connection-type'; specify 3rd argument of `require' for
9725         `timezone'; don't use `mapcar' only for iteration.
9726         (wl-draft-clone-local-variables): Don't use `mapcar'.
9727         (wl-draft-generate-clone-buffer): Ditto.
9728         (wl-user-agent-compose-internal): Ditto.
9729
9730         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9731
9732         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9733         (wl-save-status): Ditto.
9734
9735         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9736         for iteration.
9737
9738 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9739
9740         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9741         removed `Date'.
9742         (wl-fldmgr-make-filter-default): New user option.
9743
9744         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9745         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9746         (wl-fldmgr-filter-completion-alist): Abolish.
9747
9748         * wl.el (wl): Don't check servers if arg is non-nil.
9749
9750         * wl-draft.el (wl-draft-reply): Set only message-id string to
9751         In-Reply-To field.
9752
9753 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9754
9755         * wl-summary.el (wl-summary-pick): Rewrite.
9756
9757         * wl-draft.el (wl-draft-forward): Get references field from
9758         original buffer.
9759         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9760
9761 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9762
9763         * wl-draft.el (wl-draft-forward): Add references field.
9764
9765 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9766
9767         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9768         (wl-draft-reply): Use it.
9769
9770 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9771
9772         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9773         when Emacs 21 is running.
9774
9775         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9776         bindings.
9777
9778 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9779
9780         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9781         XPM icons transparent.
9782
9783         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9784         Emacs 21.
9785
9786 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9787
9788         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9789         nil.
9790
9791         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9792         when it is persistent.
9793         (wl-summary-sync-marks): Changed argument for
9794         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9795         (wl-summary-virtual): Use `elmo-read-search-condition'.
9796         (wl-summary-redisplay-internal): If folder is local, mark as read
9797         even when folder is plugged.
9798
9799 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9800
9801         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9802         of `tool-bar-lines' in the frame parameters.
9803         (after-make-frame-functions, post-command-hook): Don't modify the
9804         value.
9805         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9806         wl-e21-tool-bar-lines): Removed.
9807
9808 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9809
9810         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9811         properties `evaporate' and `wl-momentary-overlay' as well.
9812         (wl-highlight-summary-displaying): Ditto.
9813         (wl-delete-all-overlays): Don't delete overlay which does not have
9814         a property `wl-momentary-overlay'.
9815
9816         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9817         `display-mouse-p' and `display-graphic-p'.
9818         (wl-folder-init-icons): Don't search for XBM or the other files.
9819         (wl-plugged-set-folder-icon): Make icons if and only if
9820         `display-graphic-p' returns non-nil.
9821         (wl-highlight-plugged-current-line): Use `before-string' overlay
9822         property to show icon images.
9823         (wl-highlight-folder-current-line): Ditto.
9824         (wl-e21-highlight-folder-group-line): Ditto.
9825         (wl-e21-highlight-folder-by-numbers): Ditto.
9826         (wl-e21-insert-image): Removed.
9827         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9828         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9829         said.
9830         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9831         `wl-e21-force-switch-toolbar'.
9832         (wl-e21-make-icon-image): Removed.
9833         (wl-e21-setup-toolbar): Don't search for XBM files.
9834         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9835         the default value.
9836
9837 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9838
9839         * wl-util.el (wl-biff-check-folder-async): Set
9840         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9841
9842 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9843
9844         * wl-e21.el (after-make-frame-functions): Add
9845         `wl-e21-force-switch-toolbar'.
9846         (wl-e21-force-switch-toolbar): New function force to switch the
9847         toolbar appearance automatically.
9848         (post-command-hook): Add `wl-e21-switch-toolbar'.
9849         (wl-e21-switch-toolbar): New function to switch the toolbar
9850         appearance automatically.
9851         (wl-e21-tool-bar-lines): New buffer local variable.
9852
9853 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9854
9855         * wl-util.el (wl-biff-check-folders-running): New variable.
9856         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9857         (wl-biff-check-folder-async-callback):
9858         Set `wl-biff-check-folders-running'.
9859         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9860         with unwind-protect.
9861
9862         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9863         Enclose `wl-folder-auto-check' with unwind-protect.
9864
9865         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9866         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9867
9868         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9869
9870         * wl-util.el (wl-biff-notify): New inline function.
9871         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9872         locally.
9873         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9874         folder-list' is 1.
9875         Use `wl-biff-notify'.
9876         (wl-biff-check-folder-async-callback): New function.
9877         (wl-biff-check-folder-async): Ditto.
9878
9879         * wl-folder.el (wl-folder): Don't check folders.
9880         (wl-folder-auto-check): New function.
9881
9882 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9883
9884         * wl-util.el (wl-biff-start) [Emacs19+]:
9885         Use `timer-next-integral-multiple-of-time'.
9886         (wl-biff-check-folders): Use `wl-default-folder'
9887         if `wl-biff-check-folder-list' is nil.
9888
9889 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9890
9891         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9892         instead of `elmo-delete-lists'.
9893
9894 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9895
9896         * wl.el (wl-plugged-toggle-all): Set the value of
9897         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9898         (wl-plugged-toggle): Ditto.
9899         (wl-toggle-plugged): Ditto.
9900         (wl-plugged-init): Ditto.
9901
9902         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9903         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9904         instead of `wl-biff-state-indicator-off' and
9905         `wl-biff-state-indicator-on'; don't modify the value and the type
9906         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9907         (wl-plugged-init-icons): Set icons data to
9908         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9909         instead of `wl-plug-state-indicator-off' and
9910         `wl-plug-state-indicator-on'; don't modify the value and the type
9911         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9912
9913         * wl-vars.el (wl-modeline-biff-state-off,
9914         wl-modeline-biff-state-on, wl-modeline-biff-status,
9915         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9916         wl-modeline-plug-status): New internal variables.
9917         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9918         wl-biff-check-interval, wl-biff-check-folder-list): Change
9919         customization group from `wl-folder' to `wl-highlight'.
9920         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9921         wl-show-plug-status-on-modeline): Defcustomized.
9922
9923         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9924         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9925         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9926         a flag to `mode-line-buffer-identification'.
9927
9928         * wl-e21.el (wl-biff-init-icons): Set icons data to
9929         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9930         instead of `wl-biff-state-indicator-off' and
9931         `wl-biff-state-indicator-on'.
9932         (wl-plugged-init-icons): Set icons data to
9933         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9934         instead of `wl-plug-state-indicator-off' and
9935         `wl-plug-state-indicator-on'.
9936
9937 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9938
9939         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9940         excessive titles.
9941
9942 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9943
9944         * wl.el (wl-plugged-mode): Use revised
9945         `wl-mode-line-buffer-identification'.
9946         (wl-plugged-init): Don't use `force-mode-line-update'.
9947
9948         * wl-xmas.el (wl-draft-overload-functions): Use revised
9949         `wl-mode-line-buffer-identification'.
9950         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9951         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9952         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9953         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9954         `wl-make-plugged-hook';
9955         add `wl-folder-init-icons' and `wl-setup-folder' to
9956         `wl-folder-mode-hook'.
9957
9958         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9959         19 as well.
9960         (wl-mode-line-display-priority-list): New user option.
9961         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9962         Defcustomized.
9963         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9964         Add docs.
9965
9966         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9967         start.
9968         (wl-mode-line-buffer-identification): Revised as a function.
9969
9970         * wl-summary.el (wl-summary-mode): Use revised
9971         `wl-mode-line-buffer-identification'; don't call
9972         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9973         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9974         `wl-xmas-setup-summary'.
9975
9976         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9977         `wl-mode-line-buffer-identification'.
9978
9979         * wl-mule.el (wl-draft-overload-functions): Use revised
9980         `wl-mode-line-buffer-identification'.
9981
9982         * wl-folder.el (wl-make-plugged-alist): Don't call
9983         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9984         (wl-folder): Don't call `wl-folder-init-icons' directly.
9985         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9986         `wl-xmas-setup-folder' directly;
9987         use revised `wl-mode-line-buffer-identification'.
9988         (TopLevel): Don't bind `wl-biff-init-icons',
9989         `wl-plugged-init-icons', `wl-folder-init-icons',
9990         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9991
9992         * wl-e21.el (wl-draft-overload-functions): Use revised
9993         `wl-mode-line-buffer-identification'.
9994         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9995         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9996         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9997         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9998         `wl-make-plugged-hook';
9999         add `wl-folder-init-icons' and `wl-setup-folder' to
10000         `wl-folder-mode-hook'.
10001
10002 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10003             Katsumi Yamaoka    <yamaoka@jpl.org>
10004
10005         * wl.el (wl): Call `wl-biff-start'.
10006         (wl-exit): Call `wl-biff-stop'.
10007         (wl-plugged-mode): Show biff in modeline.
10008         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10009
10010         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10011         (wl-biff-init-icons): New function.
10012         (wl-plugged-init-icons): Don't make too much keymaps.
10013         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10014
10015         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10016         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10017         variables.
10018         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10019         options.
10020
10021         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10022         wl-biff-start, wl-biff-stop): New functions.
10023         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10024         (wl-biff-timer-name): New variable.
10025
10026         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10027
10028         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10029         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10030
10031         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10032         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10033
10034         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10035         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10036         `wl-folder-init-icons' to `ignore' if they are not available.
10037         (wl-folder-mode): Show biff in modeline.
10038
10039         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10040         (wl-biff-init-icons): New function.
10041         (wl-plugged-init-icons): Don't make too much keymaps.
10042         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10043
10044 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10045
10046         * wl-vars.el (wl-strict-diff-folders): Customization Type
10047         and doc fix.  Define as a list of regular expressions for
10048         folders or nil.
10049         * wl-folder.el (wl-folder-check-one-entity): Use
10050         `wl-string-match-member' instead of `wl-string-member' for
10051         `wl-strict-diff-folders'.
10052
10053 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10054
10055         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10056         (wl-highlight-folder-current-line): Use it; new implementation.
10057         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10058         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10059         `defsubst' instead of `defun'.
10060
10061         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10062         `wl-highlight-group-folder-by-numbers'; made it can also be a
10063         number.  See info for more details.
10064
10065         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10066         running.
10067
10068         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10069         to bind them.
10070
10071         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10072         (wl-highlight-folder-current-line): New implementation.
10073
10074         * wl-highlight.el (wl-highlight-folder-group-line): New
10075         implementation.
10076         (wl-delete-all-overlays): Rewrite as a marco.
10077         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10078
10079         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10080         running.
10081         (wl-folder-*-glyph): No need to bind them.
10082
10083         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10084         `wl-e21-highlight-folder-group-icon'; rewrite.
10085         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10086         `defsubst' instead of `defun'.
10087         (wl-folder-mode-map): Bind it when compiling.
10088
10089 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10090
10091         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10092
10093         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10094
10095 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10096
10097         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10098
10099 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10100
10101         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10102         (wl-highlight-folder-current-line): Use it.
10103
10104         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10105         in `id-name'.
10106
10107 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10108
10109         * wl.el: Require `wl-e21' when Emacs 21 is running.
10110
10111         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10112         default when Emacs 21 is running.
10113         (wl-use-highlight-mouse-line): Ditto.
10114         (wl-on-emacs21): New constant.
10115         (wl-on-emacs20): Removed.
10116
10117         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10118         Emacs 21 is running.
10119
10120         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10121         Emacs 21 is running.
10122
10123         * wl-e21.el: New file.
10124
10125 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10126
10127         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10128         (wl-toggle-plugged): Ditto.
10129         (wl-plugged-toggle): Ditto.
10130         (wl-plugged-toggle-all): Ditto.
10131
10132         * wl-vars.el (wl-plug-state-indicator): Refer
10133         `wl-plug-state-indicator-on' indirectly.
10134
10135 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10136
10137         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10138         Call `wl-folder-confirm-existence'.
10139
10140         * wl-folder.el (wl-folder-confirm-existence): Added optional
10141         argument `force'.
10142
10143 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10144
10145         * wl-summary.el (wl-summary-refile-subr): Assume
10146         `copy-or-refile' as symbol.
10147         (wl-summary-refile): Follow up above change.
10148         (wl-summary-copy): Ditto.  Doc fix.
10149
10150 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10151
10152         * wl-summary.el (wl-summary-pick): Don't bind
10153         `elmo-search-mime-charset'.
10154
10155         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10156         default using old backquote style.
10157         (wl-search-mime-charset): Abolished.
10158
10159         * wl-highlight.el (wl-highlight-headers):
10160         Call `point' after `re-search-forward'(for Nemacs).
10161
10162         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10163         for elmo-imap4.el.
10164
10165 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10166
10167         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10168         `wl-message-ignored-field-list' instead of
10169         `mime-view-ignored-field-list'.
10170
10171         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10172         Add interactive spec.
10173         (wl-folder-goto-bottom-of-current-folder): Ditto.
10174         (wl-folder-mode-map): Bind them.
10175
10176         * wl-vars.el (wl-message-ignored-field-list): New variable.
10177         (wl-message-visible-field-list): New variable.
10178
10179         * wl-mime.el (wl-mime-header-presentation-method): New function.
10180         (wl-mime-setup): Set header-presentation-method.
10181
10182 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10183
10184         * wl-nemacs.el (wl-draft-overload-functions): Set
10185         `mode-line-buffer-identification' instead of using
10186         `wl-make-modeline'.
10187
10188         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10189         instead of using `wl-make-modeline'.
10190
10191         * wl-xmas.el (wl-plugged-init-icons): Set up
10192         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10193         (wl-make-modeline): Abolish.
10194         (wl-draft-overload-functions): Set
10195         `mode-line-buffer-identification' instead of using
10196         `wl-make-modeline'.
10197
10198         * wl-util.el (wl-make-modeline-subr): Abolish.
10199         (wl-mode-line-buffer-identification): New alias.
10200
10201         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10202         (wl-summary-make-modeline): Abolish.
10203         (wl-summary-buffer-set-folder): Set
10204         `wl-summary-buffer-folder-indicator'.
10205         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10206         of using `wl-make-modeline'.
10207         (wl-summary-switch-to-clone-buffer): Don't set
10208         `mode-line-buffer-identification'.
10209         (wl-summary-goto-folder-subr): Ditto.
10210
10211         * wl-mule.el (wl-draft-overload-functions): Set
10212         `mode-line-buffer-identification' instead of using
10213         `wl-make-modeline'.
10214
10215         * wl-folder.el (wl-folder-mode): Set
10216         `mode-line-buffer-identification' instead of using
10217         `wl-make-modeline'.
10218         (wl-folder): Don't set `mode-line-buffer-identification'.
10219
10220 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10221
10222         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10223         instead of `member' for `wl-refile-guess-func-list' look-ups.
10224         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10225
10226 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10227
10228         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10229         `wl-message-button-dispatcher'.
10230
10231         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10232
10233         * wl-message.el (wl-message-button-dispatcher): Use it.
10234
10235         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10236         "In-Reply-To".
10237
10238         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10239         Bind `case-fold-search' to t.
10240
10241 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10242
10243         * wl-xmas.el (wl-message-overload-functions): Initialize
10244         `wl-message-button-map'.
10245
10246         * wl-mule.el (wl-message-overload-functions): Initialize
10247         `wl-message-button-map'.
10248
10249         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10250
10251         * wl-message.el (wl-message-button-map): New keymap.
10252         (wl-message-add-button): New function.
10253         (wl-message-button-dispatcher): New function.
10254         (wl-message-button-refer-article): New function.
10255
10256         * wl-highlight.el
10257         (wl-highlight-message-add-buttons-to-header): New function.
10258         (wl-highlight-headers): Use it.
10259
10260 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10261
10262         * wl-summary.el (wl-summary-default-from): Use
10263         `wl-address-get-petname-1'.
10264         (wl-summary-simple-from): Ditto.
10265
10266         * wl-address.el (wl-address-get-petname-1): New inline function.
10267         (wl-address-get-petname): Use it.
10268
10269 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10270
10271         * wl-summary.el (wl-summary-default-from): Return full-name part
10272         from the address if no petname was found.
10273         (wl-summary-simple-from): Ditto.
10274
10275         * wl-address.el (wl-address-get-petname): Return nil if no petname
10276         associated with the address was found.
10277
10278 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10279
10280         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10281         display is finished.
10282
10283 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10284
10285         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10286         `elmo-folder-exists-p' argument.
10287
10288 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10289
10290         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10291         the folder.
10292
10293 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10294
10295         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10296
10297         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10298         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10299
10300 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10301
10302         * wl-folder.el (wl-folder-create-subr): New function.
10303         (wl-folder-confirm-existence): Use it.
10304         (wl-folder-check-one-entity): Use it.
10305         Check the error symbol is derived from 'elmo-open-error.
10306
10307         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10308         `ignore-error'.
10309
10310 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10311
10312         * wl-util.el (toplevel): Add (eval-when-compile (require
10313         'elmo-util)).  (Maybe `provide' is typo.)
10314
10315 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10316
10317         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10318         (I don't know why this was needed.)
10319
10320         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10321         Follow up changes for stream-type.
10322
10323         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10324         (wl-draft-elmo-nntp-send): Ditto.
10325
10326         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10327         (wl-nntp-posting-stream-type): Ditto.
10328         (wl-pop-before-smtp-ssl): Abolished.
10329         (wl-nntp-posting-ssl): Ditto.
10330
10331         * wl-address.el (wl-address-quote-specials): New function.
10332         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10333
10334         * wl-draft.el (wl-draft-reply): Ditto.
10335
10336 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10337
10338         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10339         use function `wl-string-match-assoc'.
10340
10341 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10342
10343         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10344
10345         * wl-draft.el (wl-draft-deduce-address-list): New function.
10346         (wl-draft-parse-mailbox-list): Ditto.
10347         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10348         instead of `smtp-deduce-address-list'.
10349         (wl-draft-on-field-p): Follow group list.
10350
10351         * wl-address.el (wl-address-concat-token): New function.
10352         (wl-address-string-without-group-list-contents): Ditto.
10353         (wl-complete-field-body): Fixed problem of completion
10354         by japanese petname.
10355         (wl-address-make-completion-list): Rewrite.
10356
10357 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10358
10359         * wl-address.el (wl-address-make-completion-list): Completion by
10360         petname.
10361         (wl-complete-field-body): Likewise.
10362
10363 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10364
10365         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10366         contains invalid address syntax.
10367
10368 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10369
10370         * wl-folder.el (wl-folder-check-entity-async): Use
10371         `elmo-nntp-spec-hostname'.
10372
10373 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10374
10375         * wl-summary.el (wl-summary-msgdb-load-async): Use
10376         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10377
10378 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10379
10380         * wl-draft.el (wl-draft-reply): Set argument
10381         `content-transfer-encoding' as nil.
10382
10383 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10384
10385         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10386         `wl-refile-alist'.
10387
10388 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10389
10390         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10391         (wl-draft-edit-string): Ditto.
10392         (wl-draft-forward): Ditto.
10393         * wl-summary.el (wl-summary-write): Ditto.
10394
10395 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10396
10397         * wl-summary.el (wl-summary-sync-update3): Call
10398         `wl-summary-buffer-number-column-detect'.
10399         (wl-summary-buffer-number-column-detect): Search from point-min.
10400
10401 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10402
10403         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10404         contains an address which is not included in original to or cc.
10405
10406 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10407
10408         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10409         begin-line does not exist.
10410         * wl-message.el (wl-message-uu-substring): Ditto.
10411
10412 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10413
10414         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10415         clear local variables.
10416         (wl-summary-exit): Call `elmo-commit'.
10417         (wl-summary-switch-to-clone-buffer): Call
10418         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10419         (wl-summary-goto-folder-subr): Ditto.
10420
10421         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10422         POP folder.
10423
10424 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10425
10426         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10427         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10428         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10429         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10430         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10431         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10432
10433         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10434
10435 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10436
10437         * wl-summary.el (wl-summary-search-by-subject):
10438         Search parent message from the latest one.
10439
10440 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10441
10442         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10443         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10444
10445         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10446         New user option.
10447
10448         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10449         if elmo-nntp-use-killed-list is nil.
10450         Use `elmo-msgdb-append-to-killed-list'.
10451         (Append numbers confirmed as disappeared to the killed list.)
10452         (wl-summary-confirm-appends): Don't display negative number.
10453
10454 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10455
10456         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10457
10458 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10459
10460         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10461         range is `all'.
10462         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10463         `elmo-list-bigger-diff'.
10464
10465 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10466
10467         * wl-summary.el (wl-summary-buffer-exit-func):
10468         New buffer local variable.
10469         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10470
10471 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10472
10473         * wl-demo.el (wl-demo): Fix the last change.
10474
10475 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10476
10477         * wl-demo.el (wl-demo): Don't use `eval'.
10478
10479 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10480
10481         * wl-summary.el (wl-summary-buffer-thread-modified):
10482         New buffer-local variable.
10483         (wl-summary-set-thread-modified): New function.
10484         (wl-summary-thread-modified-p): New function.
10485         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10486         (wl-summary-yank-saved-message): Use function
10487         `wl-summary-set-thread-modified'
10488         (wl-summary-switch-to-clone-buffer): Add
10489         `wl-summary-buffer-thread-modified'.
10490
10491         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10492         (wl-summary-buffer-mark-saved-hook): Ditto.
10493         * wl-summary.el (wl-summary-msgdb-save): New hook
10494         `wl-summary-buffer-message-saved-hook' and
10495         `wl-summary-buffer-mark-saved-hook'.
10496
10497 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10498
10499         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10500
10501 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10502
10503         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10504         don't hide scroll bars under FSF Emacsen because it may incur an
10505         undesirable redrawing.
10506
10507 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10508
10509         * wl-draft.el (wl-draft-edit-string): Call
10510         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10511
10512 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10513
10514         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10515
10516 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10517
10518         * wl-summary.el (wl-summary-msgdb-load-async): Call
10519         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10520
10521 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10522
10523         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10524         fringes in demo buffer; center bitmap logo correctly even if old
10525         Mule is used.
10526
10527 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10528
10529         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10530
10531         * wl-refile.el (wl-refile-subject-alist): New variable.
10532         (wl-refile-subject-alist-file-name): Ditto.
10533         (wl-refile-alist-setup): Rewrite.
10534         (wl-refile-alist-save): Use `elmo-object-save'.
10535         Eliminated arguments.
10536         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10537         (wl-refile-guess-by-subject): New function.
10538         (wl-refile-guess-func-list): Added it.
10539
10540 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10541
10542         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10543         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10544
10545 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10546
10547         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10548         New buffer-local variable.
10549         (wl-summary-buffer-next-folder-func): Ditto.
10550         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10551         if non-nil.
10552         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10553         if non-nil.
10554         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10555         if non-nil.
10556         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10557         if non-nil.
10558
10559 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10560
10561         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10562         permanently in the demo buffer.
10563
10564 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10565
10566         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10567         `mime-entity-fetch-field'.
10568
10569         * wl.el (wl-exit): Delete plugged buffer.
10570
10571         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10572         XEmacs has menubar feature.
10573
10574 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10575
10576         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10577         cannot arrive at the beginning of the buffer under old Emacsen.
10578
10579 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10580
10581         * wl-address.el (wl-address-ldap-search):
10582         Call `ldap-search-entries' with `withdn' argument t.
10583         (wl-complete-field-body): Bind completion-ignore-case as t.
10584         Clear ldap search hash when it was sole completion.
10585         Use elmo-string for pattern string.
10586         (wl-ldap-alias-safe-string): Eliminated needless let.
10587
10588 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10589
10590         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10591         (wl-ldap-alias-sep): New constant.
10592         (wl-ldap-search-attribute-type-list): Ditto.
10593         (wl-ldap-get-value): New function.
10594         (wl-ldap-make-filter): Ditto.
10595         (wl-ldap-make-matched-value-list): Ditto.
10596         (wl-ldap-alias-safe-string): Ditto.
10597         (wl-ldap-register-dn-string): Ditto.
10598         (wl-address-ldap-search): Rewrite.
10599
10600 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10601
10602         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10603         thread is deleted.
10604         (wl-thread-delete-line-from-buffer): Ditto.
10605         (wl-thread-get-exist-children): New function.
10606
10607 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10608
10609         * wl-demo.el (wl-demo): Made it to select various image types.
10610         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10611         from `wl-title-logo'.
10612         (wl-logo-ascii): New variable.
10613         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10614         (wl-demo-copyright-notice): New constant.
10615
10616         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10617
10618 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10619
10620         * wl-vars.el (wl-summary-target-above): Renamed from
10621         wl-summary-temp-above.
10622         * wl-score.el (wl-score-get-score-alist): Use it.
10623         (wl-summary-score-update-all-lines): Use it.
10624         * wl-summary.el: Ditto. (make-variable-buffer-local).
10625
10626 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10627
10628         * wl-vars.el (wl-ldap-port): New user option.
10629
10630         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10631         Rewite whole implementation.
10632         (wl-complete-field-body): Fixed.
10633
10634 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10635
10636         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10637         Choose implementation at compile time.
10638
10639 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10640
10641         * wl-address.el (wl-ldap-search-internal): New function.
10642         (wl-complete-field-to): Use it.
10643
10644 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10645
10646         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10647         Use `let' instead of `let*'.
10648         Require 'wl-vars.
10649
10650         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10651         Define as defcustom.
10652         (wl-ldap-base): Ditto.
10653         (wl-use-ldap): Ditto.
10654
10655 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10656
10657         * wl-address.el (wl-ldap-search): New function.
10658         (wl-complete-field-body): Use `wl-ldap-search'.
10659         (wl-ldap-server): New variable.
10660         (wl-ldap-base): Ditto.
10661         (wl-use-ldap): Ditto.
10662
10663 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10664
10665         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10666         (Pointed out by Mito <mit@nines.nec.co.jp>).
10667         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10668         buffer-local variables like `wl-summary-redisplay-internal'.
10669         (wl-summary-redisplay-all-header): Likewise.  Update
10670         Summary view too.
10671
10672 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10673
10674         * wl-summary.el (wl-summary-jump-to-parent-message):
10675         Consider prefix argument.
10676
10677         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10678         when closed thread is deleted.
10679
10680 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10681
10682         * wl-summary.el (wl-summary-jump-to-parent-message):
10683         Consider thread modification.
10684
10685 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10686
10687         * wl-message.el (wl-message-normal-get-original-buffer): Use
10688         `save-excursion'.
10689
10690         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10691         (wl-summary-showto-folder-regexp): Ditto.
10692
10693 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10694
10695         * wl-util.el (wl-delete-alist): Doc fix.
10696         (wl-delete-associations): New function.
10697         (wl-inverse-alist): New function.
10698         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10699         Split temporary variables. Use `wl-delete-associations'
10700         and `wl-inverse-alist'.
10701         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10702
10703 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10704
10705         * wl-folder.el (wl-folder-prefetch-entity):
10706         Execute prefetching if new count is unknown.
10707
10708 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10709
10710         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10711
10712         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10713         delete entity.
10714         (wl-thread-set-parent): If insert as top, set linked as nil.
10715
10716         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10717         `wl-thread-cleanup-symbols' when view mode is thread.
10718
10719 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10720
10721         * wl-folder.el (wl-folder-create-folder-entity): Use
10722         with-current-buffer.
10723         (wl-local-folder-init): Call set-buffer to make sure we are in
10724         the Folder buffer. Don't touch buffer-local variables here.
10725         (wl-folder-mode): Initialize buffer-local variables here.
10726
10727         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10728         (wl-folder-entity-assign-id): Ditto.
10729         (wl-folder-create-entity-hashtb): Ditto.
10730         (wl-local-folder-init): Ditto.
10731         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10732
10733 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10734
10735         * wl-summary.el (wl-summary-default-from): Fix probrem when
10736         std11-extract-address-components return (nil "foo@bar").
10737
10738 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10739
10740         * wl-draft.el (wl-draft-clone-local-variables):
10741         Remove redundant `setq'.
10742
10743 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10744
10745         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10746         Bind wl-highlight-x-face-func as nil while highlighting header.
10747
10748 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10749
10750         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10751
10752 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10753
10754         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10755         elmo-msgdb-overview-hashtb from copy-variables.
10756         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10757         instead of `elmo-msgdb-overview-get-entity-by-number'.
10758         (wl-summary-auto-refile): Ditto.
10759
10760         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10761         `elmo-msgdb-overview-get-entity' instead of
10762         `elmo-msgdb-search-overview-entity'.  Use
10763         `elmo-msgdb-overview-get-entity' instead of
10764         `elmo-msgdb-overview-get-entity-by-number'.
10765         (wl-thread-insert-entity-sub): Ditto.
10766         (wl-thread-insert-message): Ditto.
10767
10768         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10769         `elmo-msgdb-overview-get-entity'.
10770         (wl-normal-message-redisplay): Ditto.
10771
10772 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10773
10774         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10775         `wl-thread-entities'.
10776         (wl-thread-delete-message): Fix remove top message from
10777         `wl-thread-entity-list'.
10778
10779         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10780         wl-append(nconc), because update-list is broken on Meadow.
10781
10782         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10783         updating process.
10784         (wl-summary-rescan): Ditto.
10785         (wl-summary-sync-update3): Ditto.
10786         * wl-thread.el (wl-thread-set-parent): Renamed from
10787         `wl-summary-set-parent'.
10788         (wl-thread-insert-message): Updating buffer faster.
10789         (wl-thread-delete-message): Updating buffer faster.
10790
10791         * wl-score.el (wl-summary-score-update-all-lines): Changed
10792         interval for display progress gauge.
10793
10794 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10795
10796         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10797         folder always-sticky.
10798         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10799         defmacro.
10800
10801 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10802
10803         * wl-vars.el (wl-draft-add-references): New user option.
10804
10805         * wl-draft.el (wl-draft-add-references): New function.
10806         (wl-draft-yank-from-mail-reply-buffer): Use it.
10807         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10808         as nil.
10809
10810 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10811
10812         * wl-thread.el (wl-thread-update-line-msgs): Called
10813         `wl-thread-update-line-on-buffer-sub'.
10814         (wl-thread-update-line-on-buffer): Delete routine of inserting
10815         thread.
10816         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10817         moved from `wl-thread-update-line-on-buffer'.
10818         Add threshold for displaying progress gauge.
10819         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10820         argument of `wl-thread-update-line-msgs'.
10821         Add threshold for displaying progress gauge.
10822         * wl-folder.el:
10823         Add threshold for displaying progress gauge.
10824         * wl-score.el: Ditto.
10825
10826         * wl-expire.el (wl-summary-expire): Display deleting info.
10827
10828 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10829
10830         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10831         `no-msg'.
10832         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10833         argument of `wl-thread-update-line-msgs'.
10834         (wl-summary-set-parent): Added optional argument `parent-number'.
10835         (wl-summary-buffer-saved-message): New buffer local variable.
10836         (wl-summary-save-current-message): New command.
10837         (wl-summary-yank-saved-message): Ditto.
10838         (wl-summary-mode-map): Added key binding for
10839         `wl-summary-save-current-message' (\ew) and
10840         `wl-summary-yank-saved-message' (\C-y).
10841         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10842
10843 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10844
10845         * wl-summary.el (wl-summary-mode-map): Added key binding for
10846         `wl-summary-set-parent' (ts).
10847
10848 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10849
10850         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10851         subject faster. If thread number is reverse, delayed updating
10852         thread.
10853         (wl-summary-search-by-subject): Ditto.
10854         (wl-summary-put-alike): Ditto.
10855         (wl-summary-get-alike): Ditto.
10856         (wl-summary-insert-headers): Insert header of all overview in
10857         buffer.
10858         (wl-summary-rescan): Delayed updating thread. Kill search subject
10859         buffer for wl-summary-search-by-subject.
10860         (wl-summary-sync-update3): Ditto.
10861         (wl-summary-exit): Ditto.
10862         (wl-summary-goto-bottom-of-current-thread): Change for linked
10863         thread.
10864         (wl-summary-overview-create-summary-line): Change line for linked
10865         thread.
10866
10867         * wl-summary.el (wl-summary-update-thread): Use
10868         wl-thread-maybe-get-children-num.
10869         (wl-summary-set-parent): If change parent, move sub thread.
10870         (wl-summary-redisplay-internal): Add horizontal recenter.
10871         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10872
10873         * wl-thread.el (wl-thread-entity-get-linked): New function.
10874         (wl-thread-entity-set-linked): New function.
10875         (wl-thread-create-entity): Add linked element.
10876         (wl-thread-entity-insert-as-top): Use wl-append.
10877         (wl-thread-maybe-get-children-num): If closing thread, return
10878         children msgs.
10879         (wl-thread-update-line-msgs): Displaying progress message.
10880         (wl-thread-update-line-on-buffer-sub): Use
10881         wl-thread-maybe-get-children-num.
10882         (wl-thread-update-line-on-buffer): If update line is not exists,
10883         insert thread.
10884         (wl-thread-delete-message): If delete top msg of thread, search
10885         parent by subject.
10886         (wl-thread-insert-entity): Use
10887         wl-thread-maybe-get-children-num.
10888
10889         * wl-highlight.el (wl-highlight-summary-current-line): change
10890         sregexp for linked thread.
10891         * wl-util.el (wl-count-lines): Count lines.
10892         (wl-horizontal-recenter): horizontal recenter.
10893         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10894         (wl-score-get-alike): Ditto.
10895         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10896         (wl-subject-length-limit): New variable.
10897         (wl-highlight-thread-indent-string-regexp): Changed for linked
10898         thread.
10899
10900 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10901
10902         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10903         New variable (revival).
10904         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10905         by subject matching if there's no in-reply-to nor references field
10906         (revival).
10907
10908 \f
10909 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10910
10911         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10912         message.
10913
10914 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10915
10916         * wl-summary.el (wl-summary-reply): Return t if there was a
10917         message at cursor point.
10918         Added unwind-protect.
10919         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10920         returns t.
10921         (wl-summary-cancel-message): Do nothing when there's no message at
10922         cursor point.
10923         (wl-summary-forward): Ditto.
10924         (wl-summary-jump-to-parent-message): Ditto.
10925         (wl-summary-reedit): Ditto.
10926         (wl-summary-edit-addresses): Ditto.
10927         (wl-summary-pipe-message): Ditto.
10928         (wl-summary-print-message-with-ps-print): Ditto.
10929         (wl-summary-print-message): Ditto.
10930         (wl-summary-mark-as-important): Ditto.
10931         (wl-summary-mark-as-unread): Ditto.
10932
10933         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10934         message at cursor point.
10935         (wl-summary-reply-with-citation): Remove unwind-protect.
10936
10937         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10938         subject searching feature.
10939         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10940         Eliminated.
10941
10942 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10943
10944         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10945         New variable.
10946         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10947         by subject matching if there's no in-reply-to nor references field.
10948
10949         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10950
10951         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10952         when display is finished.
10953         (wl-folder-open-all): Ditto.
10954         (wl-folder-update-access-group): Ditto.
10955         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10956         * wl-thread.el (wl-thread-close-all): Ditto.
10957
10958         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10959         progress gauge only when it was displayed.
10960         * wl-folder.el (wl-folder-insert-entity): Ditto.
10961
10962 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10963
10964         * wl-summary.el (wl-summary-incorporate): Enclose
10965         `wl-summary-sync-force-update' with save-excursion.
10966
10967 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10968
10969         * wl-summary.el (wl-summary-prefetch-region):
10970         Pass current cursor point to `pos-visible-in-window-p' after
10971         moving cursor to the started point.
10972
10973 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10974
10975         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10976
10977         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10978         fields from the forwarding message.
10979         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10980         `ignored-fields'.
10981
10982 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10983
10984         * wl-mime.el (wl-message-request-partial):
10985         Eliminated argument `msgdb'.
10986         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10987         (wl-mime-combine-message/partial-pieces): Likewise.
10988         * tm-wl.el (wl-message-request-partial): Likewise.
10989         (wl-mime-combine-message/partial-pieces): Likewise.
10990
10991 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10992
10993         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10994         when display is finished.
10995
10996 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10997
10998         * wl-summary.el (wl-summary-goto-folder-subr):
10999         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11000
11001 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11002
11003         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11004         when cursor point is visible.
11005
11006 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11007
11008         * wl-expire.el (wl-expire-archive-get-max-number):
11009         Don't use `file-name-directory'.
11010
11011 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11012
11013         * wl-expire.el (wl-expire-archive-get-max-number):
11014         Use `file-name-directory'.
11015
11016 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11017
11018         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11019         only when there is progress.
11020
11021 2000-04-13  Mito <mit@nines.nec.co.jp>
11022
11023         * wl-summary.el (wl-summary-sync-marks): Display progress.
11024
11025 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11026
11027         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11028         (wl-summary-prev): Move cursor regardless of unread status.
11029         (wl-summary-next): Ditto.
11030
11031 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11032
11033         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11034         Added argument `target' and `number'.
11035         * tm-wl.el (wl-summary-burst-subr): New function.
11036         (wl-summary-burst): Use it.
11037
11038 2000-04-10  Mito <mit@nines.nec.co.jp>
11039
11040         * wl-mime.el (wl-burst): New function.
11041         (wl-summary-burst): Use it.
11042
11043 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11044
11045         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11046         as petname when there's no candidate.
11047
11048 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11049
11050         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11051         New variable.
11052         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11053
11054         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11055
11056         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11057
11058 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11059
11060         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11061         Use substring of `original' instead of buffer-substring.
11062         (wl-refile-evaluate-rule):
11063         Set `original' argument of wl-refile-expand-newtext.
11064
11065         * wl-summary.el
11066         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11067         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11068         (wl-summary-auto-refile): Check existence of destination folder just
11069         before marking.
11070
11071 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11072
11073         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11074         when wl-refile-get-field-value return nil.
11075
11076 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11077
11078         * wl-refile.el
11079         (wl-refile-expand-newtext): New function imported from Gnus.
11080         (wl-refile-evaluate-rule): Use it.
11081
11082 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11083
11084         * wl-summary.el (wl-summary-print-destination):
11085         Duplicate folder string to avoid putting text-property on
11086         original string.
11087
11088         * wl-refile.el (wl-refile-get-field-value): New function.
11089         (wl-refile-evaluate-rule): New function;
11090         Evaluate refile rule recursively.
11091         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11092         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11093         New function; Check existence of a target folder recursively.
11094         (wl-summary-auto-refile-check-refile-rule-alist):
11095         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11096
11097 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11098
11099         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11100
11101         * wl-folder.el (wl-create-folder-entity-from-buffer):
11102         Fixed problem when '}' character is contained in folder name.
11103
11104         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11105
11106 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11107
11108         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11109         (wl-fldmgr-add-completion-all-completions):
11110         Use wl-fldmgr-add-completion-hashtb.
11111
11112 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11113
11114         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11115         wl-fldmgr-add-completion-subr): New functions.
11116         * wl-folder.el (wl-folder-completion-func): New variable.
11117         * wl-summary.el (wl-summary-read-folder):
11118         Use wl-folder-completion-func.
11119
11120         * wl-refile.el: Eliminate throw & catch.
11121
11122         * wl.el (wl-plugged-sending-queue-status): Fixed.
11123
11124 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11125
11126         * wl-draft.el (wl-draft): Put category property on
11127         mail-header-separator.