* wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for symbol.
[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         * wl-action.el (wl-summary-auto-refile): Use `goto-char' instead
6         of `goto-line'.
7
8         * wl-util.el (wl-collect-summary): Use `eq' instead of `equal' for
9         symbol.
10
11 2009-12-16  Lloyd Zusman <ljz@asfast.com>
12
13         * wl-summary.el (wl-summary-detect-mark-position): Force
14         the temporary buffer to enable the use of multibyte characters
15         within searches [wl-en:2460].
16
17 2009-07-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
18
19         * wl-summary.el (wl-summary-display-raw): Use `goto-char' instead
20         of `beginning-of-buffer'.
21
22 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
23
24         * wl-summary.el (wl-summary-display-raw): New function, display
25         message in raw format.
26
27 2009-05-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
28
29         * Version number is increased to 2.15.7.
30
31 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
32
33         * wl-summary.el (wl-summary-previous-message-number): New function.
34         (wl-summary-next-message-number): Ditto.
35         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
36         `wl-summary-next-message-number'.
37         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
38         Inline temporary variable `cur-id'.
39         (wl-summary-get-next-unread-folder): Ditto.
40         (wl-summary-get-next-folder): Ditto.
41         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
42
43 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
44
45         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
46
47 2008-09-05  Kenichi Okada  <okada@opaopa.org>
48
49         * wl-summary.el (wl-summary-buffer-folder-name)
50         (wl-draft-config-body-goto-header): Use backquote instead of quote.
51         * wl-draft.el (wl-draft-body-goto-top)
52         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
53
54 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
55
56         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
57         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
58
59 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
60
61         * wl-expire.el: Fix Comentary section.
62
63 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
64
65         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
66         Require mime-parse, elmo-mime, and wl-util.
67
68         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
69
70         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
71
72 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
73
74         * wl-template.el: Require elmo-util and wl-vars.
75
76         * wl-mime.el (wl-mime-display-header): Revert last change.
77         Remove `delete-matching-lines "^$"'.
78
79 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
80
81         * wl-mime.el (wl-define-dummy-functions): Split
82         `eval-when-compile' form for avoid error; when `make
83         compile-strict.
84
85         * wl-util.el: Move (eval-when-compile (require 'static)).
86         * wl-dnd.el: Add (eval-when-compile (require 'static)).
87         * wl-message.el: Ditto.
88
89         * wl-mime.el (wl-message-delete-current-part): Use
90         `insert-buffer-substring' instead of `insert-buffer'.
91         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
92         * wl-draft.el (wl-draft-generate-clone-buffer)
93         (wl-draft-do-mime-bcc): Ditto.
94
95         * wl-address.el: Add (eval-when-compile (require 'cl)).
96         * wl-addrmgr.el: Ditto.
97         * wl-mime.el: Ditto.
98         * wl-util.el: Ditto.
99         * wl-score.el: Ditto.
100
101 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
102
103         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
104         `string-to-int'.
105
106         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
107         `string-to-int'.
108
109         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
110         `string-to-number' instead of `string-to-int'.
111
112         * wl-summary.el (wl-summary-get-list-info)
113         (wl-summary-message-number): Use `string-to-number' instead of
114         `string-to-int'.
115
116         * wl-score.el (wl-score-overview-entity-get-lines)
117         (wl-score-set-mark-below, wl-score-set-expunge-below)
118         (wl-summary-increase-score, wl-score-get-header-entry): Use
119         `string-to-number' instead of `string-to-int'.
120
121         * wl-folder.el (wl-folder-update-diff-line): Use
122         `string-to-number' instead of `string-to-int'.
123
124         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
125         instead of `string-to-int'.
126
127         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
128         instead of `string-to-int'.
129
130         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
131         `string-to-int'.
132
133 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
134
135         * wl-util.el (wl-match-string, wl-match-buffer)
136         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
137         (wl-kill-buffers, wl-local-variable-p)
138         (wl-line-formatter-setup): New backquote style.
139         (wl-count-lines): Use quote instead of backquote.
140
141         * wl-summary.el (wl-summary-buffer-folder-name)
142         (wl-summary-get-alike): Use quote instead of backquote.
143         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
144         backquote style.
145
146         * wl-message.el (wl-message-buffer-cache-buffer-get)
147         (wl-message-buffer-cache-folder-get)
148         (wl-message-buffer-cache-message-get)
149         (wl-message-buffer-cache-entry-make)
150         (wl-message-buffer-cache-hit): New backquote style.
151
152         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
153         backquote.
154         (wl-folder-unread-regex, wl-folder-entity-exists-p)
155         (wl-folder-clear-entity-info)
156         (wl-folder-get-entity-info, wl-folder-set-entity-info)
157         (wl-folder-elmo-folder-cache-get)
158         (wl-folder-elmo-folder-cache-put): New backquote style.
159
160         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
161         (wl-fldmgr-assign-id): Ditto.
162         (wl-fldmgr-delete-line): Use quote instead of backquote.
163         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
164
165         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
166         (wl-draft-set-sent-message): New backquote style.
167         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
168         (wl-draft-config-body-goto-header): Use quote instead of backquote.
169
170 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
171
172         * wl-address.el (wl-address-concat-token): Fix typo.
173
174 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
175
176         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
177         (wl-score-get-alike): Ditto.
178
179         * wl-vars.el: New backquote style.
180         (wl-message-header-button-alist): Use quote instead of backquote.
181
182         * wl.el (wl-plugged-string): New backquote style.
183
184         * wl-address.el (wl-address-concat-token): New backquote style.
185
186         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
187
188 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
189
190         * wl-highlight.el (wl-highlight-folder-opened-regexp)
191         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
192
193         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
194         in the character alternative.
195
196 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
197
198         * Version number is increased to 2.15.6.
199
200 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
201
202         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
203         optional 3rd argument of epg-context-set-progress-callback; it was
204         temporarily removed in the Emacs trunk due to copyright problem.
205         (wl-mime-pgp-verify-region-with-epg): Ditto.
206
207 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
208
209         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
210
211 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
212
213         * wl-util.el (wl-biff-check-folders): Set biff flag.
214         (from Naoto Morishima [wl:14031])
215
216 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
217
218         * wl.el (wl-plugged-server-indent): Use quote instead of
219         backquote.
220
221 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
222
223         * wl-score.el (wl-score-insert-header): Add guard for
224         `std11-unfold-string'.
225         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
226         TYPE artgument when TO or CC field.
227
228 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-summary.el (wl-summary-goto-folder-subr): Call
231         `elmo-folder-close' instead of `elmo-folder-commit' if discard
232         current summary.
233
234 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * wl-util.el (wl-read-shell-commande): New function or alias.
237
238         * wl-summary.el (wl-summary-pipe-message): Use
239         `wl-read-shell-command' instead of `read-string'.
240         (wl-summary-target-mark-pipe): Ditto.
241
242 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
243
244         * wl-summary.el (wl-summary-reply): Fix docstring.
245         * wl-draft.el (wl-draft-reply): Ditto.
246
247 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
248
249         * wl-mime.el (wl-summary-extract-attachments): New command.
250         (wl-summary-extract-attachments-1): New internal function.
251
252 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
253
254         * wl-expire.el (wl-expire-folder): New function (split from
255         wl-summary-expire).
256         (wl-summary-expire): Use it. Add argument `all' instead of remove
257         `nolist'. Cause an error only if this function is calling
258         interactively.
259
260 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
261
262         * wl-expire.el (wl-expire-refile): Display progress message.
263         (wl-summary-expire): Simplify.
264
265         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
266         unused argument `deleting-info'.
267
268 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-vars.el (wl-message-popup-buffers): New user option.
271
272         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
273         (wl-message-delete-popup-windows): New function that substitues
274         above one.
275         (wl-mime-setup): Follow the above change.
276
277 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
278
279         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
280
281 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
282
283         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
284         "tkm" to wl-thread-spam.
285
286 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
287
288         * wl-thread.el (wl-thread-entity-insert-as-children): Use
289         wl-thread-entity-set-children.
290         (wl-thread-insert-message, wl-thread-insert-entity-sub,
291         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
292         Use wl-thread-entity-get-*.
293
294 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-mime.el (wl-epg-progress-callback): New function.
297         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
298         with `elmo-with-progress-display'. Set a progress callback
299         function to epg-context.
300         (wl-mime-pgp-verify-region-with-epg): Ditto.
301
302 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-util.el (wl-completing-read-multiple): Define as an alias of
305         `completing-read-multiple' if emacs-version is not less than 22.
306
307 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
308
309         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
310         change.
311
312 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
313
314         * wl-summary.el (wl-summary-sync-update): Move
315         `wl-thread-update-indent-string-thread' to outside of
316         `elmo-with-progress-display'.
317
318 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
319
320         * wl-message.el (wl-message-exit): Check buffer existence.
321
322 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
323
324         * wl-util.el (wl-simple-display-progress): New function.
325         (wl-display-progress-with-gauge): Ditto.
326         (wl-progress-callback-function): Ditto.
327
328         * wl.el (wl-init): Set `elmo-progress-callback-function' as
329         `wl-progress-callback-function'
330
331         * wl-vars.el (wl-display-progress-threshold): New user option.
332         (wl-display-progress-function): Ditto.
333
334         * Version number is increased to 2.15.5.
335
336 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
337
338         * wl-thread.el (wl-thread-close-children): New function.
339         (wl-thread-open-children): Ditto.
340         * wl-action.el (wl-summary-set-mark): Redo the last change by
341         using it.
342
343         * wl-action.el (wl-summary-set-mark): Undo the last change.
344         Forbid interactive call.
345
346 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-mime.el (wl-define-dummy-functions): New macro.
349         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
350         `wl-mime-pgp-decrypt-region'.
351         (wl-mime-pgp-verify-region-with-epg): Renamed from
352         `wl-mime-pgp-verify-region'.
353         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
354         `wl-mime-pgp-decrypt-region'.
355         (wl-mime-pgp-verify-region-with-pgg): Renamed from
356         `wl-mime-pgp-verify-region'.
357         (wl-mime-pgp-decrypt-region): New function; To select dispatch
358         function at runtime.
359         (wl-mime-pgp-verify-region): Ditto.
360
361         * wl-vars.el (wl-use-pgp-module): New user option.
362
363 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
364
365         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
366         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
367
368 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
369
370         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
371         even if there are target marks only.
372
373 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
374
375         * Version number is increased to 2.15.4.
376
377 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
378
379         * wl-folder.el (wl-folder-check-one-entity): Simplify.
380
381 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
382
383         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
384         variable.
385
386 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
387
388         * wl-spam.el (wl-thread-test-spam): New function.
389         (wl-spam-setup): Bind "tkc".
390
391 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-expire.el (wl-folder-expire-entity): Rewite without
394         `wl-summary-goto-folder-subr'.
395         (wl-folder-expire-current-entity): Don't kill summary buffer.
396
397 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
398
399         * wl-folder.el (wl-folder-sync-entity): Rewrite without
400         `wl-summary-goto-folder-subr'.
401         (wl-folder-mark-as-read-all-entity): Likewise.
402
403         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
404
405 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
406
407         * wl-thread.el (wl-thread-force-open): Arranged.
408
409 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
410
411         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
412         from regexp.
413
414         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
415         (wl-read-search-condition-internal): Append them.
416
417 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-vars.el (wl-additional-search-condition-fields):
420         New user option.
421
422         * wl-util.el (wl-search-condition-fields): New function; export
423         from `wl-read-search-condition-internal'.
424         (wl-read-search-condition-internal): Use it.
425
426         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
427
428 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
429
430         * wl-summary.el (wl-summary-define-sort-command): New function.
431         (wl-summary-sort-by-date, wl-summary-sort-by-number)
432         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
433         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
434         define by `wl-summary-define-sort-command' at runtime.
435
436         * wl.el (wl-init): Call wl-summary-define-sort-command.
437
438 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
439
440         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
441         properties at the decrypting region.
442
443 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-util.el (wl-find-region): New function.
446
447         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
448         coding system.
449         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
450         property `wl-mime-decoded-coding-system'.
451         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
452         property `wl-mime-decoded-coding-system' to encode text.
453
454         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
455         message.
456         (wl-mime-pgp-verify-region): Ditto.
457
458 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
461         buffer. Use epa-display-verify-result.
462
463 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
464
465         * wl-draft.el (wl-draft-send): Continue even if setting parent
466         flag was failed.
467
468 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
469
470         * wl-message.el (wl-message-flag-indicator): Fixed the problem
471         of returning string only of parentheses.
472
473 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
474
475         * wl-summary.el (wl-summary-write): Add argument `folder'.
476         (wl-summary-write-current-folder): Change argument `folder' from
477         optional to require.
478         (wl-summary-get-buffer): Return the buffer associated folder only.
479
480         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
481         change.
482         (wl-folder-toggle-disp-summary): Ditto.
483
484         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
485         current summary as parent-folder.
486
487 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
488
489         * wl-draft.el (wl-draft-reedit): Don't overwrite
490         wl-draft-parent-folder.
491
492 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
495         (wl-mime-pgp-verify-region): Ditto.
496         (wl-message-decrypt-pgp-nonmime): Use the above function.
497         (wl-message-verify-pgp-nonmime): Likewise.
498         (wl-mime-preview-application/pgp): Likewise.
499
500 2006-04-20  Kenichi Okada  <okada@opaopa.org>
501
502         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
503         Fix about the order of `wl-nntp-posting-port' and
504         `wl-nntp-posting-stream-type'.
505         * wl.el (wl-plugged-port-label-alist): Add smtp.
506
507 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-summary.el (wl-summary-message-status): New macro.
510
511         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
512         (wl-summary-killed-mark): New user option.
513
514         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
515         API change.
516         (wl-thread-insert-entity-sub): Ditto.
517         (wl-thread-recover-messages): New command.
518
519         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
520         Don't call `wl-highlight-summary-current-line' directly.
521         (wl-summary-buffer-attach): Connect to signal `status-changed'
522         instead of `cache-changed'.
523         (wl-summary-buffer-detach): Follow the above change.
524         (wl-summary-detect-mark-position): Follow the API change.
525         (wl-summary-rescan-message): Ditto.
526         (wl-summary-insert-sequential): Ditto.
527         (wl-summary-update-thread): Ditto.
528         (wl-summary-message-mark): Ditto.
529         (wl-summary-persistent-mark): Ditto.
530         (wl-summary-create-line): Ditto.
531         (wl-summary-prefetch-region-no-mark): Call
532         `wl-summary-persistent-mark' with number.
533         (wl-summary-recover-messages-region): New command.
534         (wl-summary-target-mark-recover): Ditto.
535         (wl-summary-recover-message): Ditto.
536         (wl-summary-persistent-mark-string): Add argument `status' instead
537         of remove arguments `flags' and `cached'.  Treat killed status.
538         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
539
540         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
541         (wl-highlight-summary-line-face-spec): Treat killed status.
542         (wl-highlight-summary-line-string): Follow the API change.
543         (wl-highlight-summary-current-line): Ditto.
544
545         * Version number is increased to 2.15.3.
546
547 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
550         of symbolp to test whether the condition is function.
551
552 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
553
554         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
555         to nil.
556
557 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
558
559         * wl-summary.el (wl-summary-buffer-message-ring): New internal
560         variable.
561         (wl-summary-buffer-last-displayed-msg): Abolish.
562         (wl-summary-push-message): New function.
563         (wl-summary-pop-message): Ditto.
564         (wl-summary-goto-folder-subr): Reset
565         `wl-summary-buffer-message-ring'.
566         (wl-summary-pop-to-last-message): New command.
567         (wl-summary-goto-last-displayed-msg): Call
568         wl-summary-pop-to-last-message if optional argument is non-nil or
569         the last command is itself.
570         (wl-summary-redisplay-internal): Push last message number into
571         `wl-summary-buffer-message-ring'.
572
573         * wl-vars.el (wl-summary-message-ring-max): New user option.
574
575 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
576
577         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
578         from `wl-draft-reply').
579         (wl-draft-reply): Use it.
580         (wl-draft-find-reply-headers): Avoid compile warning.
581
582 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
583
584         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
585
586 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-message.el (wl-message-flag-indicator): New function.
589         (wl-message-redisplay): Use it.
590
591 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
592
593         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
594
595 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
598         instead of `read-event'.
599
600         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
601
602         * wl-mule.el (wl-read-event-char): Ditto.
603
604         * wl-e21.el (wl-read-event-char): Ditto.
605
606 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
607
608         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
609
610 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
611
612         * wl-vars.el (wl-draft-send-confirm-type): New user option.
613
614         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
615
616         * wl-draft.el (wl-draft-send-confirm): Confirmation by
617         `wl-draft-send-confirm-type'
618
619 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
620
621         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
622         Avoid error when the buffer name is already used.
623
624 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
625
626         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
627         the change of elmo-nmz -> elmo-search.
628         (wl-highlight-summary-line-help-echo-alist): Ditto.
629         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
630         (wl-nmz-folder-icon): Define as obsolete.
631         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
632         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
633
634 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-summary.el (wl-summary-get-list-info): Rewrite with
637         `elmo-find-list-match-value'
638
639 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * wl-summary.el (wl-summary-get-list-info): Optimize.
642         Use List-Id and List-Post also.
643
644 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
645
646         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
647
648 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
649
650         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
651
652 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-util.el (wl-completing-read-multiple-1): New internal function.
655         (wl-completing-read-multiple-2): Ditto.
656         (wl-completing-read-multiple): Define use above functions.
657
658         * wl-summary.el (wl-summary-sort): Removed the workaround for a
659         bug of `completing-read-multiple' about default value.
660
661         * wl-xmas.el (wl-completing-read-multiple): Removed.
662
663         * wl-mule.el (wl-completing-read-multiple): Ditto.
664
665         * wl-e21.el (wl-completing-read-multiple): Ditto.
666
667 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
668
669         * wl-util.el (wl-filter-associations): New function.
670
671         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
672         (wl-spam-ignored-folder-list): Ditto.
673         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
674         (wl-spam-string-member-p): New function.
675         (wl-spam-domain): Use it.
676         (wl-spam-split-numbers): New function.
677         (wl-spam-apply-partitions): Ditto.
678         (wl-spam-register-spam-messages): Use `folder' instead of
679         `wl-summary-buffer-elmo-folder'.
680         (wl-spam-register-good-messages): Ditto.
681         (wl-summary-exec-action-spam): Decide a domain by real folder of
682         message.
683         (wl-summary-exec-action-refile-with-register): Likewise.
684
685 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-e21.el (wl-e21-find-image): New function.
688         (wl-e21-setup-toolbar): Use it instead of `find-image'.
689         (wl-e21-highlight-folder-group-line): Ditto.
690         (wl-folder-init-icons): Ditto.
691         (wl-plugged-init-icons): Ditto.
692         (wl-biff-init-icons): Ditto.
693
694 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
697         (wl-inhibit-save-drafts): New internal variable.
698         (wl-disable-auto-save): Ditto.
699         (wl-save-drafts): Treat above variables.
700         (wl-auto-save-drafts): New function.
701         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
702         `wl-stop-save-drafts'.
703         (wl-start-save-drafts): New function.
704         (wl-stop-save-drafts): Ditto.
705         (wl-set-auto-save-draft): New command.
706
707         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
708         `wl-set-save-drafts'.
709
710 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
713         `make-local-variable' instead of `make-variable-buffer-local'.
714
715 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
716
717         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
718
719 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
720
721         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
722
723 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
724
725         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
726         of working buffer.
727
728 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
731
732         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
733         value into recipients; Bind `wl-draft-remove-group-list-contents'
734         as nil.
735
736 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
737
738         * wl-summary.el (wl-summary-sort): Fixed the last change.
739
740         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
741         (wl-summary-sort-messages): Ditto.
742         (wl-summary-rescan): Use it.
743         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
744         `completing-read'; Append candidates for reverse order.
745
746 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * Version number is increased to 2.15.2.
749
750 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
753         "Smaller".
754         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
755
756 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
757
758         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
759
760 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * wl-vars.el (wl-draft-additional-header-alist): Add into the
763         customize group `wl-draft'.
764         (wl-draft-add-in-reply-to): Move customize group from `wl' to
765         `wl-draft'.
766         (wl-draft-add-references): Ditto.
767
768         * wl-action.el (wl-summary-print-argument): Rename argument from
769         `folder' to `data'.
770
771 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * wl-summary.el (wl-summary-rescan-message): Call
774         `wl-thread-cleanup-symbols' before insert thread.
775
776 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * wl.el (wl-init): Set `elmo-get-folder-function' as
779         `wl-folder-make-elmo-folder'.
780
781         * wl-spam.el (wl-summary-exec-action-spam): Use
782         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
783
784         * wl-folder.el (wl-folder-make-elmo-folder): New function.
785         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
786         `elmo-make-folder'.
787         (wl-folder-get-elmo-folder): Ditto.
788         (wl-folder-create-subr): Simplify.
789
790 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
791
792         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
793
794 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
797         contents in message buffer instead of original buffer. If optional
798         argument specified, ask coding system for encode.
799
800 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
801
802         * wl-spam.el (wl-summary-test-spam-region): New function.
803         (wl-spam-setup): Bind "rkc".
804
805 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
806
807         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
808
809 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
810
811         * wl-spam.el (wl-summary-test-spam): Fix typo.
812         (wl-message-check-spam): Ditto.
813
814 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
815
816         * wl-summary.el (wl-summary-default-from): Simplify.
817
818 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-action.el (wl-summary-exec-action-refile): Simplify.
821         (wl-summary-exec-action-copy): Ditto.
822         (wl-summary-auto-refile): Check existence of temporary mark.
823
824 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-summary.el (wl-summary-create-line): Use
827         `elmo-time-to-datevec'.
828
829         * wl-expire.el (wl-expire-archive-date): Ditto.
830         (wl-expire-localdir-date): Ditto.
831
832         * wl-util.el (wl-day-number): Abolish.
833
834         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
835         of `wl-day-number'.
836         (wl-score-followup): Ditto.
837         (wl-score-add-followups): Ditto.
838         (wl-score-get-latest-msgs): Ditto.
839         (wl-score-get-header-entry): Ditto.
840         (wl-score-edit-insert-date): Ditto.
841
842 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
845         `elmo-message-entity-field' with 2nd argument `type'.
846
847 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
848
849         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
850
851 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-thread.el (wl-thread-delete-message): Delete descendant
854         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
855
856 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
857
858         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
859
860 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
861
862         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
863         `Access folder'.
864
865 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-vars.el (wl-access-folder-icon): New user option.
868
869         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
870         `Access folder'.
871
872 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
873
874         * wl-summary.el (wl-summary-buffer-set-folder): Use
875         `wl-folder-mime-charset'.
876
877         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
878         `mime-charset'.
879         (wl-folder-get-elmo-folder): Ditto.
880         (wl-folder-mime-charset): New function.
881
882 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
883
884         * wl-util.el (wl-parse-addresses): Define alias of
885         `elmo-parse-addresses' (move to `elmo-util.el').
886
887         * wl-summary.el (wl-summary-default-from): Follow the API change.
888         (wl-summary-overview-entity-compare-by-date): Ditto.
889         (wl-summary-overview-entity-compare-by-from): Ditto.
890         (wl-summary-get-list-info): Get value of `ml-info' field from
891         entity at first.
892         (wl-summary-rescan-message): Treat prefix argument.
893         (wl-summary-prefetch-msg): Follow the API change.
894         (wl-summary-search-by-subject): Ditto.
895         (wl-summary-insert-thread): Ditto.
896         (wl-summary-line-subject): Ditto.
897         (wl-summary-line-from): Ditto.
898         (wl-summary-create-line): Ditto.
899         (wl-summary-print-message-with-ps-print): Ditto.
900
901         * wl-score.el (wl-score-ov-entity-get): Ditto.
902         (wl-score-followup): Ditto.
903         (wl-score-add-followups): Use `elmo-message-entity-field' instead
904         of `car'.
905         (wl-score-get-latest-msgs): Follow the API change.
906         (wl-score-get-header): Ditto.
907
908         * wl-refile.el (wl-refile-learn): Ditto.
909         (wl-refile-subject-learn): Ditto.
910         (wl-refile-get-field-value): Ditto.
911         (wl-refile-guess-by-history): Ditto.
912         (wl-refile-guess-by-subject): Ditto.
913
914         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
915
916         * wl-expire.el (wl-expire-date-p): Removed.
917         (wl-expire-archive-date): Follow the API change.
918         (wl-expire-localdir-date): Ditto.
919         (wl-summary-expire): Ditto.
920
921         * Version number is increased to 2.15.1.
922
923 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
924
925         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
926         group is access or not (it is not strict, like wl-fldmgr-rename).
927
928 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
929
930         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
931         duplicate call of `wl-summary-print-argument' on the wrong line.
932
933 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
936         even if argument `number' is nil.
937         (wl-summary-insert-line): Print action argument if current message
938         has it.
939
940 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
941
942         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
943         (wl-draft-reply): Ditto.
944         (wl-draft): Add optional argument `parent-number' and call
945         `wl-draft-create-buffer' with it.
946         (wl-draft-create-buffer): Add optional argument
947         `parent-number'. Set wl-draft-parent-number as it.
948
949 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
950
951         * wl-folder.el (wl-folder-set-persistent-mark): If summary
952         buffer is not for given folder, don't use it.
953
954 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
955
956         * Version number is increased to 2.15.0.
957
958 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
959
960         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
961
962         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
963         (wl-highlight-get-face-by-name): New internal function.
964         (wl-highlight-summary-line-face-spec): Use it and fixed.
965
966 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
967
968         * wl-summary.el (wl-summary-sync-update): Use
969         `elmo-message-entity-field' instead of `car' to get message-id
970         from overview entity.
971
972         * wl-summary.el (wl-summary-rescan-message): Call
973         `wl-highlight-summary-displaying' when displaying a message.
974
975 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
976
977         * wl-draft.el (wl-draft-config-info-filename): Extracted from
978         `wl-draft-config-info-operation'.
979         (wl-draft-buffer-change-number): New function.
980         (wl-draft-rename-saved-config): Ditto.
981         * wl.el (wl-init): Connect slot for message-number-changed.
982         (toplevel): Add autoload for wl-draft-rename-saved-config.
983
984 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
987         `update-overview'
988         (wl-summary-buffer-detach): Disconnect from it.
989         (wl-summary-rescan-message): Use command.
990
991         * wl-message.el (wl-message-buffer-display): Use
992         `with-current-buffer' instead of `save-excursion'.
993
994 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-mime.el (wl-draft-preview-attributes-list): Protect
997         wl-draft-preview-attributes-list from distraction.
998
999 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
1000
1001         * wl-summary.el (wl-summary-sync-update): Sort the return value of
1002         `elmo-list-diff'.
1003
1004 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-summary.el
1007         (wl-summary-edit-addresses-collect-candidate-fields): Use
1008         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
1009
1010         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
1011         instead of `elmo-set-work-buf'.
1012
1013         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
1014         (wl-address-make-address-list): Ditto.
1015
1016         * Version number is increased to 2.13.3.
1017
1018 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
1021         user option.
1022
1023         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
1024         argument `5'.
1025
1026         * wl-message.el (wl-message-display-no-merge-p): New function.
1027         (wl-message-buffer-display): Check whether the message is
1028         reassembled and follow the API change.
1029
1030 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1033         multibyte on working buffer and removed unnecessary
1034         `buffer-disable-undo'.
1035
1036 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1039         change.
1040
1041 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1042
1043         * wl-util.el (wl-read-search-condition-internal): Protect
1044         elmo-global-flags from distraction.
1045
1046 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1047
1048         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1049
1050         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1051         (wl-summary-event-handler): Ditto.
1052         (wl-summary-update-persistent-mark-on-event): New
1053         function (renamed from `elmo-event-handler-flag-changed').
1054         (wl-summary-buffer-attach): New function.
1055         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1056         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1057         instead of `elmo-folder-add-handler'.
1058
1059         * Version number is increased to 2.13.2.
1060
1061 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1062
1063         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1064         and "\177" to the `wl-news-previous-page'.
1065         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1066         (wl-news-previous-page): New function.
1067
1068 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1069
1070         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1071         instead of `write-region' and simplify.
1072
1073 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1074
1075         * wl-template.el (wl-template-select): Cause error if
1076         `wl-template-alist' is nil.
1077
1078 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1079
1080         * wl-news.el.in: Set file variable `no-byte-compile'.
1081
1082 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1083
1084         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1085         whether a target message is within displaying area.
1086         (elmo-event-handler-cache-changed): Ditto.
1087
1088 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1089
1090         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1091         to `defun'.  Use `nconc' instead of `append' to collect descendant
1092         message numbers.
1093
1094 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1095
1096         * wl-thread.el (wl-thread-save-top-list)
1097         (wl-thread-save-entities): Use `with-temp-buffer'.
1098         * wl-news.el.in (wl-news-previous-version-load):
1099         (wl-news-previous-version-save): Ditto.
1100         * wl-summary.el (wl-summary-load-file-object)
1101         (wl-summary-save-view-cache): Ditto.
1102
1103 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-util.el (toplevel): Require 'elmo-flag'.
1106         (wl-read-search-condition): New function (Renamed from
1107         `elmo-read-search-condition').
1108         (wl-read-search-condition-internal): Likewise.
1109
1110         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1111         invalid.
1112         (wl-summary-pick): Use `wl-read-search-condition' instead of
1113         `elmo-read-search-condition'.
1114         (wl-summary-virtual): Ditto.
1115
1116         * wl-folder.el (wl-folder-virtual): Ditto.
1117         (wl-folder-pick): Ditto.
1118
1119         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1120
1121 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1122
1123         * wl-summary.el (wl-summary-reedit): Call
1124         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1125
1126 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1127
1128         * wl-mime.el (toplevel): Require wl-vars.
1129
1130         * wl-message.el (toplevel): Require cl at compile.
1131
1132         * wl-draft.el (toplevel): Require elmo.
1133
1134 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1135
1136         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1137         and do nothing when it is not positive.
1138         (wl-message-buffer-prefetch-next): Ditto.
1139
1140 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1141
1142         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1143         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1144         (wl-summary-redisplay-internal): Ditto.
1145
1146         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1147         message (the condition is borrowed from `wl-check-variables-2').
1148         (wl-summary-redisplay-internal): Ditto.
1149
1150 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1151
1152         * wl-mime.el (wl-draft-nntp-attribute): New function.
1153         (wl-draft-attribute-nntp-posting-server): Use it.
1154         (wl-draft-attribute-nntp-posting-port): Ditto.
1155
1156         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1157         (wl-draft-show-attributes-buffer): Ditto.
1158         (wl-draft-hide-attributes-buffer): Ditto.
1159         (wl-draft-attribute-newsgroups): Ditto.
1160         (wl-draft-attribute-nntp-posting-server): Ditto.
1161         (wl-draft-attribute-nntp-posting-port): Ditto.
1162         (wl-draft-preview-message): Use there functions.
1163
1164         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1165         value.
1166
1167 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1170         (wl-draft-reedit): Ditto.
1171         (wl-draft-queue-flush): Ditto.
1172
1173         * wl-mime.el (wl-message-request-partial): Ditto.
1174         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1175         instead of `elmo-message-fetch'.
1176
1177         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1178
1179         * wl-summary.el (wl-summary-message-string): Ditto.
1180
1181 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-util.el (wl-current-message-buffer): Follow the API change.
1184
1185         * wl-summary.el (wl-summary-redisplay-internal): Call
1186         `wl-summary-mark-as-read' with 2nd argument as nil and update
1187         unread count instead of persistent mark.
1188
1189         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1190         variable.
1191         (wl-message-redisplay): Follow the API change.
1192         (wl-message-buffer-display): Managed mime-entity directly and
1193         return preview buffer only.
1194         (wl-message-display-internal): Rewrite.
1195         (wl-message-buffer-prefetch-subr): Not save return value of
1196         `wl-message-buffer-display'.
1197
1198         * Version number is increased to 2.13.1.
1199
1200 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1203         'elmo-multiple-fields-body-list' with boundary specified.
1204
1205 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1206
1207         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1208         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1209         cache if `wl-summary-resend-use-cache' is non-nil.
1210
1211 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1212
1213         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1214         (wl-nntp-posting-stream-type): Ditto.
1215
1216 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1217
1218         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1219
1220 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1221
1222         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1223         message.
1224
1225 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1226
1227         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1228         Abolish.
1229         (wl-summary-buffer-persistent-mark-version): New internal
1230         variable.
1231         (wl-summary-update-mark-and-highlight-window): Check by
1232         wl-summary-persistent-mark-invalid-p.
1233         (wl-summary-update-status-marks): Ditto.
1234         (elmo-event-handler-flag-changed): Rewrite.
1235         (elmo-event-handler-cache-changed): Define.
1236         (wl-summary-prefetch-msg): Does not update persistent mark here.
1237         (wl-summary-delete-cache): Ditto.
1238         (wl-summary-resume-cache-status): Ditto.
1239         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1240         (wl-summary-persistent-mark-invalid-p): New function.
1241         (wl-summary-validate-persistent-mark): Ditto.
1242         (wl-summary-validate-persistent-mark-string): Ditto.
1243         (wl-summary-invalidate-persistent-mark): Ditto.
1244         (wl-summary-update-persistent-mark): Call
1245         `wl-summary-validate-persistent-mark'.
1246         (wl-summary-create-line): Call
1247         `wl-summary-validate-persistent-mark-string'.
1248
1249         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1250         status as t if cache used.
1251
1252 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1253
1254         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1255         only if the target is group.
1256         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1257
1258 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1259
1260         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1261
1262 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1263
1264         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1265
1266         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1267
1268 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1271         (Thanks to Yoichi NAKAYAMA).
1272
1273 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1274
1275         * wl-util.el (wl-save-drafts): Restore echo area.
1276
1277 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1278
1279         * Version number is increased to 2.13.0.
1280
1281         * wl-util.el (wl-biff-check-folder-async): Use
1282         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1283
1284 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1285
1286         * wl-message.el (wl-message-display-internal): Does not put
1287         wl-message-display-type property on message buffer.
1288         (wl-message-buffer-display-type): New function.
1289
1290         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1291
1292         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1293         `wl-summary-buffer-detach'.
1294         (wl-summary-message-display-type): Use
1295         `wl-summary-buffer-display-type'.
1296
1297 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1298
1299         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1300         buffer-local.
1301
1302         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1303         kill-buffer-hook instead of make-local-variable.
1304         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1305
1306 2004-12-12  Scott Renfro <scott@renfro.org>
1307
1308         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1309         regex for square-branket.
1310
1311 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1312
1313         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1314         `wl-message-mime-analysis-p' with argument `header'.
1315
1316 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1317
1318         * wl-mime.el (wl-draft-yank-current-message-entity): 
1319         Switch to no-mime following method according to wl-message-display-type
1320         property.
1321         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1322
1323         * wl-message.el (wl-message-display-internal): 
1324         Put wl-message-display-type property on message buffer.
1325
1326         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1327         (wl-message-display-internal): Ditto;
1328
1329         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1330
1331 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * wl-message.el (wl-message-make-display-type): New function.
1334         (wl-message-display-type-property): Ditto.
1335         (wl-message-mime-analysys-p): Ditto.
1336         (wl-message-display-all-header-p): Ditto.
1337         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1338         added `display-type'.
1339         (wl-message-buffer-display): Likewise.
1340         (wl-message-display-internal): Likewise.
1341         (wl-message-buffer-display-type): Abolish.
1342         (wl-message-buffer-prefetch-subr): Follow the API changed.
1343
1344         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1345         from wl-summary-buffer-display-all-header and changed default value.
1346         (wl-summary-message-display-type): New function.
1347         (wl-summary-buffer-display-mime-mode): Ditto.
1348         (wl-summary-buffer-display-header-mode): Ditto.
1349         (wl-summary-toggle-mime): Rewrite with above functions.
1350         (wl-summary-toggle-all-header): Ditto.
1351         (wl-summary-redisplay): Force redisplay with default mode.
1352         (wl-summary-redisplay-internal): Renamed argument from `mode',
1353         `all-header' to `mime-mode', `header-mode'.
1354         Use `wl-message-make-display-type'.
1355
1356         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1357         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1358
1359 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1360
1361         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1362
1363 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1364
1365         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1366         in original message buffer.
1367         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1368         buffer.
1369
1370 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1371
1372         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1373
1374 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1375
1376         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1377
1378 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1379
1380         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1381         when actions succeeded.
1382         (wl-summary-exec-action-copy): Likewise.
1383
1384 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1385
1386         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1387         there is switch-to-buffer at the end of wl-message-select-buffer.
1388         (wl-summary-reply): Ditto.
1389
1390 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1391
1392         * wl-summary.el (wl-summary-forward): Put subject in original
1393         message buffer as argument of wl-draft-forward.
1394         * wl-draft.el (wl-draft-forward): Decode subject as in
1395         wl-draft-reply.
1396
1397 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1398
1399         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1400         a folder under access group.
1401
1402 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1403
1404         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1405         wl-message-buffer-display.
1406
1407         * wl-util.el (wl-set-save-drafts): Fix typo.
1408
1409 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1412         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1413         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1414         the way to measure the width of a bitmap image; don't put face on
1415         ascii and bitmap images; put the mark which should not use the
1416         variable-pitch face on ascii and bitmap images.
1417         (wl-demo-setup-properties): Don't use the variable-pitch face on
1418         ascii and bitmap images; made it work on Emacs 20 and earlier.
1419         (wl-demo-insert-text): End with a newline at the bottom; don't put
1420         face on text.
1421
1422         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1423
1424 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1425
1426         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1427
1428         * wl-util.el (wl-save-drafts): Moved from sample setting.
1429         (wl-set-save-drafts): New function to set idle timer.
1430         * wl-draft.el (wl-draft): Call it.
1431         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1432
1433 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1434
1435         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1436         a summary which has toggle display status off.
1437
1438 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1439
1440         * wl-draft.el (wl-draft-do-fcc): No cache save.
1441
1442 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1443
1444         * wl-summary.el (elmo-event-handler-flag-changed): Use
1445         `set-buffer' instead of `with-current-buffer'.
1446
1447 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-summary.el (wl-summary-after-resize-function): New function.
1450         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1451         window-size-change-functions.
1452
1453 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1454
1455         * wl-draft.el (wl-draft-create-buffer): Bind
1456         `change-major-mode-hook' after current buffer is changed.
1457
1458         * wl-summary.el (wl-summary-buffer-detach): New function.
1459         (wl-summary-buffer-set-folder): Call it.
1460         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1461         change-major-mode-hook and kill-buffer-hook.
1462         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1463         (wl-summary-switch-to-clone-buffer): Ditto.
1464         (wl-summary-goto-folder-subr): Ditto.
1465
1466 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1467
1468         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1469         after boundp check.
1470
1471 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1472
1473         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1474         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1475         for `kill-buffer'.
1476
1477         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1478         handler of current buffer from elmo-folder.
1479
1480 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1483
1484 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1485
1486         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1487         variable.
1488         (wl-summary-event-handler): New class.
1489         (elmo-event-handler-flag-changed): Define to update persistent
1490         mark.
1491         (wl-summary-buffer-set-folder): Register event handler to
1492         elmo-folder.
1493         (wl-summary-exit): Unregister event handler.
1494         (wl-summary-goto-folder-subr): Ditto.
1495         (wl-summary-mark-as-read-all): Does not call
1496         `wl-summary-update-persistent-mark' directly.
1497         (wl-summary-mark-as-read-internal): Ditto.
1498         (wl-summary-set-persistent-mark-internal): Ditto.
1499         (wl-summary-set-flags-internal): Ditto.
1500
1501         * Version number is increased to 2.11.33.
1502
1503 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1504
1505         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1506         to nil.
1507
1508 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1509
1510         * wl-spam.el (wl-spam-setup): Add hook
1511         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1512         instead of `wl-summary-prepare-hook'.
1513
1514         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1515         if folder type is `'flag'.
1516         (wl-summary-mark-as-important): Ditto.
1517
1518 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1519
1520         * wl-address.el (wl-address-minibuffer-history): New variable.
1521         (wl-address-minibuffer-local-map): New keymap.
1522         (wl-address-read-from-minibuffer): New function.
1523
1524         * wl-action.el (wl-summary-get-resend-address): Use
1525         `wl-address-read-from-minibuffer' instead of `completing-read'.
1526
1527 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1528
1529         * Version number is increased to 2.11.32.
1530
1531 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1532
1533         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1534         without mule to iso-8859-1.
1535         (wl-draft-add-in-reply-to): Add note in description.
1536         (wl-draft-add-references): Ditto.
1537
1538 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1539
1540         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1541         definition for `m'.
1542         (wl-summary-mode-line-format): Add '[%m]'.
1543         (wl-message-mode-line-format-spec-alist): Ditto.
1544         (wl-summary-display-mime-mode-list): New variable.
1545
1546         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1547         from wl-summary-buffer-display-as-is.
1548         (wl-summary-buffer-display-all-header): New buffer local variable.
1549         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1550         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1551         instead of wl-summary-buffer-display-as-is.
1552         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1553         (wl-summary-set-persistent-mark): Ditto.
1554         (wl-summary-set-message-buffer-or-redisplay): Just call
1555         `wl-summary-redisplay-internal' without optional arguments.
1556         (wl-summary-toggle-mime): Rewrite.
1557         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1558         (wl-summary-toggle-all-header): New function.
1559         (wl-summary-redisplay-internal): Treat mime mode.
1560
1561         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1562         to wl-mime-preview-follow-no-mime.
1563         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1564         accodring to the display-mode.
1565
1566         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1567         (wl-message-buffer-display): Changed argument name from `as-is' to
1568         `mode'.
1569         (wl-message-display-internal): Ditto;
1570         Bind elmo-mime-display-header-analysis according to the mode.
1571         (wl-message-display-internal): Put wl-message-display-mime-mode
1572         property on entire buffer.
1573
1574 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1575
1576         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1577
1578 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1579
1580         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1581         Don't extract mail address.
1582         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1583
1584         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1585
1586         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1587
1588 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1589
1590         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1591         wl-fldmgr-cut-entity-list on confirmation.
1592
1593 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1594
1595         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1596         (wl-mime-quit-preview): Check existence of
1597         mime-edit-temp-message-buffer here.
1598
1599 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1600
1601         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1602         after deletion.
1603
1604         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1605         before calling wl-mime-quit-preview.
1606
1607 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1608
1609         * wl-summary.el (wl-summary-pick): If call it with prefix
1610         argument, set `delete-marks' as non-nil. Pick from only visible
1611         messages.
1612         (wl-summary-check-target-mark): New function.
1613         (wl-summary-target-mark-mark-as-read): Use it.
1614         (wl-summary-target-mark-mark-as-unread): Ditto.
1615         (wl-summary-target-mark-operation): Ditto.
1616         (wl-summary-target-mark-set-flags): Ditto.
1617         (wl-summary-target-mark-save): Ditto.
1618         (wl-summary-target-mark-pick): Ditto.
1619         (wl-summary-target-mark-forward): Ditto.
1620         (wl-summary-target-mark-reply-with-citation): Ditto.
1621         (wl-summary-target-mark-print): Ditto.
1622         (wl-summary-target-mark-uudecode): Ditto.
1623
1624         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1625         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1626         with `ask-coding' is non-nil.
1627
1628 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1629
1630         * wl-thread.el (wl-thread-set-parent): If parent is a message
1631         which is identified by references, set linked as nil.
1632
1633 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1634
1635         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1636         (wl-message-mode-line-format-spec-alist): Ditto.
1637         (wl-message-mode-line-format): Ditto.
1638         (wl-summary-mode-line-format): Ditto for docstring.
1639         (wl-summary-no-mime-folder-list): Fix typo.
1640
1641         * wl-util.el (wl-current-message-buffer): Call
1642         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1643
1644         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1645         variable.
1646         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1647         of `wl-summary-redisplay-no-mime'.
1648         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1649         (wl-summary-toggle-mime): New function.
1650         (wl-summary-redisplay-all-header): Rewrite.
1651         (wl-summary-redisplay-no-mime): Ditto.
1652         (wl-summary-redisplay-internal): Added argument `as-is' and
1653         `all-header'.
1654
1655         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1656         New variable.
1657         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1658         bottom.
1659         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1660         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1661         "/" unconditionally.
1662
1663         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1664         wl-mime-preview-follow-no-mime for as-is content.
1665         (wl-mime-preview-follow-no-mime): New function.
1666         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1667
1668         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1669         and added `as-is', `all-header'.
1670         (wl-message-buffer-display): Ditto.
1671         (wl-message-buffer-display-type): New function.
1672
1673 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1674
1675         * wl-vars.el (wl-message-header-button-alist): Change default
1676         value.
1677         (wl-message-body-button-alist): Ditto.
1678
1679 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1680
1681         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1682
1683 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1684
1685         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1686
1687 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1688
1689         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1690         is always true.
1691
1692 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1693
1694         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1695         on null entity.
1696
1697 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1698
1699         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1700
1701 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1702
1703         * wl-vars.el (wl-summary-resend-hook): New hook.
1704
1705         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1706         `wl-summary-resend-hook'.
1707
1708 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1709
1710         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1711         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1712         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1713         (wl-summary-new-cached-mark): Changed default value to 'n'.
1714         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1715         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1716         (wl-folder-sync-range-alist): Remove spec for 'flag.
1717         (wl-summary-force-prefetch-folder-list): New user option.
1718
1719         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1720         `wl-summary-toggle-persistent-mark'.
1721         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1722         number is nil.
1723         (wl-summary-mark-as-answered-region): Set interactive argument of
1724         `wl-summary-set-persistent-mark-internal'.
1725         (wl-summary-mark-as-important-region): Ditto.
1726         (wl-summary-unset-persistent-mark): Ditto.
1727         (wl-summary-set-persistent-mark): Ditto.
1728         (wl-summary-mark-as-answered): Ditto.
1729         (wl-summary-mark-as-important): Ditto.
1730         (wl-summary-set-persistent-mark-internal): Do nothing
1731         when `elmo-message-flag-available-p' is nil.
1732         (wl-summary-toggle-persistent-mark): New function.
1733         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1734         when the folder matches `wl-summary-force-prefetch-folder-list'.
1735
1736
1737         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1738         when number is nil.
1739         (wl-highlight-summary-forwarded-face): New face.
1740
1741 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * Version number is increased to 2.11.31.
1744
1745 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1746
1747         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1748         (wl-biff-check-folder-async): Ditto.
1749         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1750
1751 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1752
1753         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1754         Add an argument `reverse'.  All callers are updated.
1755         (wl-summary-sort): Add a prefix argument `reverse' to specify
1756         reverse sorting.
1757         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1758         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1759         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1760
1761 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1762
1763         * wl-message.el (wl-message-redisplay): Does not narrow header if
1764         disply-type is all-header or as-is.
1765
1766         * wl-summary.el (wl-summary-enter-handler): Use
1767         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1768
1769 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1770
1771         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1772         after adding wl-draft-parent-variables.
1773         (wl-draft-forward): Ditto.
1774
1775 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1776
1777         * wl-summary.el (wl-summary-sync-marks): Call
1778         `wl-summary-set-persistent-mark' and
1779         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1780         (wl-summary-set-persistent-mark-internal): Add 4th argument
1781         `no-server'.
1782         (wl-summary-unset-persistent-mark): Ditto.
1783         (wl-summary-set-persistent-mark): Ditto.
1784         (wl-summary-add-flags-internal): Abolish.
1785         (wl-summary-remove-flags-internal): Ditto.
1786         (wl-summary-mark-as-important-internal): Ditto.
1787         (wl-summary-mark-as-important): Use
1788         `wl-summary-set-persistent-mark' instead of
1789         `wl-summary-add-flags-internal'.
1790         (wl-summary-mark-as-important-region): Ditto.
1791
1792         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1793
1794         * wl-summary.el (wl-summary-get-available-flags): New function.
1795         (wl-summary-sync-marks): Use it and simplified.
1796         (wl-summary-unset-persistent-mark): Use
1797         `wl-summary-get-available-flags'.
1798         (wl-summary-set-persistent-mark): Ditto.
1799
1800 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1801
1802         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1803         id.
1804
1805 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1806
1807         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1808         number, call `wl-summary-prev-line-content'. Show message when the
1809         message is not found.
1810
1811 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1812
1813         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1814         wl-summary-enter-handler.
1815         (wl-summary-enter-handler): New command.
1816
1817         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1818         docstring and custom spec.
1819
1820         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1821         flags too; Don't treat Cached and New.
1822         (wl-summary-set-persistent-mark): Ditto.
1823
1824         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1825         `wl-folder-set-flag'.
1826
1827         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1828         instead of `wl-folder-set-flag'.
1829
1830         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1831         for completion.
1832         (wl-summary-set-persistent-mark): Ditto.
1833
1834         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1835         instead of `wl-draft-quit-preview'.
1836
1837         * wl-mime.el (toplevel): Avoid compile warning.
1838         (wl-mime-quit-preview): New function
1839         (formarly defined as `wl-draft-quit-preview').
1840         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1841         quitting method.
1842
1843         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1844
1845         * wl-folder.el (wl-folder-set-flag): Renamed from
1846         `wl-draft-set-flag-on-parent'.
1847
1848         * wl-draft.el (wl-draft-quit-preview): New function.
1849         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1850         (wl-draft-send): Call `wl-folder-set-flag' instead of
1851         `wl-draft-set-flag-on-parent'.
1852         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1853
1854 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1855
1856         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1857         (wl-draft-send): Ditto.
1858
1859 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1860
1861         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1862         (wl-draft-kill-pre-hook): Set default value as nil.
1863         (wl-summary-reply-hook): Ditto.
1864         (wl-draft-kill-flags): Abolish.
1865
1866         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1867         (wl-draft-parent-variables): Renamed from
1868         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1869         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1870         argument; Add wl-draft-parent-variables to
1871         wl-draft-config-variables.
1872         (wl-draft-reply): Likewise.
1873         (wl-draft-kill-flags): Abolish.
1874         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1875         (wl-draft-set-flag-on-parent): New function.
1876         (wl-draft-setup-parent-flag): Ditto.
1877
1878 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1879
1880         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1881         `wl-draft-parent-folder' is "".
1882
1883 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1884
1885         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1886         (wl-summary-digit-jump): New function.
1887         (Adviced by John Owens and Hiroya Murata)
1888
1889         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1890         (Adviced by John Owens)
1891
1892         * wl-xmas.el (wl-message-define-keymap): Ditto.
1893
1894         * wl-mule.el (wl-message-define-keymap): Ditto.
1895
1896 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1897
1898         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1899         change of return value of elmo-folder-count-flags.
1900
1901         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1902         (wl-summary-mark-as-read-internal): Ditto.
1903         (wl-summary-set-persistent-mark-internal): Ditto.
1904         (wl-summary-folder-info-update): Ditto.
1905         (wl-summary-sync-update): Fixed the last change.
1906
1907         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1908
1909 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1910
1911         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1912         (wl-draft-kill-flags): Fixed docstring.
1913
1914         * wl-draft.el (wl-draft-kill-flags): New function.
1915         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1916
1917 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1918
1919         * wl-vars.el (wl-reply-hook): Abolish.
1920         (wl-draft-reply-hook): New hook.
1921         (wl-summary-reply-hook): Ditto.
1922         (wl-draft-forward-hook): Ditto.
1923         (wl-summary-forward-hook): Ditto.
1924         (wl-draft-kill-flags): New variable.
1925
1926         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1927         wl-summary-set-persistent-mark-internal.
1928         (wl-summary-sync-marks): Use elmo-preserved-flags.
1929         (wl-summary-update-persistent-mark): Make it interactive.
1930         (wl-summary-set-persistent-mark-internal): New inline function.
1931         (wl-summary-mark-as-answered): Use it.
1932         (wl-summary-mark-as-unanswered): Ditto.
1933         (wl-summary-unset-persistent-mark): New function.
1934         (wl-summary-set-persistent-mark): Ditto.
1935         (wl-summary-reply): Don't set answered flag;
1936         Run wl-summary-reply-hook instead.
1937         (wl-summary-forward): Call wl-draft-forward with number.
1938         Run wl-summary-forward-hook.
1939
1940         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1941         (wl-highlight-summary-line-face-spec): Use it as a default
1942         persistent mark face.
1943
1944         * wl-draft.el (wl-draft-forward): Added optional argument number;
1945         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1946         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1947         (wl-draft-kill): Use wl-draft-kill-flags.
1948
1949         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1950
1951         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1952         of return value of elmo-folder-count-flags.
1953
1954         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1955
1956         * wl-summary.el (wl-summary-count-unread): Ditto.
1957         (wl-summary-sync-update): Follow the change above.
1958         (wl-summary-force-prefetch): New function.
1959
1960 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1961
1962         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1963         variable `buf' with `let' instead of `setq'.
1964
1965 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1966
1967         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1968         add Content-Disposition heaeder on the deleted part.
1969
1970 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1971
1972         * wl-draft.el (wl-draft-save): Encode address list under edit by
1973         `eword-encode-unstructured-field-body'.
1974
1975         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1976
1977 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1978
1979         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1980         wl-current-summary-buffer.
1981
1982 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1983
1984         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1985         `numbers' is ignored.
1986
1987 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1988
1989         * wl-folder.el (wl-folder-open-folder): Avoid error.
1990         Reported by John Owens, [wl-en:815]
1991
1992         * wl.el (wl): Set timer for biff process even if prefix argument
1993         is given or auto-checking is quitted.
1994
1995         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1996         immediately.
1997         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1998         (wl-toggle-plugged): Ditto.
1999
2000         * wl-vars.el (wl-biff-use-idle-timer): New variable.
2001         * wl-util.el (wl-biff-start): Use idle timer if
2002         `wl-biff-use-idle-timer' is non-nil.
2003
2004 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2005
2006         * wl-highlight.el (wl-highlight-message): Fix description.
2007
2008 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2009
2010         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
2011         tty.
2012
2013 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2014
2015         * wl-action.el (wl-summary-exec): Print failure count.
2016
2017 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2018
2019         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
2020         to `defun', remove interactive form.
2021         Set elmo-message-fetch-confirm when force-reload is non-nil.
2022
2023 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2024
2025         * wl-summary.el (toplevel): Removed unnecessary autoload.
2026
2027 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2028
2029         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2030         the buffer is generated from another message buffer.
2031
2032 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2035         extracted from `wl-fldmgr-save-folders'.
2036         (wl-fldmgr-delete): Call it after deletion.
2037
2038 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2039
2040         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2041         multi-tty support.
2042
2043 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2044
2045         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2046
2047 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2048
2049         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2050         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2051
2052 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2053
2054         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2055         unsubscribe list only if argument CLEAR is nil.
2056
2057 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2058
2059         * wl-draft.el (wl-draft-reply): Decode subject before removing
2060         Re: prefix.
2061
2062 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2063
2064         * wl-summary.el (wl-summary-sort-by-size): New command.
2065
2066 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2067
2068         * wl-summary.el (wl-summary-number-list-from-region): New
2069         function.
2070         (wl-summary-mark-as-read-region): Use it.
2071         (wl-summary-mark-as-unread-region): Ditto.
2072         (wl-summary-set-flags-region): Ditto and add optional argument
2073         remove.
2074         (wl-summary-mark-as-answered-region): Ditto.
2075         (wl-summary-mark-as-important-region): Ditto.
2076         (wl-summary-target-mark-mark-as-important): Added optional
2077         argument remove.
2078         (wl-summary-target-mark-mark-as-answered): Ditto.
2079         (wl-summary-target-mark-set-flags): Ditto.
2080
2081 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2082
2083         * wl-summary.el (wl-summary-set-flags-region): Call
2084         `wl-summary-set-flags-internal' with number list instead of call
2085         one by each message.
2086         (wl-summary-target-mark-set-flags): Likewise.
2087
2088 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2089
2090         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2091         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2092         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2093         (wl-summary-target-mark-mark-as-answered): Likewise.
2094
2095 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2096
2097         * wl-summary.el (wl-summary-target-mark-forward): Use
2098         `wl-summary-delete-all-target-marks' instead of
2099         `wl-summary-delete-all-temp-marks'.
2100         (wl-summary-target-mark-reply-with-citation): Ditto.
2101         (wl-summary-target-mark-uudecode): Ditto.
2102         (wl-summary-target-mark-set-flags): Ditto and remove needless
2103         cursor move.
2104
2105 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2106
2107         * wl-summary.el (wl-summary-target-mark-forward): Protect
2108         wl-summary-buffer-target-mark-list from nreverse.
2109         (wl-summary-target-mark-reply-with-citation): Ditto.
2110
2111 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2114         `elmo-display-progress-threshold'.
2115
2116 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2117
2118         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2119         check `wl-summary-highlight'.
2120         (wl-summary-window-scroll-functions): Respect value of
2121         `wl-summary-highlight'.
2122         (wl-summary-sync-update): Run hooks
2123         `wl-summary-buffer-window-scroll-functions' at any time.
2124
2125 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2126
2127         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2128         from `wl-summary-cleanup-temp-marks'.
2129         (wl-summary-cleanup-temp-marks): Abolish argument.
2130         * wl.el (wl-save-status): Revert previous change.
2131         (wl-execute-temp-marks): New function, call
2132         `wl-summary-exec-with-confirmation'.
2133         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2134         (wl-folder-save-and-exec-marks): Abolished.
2135
2136 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2137
2138         * wl-e21.el (wl-e21-display-image-p): Respect
2139         `wl-highlight-folder-with-icon'.
2140         (wl-e21-highlight-folder-group-line): Highlight mouse line
2141         even if wl-e21-display-image-p is nil.
2142
2143         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2144         Respect value of `wl-summary-highlight'.
2145
2146         * wl.el (wl-save-status): Remove unused variable.
2147
2148         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2149         (wl-folder-mode-map): Bind it to "x".
2150
2151 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2152
2153         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2154
2155         * wl-thread.el (wl-thread-get-parent-list): Don't check
2156         disconnected ancestors, neglecting needless work in
2157         `wl-thread-update-indent-string-thread'.
2158
2159         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2160         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2161         argument, add argument default-keep to keep marks by default.
2162
2163         * Version number is increased to 2.11.30.
2164
2165         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2166         customization type and docstring.
2167         (wl-draft-reply-without-argument-list): Ditto.
2168
2169 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2170
2171         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2172
2173         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2174
2175 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2176
2177         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2178
2179 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2180
2181         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2182         save-excursion so as not to include run-hooks.
2183
2184 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2185
2186         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2187         Clarify that marks are going to be cleared.
2188
2189 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2190
2191         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2192         according to 3rd element of wl-summary-flag-mark.
2193
2194         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2195
2196 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2197
2198         * wl-action.el (wl-summary-target-mark-all): Don't set
2199         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2200
2201 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2202
2203         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2204         (wl-forward-subject-prefix): Ditto.
2205         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2206         (wl-draft-reply-make-subject): Ditto.
2207
2208         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2209         `wl-draft-forward'.
2210         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2211
2212 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2213
2214         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2215         target message does not exist.
2216
2217 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2218
2219         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2220         `wl-subject-prefix-regexp'.
2221         (wl-subject-forward-prefix-regexp): New variable.
2222         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2223         `wl-draft-strip-subject-re' and take regexp as argument.
2224         (wl-draft-forward): Use it.
2225         (wl-draft-reply): Ditto.
2226
2227 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2228
2229         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2230         emacs multi-tty support.
2231
2232 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2233
2234         * wl-e21.el (wl-e21-display-image-p): Don't call
2235         `display-images-p'.
2236         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2237         support.
2238         (wl-highlight-folder-current-line): Ditto.
2239         (wl-folder-init-icons): Ditto.
2240
2241 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2242
2243         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2244         the last line of summary in unplugged mode.
2245
2246 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2247
2248         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2249
2250 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2251
2252         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2253         * wl-address.el (wl-address-user-mail-address-p): Use it.
2254         (wl-address-delete-user-mail-addresses): Ditto.
2255         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2256
2257         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2258         (wl-address-delete-user-mail-addresses): Ditto.
2259
2260         * wl-address.el (wl-address-delete-user-mail-addresses): New
2261         function.
2262         * wl-refile.el (wl-refile-guess-by-history): Use it.
2263         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2264         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2265
2266         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2267         use wl-address-user-mail-address-p.
2268
2269 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2270
2271         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2272         after opening group.
2273
2274 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2275
2276         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2277         of elmo-set-buffer-multibyte.
2278
2279         * wl-message.el (wl-original-message-mode): Ditto.
2280
2281         * wl-score.el (wl-score-insert-header): Ditto.
2282
2283         * wl-summary.el
2284         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2285         (wl-summary-goto-folder-subr): Ditto.
2286         (wl-summary-insert-headers): Ditto.
2287
2288         * wl-util.el (wl-set-string-width): Ditto.
2289
2290         * Version number is increased to 2.11.29.
2291
2292 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2293
2294         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2295         (wl-highlight-summary-line-help-echo-alist): New variable.
2296         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2297         into `wl-highlight-summary-line-help-echo' and
2298         `wl-highlight-flag-folder-help-echo'.
2299         (wl-highlight-summary-line-string): Change accordingly.
2300         (wl-highlight-summary-current-line): Ditto.
2301
2302 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2303
2304         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2305         at the beginning of field body (Thanks to Markus Knittig).
2306
2307         * wl-draft.el (wl-draft-insert-current-message): Also check
2308         summary buffer, remove unnecessary tag.
2309
2310 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2311
2312         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2313         when wl-message-buffer is nil.
2314
2315         * wl-folder.el (wl-folder): Abolish unused argument.
2316         Call wl-folder-init when wl-folder-entity is nil.
2317         * wl.el (wl): Change accordingly.
2318
2319 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2320
2321         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2322         multibyte string before insert into draft buffer.
2323         (wl-draft-create-buffer): Always enable multibyte characters for
2324         draft buffer.
2325
2326         * Version number is increased to 2.11.28.
2327
2328 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2329
2330         * wl-folder.el (wl-folder-open-close): Handle blank line.
2331         (wl-folder-jump-to-current-entity): Ditto.
2332
2333 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2334
2335         * Version number is increased to 2.11.27.
2336
2337 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2338
2339         * wl-thread.el (wl-thread-insert-message): When the thread is
2340         devided by wl-summary-max-thread-depth, insert line at the end of
2341         buffer.
2342
2343 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2344
2345         * Version number is increased to 2.11.26.
2346
2347 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2348
2349         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2350
2351 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2352
2353         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2354         value of stream-type and session.
2355
2356 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2357
2358         * Version number is increased to 2.11.25.
2359
2360 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2361
2362         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2363         in a quit message.
2364
2365 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2366
2367         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2368         (wl-summary-redisplay-no-mime-internal): Ditto.
2369
2370 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2371
2372         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2373         * wl-vars.el (wl-smtp-connection-type): Ditto.
2374
2375 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2376
2377         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2378         for the separator line and quote mail-header-separator.
2379
2380 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2383         result message.
2384
2385         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2386         `elmo-multiple-fields-body-list' with boundary as
2387         mail-header-separator.
2388
2389 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2390
2391         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2392
2393 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2394
2395         * wl-util.el (wl-list-diff): Remove unused function.
2396
2397         * wl-draft.el (wl-draft-send-confirm): Discard input before
2398         confirmation.
2399
2400 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2401
2402         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2403         order of flag and new.
2404
2405 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2406
2407         * wl-vars.el (wl-refile-policy-alist): Abolished.
2408
2409         * wl-action.el (wl-summary-set-action-refile): Follow the change
2410         above.
2411
2412 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2413
2414         * wl-highlight.el (wl-highlight-signature-search): Don't use
2415         re-search-backward for a long word since it is possible to crash
2416         XEmacs because of a bug.
2417
2418 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2419
2420         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2421
2422 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2423
2424         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2425         argument for wl-summary-sync-force-update.
2426
2427 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2428
2429         * wl-summary.el (wl-summary-mode-map): Revival of
2430         wl-summary-mark-as-important related bindings;
2431         Bind 'F','tF','mF','rF','m&'.
2432         (wl-summary-mark-as-important-region): Revival.
2433         (wl-summary-target-mark-mark-as-important): Ditto.
2434         (wl-summary-target-mark-operation): New function.
2435         (wl-summary-target-mark-mark-as-answered): Use it.
2436         (wl-summary-decide-flag): Don't set Important as default.
2437         (wl-summary-mark-as-important-internal): Revival.
2438         (wl-summary-mark-as-important): Ditto.
2439
2440         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2441
2442         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2443         instead of facep.
2444
2445 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2446
2447         * wl-dnd.el (wl-dnd-drop-func): Fix.
2448
2449         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2450         mouse-set-point instead of posn-point.
2451
2452         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2453
2454         * wl-mule.el (wl-completing-read-multiple): Ditto.
2455
2456 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-demo.el (face-background-name): Defalias to avoid compile
2459         warning.
2460
2461 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2462
2463         * wl-summary.el (wl-summary-decide-flag): Use
2464         wl-completing-read-multiple instead of completing-read-multiple.
2465
2466         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2467         New alias.
2468
2469         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2470         Use face-background-name instead of face-background.
2471
2472         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2473
2474         * wl-summary.el (wl-summary-save): Use it.
2475         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2476
2477         * wl-mime.el (wl-mime-save-content): Fix last change.
2478
2479 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2480
2481         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2482         New function.
2483         (wl-summary-sort-specs): Added sort.
2484         * wl-mime.el (wl-mime-save-content): Expand file name.
2485
2486 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2487
2488         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2489
2490         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2491
2492 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2493
2494         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2495         for flag if it is not defined.
2496
2497 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2498
2499         * wl-e21.el (wl-highlight-folder-current-line): Use
2500         elmo-folder-type-internal when elmo-folder-type returns nil.
2501
2502         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2503
2504         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2505
2506         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2507
2508         * wl-e21.el (wl-summary-toolbar): Ditto.
2509
2510         * wl-vars.el (wl-demo-background-color): Abolished.
2511         (wl-summary-persistent-mark-priority-list): Renamed from
2512         wl-summary-flag-priority-list.
2513         (wl-summary-flag-alist): New user option.
2514         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2515         (wl-message-mode-line-format-spec-alist): Added 'F'.
2516         (wl-message-mode-line-format): Likewise.
2517         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2518         instead of wl-summary-important-mark.
2519         (wl-file-folder-icon): New variable.
2520
2521         * wl-thread.el (wl-thread-set-flags): Renamed from
2522         wl-thread-mark-as-important.
2523
2524         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2525         warning.
2526         (wl-summary-mode-menu-spec): Follow the change of 
2527         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2528         (wl-summary-mode-map): Follow the change of
2529         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2530         (wl-summary-detect-mark-position): Follow the variable name change.
2531         (wl-summary-set-flags-region): New function for the replacement of
2532         wl-summary-mark-as-important-region.
2533         (wl-summary-sync-marks): Sync all global-flags.
2534         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2535         instead of elmo-message-flagged-p.
2536         (wl-summary-persistent-mark-string): Follow the variable name change;
2537         Put wl-summary-flag-mark if the message has global-flag.
2538         (wl-summary-target-mark-set-flags): Renamed from 
2539         wl-summary-target-mark-mark-as-important.
2540         (wl-summary-decide-flag): New function.
2541         (wl-summary-set-flags-internal): Renamed from
2542         wl-summary-mark-as-important-internal.
2543         (wl-summary-add-flags-internal): New function.
2544         (wl-summary-remove-flags-internal): Ditto.
2545         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2546         (wl-summary-mark-as-unimportant): Abolish.
2547         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2548         (wl-summary-next-message): List flagged messages in the msgdb.
2549
2550         * wl-score.el (wl-summary-score-update-all-lines): Use
2551         wl-summary-add-flags-internal instead of 
2552
2553         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2554
2555         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2556         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2557         (wl-message-buffer-require-all-header): Renamed from
2558         wl-message-buffer-all-header-flag (Ditto).
2559         (wl-message-buffer-flag-indicator): New variable.
2560         (wl-message-redisplay): Changed local varibale name from `flag' to
2561         `display-type'; Set up wl-message-buffer-flag-indicator.
2562         (wl-message-buffer-display): Changed varibale name from `flag' to
2563         `display-type'.
2564         (wl-message-display-internal): Likewise.
2565
2566         * wl-highlight.el (wl-highlight-demo-face): Define default background
2567         color.
2568         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2569
2570         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2571
2572         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2573         (wl-demo-setup-properties): Renamed from
2574         `wl-demo-set-background-color'.
2575         (wl-demo): Follow the change above.
2576         
2577         * Version number is increased to 2.11.24.
2578
2579 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2580
2581         * wl-summary.el (wl-summary-toggle-thread): Call
2582         `wl-summary-rescan' with disable-thread as non-nil.
2583         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2584
2585 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2586
2587         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2588         foreground property of the face.
2589         (wl-demo-insert-text): Don't set up face property here.
2590         (wl-demo): Call wl-demo-set-background-color, anyway.
2591
2592 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2593
2594         * wl-vars.el (wl-demo-background-color): The value can be nil.
2595
2596 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2597
2598         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2599         to wl-summary-wheel-dispatcher.
2600
2601         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2602         wl-message-wheel-dispatcher.
2603         (wl-message-wheel-dispatcher): New function.
2604         (wl-summary-wheel-dispatcher): Ditto.
2605
2606 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2607
2608         * wl-action.el (wl-summary-target-mark-all): List messages which are
2609         not in the killed-list.
2610
2611         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2612         only when the folder is 'flag/important.
2613
2614         * wl-address.el (wl-complete-field-body): Complete if the last
2615         character is a space.
2616
2617 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2618
2619         * wl-folder.el (wl-folder-clear-entity-info): Use
2620         elmo-clear-hash-val.
2621
2622         * wl-fldmgr.el (wl-fldmgr-rename): Set
2623         wl-folder-info-alist-modified as t.
2624
2625 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2626
2627         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2628
2629 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2630
2631         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2632         (wl-folder-buffer-last-visited-entity-id): New buffer local
2633         variable.
2634         (wl-folder-revisit-last-visited-folder): New function.
2635         (wl-folder-mode-map): Bind it to "C-i".
2636         (wl-folder-set-current-entity-id): Set last visited folder.
2637         * wl-summary.el (wl-summary-exit): Ditto.
2638
2639 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2640
2641         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2642         before calling `recenter' in order to cope with an XEmacs bug.
2643
2644 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2645
2646         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2647         to the default value.
2648
2649 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2650
2651         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2652         change.
2653         (wl-summary-sync-marks): Ditto.
2654         (wl-summary-mark-as-read-internal): Ditto.
2655         (wl-summary-mark-as-answered-internal): Ditto.
2656         (wl-summary-mark-as-important-internal): Ditto.
2657         (wl-summary-reply): Ditto.
2658
2659         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2660         instead of `elmo-folder-unflag-answered'.
2661
2662         * Version number is increased to 2.11.23.
2663
2664         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2665         the last change.
2666
2667 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2668
2669         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2670         Specify "spam" or "good".
2671
2672 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-spam.el (wl-summary-exec-action-spam): Call
2675         wl-folder-confirm-existence for spam folder.
2676         (wl-spam-setup): Bind "mk".
2677
2678 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2679
2680         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2681
2682 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2683
2684         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2685         destination folder is empty.
2686
2687 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2688
2689         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2690         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2691
2692         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2693         (wl-summary-refile-prev-destination-region): New function.
2694         (wl-thread-refile-prev-destination): Ditto.
2695         (wl-summary-target-mark-refile-prev-destination): Ditto.
2696
2697 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2700         (wl-demo-background-color): Changed default value.
2701
2702         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2703         color.
2704
2705         * wl-demo.el (wl-demo-set-background-color): New function.
2706         (wl-demo): Call it.
2707
2708 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2709
2710         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2711         * wl-address.el (wl-address-add-or-change): Don't add empty
2712         address.
2713
2714 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2715
2716         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2717
2718 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2719
2720         * wl-vars.el (wl-demo-image-filter-alist): New variable
2721         (wl-demo-background-color): Ditto.
2722
2723         * wl-demo.el (wl-demo-xpm-set-background): New function.
2724         (wl-demo-image-filter): Ditto.
2725         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2726
2727         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2728
2729         * wl-demo.el (wl-demo-icon-name): Define as function.
2730         (wl-demo-insert-image): Use it.
2731
2732 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2733
2734         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2735
2736 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2737
2738         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2739
2740 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2741
2742         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2743
2744 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2745
2746         * wl-thread.el (wl-thread-mark-as-answered): New function.
2747
2748         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2749         answered" entry.
2750         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2751         "r&" and wl-thread-mark-as-answered to "t&".
2752         (wl-summary-mark-as-important-region): Refine to toggle mark.
2753         (wl-summary-mark-as-answered-region): New function.
2754         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2755         and 3rd argument.
2756         (wl-summary-mark-as-important-internal): Likewise.
2757
2758 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2759
2760         * wl-template.el (wl-template-preview): New internal variable.
2761         (wl-template-preview-p): New function.
2762         (wl-template-show): Bind `wl-template-preview' as t.
2763
2764 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2765
2766         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2767         `elmo-message-entity-field' with 3rd argument which is non-nil.
2768
2769 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2770
2771         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2772         Removed duplicate local bind `folder'.
2773
2774 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2775
2776         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2777
2778 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2779
2780         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2781         duplicate definition.
2782
2783 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2784
2785         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2786         non-nil, use it; Don't fetch message if there's no message in the
2787         current cursor position.
2788
2789 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2790
2791         * wl-util.el (wl-region-exists-p): Use region-active-p.
2792         (wl-deactivate-region): New function.
2793         * wl-message.el (wl-message-redisplay): Deactivate region.
2794
2795         * wl-summary.el (wl-summary-reply): Call
2796         `wl-summary-set-message-buffer-or-redisplay' instead of
2797         `wl-summary-redisplay-internal', don't move point.
2798
2799 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2802         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2803         by regexp.
2804
2805 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2806
2807         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2808         if no need.
2809
2810 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2811
2812         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2813         default value to nil.
2814         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2815         `wl-summary-prepare-hook'; Replace refile action to
2816         `wl-summary-exec-action-refile-with-register'.
2817
2818         * Version number is increased to 2.11.22.
2819
2820 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2821
2822         * wl-summary.el (wl-summary-detect-mark-position): Set
2823         `wl-summary-buffer-weekday-name-lang'.
2824
2825 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2826
2827         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2828         (wl-summary-mark-as-read-all): Ditto.
2829         (wl-summary-delete-messages-on-buffer): Ditto.
2830         (wl-summary-sync-update): Ditto.
2831         (wl-summary-mark-as-read-internal): Ditto.
2832         (wl-summary-mark-as-answered-internal): Ditto.
2833         (wl-summary-update-folder-info): Abolished.
2834
2835 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * wl-summary.el (wl-summary-mark-as-read-all): Use
2838         `wl-summary-update-folder-info' instead of
2839         `wl-folder-update-unread'.
2840
2841 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2842
2843         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2844         `wl-summary-folder-info-update'.
2845         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2846         instead of `wl-summary-folder-info-update'.
2847         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2848         `wl-folder-set-folder-updated'.
2849         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2850         instead of `wl-folder-update-unread'.
2851         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2852         the value of `wl-summary-buffer-unread-count' for the second parameter of
2853         `wl-folder-update-unread'.
2854
2855         * Version number is increased to 2.11.21.
2856
2857 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2858
2859         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2860         a local variable.
2861
2862 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2863
2864         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2865         interactively.
2866
2867         * wl-summary.el (wl-summary-mark-as-important-internal): New
2868         internal function.
2869         (wl-summary-mark-as-important): Use it.
2870         (wl-summary-mark-as-unimportant): New function.
2871         (wl-summary-sync-marks): Follow the API change.
2872
2873         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2874
2875         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2876
2877 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2878
2879         * wl-folder.el (wl-folder-update-unread): Re-indent.
2880         Narrow the scope of a local variable.
2881
2882 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2883
2884         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2885         (wl-addrmgr-merge-entries): Ditto.
2886         (wl-addrmgr): Added to address entry which exists in draft buffer
2887         if no entry is in original.
2888
2889 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2890
2891         * wl-batch.el: New file.
2892
2893 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2894
2895         * wl-vars.el (wl-use-semi): Remove unused variable.
2896
2897 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2898
2899         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2900         "?".
2901
2902 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2903
2904         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2905         wl-summary-new-mark.
2906         (wl-summary-new-cached-mark): New user option.
2907         (wl-summary-score-marks): Follow the change above.
2908         (wl-summary-auto-refile-skip-marks): Ditto.
2909         (wl-summary-incorporate-marks): Ditto.
2910         (wl-summary-expire-reserve-marks): Ditto.
2911
2912         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2913
2914         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2915         (wl-summary-persistent-mark-string): Distinguished between cached
2916         and uncached mark when the message is new.
2917
2918 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2919
2920         * wl-spam.el (wl-spam-domain): Renamed from
2921         `wl-spam-folder-guess-domain'.
2922         (wl-summary-exec-action-spam): Register as spam if domain of the
2923         source folder is good.
2924         (wl-summary-exec-action-refile-with-register): Register message if
2925         domain of the source folder is not undecided.
2926
2927 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2928
2929         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2930         detect thread loop.
2931
2932 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2933
2934         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2935         and wl-summary-skip-mark-list.
2936
2937 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2938
2939         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2940
2941         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2942
2943         * wl-spam.el (toplevel): Require wl-highlight.
2944         (wl-spam-auto-check-policy-alist): Abolish.
2945         (wl-spam-auto-check-folder-regexp-list): New user option.
2946         (wl-spam-auto-check-marks): Ditto.
2947         (wl-spam-mark-action-list): Ditto.
2948         (wl-highlight-summary-spam-face): New face.
2949         (wl-spam-auto-check-message-p): New function.
2950         (wl-spam-map-spam-messages): Fixed message.
2951         (wl-spam-register-spam-messages): Ditto.
2952         (wl-spam-register-good-messages): Ditto.
2953         (wl-summary-spam-map): Add and remove keybind.
2954         (wl-summary-target-mark-spam): Abolish.
2955         (wl-summary-refile-spam): Ditto.
2956         (wl-summary-test-spam): New function.
2957         (wl-summary-mark-spam): Ditto.
2958         (wl-summary-auto-check-spam): Follow the above change.
2959         (wl-summary-exec-action-spam): New function.
2960         (wl-summary-exec-action-refile-with-register): Fixed message.
2961         (wl-message-check-spam): New function.
2962         (wl-spam-setup): Ditto.
2963         (toplevel): Call it if this file is loaded interactivity.
2964
2965         * Version number is increased to 2.11.20.
2966
2967 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2968
2969         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2970         when new optional argument `force' is non nil or modified.
2971
2972 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2973
2974         * wl.el (toplevel): Require wl-spam when compile.
2975         (wl-save-status): Call wl-spam-save-status.
2976
2977         * wl-spam.el (wl-spam-register-spam-messages): New function.
2978         (wl-spam-register-good-messages): Ditto.
2979         (wl-spam-save-status): Ditto.
2980         (wl-summary-mode-map): Bind
2981         wl-summary-target-mark-register-as-spam to "ms" and
2982         wl-summary-target-mark-register-as-good to "mn".
2983         (wl-summary-register-as-spam): Abolish optional argument; Use
2984         wl-spam-register-spam-messages.
2985         (wl-summary-register-as-spam-all): Use
2986         wl-spam-register-spam-messages.
2987         (wl-summary-register-as-good): Abolish optional argument; Use
2988         wl-spam-register-good-messages.
2989         (wl-summary-register-as-good-all): Use
2990         wl-spam-register-good-messages.
2991         (wl-summary-target-mark-register-as-spam): New funtion.
2992         (wl-summary-target-mark-register-as-good): Ditto.
2993
2994 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2995
2996         * wl-spam.el: New file.
2997
2998 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
3001
3002         * wl-action.el (wl-auto-refile-guess-functions): New variable.
3003         (wl-summary-auto-refile): Call wl-refile-guess with
3004         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
3005
3006 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3007
3008         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
3009         with disable-thread argument non-nil.
3010
3011 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3012
3013         * wl-summary.el (wl-summary-rescan): Added optional argument
3014         disable-thread.
3015         (wl-summary-sync): Call wl-summary-rescan with argument
3016         disable-thread.
3017         (wl-summary-input-range): Added new range `rescan-thread'.
3018
3019 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
3020
3021         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
3022
3023 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3024
3025         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3026         internal variable.
3027         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3028         wl-summary-search-parent-by-subject-regexp and
3029         wl-summary-divide-thread-when-subject-changed as nil.
3030         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3031         (wl-summary-insert-thread): Search parent entity from
3032         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3033         thread loop.
3034
3035 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3036
3037         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3038
3039         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3040
3041         * wl-util.el (wl-require-update-all-folder-p): New function.
3042         (wl-get-assoc-list-value): Added `function' to match directive.
3043         (wl-collect-draft): Rewrite.
3044
3045         * wl-summary.el (wl-summary-sync-update): Clear faces
3046         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3047         are non-nil.
3048         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3049         argument as function.
3050         (wl-summary-input-range): Ditto.
3051
3052         * wl-folder.el (wl-draft-get-folder): New function.
3053         (wl-folder-get-elmo-folder): Consider draft folder.
3054
3055         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3056         (wl-draft-buffer-message-number): New buffer local variable.
3057         (wl-draft-folder-internal): New internal variable.
3058         (wl-draft-delete): Rewrite.
3059         (wl-draft-save): Ditto.
3060         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3061         wl-folder-get-elmo-folder.
3062         (wl-draft-config-info-operation): Ditto.
3063         (wl-jump-to-draft-folder): Ditto.
3064         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3065         (wl-draft-reedit): Rewrite.
3066
3067         * Version number is increased to 2.11.19.
3068         
3069 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3070
3071         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3072         variable.
3073
3074 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3075
3076         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3077         Use ignore-errors instead of unwind-protect.
3078
3079 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3080
3081         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3082         for updating `wl-thread-entity-list'.
3083
3084 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3085
3086         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3087         parameter from calling `wl-thread-entity-get-older-brothers' and
3088         `wl-thread-entity-get-younger-brothers'.
3089         Replace nested `append' with a single one.
3090
3091 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3092
3093         * wl-summary.el (wl-summary-mode): Don't use the return value of
3094         `make-local-hook'.
3095
3096 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3097
3098         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3099         instead of `let*'.
3100         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3101         of local variables.
3102
3103 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3104
3105         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3106         Renamed from wl-summary-window-scroll-functions.
3107         (wl-summary-window-scroll-functions): Don't set to variable.
3108         (wl-summary-display-top): Use run-hooks.
3109         (wl-summary-display-bottom): Ditto.
3110         (wl-summary-toggle-disp-msg): Ditto.
3111         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3112         Use it instead of wl-summary-window-scroll-functions.
3113         (wl-summary-goto-folder-subr): Don't call
3114         wl-summary-window-scroll-functions, use
3115         wl-summary-buffer-window-scroll-functions instead.
3116
3117 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3118
3119         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3120         make-local-variable.
3121
3122 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3123
3124         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3125         set-buffer-modified-p.
3126         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3127         (wl-summary-display-bottom): Ditto.
3128         (wl-summary-toggle-disp-msg): Ditto.
3129
3130 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3131
3132         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3133
3134         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3135         (wl-summary-forward): Use elmo-message-entity-field instead of
3136         elmo-message-field.
3137
3138         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3139
3140 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3141
3142         * wl-summary.el (wl-summary-window-scroll-functions): No use
3143         `append'.
3144
3145 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3146
3147         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3148         function.
3149         (wl-summary-window-scroll-functions): Call it when both
3150         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3151         (wl-summary-temp-mark): Added optional argument number.
3152         (wl-summary-message-mark): Added optional argument flag.
3153         (wl-summary-persistent-mark): Added optional argument number and flag.
3154         (wl-summary-update-persistent-mark): Ditto.
3155         (wl-summary-update-status-marks): Set "r" for interactive spec.
3156
3157         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3158         argument number and flag.
3159
3160         * wl-action.el (wl-summary-registered-temp-mark): 
3161         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3162
3163 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3164
3165         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3166         internal variable (buffer local).
3167         (wl-summary-window-scroll-functions): New function.
3168         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3169         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3170         as nil.
3171         (wl-summary-update-status-marks): Added arguments beg, end and
3172         check.
3173         (wl-summary-update-mark-window): Use function.
3174         (wl-summary-sync-update): Follow the change above.
3175         (wl-summary-switch-to-clone-buffer): Copy
3176         wl-summary-buffer-unsync-mark-number-list.
3177         (wl-summary-goto-folder-subr): Set
3178         wl-summary-buffer-unsync-mark-number-list and
3179         use wl-summary-window-scroll-functions instead of
3180         wl-summary-lazy-highlight.
3181
3182         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3183
3184 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3185
3186         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3187
3188         * wl-summary.el (wl-summary-update-persistent-mark): Call
3189         wl-summary-set-message-modified.
3190
3191         * wl-summary.el (wl-summary-sync-update): Don't call
3192         wl-summary-update-status-marks.
3193
3194         * Version number is increased to 2.11.18.
3195
3196 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3197
3198         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3199         (wl-message-next-page): Ditto.
3200
3201 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3202
3203         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3204         local variable.  Change the order of a collected list into the
3205         same as the specified range.  Remove nil from a collected list.
3206
3207 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3208
3209         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3210         argument for elmo-folder-list-messages.
3211
3212 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3213
3214         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3215         change (wl-summary-count-unreads return a list instead of a cons
3216         cell).
3217
3218 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3219
3220         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3221         `wl-summary-folder-info-update'.
3222
3223 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3224
3225         * wl-summary.el (wl-summary-set-message-modified): No use
3226         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3227         (wl-summary-set-mark-modified): Abolish.
3228         (wl-summary-mark-modified-p): Ditto.
3229         (wl-summary-save-view): Follow the change above.
3230
3231         * wl-expire.el (wl-summary-expire): Likewise.
3232
3233 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3234
3235         * wl-summary.el (wl-summary-detect-mark-position): Use
3236         modb-entity-handler.
3237         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3238
3239         * Version number is increased to 2.11.17.
3240
3241 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3242
3243         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3244         entity field value.
3245         (wl-summary-prefetch-msg): Ditto.
3246         (wl-summary-print-message-with-ps-print): Ditto.
3247
3248 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3251         for dummy entity.
3252         (wl-summary-insert-thread): Use elmo-message-entity-field.
3253         (wl-summary-update-thread): Use elmo-message-entity-field and
3254         elmo-message-entity-number.
3255         (wl-summary-line-number):  Use elmo-message-entity-number.
3256         (wl-summary-line-size): Use elmo-message-entity-field.
3257         (wl-summary-line-subject): Ditto.
3258         (wl-summary-line-from): Ditto.
3259         (wl-summary-line-attached): Ditto.
3260         (wl-summary-create-line): Ditto.
3261         (wl-summary-create-line): Use elmo-message-entity-number.
3262         (wl-summary-print-message-with-ps-print): Use
3263         elmo-message-entity-field.
3264
3265 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3266
3267         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3268         change in elmo-msgdb-make-message-entity.
3269         (wl-summary-buffer-set-folder): Don't call
3270         wl-summary-detect-mark-position here.
3271         (wl-summary-rescan): Call elmo-message-entity-number.
3272         (wl-summary-sync-update): Ditto.
3273         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3274
3275         * wl-score.el (wl-score-header-index): Redefine 2th element.
3276         (wl-score-overview-entity-get-extra): Abolish.
3277         (wl-score-ov-entity-get): Rewrite.
3278         (wl-score-string-index<, wl-score-string-func<): Abolish.
3279         (wl-score-string<): New function.
3280         (wl-score-string-sort): Use it.
3281
3282         * wl-refile.el (wl-refile-guess-by-history): Use
3283         elmo-message-entity-field.
3284         (wl-refile-guess-by-from): Ditto.
3285         (wl-refile-guess-by-msgid): Ditto.
3286
3287         * Version number is increased to 2.11.16.
3288
3289 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3290
3291         * wl-folder.el (wl-folder-confirm-existence): Don't call
3292         file-exists-p if msgdb-path is nil.
3293         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3294         `wl-read-folder-hist' to `wl-read-folder-history'.
3295
3296 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3297
3298         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3299         `y-or-n-p'.
3300
3301 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-score.el (wl-score-headers): Don't use
3304         elmo-folder-do-each-message-entity.
3305
3306         * Version number is increased to 2.11.15.
3307
3308 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3309
3310         * wl-summary.el (wl-summary-delete-all-msgs): Use
3311         elmo-folder-move-messages instead of elmo-folder-delete-messages
3312         and elmo-folder-detach-messages.
3313         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3314
3315         * wl-expire.el (wl-expire-delete): Ditto.
3316         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3317
3318 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3319
3320         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3321         (wl-message-header-narrowing-fields): Ditto.
3322         (wl-message-header-narrowing-lines): Ditto.
3323         (wl-message-header-narrowing-string): Ditto.
3324
3325         * wl-summary.el (wl-summary-mode-map): Bind
3326         wl-summary-toggle-header-narrowing to "C-cC-f".
3327         (wl-summary-toggle-header-narrowing): New function.
3328
3329         * wl-message.el (wl-message-buffer-create): Call
3330         wl-message-header-narrowing-setup.
3331         (wl-message-redisplay): Call wl-message-header-narrowing.
3332         (wl-message-header-narrowing): New function.
3333         (wl-message-header-narrowing-map): New keymap.
3334         (wl-message-header-narrowing-widen-map): New keymap.
3335         (wl-message-header-narrowing-again-at-mouse): New function.
3336         (wl-message-header-narrowing-1): Ditto.
3337         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3338         (wl-message-header-narrowing-setup): Ditto.
3339         (wl-message-header-narrowing-toggle): Ditto.
3340         
3341         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3342
3343         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3344         'flag as all.
3345         (wl-use-flag-folder-help-echo): New user option.
3346
3347         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3348         wl-summary-highlight as nil.
3349         (wl-summary-set-mark-modified): Follow the API change.
3350         (wl-summary-mark-modified-p): Ditto.
3351         (wl-summary-mark-as-read-all): Ditto.
3352         (wl-summary-sync-marks): Don't call
3353         elmo-folder-list-messages-with-global-mark.
3354         (wl-summary-mark-as-read-internal): Follow the API change.
3355         (wl-summary-mark-as-answered-internal): Ditto.
3356         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3357         Follow the API change.
3358         (wl-summary-create-line): Call with number argument.
3359         (wl-summary-reply): Follow the API change.
3360
3361         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3362         function.
3363         (wl-highlight-summary-line-string): Call it when
3364         wl-use-flag-folder-help-echo is non-nil.
3365         (wl-highlight-summary-current-line): Ditto.
3366         (elmo-flag-folder-referrer): Added autoload setting.
3367
3368         * wl-draft.el (wl-draft-kill): Follow the API change.
3369
3370         * Version number is increased to 2.11.14.
3371         
3372 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3373
3374         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3375
3376 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3377
3378         * Version number is increased to 2.11.13.
3379
3380 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3381
3382         * wl-draft.el (wl-draft-previous-history-element): Fixed
3383         unbalanced parenthesis and bind unbound local variables.
3384
3385 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3386
3387         * wl-draft.el (wl-draft-previous-history-element): New function.
3388         (wl-draft-next-history-element): Ditto.
3389         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3390         them to M-p and M-n.
3391
3392 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * Version number is increased to 2.11.12.
3395
3396 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3397
3398         * wl-draft.el (wl-draft-hide): Select buffer-window.
3399
3400 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3401
3402         * wl-summary.el (wl-summary-narrow-to-region): New function.
3403         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3404         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3405         (wl-summary-save-region): Use it.
3406         * wl-action.el (wl-summary-collect-numbers-region)
3407         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3408
3409 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3410
3411         * wl-folder.el (wl-folder-count-incorporates): Don't use
3412         `elmo-msgdb-mark-load'
3413
3414         * Version number is increased to 2.11.11.
3415
3416 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3417
3418         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3419         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3420
3421 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3424
3425 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3426
3427         * Version number is increased to 2.11.10.
3428
3429 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3430
3431         * wl-mime.el (wl-draft-attribute-value): Fixed.
3432
3433 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3434
3435         * wl-util.el (wl-copy-local-variables): New function.
3436
3437         * wl-mime.el (wl-draft-attribute-recipients): New function.
3438         (wl-draft-attribute-envelope-from): Ditto.
3439         (wl-draft-attribute-smtp-posting-server): Ditto.
3440         (wl-draft-attribute-smtp-posting-port): Ditto.
3441         (wl-draft-attribute-value): Ditto.
3442         (wl-draft-preview-message): Use it to get value for
3443         attributes. Reflect result of `wl-draft-config'.
3444
3445         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3446         and call `wl-summary-mark-as-read' before to call
3447         `wl-summary-unset-mark'.
3448         (wl-summary-target-mark-mark-as-unread): Likewise.
3449         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3450
3451 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3452
3453         * wl-mime.el (wl-draft-preview-message): Use actual value for
3454         attributes; Fix for small window.
3455
3456 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3457
3458         * wl-refile.el (wl-refile-get-field-value): Call
3459         `elmo-message-entity-field' with 3rd argument is non-nil.
3460
3461 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3462
3463         * wl-vars.el (wl-draft-preview-attributes): New user option.
3464         (wl-draft-preview-attributes-list): Ditto.
3465         (wl-draft-preview-attributes-buffer-lines): Ditto.
3466         (wl-draft-preview-attributes-buffer-name): Ditto.
3467
3468         * wl-mime.el (wl-draft-preview-message): Display attributes.
3469
3470 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3471
3472         * wl-summary.el (wl-summary-detect-mark-position): Bind
3473         wl-summary-flag-priority-list to '(new).
3474
3475 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3476
3477         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3478         funtion.
3479         (wl-highlight-summary-line-string): Use it.
3480         (wl-highlight-summary-current-line): Ditto.
3481
3482 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3483
3484         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3485         line even when the mark string is not changed.
3486
3487         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3488         argument change in the wl-summary-create-line.
3489         (wl-thread-insert-entity-sub): Ditto.
3490
3491         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3492         argument change in the wl-summary-create-line.
3493         (wl-summary-insert-sequential): Ditto.
3494         (wl-summary-update-thread): Ditto.
3495         (wl-summary-persistent-mark-string): New inline function.
3496         (wl-summary-message-mark): Use it.
3497         (wl-summary-create-line): Abolish argument wl-persistent-mark
3498         and added wl-flags, wl-cached.
3499
3500         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3501         mark to flags.
3502         (wl-highlight-summary-current-line): Decide the face not by the 
3503         persistent mark but flags.
3504
3505 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3506
3507         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3508         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3509         wl-summary-read-uncached-mark): Revive.
3510         (wl-summary-answered-cached-mark,
3511         wl-summary-answered-uncached-mark): New user option.
3512         (wl-summary-score-marks): Follow the change above.
3513         (wl-summary-auto-refile-skip-marks): Ditto.
3514         (wl-summary-incorporate-marks): Ditto.
3515         (wl-summary-expire-reserve-marks): Ditto.
3516         (wl-summary-flag-priority-list): New user option.
3517
3518         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3519         changes.
3520         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3521         of elmo-message-mark.
3522         (wl-summary-mark-as-read-internal): Ditto.
3523         (wl-summary-mark-as-answered): Ditto.
3524         (wl-summary-mark-as-important): Ditto.
3525         (wl-summary-redisplay-internal): Ditto.
3526         (wl-summary-redisplay-no-mime-internal): Ditto.
3527         (wl-summary-message-mark): New function.
3528         (wl-summary-insert-sequential): Use wl-summary-message-mark
3529         instead of elmo-message-mark.
3530         (wl-summary-update-thread): Ditto.
3531         (wl-summary-persistent-mark): Ditto.
3532         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3533         instead of elmo-message-mark.
3534
3535         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3536         wl-summary-message-mark instead of elmo-message-mark.
3537         (wl-thread-insert-entity-sub): Ditto.
3538         (wl-thread-get-children-msgs-uncached): Ditto.
3539
3540         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3541         variable name changes.
3542         (wl-highlight-summary-current-line): Ditto.
3543
3544         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3545         wl-summary-message-mark instead of elmo-message-mark.
3546
3547         * wl-expire.el (wl-expire-message-p): Ditto.
3548
3549         * wl-score.el (wl-score-headers): Ditto.
3550
3551         * Version number is increased to 2.11.9.
3552
3553         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3554         (wl-summary-sync-update): Follow the change above.
3555         (wl-summary-switch-to-clone-buffer): Ditto.
3556         (wl-summary-open-folder): Ditto.
3557
3558 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3559
3560         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3561         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3562
3563         * Version number is increased to 2.11.8.
3564
3565         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3566
3567         * wl-expire.el (wl-expire-refile): Follow the API change on
3568         `elmo-folder-move-messages'.
3569         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3570
3571         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3572         (wl-summary-exec-action-refile): Ditto.
3573         (wl-summary-exec-action-copy): Ditto.
3574         (wl-summary-no-auto-refile-message-p): No use
3575         `wl-summary-buffer-msgdb'.
3576         (wl-summary-auto-refile): Ditto.
3577
3578 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3579
3580         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3581
3582 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3583
3584         * wl-summary.el (wl-summary-sync): Treat no-sync.
3585
3586         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3587         (wl-default-sync-range): Ditto.
3588
3589 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3590
3591         * wl-refile.el (wl-refile-subject-learn): Call
3592         `elmo-message-entity-field' with 3rd argument is non-nil.
3593         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3594         instead of `elmo-msgdb-overview-entity-get-subject'.
3595
3596 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3597
3598         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3599         scan-type is rescan.
3600         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3601         new optional argument force is non-nil.
3602         (wl-summary-save-view-cache): Call it with force argument non-nil.
3603
3604         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3605
3606 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3607
3608         * wl-action.el (wl-summary-print-argument): Fixed last change.
3609
3610 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3611
3612         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3613         simplified.
3614         (wl-summary-target-mark-mark-as-unread): Likewise.
3615         (wl-summary-target-mark-mark-as-important): Likewise.
3616
3617 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3618
3619         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3620         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3621         (wl-summary-mark-as-important-region): Change accordingly.
3622         (wl-summary-target-mark-mark-as-important): Ditto.
3623
3624 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3625
3626         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3627
3628         * wl-action.el (wl-summary-print-argument): Print argument to
3629         right side of window if `wl-summary-print-argument-within-window'
3630         is non-nil.
3631
3632 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3633
3634         * wl-action.el (wl-summary-set-mark): Use
3635         `wl-summary-message-visible-p' to check visibility of the message
3636         and jump to message only when the message line is visible and have
3637         different number; Call wl-summary-unset-mark with number argument.
3638         (wl-summary-unset-mark): 
3639         Use `wl-summary-message-visible-p'
3640         to check visibility of the message and jump to message only when
3641         the message line is visible and have different number;
3642
3643 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3644
3645         * Version number is increased to 2.11.7.
3646
3647         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3648         and wl-folder-summary-line-format.
3649
3650         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3651         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3652         (wl-summary-set-score-mark): Use it.
3653         (wl-summary-target-mark-mark-as-read): Ditto.
3654         (wl-summary-target-mark-mark-as-unread): Ditto.
3655         (wl-summary-target-mark-mark-as-important): Ditto.
3656         (wl-summary-target-mark-msgs): Simplified.
3657         (wl-summary-detect-mark-position): Fixed problem when
3658         summary-line-format no contain persisten/temp mark spec.
3659         (wl-summary-temp-mark): Ditto.
3660         (wl-summary-persistent-mark): Ditto.
3661         (wl-summary-update-persistent-mark): Ditto.
3662
3663         * wl-action.el (wl-summary-set-mark): Ditto.
3664         (wl-summary-unset-mark): Ditto.
3665         All other related portions are changed.
3666
3667 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * Version number is increased to 2.11.6.
3670
3671 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3672
3673         * wl-util.el (wl-current-message-buffer): Define as function;
3674         Don't use the value of wl-messge-buffer.
3675
3676         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3677         persistent mark.
3678
3679         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3680         no current message, cause an error.
3681
3682 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3683
3684         * wl-summary.el (wl-summary-set-message-modified): Use
3685         elmo-folder-set-message-modified instead of
3686         elmo-folder-set-message-modified-internal.
3687
3688 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3689
3690         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3691         interactively.
3692         (wl-summary-sync): nokill->entirely.
3693         (wl-summary-sync-marks): Fixed message.
3694         (wl-summary-input-range): Added mark, nokill->entirely.
3695
3696         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3697         messages as read.
3698
3699 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3700
3701         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3702         update-noscore.
3703         (wl-summary-sync): Follow the change above.
3704
3705 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3706
3707         * wl-action.el (wl-summary-target-mark-all): Use
3708         elmo-folder-list-messages.
3709
3710 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3713         (wl-summary-rescan): Set wl-summary-scored as nil.
3714         (wl-summary-sync-force-update): Follow the change above.
3715         (wl-summary-sync): Ditto.
3716         (wl-summary-sync-update): Added argument disable-killed.
3717         (wl-summary-insert-headers): Set visible-only argument for
3718         elmo-folder-list-messages.
3719         (wl-summary-input-range): Added update-nokill, update-noscore,
3720         all-nokill, all-noscore and mark.
3721
3722         * Version number is increased to 2.11.5.
3723
3724         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3725
3726 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3727
3728         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3729         (wl-summary-prefetch-region-no-mark): Change accordingly.
3730         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3731
3732 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3733
3734         * wl-address.el (wl-complete-field-to): Abolished.
3735         (wl-complete-address): Completion function for completing-read.
3736         * wl-action.el (wl-summary-get-resend-address): Use it.
3737
3738         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3739         wl-summary-update-mark and abolish unused argument.
3740         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3741         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3742         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3743         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3744         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3745         * wl-draft.el (wl-draft-kill): Ditto.
3746
3747         * wl-summary.el: Remove unused binding of case-fold-search.
3748         (wl-summary-replace-status-marks): Abolished.
3749
3750 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3753         is specified or folder length is zero.
3754
3755 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3756
3757         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3758         (wl-folder-archive-current-entity): Ditto.
3759
3760 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3763         retrieving message mark.
3764         (wl-summary-redisplay-internal): Ditto.
3765
3766         * wl-message.el (wl-message-buffer-display): Ignore errors while
3767         retrieving message-id field.
3768
3769         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3770         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3771         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3772         order of the arguments for `wl-expire-message-p'.
3773         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3774
3775         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3776         Check return value of wl-summary-reply.
3777         (wl-summary-reply): Recover window configuration when an error occured.
3778
3779 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3780
3781         * wl-summary.el (wl-summary-resend-message): Abolished, the
3782         feature is inherited by wl-summary-resend (put resend mark).
3783
3784 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3785
3786         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3787         wl-message-buffer to nil when the message is hide.
3788
3789 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3790
3791         * .cvsignore: New file.
3792
3793 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3794
3795         * wl-action.el (wl-summary-action-docstring): Add more info.
3796         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3797         duplicate definition.
3798         (wl-summary-define-mark-action): Functions wl-summary-*-region
3799         keep current position.
3800         (wl-summary-unregister-target-mark): Store result to the variable.
3801
3802 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3803
3804         * Version number is increased to 2.11.4.
3805
3806 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3807
3808         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3809         wl-summary-delete-all-temp-marks.
3810         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3811
3812         * wl-action.el (wl-summary-set-mark): Changed terminology
3813         refile-destination -> action-argument.
3814         (wl-summary-unset-mark): Ditto.
3815         (wl-summary-remove-argument): Ditto.
3816         (wl-summary-print-argument): Ditto.
3817
3818         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3819         (wl-thread-remove-argument-region): Ditto.
3820         (wl-thread-print-argument-region): Ditto.
3821         (wl-thread-close): Ditto.
3822         (wl-thread-open): Ditto.
3823
3824         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3825         (wl-highlight-refile-destination-face is abolished)
3826         (wl-highlight-action-argument-string): Ditto.
3827         (wl-highlight-summary-current-line): Highlight action argument.
3828
3829         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3830         color for light backgrounds.
3831         (wl-highlight-summary-answered-face): Ditto.
3832
3833 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3834
3835         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3836
3837         * wl-score.el (wl-summary-score-update-all-lines): Use
3838         wl-summary-set-mark.
3839         (wl-summary-score-update-all-lines): Kill expunged messages.
3840
3841         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3842
3843 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3844
3845         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3846         directly.
3847         (wl-score-overview-entity-get-lines): Ditto.
3848         (wl-score-overview-entity-get-xref): Ditto.
3849         (wl-score-get-latest-msgs): Ditto.
3850         (wl-summary-rescore): Ditto.
3851
3852         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3853         to "&".
3854         (wl-summary-mark-as-answered-internal): New inline function.
3855         (wl-summary-mark-as-answered): New function.
3856         (wl-summary-mark-as-unanswered): Ditto.
3857         (wl-summary-sync-marks): Modified for answered-mark synching.
3858
3859 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3860
3861         * wl-action.el (wl-summary-set-mark): Fixed last change.
3862
3863 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3864
3865         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3866         behavior of wl-summary-unread-message-hook
3867         (Pointed out by akira yamada <akira@arika.org>).
3868
3869 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3870
3871         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3872         wl-summary-delete.
3873         * wl-xmas.el (wl-summary-toolbar): Ditto.
3874
3875         * wl-action.el (wl-summary-set-mark): Don't override current
3876         temp-mark.
3877
3878         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3879
3880 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3883         (wl-refile-msgid-learn): Ditto.
3884         (wl-refile-get-field-value): Ditto.
3885
3886         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3887
3888         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3889         (wl-expire-delete-reserved-messages): Renamed from
3890         wl-expire-reserve-marked-msgs-from-list.
3891         (wl-expire-delete): Removed argument `msgdb'.
3892         (wl-expire-refile): Ditto.
3893         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3894         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3895         mark-alist as argument.
3896         (wl-expire-archive-number1): Removed argument `msgdb'.
3897         (wl-expire-archive-number2): Ditto.
3898         (wl-expire-archive-date): Ditto.
3899         (wl-expire-localdir-date): Ditto.
3900         (wl-expire-hide): Ditto.
3901         (wl-archive-number1): Ditto.
3902         (wl-archive-number2): Ditto.
3903         (wl-archive-date): Ditto.
3904         (wl-archive-folder): Ditto.
3905         All other related portions are changed.
3906
3907 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3908
3909         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3910         mean move up and down. (suggested by Takashi Kawachi)
3911
3912 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3913
3914         * wl-acap.el (toplevel): Don't require un-define.
3915
3916 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3917
3918         * wl-thread.el (wl-thread-delete-message): Always update
3919         wl-summary-buffer-number-list.
3920
3921         * wl-action.el (wl-summary-print-destination): 
3922         Do nothing when folder is nil.
3923
3924 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3925
3926         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3927         persistent mark when prefetch is succeeded.
3928
3929 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3930
3931         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3932         instead of elmo-msgdb-delete-msgs.
3933         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3934         (wl-expire-hide): Ditto.
3935
3936         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3937
3938         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3939         elmo-msgdb interface.
3940         (wl-thread-get-exist-children): Likewise.
3941         (wl-thread-insert-message): Likewise.
3942         (wl-thread-msg-mark-as-important): Likewise.
3943         (wl-thread-insert-entity-sub): Likewise.
3944         (wl-thread-get-children-msgs-uncached): Likewise.
3945
3946         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3947         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3948         (wl-summary-sync-update): Likewise.
3949         (wl-summary-auto-select-msg-p): Likewise.
3950         (wl-summary-update-thread): Likewise.
3951         (wl-summary-mark-as-important): Likewise.
3952         (wl-summary-jump-to-msg-internal): Likewise.
3953         (wl-summary-redisplay-internal): Likewise.
3954         (wl-summary-print-message-with-ps-print): Likewise.
3955         (wl-summary-folder-info-update): Likewise.
3956
3957         * wl-folder.el (wl-folder-check-one-entity):
3958         elmo-folder-count-flags instead of wl-summary-count-unread.
3959
3960         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3961
3962         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3963
3964         * wl-summary.el (wl-summary-set-message-modified): 
3965         Call wl-summary-set-mark-modified.
3966         (wl-summary-delete-messages-on-buffer): Call
3967         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3968         (wl-summary-sync-update): Call elmo-folder-length instead of
3969         elmo-folder-messages.
3970         (wl-summary-insert-headers): Don't call
3971         elmo-folder-list-message-entities.
3972
3973 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3974
3975         * wl-action.el (wl-summary-define-mark-action): Call
3976         `wl-summary-set-mark' with argument `data'.
3977         (wl-summary-auto-refile): Fixed order of arguments when call
3978         `wl-summary-refile'.
3979
3980 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3981
3982         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3983
3984         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3985
3986         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3987         (Renamed from wl-highlight-summary-deleted-face).
3988         (wl-highlight-summary-resend-face): New face.
3989
3990         (wl-highlight-summary-deleted-face): Renamed from
3991         wl-highlight-summary-erased-face.
3992
3993         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3994
3995         * wl-action.el (wl-summary-get-resend-address): New function.
3996         (wl-summary-exec-action-resend): Ditto.
3997         (wl-summary-exec-action-resend-subr): Ditto.
3998
3999         * w-thread.el (wl-thread-copy): Removed definition.
4000         (wl-thread-refile): Ditto.
4001         (wl-thread-delete): Ditto.
4002         (wl-thread-target-mark): Ditto.
4003
4004         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
4005         (wl-summary-target-mark-set-action): Fixed.
4006         (wl-summary-define-mark-action): Fixed quotation.
4007         (wl-summary-move-mark-list-messages): Display message.
4008         (wl-summary-define-mark-action): Define thread functions.
4009         (wl-summary-exec-action-refile): Changed message.
4010         (wl-summary-exec): Ditto.
4011
4012 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
4013         
4014         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
4015         '%%'.
4016
4017 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
4018
4019         * wl.el (toplevel): Require wl-action.
4020         (wl-init): Call wl-summary-define-mark-action.
4021
4022         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
4023
4024         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4025         wl-summary-delete and wl-summary-erase.
4026         (wl-summary-mode-map): Ditto.
4027
4028         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4029         wl-delete-folder-alist.
4030
4031         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4032         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4033         (toplevel): Moved mark & action related functions to the wl-action.el.
4034
4035         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4036         in wl-summary-mark-action-list.
4037         (wl-highlight-summary-current-line): Ditto.
4038
4039         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4040         empty lines.
4041
4042         * wl-action.el: New file. 
4043
4044 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4045
4046         * wl-summary.el (wl-summary-target-mark-replace): New function.
4047         (wl-summary-target-mark-prefetch): Use it.
4048         (wl-summary-target-mark-delete): Ditto.
4049         (toplevel): Rearranged definition order.
4050         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4051         (wl-summary-target-mark-erase): Rewrite.
4052         (wl-summary-erase-region): New function.
4053         (wl-summary-exec-action-erase): Changed message.
4054         (wl-summary-move-mark-list-messages): New function.
4055         (wl-summary-exec-action-delete): Use it.
4056         (wl-summary-exec-action-erase): Ditto.
4057
4058         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4059         (wl-summary-skip-mark-list): Added "d".
4060
4061         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4062         while searching.
4063
4064         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4065         and define using defcustom;
4066         Define 4th element as a face.
4067         
4068         * wl-summary.el (wl-summary-incorporate): Use 
4069         `wl-summary-prefetch-region-no-mark' instead of
4070         `wl-summary-prefetch-region'.
4071         (wl-summary-prefetch-region-no-mark): Revival of old
4072         `wl-summary-prefetch-region'.
4073         (wl-summary-mark-action-list): Moved to wl-vars.el
4074
4075         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4076         face according to the `wl-summary-mark-action-list'.
4077         (wl-highlight-summary-current-line): Ditto;
4078         Removed destination highlighting.
4079
4080         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4081         (wl-highlight-summary-line-string): Highlight for "i" mark.
4082         (wl-highlight-summary-current-line): Ditto.
4083
4084         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4085         no destination.
4086
4087         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4088         exists, just go ahead.
4089         (wl-summary-prefetch-region): Rewrite.
4090         (wl-summary-prefetch): Ditto.
4091         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4092         (wl-summary-exec-action-prefetch): New function.
4093         (wl-summary-target-mark-prefetch): Rewrite.
4094
4095 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4096
4097         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4098         (wl-highlight-summary-line-string): Added "d" and "D".
4099         (wl-highlight-summary-current-line): Ditto.
4100
4101         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4102         in wl-summary.el.
4103         (wl-thread-insert-entity-sub): Ditto.
4104         (wl-thread-remove-destination-region): Ditto.
4105         (wl-thread-print-destination-region): Ditto.
4106
4107         * wl-summary.el (wl-summary-buffer-refile-list,
4108         wl-summary-buffer-delete-list,
4109         wl-summary-buffer-copy-list): Abolish.
4110         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4111         All other related portions are changed.
4112         (wl-summary-mark-action-list): New variable.
4113         (wl-summary-set-mark): New function.
4114         (wl-summary-register-target-mark): Ditto.
4115         (wl-summary-unregister-target-mark): Ditto.
4116         (wl-summary-have-target-mark-p): Ditto.
4117         (wl-summary-register-temp-mark): Ditto.
4118         (wl-summary-unregister-temp-mark): Ditto.
4119         (wl-summary-registered-temp-mark): Ditto.
4120         (wl-summary-collect-temp-mark): Ditto.
4121         (wl-summary-unset-mark): Ditto.
4122         (wl-summary-set-target-mark): Ditto.
4123         (wl-summary-unset-target-mark): Ditto.
4124         (wl-summary-set-action-generic): Ditto.
4125         (wl-summary-unset-action-generic): Ditto.
4126         (wl-summary-exec-action-delete): Ditto.
4127         (wl-summary-exec-action-erase): Ditto.
4128         (wl-summary-set-action-refile): Ditto.
4129         (wl-summary-set-action-refile-subr): Ditto.
4130         (wl-summary-unset-action-refile): Ditto.
4131         (wl-summary-make-destination-numbers-list): Ditto.
4132         (wl-summary-exec-action-refile): Ditto.
4133         (wl-summary-set-action-copy): Ditto.
4134         (wl-summary-unset-action-copy): Ditto.
4135         (wl-summary-exec-action-copy): Ditto.
4136         (wl-summary-collect-numbers-region): Ditto.
4137         (wl-summary-delete): Rewrite.
4138         (wl-summary-erase): Ditto.
4139         (wl-summary-remove-destination): Ditto.
4140         (wl-summary-exec): Ditto.
4141         (wl-summary-exec-region): Ditto.
4142         (wl-summary-target-mark-erase): Ditto.
4143         (wl-summary-refile): Ditto.
4144         (wl-summary-copy): Ditto.
4145         (wl-summary-unmark): Ditto.
4146         (wl-summary-delete-all-mark): Ditto.
4147         (wl-summary-mark-line): Don't highlight.
4148         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4149         (wl-summary-target-mark-refile-subr): Rewrite.
4150
4151         (wl-summary-copy-prev-destination): Abolish.
4152
4153 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4154
4155         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4156         default values along the value of wl-on-mule.
4157         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4158         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4159         It is not used anywhere.
4160
4161 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4162
4163         * wl-summary.el (wl-summary-print-destination): Keep position.
4164         (wl-summary-cursor-move-surface): Keep horizontal position.
4165
4166 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4167
4168         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4169         write sendlog.
4170
4171 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4172
4173         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4174         `wl-summary-highlight'.
4175
4176 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4177
4178         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4179         trivial condition for temp-mark.
4180
4181 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4182
4183         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4184         when it hits killed buffer.
4185
4186 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4187
4188         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4189         * wl-news.el.in: `message' and `error' take format string.
4190
4191 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4192
4193         * wl-folder (wl-folder-insert-entity): Display a message,
4194         `...done', when the work finish.
4195         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4196
4197 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4198
4199         * wl-message.el (wl-message-redisplay): Remove unused local
4200         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4201
4202 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4203
4204         * wl-summary.el (wl-summary-replace-status-marks): Disable
4205         interactive use.
4206         (wl-summary-reedit): Check message existence at first.
4207         (wl-summary-mark-line): Fix doc, return value is indefinite.
4208
4209         * wl-highlight.el (wl-highlight-message): Arranged.
4210
4211         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4212         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4213         check temp-mark by wl-summary-temp-mark always.
4214         (wl-highlight-summary): Change accordingly.
4215         * wl-summary.el (wl-summary-mark-as-read-all)
4216         (wl-summary-delete-cache, wl-summary-set-score-mark)
4217         (wl-summary-mark-as-unread, wl-summary-unmark)
4218         (wl-summary-mark-line, wl-summary-mark-as-read)
4219         (wl-summary-mark-as-important): Ditto.
4220
4221         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4222         end of the window if possible.
4223         * wl-summary.el (wl-summary-sync-update): Support lazy
4224         highlighting.
4225         (wl-summary-toggle-disp-msg): Ditto.
4226
4227 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4228
4229         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4230
4231 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4232
4233         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4234         change.
4235
4236 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4239         API.
4240         (wl-summary-sync-update): Ditto.
4241
4242         * wl-score.el (wl-score-get-score-alist): Changed argument.
4243         (wl-summary-rescore-msgs): Likewise.
4244         (wl-summary-score-headers): Likewise.
4245         (wl-score-headers): Likewise;
4246         Use elmo-folder-do-each-message-entity, etc.
4247         (wl-summary-score-effect): Follow the changes above.
4248         (wl-summary-rescore): Ditto.
4249         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4250         (wl-score-get-overview): Abolish.
4251
4252         * wl-summary.el (wl-summary-default-from): Follow the API change in
4253         elmo-msgdb.
4254         (wl-summary-count-unread): Ditto.
4255         (wl-summary-detect-mark-position): Ditto.
4256         (wl-summary-overview-entity-compare-by-date): Ditto.
4257         (wl-summary-overview-entity-compare-by-number): Ditto.
4258         (wl-summary-overview-entity-compare-by-from): Ditto.
4259         (wl-summary-overview-entity-compare-by-subject): Ditto.
4260         (wl-summary-get-list-info): Ditto.
4261         (wl-summary-rescan): Ditto.
4262         (wl-summary-jump-to-msg-by-message-id): Ditto.
4263         (wl-summary-sync-update): Ditto; Removed comment.
4264         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4265         (wl-summary-insert-message): Use wl-summary-insert
4266         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4267         (wl-summary-insert-headers): Changed argument overview to folder.
4268         (wl-summary-search-by-subject): Likewise.
4269         (wl-summary-insert-thread): Renamed from 
4270         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4271
4272         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4273         too.
4274
4275         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4276         wl-string-member.
4277
4278 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4281         elmo-folder-append-buffer.
4282         (wl-draft-queue-append): Likewise.
4283
4284         * wl-mime.el (wl-message-delete-current-part): Ditto.
4285         (wl-summary-burst-subr): Ditto.
4286
4287         * wl-news.el.in (wl-news-send-news): Ditto.
4288
4289 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4290
4291         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4292         function.
4293         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4294         (wl-summary-update-mark): Enclose with save-excursion.
4295         (wl-summary-mark-as-read-internal): Fixed last change.
4296         (wl-summary-mark-as-important): Use 3rd argument of
4297         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4298         Don't use elmo-msgdb-set-mark.
4299         (wl-summary-redisplay-internal): If msgdb flag is already read,
4300         just update the mark on buffer.
4301
4302 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4303
4304         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4305         cut visible folder when elmo-folder-delete returns non-nil value.
4306
4307 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4308
4309         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4310         by Kenichi OKADA <okada@opaopa.org>).
4311
4312 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4313
4314         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4315
4316 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4317
4318         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4319         Fixed the last change, search group entity by its real name.
4320         (Thanks to: KOBAYASHI Shinji)
4321
4322 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4323
4324         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4325         (wl-fldmgr-access-display-all): Don't refer visible name.
4326         * wl-expire.el (wl-folder-archive-current-entity)
4327         (wl-folder-expire-current-entity): Ditto.
4328         * wl-folder.el (wl-folder-jump-to-current-entity)
4329         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4330         (wl-folder-open-folder-sub,wl-folder-open-all)
4331         (wl-folder-write-current-folder): Ditto.
4332         (wl-folder-insert-entity): Don't use petname for normal group.
4333         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4334         is the real name.
4335         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4336         Abolished.
4337
4338 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4339
4340         * wl-draft.el (wl-draft-create-buffer): Add
4341         `wl-summary-reply-with-citation'
4342
4343 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4344
4345         * wl-draft.el (wl-draft-reply): Fixed.
4346
4347 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4348
4349         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4350         when `wl-draft-send-confirm-with-preview' is non-nil.
4351         You can scroll up/down by j/k.
4352         (wl-draft-send-confirm-with-preview): New variable (default=t).
4353
4354 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4355
4356         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4357         (wl-fldmgr-save-folders): Fix comment.
4358
4359 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4360
4361         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4362         along the last change in `wl-folder-buffer-group-p'.
4363
4364 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4365
4366         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4367         folder.
4368
4369         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4370         the default value.
4371
4372         * wl-mime.el (wl-summary-burst): Update summary only when target
4373         folder equals current folder.
4374
4375 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4376
4377         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4378
4379 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4380
4381         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4382         value.
4383
4384 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4385
4386         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4387         `map-extents' instead of `extent-at' repeatedly.
4388         (wl-highlight-folder-current-line): Ditto.
4389
4390         * wl-highlight.el: Remove useless dummy functions.
4391
4392 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4393
4394         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4395         (wl-folder-put-folder-property): New function to put text property.
4396         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4397         (wl-folder-insert-entity, wl-folder-update-diff-line)
4398         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4399         * wl-e21.el, wl-xmas.el, wl-mule.el
4400         (wl-highlight-folder-current-line): Ditto.
4401         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4402         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4403         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4404         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4405
4406 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4407
4408         * Version number is increased to 2.11.3.
4409
4410 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4413         Resume current-buffer since it is assumed by remaining tasks.
4414
4415 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4418         (wl-folder-completion-function): Abolished.
4419         (wl-folder-complete-folder): New function.
4420         (wl-folder-complete-filter-condition): Ditto.
4421         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4422         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4423
4424 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-draft.el (wl-draft-send-confirm): New function.
4427         (wl-draft-send): Use it.
4428
4429         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4430         cursor-in-echo-area while confirming.
4431
4432         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4433
4434         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4435         searching via nntp if wl-summary-search-via-nntp is 'force.
4436         Otherwise, invoke searching in nntp folder only.
4437         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4438
4439         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4440         explicitly for mime-make-text-tag.
4441
4442 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4443
4444         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4445         `mime-make-text-tag' instead of `mime-create-tag'.
4446
4447 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4448
4449         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4450         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4451
4452 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4453
4454         * wl-score.el (wl-score-save): Bind print-length and print-level.
4455         (wl-score-pretty-print): Ditto.
4456         (wl-score-edit-insert-header-entry): Ditto.
4457
4458         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4459         "From" entry to be treated with wl-draft-eword-encode-address-list.
4460         * wl-mime.el (wl-draft-preview-message): Ditto.
4461
4462         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4463         (wl-summary-mark-as-unread): Ditto.
4464         (wl-summary-mark-as-read-region): Change accordingly.
4465         (wl-summary-mark-as-unread-region): Ditto.
4466         (wl-summary-target-mark-mark-as-read): Ditto.
4467         (wl-summary-target-mark-mark-as-unread): Ditto.
4468
4469 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4470
4471         * Version number is increased to 2.11.2.
4472
4473 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4474
4475         * wl-news.el.in (wl-news-previous-version-save): Bind
4476         print-length and print-level.
4477         * wl-thread.el (wl-thread-save-entities): Ditto.
4478         (wl-thread-save-top-list): Bind print-length.
4479
4480 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4481
4482         * wl-highlight.el (wl-highlight-summary-line-string): Use
4483         wl-summary-score-below-mark, wl-summary-score-over-mark.
4484         (wl-highlight-summary-current-line): Ditto.
4485
4486 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4487
4488         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4489         insert it.
4490
4491 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4492
4493         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4494
4495 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4496
4497         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4498         message without msgid.
4499         Rewrite with elmo-folder-move-messages.
4500         Set wl-message-buffer to nil.
4501
4502         * wl-summary.el (wl-summary-erase-subr): New function. Use
4503         elmo-folder-move-messages.
4504         (wl-summary-erase): Call it.
4505         (wl-summary-target-mark-erase): Ditto.
4506
4507 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4508
4509         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4510         it is not up-tp-date.
4511
4512 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4513
4514         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4515         buffer after calling `wl-summary-goto-folder-subr' without the
4516         argument `interactive'.
4517         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4518
4519 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4520
4521         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4522         `mime-create-tag'. Use `string=' instead of `looking-at'.
4523
4524 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4527         to avoid compile warning.
4528
4529         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4530         entity-id when folder is given.
4531         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4532         save-excursion, use save-selected-window instead.
4533         Select folder buffer window if exists.
4534         (To correct behavior with wl-folder-move-cur-folder.)
4535
4536 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4537
4538         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4539
4540 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4541
4542         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4543         list-count instead of %d.
4544
4545 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4546
4547         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4548         (wl-news): Set it.
4549         (wl-news-append-to-folder): Use it.
4550
4551         * wl-news.el.in (wl-news-send-news): Append to specified folder
4552         instead of wl-default-folder.
4553         (wl-news-append-to-folder): Show error message with specified folder.
4554
4555         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4556                 In most major modes, Emacs assumes that any opening
4557                 delimiter found at the left margin is the start of a
4558                 top-level definition, or defun. Therefore, *never put an
4559                 opening delimiter at the left margin unless it should have
4560                 that significance.*
4561
4562         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4563
4564 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4565
4566         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4567
4568 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4569
4570         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4571
4572 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4573
4574         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4575         for sequential numbering case.
4576
4577 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4578
4579         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4580         value.
4581         (wl-draft-reply-without-argument-list): Ditto.
4582         (wl-draft-reply-myself-with-argument-list): Abolish.
4583         (wl-draft-reply-myself-without-argument-list): Ditto.
4584         * wl-draft.el (wl-draft-self-reply-p): New function.
4585         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4586
4587 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4588
4589         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4590         (avoid error for the case without byte-compiling)
4591
4592 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4593
4594         * wl-news.el.in (wl-news-append-to-folder): New function.
4595         (wl-news-exit): Rewrite.
4596         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4597
4598 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4599
4600         * wl-draft.el (wl-draft-reply-position): New function.
4601         (wl-draft-reply-position): Fix.
4602         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4603         (wl-summary-target-mark-reply-with-citation): Ditto.
4604         (wl-summary-reply-with-citation): Ditto.
4605         * wl-vars.el (wl-draft-reply-default-position): New variable.
4606
4607 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4608
4609         * wl-draft.el (wl-draft-send): Preview when interactive send.
4610
4611 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4612
4613         * wl-draft.el (wl-draft-reply): Set default position.
4614         * wl-summary.el (wl-summary-reply): Ditto.
4615         (wl-summary-reply-with-citation): Ditto.
4616         (wl-summary-target-mark-reply-with-citation): Ditto.
4617
4618 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4619
4620         * wl-news.el.in (wl-news-lang): Set default value according to
4621         current-language-environment.
4622         (wl-news-append-news): Do nothing when news-list is nil.
4623
4624 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4625
4626         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4627         (wl-news): Change message.
4628         (wl-news-exit): Check buffer.
4629         (wl-news-force-exit): New function.
4630         (wl-news-show-all): New function.
4631         (wl-news-discard-and-exit): Fix.
4632
4633 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4634
4635         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4636         according to current-language-environment.
4637
4638         * wl-news.el.in (wl-news): If arg, show all NEWS after
4639         wl-news-default-previous-version.
4640
4641 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4642
4643         * wl-news.el.in (wl-news-check): Rewritten.
4644         (wl-news-previous-version-load): Change data type.
4645         (wl-news-previous-version-save): Change data type.
4646         (wl-news-append-news): Add return value.
4647         (wl-news-check-news): New function.
4648         (wl-news-already-current-p): New function.
4649         (wl-news-send-news): Rewritten.
4650         (wl-news-mode-map): Add new keybind.
4651         (wl-news): Rewritten.
4652         (wl-news-exit): Rewritten.
4653         (wl-news-discard-and-mail): New function.
4654         (wl-news-send-to-address): Abolished.
4655         * wl.el (wl-init): Delete a message.
4656
4657 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-news.el.in (wl-news-exit): Update previous version.
4660         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4661
4662 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4665
4666 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-news.el.in (wl-news): New function.
4669         (wl-news-mode): New function.
4670         (wl-news-next-line): New function.
4671         (wl-news-next-page): New function.
4672         (wl-news-exit): New function.
4673         (wl-news-buf-name): New variable.
4674         (wl-news-mode-map): New variable.
4675         (wl-news-winconf): New variable.
4676         (wl-news-append-news): Add an option.
4677
4678 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4679
4680         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4681
4682 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4683
4684         * wl-news.el.in (wl-news-send-to-address): New variable.
4685         (wl-news-send-news): Use it.
4686         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4687         Return updating status.
4688         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4689
4690 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4691
4692         * wl-news.el.in (wl-news-send-news): Delete
4693         Organization and X-Face.
4694
4695 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4696
4697         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4698         (wl-news-append-news): New function.
4699         (wl-news-send-news): New function.
4700
4701 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4702
4703         * Version number is increased to 2.11.1.
4704
4705 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4706
4707         * wl-news.el.in : New file.
4708
4709 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4710
4711         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4712         default value.
4713         (wl-draft-reply-without-argument-list): Ditto.
4714
4715 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4716
4717         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4718         (wl-message-buffer-prefetch-idle-time): Ditto.
4719         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4720
4721 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4722
4723         * wl-thread.el (wl-thread-insert-message): Use
4724         wl-summary-max-thread-depth.
4725
4726         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4727         loop detection.
4728
4729         * wl-message.el (wl-message-buffer-display): Back to the first page
4730         when cache is hit.
4731
4732 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4733
4734         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4735
4736         * wl-summary.el (wl-summary-insert-thread-entity):
4737         If the thread depth is reached to wl-summary-max-thread-depth,
4738         divide the thread.
4739
4740 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4741
4742         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4743         for elmo-remove-passwd.
4744
4745 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4746
4747         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4748         folder is sticky.
4749         (wl-folder-mark-as-read-all-entity): Ditto.
4750         (wl-folder-prefetch-entity): Ditto.
4751
4752 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4753
4754         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4755
4756 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4757
4758         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4759         Delete messages on buffer for unplugged operation.
4760         (wl-summary-erase): Ditto.
4761
4762 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4763
4764         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4765         take nil so as not to search parent by subject.
4766
4767 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4768
4769         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4770         (wl-folder-get-next-folder): Ditto.
4771         (wl-folder-get-path): Ditto.
4772
4773 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4776         system and encode the region with it before verifying.
4777
4778 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4779
4780         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4781         system of the echo buffer before decoding.
4782
4783 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4784
4785         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4786         original contents.
4787
4788 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4789
4790         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4791         with argument 'any-exists.
4792
4793 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4794
4795         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4796         Use `wl-cs-autoconv'.
4797
4798 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4799
4800         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4801         by `mime-view-automatic-conversion'.
4802
4803         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4804         (wl-message-verify-pgp-nonmime): Ditto.
4805         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4806         Bind them to C-c:d and C-c:v respectively.
4807
4808         Merge following code by Teranishi-san from [wl-en:00167].
4809         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4810         (wl-mime-preview-application/pgp-encrypted): Ditto.
4811         (wl-mime-setup): Add entry.
4812
4813 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4814
4815         * wl-summary.el (wl-summary-target-mark-erase): New function.
4816         Bind it to "mD".
4817
4818 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4819
4820         * wl-vars.el (wl-draft-write-file-function): Fix.
4821         (wl-draft-reedit-hook): Changed default value.
4822
4823         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4824         wl-draft-reedit-hook.
4825         (wl-draft-remove-text-plain-tag): New function.
4826         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4827
4828         * wl-vars.el (wl-draft-write-file-function): New user option.
4829
4830         * wl-draft.el (wl-draft-prepare-edit): Use it for
4831         local-write-file-hooks.
4832         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4833
4834         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4835         (wl-draft-insert-mail-header-separator): Return the body beginning
4836         point.
4837         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4838         text/plain.
4839         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4840
4841 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4842
4843         * wl-summary.el (wl-summary-erase): New function to erase message
4844         without moving it to trash. Bind to "D".
4845
4846         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4847         as `keep' unless switch-function.
4848
4849 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4850
4851         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4852         message buffer by using `wl-summary-toggle-disp-msg'.
4853         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4854         buffer window.
4855         (wl-summary-supresedes-message): Ditto.
4856
4857         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4858         Do not delete other windows.
4859         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4860         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4861         (wl-draft-create-buffer): Set reply-or-forward also for target
4862         mark commands.
4863
4864 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4865
4866         * wl-draft.el (wl-user-agent-compose): Delete special case for
4867         switch-to-buffer-other-window.
4868
4869         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4870         (wl-summary-forward): Ditto.
4871
4872         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4873         function.
4874         (wl-draft-buffer-style): New use option.
4875
4876         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4877         (wl-draft): Follow the change above.
4878         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4879         wl-draft-buffer-style.
4880         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4881         switch-function.
4882
4883 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4884
4885         * wl-address.el (wl-address-make-completion-entry): Extracted from
4886         `wl-address-make-completion-list'.
4887         (wl-address-enable-strict-loading): New variable.
4888         (wl-address-make-completion-list): Revive petname duplication
4889         inquiry, and enable it if `wl-address-enable-strict-loading'.
4890         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4891
4892 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * wl-message.el (wl-message-get-original-buffer): Avoid
4895         'Selecting deleted buffer' error when original buffer is killed.
4896
4897 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4898
4899         * wl-summary.el (wl-summary-next-message): Use
4900         elmo-message-accessible-p instead of elmo-message-cached-p.
4901
4902 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4905
4906         * wl-thread.el (wl-thread-open-all-unread): Use
4907         elmo-folder-list-flagged instead of
4908         elmo-folder-list-messages-mark-match.
4909
4910         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4911         instead of elmo-folder-list-messages-mark-match.
4912         (wl-summary-move-spec-alist): New variable.
4913         (wl-summary-move-spec-plugged-alist,
4914         wl-summary-move-spec-unplugged-alist): Abolish.
4915         (wl-summary-next-message): Follow the change above.
4916         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4917         with 'no-msg' argument.
4918
4919         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4920         variable.
4921         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4922         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4923         (wl-message-buffer-prefetch-get-next): Follow the change above.
4924
4925 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * wl-version.el (wl-version): Changed codename.
4928
4929         * Version number is increased to 2.11.0.
4930
4931 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4932
4933         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4934         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4935         `wl-draft-config-variables'.
4936         (wl-draft-kill): Fixed problem when the draft is reedit.
4937
4938 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4939
4940         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4941         buffer-modified status (Thanks to
4942         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4943
4944 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4945
4946         * wl-util.el (wl-region-exists-p): New function.
4947
4948         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4949         Remove defvars for byte-compile warnings.
4950
4951 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4952
4953         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4954         defvar-maybe. Removed unused bind.
4955
4956 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4957
4958         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4959         summary buffer window before creating new frame.
4960         (wl-draft-reply): Ditto.
4961
4962 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4963
4964         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4965
4966 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4967
4968         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4969
4970 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4971
4972         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4973         instead of `kill-region'.
4974
4975 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4976
4977         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4978         (wl-highlight-summary-line-string): Use it.
4979         (wl-highlight-summary-current-line): Ditto.
4980
4981         * wl-mime.el (wl-message-delete-current-part): Check the class of
4982         mime-entity.
4983
4984         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4985
4986         * wl-summary.el (wl-summary-make-number-list): Initialize.
4987         (wl-summary-update-mark): New function.
4988         (wl-summary-reply): Put `answered' mark on the message.
4989         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4990
4991         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4992         (wl-draft-reply): Added optional argument `number';
4993         Set wl-draft-parent-number.
4994         (wl-draft-kill): Delete answered mark if it is a reply.
4995
4996 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4997
4998         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4999         that originates in mime-preview-follow-current-entity.
5000         (wl-draft-yank-current-message-entity): Use it if region is active.
5001
5002         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
5003         * wl-e21.el (wl-message-define-keymap): Bind "D" for
5004         `wl-message-delete-current-part'.
5005         * wl-mule.el (wl-message-define-keymap): Ditto.
5006         * wl-xmas.el (wl-message-define-keymap): Ditto.
5007
5008 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5009
5010         * wl-mime.el (wl-message-delete-current-part): New function.
5011         (wl-mime-node-id-to-string): Ditto.
5012
5013         * wl-mime.el (wl-message-delete-current-part): Use existing
5014         original buffer which corresponds current mime-view buffer.
5015         (fetched buffer might have different structure, possibly)
5016
5017         * wl-mime.el (wl-message-delete-current-part): Quit if the
5018         message content differs from the actual message.
5019
5020 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
5023         order.
5024         (wl-summary-search-by-subject): Search parent message from tail;
5025         Check the existence of the parent message on the current thread tree.
5026         (wl-summary-update-thread): Check whether the line is inserted.
5027
5028 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5029
5030         * wl-vars.el (wl-summary-line-format): Undo last change.
5031         * wl-summary.el (wl-summary-print-destination): Do not put
5032         invisible property when `wl-summary-width' is nil.
5033         (wl-summary-line-subject-minimum-length): Abolished.
5034         (wl-summary-line-subject): Ditto.
5035
5036 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5037
5038         * wl-vars.el (wl-summary-line-format): Change default value.
5039         (wl-summary-subject-length-limit): Abolished.
5040         * wl-summary.el (wl-summary-line-subject): Ditto.
5041
5042 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5043
5044         * wl-template.el (wl-template-select): Added optional argument.
5045         If optional argument is specified, reverse
5046         `wl-template-visible-select'.
5047
5048 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5049
5050         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5051         Take prefix argument to force asking the destination folder.
5052
5053 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5054
5055         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5056         count and update status.
5057
5058 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5059
5060         * wl-summary.el (wl-summary-redisplay-internal): If
5061         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5062         after fetching.
5063
5064 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5065
5066         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5067         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5068
5069         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5070
5071 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5074         (All other related portions are changed).
5075         (wl-summary-mark-as-read-all): Rewrite.
5076
5077 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5078
5079         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5080         `wl-summary-mark-as-read'.
5081         (wl-summary-mark-as-unread): Rewrite.
5082         (wl-summary-mark-as-read): Added no-modeline argument.
5083         (wl-summary-resume-cache-status): Rewrite.
5084         (wl-summary-exec-subr): Remove unused local variable.
5085
5086 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5089         logic to call `wl-summary-buffer-prev-folder-function'.
5090         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5091
5092 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5093
5094         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5095         is nil.
5096
5097 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5098
5099         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5100         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5101         (wl-mime-setup): Add its entry.
5102
5103 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5106         (wl-summary-delete-cache): Likewise.
5107         (wl-summary-mark-as-read): Rewrite.
5108
5109 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5110
5111         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5112         `wl-summary-count-unread'.
5113
5114         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5115
5116         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5117
5118 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5119
5120         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5121         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5122         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5123         Renamed to the elmo-msgdb-*-mark.
5124         (wl-summary-score-marks): Follow the change above.
5125         (wl-summary-auto-refile-skip-marks): Ditto.
5126         (wl-summary-incorporate-marks): Ditto.
5127         (wl-summary-expire-reserve-marks): Ditto.
5128
5129         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5130         changes.
5131         (wl-thread-insert-top): Changed updating message.
5132
5133         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5134         variable.
5135         (wl-summary-count-unread): Count answered marks.
5136         (wl-summary-rescan): Call wl-summary-insert-message instead of
5137         wl-summary-append-message-func-internal.
5138         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5139         (wl-summary-prefetch-msg): Follow the variable name changes.
5140         (wl-summary-prefetch-region): Ditto.
5141         (wl-summary-mark-as-read-all): Follow the API changes;
5142         Don't call elmo-folder-replace-marks.
5143         (wl-summary-delete-cache): Follow the variable name changes.
5144         (wl-summary-resume-cache-status): Ditto.
5145         (wl-summary-update-status-marks): New function.
5146         (wl-summary-insert-message): New function.
5147         (wl-summary-sync-marks): Follow the variable name changes.
5148         (wl-summary-sync-update): Synchronize to the msgdb, too;
5149         Changed update messages.
5150         (wl-summary-make-number-list): Rewrite.
5151         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5152         (wl-summary-mark-as-unread): Follow the API changes.
5153         (wl-summary-exec-subr): Follow the variable name changes.
5154         (wl-summary-mark-as-read): Ditto.
5155         (wl-summary-move-spec-plugged-alist): Ditto.
5156         (wl-summary-move-spec-unplugged-alist): Ditto.
5157         (wl-summary-cursor-move-surface): Ditto.
5158
5159         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5160         variable name changes.
5161         (wl-highlight-summary-current-line): Ditto.
5162
5163         * wl-expire.el (wl-expire-refile): Follow the API change in
5164         elmo-folder-move-messages.
5165         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5166         (wl-summary-archive): Use elmo-folder-msgdb instead of
5167         elmo-msgdb-load.
5168
5169 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5170
5171         * wl-mime.el (wl-draft-preview-message): Restore the position
5172         before evaluating wl-draft-send-hook in preview buffer.
5173
5174 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5177         when it creates new draft buffer.
5178
5179         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5180         without argument.
5181
5182         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5183         Evaluate content and if the value is string, insert it.
5184         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5185         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5186         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5187         wl-draft-config-sub-part-bottom): Use it.
5188
5189         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5190         with the folder name. The question was unintelligible when it is
5191         called from wl-save-status.
5192
5193 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5194
5195         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5196         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5197         cannot take second argument).
5198
5199 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5200
5201         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5202         as t. Since type and subtype are not case sensitive (RFC 2045).
5203
5204 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5205
5206         * wl-vars.el (wl-message-mode-line-format): New variable.
5207         (wl-message-mode-line-format-spec-alist): Ditto.
5208         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5209         (wl-message-redisplay): Use wl-message-mode-line-format.
5210
5211 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5212
5213         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5214
5215 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5216
5217         * wl-summary.el (wl-summary-default-from): Write description.
5218
5219 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5220
5221         * wl-vars.el (wl-ldap-objectclass): Abolish.
5222
5223         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5224         (wl-ldap-make-filter): Removed condition for objectclass.
5225         (wl-ldap-make-matched-value-list): Remove meaningless process.
5226         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5227         (wl-address-ldap-search): Don't add `*' to `pat' string;
5228         use ignore-errors; added `email';
5229         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5230         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5231         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5232
5233
5234 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5235
5236         * wl-draft.el (wl-draft-parent-folder): Write description.
5237         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5238
5239 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5242         as "" (zero-length string) if no parent.
5243         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5244
5245 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5246
5247         * wl-address.el (wl-address-make-completion-list): Skip duplication
5248         checking.
5249         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5250         `append'.
5251
5252 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5253
5254         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5255         instead of `beginning-of-buffer'.
5256
5257 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5258
5259         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5260
5261 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5262
5263         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5264         Refer wl-message-buffer-name.
5265         (wl-message-wheel-down): Ditto.
5266
5267 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5268
5269         * wl-vars.el (wl-message-buffer-name): New user option.
5270
5271         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5272         directly instead of making alist dinamically.
5273
5274         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5275         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5276         wl-message-buffer-cache-name.
5277         (wl-message-buffer-cache-clean-up): Ditto.
5278
5279         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5280
5281         * Version number is increased to 2.9.15.
5282
5283 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5284
5285         * wl-vars.el (wl-summary-default-view-alist): New user option.
5286
5287         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5288
5289         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5290         while deleting address.
5291         (wl-draft-delete-myself-from-cc): Ditto.
5292
5293         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5294         If optional argument is specified, reverse sort order.
5295
5296         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5297
5298 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5299
5300         * wl-thread.el (wl-thread-insert-message): Return parent number if
5301         exists.
5302         (wl-thread-update-indent-string-region): Use
5303         wl-thread-update-line-on-buffer-sub instead of
5304         wl-thread-update-line-on-buffer.
5305
5306 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5307
5308         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5309         (wl-folder-close-all): Ditto.
5310
5311 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5312
5313         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5314         and mailing-list:.
5315         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5316         value.
5317         (wl-summary-line-list-info): Print mailing-list name even when 
5318         list-number is empty.
5319
5320 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5321
5322         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5323
5324         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5325         (wl-draft-open-file): Ditto.
5326         (wl-draft-random-alphabet): Ditto.
5327
5328         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5329         bindings.
5330
5331 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5332
5333         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5334         * wl-vars.el (wl-draft-config-alist): Ditto.
5335
5336 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5337
5338         * Version number is increased to 2.9.14.
5339
5340         * wl.el (wl): Don't set wl-init as nil when error occured while
5341         auto-checking folders.
5342
5343         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5344         `elmo-expand-newtext'.
5345
5346 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347
5348         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5349         `this-command' so that `wl-folder-goto-folder' contained in
5350         `wl-summary-keep-cursor-command' work.
5351
5352 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5353
5354         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5355         message buffer displaying state.
5356
5357 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5358
5359         * wl-vars.el (wl-summary-default-view): New variable to specify
5360         default value for `wl-summary-buffer-view' instead of using
5361         set-default.
5362         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5363
5364 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5365
5366         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5367
5368         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5369
5370 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5371
5372         * wl-vars.el (wl-forward-subject-prefix): New variable.
5373         * wl-draft.el (wl-draft-forward): Use it.
5374
5375 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5376
5377         * wl-message.el (wl-message-prev-page): When it is called without
5378         lines argument, scroll down by wl-message-scroll-amount lines.
5379         (wl-message-next-page): Ditto.
5380         * wl-vars.el (wl-message-scroll-amount): Change default value
5381         to preserve current behavior.
5382
5383 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5384
5385         * wl-summary.el (wl-summary-prefetch-msg): Bind
5386         `wl-message-entity' to call `wl-summary-from-function'.
5387
5388 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5389
5390         * wl-message.el (wl-message-buffer-create): Run
5391         wl-message-buffer-created-hook.
5392
5393 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5394
5395         * wl-summary.el (wl-summary-sort-specs): New variable.
5396         (wl-summary-default-sort-spec): Ditto.
5397         (wl-summary-sort): Rewrite.
5398         (wl-summary-sort-by-list-info): New function.
5399
5400 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5401
5402         * wl-summary.el (wl-summary-get-list-info): New function.
5403         (wl-summary-sort): Rewrite.
5404         (wl-summary-line-list-info): Ditto.
5405         (wl-summary-line-list-count): Ditto.
5406         (wl-summary-refile-region): Fixed docstring.
5407
5408 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5411         `wl-folder-entity-hashtb' as completion table.
5412
5413 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5414
5415         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5416         only when this command is called interactively; silence the byte-
5417         compiler.
5418
5419 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5420
5421         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5422         active in XEmacs.
5423
5424 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5425
5426         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5427         plural lines.
5428
5429 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5430
5431         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5432         of current line when the cursor is on the header name.
5433         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5434
5435 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5436
5437         * wl-util.el (wl-read-directory-name): Return displayed directory
5438         as the default value also on XEmacs.
5439
5440 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5441
5442         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5443         formatting.
5444
5445 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5446
5447         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5448         argument and when it is non-nil, check face property before
5449         highlighting for each line.
5450         (wl-highlight-summary-window): Set it.
5451
5452 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5453
5454         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5455         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5456
5457         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5458         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5459         (wl-draft-get-fcc-list): Likewise.
5460
5461 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5462
5463         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5464         (wl-thread-entity-cur): Ditto.
5465         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5466         wl-thread-indent-regexp setting.
5467         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5468
5469         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5470         wl-summary-lazy-highlight.
5471         (wl-summary-display-bottom): Ditto.
5472
5473         * wl-thread.el (wl-thread-open-close): Likewise.
5474
5475         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5476         from and subject;
5477         Bind wl-draft-use-frame;
5478         Enclose with save-window-excursion;
5479         Use wl-draft-create-buffer instead of with-temp-buffer;
5480         Use wl-draft-prepare-edit;
5481         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5482         Use wl-draft-send instead of wl-draft-raw-send.
5483
5484 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5485
5486         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5487         of using wl-from.
5488
5489 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5490
5491         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5492         insert-buffer instead of clone-buffer.
5493         (wl-draft-doing-mime-bcc): New variable.
5494         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5495         infinite loop.
5496         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5497
5498         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5499         (wl-draft-mime-bcc-body): Ditto.
5500
5501         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5502         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5503         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5504         wl-draft-do-mime-bcc.
5505         (wl-draft-mime-bcc-field): New function.
5506         (wl-draft-do-mime-bcc): Ditto.
5507
5508         * wl-address.el (wl-address-complete-header-list): New variable.
5509         (wl-address-complete-header-regexp): Changed default value.
5510
5511         * Version number is increased to 2.9.13.
5512
5513 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5514
5515         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5516         it is differed.
5517
5518 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5519
5520         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5521         (wl-summary-line-list-count): Ditto.
5522
5523 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5524
5525         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5526         (wl-nntp-posting-function): New variable.
5527         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5528         `wl-nntp-posting-config-alist'.
5529
5530 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5531
5532         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5533         FLIM.
5534
5535 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5536
5537         * wl-summary.el (wl-summary-target-mark-refile-sub):
5538         Remove a nuisance funcall.
5539
5540 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5543         as t for `try-completion'.
5544
5545 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5546
5547         * wl-summary.el (wl-summary-default-from): Use
5548         wl-address-header-extract-address instead of
5549         std11-extract-address-components.
5550         (wl-summary-simple-from): Ditto.
5551         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5552         (wl-summary-insert-headers): Show message.
5553         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5554         for whole line.
5555         (wl-summary-default-from): Revert last change.
5556         (wl-summary-simple-from): Ditto.
5557         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5558         (wl-summary-mark-as-read-region): Follow the change above.
5559         (wl-summary-sync-marks): Ditto.
5560         (wl-summary-target-mark-mark-as-read): Ditto.
5561         (wl-summary-redisplay-internal): Ditto.
5562         (wl-summary-redisplay-no-mime-internal): Ditto.
5563         (wl-summary-redisplay-all-header): Ditto.
5564         (wl-summary-mark-as-read): Removed argument `cached';
5565         Use current cache status to set cache mark.
5566         (wl-summary-redisplay-internal): Follow the change above.
5567         (wl-summary-redisplay-no-mime-internal): Ditto.
5568         (wl-summary-redisplay-all-header): Ditto.
5569
5570         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5571
5572         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5573         Don't call itself recursively (Adviced by Yamaoka-san).
5574
5575 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5576
5577         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5578         bind wl-summary-highlight as nil to avoid error caused by missing
5579         local variables.
5580
5581 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5582
5583         * wl-vars.el (wl-invalid-character-message): New user option.
5584
5585         * wl-util.el (wl-set-string-width): If truncated string-width is
5586         larger than specified width, use `wl-invalid-character-message'.
5587
5588 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5589
5590         * wl-summary.el (wl-summary-prefetch-msg): 
5591         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5592
5593 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-vars.el (wl-summary-check-line-format): New user option.
5596         (wl-summary-line-format-file): Ditto.
5597
5598         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5599         variable.
5600         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5601         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5602         and `wl-summary-view-old-p' to check whether do a rescan or not.
5603         (wl-summary-view-old-p): New function.
5604         (wl-summary-line-format-changed-p): Ditto.
5605         (wl-summary-line-format-save): Ditto.
5606         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5607
5608         * wl-util.el (wl-set-string-width): Avoid using negative number
5609         for make-string.
5610
5611 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5612
5613         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5614         return value.
5615
5616         * wl-util.el (wl-set-string-width): Added optional argument
5617         `padding' (All other related portions are changed).
5618         (wl-line-parse-format): If the first letter of column number is
5619         `0', zero-padding the result (ex: "%05l").
5620
5621         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5622
5623 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5624
5625         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5626         sequential summary view.
5627
5628 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5631         if it doesn't have a -unix version.
5632
5633 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5634
5635         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5636
5637 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5640         content.
5641         (wl-draft): Follow the change above.
5642
5643         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5644
5645         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5646         and wl-folder-summary-line-format-alist contain %T and %P.
5647
5648         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5649         (wl-summary-mode-line-format): New user option.
5650         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5651         (wl-summary-line-format): Changed default value.
5652         (wl-summary-lazy-highlight): Changed default value.
5653
5654         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5655         change in wl-summary-create-line.
5656         (wl-thread-insert-entity-sub): Ditto.
5657
5658         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5659         (wl-summary-buffer-unread-status): Ditto.
5660         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5661         (wl-summary-buffer-persistent-mark-column): Ditto.
5662         (wl-summary-buffer-mode-line-formatter): Ditto.
5663         (wl-summary-buffer-mode-line): Ditto.
5664         (wl-summary-message-regexp): Abolished.
5665         (All other related portions are changed.)
5666         (wl-summary-detect-mark-position): New function.
5667         (wl-summary-buffer-set-folder): Setup
5668         wl-summary-buffer-mode-line-formatter.
5669         (wl-summary-mode): Setup selective-display;
5670         Setup pre-idle-hook when xemacs.
5671         (wl-summary-update-modeline): Rewrite.
5672         (wl-summary-jump-to-msg): Define as function;
5673         Changed regexp for searching messages.
5674         (wl-summary-message-number): Rewrite.
5675         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5676         Do rescan when old type summary cache.
5677         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5678         (wl-summary-remove-destination): Use '\r' to detect EOL.
5679         (wl-summary-print-destination): Ditto.
5680         (wl-summary-temp-mark): New inline function.
5681         (wl-summary-persistent-mark): Ditto.
5682         (wl-summary-line-number): New function.
5683         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5684         (wl-summary-line-list-count): New function.
5685         (wl-summary-create-line): Added argument persistent-mark.
5686         (All other related portions are changed)
5687         (wl-summary-create-line): Insert '\r'.
5688         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5689         (wl-summary-cursor-move-surface): New inline function.
5690         (wl-summary-prev): Use it.
5691         (wl-summary-next): Ditto.
5692
5693         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5694         wl-summary-message-regexp.
5695         (wl-highlight-summary): Delete progress message.
5696         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5697
5698         * Version number is increased to 2.9.12.
5699
5700 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5701
5702         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5703         variable (nil: no minimum).
5704         (wl-summary-line-subject): Add some spaces after subject by
5705         wl-summary-line-subject-minimum-length.
5706
5707 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5708
5709         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5710         and removed `F'.
5711         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5712         change above).
5713
5714 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5715
5716         * wl-summary.el (wl-summary-line-list-count): Reverted.
5717         (example setting in samples/*/dot.wl is also updated)
5718
5719 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5720
5721         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5722
5723         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5724
5725         * wl-vars.el (wl-summary-line-format): Addes some description to the
5726         docstring.
5727
5728         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5729         (wl-summary-line-close-bracket): Ditto.
5730         (wl-summary-line-children-number): Ditto.
5731         (wl-summary-line-thread-indent): Ditto.
5732         (wl-summary-line-children-and-from): Ditto.
5733
5734         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5735         't', 'c', 'F' and added 'C'.
5736
5737         * wl-util.el (wl-set-string-width): Accept negative value.
5738         (wl-line-parse-format): Added "%number(" and "%)".
5739
5740 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5741
5742         * wl-summary.el (wl-summary-line-list-count): Change format of the
5743         return value.
5744
5745 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5746
5747         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5748         from the recent message.el.
5749         (wl-draft-point-in-header-p): Ditto.
5750         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5751         wl-draft-beginning-of-line.
5752         * wl-e21.el (wl-draft-mode-map): Ditto.
5753         * wl-xmas.el (wl-draft-mode-map): Ditto.
5754
5755         * wl-folder.el: Sort macrodefs by dependencies.
5756
5757 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5758
5759         * wl-summary.el (wl-summary-prev): Fixed regexp.
5760         (wl-summary-next): Ditto.
5761
5762 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5763
5764         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5765
5766 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5767
5768         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5769         for backward compatibility.
5770
5771 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5772
5773         * wl-summary.el (wl-summary-line-list-count): New function, merged
5774         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5775         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5776         list counts.
5777
5778 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5779
5780         * wl-summary.el (wl-summary-create-line): Ignore errors while
5781         timezone-fix-time.
5782
5783         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5784
5785         * wl-summary.el (wl-summary-sync-update): Ditto.
5786         (wl-summary-default-from): Use wl-message-entity
5787         instead of entity.
5788
5789         * wl-summary.el (wl-summary-create-line): Fix.
5790
5791         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5792         (wl-summary-line-format): New user option.
5793         (wl-folder-summary-line-format-alist): Ditto.
5794         (wl-summary-from-width): Abolished.
5795
5796         * wl-util.el (toplevel): Require 'bytecomp.
5797         (wl-line-parse-format): New function.
5798         (wl-line-formatter-setup): New macro.
5799
5800         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5801         (wl-summary-buffer-line-formatter): New buffer local variable.
5802         (wl-summary-switch-to-clone-buffer): Follow the change above.
5803         (wl-summary-message-regexp): Fix.
5804         (wl-summary-from-func-internal): Abolished.
5805         (wl-summary-subject-func-internal): Ditto.
5806         (wl-summary-subject-filter-func-internal): Ditto.
5807         (All other related portions are changed.)
5808         (wl-summary-buffer-set-folder):
5809         Set up wl-summary-buffer-number-column and 
5810         wl-summary-buffer-line-formatter
5811         (All other related portions are changed.)
5812         (wl-summary-buffer-number-column-detect): Abolished.
5813         (All other related portions are changed.)
5814         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5815         (wl-summary-delete-all-temp-marks-on-buffer): Use
5816         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5817         (wl-summary-target-mark-delete): Ditto.
5818         (wl-summary-target-mark-refile-subr): Ditto.
5819         (wl-summary-target-mark-mark-as-read): Ditto.
5820         (wl-summary-target-mark-mark-as-unread): Ditto.
5821         (wl-summary-target-mark-mark-as-important): Ditto.
5822         (wl-summary-target-mark-save): Ditto.
5823         (wl-summary-replace-status-marks): Renamed from
5824         wl-summary-set-status-marks-on-buffer;
5825         Use wl-summary-message-regexp instead of
5826         wl-summary-buffer-number-regexp.
5827         (wl-summary-sync-update): Follow the change above.
5828         (wl-summary-goto-previous-message-beginning): New function.
5829         (wl-summary-mark-as-unread): Use it.
5830         (wl-summary-mark-as-important): Ditto.
5831         (wl-summary-line-formatter): New variable.
5832         (wl-summary-line-year): New function.
5833         (wl-summary-line-day): Ditto.
5834         (wl-summary-line-day-of-week): Ditto.
5835         (wl-summary-line-hour): Ditto.
5836         (wl-summary-line-minute): Ditto.
5837         (wl-summary-line-open-bracket): Ditto.
5838         (wl-summary-line-close-bracket): Ditto.
5839         (wl-summary-line-children-number): Ditto.
5840         (wl-summary-line-thread-indent): Ditto.
5841         (wl-summary-line-size): Ditto.
5842         (wl-summary-line-subject): Ditto.
5843         (wl-summary-line-from): Ditto.
5844         (wl-summary-line-children-and-from): Ditto.
5845         (wl-summary-create-line): Rewritten.
5846         (wl-summary-format-date): Abolished.
5847
5848         * wl-highlight.el (wl-highlight-summary-current-line): Use
5849         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5850         Use thread structure to detect thread top message.
5851
5852         * wl-draft.el (wl-default-draft-cite): Don't use
5853         wl-summary-from-func-internal.
5854
5855         * wl-refile.el (wl-refile-subject-learn): Don't use
5856         wl-summary-subject-filter-func-internal.
5857         (wl-refile-guess-by-subject): Ditto.
5858
5859         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5860         parameters.
5861
5862         * wl-thread.el (wl-thread-update-indent-string-region):
5863         Use wl-thread-update-line-on-buffer instead of
5864         wl-thread-update-indent-string.
5865         (wl-thread-update-children-number): Redefine using
5866         wl-thread-update-line-on-buffer.
5867         (wl-thread-update-indent-string): Abolished.
5868
5869         * Version number is increased to 2.9.11.
5870
5871 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5872
5873         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5874         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5875         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5876
5877         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5878         as nil.
5879
5880         * wl-thread.el (wl-thread-open-all-unread): Use 
5881         elmo-folder-list-messages-mark-match.
5882         (wl-thread-insert-message): Removed argument `mark-alist'.
5883         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5884         elmo-msgdb-set-mark.
5885         (wl-thread-get-children-msgs-uncached): Likewise.
5886         (wl-thread-get-exist-children): Added argument include-self.
5887         (wl-thread-delete-message): Follow the change above.
5888
5889         * wl-summary.el (wl-summary-count-unread): Removed argument.
5890         (wl-summary-rescan): Follow the change above.
5891         (wl-summary-mark-as-read-region): Ditto
5892         (wl-summary-mark-as-unread-region): Ditto.
5893         (wl-summary-delete-messages-on-buffer): Ditto.
5894         (wl-summary-sync-update): Ditto.
5895         (wl-summary-switch-to-clone-buffer): Ditto.
5896         (wl-summary-goto-folder-subr): Ditto.
5897         (wl-summary-target-mark-mark-as-read): Ditto.
5898         (wl-summary-target-mark-mark-as-unread): Ditto.
5899         (wl-summary-target-mark-mark-as-important): Ditto.
5900         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5901         (wl-summary-update-thread): Removed argument `mark-alist'.
5902         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5903         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5904         (wl-summary-resume-cache-status): Likewise.
5905         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5906         elmo-msgdb-set-mark.
5907         (wl-summary-mark-as-read-all): Likewise.
5908         (wl-summary-delete-cache): Ditto.
5909         (wl-summary-auto-select-msg-p): Ditto.
5910         (wl-summary-mark-as-unread): Ditto.
5911         (wl-summary-no-auto-refile-message-p): Ditto.
5912         (wl-summary-mark-as-read): Ditto.
5913         (wl-summary-mark-as-important): Ditto.
5914         (wl-summary-auto-refile): Follow the change above.
5915         (wl-summary-delete-all-marks): Removed.
5916         (wl-summary-resume-marks-and-highlight): Ditto.
5917         (wl-summary-resume-marks): Ditto.
5918         (wl-summary-delete-important-msgs-from-list): Ditto.
5919         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5920
5921         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5922         wl-summary-count-unread.
5923
5924         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5925         (wl-summary-score-update-all-lines): Use
5926         elmo-msgdb-set-mark.
5927
5928 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5929
5930         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5931         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5932         (wl-summary-create-line): Renamed from
5933         wl-summary-overview-create-summary-line;
5934         Argument rearrangement.
5935         (wl-summary-update-thread): Follow the change above.
5936
5937         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5938         (wl-thread-insert-entity-sub): Likewise.
5939
5940         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5941         argument `overview', `mark-alist' and added `msgdb'.
5942
5943         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5944
5945         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5946         (wl-summary-rescan): Follow the change above.
5947         (wl-summary-sync-update): Ditto.
5948         (wl-summary-insert-thread-entity): Ditto;
5949         Don't use `let*' in every while loop;
5950         Detect infinite loop of threads.
5951         (wl-summary-update-thread): Removed argument `overview'.
5952
5953         * wl-thread.el (wl-thread-insert-message): Ditto.
5954
5955         * Version number is increased to 2.9.10.
5956
5957         * wl-message.el (wl-message-redisplay): Ignore errors while
5958         wl-message-redisplay-hook.
5959
5960 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5961
5962         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5963
5964 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl.el (wl): inhibit-quit while wl-folder.
5967
5968 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5971         while msgdb access.
5972
5973 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5974
5975         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5976         even if no folder is not created.
5977
5978 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5981
5982         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5983         implementation.
5984         (wl-summary-target-mark-thread): Ditto.
5985
5986         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5987
5988 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5989
5990         * wl-util.el (wl-display-bytes): Remove unused function.
5991
5992 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5993
5994         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5995         seems critical one (partially reverse the change in 2002/03/17).
5996
5997 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5998
5999         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
6000         * wl-draft.el (wl-draft-write-sendlog): Ditto.
6001
6002 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6003
6004         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
6005         is not writable.
6006         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
6007         plugged status instead of `'force' as 2nd argument.
6008
6009         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
6010         is not creatable.
6011
6012         * Version number is increased to 2.9.9.
6013
6014 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6015
6016         * wl-summary.el (wl-summary-suspend): New function.
6017
6018 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
6019
6020         * wl.el (wl): Do not check variables if check is nil.
6021         * wl-utils.el (wl-collect-draft): New function.
6022         * wl-folder.el (wl-folder-suspend): Put summary buffers
6023         and draft buffers at the end of buffer list.
6024         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6025
6026 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6027
6028         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6029         loop instead of recursive call.
6030
6031         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6032         2nd argument.
6033
6034 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl-draft.el (wl-draft-create-contents): Don't take neither
6037         (function . args) nor (string . something) any more.
6038
6039         * wl-version.el (wl-generate-user-agent-string): Return string
6040         without header symbol.
6041         * wl-draft.el (wl-draft-default-headers): Use it.
6042
6043         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6044         `wl-draft-insert-ccs' and return field value instead of inserting
6045         the header. Abolish cc argument.
6046         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6047
6048         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6049         rather than one with string car.
6050
6051         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6052         * wl-draft.el (wl-draft-create-contents): Add it after the default
6053         headers.
6054
6055         * wl-draft.el (wl-draft-create-contents): For the case of
6056         (symbol-or-string . function) insert header only when the function
6057         returns string value.
6058
6059 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6060
6061         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6062         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6063
6064 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6065
6066         * wl.el (wl-check-environment): Don't check Message-ID when
6067         `wl-insert-message-id' is nil.
6068         Revive checking if `wl-message-id-domain' contains "@".
6069
6070 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6071
6072         * wl.el (wl-check-environment): Merge examination for "@" at
6073         inappropriate position into the first string-match.
6074
6075         * wl-summary.el (wl-summary-target-mark-print): New function.
6076         (wl-summary-pipe-message-subr): Extracted from
6077         `wl-summary-pipe-message'.
6078         (wl-summary-target-mark-pipe): New function.
6079         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6080         `wl-summary-target-mark-pipe'.
6081
6082 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6083
6084         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6085
6086 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6087
6088         * wl.el (wl-check-environment): Use elmo-warning instead of
6089         error for non-critical ones.
6090         Remove trash folder check.
6091         (wl): Don't ignore error in wl-check-environment.
6092
6093         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6094         check, which is moved from `wl-check-environment'.
6095         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6096
6097 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6098
6099         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6100         guess anything, call wl-summary-write.
6101         (wl-summary-write): Create draft with blank To field.
6102         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6103
6104 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6105
6106         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6107         argument full as well for wl-folder-write-current-folder.
6108         If wl-*-write-current-folder cannot guess addressee, add blank
6109         To header.
6110         Rewrite condition for positioning cursor.
6111
6112 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6113
6114         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6115         summary buffer is present, use it.
6116         (wl-folder-jump-to-previous-summary): Ditto.
6117
6118 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6119
6120         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6121
6122         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6123         wl-summary-previous-buffer and wl-summary-next-buffer.
6124
6125         * wl-folder.el (wl-folder-mode-map): Bind
6126         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6127         (wl-folder-jump-to-next-summary): New function.
6128         (wl-folder-jump-to-previous-summary): Ditto.
6129
6130         * wl-draft.el (wl-draft): Rearranged.
6131
6132 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6133
6134         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6135         of header.
6136         (wl-draft): Collect arguments for the header as header-alist.
6137         (wl-draft-forward): Arrange arguments for wl-draft.
6138         (wl-draft-reply): Ditto.
6139         (wl-draft-edit-string): Ditto.
6140         * wl-summary.el (wl-summary-write): Ditto.
6141         (wl-summary-write-current-folder): Ditto.
6142
6143         * Version number is increased to 2.9.8.
6144
6145 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6146
6147         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6148
6149         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6150
6151         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6152         even if the guess failed.
6153
6154         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6155         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6156         wl-summary-write-current-folder.
6157         * wl-xmas.el: Ditto.
6158
6159 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6160
6161         * wl-summary.el (wl-summary-next-page): Force display message if
6162         message is not displayed yet.
6163         (wl-summary-prev-page): Ditto.
6164
6165 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6166
6167         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6168
6169 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6170
6171         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6172         add "Preview Message" and "Save Draft and Exit".
6173
6174 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6175
6176         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6177         if addrmgr is called from draft in splitted window.
6178
6179         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6180         * wl-mule.el: Ditto.
6181         * wl-xmas.el: Ditto.
6182
6183 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6184
6185         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6186
6187         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6188         * wl-xmas.el (wl-folder-toolbar): Ditto.
6189
6190 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6191
6192         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6193         and wl-draft-save-and-exit.
6194         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6195         * wl-xmas.el: Ditto.
6196         * wl-mule.el: Ditto.
6197
6198         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6199         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6200
6201 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6202
6203         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6204         lists for saving buffer.
6205
6206 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6207
6208         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6209         parent-folder argument instead of it.
6210         (wl-draft-create-buffer): Ditto.
6211         (wl-draft-forward): Ditto.
6212         (wl-draft-reply): Ditto.
6213         * wl-summary.el (wl-summary-write): Ditto.
6214         (wl-summary-write-current-folder): Ditto.
6215
6216         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6217         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6218         Folder buffer after composing.
6219
6220 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6221
6222         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6223         header if the file `wl-x-face-file' already contains it.
6224
6225 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6226
6227         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6228         folder" entry.
6229         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6230         * wl-e21.el (wl-folder-toolbar): Ditto.
6231         * wl-xmas.el (wl-folder-toolbar): Ditto.
6232
6233 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6234
6235         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6236         wl-folder-goto-folder with sticky argument.
6237         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6238
6239 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6242         and wl-summary-previous-buffer.
6243         (wl-summary-next-buffer): New function.
6244         (wl-summary-previous-buffer): Ditto.
6245
6246 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6247
6248         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6249         wl-folder-jump-to-current-entity-with-arg.
6250         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6251         `wl-folder-jump-to-current-entity'.
6252         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6253         `wl-summary-goto-folder-sticky'.
6254         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6255         `wl-summary-goto-folder'.
6256         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6257         Unless force-exit, do not clean temp. marks for sticky summary.
6258         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6259
6260 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6263         not entire.
6264
6265 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6268         to `C-x C-s'.
6269         (wl-summary-save-status): New command.
6270         (wl-summary-exit): Don't clean-up temp marks when sticky.
6271         (Applied patch from Nakayama-san [wl: 09548])
6272         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6273         Do nothing when no mark data.
6274         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6275         Call `wl-summary-delete-all-temp-marks' before saving.
6276
6277 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6278
6279         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6280
6281 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6282
6283         * wl.el (wl-check-environment): Also cause error when (system-name)
6284         returns "localhost.localdomain". (Although it doesn't affect because
6285         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6286
6287 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6288
6289         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6290         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6291
6292         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6293         value.
6294
6295 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6298         Likewise r-cc-list and r-ng-list.
6299
6300 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6303         only if it is bound as variable.
6304
6305         * wl-mime.el (wl-draft-preview-message): Ditto.
6306
6307 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6310         needless `goto-char'.
6311
6312         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6313         `wl-summary-redisplay-no-mime-internal' instead of
6314         `wl-summary-redisplay-no-mime'.
6315         (wl-summary-redisplay-no-mime): Changed argument;
6316         Call `wl-summary-redisplay-no-mime-internal'.
6317
6318         * wl-mime.el (wl-draft-preview-message): Bind
6319         `mime-header-encode-method-alist' locally.
6320
6321         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6322         (wl-draft-std11-parse-addresses): Added the first address check.
6323         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6324
6325         * Version number is increased to 2.9.7.
6326
6327 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6328
6329         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6330
6331 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6332
6333         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6334         related to scrollbar support, if there is no such a feature
6335         compiled in.
6336
6337 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6338
6339         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6340         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6341         for prefetch.
6342
6343 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6344
6345         * wl-summary.el (wl-summary-pick): Fix for no match.
6346
6347 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-draft.el (wl-draft-save):
6350         Override `mime-header-encode-method-alist'.
6351
6352 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-folder.el (wl-folder-pick): New function.
6355         Define key as "?".
6356
6357 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6358
6359         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6360         Fix for unplugged.
6361
6362 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6363
6364         * wl-folder.el (wl-folder-virtual): New function.
6365         Define key as "V".
6366
6367 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6368
6369         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6370         multi folder if entity is group.
6371
6372 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6373
6374         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6375         is nil.
6376
6377 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6378
6379         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6380         (wl-summary-target-mark-msgs): Return the number of marked messages.
6381
6382 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6383
6384         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6385         "first:" is specified.
6386
6387 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6388
6389         * wl-vars.el (wl-from): Use return value of function
6390         user-full-name instead of the variable user-full-name since
6391         XEmacs-20.4 doesn't set this variable.
6392
6393 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6396         call `wl' directly.
6397
6398 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6399
6400         * wl-draft.el (wl-draft-reedit): Removed duplicated
6401         switch-to-buffers.
6402
6403 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6404
6405         * wl.el (wl-other-frame): Removed garbages.
6406
6407 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6408
6409         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6410
6411         * wl-xmas.el (wl-draft-key-setup): Ditto.
6412
6413         * wl-mule.el (wl-draft-key-setup): Ditto.
6414
6415         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6416         (wl-draft-reedit): Ditto.
6417         (wl-draft-prepare-edit): Add `wl-draft-save' to
6418         `local-write-file-hooks'.
6419         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6420         (wl-draft-reedit): Set buffer-file-name.
6421         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6422
6423
6424         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6425         call it.
6426         (wl-delete-startup-frame-function): New variable.
6427         (wl-other-frame): New function
6428         (Original was written by Yamaoka san [wl: 09239]).
6429
6430         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6431         if `wl-folder-use-frame'.
6432
6433 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6434
6435         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6436
6437 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6438
6439         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6440         New variable.
6441         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6442         (wl-message-buffer-prefetch-get-next): Use them.
6443         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6444
6445 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6446
6447         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6448         with unwind-protect.
6449
6450         * wl-draft.el (wl-draft-reedit): Rewrite.
6451         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6452         (wl-draft-save): Insert header separator if it does not exist;
6453         Removed condition-case.
6454
6455         * wl-summary.el (wl-summary-reedit): Revert last change.
6456
6457         * wl-draft.el (wl-draft-save): Rewrite.
6458         (wl-draft-create-buffer): Set buffer-file-name as nil.
6459
6460         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6461
6462         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6463
6464         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6465         nil.
6466
6467 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6468
6469         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6470         If count is nil, do not prefetch.
6471         (wl-message-buffer-prefetch-next): Next.
6472
6473 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6474
6475         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6476
6477 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6478
6479         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6480         `delete-backward-char'
6481         (wl-draft-prepare-edit): Check major-mode.
6482         (wl-draft-decode-header): Rewrite.
6483         (wl-draft): Fix.
6484
6485 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6488
6489 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6492         (wl-message-buffer-prefetch-get-next): Remove size checking.
6493         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6494
6495 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6496
6497         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6498         (wl-draft-default-headers): Fix.
6499
6500 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6501
6502         * wl-draft.el (wl-draft-default-headers): Insert return value of
6503         `wl-generate-mailer-string-function'.
6504
6505 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6506
6507         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6508         (wl-draft-insert-mail-header-separator): Ditto.
6509
6510         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6511         again (Reverted the change on 2002-01-17 by OKADA san).
6512
6513 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6514
6515         * wl-draft.el (wl-draft): Rewrite.
6516         (wl-draft-create-buffer): New function.
6517         (wl-draft-create-contents): Ditto.
6518         (wl-draft-prepare-edit): Ditto.
6519         (wl-draft-decode-header): Ditto.
6520         (wl-draft-decode-body): Ditto.
6521         (wl-draft-check-new-line): Ditto.
6522         (wl-draft-default-headers): Ditto.
6523         (wl-draft-insert-mail-header-separator): Ditto.
6524
6525 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6526
6527         * Version number is increased to 2.9.6.
6528
6529 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6530
6531         * wl-draft.el (wl-draft-delete-field): Optional argument.
6532         (wl-draft-delete-fields): Ditto.
6533
6534 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6535
6536         * wl-message.el (toplevel): Eliminated byte-compile warning.
6537         for `itimer-function', `delete-timer' and `itimer-list'.
6538
6539 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6540
6541         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6542         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6543         `wl-message-buffer-prefetch-threshold'.
6544         * wl-summary.el (wl-summary-redisplay-internal): Remove
6545         the check of `wl-message-buffer-prefetch-depth'.
6546
6547 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6548
6549         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6550         size of article.
6551         (wl-message-buffer-prefetch-subr): Remove size check.
6552
6553 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6554
6555         * wl-vars.el (wl-plugged): Make customizable.
6556
6557 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6558
6559         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6560         (wl-message-buffer-prefetch-set-timer): New function.
6561         (wl-message-buffer-prefetch-get-next): New function.
6562         (wl-message-buffer-prefetch): New function.
6563         (wl-message-buffer-prefetch-next): Rewrite.
6564         (wl-message-buffer-prefetch-subr): Rewrite.
6565         * wl-vars.el (wl-auto-prefetch-first): New variable.
6566         * wl-summary.el (wl-summary-goto-folder-subr): Call
6567         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6568
6569 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6570
6571         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6572         `wl-summary-unread-message-hook'.
6573
6574 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6575
6576         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6577         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6578         if range is `cache-status'.
6579
6580 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6581
6582         * wl-message.el (wl-message-buffer-prefetch-subr):
6583         Improve debug message.
6584
6585 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6586
6587         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6588         `wl-mail-send-pre-hook'.
6589         (wl-draft-send-mail-with-qmail): Ditto.
6590         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6591
6592 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6593
6594         * wl-message.el (wl-message-buffer-prefetch-subr):
6595         Fix for cancel-function-timers bug.
6596         (wl-message-buffer-prefetch-debug): Default value is t.
6597
6598 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6599
6600         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6601         (wl-message-buffer-prefetch-subr): Rewrite.
6602         Rename from `wl-message-buffer-prefetch'.
6603
6604 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6605
6606         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6607         (wl-default-draft-cite-decorate-author): Ditto.
6608
6609         * wl-draft.el (wl-draft-cite-function): Removed.
6610         (wl-default-draft-cite-decorate-author): Ditto.
6611
6612 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6613
6614         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6615         (wl-default-draft-cite): Do not arrange author name if the value of
6616         `wl-default-draft-cite-decorate-author' is nil.
6617
6618 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6619
6620         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6621
6622         * wl-folder.el (wl-folder-check-one-entity): Don't care
6623         `elmo-folder-use-flag-p'.
6624
6625 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6626
6627         * wl-folder (wl-folder-check-one-entity): Fix
6628         problem if unread is nil.
6629
6630 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6631
6632         * wl-address.el (wl-address-make-completion-list): Check whether
6633         the address is a group list.
6634         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6635
6636 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6637
6638         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6639         The number of the messages of new and unread does not count
6640         correctly.
6641
6642         * wl-summary.el (wl-summary-count-unread): Changed to return
6643         `(new . unread)' instead of total.
6644         (wl-summary-sync-update): Follow the change above.
6645
6646         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6647
6648 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6649
6650         * wl-address.el (wl-address-make-completion-list): Do not enclose
6651         address by " <" and ">" if associated realname is "".
6652         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6653         This is against the promblem with group list in .addresses pointed
6654         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6655
6656 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6657
6658         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6659         message is a format control string.
6660         * wl-expire.el (wl-expire-append-log): Ditto.
6661         * wl-mime.el (wl-summary-burst-subr): Ditto.
6662         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6663         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6664
6665 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6666
6667         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6668         wl.el (wl-check-variables): Rename from `wl-check-type'.
6669         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6670         (wl-check-variables-2): New function.
6671         (wl): Call `wl-check-variables-2'.
6672
6673 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6674
6675         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6676         after renaming folder in access group.
6677
6678 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6679
6680         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6681         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6682         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6683         (wl-message-buffer-prefetch): Rewrite.
6684         (wl-message-buffer-prefetch-idle-time): Removed.
6685         * wl-summary.el (wl-summary-redisplay-internal):
6686         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6687         Error check for `wl-message-buffer-prefetch-depht'.
6688
6689 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6690
6691         * Version number is increased to 2.9.5.
6692         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6693
6694 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6695
6696         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6697         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6698         Based on the patch written by
6699         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6700
6701 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6702
6703         * wl-draft.el (wl-draft-raw-send): Fix for
6704         `wl-news-send-pre-hook'
6705
6706 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6707
6708         * wl-utils.el (wl-message-id-function): New variable.
6709         * wl-draft.el (wl-draft-insert-required-fields):
6710         Use `wl-message-id-function'.
6711
6712 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6713
6714         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6715         * wl-utils.el (wl-draft-make-message-id-string):
6716         Use `wl-from' for domain part of Message-ID
6717         if `wl-message-id-use-wl-from' if non-nil.
6718         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6719
6720 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6721
6722         * wl.el (wl): Call `wl-check-type'
6723         Do not 'condition-case'.
6724
6725 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6726
6727         * wl.el (wl-check-type): New function.
6728         (wl-check-type-variables): New variable.
6729
6730 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6731
6732         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6733
6734 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6735
6736         * wl-draft.el (wl-smtp-password-key): New function.
6737         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6738         (wl-draft-send-mail-with-smtp): Ditto.
6739         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6740
6741 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6742
6743         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6744         * wl-utils.el (wl-unique-id-suffix): Remove.
6745
6746 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6747
6748         * Version number is increased to 2.9.4.
6749
6750 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6751
6752         * wl-utils.el (wl-unique-id-suffix): New variable.
6753         (wl-unique-id): Use `wl-unique-id-suffix'
6754
6755 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6756
6757         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6758         instead of `elmo-msgdb-search'.
6759
6760         * Version number is increased to 2.9.3.
6761
6762 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6763
6764         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6765
6766 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6767
6768         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6769         (wl-draft-dispatch-message): Changed for send-later.
6770         (wl-draft-queue-flush): Ditto.
6771         (wl-draft): Clear `wl-sent-message-queued'.
6772         (wl-draft-reedit): Ditto.
6773         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6774         * wl-vars.el (wl-draft-force-queuing): New variable.
6775         (wl-draft-force-queuing-mail): New variable.
6776         (wl-draft-force-queuing-news): New variable.
6777
6778 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6779
6780         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6781         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6782
6783 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6784
6785         * Version number is increased to 2.9.2.
6786
6787 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6788
6789         * wl-draft.el (wl-draft-elide-region): New user command.
6790         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6791
6792         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6793         command `wl-draft-elide-region'.
6794         * wl-mule.el: Ditto.
6795         * wl-xmas.el: Ditto.
6796
6797 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6798
6799         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6800         (wl-biff-check-folder-async): Removed needless let.
6801
6802 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6803
6804         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6805         wl-folder-get-elmo-folder.
6806         (wl-biff-check-folder): Set `biff' argument of
6807         `wl-folder-check-one-entity'.
6808         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6809
6810         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6811         (wl-folder-check-one-entity): Added `biff' argument;
6812         Setup `biff' slot of folder.
6813
6814         * Version number is increased to 2.9.1.
6815
6816 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6817
6818         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6819         comment out and fixed.
6820         (wl-fldmgr-add-completion-subr): Ditto.
6821
6822         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6823         and msgdb.
6824
6825         * wl.el (wl-toggle-plugged): Save summary view.
6826
6827 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6830
6831 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6832
6833         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6834
6835 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6836
6837         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6838         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6839         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6840
6841         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6842         if it was failed.
6843         (wl-demo): Disable undo in the demo buffer.
6844
6845 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl-version.el (wl-version): Changed codename.
6848
6849         * Version number is increased to 2.9.0.
6850
6851 2001-12-14  Takuo KITAME <kitame@northeye.org>
6852
6853         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6854         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6855         (wl-folder-mark-as-read-all-current-entity): Ditto.
6856
6857 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6858
6859         * wl-vars.el (wl-from-width): Define as obsolete variable.
6860         (wl-subject-length-limit): Ditto.
6861
6862         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6863
6864         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6865         wl-summary-save-view.
6866
6867         * wl.el (wl-save-status): Ditto.
6868         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6869
6870         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6871         (wl-summary-exit): Follow the change above.
6872         (wl-summary-goto-folder-subr): Ditto.
6873
6874         * wl-folder.el (wl-folder-create-subr): Don't use
6875         `elmo-folder-creatable-p'.
6876
6877 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6878
6879         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6880
6881 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6882
6883         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6884         rather than bitmap on Emacs 21.
6885         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6886         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6887         for xbm if the new redisplay engine is not available.
6888
6889 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6890
6891         * wl-folder.el (wl-folder-init-hook): New hook.
6892         (wl-folder-init): Run `wl-folder-init-hook'.
6893
6894 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6897
6898 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-acap.el (wl-acap-cache-filename): New variable.
6901         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6902         (wl-acap-init): Use cache if no ACAP server found.
6903
6904 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6905
6906         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6907         `wl-acap-original-msgdb-dir'.
6908
6909         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6910         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6911
6912         * wl-mime.el (wl-mime-save-directory): Renamed from
6913         `wl-mime-save-dir'.
6914
6915 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6918
6919         * wl-demo.el: Require `path-util'.
6920         (wl-demo-bitmap-mule-available-p): New internal variable.
6921         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6922         `module-installed-p' instead.
6923         (wl-demo-insert-image): Use *.img file for a bitmap image.
6924         (wl-demo): Don't call the ascii demo recursively.
6925
6926 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6927
6928         * Version number is increased to 2.7.7.
6929
6930 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6931
6932         * wl.el (wl-exit): Eliminated byte-compile warning.
6933
6934 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6935
6936         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6937         obsolete variable using `elmo-define-obsolete-variable'.
6938         (wl-fetch-confirm-threshold): Ditto.
6939         (wl-cache-prefetch-folder-type-list): Ditto.
6940         (wl-cache-prefetch-folder-list): Ditto.
6941
6942 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6945         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6946         (wl-demo-insert-image): New function.
6947         (wl-demo-insert-text): New function.
6948         (wl-demo-image-type-alist): Redefine as a function.
6949         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6950         (wl-demo-with-temp-file-buffer): Removed.
6951         (wl-logo-xpm): Removed.
6952         (wl-logo-xbm): Removed.
6953         (wl-logo-bitmap): Removed.
6954
6955 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6956
6957         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6958         (wl-expire-localdir-get-folder-function): New user option.
6959         (wl-expire-localdir-get-folder): New function.
6960         (wl-expire-localdir-date): Ditto.
6961
6962 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6963
6964         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6965         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6966         Fixed unread number mismatch when all-unread < unread.
6967
6968 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6969
6970         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6971         (wl-fetch-confirm-threshold): Ditto.
6972
6973         * wl-summary.el (wl-summary-confirm-appends): Removed.
6974         (wl-summary-sync-update): Don't refer
6975         `wl-summary-update-confirm-threshold' (It is now abolished).
6976
6977         * wl-message.el (wl-message-display-internal): Don't refer
6978         `wl-fetch-confirm-threshold' (It is now abolished).
6979
6980 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6981
6982         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6983
6984 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6985
6986         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6987         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6988         Change default value to nil.
6989         (wl-summary-indent-length-limit): The value can be nil, nil means
6990         unlimited.
6991
6992         * wl-summary.el: Don't set limit for indent length if the value of
6993         wl-summary-indent-length-limit is nil.
6994         If the value of wl-summary-width is nil, it means only that the width
6995         of summary is unlimited (nil doesn't mean that the indent length is
6996         unlimited).
6997
6998         * wl-thread.el: Ditto.
6999
7000 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
7001
7002         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
7003         be nil, nil means never confirm.
7004         * wl-summary.el (wl-summary-confirm-appends): Ditto.
7005
7006 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7007
7008         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
7009         means unlimited).
7010
7011 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
7012
7013         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
7014         Use `with-temp-buffer'.
7015
7016 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
7017
7018         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
7019         with new backquote style).
7020         (wl-folder-get-entity-from-buffer): Ditto.
7021
7022 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7023
7024         * wl-version.el (nemacs-version): Eliminated.
7025         (wl-extended-emacs-version2): Ignore nemacs.
7026         (wl-extended-emacs-version3): Ditto.
7027
7028 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7029
7030         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7031         (wl-draft-add-in-reply-to): New variable.
7032         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7033         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7034         (wl-draft-yank-from-mail-reply-buffer): Use
7035         `wl-draft-add-in-reply-to'.
7036         (wl-draft-insert-current-message): Ditto.
7037
7038 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7039
7040         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7041         typo (kill->hide).
7042         (wl-message-buffer-prefetch-folder-type-list): Added elements
7043         `mark' and `cache' instead of `internal'.
7044
7045 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7046
7047         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7048         resume msgdb directory.
7049
7050 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl.el (wl-exit): Call `wl-acap-exit'.
7053
7054         * wl-summary.el (wl-summary-message-string): New function.
7055         (wl-summary-reedit): Use it.
7056         (wl-summary-resend-bounced-mail): Remove needless let.
7057         (wl-summary-supersedes-message): Ditto.
7058         (wl-summary-save): Ditto.
7059
7060         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7061         (wl-acap-init): Set it.
7062         (wl-acap-exit): New function.
7063
7064 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7065
7066         * wl.el (wl-init): Revert (require 'mime-setup). move from
7067         toplevel.
7068
7069 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7070
7071         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7072         local variables.  Add error when guess function return invalid
7073         value.
7074
7075 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7076
7077         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7078         Change local variable name.
7079         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7080         (wl-folder-get-newsgroups): Return nil when non-news folder.
7081         * wl-summary.el (wl-summary-write-current-folder): State through
7082         when guess-list return nil.
7083         (wl-summary-write-current-folder-functions): Fixed docstring.
7084
7085         * wl.el (wl-exit): Changed confirm message.
7086
7087         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7088         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7089
7090         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7091
7092 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7093
7094         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7095         user option (Renamed from wl-cache-prefetch-folder-type-list).
7096         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7097         from wl-cache-prefetch-folder-list).
7098
7099         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7100         Move to wl-vars.el.
7101         (wl-message-buffer-prefetch-p): Changed to enable
7102         `wl-message-buffer-prefetch-folder-list'.
7103
7104         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7105         `ignore-cache'.
7106
7107 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7108
7109         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7110         `part-top' and `part-bottom'.
7111         (wl-draft-config-sub-part-top): New function.
7112         (wl-draft-config-sub-part-bottom): New function.
7113
7114 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7115
7116         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7117
7118 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7119
7120         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7121
7122 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7123
7124         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7125
7126         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7127         (wl-summary-write-current-folder): Ditto.
7128
7129 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7130
7131         * wl-folder.el (wl-folder-get-newsgroups): Use
7132         `elmo-folder-newsgroups'.
7133
7134 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7135
7136         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7137         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7138         `wl-draft-config-sub-header-bottom'.
7139
7140 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7141
7142         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7143         localnews folder.
7144
7145 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7146
7147         * wl-summary.el (wl-summary-mode): Undo last change.
7148
7149         * wl-folder.el (wl-folder-mode): Ditto.
7150
7151 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7152
7153         * wl-summary.el (wl-summary-mode): Locally set
7154         truncate-partial-window-width to nil.
7155         (for XEmacs)
7156
7157         * wl-folder.el (wl-folder-mode): Ditto.
7158
7159 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7160
7161         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7162
7163 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7164
7165         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7166         number.
7167
7168         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7169
7170         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7171
7172         * Version number is increased to 2.7.6.
7173
7174 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7177
7178 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7179
7180         * wl-summary.el (wl-summary-sync-update): Enclose network
7181         related portion with `unwind-protect'.
7182
7183 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7184
7185         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7186
7187 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7188
7189         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7190         element.
7191         * wl-vars.el (wl-message-body-button-alist): Ditto.
7192
7193         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7194         max match length.
7195         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7196
7197         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7198         for the max match length;
7199         Use 4th element value for the button string regexp group.
7200
7201         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7202         candidate exists, prompt to select.
7203
7204 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7205
7206         * wl-summary.el (wl-summary-jump-to-msg): Search before
7207         calibration point by `beginning-of-line'.
7208
7209 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7210
7211         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7212         for access group.
7213
7214 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl-message.el (wl-message-display-internal): Bind
7217         `default-mime-charset'.
7218
7219         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7220
7221         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7222
7223         * Version number is increased to 2.7.5.
7224
7225 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7226
7227         * wl-expire.el (wl-summary-archive): Fixed;
7228         Use `elmo-folder-name-internal'.
7229
7230 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7231
7232         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7233         from `elmo-folder-move-messages' caller.
7234         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7235
7236         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7237         related portions are changed).
7238
7239 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7240
7241         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7242         counter.
7243
7244 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7245
7246         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7247         buffer local and set it to nil.
7248
7249         * wl-message.el (wl-message-redisplay): Ditto.
7250
7251 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-summary.el (wl-summary-mark-as-important): If message is
7254         already cached, set messag as read, otherwise encache and mark as read.
7255
7256 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7257
7258         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7259         point-min.
7260
7261 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7264         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7265         a keymap.
7266
7267 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7270         parent.
7271
7272         * wl-mule.el (wl-message-define-keymap): Ditto.
7273
7274         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7275
7276         * wl-xmas.el (wl-message-display-internal-hook): Define.
7277         (wl-xmas-setup-message-toolbar): Define as function.
7278         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7279         (wl-message-overload-functions): Abolished.
7280         (wl-message-define-keymap): New function.
7281
7282         * wl-vars.el (wl-message-display-internal-hook): New variable.
7283         (wl-message-header-button-alist): New variable (Renamed from
7284         wl-highlight-message-header-button-alist).
7285         (wl-message-body-button-alist): Ditto.
7286
7287         * wl-mule.el (wl-message-define-keymap): New function.
7288         (wl-message-overload-functions): Abolished.
7289
7290         * wl-message.el (wl-message-add-buttons-to-body): New function.
7291         (wl-message-redisplay): Don't call wl-message-overload-functions;
7292         Call wl-message-add-buttons-to-header and
7293         wl-message-add-buttons-to-body.
7294         (wl-message-display-internal): Set keymap argument for
7295         elmo-mime-display-as-is, elmo-mime-message-display;
7296         Run wl-message-display-internal-hook.
7297         (wl-message-refer-article-or-url): Abolished.
7298
7299         * wl-highlight.el (wl-highlight-headers): Don't call
7300         wl-highlight-message-add-buttons-to-header.
7301         (wl-highlight-message-add-buttons-to-header): Abolished.
7302
7303
7304         * wl-e21.el (wl-message-display-internal-hook): Define.
7305         (wl-e21-setup-toolbar): Deleted duplicated binding.
7306         (wl-e21-setup-message-toolbar): Define as function.
7307         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7308         (wl-message-define-keymap): New function.
7309         (wl-message-overload-functions): Abolished.
7310
7311 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7312
7313         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7314         and elmo-folder-close.
7315
7316         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7317
7318 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7319
7320         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7321         boolean value.
7322         * wl-draft.el (wl-draft-do-fcc): Ditto.
7323
7324 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7325
7326         * wl-vars.el (wl-fcc-force-as-read): New variable.
7327         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7328         mark copied message as read.
7329
7330 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7331
7332         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7333
7334 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7335
7336         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7337         `wl-summary-target-above' instead of obsolete variable
7338         `wl-summary-temp-above'.
7339
7340         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7341         instead of `make-obsolete-variable'.
7342         * wl-refile.el (toplevel): Ditto.
7343
7344 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7345
7346         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7347         with third argument t.
7348         (wl-draft): Set first argument for wl-plugged-init as t.
7349
7350         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7351         definition.
7352
7353 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7354
7355         * wl-vars.el: Tabify.
7356         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7357
7358         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7359         message.
7360
7361 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7362
7363         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7364         and set default to beep.
7365
7366 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7367
7368         * wl-vars.el (wl-draft-truncate-lines): New variable.
7369
7370         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7371         instead of wl-message-truncate-lines for truncate-lines.
7372
7373 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-message.el (wl-message-display-internal): Call
7376         `wl-highlight-message' after `elmo-mime-display-as-is'.
7377
7378         * wl-mime.el (wl-mime-display-text/plain): New function.
7379         (wl-mime-display-header): Ditto.
7380         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7381         body-presentation-method for text/plain;
7382         Register `wl-mime-display-header' as a header-presentation-method;
7383         Don't set up `elmo-message-text-content-inserted-hook' and
7384         `elmo-message-header-inserted-hook'.
7385
7386         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7387         variable.
7388         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7389         as t if flag is 'all-header;
7390         Don't bind `elmo-message-ignored-field-list',
7391         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7392
7393 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7396         for xemacs with non-mule environment.
7397
7398 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7399
7400         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7401         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7402         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7403
7404 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7405
7406         * wl-vars.el (wl-interactive-send): Set default value as t.
7407
7408 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7409
7410         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7411         (wl-addrmgr-method-list): Abolished.
7412         (wl-addrmgr-change-method): Follow above change.
7413
7414         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7415
7416 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7417
7418         * wl-vars.el (wl-message-truncate-lines): Change default value
7419         to default-truncate-lines.
7420
7421         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7422
7423 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7424
7425         * wl-vars.el (wl-message-truncate-lines): New variable.
7426
7427         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7428         wl-message-truncate-lines.
7429
7430 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7431
7432         * wl-acap.el (wl-acap-init): Remove period from error message.
7433         (wl-acap-find-acap-service): Remove period from message.
7434
7435 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7436
7437         * wl.el (wl-check-environment): Undo last change.
7438
7439         * wl-vars.el (wl-from): Changed default value.
7440
7441         * wl-util.el (toplevel): Don't require tm-edit.
7442
7443         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7444         `wl-folder-init';
7445         Don't set mark on mail body.
7446         (wl-draft-reedit): Ditto.
7447
7448         * wl-address.el (wl-address-quote-specials): Define as an alias for
7449         elmo-address-quote-specials.
7450
7451 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7454
7455         * wl-vars.el (wl-from): Set default value as nil.
7456         (wl-organization): Set default value as ORGANIZATION environment
7457         variable.
7458
7459         * wl-draft.el (wl-smtp-extension-bind): Check value of
7460         wl-smtp-connection-type.
7461
7462         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7463         error.
7464
7465 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7466
7467         * Version number is increased to 2.7.4.
7468
7469         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7470         arguments from `wl-highlight-x-face-function' caller.
7471         Use x-face-1.3.6.12 or later.
7472
7473 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7474
7475         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7476
7477 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7478
7479         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7480         (wl-fcc): Fix to accept function.
7481         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7482
7483 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7484
7485         * wl-acap.el (toplevel): Added `product-provide' declare.
7486         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7487
7488 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * wl.el (wl): Changed order of calling `elmo-init'
7491         and `elmo-folder-init'.
7492
7493 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7494
7495         * wl-mime.el (wl-summary-burst): Extract message when content-type
7496         of root entity is not only `multipart' but also `message/rfc822'.
7497         (wl-summary-burst-subr): Ditto.
7498
7499 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-vars.el (toplevel): Require 'custom.
7502         (wl-trash-folder): Added to `wl-setting' group.
7503
7504         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7505         exists.
7506         (wl-addrmgr-draw): Insert empty line when no entry exists.
7507
7508         * wl-mule.el (wl-message-wheel-up): Fixed.
7509         (wl-message-wheel-down): Ditto.
7510
7511 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7512
7513         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7514         config is an anonymous lambda expression.
7515
7516 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7517
7518         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7519         when Mule 2 is running.
7520
7521 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7524
7525 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7526
7527         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7528         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7529
7530         * wl-address.el (wl-address-specials-regexp): Eliminated.
7531         (wl-address-quote-specials): Rewrite.
7532
7533 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7534
7535         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7536         shy-groups for regexp.
7537
7538         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7539         character classes and Perl style shy-groups for regexp.
7540         (wl-highlight-plugged-current-line): Use Posix style character
7541         classes for regexp.
7542         (wl-e21-highlight-folder-by-numbers): Ditto.
7543         (wl-e21-display-image-p): Use `display-images-p' instead of
7544         `display-graphic-p'.
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         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7549         `display-graphic-p'.
7550         (wl-demo-image-type-alist): Ditto.
7551         (display-images-p): Make an alias to `display-graphic-p' if it is
7552         not available.  It is for Emacs version prior to 21.0.105.
7553
7554 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7555
7556         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7557         support.
7558         (wl-generate-user-agent-string): Ditto.
7559
7560         * wl-version.el (wl-version): Update docsting.
7561         (wl-version-status): Ditto.
7562
7563 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7564
7565         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7566         21.0.105.  For Emacs 21.0.104 or earlier.
7567
7568 2001-09-03  Takuo KITAME <kitame@northeye.org>
7569
7570         * wl-e21.el (wl-plugged-init-icons): Use
7571         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7572         (wl-biff-init-icons): Ditto.
7573
7574 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7575
7576         * wl-highlight.el (wl-highlight-summary-current-line):
7577         Fixed highlighting refile/copy destination.
7578
7579         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7580         (wl-acap-store): Encode string by wl-acap-coding-system.
7581
7582 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7583
7584         * wl-acap.el (toplevel): Check and require 'un-define before
7585         'xemacs-ucs;
7586          Added checking for UTF-2000.
7587
7588 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7589
7590         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7591         Don't enclose with `eval-and-compile'.
7592
7593         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7594         wl-init is non-nil.
7595
7596         * wl-draft.el (wl-draft): Ditto.
7597
7598         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7599
7600         * wl-acap.el (toplevel): Require 'wl.
7601         (wl-acap-store): Call `elmo-init'.
7602
7603         * wl.el (wl): Changed position of `wl-check-environment'.
7604         (toplevel): Added autoload setting for wl-acap.
7605
7606         * wl-vars.el (wl-setting): New custom group.
7607         (wl-from): Added wl-setting group.
7608         (wl-user-mail-address-list): Ditto.
7609         (wl-organization): Ditto.
7610         (wl-subscribed-mailing-list): Ditto.
7611         (wl-envelope-from): Ditto.
7612         (wl-smtp-posting-user): Ditto.
7613         (wl-smtp-posting-server): Ditto.
7614         (wl-smtp-posting-port): Ditto.
7615         (wl-smtp-authenticate-type): Ditto.
7616         (wl-pop-before-smtp-user): Ditto.
7617         (wl-pop-before-smtp-server): Ditto.
7618         (wl-pop-before-smtp-port): Ditto.
7619         (wl-pop-before-smtp-authenticate-type): Ditto.
7620         (wl-nntp-posting-server): Ditto.
7621         (wl-nntp-posting-user): Ditto.
7622         (wl-nntp-posting-port): Ditto.
7623         (wl-fetch-confirm-threshold): Ditto.
7624         (wl-prefetch-threshold): Ditto.
7625         (wl-thread-insert-opened): Ditto.
7626         (wl-ldap-server): Ditto.
7627         (wl-ldap-port): Ditto.
7628         (wl-ldap-base): Ditto.
7629         (wl-ldap-objectclass): Ditto.
7630         (wl-use-ldap): Ditto.
7631         (wl-draft-config-alist): Ditto.
7632         (wl-draft-config-matchone): Ditto.
7633         (wl-template-alist): Ditto.
7634         (wl-message-sort-field-list): Ditto.
7635         (wl-message-ignored-field-list): Ditto.
7636         (wl-message-visible-field-list): Ditto.
7637         (wl-interactive-send): Ditto.
7638         (wl-summary-move-order): Ditto.
7639         (wl-auto-select-first): Ditto.
7640         (wl-auto-select-next): Ditto.
7641         (wl-interactive-save-folders): Ditto.
7642
7643         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7644         Initialization codes are moved from wl-local-folder-init.
7645         (wl-local-folder-init): Follow the change above.
7646         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7647
7648         * wl-acap.el: New file.
7649
7650         * Version number is increased to 2.7.3.
7651
7652 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7653
7654         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7655
7656 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7657
7658         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7659         (wl-addrmgr-address-entry-list): Ditto.
7660
7661 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-e21.el (wl-draft-mode-map): Removed binding for
7664         `wl-draft-insert-x-face-field'.
7665
7666         * wl-mule.el (wl-draft-mode-map): Ditto.
7667
7668         * wl-xmas.el (wl-draft-mode-map): Ditto.
7669
7670         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7671         (wl-cs-autoconv): Ditto.
7672         (wl-cs-local): Ditto.
7673         (wl-use-scoring): Ditto.
7674         (wl-mime-charset): Ditto.
7675         (wl-folder-check-async): Ditto.
7676
7677         * wl.el (toplevel): Ignore nemacs and tm.
7678         (wl-exit): Ditto.
7679
7680         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7681         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7682         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7683         instead of wl-address-petname-add-or-change.
7684         (wl-summary-edit-addresses-subr): Use wl-address-delete
7685         instead of wl-address-petname-delete.
7686
7687         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7688
7689         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7690         if error occured.
7691
7692         * wl-message.el (require): Remove tm support.
7693
7694         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7695
7696         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7697         (wl-folder-jump-to-current-entity): Ditto.
7698         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7699
7700         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7701         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7702         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7703
7704         * wl-mule.el (wl-draft-key-setup): Ditto.
7705
7706         * wl-xmas.el (wl-draft-key-setup): Ditto.
7707
7708         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7709         (wl-draft-std11-parse-addresses): New function.
7710         (wl-draft-parse-mailbox-list): Use it.
7711         (wl-draft): Ignore nemacs.
7712         (wl-draft-reedit): Ditto.
7713
7714         * wl-addrmgr.el: New file.
7715         (Original is wl-rcpt.el written by
7716         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7717         Thanks Kitamoto-san.)
7718
7719         * wl-address.el (wl-address-make-address-list): Modified parsing
7720         process.
7721         (wl-address-delete): Renamed from `wl-address-petname-delete';
7722         Modify wl-address-list too.
7723         (wl-address-add-or-change): Renamed from
7724         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7725
7726 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7727
7728         * wl-highlight.el (wl-highlight-summary-current-line):
7729           Work with transient-mark-mode
7730
7731 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7732
7733         * Version number is increased to 2.7.2.
7734
7735         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7736         instead of elmo-dop-queue-method.
7737
7738 2001-08-06  SAITO Atsunori <sai@yedo.com>
7739
7740         * wl-vars.el (wl-ldap-objectclass): New user option.
7741
7742         * wl-address.el (wl-ldap-make-filter): Use it.
7743
7744 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7745
7746         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7747
7748 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * wl-folder.el (wl-folder): redisplay after folder insertion.
7751
7752         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7753
7754         * wl-summary.el (wl-summary-sync-update):
7755         Change status mark only when new-msgdb exists.
7756         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7757
7758 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7759
7760         * wl-summary.el (wl-summary-open-folder): New function.
7761         (wl-summary-goto-folder-subr): Use it.
7762         (wl-summary-mark-as-important): Fix;
7763         Encache only when no cache exists.
7764
7765 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7766
7767         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7768         Use with-current-buffer.
7769
7770 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7771
7772         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7773         before call `get-buffer'. Fixed parenthesis.
7774         (wl-score-get-header-entry): Clear message and help window when
7775         keyboard quit.
7776         (wl-score-edit-insert-header): Ditto.
7777
7778 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7779
7780         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7781         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7782         (wl-default-draft-cite): Fix.
7783
7784         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7785         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7786
7787 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-message.el (wl-message-prev-page): Do same bahavior
7790         as summary when it is called in the message buffer.
7791         (wl-message-next-page): Ditto.
7792
7793 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-summary.el (wl-summary-forward): Use cache if it is not
7796         section cache.
7797
7798 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7801         Removed redundant require of elmo-vars.
7802         (wl-biff-state-indicator-on): Changed default value for
7803         xemacs with non-mule environment.
7804
7805         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7806         wl-message-buffer is nil;
7807         Hide progress bar after moving messages.
7808
7809 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7812         message at cursor point is deleted.
7813
7814 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7815
7816         * wl-vars.el: Changed file coding system to euc-japan.
7817         Added -*-coding:-*- magic to the first line.
7818
7819         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7820         Search parent from the first message.
7821
7822         * Version number is increased to 2.7.1.
7823
7824 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7825
7826         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7827
7828 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7829
7830         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7831         refile/delete execution.
7832
7833         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7834         Fixed docstring.
7835
7836 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7837
7838         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7839         do update process;
7840         Don't update marks when update process is interrupted.
7841
7842 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7843
7844         * wl-summary.el (wl-summary-reply): Fixed problem when
7845         wl-draft-use-frame is non-nil.
7846         (wl-summary-forward): Ditto.
7847
7848         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7849         as nil.
7850         (wl-folder-mark-as-read-all-entity): Ditto.
7851         (wl-folder-prefetch-entity): Ditto.
7852
7853         * wl.el (wl): Check environment before wl-init.
7854
7855         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7856         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7857         instead of wl-summary-collect-unread.
7858         (wl-summary-reply): Split message window.
7859
7860 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7861
7862         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7863         only if current language environment is japanese,
7864
7865         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7866         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7867         (wl-folder-goto-folder-subr): Ditto.
7868
7869         * wl-draft.el (wl-draft-dispatch-message): Call
7870         `elmo-file-cache-get-path'.
7871
7872 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7873
7874         * wl-summary.el (wl-summary-cursor-move): If return value of
7875         wl-summary-next-message is not number, don't jump.
7876
7877 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7878
7879         * wl-summary.el (wl-summary-buffer-next-message-function): New
7880         variable.
7881         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7882         if it is bound.
7883
7884         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7885         string.
7886
7887         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7888         (wl-plugged-drawing): Ditto.
7889
7890 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7891
7892         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7893         process.
7894         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7895         with unwind-protect.
7896
7897         * wl.el (wl-init): Require mime-setup.
7898         (wl-check-environment): Don't require mime-setup.
7899
7900         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7901         instead of elmo-folder-type.
7902
7903         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7904         value as nil.
7905
7906 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7907
7908         * Version number is increased to 2.7.0.
7909
7910         * wl-version.el (wl-version): Changed codename.
7911
7912         * wl-summary.el (wl-summary-delete-cache): Fixed.
7913
7914         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7915         Workaround for net folders.
7916         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7917
7918         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7919         value to nil (According to the patch from
7920         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7921
7922         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7923         of elmo-folder-close.
7924
7925 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7926
7927         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7928         for postfix.
7929
7930 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7931
7932         * wl-summary.el (wl-summary-resend-message): Fixed.
7933
7934         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7935         Call wl-draft with `from' argument if its address is included in
7936         `wl-user-mail-address-list'.
7937         (wl-draft): Added `from' argument.
7938
7939         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7940         non-nil.
7941         (wl): Don't show demo if wl-demo is nil.
7942
7943         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7944         wl-summary-use-frame.
7945
7946         * wl-vars.el (wl-summary-use-frame): New user option.
7947         (wl-folder-use-frame): Changed docstring.
7948
7949         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7950         non-nil.
7951         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7952         wl-summary-use-frame.
7953
7954         * wl-vars.el (wl-folder-use-frame): New user option.
7955
7956         * wl-summary.el (wl-summary-exit): Back to folder frame if
7957         wl-folder-use-frame is non-nil.
7958         (wl-summary-redisplay-internal): Ignore cache if current folder
7959         is draft folder,
7960         (wl-summary-redisplay-no-mime): Ditto.
7961         (wl-summary-redisplay-all-header): Ditto.
7962
7963         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7964         if wl-folder-use-frame is non-nil.
7965
7966 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7967
7968         * wl-summary.el (wl-summary-sync-update): Bind
7969         elmo-folder-update-threshold.
7970         (wl-summary-mark-as-important): Enclosed server mark processing
7971         with `save-match-data'.
7972
7973         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7974         only when it is already defined.
7975
7976 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7977
7978         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7979         name of folder exclude localdir is wrong.
7980         * wl-folder.el (wl-folder-sync-entity):
7981         Set `wl-summary-always-sticky-folder-list' as nil.
7982         (wl-folder-mark-as-read-all-entity): Ditto.
7983         (wl-folder-prefetch-entity): Ditto.
7984
7985 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7986
7987         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7988         instead of `wl-summary-write-current-newsgroup'.
7989
7990 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7991
7992         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7993         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7994         non-nil and selected message is important, do not display.
7995
7996 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7997
7998         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7999
8000 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8001
8002         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
8003
8004         * wl-summary.el (wl-summary-mark-as-important): Set message number
8005         using wl-summary-message-number.
8006
8007 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8008
8009         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
8010         destination folder is 'null.
8011
8012 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8013
8014         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
8015         New function.
8016         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
8017         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
8018         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
8019
8020 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
8021
8022         * wl-mime.el (wl-mime-setup): Added setting for
8023         `mime-setup-signature-key-alist' to avoid overriding key bind for
8024         `wl-draft-send'.
8025
8026         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8027         for `wl-draft-send'.
8028         * wl-mule.el (wl-draft-overload-functions): Ditto.
8029         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8030         * wl-draft.el (wl-draft-send): Ditto.
8031
8032         * wl-message.el (wl-message-display-internal):
8033         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8034         (Patch is provided by <kita@coe.nttdata.co.jp>).
8035
8036 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8037
8038         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8039
8040 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8041
8042         * wl.el (wl): Fix for wl-demo.
8043
8044 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8045
8046         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8047
8048 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8049
8050         * wl-folder.el (wl-folder-prefetch-entity): Use
8051         `wl-folder-get-elmo-folder'.
8052         (wl-folder-count-incorporates): Do not use
8053         `wl-folder-get-elmo-folder'.
8054
8055 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8056
8057         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8058         instead of `elmo-folder-get-type'.
8059
8060 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8061
8062         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8063         position on Subject: field.
8064         (Advised by Mito <mit@nines.nec.co.jp>)
8065
8066 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8067
8068         * wl-folder.el (wl-folder-prefetch-entity): Use
8069         `wl-folder-get-elmo-folder'.
8070
8071 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8072
8073         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8074
8075         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8076         `process-duplicates' slot.
8077
8078         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8079         if detection failed.
8080
8081 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8082
8083         * wl-version.el (wl-version-status): Set to "alpha".
8084
8085 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8086
8087         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8088         Check wl-message-buffer lives before set-buffer.
8089
8090 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8091
8092         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8093         called in folder mode.
8094         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8095         * wl-summary.el (wl-summary-exit-pre-hook): Run
8096         `wl-summary-exit-pre-hook' before exit summary mode.
8097
8098 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8099
8100         * wl-version.el (wl-version-status): New variable.
8101         (wl-version-status-alist): Removed.
8102         (wl-version-status): Rule included.
8103
8104 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8105
8106         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8107         @sponichi.
8108
8109         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8110         when `mail-reply-buffer' is buffer-local variable.
8111         (Reported by <kita@coe.nttdata.co.jp>).
8112
8113 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8114
8115         * wl-vars.el (toplevel): Require 'elmo-util.
8116
8117 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8118
8119         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8120         (All other related portions are changed)
8121
8122         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8123
8124         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8125
8126 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8127
8128         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8129
8130 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8131
8132         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8133         Delete other windows to avoid an error.
8134         Use `point-marker' instead of `point' to remember the start point
8135         of body.
8136
8137         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8138
8139         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8140         number not to exceed all message number.
8141
8142 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8143
8144         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8145         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8146
8147 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8148
8149         * wl-summary.el (wl-summary-sync-force-update): Added argument
8150         no-check.
8151         (wl-summary-sync-update): Ditto.
8152         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8153         with `no-check'.
8154
8155         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8156         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8157         already running.
8158
8159 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8160
8161         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8162         `dst-folder-arg'.
8163         (wl-expire-archive-number1): Diito.
8164         (wl-expire-archive-number2): Diito.
8165         (wl-expire-archive-Date): Diito.
8166         (wl-archive-number1): Diito.
8167         (wl-archive-number2): Diito.
8168         (wl-archive-date): Diito.
8169         (wl-archive-folder-p): New function.
8170         (wl-summary-expire): Support of expand folder name at
8171         wl-expire-alist.
8172         * wl-util.el (wl-expand-newtext): Renamed from
8173         `wl-refile-expand-newtext'.
8174
8175 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8176
8177         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8178         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8179         `(elmo-msgdb-get-overview msgdb)'.
8180         (wl-summary-prefetch): Bind match data before call
8181         `wl-summay-prefetch-msg'.
8182         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8183         'off if `wl-summary-buffer-disp-msg' is non-nil.
8184         Fixed problem that couldn't show only one new or unread message when
8185         enter folder.
8186         (wl-summary-reply): Don't call `split-window-vertically' and other
8187         window.
8188
8189 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8190
8191         * wl-expire.el (wl-expire-refile): Fixed.
8192
8193 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8194
8195         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8196
8197         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8198         biff notification is removed.
8199
8200         * wl.el (wl): Changed position of `elmo-init'.
8201
8202         * wl-draft.el (wl-default-draft-cite): Use date field
8203         on the citation buffer.
8204
8205         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8206
8207         * wl-xmas.el (wl-folder-internal-icon-list): Added
8208         `wl-folder-shimbun-image'.
8209
8210         * wl-e21.el (wl-folder-internal-icon-list): Added
8211         `wl-folder-shimbun-image'.
8212
8213 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8214
8215         * wl.el (wl-init): Eliminated argument.
8216         (wl): Rewrite.
8217
8218         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8219         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8220         instead of `elmo-folder-msgdb-internal'.
8221         (wl-summary-sync-update): Ditto.
8222         (wl-summary-flush-pending-append-operations): Eliminated.
8223         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8224         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8225         `elmo-folder-open'.
8226
8227         * wl-mime.el (wl-summary-burst): Fixed.
8228
8229         * wl-folder.el (wl-folder-info-save): Check data type.
8230
8231         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8232         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8233         instead of `elmo-folder-msgdb-internal'.
8234         (wl-expire-hide): Ditto.
8235
8236
8237         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8238
8239 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8240
8241         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8242
8243 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8244
8245         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8246
8247 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8248
8249         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8250         Fixed `match-beginning' argument mismatch.
8251
8252 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8253
8254         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8255         the default value.
8256
8257 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8258
8259         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8260         instead of `elmo-nntp-default-port'.
8261
8262         * wl-vars.el: Fixed some doc strings.
8263
8264 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8265
8266         * wl-summary.el (wl-summary-prefetch-msg): Use
8267         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8268
8269         * wl-vars.el: Define *-func as obsolete variable using
8270         `elmo-define-obsolete-variable'.
8271
8272         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8273         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8274         instead of `wl-message-buffer-prefetch-threshold'.
8275
8276         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8277
8278         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8279
8280         * wl-draft.el (wl-caesar-region-func): Ditto.
8281
8282         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8283         Keep unread status in elmo-folder-move-messages.
8284         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8285
8286 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8287
8288         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8289         `wl-summary-buffer-exit-func'
8290         (wl-summary-buffer-message-redisplay-function): Renamed from
8291         `wl-summary-buffer-message-redisplay-func'
8292         (wl-summary-buffer-next-folder-function): Renamed from
8293         `wl-summary-buffer-next-folder-func'.
8294         (wl-summary-buffer-prev-folder-function): Renamed from
8295         `wl-summary-buffer-prev-folder-func'.
8296         (wl-summary-get-petname-function): Renamed from
8297         `wl-summary-get-petname-func'.
8298
8299         * wl-score.el (wl-score-edit-exit-function): Renamed from
8300         `wl-score-edit-exit-func'.
8301
8302         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8303         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8304
8305         * wl-util.el (wl-load-profile-function): Renamed from
8306         `wl-load-profile-func'.
8307
8308         * wl-folder.el (wl-folder-completion-function): Renamed from
8309         `wl-folder-completion-func'.
8310         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8311
8312         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8313         `wl-expire-archive-get-folder-func'.
8314         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8315         (wl-draft-send-mail-function): Renamed from
8316         `wl-draft-send-mail-func'.
8317         (wl-draft-send-news-function): Renamed from
8318         `wl-draft-send-news-func'.
8319         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8320         (wl-generate-mailer-string-function): Renamed from
8321         `wl-generate-mailer-string-func'.
8322         (wl-highlight-signature-search-function): Renamed from
8323         `wl-highlight-signature-search-func'.
8324         (wl-highlight-x-face-function): Renamed from
8325         `wl-highlight-x-face-func'
8326         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8327         (wl-ps-print-buffer-function): Renamed from
8328         `wl-ps-print-buffer-func'
8329         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8330         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8331         (wl-summary-subject-filter-function): Renamed from
8332         `wl-summary-subject-filter-func'.
8333
8334         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8335         `wl-draft-queue-flush-send-func'
8336         (wl-draft-cite-function): Renamed from
8337         `wl-draft-cite-func'
8338
8339         * wl-address.el (wl-address-init-function): Renamed from
8340         `wl-address-init-func'.
8341
8342 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8343
8344         * wl-draft.el (wl-draft-queue-flush): Don't call
8345         `elmo-dop-unlock-message'.
8346         * wl-draft.el (wl-draft-queue-append): Don't call
8347         `elmo-dop-lock-message'.
8348
8349         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8350         (wl-summary-buffer-folder-name): Ditto.
8351         (wl-summary-message-regexp): Added '-' (all other related portions
8352         are changed).
8353         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8354         wl-summary-buffer-folder-name.
8355
8356 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8357
8358         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8359         the number of mails in the folder buffer is not updated by wl-biff.
8360
8361 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8362
8363         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8364         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8365
8366 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8367
8368         * wl-summary.el (wl-summary-next-message):
8369         Return next message number when wl-summary-move-order is nil.
8370
8371 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8372
8373         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8374         `wl-summary-move-spec-alist'.
8375         (wl-summary-move-spec-unplugged-alist): New variable
8376         (Move spec for unplugged status).
8377         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8378         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8379
8380 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8381
8382         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8383         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8384
8385 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8386
8387         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8388         simple quotation to quote the anonymous function.
8389         * tm-wl.el (wl-draft-preview-message): Ditto.
8390
8391 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8392
8393         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8394         Eliminate redundant `save-excursion'.
8395         (wl-highlight-summary-current-line): Ditto.
8396
8397         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8398         accessing match data when `looking-at' failed.
8399
8400         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8401         `elmo-match-string' where users don't care about the speed.
8402         (wl-draft-save): Ditto.
8403
8404 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8405
8406         * wl-util.el (wl-regexp-opt): New function.
8407
8408         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8409         number from `wl-summary-buffer-number-list'.
8410         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8411         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8412         (wl-summary-move-spec-alist): Changed default setting.
8413
8414 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8415
8416         * wl-vars.el (wl-biff-notify-hook): New hook.
8417         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8418         the arrival of new mail.
8419         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8420         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8421
8422 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8423
8424         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8425
8426 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8429
8430         * Version number is increased to 2.5.8.
8431
8432         * wl-thread.el (toplevel): require 'cl.
8433         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8434         (wl-thread-make-number-list): New function.
8435         (wl-thread-entity-make-number-list-from-children): Ditto.
8436         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8437         (wl-thread-entity-insert-as-children): Likewise.
8438         (wl-thread-delete-message): Likewise.
8439         (wl-meaning-of-mark): Eliminated.
8440         (wl-thread-next-failure-mark-p): Ditto.
8441         (wl-thread-entity-get-mark): Ditto.
8442         (wl-thread-meaning-alist-get-result): Ditto.
8443         (wl-thread-entity-check-prev-mark): Ditto.
8444         (wl-thread-entity-check-next-mark): Ditto.
8445         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8446         (wl-thread-entity-get-prev-marked-entity): Ditto.
8447         (wl-thread-get-prev-unread): Ditto.
8448         (wl-thread-jump-to-prev-unread): Ditto.
8449         (wl-thread-get-next-unread): Ditto.
8450         (wl-thread-jump-to-next-unread): Ditto.
8451         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8452         (wl-thread-entity-get-next-marked-entity): Ditto.
8453
8454         * wl-summary.el (wl-summary-buffer-number-list):
8455         New bufer-local variable.
8456         (wl-summary-switch-to-clone-buffer): Clone
8457         `wl-summary-buffer-number-list'.
8458         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8459         (wl-summary-cursor-move-regex): Eliminated.
8460         (wl-summary-cursor-up): Rewrite.
8461         (wl-summary-cursor-down): Ditto.
8462         (wl-summary-mode-spec-alist): New variable.
8463         (wl-summary-next-message): New inline function.
8464         (wl-summary-cursor-move): New function.
8465         (wl-summary-default-get-next-msg): Rewrite.
8466         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8467         (wl-summary-rescan): Ditto.
8468         (wl-summary-sync-all-init): Ditto.
8469         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8470         summary is not thread view.
8471         (wl-summary-sync-update): Ditto.
8472         (wl-summary-rescan): Ditto.
8473         (wl-summary-make-number-list): New function.
8474
8475         * wl-draft.el: "FCC" -> "Fcc".
8476
8477 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8478
8479         * wl-highlight.el (wl-highlight-summary-window):
8480         Call `set-buffer-modified-p'.
8481
8482         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8483         (wl): Call `elmo-init' and fix.
8484
8485         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8486         Use new variables.
8487
8488         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8489
8490 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8491
8492         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8493
8494 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8495
8496         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8497
8498 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8499
8500         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8501         `wl-use-toolbar' nor `display-graphic-p'.
8502         (wl-e21-setup-message-toolbar): Ditto.
8503         (wl-e21-setup-summary-toolbar): Ditto.
8504         (wl-e21-setup-folder-toolbar): Ditto.
8505
8506         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8507         (wl-plugged-init-icons): Ditto.
8508
8509         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8510         `display-graphic-p'.
8511         (wl-plugged-set-folder-icon): Ditto.
8512         (wl-highlight-plugged-current-line): Ditto.
8513         (wl-highlight-folder-current-line): Ditto.
8514         (wl-e21-highlight-folder-group-line): Ditto.
8515         (wl-e21-setup-toolbar): Ditto.
8516         (wl-e21-display-image-p): New macro.
8517
8518         * wl-demo.el (wl-demo): Simplified.
8519         (wl-demo-image-type-alist): Use `image-type-available-p' for
8520         checking whether the image type `xbm' is available.
8521
8522 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8523
8524         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8525         (wl-summary-input-range): Ditto.
8526
8527 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8528
8529         * wl-summary.el (wl-summary-edit-addresses): Use
8530         `wl-summary-get-original-buffer'
8531         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8532         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8533         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8534         (wl-summary-get-newsgroups): Eliminated.
8535         (wl-summary-set-crosspost): Ditto.
8536         (wl-summary-is-crosspost-folder): Ditto.
8537         (wl-crosspost-alist-load): Ditto.
8538         (wl-crosspost-alist-save): Ditto.
8539
8540         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8541         `elmo-setup-subscribed-newsgroups' instead of
8542         `elmo-nntp-make-groups-hashtb'.
8543         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8544         instead of `wl-crosspost-alist-save'.
8545
8546         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8547         of `elmo-folder-message-appendable-p'.
8548         (wl-mime-header-presentation-method): Eliminated.
8549
8550         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8551         (Error occurs in emacs21).
8552
8553         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8554         the current buffer).
8555
8556         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8557         instead of `wl-crosspost-alist-save'.
8558         (wl-init): `elmo-crosspost-message-alist-load'
8559         instead of `wl-crosspost-alist-load'
8560
8561         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8562         (wl-parse-newsgroups): Likewise.
8563         (wl-biff-notify): Run `wl-biff-notify-hook'.
8564
8565 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8566
8567         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8568
8569         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8570         when `wl-summary-lazy-highlight' is non-nil.
8571         (wl-summary-goto-folder-subr): Highlight only when
8572         `wl-summary-lazy-highlight' is non-nil.
8573
8574         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8575         Don't display progress and highlight temp-mark when
8576         `wl-summary-lazy-highlight' is non-nil.
8577         (wl-highlight-summary-window): New function.
8578         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8579
8580 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8581
8582         * wl-summary.el (wl-summary-sync): Change `all-visible'
8583         from `all-shown'
8584         (wl-summary-input-range): Ditto.
8585
8586 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8587
8588         * wl-e21.el (wl-highlight-folder-current-line): Call
8589         `wl-folder-init-icons' when folder icons have not been initialized.
8590
8591         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8592
8593         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8594         (wl-demo-image-type-alist): New macro.
8595
8596 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8597
8598         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8599         display does not support graphics.
8600         (wl-plugged-init-icons): Ditto.
8601         (wl-folder-init-icons): Ditto.
8602
8603         * wl-demo.el (wl-demo): Chech closely whether the display
8604         supports graphics.
8605
8606 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8607
8608         * wl-summary.el (wl-summary-get-original-buffer): New function.
8609         (wl-summary-set-crosspost): Use it.
8610         (wl-summary-target-mark-uudecode): Ditto.
8611         (wl-summary-reedit): Ditto.
8612         (wl-summary-resend-bounced-mail): Ditto.
8613         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8614         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8615
8616         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8617         (wl-message-display-internal): Ditto.
8618
8619 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8620
8621         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8622
8623 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-summary.el (wl-summary-save-view): Renamed from
8626         `wl-summary-save-status'.
8627
8628 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8629
8630         * wl-summary.el (wl-summary-sync): Added `all-shown'
8631
8632 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8633
8634         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8635
8636 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8637
8638         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8639
8640 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8641
8642         * wl-highlight.el (wl-highlight-summary-line-string): Use
8643         `zerop' instead of `= 0'.
8644         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8645
8646         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8647         for comparing numbers.
8648         (wl-template-prev): Use `zerop' instead of `eq 0'.
8649
8650         * wl-draft.el (wl-draft-insert-current-message): Use
8651         `with-current-buffer' instead of `save-excursion'.
8652         Use `zerop' instead of `eq 0'.
8653
8654 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8655
8656         * wl-draft.el (wl-draft-insert-ccs): New function.
8657         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8658         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8659
8660 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8661
8662         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8663
8664 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8665
8666         * wl-expire.el (wl-expire-refile): Don't call
8667         elmo-msgdb-add-msgs-to-seen-list;
8668         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8669         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8670
8671 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8672
8673         * wl-message.el (wl-message-prev-page): Ignore errors while
8674         scroll-down.
8675
8676 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8677
8678         * wl-mime.el: Use elmo-original-message-mode instead of
8679         mmelmo-original-mode.
8680
8681         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8682         `elmo-folder-get-spec';
8683         (wl-fldmgr-add-completion-all-completions):
8684         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8685
8686         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8687         of `elmo-folder-get-type'.
8688
8689         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8690         `elmo-folder-get-spec';
8691         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8692         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8693         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8694         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8695         `elmo-read-msg-no-cache';
8696         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8697         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8698         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8699         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8700         `elmo-cache-save';
8701         (wl-draft-reedit): Use `elmo-message-file-name'.
8702
8703         * wl-expire.el: Use `elmo-folder-name-internal';
8704         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8705         Use macro `wl-summary-buffer-msgdb' instead of variable
8706         `wl-summary-buffer-msgdb';
8707         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8708         Use macro `wl-summary-buffer-folder-name' instead of variable
8709         `wl-summary-buffer-folder-name'.
8710         * wl-score.el: Likewise.
8711
8712         * wl-message.el: Rewrite for new message buffer cache mechanism.
8713         (wl-message-buffer-cache-buffer-get): New macro.
8714         (wl-message-buffer-cache-folder-get): Ditto.
8715         (wl-message-buffer-cache-message-get): Ditto.
8716         (wl-message-buffer-cache-entry-make): Ditto.
8717         (wl-message-buffer-cache-hit): Ditto.
8718         (wl-message-buffer-cache-sort): New function.
8719         (wl-message-buffer-cache-add): Ditto.
8720         (wl-message-buffer-cache-delete): Ditto.
8721         (wl-message-buffer-cache-clean-up): Ditto.
8722         (wl-message-buffer-window): Rewrite.
8723         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8724         (wl-message-buffer-display): New function.
8725         (wl-message-display-internal): New function.
8726
8727 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8728
8729         * wl-folder.el: Use `elmo-folder-name-internal';
8730         Use `wl-folder-get-elmo-folder';
8731         Use `elmo-folder-list-messages' instead of
8732         `elmo-list-folder';
8733         Use `elmo-folder-get-primitive-list' instead of
8734         `elmo-folder-get-primitive-spec-list';
8735         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8736         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8737         Use `elmo-folder-create' instead of `elmo-create-folder'.
8738         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8739         (wl-folder-get-elmo-folder): New macro.
8740         (wl-folder-elmo-folder-cache-get): Ditto.
8741         (wl-folder-elmo-folder-cache-put): Ditto.
8742         (wl-folder-suspend): Call `elmo-quit'.
8743
8744         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8745         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8746         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8747         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8748         (toplevel): require 'cl.
8749         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8750
8751         * wl-summary.el: Rewrite to use new elmo interface.
8752
8753 \f
8754 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8755
8756         * wl-mime.el (wl-draft-preview-message):
8757         Run `wl-draft-send-hook' before collecting recipients information;
8758         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8759
8760         * tm-wl.el (wl-draft-preview-message): Ditto.
8761
8762 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8765         wrong recipients are displayed when forwarded message.
8766
8767 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8768
8769         * Version number is increased to 2.5.7.
8770
8771 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8772
8773         * wl-message.el (wl-message-next-page): Bind
8774         `window-pixel-scroll-increment' to nil while scrolling up.
8775
8776 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8777
8778         * wl-vars.el (wl-save-hook): New hook.
8779         * wl.el (wl-save): Call `wl-save-hook'.
8780
8781 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8782
8783         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8784         Argument WITH-ARG instead of NO-ARG (negative mean).
8785         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8786         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8787         * wl-message.el (wl-message-follow-current-entity): Likewise.
8788
8789 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8790
8791         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8792         FROM was optional argument.
8793         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8794
8795 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8796
8797         * Version number is increased to 2.5.6.
8798
8799 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8800
8801         * wl-version.el (wl-version-show): Removed.
8802         (wl-version): Add `interactive'.
8803
8804 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8805
8806         * wl-summary.el (wl-summary-get-petname-func): New variable.
8807         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8808         instead of `wl-address-get-petname-1'.
8809         (wl-summary-simple-from): Ditto.
8810
8811         * wl-address.el (wl-address-get-petname-1): Define as function.
8812
8813 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8814
8815         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8816         field in the original message.
8817         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8818
8819 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8820
8821         * wl-expire.el (wl-expire-hide):
8822         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8823
8824 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8827         find decoder for To, Cc, and Subject.
8828
8829 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8830
8831         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8832         for checking `elmo-use-buffer-cache'.
8833         (wl-summary-mark-as-important): Fixed typo in comment.
8834
8835 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8836
8837         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8838         field in the original message.
8839         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8840
8841 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8842
8843         * wl-expire.el (wl-expire-hide):
8844         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8845
8846 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8847
8848         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8849         find decoder for To, Cc, and Subject.
8850
8851 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8852
8853         * Version number is increased to 2.5.5.
8854
8855         * wl-address.el (wl-address-specials-regexp): New constant.
8856         (wl-address-quote-specials): Use it.
8857
8858 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8859
8860         * wl-summary.el (wl-summary-rescan):
8861         Call `wl-summary-buffer-number-column-detect'.
8862         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8863
8864         * wl-message.el (wl-message-mode-map): Define.
8865         (wl-message-decode): Use it as local-map.
8866
8867 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8868
8869         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8870         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8871
8872 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8873
8874         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8875
8876         * wl-mule.el (wl-read-event-char): Ditto.
8877
8878         * wl-e21.el (wl-read-event-char): Ditto.
8879
8880         * wl-nemacs.el (wl-read-event-char): Ditto.
8881         (read-event): Removed.
8882
8883         * wl-util.el (toplevel): Removed dummy definition of
8884         `read-event'.
8885         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8886
8887 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8888
8889         * wl-nemacs.el (elmo-archive-call-process): Moved to
8890         elmo-archive.el.
8891
8892 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8893
8894         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8895         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8896
8897         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8898         instead of magic-number 6.  Use `not' instead of `null' for symbol
8899         `nil' check (not empty list).
8900         (wl-draft-insert-x-face-field): Fixed paren style.
8901
8902         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8903         one-branch conditional statement, instead of `and' and `if'.
8904         (wl-draft-forward): Likewise.
8905         (wl-draft-add-references): Likewise.
8906         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8907
8908         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8909         conditional steatment.  Use `cond' instead of `if'.
8910         (wl-draft-confirm): Likewise.
8911
8912 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8913
8914         * wl-version.el (wl-version-show): Use `product-string-1'
8915         instead of `wl-version'.
8916         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8917
8918         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8919
8920 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8921
8922         * wl-highlight.el (wl-highlight-headers): Revert
8923         `wl-highlight-x-face-func' argument (`beg' and `end').
8924
8925 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8926
8927         * wl.el (toplevel): Move `product-provide' declare.
8928         * wl-demo.el (toplevel): Ditto.
8929         * wl-dnd.el (toplevel): Ditto.
8930         * wl-highlight.el (toplevel): Ditto.
8931         * wl-message.el (toplevel): Ditto.
8932         * wl-refile.el (toplevel): Ditto.
8933         * wl-util.el (toplevel): Ditto.
8934
8935 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8936
8937         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8938         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8939         (wl-thread-close-all): keep cursor position.
8940
8941 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8942
8943         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8944         (eq x 0).
8945         (wl-generate-user-agent-string-1): Fix conditional statement.
8946
8947 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8948
8949         * wl.el (wl-check-environment): Additional check for
8950         'wl-local-domain' and `wl-message-id-domain'.
8951
8952 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8953
8954         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8955
8956 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8957
8958         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8959         instead of `smtp-sasl-user-realm'.
8960
8961 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8962
8963         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8964
8965 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8966
8967         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8968         to the default value as well as `eword-lexical-analyzer'.
8969
8970 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8971
8972         * wl-version.el (wl-extended-emacs-version,
8973         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8974         `elmo-match-string' instead of `wl-match-string'.
8975
8976 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8977
8978         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8979         docstring.
8980
8981 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8982
8983         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8984
8985 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8986
8987         * wl-highlight.el (wl-highlight-headers): Remove
8988         `wl-highlight-x-face-func' argument (`beg' and `end').
8989
8990 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8991
8992         * wl-summary.el (wl-summary-mark-as-important):
8993         Remove cache if folder is local.
8994
8995 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8996
8997         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8998         to get existing e-mail address string.
8999
9000 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9001
9002         * wl-version.el (wl-generate-user-agent-string): Commentary.
9003         (wl-generate-user-agent-string-1): Use `when' for
9004         one-branch conditional statement, instead of `and' and `if'.
9005         (wl-extended-emacs-version, wl-extended-emacs-version2,
9006         wl-extended-emacs-version3): Ditto.
9007
9008 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
9009
9010         * wl-summary.el (wl-summary-sync-all-init): New inline function.
9011         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
9012         condition-case; Remove initialization.
9013         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
9014         (wl-summary-sync-update3): Added argument `sync-all';
9015         Eliminated local variable `msgdb';
9016         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
9017         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
9018         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
9019
9020 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
9021
9022         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
9023         connection before call `wl-draft-send-mail-with-smtp'.
9024
9025 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9026
9027         * Version number is increased to 2.5.4.
9028
9029 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9030
9031         * wl.el (wl-check-environment): Additional check for
9032         'wl-local-domain' and `wl-message-id-domain'.
9033
9034 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9035
9036         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9037         buffer as command specific.
9038         (wl-folder-mark-as-read-all-entity): Ditto.
9039         (wl-folder-prefetch-entity): Ditto.
9040         (wl-folder-drop-unsync-entity): Ditto.
9041
9042         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9043         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9044         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9045
9046         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9047         save-excursion.
9048
9049 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9050
9051         * Version number is increased to 2.5.3.
9052
9053         * wl-summary.el (wl-summary-save-view-cache):
9054         Delete duplicated `write-region';
9055         Use `write-region-as-binary' instead of `as-binary-output-file' and
9056         `write-region'.
9057
9058 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9059
9060         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9061
9062 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9063
9064         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9065         instead of `smtp-via-smtp'.
9066
9067 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9068
9069         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9070
9071 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9072
9073         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9074         instead of `smtp-sasl-user-realm'.
9075
9076 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9077
9078         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9079
9080 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9081
9082         * Version number is increased to 2.5.2.
9083
9084 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9085
9086         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9087         does not exist.
9088         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9089         (wl-biff-start): Call `timer-activate' if timer already exists.
9090
9091         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9092         only when it is bound as function.
9093
9094 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9095
9096         * Version number is increased to 2.5.1.
9097
9098 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9099
9100         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9101         Print refile/copy destination.
9102
9103 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9104
9105         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9106         queue-flush-only is non-nil.
9107
9108         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9109
9110         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9111         checking cache folder.
9112
9113 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9114
9115         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9116         `regexp-quote'.
9117
9118 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9119
9120         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9121         function.
9122         * wl-summary.el (wl-summary-write-current-folder-functions):
9123         Change default value.  Use it.
9124
9125 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * Version number is increased to 2.5.0.
9128
9129         * wl-version.el (wl-version): Changed codename.
9130
9131 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9132
9133         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9134         (wl-summary-supersedes-message): Ditto.
9135
9136 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9137
9138         * wl-refile.el (wl-refile-guess-functions): Renamed from
9139         `wl-refile-guess-func-list'.
9140
9141 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9142
9143         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9144         Fixed problem when no rule was matched.
9145
9146 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9147
9148         * wl-summary.el (wl-summary-get-mark): Fixed
9149         `wl-summary-buffer-target-mark' check logic.
9150
9151 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9152
9153         * wl-folder.el (wl-folder-write-current-folder): Added group
9154         folder check.
9155
9156         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9157         `wl-summary-write-current-newsgroup'.
9158         (wl-summary-write-current-folder-functions): New variable.
9159         * wl-folder.el (wl-folder-get-newsgroups): New function.
9160         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9161         (wl-folder-write-current-folder): Renamed from
9162         `wl-folder-write-current-newsgroup'.
9163
9164 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9165
9166         * Version number is increased to 2.3.93.
9167
9168 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9169
9170         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9171         (wl-ldap-make-matched-value-list): Ditto.
9172         (wl-ldap-alias-safe-string): Split e-mail address.
9173
9174         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9175         petname folder default was selected.
9176         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9177         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9178
9179 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9180
9181         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9182         to `wl-draft-config-exec'.
9183
9184         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9185         instead of calling `wl-draft-config-exec';
9186         Process group-list and show recipients in minibuffer.
9187
9188         * tm-wl.el (wl-draft-preview-message): Ditto.
9189
9190 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9191
9192         * wl.el (toplevel): Added (C) to copyright notice, and
9193         sync Author header.
9194         * tm-wl.el (toplevel): Ditto.
9195         * wl-address.el (toplevel): Ditto.
9196         * wl-demo.el (toplevel): Ditto.
9197         * wl-dnd.el (toplevel): Ditto.
9198         * wl-draft.el (toplevel): Ditto.
9199         * wl-e21.el (toplevel): Ditto.
9200         * wl-expire.el (toplevel): Ditto.
9201         * wl-folder.el (toplevel): Ditto.
9202         * wl-highlight.el (toplevel): Ditto.
9203         * wl-message.el (toplevel): Ditto.
9204         * wl-mime.el (toplevel): Ditto.
9205         * wl-mule.el (toplevel): Ditto.
9206         * wl-nemacs.el (toplevel): Ditto.
9207         * wl-refile.el (toplevel): Ditto.
9208         * wl-score.el (toplevel): Ditto.
9209         * wl-summary.el (toplevel): Ditto.
9210         * wl-template.el (toplevel): Ditto.
9211         * wl-thread.el (toplevel): Ditto.
9212         * wl-util.el (toplevel): Ditto.
9213         * wl-vars.el (toplevel): Ditto.
9214         * wl-xmas.el (toplevel): Ditto.
9215
9216 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9217
9218         * wl.el (wl-init): Added comment about `wl-init-hook'.
9219         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9220         * wl-vars.el (wl-init-hook): Added docs.
9221         (wl-make-plugged-hook): Removed useless docs.
9222         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9223         * wl-xmas.el (toplevel): Ditto.
9224
9225 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9226
9227         * wl-address.el (toplevel): Fixed multiple Author header format.
9228         * wl-demo.el (toplevel): Ditto.
9229         * wl-draft.el (toplevel): Ditto.
9230         * wl-folder.el (toplevel): Ditto.
9231         * wl-summary.el (toplevel): Ditto.
9232         * wl-thread.el (toplevel): Ditto.
9233         * wl-util.el (toplevel): Ditto.
9234         * wl-vars.el (toplevel): Ditto.
9235         * wl-version.el (toplevel): Ditto.
9236         * wl-xmas.el (toplevel): Ditto.
9237         * wl.el (toplevel): Ditto.
9238
9239         * wl-version.el (toplevel): Added require `elmo-version' for
9240         `product-version-as-string'.
9241
9242 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9243
9244         * wl-vars.el (wl-draft-send-hook): Changed default value to
9245         '(wl-draft-config-exec).
9246
9247         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9248         explicitly.
9249         (wl-draft): Set `wl-draft-config-exec-flag' before running
9250         `wl-mail-setup-hook'.
9251
9252         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9253         `wl-biff-init-icons' to `wl-init-hook' instead of
9254         `wl-make-plugged-hook'.
9255         (Because if `wl-draft' command is invoked at first,
9256         they are not initialized)
9257         Updated copyright notice.
9258
9259         * wl-e21.el (toplevel): Ditto;
9260
9261         * wl-demo.el (toplevel): Updated copyright notice.
9262         * wl-address.el (toplevel): Ditto.
9263         * wl-draft.el (toplevel): Ditto.
9264         * wl-version.el (toplevel): Ditto.
9265         * wl-folder.el (toplevel): Ditto.
9266         * wl-summary.el (toplevel): Ditto.
9267         * wl-thread.el (toplevel): Ditto.
9268         * wl-util.el (toplevel): Ditto.
9269         * wl-vars.el (toplevel): Ditto.
9270         * wl.el (toplevel): Ditto.
9271
9272 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9273
9274         * wl-highlight.el (wl-highlight-message): Fixed problem of
9275         highlighting failure which occured when the last field contains
9276         multiple lines in the draft buffer.
9277
9278         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9279         `wl-biff-start' if plugged.
9280
9281         * wl-util.el (wl-biff-check-folder): New function.
9282         (wl-biff-check-folders): Don't set session name prefix.
9283         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9284         (wl-biff-check-folder-async): Ditto.
9285
9286         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9287         in email address.
9288
9289 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9290
9291         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9292
9293         * wl-draft.el (wl-draft-strip-subject-re): New function.
9294
9295         * wl-draft.el (wl-draft-reply): Use it.
9296
9297 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9298
9299         * wl-message.el (wl-mmelmo-message-redisplay): Use
9300         `mime-display-message' instead of `wl-mime-display-message'.
9301
9302         * wl-mime.el (toplevel): Removed compatibility workaround
9303         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9304         (wl-mime-display-message): Abolished.
9305         (wl-mime-entity-read-field): Ditto.
9306         (wl-mime-combine-message/partial-pieces): Use
9307         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9308
9309 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9310
9311         * wl-template.el: Doc fixes.
9312
9313 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9314
9315         * wl-e21.el (wl-message-overload-functions): Do nothing if
9316         `current-local-map' is not available.
9317         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9318
9319 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9320
9321         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9322         representation.
9323
9324         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9325         number.
9326         (wl-fldmgr-save-folders): Don't use `format' when insert
9327         `wl-fldmgr-folders-header'.
9328
9329 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9330
9331         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9332
9333 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9334
9335         * wl-highlight.el (wl-highlight-message):
9336         Use `std11-field-end' to detect end point of the header field.
9337         Refer `wl-highlight-max-header-size'.
9338
9339         * wl-vars.el (wl-highlight-max-header-size): New variable.
9340
9341         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9342
9343         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9344         Set `for-draft' argument of wl-highlight-headers.
9345         (wl-draft): Ditto.
9346         (wl-draft-reedit): Ditto.
9347         (wl-user-agent-compose-internal): Ditto.
9348
9349 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9350
9351         * wl-message.el (wl-message-add-button): Use overlay.
9352
9353 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9354
9355         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9356
9357         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9358         problem when group-list content is nothing.
9359         (Reported by Mito <mit@nines.nec.co.jp>)
9360
9361 2000-10-18  SAITO Atsunori <sai@yedo.com>
9362
9363         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9364
9365 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9366
9367         * tm-wl.el (toplevel): Use product-provide.
9368
9369 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9370
9371         * Version number is increased to 2.3.92.
9372
9373 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9374
9375         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9376         title text, use `display' property for left margin under Emacs 21.
9377
9378         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9379         properties.
9380         (wl-plugged-init-icons): Ditto.
9381
9382 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9383
9384         * wl.el (wl-save-status, wl-init): Remove last period in
9385         "...done." message.
9386         * tm-wl.el (wl-summary-burst): Ditto.
9387         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9388         wl-summary-resume-cache-status,
9389         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9390         wl-summary-sync-update3, wl-summary-highlight-msgs,
9391         wl-summary-flush-pending-append-operations,
9392         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9393         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9394         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9395         wl-thread-open-all): Ditto.
9396         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9397         * wl-mime.el (wl-summary-burst): Ditto.
9398         * wl-highlight.el (wl-highlight-summary): Ditto.
9399         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9400         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9401         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9402         * wl-address.el (wl-local-address-init): Ditto.
9403
9404 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9405
9406         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9407         `add-text-properties'.
9408         (wl-plugged-init-icons): Ditto.
9409         (wl-folder-init-icons): Use `propertize' instead of
9410         `put-text-property'.
9411         (wl-plugged-set-folder-icon): Ditto.
9412         (wl-e21-highlight-folder-group-line): Ditto.
9413
9414 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9415
9416         * wl-version.el (wl-version-status-alist): New variable.
9417         (wl-version-status): New function.
9418
9419         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9420         "Cc" part of the case "Reply-To".
9421
9422         * wl-draft.el (wl-draft-reply): Use result of
9423         `eword-extract-address-components'.
9424
9425         * wl-demo.el (wl-demo-icon-name): New constant.
9426         (wl-logo-xpm): Use it.
9427         (wl-logo-xbm): Ditto.
9428         (wl-logo-bitmap): Ditto.
9429
9430         * Version number is increased to 2.3.91.
9431
9432 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9433
9434         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9435         (wl-extended-emacs-version, wl-extended-emacs-version2,
9436         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9437         docstring.
9438
9439         * wl-version.el (wl-generate-user-agent-string-1): New function.
9440         (wl-generate-user-agent-string): Use it.
9441
9442         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9443         `mime-edit-insert-user-agent-field'.
9444         (wl-generate-user-agent-string): Check
9445         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9446
9447         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9448         instead of `if', when verbose case.
9449
9450 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9451
9452         * wl-expire.el (wl-summary-expire): Fix.
9453
9454 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9455
9456         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9457         and `elmo-lost+found-folder' if 'wl-draft.
9458         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9459
9460 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9461
9462         * wl-expire.el (wl-summary-expire): Change messages.
9463         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9464         `deleing-info' instead of "Deleting..."
9465
9466 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9467
9468         * wl-summary.el (wl-summary-refile-subr): Fix.
9469
9470 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9471
9472         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9473         if pipe folder.
9474
9475 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9476
9477         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9478
9479 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9480
9481         * wl-expire.el (wl-expire-hide): New function.
9482         (wl-summary-expire): Add `hide'.
9483
9484 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9485
9486         * wl-vars.el (wl-draft-reply-without-argument-list):
9487         Changed default value to consider `Reply-To:'.
9488         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9489
9490         * Version number is increased to 2.3.90.
9491
9492         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9493         elmo-imap4-get-session with unwind-protect.
9494         Don't cause error.
9495         (wl-summary-sync-marks): Don't check plugged nor folder type.
9496         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9497         (Always keep current buffer).
9498
9499 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9500
9501         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9502         Enclose with `save-excursion'.
9503
9504 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9505
9506         * wl-version.el (wl-version): Remove interactive.
9507
9508 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9509
9510         * wl-version.el (wl-generate-user-agent-string): Use
9511         `product-string-verbose' instead of `product-string-1'.
9512
9513 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9514
9515         * wl-vars.el (wl-draft-use-cache): New variable.
9516         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9517         if wl-draft-use-cache is non-nil.
9518
9519 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9520
9521         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9522         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9523
9524 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9525
9526         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9527         (wl-thread-msg-mark-as-unread): Ditto.
9528
9529         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9530         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9531         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9532         Don't set mark in summary if return value of `elmo-mark-as-read'
9533         is nil.
9534         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9535         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9536         instead of `wl-thread-msg-mark-as-read'.
9537         (wl-summary-mark-as-unread-region): Ditto.
9538         (wl-summary-target-mark-mark-as-read): Ditto.
9539
9540         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9541
9542 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9543
9544         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9545
9546         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9547
9548 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9549
9550         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9551         face.
9552
9553 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9554
9555         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9556         `running-xemacs'.
9557
9558 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9559
9560         * wl-version.el (toplevel): Use `product-version-as-string' for
9561         set verstion-string, if defined.
9562
9563         * wl-version.el (wl-version-show): Insert string at point, when
9564         call with argument.
9565
9566         * wl-version.el (wl-generate-user-agent-string): Use
9567         `product-string-1' instead of `wl-appname', `wl-version' and
9568         `wl-codename'.
9569
9570 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9571
9572         * wl-address.el (toplevel): Use product-provide.
9573         * wl-demo.el (toplevel): Ditto.
9574         * wl-dnd.el (toplevel): Ditto.
9575         * wl-draft.el (toplevel): Ditto.
9576         * wl-e21.el (toplevel): Ditto.
9577         * wl-expire.el (toplevel): Ditto.
9578         * wl-fldmgr.el (toplevel): Ditto.
9579         * wl-folder.el (toplevel): Ditto.
9580         * wl-highlight.el (toplevel): Ditto.
9581         * wl-message.el (toplevel): Ditto.
9582         * wl-mime.el (toplevel): Ditto.
9583         * wl-mule.el (toplevel): Ditto.
9584         * wl-nemacs.el (toplevel): Ditto.
9585         * wl-refile.el (toplevel): Ditto.
9586         * wl-score.el (toplevel): Ditto.
9587         * wl-summary.el (toplevel): Ditto.
9588         * wl-template.el (toplevel): Ditto.
9589         * wl-thread.el (toplevel): Ditto.
9590         * wl-util.el (toplevel): Ditto.
9591         * wl-vars.el (toplevel): Ditto.
9592         * wl-xmas.el (toplevel): Ditto.
9593         * wl.el (toplevel): Ditto.
9594
9595 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9596
9597         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9598         instead of product.
9599
9600         * wl-version.el (wl-version): Compile time evalution elmo-version.
9601
9602 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9603
9604         * wl-summary.el (wl-summary-sync-force-update): Append queue
9605         `mark-as-read'if unplugged.
9606
9607 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9608
9609         * wl-version.el: New file.  Use product.el.
9610         * wl.el: add (require 'wl-version).
9611         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9612         for ~/.folders header.
9613         (wl-fldmgr-folders-header): Changed.
9614         * wl-demo.el (wl-demo): Use product.el.
9615
9616         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9617         wl-version.el.
9618         * wl-util.el (wl-version, wl-version-show): Ditto.
9619
9620         * wl-util.el (wl-generate-user-agent-string,
9621         wl-extended-emacs-version, wl-extended-emacs-version2,
9622         wl-extended-emacs-version3): Move to wl-version.el.
9623         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9624         xemacs-codename, mime-edit-insert-user-agent-field,
9625         mime-edit-user-agent-value, mime-editor/version,
9626         mime-editor/codename): Compile warning killer move to
9627         wl-version.el
9628
9629 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9630
9631         * wl-summary.el (wl-summary-refile-subr): Fix.
9632
9633 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9634
9635         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9636         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9637
9638 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9639
9640         * wl.el (wl-check-environment): Check too many `@'.
9641
9642 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9643
9644         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9645
9646 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9647
9648         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9649         wl-draft-reply-myself-without-argument-list): Add variables.
9650         * wl-draft.el (wl-draft-reply): Use it.
9651
9652 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9653
9654         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9655         the 5th argument of `elmo-network-get-spec'.
9656
9657         * wl-thread.el (wl-thread-reparent-children): New inline function.
9658         (wl-thread-delete-message): Use it.
9659
9660         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9661         (wl-summary-score-update-all-lines): Don't use `dolist'.
9662
9663 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9664
9665         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9666         (require 'elmo-msgdb) for inline function.
9667
9668 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9669
9670         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9671
9672 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9673
9674         * wl-score.el (wl-score-headers): Fix for the confusing macro
9675         `elmo-kill-buffer'.
9676
9677 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9678
9679         * wl-summary.el: Don't use the 3rd argument of `require' because
9680         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9681         * wl-util.el: Ditto.
9682         * wl-draft.el: Ditto.
9683
9684 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9685
9686         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9687         window system is not used.
9688
9689 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9690
9691         * wl-thread.el: Don't use `mapcar' only for iteration.
9692         (wl-thread-resume-entity): Ditto.
9693         (wl-thread-delete-message): Ditto.
9694
9695         * wl-summary.el: Bind `dragdrop-drop-functions',
9696         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9697         of `require' for `timezone', `easymenu' and `ps-print';
9698         don't use `mapcar' only for iteration.
9699
9700         * wl-util.el: Bind `mule-version', `nemacs-version',
9701         `emacs-beta-version', `xemacs-codename',
9702         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9703         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9704         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9705         only for iteration.
9706
9707         * wl-score.el: Don't use `mapcar' only for iteration.
9708         (wl-score-simplify-buffer-fuzzy): Ditto.
9709         (wl-score-simplify-subject): Ditto.
9710         (wl-score-headers): Ditto.
9711         (wl-summary-score-update-all-lines): Ditto.
9712
9713         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9714         `enable-multibyte-characters' and `mule-version'.
9715
9716         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9717         `mapcar' only for iteration.
9718
9719         * wl-demo.el: Don't use `mapcar' only for iteration.
9720
9721         * wl-folder.el: Don't use `mapcar' only for iteration.
9722         (wl-folder-open-all): Ditto.
9723         (wl-folder-count-incorporates): Ditto.
9724
9725         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9726         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9727
9728         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9729         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9730         `smtp-connection-type'; specify 3rd argument of `require' for
9731         `timezone'; don't use `mapcar' only for iteration.
9732         (wl-draft-clone-local-variables): Don't use `mapcar'.
9733         (wl-draft-generate-clone-buffer): Ditto.
9734         (wl-user-agent-compose-internal): Ditto.
9735
9736         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9737
9738         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9739         (wl-save-status): Ditto.
9740
9741         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9742         for iteration.
9743
9744 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9745
9746         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9747         removed `Date'.
9748         (wl-fldmgr-make-filter-default): New user option.
9749
9750         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9751         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9752         (wl-fldmgr-filter-completion-alist): Abolish.
9753
9754         * wl.el (wl): Don't check servers if arg is non-nil.
9755
9756         * wl-draft.el (wl-draft-reply): Set only message-id string to
9757         In-Reply-To field.
9758
9759 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9760
9761         * wl-summary.el (wl-summary-pick): Rewrite.
9762
9763         * wl-draft.el (wl-draft-forward): Get references field from
9764         original buffer.
9765         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9766
9767 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9768
9769         * wl-draft.el (wl-draft-forward): Add references field.
9770
9771 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9772
9773         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9774         (wl-draft-reply): Use it.
9775
9776 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9777
9778         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9779         when Emacs 21 is running.
9780
9781         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9782         bindings.
9783
9784 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9785
9786         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9787         XPM icons transparent.
9788
9789         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9790         Emacs 21.
9791
9792 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9793
9794         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9795         nil.
9796
9797         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9798         when it is persistent.
9799         (wl-summary-sync-marks): Changed argument for
9800         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9801         (wl-summary-virtual): Use `elmo-read-search-condition'.
9802         (wl-summary-redisplay-internal): If folder is local, mark as read
9803         even when folder is plugged.
9804
9805 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9806
9807         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9808         of `tool-bar-lines' in the frame parameters.
9809         (after-make-frame-functions, post-command-hook): Don't modify the
9810         value.
9811         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9812         wl-e21-tool-bar-lines): Removed.
9813
9814 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9815
9816         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9817         properties `evaporate' and `wl-momentary-overlay' as well.
9818         (wl-highlight-summary-displaying): Ditto.
9819         (wl-delete-all-overlays): Don't delete overlay which does not have
9820         a property `wl-momentary-overlay'.
9821
9822         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9823         `display-mouse-p' and `display-graphic-p'.
9824         (wl-folder-init-icons): Don't search for XBM or the other files.
9825         (wl-plugged-set-folder-icon): Make icons if and only if
9826         `display-graphic-p' returns non-nil.
9827         (wl-highlight-plugged-current-line): Use `before-string' overlay
9828         property to show icon images.
9829         (wl-highlight-folder-current-line): Ditto.
9830         (wl-e21-highlight-folder-group-line): Ditto.
9831         (wl-e21-highlight-folder-by-numbers): Ditto.
9832         (wl-e21-insert-image): Removed.
9833         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9834         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9835         said.
9836         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9837         `wl-e21-force-switch-toolbar'.
9838         (wl-e21-make-icon-image): Removed.
9839         (wl-e21-setup-toolbar): Don't search for XBM files.
9840         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9841         the default value.
9842
9843 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9844
9845         * wl-util.el (wl-biff-check-folder-async): Set
9846         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9847
9848 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9849
9850         * wl-e21.el (after-make-frame-functions): Add
9851         `wl-e21-force-switch-toolbar'.
9852         (wl-e21-force-switch-toolbar): New function force to switch the
9853         toolbar appearance automatically.
9854         (post-command-hook): Add `wl-e21-switch-toolbar'.
9855         (wl-e21-switch-toolbar): New function to switch the toolbar
9856         appearance automatically.
9857         (wl-e21-tool-bar-lines): New buffer local variable.
9858
9859 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9860
9861         * wl-util.el (wl-biff-check-folders-running): New variable.
9862         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9863         (wl-biff-check-folder-async-callback):
9864         Set `wl-biff-check-folders-running'.
9865         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9866         with unwind-protect.
9867
9868         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9869         Enclose `wl-folder-auto-check' with unwind-protect.
9870
9871         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9872         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9873
9874         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9875
9876         * wl-util.el (wl-biff-notify): New inline function.
9877         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9878         locally.
9879         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9880         folder-list' is 1.
9881         Use `wl-biff-notify'.
9882         (wl-biff-check-folder-async-callback): New function.
9883         (wl-biff-check-folder-async): Ditto.
9884
9885         * wl-folder.el (wl-folder): Don't check folders.
9886         (wl-folder-auto-check): New function.
9887
9888 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9889
9890         * wl-util.el (wl-biff-start) [Emacs19+]:
9891         Use `timer-next-integral-multiple-of-time'.
9892         (wl-biff-check-folders): Use `wl-default-folder'
9893         if `wl-biff-check-folder-list' is nil.
9894
9895 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9896
9897         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9898         instead of `elmo-delete-lists'.
9899
9900 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9901
9902         * wl.el (wl-plugged-toggle-all): Set the value of
9903         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9904         (wl-plugged-toggle): Ditto.
9905         (wl-toggle-plugged): Ditto.
9906         (wl-plugged-init): Ditto.
9907
9908         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9909         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9910         instead of `wl-biff-state-indicator-off' and
9911         `wl-biff-state-indicator-on'; don't modify the value and the type
9912         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9913         (wl-plugged-init-icons): Set icons data to
9914         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9915         instead of `wl-plug-state-indicator-off' and
9916         `wl-plug-state-indicator-on'; don't modify the value and the type
9917         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9918
9919         * wl-vars.el (wl-modeline-biff-state-off,
9920         wl-modeline-biff-state-on, wl-modeline-biff-status,
9921         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9922         wl-modeline-plug-status): New internal variables.
9923         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9924         wl-biff-check-interval, wl-biff-check-folder-list): Change
9925         customization group from `wl-folder' to `wl-highlight'.
9926         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9927         wl-show-plug-status-on-modeline): Defcustomized.
9928
9929         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9930         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9931         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9932         a flag to `mode-line-buffer-identification'.
9933
9934         * wl-e21.el (wl-biff-init-icons): Set icons data to
9935         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9936         instead of `wl-biff-state-indicator-off' and
9937         `wl-biff-state-indicator-on'.
9938         (wl-plugged-init-icons): Set icons data to
9939         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9940         instead of `wl-plug-state-indicator-off' and
9941         `wl-plug-state-indicator-on'.
9942
9943 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9944
9945         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9946         excessive titles.
9947
9948 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9949
9950         * wl.el (wl-plugged-mode): Use revised
9951         `wl-mode-line-buffer-identification'.
9952         (wl-plugged-init): Don't use `force-mode-line-update'.
9953
9954         * wl-xmas.el (wl-draft-overload-functions): Use revised
9955         `wl-mode-line-buffer-identification'.
9956         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9957         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9958         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9959         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9960         `wl-make-plugged-hook';
9961         add `wl-folder-init-icons' and `wl-setup-folder' to
9962         `wl-folder-mode-hook'.
9963
9964         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9965         19 as well.
9966         (wl-mode-line-display-priority-list): New user option.
9967         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9968         Defcustomized.
9969         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9970         Add docs.
9971
9972         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9973         start.
9974         (wl-mode-line-buffer-identification): Revised as a function.
9975
9976         * wl-summary.el (wl-summary-mode): Use revised
9977         `wl-mode-line-buffer-identification'; don't call
9978         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9979         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9980         `wl-xmas-setup-summary'.
9981
9982         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9983         `wl-mode-line-buffer-identification'.
9984
9985         * wl-mule.el (wl-draft-overload-functions): Use revised
9986         `wl-mode-line-buffer-identification'.
9987
9988         * wl-folder.el (wl-make-plugged-alist): Don't call
9989         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9990         (wl-folder): Don't call `wl-folder-init-icons' directly.
9991         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9992         `wl-xmas-setup-folder' directly;
9993         use revised `wl-mode-line-buffer-identification'.
9994         (TopLevel): Don't bind `wl-biff-init-icons',
9995         `wl-plugged-init-icons', `wl-folder-init-icons',
9996         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9997
9998         * wl-e21.el (wl-draft-overload-functions): Use revised
9999         `wl-mode-line-buffer-identification'.
10000         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
10001         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
10002         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
10003         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
10004         `wl-make-plugged-hook';
10005         add `wl-folder-init-icons' and `wl-setup-folder' to
10006         `wl-folder-mode-hook'.
10007
10008 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10009             Katsumi Yamaoka    <yamaoka@jpl.org>
10010
10011         * wl.el (wl): Call `wl-biff-start'.
10012         (wl-exit): Call `wl-biff-stop'.
10013         (wl-plugged-mode): Show biff in modeline.
10014         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
10015
10016         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
10017         (wl-biff-init-icons): New function.
10018         (wl-plugged-init-icons): Don't make too much keymaps.
10019         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
10020
10021         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
10022         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
10023         variables.
10024         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10025         options.
10026
10027         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10028         wl-biff-start, wl-biff-stop): New functions.
10029         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10030         (wl-biff-timer-name): New variable.
10031
10032         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10033
10034         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10035         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10036
10037         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10038         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10039
10040         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10041         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10042         `wl-folder-init-icons' to `ignore' if they are not available.
10043         (wl-folder-mode): Show biff in modeline.
10044
10045         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10046         (wl-biff-init-icons): New function.
10047         (wl-plugged-init-icons): Don't make too much keymaps.
10048         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10049
10050 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10051
10052         * wl-vars.el (wl-strict-diff-folders): Customization Type
10053         and doc fix.  Define as a list of regular expressions for
10054         folders or nil.
10055         * wl-folder.el (wl-folder-check-one-entity): Use
10056         `wl-string-match-member' instead of `wl-string-member' for
10057         `wl-strict-diff-folders'.
10058
10059 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10060
10061         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10062         (wl-highlight-folder-current-line): Use it; new implementation.
10063         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10064         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10065         `defsubst' instead of `defun'.
10066
10067         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10068         `wl-highlight-group-folder-by-numbers'; made it can also be a
10069         number.  See info for more details.
10070
10071         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10072         running.
10073
10074         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10075         to bind them.
10076
10077         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10078         (wl-highlight-folder-current-line): New implementation.
10079
10080         * wl-highlight.el (wl-highlight-folder-group-line): New
10081         implementation.
10082         (wl-delete-all-overlays): Rewrite as a marco.
10083         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10084
10085         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10086         running.
10087         (wl-folder-*-glyph): No need to bind them.
10088
10089         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10090         `wl-e21-highlight-folder-group-icon'; rewrite.
10091         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10092         `defsubst' instead of `defun'.
10093         (wl-folder-mode-map): Bind it when compiling.
10094
10095 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10096
10097         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10098
10099         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10100
10101 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10102
10103         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10104
10105 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10106
10107         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10108         (wl-highlight-folder-current-line): Use it.
10109
10110         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10111         in `id-name'.
10112
10113 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10114
10115         * wl.el: Require `wl-e21' when Emacs 21 is running.
10116
10117         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10118         default when Emacs 21 is running.
10119         (wl-use-highlight-mouse-line): Ditto.
10120         (wl-on-emacs21): New constant.
10121         (wl-on-emacs20): Removed.
10122
10123         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10124         Emacs 21 is running.
10125
10126         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10127         Emacs 21 is running.
10128
10129         * wl-e21.el: New file.
10130
10131 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10132
10133         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10134         (wl-toggle-plugged): Ditto.
10135         (wl-plugged-toggle): Ditto.
10136         (wl-plugged-toggle-all): Ditto.
10137
10138         * wl-vars.el (wl-plug-state-indicator): Refer
10139         `wl-plug-state-indicator-on' indirectly.
10140
10141 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10142
10143         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10144         Call `wl-folder-confirm-existence'.
10145
10146         * wl-folder.el (wl-folder-confirm-existence): Added optional
10147         argument `force'.
10148
10149 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10150
10151         * wl-summary.el (wl-summary-refile-subr): Assume
10152         `copy-or-refile' as symbol.
10153         (wl-summary-refile): Follow up above change.
10154         (wl-summary-copy): Ditto.  Doc fix.
10155
10156 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10157
10158         * wl-summary.el (wl-summary-pick): Don't bind
10159         `elmo-search-mime-charset'.
10160
10161         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10162         default using old backquote style.
10163         (wl-search-mime-charset): Abolished.
10164
10165         * wl-highlight.el (wl-highlight-headers):
10166         Call `point' after `re-search-forward'(for Nemacs).
10167
10168         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10169         for elmo-imap4.el.
10170
10171 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10172
10173         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10174         `wl-message-ignored-field-list' instead of
10175         `mime-view-ignored-field-list'.
10176
10177         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10178         Add interactive spec.
10179         (wl-folder-goto-bottom-of-current-folder): Ditto.
10180         (wl-folder-mode-map): Bind them.
10181
10182         * wl-vars.el (wl-message-ignored-field-list): New variable.
10183         (wl-message-visible-field-list): New variable.
10184
10185         * wl-mime.el (wl-mime-header-presentation-method): New function.
10186         (wl-mime-setup): Set header-presentation-method.
10187
10188 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10189
10190         * wl-nemacs.el (wl-draft-overload-functions): Set
10191         `mode-line-buffer-identification' instead of using
10192         `wl-make-modeline'.
10193
10194         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10195         instead of using `wl-make-modeline'.
10196
10197         * wl-xmas.el (wl-plugged-init-icons): Set up
10198         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10199         (wl-make-modeline): Abolish.
10200         (wl-draft-overload-functions): Set
10201         `mode-line-buffer-identification' instead of using
10202         `wl-make-modeline'.
10203
10204         * wl-util.el (wl-make-modeline-subr): Abolish.
10205         (wl-mode-line-buffer-identification): New alias.
10206
10207         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10208         (wl-summary-make-modeline): Abolish.
10209         (wl-summary-buffer-set-folder): Set
10210         `wl-summary-buffer-folder-indicator'.
10211         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10212         of using `wl-make-modeline'.
10213         (wl-summary-switch-to-clone-buffer): Don't set
10214         `mode-line-buffer-identification'.
10215         (wl-summary-goto-folder-subr): Ditto.
10216
10217         * wl-mule.el (wl-draft-overload-functions): Set
10218         `mode-line-buffer-identification' instead of using
10219         `wl-make-modeline'.
10220
10221         * wl-folder.el (wl-folder-mode): Set
10222         `mode-line-buffer-identification' instead of using
10223         `wl-make-modeline'.
10224         (wl-folder): Don't set `mode-line-buffer-identification'.
10225
10226 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10227
10228         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10229         instead of `member' for `wl-refile-guess-func-list' look-ups.
10230         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10231
10232 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10233
10234         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10235         `wl-message-button-dispatcher'.
10236
10237         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10238
10239         * wl-message.el (wl-message-button-dispatcher): Use it.
10240
10241         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10242         "In-Reply-To".
10243
10244         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10245         Bind `case-fold-search' to t.
10246
10247 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10248
10249         * wl-xmas.el (wl-message-overload-functions): Initialize
10250         `wl-message-button-map'.
10251
10252         * wl-mule.el (wl-message-overload-functions): Initialize
10253         `wl-message-button-map'.
10254
10255         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10256
10257         * wl-message.el (wl-message-button-map): New keymap.
10258         (wl-message-add-button): New function.
10259         (wl-message-button-dispatcher): New function.
10260         (wl-message-button-refer-article): New function.
10261
10262         * wl-highlight.el
10263         (wl-highlight-message-add-buttons-to-header): New function.
10264         (wl-highlight-headers): Use it.
10265
10266 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10267
10268         * wl-summary.el (wl-summary-default-from): Use
10269         `wl-address-get-petname-1'.
10270         (wl-summary-simple-from): Ditto.
10271
10272         * wl-address.el (wl-address-get-petname-1): New inline function.
10273         (wl-address-get-petname): Use it.
10274
10275 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10276
10277         * wl-summary.el (wl-summary-default-from): Return full-name part
10278         from the address if no petname was found.
10279         (wl-summary-simple-from): Ditto.
10280
10281         * wl-address.el (wl-address-get-petname): Return nil if no petname
10282         associated with the address was found.
10283
10284 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10285
10286         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10287         display is finished.
10288
10289 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10290
10291         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10292         `elmo-folder-exists-p' argument.
10293
10294 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10295
10296         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10297         the folder.
10298
10299 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10300
10301         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10302
10303         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10304         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10305
10306 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10307
10308         * wl-folder.el (wl-folder-create-subr): New function.
10309         (wl-folder-confirm-existence): Use it.
10310         (wl-folder-check-one-entity): Use it.
10311         Check the error symbol is derived from 'elmo-open-error.
10312
10313         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10314         `ignore-error'.
10315
10316 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10317
10318         * wl-util.el (toplevel): Add (eval-when-compile (require
10319         'elmo-util)).  (Maybe `provide' is typo.)
10320
10321 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10322
10323         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10324         (I don't know why this was needed.)
10325
10326         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10327         Follow up changes for stream-type.
10328
10329         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10330         (wl-draft-elmo-nntp-send): Ditto.
10331
10332         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10333         (wl-nntp-posting-stream-type): Ditto.
10334         (wl-pop-before-smtp-ssl): Abolished.
10335         (wl-nntp-posting-ssl): Ditto.
10336
10337         * wl-address.el (wl-address-quote-specials): New function.
10338         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10339
10340         * wl-draft.el (wl-draft-reply): Ditto.
10341
10342 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10343
10344         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10345         use function `wl-string-match-assoc'.
10346
10347 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10348
10349         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10350
10351         * wl-draft.el (wl-draft-deduce-address-list): New function.
10352         (wl-draft-parse-mailbox-list): Ditto.
10353         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10354         instead of `smtp-deduce-address-list'.
10355         (wl-draft-on-field-p): Follow group list.
10356
10357         * wl-address.el (wl-address-concat-token): New function.
10358         (wl-address-string-without-group-list-contents): Ditto.
10359         (wl-complete-field-body): Fixed problem of completion
10360         by japanese petname.
10361         (wl-address-make-completion-list): Rewrite.
10362
10363 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10364
10365         * wl-address.el (wl-address-make-completion-list): Completion by
10366         petname.
10367         (wl-complete-field-body): Likewise.
10368
10369 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10370
10371         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10372         contains invalid address syntax.
10373
10374 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10375
10376         * wl-folder.el (wl-folder-check-entity-async): Use
10377         `elmo-nntp-spec-hostname'.
10378
10379 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10380
10381         * wl-summary.el (wl-summary-msgdb-load-async): Use
10382         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10383
10384 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10385
10386         * wl-draft.el (wl-draft-reply): Set argument
10387         `content-transfer-encoding' as nil.
10388
10389 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10390
10391         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10392         `wl-refile-alist'.
10393
10394 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10395
10396         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10397         (wl-draft-edit-string): Ditto.
10398         (wl-draft-forward): Ditto.
10399         * wl-summary.el (wl-summary-write): Ditto.
10400
10401 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10402
10403         * wl-summary.el (wl-summary-sync-update3): Call
10404         `wl-summary-buffer-number-column-detect'.
10405         (wl-summary-buffer-number-column-detect): Search from point-min.
10406
10407 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10408
10409         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10410         contains an address which is not included in original to or cc.
10411
10412 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10413
10414         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10415         begin-line does not exist.
10416         * wl-message.el (wl-message-uu-substring): Ditto.
10417
10418 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10419
10420         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10421         clear local variables.
10422         (wl-summary-exit): Call `elmo-commit'.
10423         (wl-summary-switch-to-clone-buffer): Call
10424         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10425         (wl-summary-goto-folder-subr): Ditto.
10426
10427         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10428         POP folder.
10429
10430 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10431
10432         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10433         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10434         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10435         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10436         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10437         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10438
10439         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10440
10441 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10442
10443         * wl-summary.el (wl-summary-search-by-subject):
10444         Search parent message from the latest one.
10445
10446 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10447
10448         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10449         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10450
10451         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10452         New user option.
10453
10454         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10455         if elmo-nntp-use-killed-list is nil.
10456         Use `elmo-msgdb-append-to-killed-list'.
10457         (Append numbers confirmed as disappeared to the killed list.)
10458         (wl-summary-confirm-appends): Don't display negative number.
10459
10460 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10461
10462         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10463
10464 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10465
10466         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10467         range is `all'.
10468         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10469         `elmo-list-bigger-diff'.
10470
10471 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10472
10473         * wl-summary.el (wl-summary-buffer-exit-func):
10474         New buffer local variable.
10475         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10476
10477 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10478
10479         * wl-demo.el (wl-demo): Fix the last change.
10480
10481 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10482
10483         * wl-demo.el (wl-demo): Don't use `eval'.
10484
10485 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10486
10487         * wl-summary.el (wl-summary-buffer-thread-modified):
10488         New buffer-local variable.
10489         (wl-summary-set-thread-modified): New function.
10490         (wl-summary-thread-modified-p): New function.
10491         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10492         (wl-summary-yank-saved-message): Use function
10493         `wl-summary-set-thread-modified'
10494         (wl-summary-switch-to-clone-buffer): Add
10495         `wl-summary-buffer-thread-modified'.
10496
10497         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10498         (wl-summary-buffer-mark-saved-hook): Ditto.
10499         * wl-summary.el (wl-summary-msgdb-save): New hook
10500         `wl-summary-buffer-message-saved-hook' and
10501         `wl-summary-buffer-mark-saved-hook'.
10502
10503 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10504
10505         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10506
10507 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10508
10509         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10510         don't hide scroll bars under FSF Emacsen because it may incur an
10511         undesirable redrawing.
10512
10513 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10514
10515         * wl-draft.el (wl-draft-edit-string): Call
10516         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10517
10518 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10519
10520         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10521
10522 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10523
10524         * wl-summary.el (wl-summary-msgdb-load-async): Call
10525         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10526
10527 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10528
10529         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10530         fringes in demo buffer; center bitmap logo correctly even if old
10531         Mule is used.
10532
10533 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10534
10535         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10536
10537         * wl-refile.el (wl-refile-subject-alist): New variable.
10538         (wl-refile-subject-alist-file-name): Ditto.
10539         (wl-refile-alist-setup): Rewrite.
10540         (wl-refile-alist-save): Use `elmo-object-save'.
10541         Eliminated arguments.
10542         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10543         (wl-refile-guess-by-subject): New function.
10544         (wl-refile-guess-func-list): Added it.
10545
10546 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10547
10548         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10549         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10550
10551 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10552
10553         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10554         New buffer-local variable.
10555         (wl-summary-buffer-next-folder-func): Ditto.
10556         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10557         if non-nil.
10558         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10559         if non-nil.
10560         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10561         if non-nil.
10562         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10563         if non-nil.
10564
10565 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10566
10567         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10568         permanently in the demo buffer.
10569
10570 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10571
10572         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10573         `mime-entity-fetch-field'.
10574
10575         * wl.el (wl-exit): Delete plugged buffer.
10576
10577         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10578         XEmacs has menubar feature.
10579
10580 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10581
10582         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10583         cannot arrive at the beginning of the buffer under old Emacsen.
10584
10585 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10586
10587         * wl-address.el (wl-address-ldap-search):
10588         Call `ldap-search-entries' with `withdn' argument t.
10589         (wl-complete-field-body): Bind completion-ignore-case as t.
10590         Clear ldap search hash when it was sole completion.
10591         Use elmo-string for pattern string.
10592         (wl-ldap-alias-safe-string): Eliminated needless let.
10593
10594 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10595
10596         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10597         (wl-ldap-alias-sep): New constant.
10598         (wl-ldap-search-attribute-type-list): Ditto.
10599         (wl-ldap-get-value): New function.
10600         (wl-ldap-make-filter): Ditto.
10601         (wl-ldap-make-matched-value-list): Ditto.
10602         (wl-ldap-alias-safe-string): Ditto.
10603         (wl-ldap-register-dn-string): Ditto.
10604         (wl-address-ldap-search): Rewrite.
10605
10606 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10607
10608         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10609         thread is deleted.
10610         (wl-thread-delete-line-from-buffer): Ditto.
10611         (wl-thread-get-exist-children): New function.
10612
10613 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10614
10615         * wl-demo.el (wl-demo): Made it to select various image types.
10616         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10617         from `wl-title-logo'.
10618         (wl-logo-ascii): New variable.
10619         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10620         (wl-demo-copyright-notice): New constant.
10621
10622         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10623
10624 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10625
10626         * wl-vars.el (wl-summary-target-above): Renamed from
10627         wl-summary-temp-above.
10628         * wl-score.el (wl-score-get-score-alist): Use it.
10629         (wl-summary-score-update-all-lines): Use it.
10630         * wl-summary.el: Ditto. (make-variable-buffer-local).
10631
10632 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10633
10634         * wl-vars.el (wl-ldap-port): New user option.
10635
10636         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10637         Rewite whole implementation.
10638         (wl-complete-field-body): Fixed.
10639
10640 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10641
10642         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10643         Choose implementation at compile time.
10644
10645 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10646
10647         * wl-address.el (wl-ldap-search-internal): New function.
10648         (wl-complete-field-to): Use it.
10649
10650 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10651
10652         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10653         Use `let' instead of `let*'.
10654         Require 'wl-vars.
10655
10656         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10657         Define as defcustom.
10658         (wl-ldap-base): Ditto.
10659         (wl-use-ldap): Ditto.
10660
10661 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10662
10663         * wl-address.el (wl-ldap-search): New function.
10664         (wl-complete-field-body): Use `wl-ldap-search'.
10665         (wl-ldap-server): New variable.
10666         (wl-ldap-base): Ditto.
10667         (wl-use-ldap): Ditto.
10668
10669 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10670
10671         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10672         (Pointed out by Mito <mit@nines.nec.co.jp>).
10673         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10674         buffer-local variables like `wl-summary-redisplay-internal'.
10675         (wl-summary-redisplay-all-header): Likewise.  Update
10676         Summary view too.
10677
10678 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10679
10680         * wl-summary.el (wl-summary-jump-to-parent-message):
10681         Consider prefix argument.
10682
10683         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10684         when closed thread is deleted.
10685
10686 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10687
10688         * wl-summary.el (wl-summary-jump-to-parent-message):
10689         Consider thread modification.
10690
10691 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10692
10693         * wl-message.el (wl-message-normal-get-original-buffer): Use
10694         `save-excursion'.
10695
10696         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10697         (wl-summary-showto-folder-regexp): Ditto.
10698
10699 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10700
10701         * wl-util.el (wl-delete-alist): Doc fix.
10702         (wl-delete-associations): New function.
10703         (wl-inverse-alist): New function.
10704         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10705         Split temporary variables. Use `wl-delete-associations'
10706         and `wl-inverse-alist'.
10707         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10708
10709 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10710
10711         * wl-folder.el (wl-folder-prefetch-entity):
10712         Execute prefetching if new count is unknown.
10713
10714 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10715
10716         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10717
10718         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10719         delete entity.
10720         (wl-thread-set-parent): If insert as top, set linked as nil.
10721
10722         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10723         `wl-thread-cleanup-symbols' when view mode is thread.
10724
10725 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10726
10727         * wl-folder.el (wl-folder-create-folder-entity): Use
10728         with-current-buffer.
10729         (wl-local-folder-init): Call set-buffer to make sure we are in
10730         the Folder buffer. Don't touch buffer-local variables here.
10731         (wl-folder-mode): Initialize buffer-local variables here.
10732
10733         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10734         (wl-folder-entity-assign-id): Ditto.
10735         (wl-folder-create-entity-hashtb): Ditto.
10736         (wl-local-folder-init): Ditto.
10737         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10738
10739 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10740
10741         * wl-summary.el (wl-summary-default-from): Fix probrem when
10742         std11-extract-address-components return (nil "foo@bar").
10743
10744 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10745
10746         * wl-draft.el (wl-draft-clone-local-variables):
10747         Remove redundant `setq'.
10748
10749 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10750
10751         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10752         Bind wl-highlight-x-face-func as nil while highlighting header.
10753
10754 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10755
10756         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10757
10758 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10759
10760         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10761         elmo-msgdb-overview-hashtb from copy-variables.
10762         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10763         instead of `elmo-msgdb-overview-get-entity-by-number'.
10764         (wl-summary-auto-refile): Ditto.
10765
10766         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10767         `elmo-msgdb-overview-get-entity' instead of
10768         `elmo-msgdb-search-overview-entity'.  Use
10769         `elmo-msgdb-overview-get-entity' instead of
10770         `elmo-msgdb-overview-get-entity-by-number'.
10771         (wl-thread-insert-entity-sub): Ditto.
10772         (wl-thread-insert-message): Ditto.
10773
10774         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10775         `elmo-msgdb-overview-get-entity'.
10776         (wl-normal-message-redisplay): Ditto.
10777
10778 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10779
10780         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10781         `wl-thread-entities'.
10782         (wl-thread-delete-message): Fix remove top message from
10783         `wl-thread-entity-list'.
10784
10785         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10786         wl-append(nconc), because update-list is broken on Meadow.
10787
10788         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10789         updating process.
10790         (wl-summary-rescan): Ditto.
10791         (wl-summary-sync-update3): Ditto.
10792         * wl-thread.el (wl-thread-set-parent): Renamed from
10793         `wl-summary-set-parent'.
10794         (wl-thread-insert-message): Updating buffer faster.
10795         (wl-thread-delete-message): Updating buffer faster.
10796
10797         * wl-score.el (wl-summary-score-update-all-lines): Changed
10798         interval for display progress gauge.
10799
10800 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10801
10802         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10803         folder always-sticky.
10804         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10805         defmacro.
10806
10807 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10808
10809         * wl-vars.el (wl-draft-add-references): New user option.
10810
10811         * wl-draft.el (wl-draft-add-references): New function.
10812         (wl-draft-yank-from-mail-reply-buffer): Use it.
10813         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10814         as nil.
10815
10816 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10817
10818         * wl-thread.el (wl-thread-update-line-msgs): Called
10819         `wl-thread-update-line-on-buffer-sub'.
10820         (wl-thread-update-line-on-buffer): Delete routine of inserting
10821         thread.
10822         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10823         moved from `wl-thread-update-line-on-buffer'.
10824         Add threshold for displaying progress gauge.
10825         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10826         argument of `wl-thread-update-line-msgs'.
10827         Add threshold for displaying progress gauge.
10828         * wl-folder.el:
10829         Add threshold for displaying progress gauge.
10830         * wl-score.el: Ditto.
10831
10832         * wl-expire.el (wl-summary-expire): Display deleting info.
10833
10834 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10835
10836         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10837         `no-msg'.
10838         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10839         argument of `wl-thread-update-line-msgs'.
10840         (wl-summary-set-parent): Added optional argument `parent-number'.
10841         (wl-summary-buffer-saved-message): New buffer local variable.
10842         (wl-summary-save-current-message): New command.
10843         (wl-summary-yank-saved-message): Ditto.
10844         (wl-summary-mode-map): Added key binding for
10845         `wl-summary-save-current-message' (\ew) and
10846         `wl-summary-yank-saved-message' (\C-y).
10847         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10848
10849 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10850
10851         * wl-summary.el (wl-summary-mode-map): Added key binding for
10852         `wl-summary-set-parent' (ts).
10853
10854 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10855
10856         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10857         subject faster. If thread number is reverse, delayed updating
10858         thread.
10859         (wl-summary-search-by-subject): Ditto.
10860         (wl-summary-put-alike): Ditto.
10861         (wl-summary-get-alike): Ditto.
10862         (wl-summary-insert-headers): Insert header of all overview in
10863         buffer.
10864         (wl-summary-rescan): Delayed updating thread. Kill search subject
10865         buffer for wl-summary-search-by-subject.
10866         (wl-summary-sync-update3): Ditto.
10867         (wl-summary-exit): Ditto.
10868         (wl-summary-goto-bottom-of-current-thread): Change for linked
10869         thread.
10870         (wl-summary-overview-create-summary-line): Change line for linked
10871         thread.
10872
10873         * wl-summary.el (wl-summary-update-thread): Use
10874         wl-thread-maybe-get-children-num.
10875         (wl-summary-set-parent): If change parent, move sub thread.
10876         (wl-summary-redisplay-internal): Add horizontal recenter.
10877         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10878
10879         * wl-thread.el (wl-thread-entity-get-linked): New function.
10880         (wl-thread-entity-set-linked): New function.
10881         (wl-thread-create-entity): Add linked element.
10882         (wl-thread-entity-insert-as-top): Use wl-append.
10883         (wl-thread-maybe-get-children-num): If closing thread, return
10884         children msgs.
10885         (wl-thread-update-line-msgs): Displaying progress message.
10886         (wl-thread-update-line-on-buffer-sub): Use
10887         wl-thread-maybe-get-children-num.
10888         (wl-thread-update-line-on-buffer): If update line is not exists,
10889         insert thread.
10890         (wl-thread-delete-message): If delete top msg of thread, search
10891         parent by subject.
10892         (wl-thread-insert-entity): Use
10893         wl-thread-maybe-get-children-num.
10894
10895         * wl-highlight.el (wl-highlight-summary-current-line): change
10896         sregexp for linked thread.
10897         * wl-util.el (wl-count-lines): Count lines.
10898         (wl-horizontal-recenter): horizontal recenter.
10899         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10900         (wl-score-get-alike): Ditto.
10901         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10902         (wl-subject-length-limit): New variable.
10903         (wl-highlight-thread-indent-string-regexp): Changed for linked
10904         thread.
10905
10906 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10907
10908         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10909         New variable (revival).
10910         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10911         by subject matching if there's no in-reply-to nor references field
10912         (revival).
10913
10914 \f
10915 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10916
10917         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10918         message.
10919
10920 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10921
10922         * wl-summary.el (wl-summary-reply): Return t if there was a
10923         message at cursor point.
10924         Added unwind-protect.
10925         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10926         returns t.
10927         (wl-summary-cancel-message): Do nothing when there's no message at
10928         cursor point.
10929         (wl-summary-forward): Ditto.
10930         (wl-summary-jump-to-parent-message): Ditto.
10931         (wl-summary-reedit): Ditto.
10932         (wl-summary-edit-addresses): Ditto.
10933         (wl-summary-pipe-message): Ditto.
10934         (wl-summary-print-message-with-ps-print): Ditto.
10935         (wl-summary-print-message): Ditto.
10936         (wl-summary-mark-as-important): Ditto.
10937         (wl-summary-mark-as-unread): Ditto.
10938
10939         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10940         message at cursor point.
10941         (wl-summary-reply-with-citation): Remove unwind-protect.
10942
10943         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10944         subject searching feature.
10945         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10946         Eliminated.
10947
10948 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10949
10950         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10951         New variable.
10952         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10953         by subject matching if there's no in-reply-to nor references field.
10954
10955         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10956
10957         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10958         when display is finished.
10959         (wl-folder-open-all): Ditto.
10960         (wl-folder-update-access-group): Ditto.
10961         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10962         * wl-thread.el (wl-thread-close-all): Ditto.
10963
10964         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10965         progress gauge only when it was displayed.
10966         * wl-folder.el (wl-folder-insert-entity): Ditto.
10967
10968 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10969
10970         * wl-summary.el (wl-summary-incorporate): Enclose
10971         `wl-summary-sync-force-update' with save-excursion.
10972
10973 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10974
10975         * wl-summary.el (wl-summary-prefetch-region):
10976         Pass current cursor point to `pos-visible-in-window-p' after
10977         moving cursor to the started point.
10978
10979 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10980
10981         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10982
10983         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10984         fields from the forwarding message.
10985         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10986         `ignored-fields'.
10987
10988 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10989
10990         * wl-mime.el (wl-message-request-partial):
10991         Eliminated argument `msgdb'.
10992         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10993         (wl-mime-combine-message/partial-pieces): Likewise.
10994         * tm-wl.el (wl-message-request-partial): Likewise.
10995         (wl-mime-combine-message/partial-pieces): Likewise.
10996
10997 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10998
10999         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
11000         when display is finished.
11001
11002 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
11003
11004         * wl-summary.el (wl-summary-goto-folder-subr):
11005         Fix problem when wl-summary-partial-highlight-above-lines is nil.
11006
11007 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
11008
11009         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
11010         when cursor point is visible.
11011
11012 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
11013
11014         * wl-expire.el (wl-expire-archive-get-max-number):
11015         Don't use `file-name-directory'.
11016
11017 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
11018
11019         * wl-expire.el (wl-expire-archive-get-max-number):
11020         Use `file-name-directory'.
11021
11022 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11023
11024         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11025         only when there is progress.
11026
11027 2000-04-13  Mito <mit@nines.nec.co.jp>
11028
11029         * wl-summary.el (wl-summary-sync-marks): Display progress.
11030
11031 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11032
11033         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11034         (wl-summary-prev): Move cursor regardless of unread status.
11035         (wl-summary-next): Ditto.
11036
11037 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11038
11039         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11040         Added argument `target' and `number'.
11041         * tm-wl.el (wl-summary-burst-subr): New function.
11042         (wl-summary-burst): Use it.
11043
11044 2000-04-10  Mito <mit@nines.nec.co.jp>
11045
11046         * wl-mime.el (wl-burst): New function.
11047         (wl-summary-burst): Use it.
11048
11049 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11050
11051         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11052         as petname when there's no candidate.
11053
11054 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11055
11056         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11057         New variable.
11058         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11059
11060         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11061
11062         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11063
11064 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11065
11066         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11067         Use substring of `original' instead of buffer-substring.
11068         (wl-refile-evaluate-rule):
11069         Set `original' argument of wl-refile-expand-newtext.
11070
11071         * wl-summary.el
11072         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11073         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11074         (wl-summary-auto-refile): Check existence of destination folder just
11075         before marking.
11076
11077 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11078
11079         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11080         when wl-refile-get-field-value return nil.
11081
11082 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11083
11084         * wl-refile.el
11085         (wl-refile-expand-newtext): New function imported from Gnus.
11086         (wl-refile-evaluate-rule): Use it.
11087
11088 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11089
11090         * wl-summary.el (wl-summary-print-destination):
11091         Duplicate folder string to avoid putting text-property on
11092         original string.
11093
11094         * wl-refile.el (wl-refile-get-field-value): New function.
11095         (wl-refile-evaluate-rule): New function;
11096         Evaluate refile rule recursively.
11097         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11098         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11099         New function; Check existence of a target folder recursively.
11100         (wl-summary-auto-refile-check-refile-rule-alist):
11101         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11102
11103 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11104
11105         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11106
11107         * wl-folder.el (wl-create-folder-entity-from-buffer):
11108         Fixed problem when '}' character is contained in folder name.
11109
11110         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11111
11112 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11113
11114         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11115         (wl-fldmgr-add-completion-all-completions):
11116         Use wl-fldmgr-add-completion-hashtb.
11117
11118 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11119
11120         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11121         wl-fldmgr-add-completion-subr): New functions.
11122         * wl-folder.el (wl-folder-completion-func): New variable.
11123         * wl-summary.el (wl-summary-read-folder):
11124         Use wl-folder-completion-func.
11125
11126         * wl-refile.el: Eliminate throw & catch.
11127
11128         * wl.el (wl-plugged-sending-queue-status): Fixed.
11129
11130 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11131
11132         * wl-draft.el (wl-draft): Put category property on
11133         mail-header-separator.