822e76952f8d8e93751b315071ab3f901af8730e
[elisp/wanderlust.git] / wl / ChangeLog
1 2009-05-26  Vitaly Mayatskikh <v.mayatskih@gmail.com>
2
3         * wl-summary.el (wl-summary-display-raw): New function, display
4         message in raw format.
5
6 2009-03-16  Tetsurou Okazaki  <okazaki@be.to>
7
8         * wl-summary.el (wl-summary-previous-message-number): New function.
9         (wl-summary-next-message-number): Ditto.
10         (wl-summary-default-get-next-msg): Use `wl-summary-previous-message-number' and
11         `wl-summary-next-message-number'.
12         (wl-summary-get-prev-unread-folder): Use `with-current-buffer' instead of `save-excursion'.
13         Inline temporary variable `cur-id'.
14         (wl-summary-get-next-unread-folder): Ditto.
15         (wl-summary-get-next-folder): Ditto.
16         (wl-summary-get-prev-folder): Ditto.  Remove a local variable `last-entity'.
17
18 2009-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
19
20         * wl-demo.el (wl-demo-copyright-notice): Add 2009.
21
22 2008-09-05  Kenichi Okada  <okada@opaopa.org>
23
24         * wl-summary.el (wl-summary-buffer-folder-name)
25         (wl-draft-config-body-goto-header): Use backquote instead of quote.
26         * wl-draft.el (wl-draft-body-goto-top)
27         (wl-draft-body-goto-bottom) (wl-draft-config-body-goto-header): Ditto.
28
29 2008-03-30  Tetsurou Okazaki  <okazaki@be.to>
30
31         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Upcase "pgp" in the error message.
32         (wl-message-verify-pgp-nonmime): Cause an error if no PGP signed region is found.
33
34 2008-03-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
35
36         * wl-expire.el: Fix Comentary section.
37
38 2008-02-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
39
40         * wl-mime.el:  Add (eval-when-compile (require 'mmbuffer)).
41         Require mime-parse, elmo-mime, and wl-util.
42
43         * wl-summary.el: Add (eval-when-compile (require 'elmo-filter)).
44
45         * wl-util.el: Add (eval-when-compile (require 'elmo-pop3)).
46
47 2008-02-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
48
49         * wl-template.el: Require elmo-util and wl-vars.
50
51         * wl-mime.el (wl-mime-display-header): Revert last change.
52         Remove `delete-matching-lines "^$"'.
53
54 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
55
56         * wl-mime.el (wl-define-dummy-functions): Split
57         `eval-when-compile' form for avoid error; when `make
58         compile-strict.
59
60         * wl-util.el: Move (eval-when-compile (require 'static)).
61         * wl-dnd.el: Add (eval-when-compile (require 'static)).
62         * wl-message.el: Ditto.
63
64         * wl-mime.el (wl-message-delete-current-part): Use
65         `insert-buffer-substring' instead of `insert-buffer'.
66         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
67         * wl-draft.el (wl-draft-generate-clone-buffer)
68         (wl-draft-do-mime-bcc): Ditto.
69
70         * wl-address.el: Add (eval-when-compile (require 'cl)).
71         * wl-addrmgr.el: Ditto.
72         * wl-mime.el: Ditto.
73         * wl-util.el: Ditto.
74         * wl-score.el: Ditto.
75
76 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
77
78         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
79         `string-to-int'.
80
81         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
82         `string-to-int'.
83
84         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
85         `string-to-number' instead of `string-to-int'.
86
87         * wl-summary.el (wl-summary-get-list-info)
88         (wl-summary-message-number): Use `string-to-number' instead of
89         `string-to-int'.
90
91         * wl-score.el (wl-score-overview-entity-get-lines)
92         (wl-score-set-mark-below, wl-score-set-expunge-below)
93         (wl-summary-increase-score, wl-score-get-header-entry): Use
94         `string-to-number' instead of `string-to-int'.
95
96         * wl-folder.el (wl-folder-update-diff-line): Use
97         `string-to-number' instead of `string-to-int'.
98
99         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
100         instead of `string-to-int'.
101
102         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
103         instead of `string-to-int'.
104
105         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
106         `string-to-int'.
107
108 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
109
110         * wl-util.el (wl-match-string, wl-match-buffer)
111         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
112         (wl-kill-buffers, wl-local-variable-p)
113         (wl-line-formatter-setup): New backquote style.
114         (wl-count-lines): Use quote instead of backquote.
115
116         * wl-summary.el (wl-summary-buffer-folder-name)
117         (wl-summary-get-alike): Use quote instead of backquote.
118         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
119         backquote style.
120
121         * wl-message.el (wl-message-buffer-cache-buffer-get)
122         (wl-message-buffer-cache-folder-get)
123         (wl-message-buffer-cache-message-get)
124         (wl-message-buffer-cache-entry-make)
125         (wl-message-buffer-cache-hit): New backquote style.
126
127         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
128         backquote.
129         (wl-folder-unread-regex, wl-folder-entity-exists-p)
130         (wl-folder-clear-entity-info)
131         (wl-folder-get-entity-info, wl-folder-set-entity-info)
132         (wl-folder-elmo-folder-cache-get)
133         (wl-folder-elmo-folder-cache-put): New backquote style.
134
135         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
136         (wl-fldmgr-assign-id): Ditto.
137         (wl-fldmgr-delete-line): Use quote instead of backquote.
138         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
139
140         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
141         (wl-draft-set-sent-message): New backquote style.
142         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
143         (wl-draft-config-body-goto-header): Use quote instead of backquote.
144
145 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
146
147         * wl-address.el (wl-address-concat-token): Fix typo.
148
149 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
150
151         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
152         (wl-score-get-alike): Ditto.
153
154         * wl-vars.el: New backquote style.
155         (wl-message-header-button-alist): Use quote instead of backquote.
156
157         * wl.el (wl-plugged-string): New backquote style.
158
159         * wl-address.el (wl-address-concat-token): New backquote style.
160
161         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
162
163 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
164
165         * wl-highlight.el (wl-highlight-folder-opened-regexp)
166         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
167
168         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
169         in the character alternative.
170
171 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
172
173         * Version number is increased to 2.15.6.
174
175 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
176
177         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
178         optional 3rd argument of epg-context-set-progress-callback; it was
179         temporarily removed in the Emacs trunk due to copyright problem.
180         (wl-mime-pgp-verify-region-with-epg): Ditto.
181
182 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
183
184         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
185
186 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
187
188         * wl-util.el (wl-biff-check-folders): Set biff flag.
189         (from Naoto Morishima [wl:14031])
190
191 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
192
193         * wl.el (wl-plugged-server-indent): Use quote instead of
194         backquote.
195
196 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
197
198         * wl-score.el (wl-score-insert-header): Add guard for
199         `std11-unfold-string'.
200         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
201         TYPE artgument when TO or CC field.
202
203 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
204
205         * wl-summary.el (wl-summary-goto-folder-subr): Call
206         `elmo-folder-close' instead of `elmo-folder-commit' if discard
207         current summary.
208
209 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-util.el (wl-read-shell-commande): New function or alias.
212
213         * wl-summary.el (wl-summary-pipe-message): Use
214         `wl-read-shell-command' instead of `read-string'.
215         (wl-summary-target-mark-pipe): Ditto.
216
217 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-summary.el (wl-summary-reply): Fix docstring.
220         * wl-draft.el (wl-draft-reply): Ditto.
221
222 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
223
224         * wl-mime.el (wl-summary-extract-attachments): New command.
225         (wl-summary-extract-attachments-1): New internal function.
226
227 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
228
229         * wl-expire.el (wl-expire-folder): New function (split from
230         wl-summary-expire).
231         (wl-summary-expire): Use it. Add argument `all' instead of remove
232         `nolist'. Cause an error only if this function is calling
233         interactively.
234
235 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
236
237         * wl-expire.el (wl-expire-refile): Display progress message.
238         (wl-summary-expire): Simplify.
239
240         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
241         unused argument `deleting-info'.
242
243 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
244
245         * wl-vars.el (wl-message-popup-buffers): New user option.
246
247         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
248         (wl-message-delete-popup-windows): New function that substitues
249         above one.
250         (wl-mime-setup): Follow the above change.
251
252 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
253
254         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
255
256 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
257
258         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
259         "tkm" to wl-thread-spam.
260
261 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
262
263         * wl-thread.el (wl-thread-entity-insert-as-children): Use
264         wl-thread-entity-set-children.
265         (wl-thread-insert-message, wl-thread-insert-entity-sub,
266         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
267         Use wl-thread-entity-get-*.
268
269 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
270
271         * wl-mime.el (wl-epg-progress-callback): New function.
272         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
273         with `elmo-with-progress-display'. Set a progress callback
274         function to epg-context.
275         (wl-mime-pgp-verify-region-with-epg): Ditto.
276
277 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-util.el (wl-completing-read-multiple): Define as an alias of
280         `completing-read-multiple' if emacs-version is not less than 22.
281
282 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
283
284         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
285         change.
286
287 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
288
289         * wl-summary.el (wl-summary-sync-update): Move
290         `wl-thread-update-indent-string-thread' to outside of
291         `elmo-with-progress-display'.
292
293 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
294
295         * wl-message.el (wl-message-exit): Check buffer existence.
296
297 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-util.el (wl-simple-display-progress): New function.
300         (wl-display-progress-with-gauge): Ditto.
301         (wl-progress-callback-function): Ditto.
302
303         * wl.el (wl-init): Set `elmo-progress-callback-function' as
304         `wl-progress-callback-function'
305
306         * wl-vars.el (wl-display-progress-threshold): New user option.
307         (wl-display-progress-function): Ditto.
308
309         * Version number is increased to 2.15.5.
310
311 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
312
313         * wl-thread.el (wl-thread-close-children): New function.
314         (wl-thread-open-children): Ditto.
315         * wl-action.el (wl-summary-set-mark): Redo the last change by
316         using it.
317
318         * wl-action.el (wl-summary-set-mark): Undo the last change.
319         Forbid interactive call.
320
321 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-mime.el (wl-define-dummy-functions): New macro.
324         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
325         `wl-mime-pgp-decrypt-region'.
326         (wl-mime-pgp-verify-region-with-epg): Renamed from
327         `wl-mime-pgp-verify-region'.
328         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
329         `wl-mime-pgp-decrypt-region'.
330         (wl-mime-pgp-verify-region-with-pgg): Renamed from
331         `wl-mime-pgp-verify-region'.
332         (wl-mime-pgp-decrypt-region): New function; To select dispatch
333         function at runtime.
334         (wl-mime-pgp-verify-region): Ditto.
335
336         * wl-vars.el (wl-use-pgp-module): New user option.
337
338 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
339
340         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
341         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
342
343 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
344
345         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
346         even if there are target marks only.
347
348 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
349
350         * Version number is increased to 2.15.4.
351
352 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
353
354         * wl-folder.el (wl-folder-check-one-entity): Simplify.
355
356 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
357
358         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
359         variable.
360
361 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
362
363         * wl-spam.el (wl-thread-test-spam): New function.
364         (wl-spam-setup): Bind "tkc".
365
366 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-expire.el (wl-folder-expire-entity): Rewite without
369         `wl-summary-goto-folder-subr'.
370         (wl-folder-expire-current-entity): Don't kill summary buffer.
371
372 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
373
374         * wl-folder.el (wl-folder-sync-entity): Rewrite without
375         `wl-summary-goto-folder-subr'.
376         (wl-folder-mark-as-read-all-entity): Likewise.
377
378         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
379
380 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-thread.el (wl-thread-force-open): Arranged.
383
384 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
385
386         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
387         from regexp.
388
389         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
390         (wl-read-search-condition-internal): Append them.
391
392 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
393
394         * wl-vars.el (wl-additional-search-condition-fields):
395         New user option.
396
397         * wl-util.el (wl-search-condition-fields): New function; export
398         from `wl-read-search-condition-internal'.
399         (wl-read-search-condition-internal): Use it.
400
401         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
402
403 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
404
405         * wl-summary.el (wl-summary-define-sort-command): New function.
406         (wl-summary-sort-by-date, wl-summary-sort-by-number)
407         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
408         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
409         define by `wl-summary-define-sort-command' at runtime.
410
411         * wl.el (wl-init): Call wl-summary-define-sort-command.
412
413 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
414
415         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
416         properties at the decrypting region.
417
418 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-util.el (wl-find-region): New function.
421
422         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
423         coding system.
424         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
425         property `wl-mime-decoded-coding-system'.
426         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
427         property `wl-mime-decoded-coding-system' to encode text.
428
429         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
430         message.
431         (wl-mime-pgp-verify-region): Ditto.
432
433 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
434
435         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
436         buffer. Use epa-display-verify-result.
437
438 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
439
440         * wl-draft.el (wl-draft-send): Continue even if setting parent
441         flag was failed.
442
443 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
444
445         * wl-message.el (wl-message-flag-indicator): Fixed the problem
446         of returning string only of parentheses.
447
448 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
449
450         * wl-summary.el (wl-summary-write): Add argument `folder'.
451         (wl-summary-write-current-folder): Change argument `folder' from
452         optional to require.
453         (wl-summary-get-buffer): Return the buffer associated folder only.
454
455         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
456         change.
457         (wl-folder-toggle-disp-summary): Ditto.
458
459         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
460         current summary as parent-folder.
461
462 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
463
464         * wl-draft.el (wl-draft-reedit): Don't overwrite
465         wl-draft-parent-folder.
466
467 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
470         (wl-mime-pgp-verify-region): Ditto.
471         (wl-message-decrypt-pgp-nonmime): Use the above function.
472         (wl-message-verify-pgp-nonmime): Likewise.
473         (wl-mime-preview-application/pgp): Likewise.
474
475 2006-04-20  Kenichi Okada  <okada@opaopa.org>
476
477         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
478         Fix about the order of `wl-nntp-posting-port' and
479         `wl-nntp-posting-stream-type'.
480         * wl.el (wl-plugged-port-label-alist): Add smtp.
481
482 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-summary.el (wl-summary-message-status): New macro.
485
486         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
487         (wl-summary-killed-mark): New user option.
488
489         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
490         API change.
491         (wl-thread-insert-entity-sub): Ditto.
492         (wl-thread-recover-messages): New command.
493
494         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
495         Don't call `wl-highlight-summary-current-line' directly.
496         (wl-summary-buffer-attach): Connect to signal `status-changed'
497         instead of `cache-changed'.
498         (wl-summary-buffer-detach): Follow the above change.
499         (wl-summary-detect-mark-position): Follow the API change.
500         (wl-summary-rescan-message): Ditto.
501         (wl-summary-insert-sequential): Ditto.
502         (wl-summary-update-thread): Ditto.
503         (wl-summary-message-mark): Ditto.
504         (wl-summary-persistent-mark): Ditto.
505         (wl-summary-create-line): Ditto.
506         (wl-summary-prefetch-region-no-mark): Call
507         `wl-summary-persistent-mark' with number.
508         (wl-summary-recover-messages-region): New command.
509         (wl-summary-target-mark-recover): Ditto.
510         (wl-summary-recover-message): Ditto.
511         (wl-summary-persistent-mark-string): Add argument `status' instead
512         of remove arguments `flags' and `cached'.  Treat killed status.
513         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
514
515         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
516         (wl-highlight-summary-line-face-spec): Treat killed status.
517         (wl-highlight-summary-line-string): Follow the API change.
518         (wl-highlight-summary-current-line): Ditto.
519
520         * Version number is increased to 2.15.3.
521
522 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
523
524         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
525         of symbolp to test whether the condition is function.
526
527 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
528
529         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
530         to nil.
531
532 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
533
534         * wl-summary.el (wl-summary-buffer-message-ring): New internal
535         variable.
536         (wl-summary-buffer-last-displayed-msg): Abolish.
537         (wl-summary-push-message): New function.
538         (wl-summary-pop-message): Ditto.
539         (wl-summary-goto-folder-subr): Reset
540         `wl-summary-buffer-message-ring'.
541         (wl-summary-pop-to-last-message): New command.
542         (wl-summary-goto-last-displayed-msg): Call
543         wl-summary-pop-to-last-message if optional argument is non-nil or
544         the last command is itself.
545         (wl-summary-redisplay-internal): Push last message number into
546         `wl-summary-buffer-message-ring'.
547
548         * wl-vars.el (wl-summary-message-ring-max): New user option.
549
550 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
551
552         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
553         from `wl-draft-reply').
554         (wl-draft-reply): Use it.
555         (wl-draft-find-reply-headers): Avoid compile warning.
556
557 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
558
559         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
560
561 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-message.el (wl-message-flag-indicator): New function.
564         (wl-message-redisplay): Use it.
565
566 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
569
570 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
573         instead of `read-event'.
574
575         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
576
577         * wl-mule.el (wl-read-event-char): Ditto.
578
579         * wl-e21.el (wl-read-event-char): Ditto.
580
581 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
582
583         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
584
585 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
586
587         * wl-vars.el (wl-draft-send-confirm-type): New user option.
588
589         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
590
591         * wl-draft.el (wl-draft-send-confirm): Confirmation by
592         `wl-draft-send-confirm-type'
593
594 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
595
596         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
597         Avoid error when the buffer name is already used.
598
599 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
600
601         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
602         the change of elmo-nmz -> elmo-search.
603         (wl-highlight-summary-line-help-echo-alist): Ditto.
604         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
605         (wl-nmz-folder-icon): Define as obsolete.
606         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
607         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
608
609 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
610
611         * wl-summary.el (wl-summary-get-list-info): Rewrite with
612         `elmo-find-list-match-value'
613
614 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
615
616         * wl-summary.el (wl-summary-get-list-info): Optimize.
617         Use List-Id and List-Post also.
618
619 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
622
623 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
624
625         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
626
627 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-util.el (wl-completing-read-multiple-1): New internal function.
630         (wl-completing-read-multiple-2): Ditto.
631         (wl-completing-read-multiple): Define use above functions.
632
633         * wl-summary.el (wl-summary-sort): Removed the workaround for a
634         bug of `completing-read-multiple' about default value.
635
636         * wl-xmas.el (wl-completing-read-multiple): Removed.
637
638         * wl-mule.el (wl-completing-read-multiple): Ditto.
639
640         * wl-e21.el (wl-completing-read-multiple): Ditto.
641
642 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
643
644         * wl-util.el (wl-filter-associations): New function.
645
646         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
647         (wl-spam-ignored-folder-list): Ditto.
648         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
649         (wl-spam-string-member-p): New function.
650         (wl-spam-domain): Use it.
651         (wl-spam-split-numbers): New function.
652         (wl-spam-apply-partitions): Ditto.
653         (wl-spam-register-spam-messages): Use `folder' instead of
654         `wl-summary-buffer-elmo-folder'.
655         (wl-spam-register-good-messages): Ditto.
656         (wl-summary-exec-action-spam): Decide a domain by real folder of
657         message.
658         (wl-summary-exec-action-refile-with-register): Likewise.
659
660 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
661
662         * wl-e21.el (wl-e21-find-image): New function.
663         (wl-e21-setup-toolbar): Use it instead of `find-image'.
664         (wl-e21-highlight-folder-group-line): Ditto.
665         (wl-folder-init-icons): Ditto.
666         (wl-plugged-init-icons): Ditto.
667         (wl-biff-init-icons): Ditto.
668
669 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
670
671         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
672         (wl-inhibit-save-drafts): New internal variable.
673         (wl-disable-auto-save): Ditto.
674         (wl-save-drafts): Treat above variables.
675         (wl-auto-save-drafts): New function.
676         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
677         `wl-stop-save-drafts'.
678         (wl-start-save-drafts): New function.
679         (wl-stop-save-drafts): Ditto.
680         (wl-set-auto-save-draft): New command.
681
682         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
683         `wl-set-save-drafts'.
684
685 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
688         `make-local-variable' instead of `make-variable-buffer-local'.
689
690 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
691
692         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
693
694 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
695
696         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
697
698 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
701         of working buffer.
702
703 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
704
705         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
706
707         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
708         value into recipients; Bind `wl-draft-remove-group-list-contents'
709         as nil.
710
711 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-summary.el (wl-summary-sort): Fixed the last change.
714
715         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
716         (wl-summary-sort-messages): Ditto.
717         (wl-summary-rescan): Use it.
718         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
719         `completing-read'; Append candidates for reverse order.
720
721 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
722
723         * Version number is increased to 2.15.2.
724
725 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
726
727         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
728         "Smaller".
729         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
730
731 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
732
733         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
734
735 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * wl-vars.el (wl-draft-additional-header-alist): Add into the
738         customize group `wl-draft'.
739         (wl-draft-add-in-reply-to): Move customize group from `wl' to
740         `wl-draft'.
741         (wl-draft-add-references): Ditto.
742
743         * wl-action.el (wl-summary-print-argument): Rename argument from
744         `folder' to `data'.
745
746 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
747
748         * wl-summary.el (wl-summary-rescan-message): Call
749         `wl-thread-cleanup-symbols' before insert thread.
750
751 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
752
753         * wl.el (wl-init): Set `elmo-get-folder-function' as
754         `wl-folder-make-elmo-folder'.
755
756         * wl-spam.el (wl-summary-exec-action-spam): Use
757         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
758
759         * wl-folder.el (wl-folder-make-elmo-folder): New function.
760         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
761         `elmo-make-folder'.
762         (wl-folder-get-elmo-folder): Ditto.
763         (wl-folder-create-subr): Simplify.
764
765 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
766
767         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
768
769 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
770
771         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
772         contents in message buffer instead of original buffer. If optional
773         argument specified, ask coding system for encode.
774
775 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
776
777         * wl-spam.el (wl-summary-test-spam-region): New function.
778         (wl-spam-setup): Bind "rkc".
779
780 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
783
784 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
785
786         * wl-spam.el (wl-summary-test-spam): Fix typo.
787         (wl-message-check-spam): Ditto.
788
789 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-summary.el (wl-summary-default-from): Simplify.
792
793 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-action.el (wl-summary-exec-action-refile): Simplify.
796         (wl-summary-exec-action-copy): Ditto.
797         (wl-summary-auto-refile): Check existence of temporary mark.
798
799 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-summary.el (wl-summary-create-line): Use
802         `elmo-time-to-datevec'.
803
804         * wl-expire.el (wl-expire-archive-date): Ditto.
805         (wl-expire-localdir-date): Ditto.
806
807         * wl-util.el (wl-day-number): Abolish.
808
809         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
810         of `wl-day-number'.
811         (wl-score-followup): Ditto.
812         (wl-score-add-followups): Ditto.
813         (wl-score-get-latest-msgs): Ditto.
814         (wl-score-get-header-entry): Ditto.
815         (wl-score-edit-insert-date): Ditto.
816
817 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
820         `elmo-message-entity-field' with 2nd argument `type'.
821
822 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
823
824         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
825
826 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
827
828         * wl-thread.el (wl-thread-delete-message): Delete descendant
829         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
830
831 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
832
833         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
834
835 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
836
837         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
838         `Access folder'.
839
840 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-vars.el (wl-access-folder-icon): New user option.
843
844         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
845         `Access folder'.
846
847 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-summary.el (wl-summary-buffer-set-folder): Use
850         `wl-folder-mime-charset'.
851
852         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
853         `mime-charset'.
854         (wl-folder-get-elmo-folder): Ditto.
855         (wl-folder-mime-charset): New function.
856
857 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-util.el (wl-parse-addresses): Define alias of
860         `elmo-parse-addresses' (move to `elmo-util.el').
861
862         * wl-summary.el (wl-summary-default-from): Follow the API change.
863         (wl-summary-overview-entity-compare-by-date): Ditto.
864         (wl-summary-overview-entity-compare-by-from): Ditto.
865         (wl-summary-get-list-info): Get value of `ml-info' field from
866         entity at first.
867         (wl-summary-rescan-message): Treat prefix argument.
868         (wl-summary-prefetch-msg): Follow the API change.
869         (wl-summary-search-by-subject): Ditto.
870         (wl-summary-insert-thread): Ditto.
871         (wl-summary-line-subject): Ditto.
872         (wl-summary-line-from): Ditto.
873         (wl-summary-create-line): Ditto.
874         (wl-summary-print-message-with-ps-print): Ditto.
875
876         * wl-score.el (wl-score-ov-entity-get): Ditto.
877         (wl-score-followup): Ditto.
878         (wl-score-add-followups): Use `elmo-message-entity-field' instead
879         of `car'.
880         (wl-score-get-latest-msgs): Follow the API change.
881         (wl-score-get-header): Ditto.
882
883         * wl-refile.el (wl-refile-learn): Ditto.
884         (wl-refile-subject-learn): Ditto.
885         (wl-refile-get-field-value): Ditto.
886         (wl-refile-guess-by-history): Ditto.
887         (wl-refile-guess-by-subject): Ditto.
888
889         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
890
891         * wl-expire.el (wl-expire-date-p): Removed.
892         (wl-expire-archive-date): Follow the API change.
893         (wl-expire-localdir-date): Ditto.
894         (wl-summary-expire): Ditto.
895
896         * Version number is increased to 2.15.1.
897
898 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
899
900         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
901         group is access or not (it is not strict, like wl-fldmgr-rename).
902
903 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
904
905         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
906         duplicate call of `wl-summary-print-argument' on the wrong line.
907
908 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
911         even if argument `number' is nil.
912         (wl-summary-insert-line): Print action argument if current message
913         has it.
914
915 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
918         (wl-draft-reply): Ditto.
919         (wl-draft): Add optional argument `parent-number' and call
920         `wl-draft-create-buffer' with it.
921         (wl-draft-create-buffer): Add optional argument
922         `parent-number'. Set wl-draft-parent-number as it.
923
924 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
925
926         * wl-folder.el (wl-folder-set-persistent-mark): If summary
927         buffer is not for given folder, don't use it.
928
929 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
930
931         * Version number is increased to 2.15.0.
932
933 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
934
935         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
936
937         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
938         (wl-highlight-get-face-by-name): New internal function.
939         (wl-highlight-summary-line-face-spec): Use it and fixed.
940
941 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
942
943         * wl-summary.el (wl-summary-sync-update): Use
944         `elmo-message-entity-field' instead of `car' to get message-id
945         from overview entity.
946
947         * wl-summary.el (wl-summary-rescan-message): Call
948         `wl-highlight-summary-displaying' when displaying a message.
949
950 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
951
952         * wl-draft.el (wl-draft-config-info-filename): Extracted from
953         `wl-draft-config-info-operation'.
954         (wl-draft-buffer-change-number): New function.
955         (wl-draft-rename-saved-config): Ditto.
956         * wl.el (wl-init): Connect slot for message-number-changed.
957         (toplevel): Add autoload for wl-draft-rename-saved-config.
958
959 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
960
961         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
962         `update-overview'
963         (wl-summary-buffer-detach): Disconnect from it.
964         (wl-summary-rescan-message): Use command.
965
966         * wl-message.el (wl-message-buffer-display): Use
967         `with-current-buffer' instead of `save-excursion'.
968
969 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
970
971         * wl-mime.el (wl-draft-preview-attributes-list): Protect
972         wl-draft-preview-attributes-list from distraction.
973
974 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
975
976         * wl-summary.el (wl-summary-sync-update): Sort the return value of
977         `elmo-list-diff'.
978
979 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
980
981         * wl-summary.el
982         (wl-summary-edit-addresses-collect-candidate-fields): Use
983         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
984
985         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
986         instead of `elmo-set-work-buf'.
987
988         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
989         (wl-address-make-address-list): Ditto.
990
991         * Version number is increased to 2.13.3.
992
993 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
996         user option.
997
998         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
999         argument `5'.
1000
1001         * wl-message.el (wl-message-display-no-merge-p): New function.
1002         (wl-message-buffer-display): Check whether the message is
1003         reassembled and follow the API change.
1004
1005 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
1008         multibyte on working buffer and removed unnecessary
1009         `buffer-disable-undo'.
1010
1011 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1012
1013         * wl-util.el (wl-read-search-condition-internal): Fixed the last
1014         change.
1015
1016 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
1017
1018         * wl-util.el (wl-read-search-condition-internal): Protect
1019         elmo-global-flags from distraction.
1020
1021 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1022
1023         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
1024
1025         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
1026         (wl-summary-event-handler): Ditto.
1027         (wl-summary-update-persistent-mark-on-event): New
1028         function (renamed from `elmo-event-handler-flag-changed').
1029         (wl-summary-buffer-attach): New function.
1030         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
1031         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
1032         instead of `elmo-folder-add-handler'.
1033
1034         * Version number is increased to 2.13.2.
1035
1036 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1037
1038         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
1039         and "\177" to the `wl-news-previous-page'.
1040         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
1041         (wl-news-previous-page): New function.
1042
1043 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
1046         instead of `write-region' and simplify.
1047
1048 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1049
1050         * wl-template.el (wl-template-select): Cause error if
1051         `wl-template-alist' is nil.
1052
1053 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1054
1055         * wl-news.el.in: Set file variable `no-byte-compile'.
1056
1057 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1060         whether a target message is within displaying area.
1061         (elmo-event-handler-cache-changed): Ditto.
1062
1063 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1064
1065         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1066         to `defun'.  Use `nconc' instead of `append' to collect descendant
1067         message numbers.
1068
1069 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1070
1071         * wl-thread.el (wl-thread-save-top-list)
1072         (wl-thread-save-entities): Use `with-temp-buffer'.
1073         * wl-news.el.in (wl-news-previous-version-load):
1074         (wl-news-previous-version-save): Ditto.
1075         * wl-summary.el (wl-summary-load-file-object)
1076         (wl-summary-save-view-cache): Ditto.
1077
1078 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1079
1080         * wl-util.el (toplevel): Require 'elmo-flag'.
1081         (wl-read-search-condition): New function (Renamed from
1082         `elmo-read-search-condition').
1083         (wl-read-search-condition-internal): Likewise.
1084
1085         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1086         invalid.
1087         (wl-summary-pick): Use `wl-read-search-condition' instead of
1088         `elmo-read-search-condition'.
1089         (wl-summary-virtual): Ditto.
1090
1091         * wl-folder.el (wl-folder-virtual): Ditto.
1092         (wl-folder-pick): Ditto.
1093
1094         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1095
1096 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1097
1098         * wl-summary.el (wl-summary-reedit): Call
1099         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1100
1101 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1102
1103         * wl-mime.el (toplevel): Require wl-vars.
1104
1105         * wl-message.el (toplevel): Require cl at compile.
1106
1107         * wl-draft.el (toplevel): Require elmo.
1108
1109 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1110
1111         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1112         and do nothing when it is not positive.
1113         (wl-message-buffer-prefetch-next): Ditto.
1114
1115 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1116
1117         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1118         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1119         (wl-summary-redisplay-internal): Ditto.
1120
1121         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1122         message (the condition is borrowed from `wl-check-variables-2').
1123         (wl-summary-redisplay-internal): Ditto.
1124
1125 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * wl-mime.el (wl-draft-nntp-attribute): New function.
1128         (wl-draft-attribute-nntp-posting-server): Use it.
1129         (wl-draft-attribute-nntp-posting-port): Ditto.
1130
1131         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1132         (wl-draft-show-attributes-buffer): Ditto.
1133         (wl-draft-hide-attributes-buffer): Ditto.
1134         (wl-draft-attribute-newsgroups): Ditto.
1135         (wl-draft-attribute-nntp-posting-server): Ditto.
1136         (wl-draft-attribute-nntp-posting-port): Ditto.
1137         (wl-draft-preview-message): Use there functions.
1138
1139         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1140         value.
1141
1142 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1145         (wl-draft-reedit): Ditto.
1146         (wl-draft-queue-flush): Ditto.
1147
1148         * wl-mime.el (wl-message-request-partial): Ditto.
1149         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1150         instead of `elmo-message-fetch'.
1151
1152         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1153
1154         * wl-summary.el (wl-summary-message-string): Ditto.
1155
1156 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-util.el (wl-current-message-buffer): Follow the API change.
1159
1160         * wl-summary.el (wl-summary-redisplay-internal): Call
1161         `wl-summary-mark-as-read' with 2nd argument as nil and update
1162         unread count instead of persistent mark.
1163
1164         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1165         variable.
1166         (wl-message-redisplay): Follow the API change.
1167         (wl-message-buffer-display): Managed mime-entity directly and
1168         return preview buffer only.
1169         (wl-message-display-internal): Rewrite.
1170         (wl-message-buffer-prefetch-subr): Not save return value of
1171         `wl-message-buffer-display'.
1172
1173         * Version number is increased to 2.13.1.
1174
1175 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1176
1177         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1178         'elmo-multiple-fields-body-list' with boundary specified.
1179
1180 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1181
1182         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1183         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1184         cache if `wl-summary-resend-use-cache' is non-nil.
1185
1186 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1187
1188         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1189         (wl-nntp-posting-stream-type): Ditto.
1190
1191 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1192
1193         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1194
1195 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1196
1197         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1198         message.
1199
1200 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1201
1202         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1203         Abolish.
1204         (wl-summary-buffer-persistent-mark-version): New internal
1205         variable.
1206         (wl-summary-update-mark-and-highlight-window): Check by
1207         wl-summary-persistent-mark-invalid-p.
1208         (wl-summary-update-status-marks): Ditto.
1209         (elmo-event-handler-flag-changed): Rewrite.
1210         (elmo-event-handler-cache-changed): Define.
1211         (wl-summary-prefetch-msg): Does not update persistent mark here.
1212         (wl-summary-delete-cache): Ditto.
1213         (wl-summary-resume-cache-status): Ditto.
1214         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1215         (wl-summary-persistent-mark-invalid-p): New function.
1216         (wl-summary-validate-persistent-mark): Ditto.
1217         (wl-summary-validate-persistent-mark-string): Ditto.
1218         (wl-summary-invalidate-persistent-mark): Ditto.
1219         (wl-summary-update-persistent-mark): Call
1220         `wl-summary-validate-persistent-mark'.
1221         (wl-summary-create-line): Call
1222         `wl-summary-validate-persistent-mark-string'.
1223
1224         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1225         status as t if cache used.
1226
1227 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1228
1229         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1230         only if the target is group.
1231         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1232
1233 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1234
1235         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1236
1237 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1238
1239         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1240
1241         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1242
1243 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1244
1245         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1246         (Thanks to Yoichi NAKAYAMA).
1247
1248 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1249
1250         * wl-util.el (wl-save-drafts): Restore echo area.
1251
1252 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1253
1254         * Version number is increased to 2.13.0.
1255
1256         * wl-util.el (wl-biff-check-folder-async): Use
1257         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1258
1259 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1260
1261         * wl-message.el (wl-message-display-internal): Does not put
1262         wl-message-display-type property on message buffer.
1263         (wl-message-buffer-display-type): New function.
1264
1265         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1266
1267         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1268         `wl-summary-buffer-detach'.
1269         (wl-summary-message-display-type): Use
1270         `wl-summary-buffer-display-type'.
1271
1272 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1273
1274         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1275         buffer-local.
1276
1277         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1278         kill-buffer-hook instead of make-local-variable.
1279         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1280
1281 2004-12-12  Scott Renfro <scott@renfro.org>
1282
1283         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1284         regex for square-branket.
1285
1286 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1287
1288         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1289         `wl-message-mime-analysis-p' with argument `header'.
1290
1291 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1292
1293         * wl-mime.el (wl-draft-yank-current-message-entity): 
1294         Switch to no-mime following method according to wl-message-display-type
1295         property.
1296         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1297
1298         * wl-message.el (wl-message-display-internal): 
1299         Put wl-message-display-type property on message buffer.
1300
1301         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1302         (wl-message-display-internal): Ditto;
1303
1304         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1305
1306 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-message.el (wl-message-make-display-type): New function.
1309         (wl-message-display-type-property): Ditto.
1310         (wl-message-mime-analysys-p): Ditto.
1311         (wl-message-display-all-header-p): Ditto.
1312         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1313         added `display-type'.
1314         (wl-message-buffer-display): Likewise.
1315         (wl-message-display-internal): Likewise.
1316         (wl-message-buffer-display-type): Abolish.
1317         (wl-message-buffer-prefetch-subr): Follow the API changed.
1318
1319         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1320         from wl-summary-buffer-display-all-header and changed default value.
1321         (wl-summary-message-display-type): New function.
1322         (wl-summary-buffer-display-mime-mode): Ditto.
1323         (wl-summary-buffer-display-header-mode): Ditto.
1324         (wl-summary-toggle-mime): Rewrite with above functions.
1325         (wl-summary-toggle-all-header): Ditto.
1326         (wl-summary-redisplay): Force redisplay with default mode.
1327         (wl-summary-redisplay-internal): Renamed argument from `mode',
1328         `all-header' to `mime-mode', `header-mode'.
1329         Use `wl-message-make-display-type'.
1330
1331         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1332         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1333
1334 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1335
1336         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1337
1338 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1339
1340         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1341         in original message buffer.
1342         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1343         buffer.
1344
1345 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1346
1347         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1348
1349 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1350
1351         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1352
1353 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1354
1355         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1356         when actions succeeded.
1357         (wl-summary-exec-action-copy): Likewise.
1358
1359 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1360
1361         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1362         there is switch-to-buffer at the end of wl-message-select-buffer.
1363         (wl-summary-reply): Ditto.
1364
1365 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1366
1367         * wl-summary.el (wl-summary-forward): Put subject in original
1368         message buffer as argument of wl-draft-forward.
1369         * wl-draft.el (wl-draft-forward): Decode subject as in
1370         wl-draft-reply.
1371
1372 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1373
1374         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1375         a folder under access group.
1376
1377 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1378
1379         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1380         wl-message-buffer-display.
1381
1382         * wl-util.el (wl-set-save-drafts): Fix typo.
1383
1384 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1385
1386         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1387         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1388         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1389         the way to measure the width of a bitmap image; don't put face on
1390         ascii and bitmap images; put the mark which should not use the
1391         variable-pitch face on ascii and bitmap images.
1392         (wl-demo-setup-properties): Don't use the variable-pitch face on
1393         ascii and bitmap images; made it work on Emacs 20 and earlier.
1394         (wl-demo-insert-text): End with a newline at the bottom; don't put
1395         face on text.
1396
1397         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1398
1399 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1400
1401         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1402
1403         * wl-util.el (wl-save-drafts): Moved from sample setting.
1404         (wl-set-save-drafts): New function to set idle timer.
1405         * wl-draft.el (wl-draft): Call it.
1406         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1407
1408 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1409
1410         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1411         a summary which has toggle display status off.
1412
1413 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1414
1415         * wl-draft.el (wl-draft-do-fcc): No cache save.
1416
1417 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-summary.el (elmo-event-handler-flag-changed): Use
1420         `set-buffer' instead of `with-current-buffer'.
1421
1422 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1423
1424         * wl-summary.el (wl-summary-after-resize-function): New function.
1425         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1426         window-size-change-functions.
1427
1428 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1429
1430         * wl-draft.el (wl-draft-create-buffer): Bind
1431         `change-major-mode-hook' after current buffer is changed.
1432
1433         * wl-summary.el (wl-summary-buffer-detach): New function.
1434         (wl-summary-buffer-set-folder): Call it.
1435         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1436         change-major-mode-hook and kill-buffer-hook.
1437         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1438         (wl-summary-switch-to-clone-buffer): Ditto.
1439         (wl-summary-goto-folder-subr): Ditto.
1440
1441 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1442
1443         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1444         after boundp check.
1445
1446 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1449         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1450         for `kill-buffer'.
1451
1452         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1453         handler of current buffer from elmo-folder.
1454
1455 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1456
1457         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1458
1459 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1462         variable.
1463         (wl-summary-event-handler): New class.
1464         (elmo-event-handler-flag-changed): Define to update persistent
1465         mark.
1466         (wl-summary-buffer-set-folder): Register event handler to
1467         elmo-folder.
1468         (wl-summary-exit): Unregister event handler.
1469         (wl-summary-goto-folder-subr): Ditto.
1470         (wl-summary-mark-as-read-all): Does not call
1471         `wl-summary-update-persistent-mark' directly.
1472         (wl-summary-mark-as-read-internal): Ditto.
1473         (wl-summary-set-persistent-mark-internal): Ditto.
1474         (wl-summary-set-flags-internal): Ditto.
1475
1476         * Version number is increased to 2.11.33.
1477
1478 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1479
1480         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1481         to nil.
1482
1483 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1484
1485         * wl-spam.el (wl-spam-setup): Add hook
1486         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1487         instead of `wl-summary-prepare-hook'.
1488
1489         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1490         if folder type is `'flag'.
1491         (wl-summary-mark-as-important): Ditto.
1492
1493 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1494
1495         * wl-address.el (wl-address-minibuffer-history): New variable.
1496         (wl-address-minibuffer-local-map): New keymap.
1497         (wl-address-read-from-minibuffer): New function.
1498
1499         * wl-action.el (wl-summary-get-resend-address): Use
1500         `wl-address-read-from-minibuffer' instead of `completing-read'.
1501
1502 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1503
1504         * Version number is increased to 2.11.32.
1505
1506 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1507
1508         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1509         without mule to iso-8859-1.
1510         (wl-draft-add-in-reply-to): Add note in description.
1511         (wl-draft-add-references): Ditto.
1512
1513 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1514
1515         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1516         definition for `m'.
1517         (wl-summary-mode-line-format): Add '[%m]'.
1518         (wl-message-mode-line-format-spec-alist): Ditto.
1519         (wl-summary-display-mime-mode-list): New variable.
1520
1521         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1522         from wl-summary-buffer-display-as-is.
1523         (wl-summary-buffer-display-all-header): New buffer local variable.
1524         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1525         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1526         instead of wl-summary-buffer-display-as-is.
1527         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1528         (wl-summary-set-persistent-mark): Ditto.
1529         (wl-summary-set-message-buffer-or-redisplay): Just call
1530         `wl-summary-redisplay-internal' without optional arguments.
1531         (wl-summary-toggle-mime): Rewrite.
1532         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1533         (wl-summary-toggle-all-header): New function.
1534         (wl-summary-redisplay-internal): Treat mime mode.
1535
1536         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1537         to wl-mime-preview-follow-no-mime.
1538         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1539         accodring to the display-mode.
1540
1541         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1542         (wl-message-buffer-display): Changed argument name from `as-is' to
1543         `mode'.
1544         (wl-message-display-internal): Ditto;
1545         Bind elmo-mime-display-header-analysis according to the mode.
1546         (wl-message-display-internal): Put wl-message-display-mime-mode
1547         property on entire buffer.
1548
1549 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1550
1551         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1552
1553 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1554
1555         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1556         Don't extract mail address.
1557         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1558
1559         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1560
1561         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1562
1563 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1564
1565         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1566         wl-fldmgr-cut-entity-list on confirmation.
1567
1568 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1569
1570         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1571         (wl-mime-quit-preview): Check existence of
1572         mime-edit-temp-message-buffer here.
1573
1574 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1575
1576         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1577         after deletion.
1578
1579         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1580         before calling wl-mime-quit-preview.
1581
1582 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1583
1584         * wl-summary.el (wl-summary-pick): If call it with prefix
1585         argument, set `delete-marks' as non-nil. Pick from only visible
1586         messages.
1587         (wl-summary-check-target-mark): New function.
1588         (wl-summary-target-mark-mark-as-read): Use it.
1589         (wl-summary-target-mark-mark-as-unread): Ditto.
1590         (wl-summary-target-mark-operation): Ditto.
1591         (wl-summary-target-mark-set-flags): Ditto.
1592         (wl-summary-target-mark-save): Ditto.
1593         (wl-summary-target-mark-pick): Ditto.
1594         (wl-summary-target-mark-forward): Ditto.
1595         (wl-summary-target-mark-reply-with-citation): Ditto.
1596         (wl-summary-target-mark-print): Ditto.
1597         (wl-summary-target-mark-uudecode): Ditto.
1598
1599         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1600         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1601         with `ask-coding' is non-nil.
1602
1603 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1604
1605         * wl-thread.el (wl-thread-set-parent): If parent is a message
1606         which is identified by references, set linked as nil.
1607
1608 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1609
1610         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1611         (wl-message-mode-line-format-spec-alist): Ditto.
1612         (wl-message-mode-line-format): Ditto.
1613         (wl-summary-mode-line-format): Ditto for docstring.
1614         (wl-summary-no-mime-folder-list): Fix typo.
1615
1616         * wl-util.el (wl-current-message-buffer): Call
1617         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1618
1619         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1620         variable.
1621         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1622         of `wl-summary-redisplay-no-mime'.
1623         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1624         (wl-summary-toggle-mime): New function.
1625         (wl-summary-redisplay-all-header): Rewrite.
1626         (wl-summary-redisplay-no-mime): Ditto.
1627         (wl-summary-redisplay-internal): Added argument `as-is' and
1628         `all-header'.
1629
1630         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1631         New variable.
1632         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1633         bottom.
1634         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1635         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1636         "/" unconditionally.
1637
1638         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1639         wl-mime-preview-follow-no-mime for as-is content.
1640         (wl-mime-preview-follow-no-mime): New function.
1641         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1642
1643         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1644         and added `as-is', `all-header'.
1645         (wl-message-buffer-display): Ditto.
1646         (wl-message-buffer-display-type): New function.
1647
1648 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1649
1650         * wl-vars.el (wl-message-header-button-alist): Change default
1651         value.
1652         (wl-message-body-button-alist): Ditto.
1653
1654 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1655
1656         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1657
1658 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1659
1660         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1661
1662 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1663
1664         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1665         is always true.
1666
1667 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1668
1669         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1670         on null entity.
1671
1672 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1673
1674         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1675
1676 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1677
1678         * wl-vars.el (wl-summary-resend-hook): New hook.
1679
1680         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1681         `wl-summary-resend-hook'.
1682
1683 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1684
1685         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1686         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1687         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1688         (wl-summary-new-cached-mark): Changed default value to 'n'.
1689         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1690         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1691         (wl-folder-sync-range-alist): Remove spec for 'flag.
1692         (wl-summary-force-prefetch-folder-list): New user option.
1693
1694         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1695         `wl-summary-toggle-persistent-mark'.
1696         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1697         number is nil.
1698         (wl-summary-mark-as-answered-region): Set interactive argument of
1699         `wl-summary-set-persistent-mark-internal'.
1700         (wl-summary-mark-as-important-region): Ditto.
1701         (wl-summary-unset-persistent-mark): Ditto.
1702         (wl-summary-set-persistent-mark): Ditto.
1703         (wl-summary-mark-as-answered): Ditto.
1704         (wl-summary-mark-as-important): Ditto.
1705         (wl-summary-set-persistent-mark-internal): Do nothing
1706         when `elmo-message-flag-available-p' is nil.
1707         (wl-summary-toggle-persistent-mark): New function.
1708         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1709         when the folder matches `wl-summary-force-prefetch-folder-list'.
1710
1711
1712         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1713         when number is nil.
1714         (wl-highlight-summary-forwarded-face): New face.
1715
1716 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1717
1718         * Version number is increased to 2.11.31.
1719
1720 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1721
1722         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1723         (wl-biff-check-folder-async): Ditto.
1724         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1725
1726 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1727
1728         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1729         Add an argument `reverse'.  All callers are updated.
1730         (wl-summary-sort): Add a prefix argument `reverse' to specify
1731         reverse sorting.
1732         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1733         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1734         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1735
1736 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * wl-message.el (wl-message-redisplay): Does not narrow header if
1739         disply-type is all-header or as-is.
1740
1741         * wl-summary.el (wl-summary-enter-handler): Use
1742         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1743
1744 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1745
1746         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1747         after adding wl-draft-parent-variables.
1748         (wl-draft-forward): Ditto.
1749
1750 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1751
1752         * wl-summary.el (wl-summary-sync-marks): Call
1753         `wl-summary-set-persistent-mark' and
1754         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1755         (wl-summary-set-persistent-mark-internal): Add 4th argument
1756         `no-server'.
1757         (wl-summary-unset-persistent-mark): Ditto.
1758         (wl-summary-set-persistent-mark): Ditto.
1759         (wl-summary-add-flags-internal): Abolish.
1760         (wl-summary-remove-flags-internal): Ditto.
1761         (wl-summary-mark-as-important-internal): Ditto.
1762         (wl-summary-mark-as-important): Use
1763         `wl-summary-set-persistent-mark' instead of
1764         `wl-summary-add-flags-internal'.
1765         (wl-summary-mark-as-important-region): Ditto.
1766
1767         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1768
1769         * wl-summary.el (wl-summary-get-available-flags): New function.
1770         (wl-summary-sync-marks): Use it and simplified.
1771         (wl-summary-unset-persistent-mark): Use
1772         `wl-summary-get-available-flags'.
1773         (wl-summary-set-persistent-mark): Ditto.
1774
1775 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1776
1777         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1778         id.
1779
1780 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1781
1782         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1783         number, call `wl-summary-prev-line-content'. Show message when the
1784         message is not found.
1785
1786 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1787
1788         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1789         wl-summary-enter-handler.
1790         (wl-summary-enter-handler): New command.
1791
1792         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1793         docstring and custom spec.
1794
1795         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1796         flags too; Don't treat Cached and New.
1797         (wl-summary-set-persistent-mark): Ditto.
1798
1799         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1800         `wl-folder-set-flag'.
1801
1802         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1803         instead of `wl-folder-set-flag'.
1804
1805         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1806         for completion.
1807         (wl-summary-set-persistent-mark): Ditto.
1808
1809         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1810         instead of `wl-draft-quit-preview'.
1811
1812         * wl-mime.el (toplevel): Avoid compile warning.
1813         (wl-mime-quit-preview): New function
1814         (formarly defined as `wl-draft-quit-preview').
1815         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1816         quitting method.
1817
1818         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1819
1820         * wl-folder.el (wl-folder-set-flag): Renamed from
1821         `wl-draft-set-flag-on-parent'.
1822
1823         * wl-draft.el (wl-draft-quit-preview): New function.
1824         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1825         (wl-draft-send): Call `wl-folder-set-flag' instead of
1826         `wl-draft-set-flag-on-parent'.
1827         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1828
1829 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1832         (wl-draft-send): Ditto.
1833
1834 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1835
1836         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1837         (wl-draft-kill-pre-hook): Set default value as nil.
1838         (wl-summary-reply-hook): Ditto.
1839         (wl-draft-kill-flags): Abolish.
1840
1841         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1842         (wl-draft-parent-variables): Renamed from
1843         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1844         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1845         argument; Add wl-draft-parent-variables to
1846         wl-draft-config-variables.
1847         (wl-draft-reply): Likewise.
1848         (wl-draft-kill-flags): Abolish.
1849         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1850         (wl-draft-set-flag-on-parent): New function.
1851         (wl-draft-setup-parent-flag): Ditto.
1852
1853 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1854
1855         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1856         `wl-draft-parent-folder' is "".
1857
1858 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1859
1860         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1861         (wl-summary-digit-jump): New function.
1862         (Adviced by John Owens and Hiroya Murata)
1863
1864         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1865         (Adviced by John Owens)
1866
1867         * wl-xmas.el (wl-message-define-keymap): Ditto.
1868
1869         * wl-mule.el (wl-message-define-keymap): Ditto.
1870
1871 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1872
1873         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1874         change of return value of elmo-folder-count-flags.
1875
1876         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1877         (wl-summary-mark-as-read-internal): Ditto.
1878         (wl-summary-set-persistent-mark-internal): Ditto.
1879         (wl-summary-folder-info-update): Ditto.
1880         (wl-summary-sync-update): Fixed the last change.
1881
1882         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1883
1884 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1885
1886         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1887         (wl-draft-kill-flags): Fixed docstring.
1888
1889         * wl-draft.el (wl-draft-kill-flags): New function.
1890         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1891
1892 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1893
1894         * wl-vars.el (wl-reply-hook): Abolish.
1895         (wl-draft-reply-hook): New hook.
1896         (wl-summary-reply-hook): Ditto.
1897         (wl-draft-forward-hook): Ditto.
1898         (wl-summary-forward-hook): Ditto.
1899         (wl-draft-kill-flags): New variable.
1900
1901         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1902         wl-summary-set-persistent-mark-internal.
1903         (wl-summary-sync-marks): Use elmo-preserved-flags.
1904         (wl-summary-update-persistent-mark): Make it interactive.
1905         (wl-summary-set-persistent-mark-internal): New inline function.
1906         (wl-summary-mark-as-answered): Use it.
1907         (wl-summary-mark-as-unanswered): Ditto.
1908         (wl-summary-unset-persistent-mark): New function.
1909         (wl-summary-set-persistent-mark): Ditto.
1910         (wl-summary-reply): Don't set answered flag;
1911         Run wl-summary-reply-hook instead.
1912         (wl-summary-forward): Call wl-draft-forward with number.
1913         Run wl-summary-forward-hook.
1914
1915         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1916         (wl-highlight-summary-line-face-spec): Use it as a default
1917         persistent mark face.
1918
1919         * wl-draft.el (wl-draft-forward): Added optional argument number;
1920         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1921         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1922         (wl-draft-kill): Use wl-draft-kill-flags.
1923
1924         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1925
1926         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1927         of return value of elmo-folder-count-flags.
1928
1929         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1930
1931         * wl-summary.el (wl-summary-count-unread): Ditto.
1932         (wl-summary-sync-update): Follow the change above.
1933         (wl-summary-force-prefetch): New function.
1934
1935 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1936
1937         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1938         variable `buf' with `let' instead of `setq'.
1939
1940 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1941
1942         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1943         add Content-Disposition heaeder on the deleted part.
1944
1945 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1946
1947         * wl-draft.el (wl-draft-save): Encode address list under edit by
1948         `eword-encode-unstructured-field-body'.
1949
1950         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1951
1952 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1953
1954         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1955         wl-current-summary-buffer.
1956
1957 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1958
1959         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1960         `numbers' is ignored.
1961
1962 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1963
1964         * wl-folder.el (wl-folder-open-folder): Avoid error.
1965         Reported by John Owens, [wl-en:815]
1966
1967         * wl.el (wl): Set timer for biff process even if prefix argument
1968         is given or auto-checking is quitted.
1969
1970         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1971         immediately.
1972         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1973         (wl-toggle-plugged): Ditto.
1974
1975         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1976         * wl-util.el (wl-biff-start): Use idle timer if
1977         `wl-biff-use-idle-timer' is non-nil.
1978
1979 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1980
1981         * wl-highlight.el (wl-highlight-message): Fix description.
1982
1983 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1984
1985         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1986         tty.
1987
1988 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1989
1990         * wl-action.el (wl-summary-exec): Print failure count.
1991
1992 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1993
1994         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1995         to `defun', remove interactive form.
1996         Set elmo-message-fetch-confirm when force-reload is non-nil.
1997
1998 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1999
2000         * wl-summary.el (toplevel): Removed unnecessary autoload.
2001
2002 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2003
2004         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
2005         the buffer is generated from another message buffer.
2006
2007 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2008
2009         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
2010         extracted from `wl-fldmgr-save-folders'.
2011         (wl-fldmgr-delete): Call it after deletion.
2012
2013 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2014
2015         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
2016         multi-tty support.
2017
2018 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
2019
2020         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
2021
2022 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
2023
2024         * wl-summary.el (wl-summary-rescan): Remove unused variables.
2025         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
2026
2027 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028
2029         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
2030         unsubscribe list only if argument CLEAR is nil.
2031
2032 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2033
2034         * wl-draft.el (wl-draft-reply): Decode subject before removing
2035         Re: prefix.
2036
2037 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
2038
2039         * wl-summary.el (wl-summary-sort-by-size): New command.
2040
2041 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2042
2043         * wl-summary.el (wl-summary-number-list-from-region): New
2044         function.
2045         (wl-summary-mark-as-read-region): Use it.
2046         (wl-summary-mark-as-unread-region): Ditto.
2047         (wl-summary-set-flags-region): Ditto and add optional argument
2048         remove.
2049         (wl-summary-mark-as-answered-region): Ditto.
2050         (wl-summary-mark-as-important-region): Ditto.
2051         (wl-summary-target-mark-mark-as-important): Added optional
2052         argument remove.
2053         (wl-summary-target-mark-mark-as-answered): Ditto.
2054         (wl-summary-target-mark-set-flags): Ditto.
2055
2056 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2057
2058         * wl-summary.el (wl-summary-set-flags-region): Call
2059         `wl-summary-set-flags-internal' with number list instead of call
2060         one by each message.
2061         (wl-summary-target-mark-set-flags): Likewise.
2062
2063 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2064
2065         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2066         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2067         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2068         (wl-summary-target-mark-mark-as-answered): Likewise.
2069
2070 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2071
2072         * wl-summary.el (wl-summary-target-mark-forward): Use
2073         `wl-summary-delete-all-target-marks' instead of
2074         `wl-summary-delete-all-temp-marks'.
2075         (wl-summary-target-mark-reply-with-citation): Ditto.
2076         (wl-summary-target-mark-uudecode): Ditto.
2077         (wl-summary-target-mark-set-flags): Ditto and remove needless
2078         cursor move.
2079
2080 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2081
2082         * wl-summary.el (wl-summary-target-mark-forward): Protect
2083         wl-summary-buffer-target-mark-list from nreverse.
2084         (wl-summary-target-mark-reply-with-citation): Ditto.
2085
2086 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2087
2088         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2089         `elmo-display-progress-threshold'.
2090
2091 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2092
2093         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2094         check `wl-summary-highlight'.
2095         (wl-summary-window-scroll-functions): Respect value of
2096         `wl-summary-highlight'.
2097         (wl-summary-sync-update): Run hooks
2098         `wl-summary-buffer-window-scroll-functions' at any time.
2099
2100 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2101
2102         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2103         from `wl-summary-cleanup-temp-marks'.
2104         (wl-summary-cleanup-temp-marks): Abolish argument.
2105         * wl.el (wl-save-status): Revert previous change.
2106         (wl-execute-temp-marks): New function, call
2107         `wl-summary-exec-with-confirmation'.
2108         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2109         (wl-folder-save-and-exec-marks): Abolished.
2110
2111 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-e21.el (wl-e21-display-image-p): Respect
2114         `wl-highlight-folder-with-icon'.
2115         (wl-e21-highlight-folder-group-line): Highlight mouse line
2116         even if wl-e21-display-image-p is nil.
2117
2118         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2119         Respect value of `wl-summary-highlight'.
2120
2121         * wl.el (wl-save-status): Remove unused variable.
2122
2123         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2124         (wl-folder-mode-map): Bind it to "x".
2125
2126 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2127
2128         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2129
2130         * wl-thread.el (wl-thread-get-parent-list): Don't check
2131         disconnected ancestors, neglecting needless work in
2132         `wl-thread-update-indent-string-thread'.
2133
2134         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2135         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2136         argument, add argument default-keep to keep marks by default.
2137
2138         * Version number is increased to 2.11.30.
2139
2140         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2141         customization type and docstring.
2142         (wl-draft-reply-without-argument-list): Ditto.
2143
2144 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2145
2146         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2147
2148         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2149
2150 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2151
2152         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2153
2154 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2155
2156         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2157         save-excursion so as not to include run-hooks.
2158
2159 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2160
2161         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2162         Clarify that marks are going to be cleared.
2163
2164 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2167         according to 3rd element of wl-summary-flag-mark.
2168
2169         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2170
2171 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2172
2173         * wl-action.el (wl-summary-target-mark-all): Don't set
2174         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2175
2176 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2177
2178         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2179         (wl-forward-subject-prefix): Ditto.
2180         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2181         (wl-draft-reply-make-subject): Ditto.
2182
2183         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2184         `wl-draft-forward'.
2185         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2186
2187 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2188
2189         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2190         target message does not exist.
2191
2192 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2193
2194         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2195         `wl-subject-prefix-regexp'.
2196         (wl-subject-forward-prefix-regexp): New variable.
2197         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2198         `wl-draft-strip-subject-re' and take regexp as argument.
2199         (wl-draft-forward): Use it.
2200         (wl-draft-reply): Ditto.
2201
2202 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2203
2204         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2205         emacs multi-tty support.
2206
2207 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2208
2209         * wl-e21.el (wl-e21-display-image-p): Don't call
2210         `display-images-p'.
2211         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2212         support.
2213         (wl-highlight-folder-current-line): Ditto.
2214         (wl-folder-init-icons): Ditto.
2215
2216 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2219         the last line of summary in unplugged mode.
2220
2221 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2222
2223         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2224
2225 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2226
2227         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2228         * wl-address.el (wl-address-user-mail-address-p): Use it.
2229         (wl-address-delete-user-mail-addresses): Ditto.
2230         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2231
2232         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2233         (wl-address-delete-user-mail-addresses): Ditto.
2234
2235         * wl-address.el (wl-address-delete-user-mail-addresses): New
2236         function.
2237         * wl-refile.el (wl-refile-guess-by-history): Use it.
2238         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2239         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2240
2241         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2242         use wl-address-user-mail-address-p.
2243
2244 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2245
2246         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2247         after opening group.
2248
2249 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2250
2251         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2252         of elmo-set-buffer-multibyte.
2253
2254         * wl-message.el (wl-original-message-mode): Ditto.
2255
2256         * wl-score.el (wl-score-insert-header): Ditto.
2257
2258         * wl-summary.el
2259         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2260         (wl-summary-goto-folder-subr): Ditto.
2261         (wl-summary-insert-headers): Ditto.
2262
2263         * wl-util.el (wl-set-string-width): Ditto.
2264
2265         * Version number is increased to 2.11.29.
2266
2267 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2268
2269         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2270         (wl-highlight-summary-line-help-echo-alist): New variable.
2271         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2272         into `wl-highlight-summary-line-help-echo' and
2273         `wl-highlight-flag-folder-help-echo'.
2274         (wl-highlight-summary-line-string): Change accordingly.
2275         (wl-highlight-summary-current-line): Ditto.
2276
2277 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2278
2279         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2280         at the beginning of field body (Thanks to Markus Knittig).
2281
2282         * wl-draft.el (wl-draft-insert-current-message): Also check
2283         summary buffer, remove unnecessary tag.
2284
2285 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2286
2287         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2288         when wl-message-buffer is nil.
2289
2290         * wl-folder.el (wl-folder): Abolish unused argument.
2291         Call wl-folder-init when wl-folder-entity is nil.
2292         * wl.el (wl): Change accordingly.
2293
2294 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2295
2296         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2297         multibyte string before insert into draft buffer.
2298         (wl-draft-create-buffer): Always enable multibyte characters for
2299         draft buffer.
2300
2301         * Version number is increased to 2.11.28.
2302
2303 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2304
2305         * wl-folder.el (wl-folder-open-close): Handle blank line.
2306         (wl-folder-jump-to-current-entity): Ditto.
2307
2308 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * Version number is increased to 2.11.27.
2311
2312 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2313
2314         * wl-thread.el (wl-thread-insert-message): When the thread is
2315         devided by wl-summary-max-thread-depth, insert line at the end of
2316         buffer.
2317
2318 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2319
2320         * Version number is increased to 2.11.26.
2321
2322 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2323
2324         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2325
2326 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2327
2328         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2329         value of stream-type and session.
2330
2331 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2332
2333         * Version number is increased to 2.11.25.
2334
2335 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2336
2337         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2338         in a quit message.
2339
2340 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2341
2342         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2343         (wl-summary-redisplay-no-mime-internal): Ditto.
2344
2345 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2346
2347         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2348         * wl-vars.el (wl-smtp-connection-type): Ditto.
2349
2350 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2351
2352         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2353         for the separator line and quote mail-header-separator.
2354
2355 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356
2357         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2358         result message.
2359
2360         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2361         `elmo-multiple-fields-body-list' with boundary as
2362         mail-header-separator.
2363
2364 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2365
2366         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2367
2368 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2369
2370         * wl-util.el (wl-list-diff): Remove unused function.
2371
2372         * wl-draft.el (wl-draft-send-confirm): Discard input before
2373         confirmation.
2374
2375 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2376
2377         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2378         order of flag and new.
2379
2380 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-vars.el (wl-refile-policy-alist): Abolished.
2383
2384         * wl-action.el (wl-summary-set-action-refile): Follow the change
2385         above.
2386
2387 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2388
2389         * wl-highlight.el (wl-highlight-signature-search): Don't use
2390         re-search-backward for a long word since it is possible to crash
2391         XEmacs because of a bug.
2392
2393 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2394
2395         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2396
2397 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2398
2399         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2400         argument for wl-summary-sync-force-update.
2401
2402 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2403
2404         * wl-summary.el (wl-summary-mode-map): Revival of
2405         wl-summary-mark-as-important related bindings;
2406         Bind 'F','tF','mF','rF','m&'.
2407         (wl-summary-mark-as-important-region): Revival.
2408         (wl-summary-target-mark-mark-as-important): Ditto.
2409         (wl-summary-target-mark-operation): New function.
2410         (wl-summary-target-mark-mark-as-answered): Use it.
2411         (wl-summary-decide-flag): Don't set Important as default.
2412         (wl-summary-mark-as-important-internal): Revival.
2413         (wl-summary-mark-as-important): Ditto.
2414
2415         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2416
2417         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2418         instead of facep.
2419
2420 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2421
2422         * wl-dnd.el (wl-dnd-drop-func): Fix.
2423
2424         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2425         mouse-set-point instead of posn-point.
2426
2427         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2428
2429         * wl-mule.el (wl-completing-read-multiple): Ditto.
2430
2431 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2432
2433         * wl-demo.el (face-background-name): Defalias to avoid compile
2434         warning.
2435
2436 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2437
2438         * wl-summary.el (wl-summary-decide-flag): Use
2439         wl-completing-read-multiple instead of completing-read-multiple.
2440
2441         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2442         New alias.
2443
2444         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2445         Use face-background-name instead of face-background.
2446
2447         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2448
2449         * wl-summary.el (wl-summary-save): Use it.
2450         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2451
2452         * wl-mime.el (wl-mime-save-content): Fix last change.
2453
2454 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2455
2456         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2457         New function.
2458         (wl-summary-sort-specs): Added sort.
2459         * wl-mime.el (wl-mime-save-content): Expand file name.
2460
2461 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2462
2463         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2464
2465         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2466
2467 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2468
2469         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2470         for flag if it is not defined.
2471
2472 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2473
2474         * wl-e21.el (wl-highlight-folder-current-line): Use
2475         elmo-folder-type-internal when elmo-folder-type returns nil.
2476
2477         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2478
2479         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2480
2481         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2482
2483         * wl-e21.el (wl-summary-toolbar): Ditto.
2484
2485         * wl-vars.el (wl-demo-background-color): Abolished.
2486         (wl-summary-persistent-mark-priority-list): Renamed from
2487         wl-summary-flag-priority-list.
2488         (wl-summary-flag-alist): New user option.
2489         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2490         (wl-message-mode-line-format-spec-alist): Added 'F'.
2491         (wl-message-mode-line-format): Likewise.
2492         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2493         instead of wl-summary-important-mark.
2494         (wl-file-folder-icon): New variable.
2495
2496         * wl-thread.el (wl-thread-set-flags): Renamed from
2497         wl-thread-mark-as-important.
2498
2499         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2500         warning.
2501         (wl-summary-mode-menu-spec): Follow the change of 
2502         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2503         (wl-summary-mode-map): Follow the change of
2504         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2505         (wl-summary-detect-mark-position): Follow the variable name change.
2506         (wl-summary-set-flags-region): New function for the replacement of
2507         wl-summary-mark-as-important-region.
2508         (wl-summary-sync-marks): Sync all global-flags.
2509         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2510         instead of elmo-message-flagged-p.
2511         (wl-summary-persistent-mark-string): Follow the variable name change;
2512         Put wl-summary-flag-mark if the message has global-flag.
2513         (wl-summary-target-mark-set-flags): Renamed from 
2514         wl-summary-target-mark-mark-as-important.
2515         (wl-summary-decide-flag): New function.
2516         (wl-summary-set-flags-internal): Renamed from
2517         wl-summary-mark-as-important-internal.
2518         (wl-summary-add-flags-internal): New function.
2519         (wl-summary-remove-flags-internal): Ditto.
2520         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2521         (wl-summary-mark-as-unimportant): Abolish.
2522         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2523         (wl-summary-next-message): List flagged messages in the msgdb.
2524
2525         * wl-score.el (wl-summary-score-update-all-lines): Use
2526         wl-summary-add-flags-internal instead of 
2527
2528         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2529
2530         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2531         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2532         (wl-message-buffer-require-all-header): Renamed from
2533         wl-message-buffer-all-header-flag (Ditto).
2534         (wl-message-buffer-flag-indicator): New variable.
2535         (wl-message-redisplay): Changed local varibale name from `flag' to
2536         `display-type'; Set up wl-message-buffer-flag-indicator.
2537         (wl-message-buffer-display): Changed varibale name from `flag' to
2538         `display-type'.
2539         (wl-message-display-internal): Likewise.
2540
2541         * wl-highlight.el (wl-highlight-demo-face): Define default background
2542         color.
2543         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2544
2545         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2546
2547         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2548         (wl-demo-setup-properties): Renamed from
2549         `wl-demo-set-background-color'.
2550         (wl-demo): Follow the change above.
2551         
2552         * Version number is increased to 2.11.24.
2553
2554 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2555
2556         * wl-summary.el (wl-summary-toggle-thread): Call
2557         `wl-summary-rescan' with disable-thread as non-nil.
2558         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2559
2560 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2561
2562         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2563         foreground property of the face.
2564         (wl-demo-insert-text): Don't set up face property here.
2565         (wl-demo): Call wl-demo-set-background-color, anyway.
2566
2567 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2568
2569         * wl-vars.el (wl-demo-background-color): The value can be nil.
2570
2571 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2572
2573         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2574         to wl-summary-wheel-dispatcher.
2575
2576         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2577         wl-message-wheel-dispatcher.
2578         (wl-message-wheel-dispatcher): New function.
2579         (wl-summary-wheel-dispatcher): Ditto.
2580
2581 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2582
2583         * wl-action.el (wl-summary-target-mark-all): List messages which are
2584         not in the killed-list.
2585
2586         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2587         only when the folder is 'flag/important.
2588
2589         * wl-address.el (wl-complete-field-body): Complete if the last
2590         character is a space.
2591
2592 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2593
2594         * wl-folder.el (wl-folder-clear-entity-info): Use
2595         elmo-clear-hash-val.
2596
2597         * wl-fldmgr.el (wl-fldmgr-rename): Set
2598         wl-folder-info-alist-modified as t.
2599
2600 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2601
2602         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2603
2604 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2605
2606         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2607         (wl-folder-buffer-last-visited-entity-id): New buffer local
2608         variable.
2609         (wl-folder-revisit-last-visited-folder): New function.
2610         (wl-folder-mode-map): Bind it to "C-i".
2611         (wl-folder-set-current-entity-id): Set last visited folder.
2612         * wl-summary.el (wl-summary-exit): Ditto.
2613
2614 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2615
2616         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2617         before calling `recenter' in order to cope with an XEmacs bug.
2618
2619 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2620
2621         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2622         to the default value.
2623
2624 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2625
2626         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2627         change.
2628         (wl-summary-sync-marks): Ditto.
2629         (wl-summary-mark-as-read-internal): Ditto.
2630         (wl-summary-mark-as-answered-internal): Ditto.
2631         (wl-summary-mark-as-important-internal): Ditto.
2632         (wl-summary-reply): Ditto.
2633
2634         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2635         instead of `elmo-folder-unflag-answered'.
2636
2637         * Version number is increased to 2.11.23.
2638
2639         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2640         the last change.
2641
2642 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2643
2644         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2645         Specify "spam" or "good".
2646
2647 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2648
2649         * wl-spam.el (wl-summary-exec-action-spam): Call
2650         wl-folder-confirm-existence for spam folder.
2651         (wl-spam-setup): Bind "mk".
2652
2653 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2654
2655         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2656
2657 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2658
2659         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2660         destination folder is empty.
2661
2662 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2663
2664         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2665         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2666
2667         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2668         (wl-summary-refile-prev-destination-region): New function.
2669         (wl-thread-refile-prev-destination): Ditto.
2670         (wl-summary-target-mark-refile-prev-destination): Ditto.
2671
2672 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2673
2674         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2675         (wl-demo-background-color): Changed default value.
2676
2677         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2678         color.
2679
2680         * wl-demo.el (wl-demo-set-background-color): New function.
2681         (wl-demo): Call it.
2682
2683 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2684
2685         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2686         * wl-address.el (wl-address-add-or-change): Don't add empty
2687         address.
2688
2689 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2690
2691         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2692
2693 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2694
2695         * wl-vars.el (wl-demo-image-filter-alist): New variable
2696         (wl-demo-background-color): Ditto.
2697
2698         * wl-demo.el (wl-demo-xpm-set-background): New function.
2699         (wl-demo-image-filter): Ditto.
2700         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2701
2702         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2703
2704         * wl-demo.el (wl-demo-icon-name): Define as function.
2705         (wl-demo-insert-image): Use it.
2706
2707 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2708
2709         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2710
2711 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2712
2713         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2714
2715 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2716
2717         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2718
2719 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2720
2721         * wl-thread.el (wl-thread-mark-as-answered): New function.
2722
2723         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2724         answered" entry.
2725         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2726         "r&" and wl-thread-mark-as-answered to "t&".
2727         (wl-summary-mark-as-important-region): Refine to toggle mark.
2728         (wl-summary-mark-as-answered-region): New function.
2729         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2730         and 3rd argument.
2731         (wl-summary-mark-as-important-internal): Likewise.
2732
2733 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2734
2735         * wl-template.el (wl-template-preview): New internal variable.
2736         (wl-template-preview-p): New function.
2737         (wl-template-show): Bind `wl-template-preview' as t.
2738
2739 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2740
2741         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2742         `elmo-message-entity-field' with 3rd argument which is non-nil.
2743
2744 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2745
2746         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2747         Removed duplicate local bind `folder'.
2748
2749 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2750
2751         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2752
2753 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2754
2755         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2756         duplicate definition.
2757
2758 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2759
2760         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2761         non-nil, use it; Don't fetch message if there's no message in the
2762         current cursor position.
2763
2764 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2765
2766         * wl-util.el (wl-region-exists-p): Use region-active-p.
2767         (wl-deactivate-region): New function.
2768         * wl-message.el (wl-message-redisplay): Deactivate region.
2769
2770         * wl-summary.el (wl-summary-reply): Call
2771         `wl-summary-set-message-buffer-or-redisplay' instead of
2772         `wl-summary-redisplay-internal', don't move point.
2773
2774 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2775
2776         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2777         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2778         by regexp.
2779
2780 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2781
2782         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2783         if no need.
2784
2785 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2786
2787         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2788         default value to nil.
2789         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2790         `wl-summary-prepare-hook'; Replace refile action to
2791         `wl-summary-exec-action-refile-with-register'.
2792
2793         * Version number is increased to 2.11.22.
2794
2795 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2796
2797         * wl-summary.el (wl-summary-detect-mark-position): Set
2798         `wl-summary-buffer-weekday-name-lang'.
2799
2800 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2801
2802         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2803         (wl-summary-mark-as-read-all): Ditto.
2804         (wl-summary-delete-messages-on-buffer): Ditto.
2805         (wl-summary-sync-update): Ditto.
2806         (wl-summary-mark-as-read-internal): Ditto.
2807         (wl-summary-mark-as-answered-internal): Ditto.
2808         (wl-summary-update-folder-info): Abolished.
2809
2810 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2811
2812         * wl-summary.el (wl-summary-mark-as-read-all): Use
2813         `wl-summary-update-folder-info' instead of
2814         `wl-folder-update-unread'.
2815
2816 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2817
2818         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2819         `wl-summary-folder-info-update'.
2820         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2821         instead of `wl-summary-folder-info-update'.
2822         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2823         `wl-folder-set-folder-updated'.
2824         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2825         instead of `wl-folder-update-unread'.
2826         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2827         the value of `wl-summary-buffer-unread-count' for the second parameter of
2828         `wl-folder-update-unread'.
2829
2830         * Version number is increased to 2.11.21.
2831
2832 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2833
2834         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2835         a local variable.
2836
2837 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2838
2839         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2840         interactively.
2841
2842         * wl-summary.el (wl-summary-mark-as-important-internal): New
2843         internal function.
2844         (wl-summary-mark-as-important): Use it.
2845         (wl-summary-mark-as-unimportant): New function.
2846         (wl-summary-sync-marks): Follow the API change.
2847
2848         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2849
2850         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2851
2852 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2853
2854         * wl-folder.el (wl-folder-update-unread): Re-indent.
2855         Narrow the scope of a local variable.
2856
2857 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2858
2859         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2860         (wl-addrmgr-merge-entries): Ditto.
2861         (wl-addrmgr): Added to address entry which exists in draft buffer
2862         if no entry is in original.
2863
2864 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2865
2866         * wl-batch.el: New file.
2867
2868 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2869
2870         * wl-vars.el (wl-use-semi): Remove unused variable.
2871
2872 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2873
2874         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2875         "?".
2876
2877 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2878
2879         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2880         wl-summary-new-mark.
2881         (wl-summary-new-cached-mark): New user option.
2882         (wl-summary-score-marks): Follow the change above.
2883         (wl-summary-auto-refile-skip-marks): Ditto.
2884         (wl-summary-incorporate-marks): Ditto.
2885         (wl-summary-expire-reserve-marks): Ditto.
2886
2887         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2888
2889         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2890         (wl-summary-persistent-mark-string): Distinguished between cached
2891         and uncached mark when the message is new.
2892
2893 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2894
2895         * wl-spam.el (wl-spam-domain): Renamed from
2896         `wl-spam-folder-guess-domain'.
2897         (wl-summary-exec-action-spam): Register as spam if domain of the
2898         source folder is good.
2899         (wl-summary-exec-action-refile-with-register): Register message if
2900         domain of the source folder is not undecided.
2901
2902 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2903
2904         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2905         detect thread loop.
2906
2907 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2908
2909         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2910         and wl-summary-skip-mark-list.
2911
2912 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2913
2914         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2915
2916         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2917
2918         * wl-spam.el (toplevel): Require wl-highlight.
2919         (wl-spam-auto-check-policy-alist): Abolish.
2920         (wl-spam-auto-check-folder-regexp-list): New user option.
2921         (wl-spam-auto-check-marks): Ditto.
2922         (wl-spam-mark-action-list): Ditto.
2923         (wl-highlight-summary-spam-face): New face.
2924         (wl-spam-auto-check-message-p): New function.
2925         (wl-spam-map-spam-messages): Fixed message.
2926         (wl-spam-register-spam-messages): Ditto.
2927         (wl-spam-register-good-messages): Ditto.
2928         (wl-summary-spam-map): Add and remove keybind.
2929         (wl-summary-target-mark-spam): Abolish.
2930         (wl-summary-refile-spam): Ditto.
2931         (wl-summary-test-spam): New function.
2932         (wl-summary-mark-spam): Ditto.
2933         (wl-summary-auto-check-spam): Follow the above change.
2934         (wl-summary-exec-action-spam): New function.
2935         (wl-summary-exec-action-refile-with-register): Fixed message.
2936         (wl-message-check-spam): New function.
2937         (wl-spam-setup): Ditto.
2938         (toplevel): Call it if this file is loaded interactivity.
2939
2940         * Version number is increased to 2.11.20.
2941
2942 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2943
2944         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2945         when new optional argument `force' is non nil or modified.
2946
2947 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2948
2949         * wl.el (toplevel): Require wl-spam when compile.
2950         (wl-save-status): Call wl-spam-save-status.
2951
2952         * wl-spam.el (wl-spam-register-spam-messages): New function.
2953         (wl-spam-register-good-messages): Ditto.
2954         (wl-spam-save-status): Ditto.
2955         (wl-summary-mode-map): Bind
2956         wl-summary-target-mark-register-as-spam to "ms" and
2957         wl-summary-target-mark-register-as-good to "mn".
2958         (wl-summary-register-as-spam): Abolish optional argument; Use
2959         wl-spam-register-spam-messages.
2960         (wl-summary-register-as-spam-all): Use
2961         wl-spam-register-spam-messages.
2962         (wl-summary-register-as-good): Abolish optional argument; Use
2963         wl-spam-register-good-messages.
2964         (wl-summary-register-as-good-all): Use
2965         wl-spam-register-good-messages.
2966         (wl-summary-target-mark-register-as-spam): New funtion.
2967         (wl-summary-target-mark-register-as-good): Ditto.
2968
2969 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-spam.el: New file.
2972
2973 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2974
2975         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2976
2977         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2978         (wl-summary-auto-refile): Call wl-refile-guess with
2979         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2980
2981 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2982
2983         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2984         with disable-thread argument non-nil.
2985
2986 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2987
2988         * wl-summary.el (wl-summary-rescan): Added optional argument
2989         disable-thread.
2990         (wl-summary-sync): Call wl-summary-rescan with argument
2991         disable-thread.
2992         (wl-summary-input-range): Added new range `rescan-thread'.
2993
2994 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2995
2996         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2997
2998 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2999
3000         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
3001         internal variable.
3002         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
3003         wl-summary-search-parent-by-subject-regexp and
3004         wl-summary-divide-thread-when-subject-changed as nil.
3005         (wl-summary-insert-sequential): If entity is nil, nothing to do.
3006         (wl-summary-insert-thread): Search parent entity from
3007         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
3008         thread loop.
3009
3010 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
3011
3012         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
3013
3014         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
3015
3016         * wl-util.el (wl-require-update-all-folder-p): New function.
3017         (wl-get-assoc-list-value): Added `function' to match directive.
3018         (wl-collect-draft): Rewrite.
3019
3020         * wl-summary.el (wl-summary-sync-update): Clear faces
3021         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
3022         are non-nil.
3023         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
3024         argument as function.
3025         (wl-summary-input-range): Ditto.
3026
3027         * wl-folder.el (wl-draft-get-folder): New function.
3028         (wl-folder-get-elmo-folder): Consider draft folder.
3029
3030         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
3031         (wl-draft-buffer-message-number): New buffer local variable.
3032         (wl-draft-folder-internal): New internal variable.
3033         (wl-draft-delete): Rewrite.
3034         (wl-draft-save): Ditto.
3035         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
3036         wl-folder-get-elmo-folder.
3037         (wl-draft-config-info-operation): Ditto.
3038         (wl-jump-to-draft-folder): Ditto.
3039         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
3040         (wl-draft-reedit): Rewrite.
3041
3042         * Version number is increased to 2.11.19.
3043         
3044 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
3045
3046         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
3047         variable.
3048
3049 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3050
3051         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
3052         Use ignore-errors instead of unwind-protect.
3053
3054 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
3055
3056         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
3057         for updating `wl-thread-entity-list'.
3058
3059 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3060
3061         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3062         parameter from calling `wl-thread-entity-get-older-brothers' and
3063         `wl-thread-entity-get-younger-brothers'.
3064         Replace nested `append' with a single one.
3065
3066 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3067
3068         * wl-summary.el (wl-summary-mode): Don't use the return value of
3069         `make-local-hook'.
3070
3071 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3072
3073         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3074         instead of `let*'.
3075         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3076         of local variables.
3077
3078 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3079
3080         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3081         Renamed from wl-summary-window-scroll-functions.
3082         (wl-summary-window-scroll-functions): Don't set to variable.
3083         (wl-summary-display-top): Use run-hooks.
3084         (wl-summary-display-bottom): Ditto.
3085         (wl-summary-toggle-disp-msg): Ditto.
3086         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3087         Use it instead of wl-summary-window-scroll-functions.
3088         (wl-summary-goto-folder-subr): Don't call
3089         wl-summary-window-scroll-functions, use
3090         wl-summary-buffer-window-scroll-functions instead.
3091
3092 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3093
3094         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3095         make-local-variable.
3096
3097 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3098
3099         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3100         set-buffer-modified-p.
3101         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3102         (wl-summary-display-bottom): Ditto.
3103         (wl-summary-toggle-disp-msg): Ditto.
3104
3105 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3106
3107         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3108
3109         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3110         (wl-summary-forward): Use elmo-message-entity-field instead of
3111         elmo-message-field.
3112
3113         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3114
3115 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3116
3117         * wl-summary.el (wl-summary-window-scroll-functions): No use
3118         `append'.
3119
3120 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3121
3122         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3123         function.
3124         (wl-summary-window-scroll-functions): Call it when both
3125         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3126         (wl-summary-temp-mark): Added optional argument number.
3127         (wl-summary-message-mark): Added optional argument flag.
3128         (wl-summary-persistent-mark): Added optional argument number and flag.
3129         (wl-summary-update-persistent-mark): Ditto.
3130         (wl-summary-update-status-marks): Set "r" for interactive spec.
3131
3132         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3133         argument number and flag.
3134
3135         * wl-action.el (wl-summary-registered-temp-mark): 
3136         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3137
3138 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3139
3140         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3141         internal variable (buffer local).
3142         (wl-summary-window-scroll-functions): New function.
3143         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3144         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3145         as nil.
3146         (wl-summary-update-status-marks): Added arguments beg, end and
3147         check.
3148         (wl-summary-update-mark-window): Use function.
3149         (wl-summary-sync-update): Follow the change above.
3150         (wl-summary-switch-to-clone-buffer): Copy
3151         wl-summary-buffer-unsync-mark-number-list.
3152         (wl-summary-goto-folder-subr): Set
3153         wl-summary-buffer-unsync-mark-number-list and
3154         use wl-summary-window-scroll-functions instead of
3155         wl-summary-lazy-highlight.
3156
3157         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3158
3159 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3160
3161         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3162
3163         * wl-summary.el (wl-summary-update-persistent-mark): Call
3164         wl-summary-set-message-modified.
3165
3166         * wl-summary.el (wl-summary-sync-update): Don't call
3167         wl-summary-update-status-marks.
3168
3169         * Version number is increased to 2.11.18.
3170
3171 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3172
3173         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3174         (wl-message-next-page): Ditto.
3175
3176 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3177
3178         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3179         local variable.  Change the order of a collected list into the
3180         same as the specified range.  Remove nil from a collected list.
3181
3182 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3183
3184         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3185         argument for elmo-folder-list-messages.
3186
3187 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3188
3189         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3190         change (wl-summary-count-unreads return a list instead of a cons
3191         cell).
3192
3193 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3194
3195         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3196         `wl-summary-folder-info-update'.
3197
3198 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3199
3200         * wl-summary.el (wl-summary-set-message-modified): No use
3201         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3202         (wl-summary-set-mark-modified): Abolish.
3203         (wl-summary-mark-modified-p): Ditto.
3204         (wl-summary-save-view): Follow the change above.
3205
3206         * wl-expire.el (wl-summary-expire): Likewise.
3207
3208 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3209
3210         * wl-summary.el (wl-summary-detect-mark-position): Use
3211         modb-entity-handler.
3212         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3213
3214         * Version number is increased to 2.11.17.
3215
3216 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3217
3218         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3219         entity field value.
3220         (wl-summary-prefetch-msg): Ditto.
3221         (wl-summary-print-message-with-ps-print): Ditto.
3222
3223 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3224
3225         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3226         for dummy entity.
3227         (wl-summary-insert-thread): Use elmo-message-entity-field.
3228         (wl-summary-update-thread): Use elmo-message-entity-field and
3229         elmo-message-entity-number.
3230         (wl-summary-line-number):  Use elmo-message-entity-number.
3231         (wl-summary-line-size): Use elmo-message-entity-field.
3232         (wl-summary-line-subject): Ditto.
3233         (wl-summary-line-from): Ditto.
3234         (wl-summary-line-attached): Ditto.
3235         (wl-summary-create-line): Ditto.
3236         (wl-summary-create-line): Use elmo-message-entity-number.
3237         (wl-summary-print-message-with-ps-print): Use
3238         elmo-message-entity-field.
3239
3240 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3241
3242         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3243         change in elmo-msgdb-make-message-entity.
3244         (wl-summary-buffer-set-folder): Don't call
3245         wl-summary-detect-mark-position here.
3246         (wl-summary-rescan): Call elmo-message-entity-number.
3247         (wl-summary-sync-update): Ditto.
3248         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3249
3250         * wl-score.el (wl-score-header-index): Redefine 2th element.
3251         (wl-score-overview-entity-get-extra): Abolish.
3252         (wl-score-ov-entity-get): Rewrite.
3253         (wl-score-string-index<, wl-score-string-func<): Abolish.
3254         (wl-score-string<): New function.
3255         (wl-score-string-sort): Use it.
3256
3257         * wl-refile.el (wl-refile-guess-by-history): Use
3258         elmo-message-entity-field.
3259         (wl-refile-guess-by-from): Ditto.
3260         (wl-refile-guess-by-msgid): Ditto.
3261
3262         * Version number is increased to 2.11.16.
3263
3264 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3265
3266         * wl-folder.el (wl-folder-confirm-existence): Don't call
3267         file-exists-p if msgdb-path is nil.
3268         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3269         `wl-read-folder-hist' to `wl-read-folder-history'.
3270
3271 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3272
3273         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3274         `y-or-n-p'.
3275
3276 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3277
3278         * wl-score.el (wl-score-headers): Don't use
3279         elmo-folder-do-each-message-entity.
3280
3281         * Version number is increased to 2.11.15.
3282
3283 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-summary.el (wl-summary-delete-all-msgs): Use
3286         elmo-folder-move-messages instead of elmo-folder-delete-messages
3287         and elmo-folder-detach-messages.
3288         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3289
3290         * wl-expire.el (wl-expire-delete): Ditto.
3291         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3292
3293 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3294
3295         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3296         (wl-message-header-narrowing-fields): Ditto.
3297         (wl-message-header-narrowing-lines): Ditto.
3298         (wl-message-header-narrowing-string): Ditto.
3299
3300         * wl-summary.el (wl-summary-mode-map): Bind
3301         wl-summary-toggle-header-narrowing to "C-cC-f".
3302         (wl-summary-toggle-header-narrowing): New function.
3303
3304         * wl-message.el (wl-message-buffer-create): Call
3305         wl-message-header-narrowing-setup.
3306         (wl-message-redisplay): Call wl-message-header-narrowing.
3307         (wl-message-header-narrowing): New function.
3308         (wl-message-header-narrowing-map): New keymap.
3309         (wl-message-header-narrowing-widen-map): New keymap.
3310         (wl-message-header-narrowing-again-at-mouse): New function.
3311         (wl-message-header-narrowing-1): Ditto.
3312         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3313         (wl-message-header-narrowing-setup): Ditto.
3314         (wl-message-header-narrowing-toggle): Ditto.
3315         
3316         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3317
3318         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3319         'flag as all.
3320         (wl-use-flag-folder-help-echo): New user option.
3321
3322         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3323         wl-summary-highlight as nil.
3324         (wl-summary-set-mark-modified): Follow the API change.
3325         (wl-summary-mark-modified-p): Ditto.
3326         (wl-summary-mark-as-read-all): Ditto.
3327         (wl-summary-sync-marks): Don't call
3328         elmo-folder-list-messages-with-global-mark.
3329         (wl-summary-mark-as-read-internal): Follow the API change.
3330         (wl-summary-mark-as-answered-internal): Ditto.
3331         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3332         Follow the API change.
3333         (wl-summary-create-line): Call with number argument.
3334         (wl-summary-reply): Follow the API change.
3335
3336         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3337         function.
3338         (wl-highlight-summary-line-string): Call it when
3339         wl-use-flag-folder-help-echo is non-nil.
3340         (wl-highlight-summary-current-line): Ditto.
3341         (elmo-flag-folder-referrer): Added autoload setting.
3342
3343         * wl-draft.el (wl-draft-kill): Follow the API change.
3344
3345         * Version number is increased to 2.11.14.
3346         
3347 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3348
3349         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3350
3351 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3352
3353         * Version number is increased to 2.11.13.
3354
3355 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3356
3357         * wl-draft.el (wl-draft-previous-history-element): Fixed
3358         unbalanced parenthesis and bind unbound local variables.
3359
3360 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3361
3362         * wl-draft.el (wl-draft-previous-history-element): New function.
3363         (wl-draft-next-history-element): Ditto.
3364         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3365         them to M-p and M-n.
3366
3367 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3368
3369         * Version number is increased to 2.11.12.
3370
3371 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3372
3373         * wl-draft.el (wl-draft-hide): Select buffer-window.
3374
3375 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3376
3377         * wl-summary.el (wl-summary-narrow-to-region): New function.
3378         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3379         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3380         (wl-summary-save-region): Use it.
3381         * wl-action.el (wl-summary-collect-numbers-region)
3382         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3383
3384 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3385
3386         * wl-folder.el (wl-folder-count-incorporates): Don't use
3387         `elmo-msgdb-mark-load'
3388
3389         * Version number is increased to 2.11.11.
3390
3391 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3392
3393         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3394         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3395
3396 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3399
3400 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3401
3402         * Version number is increased to 2.11.10.
3403
3404 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3405
3406         * wl-mime.el (wl-draft-attribute-value): Fixed.
3407
3408 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3409
3410         * wl-util.el (wl-copy-local-variables): New function.
3411
3412         * wl-mime.el (wl-draft-attribute-recipients): New function.
3413         (wl-draft-attribute-envelope-from): Ditto.
3414         (wl-draft-attribute-smtp-posting-server): Ditto.
3415         (wl-draft-attribute-smtp-posting-port): Ditto.
3416         (wl-draft-attribute-value): Ditto.
3417         (wl-draft-preview-message): Use it to get value for
3418         attributes. Reflect result of `wl-draft-config'.
3419
3420         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3421         and call `wl-summary-mark-as-read' before to call
3422         `wl-summary-unset-mark'.
3423         (wl-summary-target-mark-mark-as-unread): Likewise.
3424         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3425
3426 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3427
3428         * wl-mime.el (wl-draft-preview-message): Use actual value for
3429         attributes; Fix for small window.
3430
3431 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3432
3433         * wl-refile.el (wl-refile-get-field-value): Call
3434         `elmo-message-entity-field' with 3rd argument is non-nil.
3435
3436 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3437
3438         * wl-vars.el (wl-draft-preview-attributes): New user option.
3439         (wl-draft-preview-attributes-list): Ditto.
3440         (wl-draft-preview-attributes-buffer-lines): Ditto.
3441         (wl-draft-preview-attributes-buffer-name): Ditto.
3442
3443         * wl-mime.el (wl-draft-preview-message): Display attributes.
3444
3445 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3446
3447         * wl-summary.el (wl-summary-detect-mark-position): Bind
3448         wl-summary-flag-priority-list to '(new).
3449
3450 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3451
3452         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3453         funtion.
3454         (wl-highlight-summary-line-string): Use it.
3455         (wl-highlight-summary-current-line): Ditto.
3456
3457 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3458
3459         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3460         line even when the mark string is not changed.
3461
3462         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3463         argument change in the wl-summary-create-line.
3464         (wl-thread-insert-entity-sub): Ditto.
3465
3466         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3467         argument change in the wl-summary-create-line.
3468         (wl-summary-insert-sequential): Ditto.
3469         (wl-summary-update-thread): Ditto.
3470         (wl-summary-persistent-mark-string): New inline function.
3471         (wl-summary-message-mark): Use it.
3472         (wl-summary-create-line): Abolish argument wl-persistent-mark
3473         and added wl-flags, wl-cached.
3474
3475         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3476         mark to flags.
3477         (wl-highlight-summary-current-line): Decide the face not by the 
3478         persistent mark but flags.
3479
3480 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3481
3482         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3483         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3484         wl-summary-read-uncached-mark): Revive.
3485         (wl-summary-answered-cached-mark,
3486         wl-summary-answered-uncached-mark): New user option.
3487         (wl-summary-score-marks): Follow the change above.
3488         (wl-summary-auto-refile-skip-marks): Ditto.
3489         (wl-summary-incorporate-marks): Ditto.
3490         (wl-summary-expire-reserve-marks): Ditto.
3491         (wl-summary-flag-priority-list): New user option.
3492
3493         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3494         changes.
3495         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3496         of elmo-message-mark.
3497         (wl-summary-mark-as-read-internal): Ditto.
3498         (wl-summary-mark-as-answered): Ditto.
3499         (wl-summary-mark-as-important): Ditto.
3500         (wl-summary-redisplay-internal): Ditto.
3501         (wl-summary-redisplay-no-mime-internal): Ditto.
3502         (wl-summary-message-mark): New function.
3503         (wl-summary-insert-sequential): Use wl-summary-message-mark
3504         instead of elmo-message-mark.
3505         (wl-summary-update-thread): Ditto.
3506         (wl-summary-persistent-mark): Ditto.
3507         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3508         instead of elmo-message-mark.
3509
3510         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3511         wl-summary-message-mark instead of elmo-message-mark.
3512         (wl-thread-insert-entity-sub): Ditto.
3513         (wl-thread-get-children-msgs-uncached): Ditto.
3514
3515         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3516         variable name changes.
3517         (wl-highlight-summary-current-line): Ditto.
3518
3519         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3520         wl-summary-message-mark instead of elmo-message-mark.
3521
3522         * wl-expire.el (wl-expire-message-p): Ditto.
3523
3524         * wl-score.el (wl-score-headers): Ditto.
3525
3526         * Version number is increased to 2.11.9.
3527
3528         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3529         (wl-summary-sync-update): Follow the change above.
3530         (wl-summary-switch-to-clone-buffer): Ditto.
3531         (wl-summary-open-folder): Ditto.
3532
3533 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3534
3535         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3536         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3537
3538         * Version number is increased to 2.11.8.
3539
3540         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3541
3542         * wl-expire.el (wl-expire-refile): Follow the API change on
3543         `elmo-folder-move-messages'.
3544         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3545
3546         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3547         (wl-summary-exec-action-refile): Ditto.
3548         (wl-summary-exec-action-copy): Ditto.
3549         (wl-summary-no-auto-refile-message-p): No use
3550         `wl-summary-buffer-msgdb'.
3551         (wl-summary-auto-refile): Ditto.
3552
3553 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3554
3555         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3556
3557 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3558
3559         * wl-summary.el (wl-summary-sync): Treat no-sync.
3560
3561         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3562         (wl-default-sync-range): Ditto.
3563
3564 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3565
3566         * wl-refile.el (wl-refile-subject-learn): Call
3567         `elmo-message-entity-field' with 3rd argument is non-nil.
3568         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3569         instead of `elmo-msgdb-overview-entity-get-subject'.
3570
3571 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3572
3573         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3574         scan-type is rescan.
3575         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3576         new optional argument force is non-nil.
3577         (wl-summary-save-view-cache): Call it with force argument non-nil.
3578
3579         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3580
3581 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3582
3583         * wl-action.el (wl-summary-print-argument): Fixed last change.
3584
3585 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3586
3587         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3588         simplified.
3589         (wl-summary-target-mark-mark-as-unread): Likewise.
3590         (wl-summary-target-mark-mark-as-important): Likewise.
3591
3592 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3593
3594         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3595         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3596         (wl-summary-mark-as-important-region): Change accordingly.
3597         (wl-summary-target-mark-mark-as-important): Ditto.
3598
3599 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3600
3601         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3602
3603         * wl-action.el (wl-summary-print-argument): Print argument to
3604         right side of window if `wl-summary-print-argument-within-window'
3605         is non-nil.
3606
3607 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3608
3609         * wl-action.el (wl-summary-set-mark): Use
3610         `wl-summary-message-visible-p' to check visibility of the message
3611         and jump to message only when the message line is visible and have
3612         different number; Call wl-summary-unset-mark with number argument.
3613         (wl-summary-unset-mark): 
3614         Use `wl-summary-message-visible-p'
3615         to check visibility of the message and jump to message only when
3616         the message line is visible and have different number;
3617
3618 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3619
3620         * Version number is increased to 2.11.7.
3621
3622         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3623         and wl-folder-summary-line-format.
3624
3625         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3626         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3627         (wl-summary-set-score-mark): Use it.
3628         (wl-summary-target-mark-mark-as-read): Ditto.
3629         (wl-summary-target-mark-mark-as-unread): Ditto.
3630         (wl-summary-target-mark-mark-as-important): Ditto.
3631         (wl-summary-target-mark-msgs): Simplified.
3632         (wl-summary-detect-mark-position): Fixed problem when
3633         summary-line-format no contain persisten/temp mark spec.
3634         (wl-summary-temp-mark): Ditto.
3635         (wl-summary-persistent-mark): Ditto.
3636         (wl-summary-update-persistent-mark): Ditto.
3637
3638         * wl-action.el (wl-summary-set-mark): Ditto.
3639         (wl-summary-unset-mark): Ditto.
3640         All other related portions are changed.
3641
3642 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3643
3644         * Version number is increased to 2.11.6.
3645
3646 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * wl-util.el (wl-current-message-buffer): Define as function;
3649         Don't use the value of wl-messge-buffer.
3650
3651         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3652         persistent mark.
3653
3654         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3655         no current message, cause an error.
3656
3657 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3658
3659         * wl-summary.el (wl-summary-set-message-modified): Use
3660         elmo-folder-set-message-modified instead of
3661         elmo-folder-set-message-modified-internal.
3662
3663 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3664
3665         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3666         interactively.
3667         (wl-summary-sync): nokill->entirely.
3668         (wl-summary-sync-marks): Fixed message.
3669         (wl-summary-input-range): Added mark, nokill->entirely.
3670
3671         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3672         messages as read.
3673
3674 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3677         update-noscore.
3678         (wl-summary-sync): Follow the change above.
3679
3680 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3681
3682         * wl-action.el (wl-summary-target-mark-all): Use
3683         elmo-folder-list-messages.
3684
3685 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3686
3687         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3688         (wl-summary-rescan): Set wl-summary-scored as nil.
3689         (wl-summary-sync-force-update): Follow the change above.
3690         (wl-summary-sync): Ditto.
3691         (wl-summary-sync-update): Added argument disable-killed.
3692         (wl-summary-insert-headers): Set visible-only argument for
3693         elmo-folder-list-messages.
3694         (wl-summary-input-range): Added update-nokill, update-noscore,
3695         all-nokill, all-noscore and mark.
3696
3697         * Version number is increased to 2.11.5.
3698
3699         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3700
3701 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3702
3703         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3704         (wl-summary-prefetch-region-no-mark): Change accordingly.
3705         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3706
3707 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3708
3709         * wl-address.el (wl-complete-field-to): Abolished.
3710         (wl-complete-address): Completion function for completing-read.
3711         * wl-action.el (wl-summary-get-resend-address): Use it.
3712
3713         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3714         wl-summary-update-mark and abolish unused argument.
3715         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3716         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3717         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3718         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3719         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3720         * wl-draft.el (wl-draft-kill): Ditto.
3721
3722         * wl-summary.el: Remove unused binding of case-fold-search.
3723         (wl-summary-replace-status-marks): Abolished.
3724
3725 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3726
3727         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3728         is specified or folder length is zero.
3729
3730 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3731
3732         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3733         (wl-folder-archive-current-entity): Ditto.
3734
3735 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3736
3737         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3738         retrieving message mark.
3739         (wl-summary-redisplay-internal): Ditto.
3740
3741         * wl-message.el (wl-message-buffer-display): Ignore errors while
3742         retrieving message-id field.
3743
3744         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3745         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3746         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3747         order of the arguments for `wl-expire-message-p'.
3748         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3749
3750         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3751         Check return value of wl-summary-reply.
3752         (wl-summary-reply): Recover window configuration when an error occured.
3753
3754 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3755
3756         * wl-summary.el (wl-summary-resend-message): Abolished, the
3757         feature is inherited by wl-summary-resend (put resend mark).
3758
3759 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3760
3761         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3762         wl-message-buffer to nil when the message is hide.
3763
3764 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3765
3766         * .cvsignore: New file.
3767
3768 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3769
3770         * wl-action.el (wl-summary-action-docstring): Add more info.
3771         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3772         duplicate definition.
3773         (wl-summary-define-mark-action): Functions wl-summary-*-region
3774         keep current position.
3775         (wl-summary-unregister-target-mark): Store result to the variable.
3776
3777 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3778
3779         * Version number is increased to 2.11.4.
3780
3781 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3782
3783         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3784         wl-summary-delete-all-temp-marks.
3785         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3786
3787         * wl-action.el (wl-summary-set-mark): Changed terminology
3788         refile-destination -> action-argument.
3789         (wl-summary-unset-mark): Ditto.
3790         (wl-summary-remove-argument): Ditto.
3791         (wl-summary-print-argument): Ditto.
3792
3793         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3794         (wl-thread-remove-argument-region): Ditto.
3795         (wl-thread-print-argument-region): Ditto.
3796         (wl-thread-close): Ditto.
3797         (wl-thread-open): Ditto.
3798
3799         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3800         (wl-highlight-refile-destination-face is abolished)
3801         (wl-highlight-action-argument-string): Ditto.
3802         (wl-highlight-summary-current-line): Highlight action argument.
3803
3804         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3805         color for light backgrounds.
3806         (wl-highlight-summary-answered-face): Ditto.
3807
3808 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3809
3810         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3811
3812         * wl-score.el (wl-summary-score-update-all-lines): Use
3813         wl-summary-set-mark.
3814         (wl-summary-score-update-all-lines): Kill expunged messages.
3815
3816         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3817
3818 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3819
3820         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3821         directly.
3822         (wl-score-overview-entity-get-lines): Ditto.
3823         (wl-score-overview-entity-get-xref): Ditto.
3824         (wl-score-get-latest-msgs): Ditto.
3825         (wl-summary-rescore): Ditto.
3826
3827         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3828         to "&".
3829         (wl-summary-mark-as-answered-internal): New inline function.
3830         (wl-summary-mark-as-answered): New function.
3831         (wl-summary-mark-as-unanswered): Ditto.
3832         (wl-summary-sync-marks): Modified for answered-mark synching.
3833
3834 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3835
3836         * wl-action.el (wl-summary-set-mark): Fixed last change.
3837
3838 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3839
3840         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3841         behavior of wl-summary-unread-message-hook
3842         (Pointed out by akira yamada <akira@arika.org>).
3843
3844 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3845
3846         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3847         wl-summary-delete.
3848         * wl-xmas.el (wl-summary-toolbar): Ditto.
3849
3850         * wl-action.el (wl-summary-set-mark): Don't override current
3851         temp-mark.
3852
3853         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3854
3855 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3856
3857         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3858         (wl-refile-msgid-learn): Ditto.
3859         (wl-refile-get-field-value): Ditto.
3860
3861         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3862
3863         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3864         (wl-expire-delete-reserved-messages): Renamed from
3865         wl-expire-reserve-marked-msgs-from-list.
3866         (wl-expire-delete): Removed argument `msgdb'.
3867         (wl-expire-refile): Ditto.
3868         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3869         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3870         mark-alist as argument.
3871         (wl-expire-archive-number1): Removed argument `msgdb'.
3872         (wl-expire-archive-number2): Ditto.
3873         (wl-expire-archive-date): Ditto.
3874         (wl-expire-localdir-date): Ditto.
3875         (wl-expire-hide): Ditto.
3876         (wl-archive-number1): Ditto.
3877         (wl-archive-number2): Ditto.
3878         (wl-archive-date): Ditto.
3879         (wl-archive-folder): Ditto.
3880         All other related portions are changed.
3881
3882 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3883
3884         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3885         mean move up and down. (suggested by Takashi Kawachi)
3886
3887 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-acap.el (toplevel): Don't require un-define.
3890
3891 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3892
3893         * wl-thread.el (wl-thread-delete-message): Always update
3894         wl-summary-buffer-number-list.
3895
3896         * wl-action.el (wl-summary-print-destination): 
3897         Do nothing when folder is nil.
3898
3899 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3900
3901         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3902         persistent mark when prefetch is succeeded.
3903
3904 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3905
3906         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3907         instead of elmo-msgdb-delete-msgs.
3908         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3909         (wl-expire-hide): Ditto.
3910
3911         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3912
3913         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3914         elmo-msgdb interface.
3915         (wl-thread-get-exist-children): Likewise.
3916         (wl-thread-insert-message): Likewise.
3917         (wl-thread-msg-mark-as-important): Likewise.
3918         (wl-thread-insert-entity-sub): Likewise.
3919         (wl-thread-get-children-msgs-uncached): Likewise.
3920
3921         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3922         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3923         (wl-summary-sync-update): Likewise.
3924         (wl-summary-auto-select-msg-p): Likewise.
3925         (wl-summary-update-thread): Likewise.
3926         (wl-summary-mark-as-important): Likewise.
3927         (wl-summary-jump-to-msg-internal): Likewise.
3928         (wl-summary-redisplay-internal): Likewise.
3929         (wl-summary-print-message-with-ps-print): Likewise.
3930         (wl-summary-folder-info-update): Likewise.
3931
3932         * wl-folder.el (wl-folder-check-one-entity):
3933         elmo-folder-count-flags instead of wl-summary-count-unread.
3934
3935         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3936
3937         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3938
3939         * wl-summary.el (wl-summary-set-message-modified): 
3940         Call wl-summary-set-mark-modified.
3941         (wl-summary-delete-messages-on-buffer): Call
3942         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3943         (wl-summary-sync-update): Call elmo-folder-length instead of
3944         elmo-folder-messages.
3945         (wl-summary-insert-headers): Don't call
3946         elmo-folder-list-message-entities.
3947
3948 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3949
3950         * wl-action.el (wl-summary-define-mark-action): Call
3951         `wl-summary-set-mark' with argument `data'.
3952         (wl-summary-auto-refile): Fixed order of arguments when call
3953         `wl-summary-refile'.
3954
3955 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3958
3959         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3960
3961         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3962         (Renamed from wl-highlight-summary-deleted-face).
3963         (wl-highlight-summary-resend-face): New face.
3964
3965         (wl-highlight-summary-deleted-face): Renamed from
3966         wl-highlight-summary-erased-face.
3967
3968         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3969
3970         * wl-action.el (wl-summary-get-resend-address): New function.
3971         (wl-summary-exec-action-resend): Ditto.
3972         (wl-summary-exec-action-resend-subr): Ditto.
3973
3974         * w-thread.el (wl-thread-copy): Removed definition.
3975         (wl-thread-refile): Ditto.
3976         (wl-thread-delete): Ditto.
3977         (wl-thread-target-mark): Ditto.
3978
3979         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3980         (wl-summary-target-mark-set-action): Fixed.
3981         (wl-summary-define-mark-action): Fixed quotation.
3982         (wl-summary-move-mark-list-messages): Display message.
3983         (wl-summary-define-mark-action): Define thread functions.
3984         (wl-summary-exec-action-refile): Changed message.
3985         (wl-summary-exec): Ditto.
3986
3987 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3988         
3989         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3990         '%%'.
3991
3992 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3993
3994         * wl.el (toplevel): Require wl-action.
3995         (wl-init): Call wl-summary-define-mark-action.
3996
3997         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3998
3999         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
4000         wl-summary-delete and wl-summary-erase.
4001         (wl-summary-mode-map): Ditto.
4002
4003         * wl-vars.el (wl-dispose-folder-alist): Renamed from
4004         wl-delete-folder-alist.
4005
4006         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
4007         wl-summary-prefetch-msg instead of wl-summary-prefetch.
4008         (toplevel): Moved mark & action related functions to the wl-action.el.
4009
4010         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
4011         in wl-summary-mark-action-list.
4012         (wl-highlight-summary-current-line): Ditto.
4013
4014         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
4015         empty lines.
4016
4017         * wl-action.el: New file. 
4018
4019 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4020
4021         * wl-summary.el (wl-summary-target-mark-replace): New function.
4022         (wl-summary-target-mark-prefetch): Use it.
4023         (wl-summary-target-mark-delete): Ditto.
4024         (toplevel): Rearranged definition order.
4025         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
4026         (wl-summary-target-mark-erase): Rewrite.
4027         (wl-summary-erase-region): New function.
4028         (wl-summary-exec-action-erase): Changed message.
4029         (wl-summary-move-mark-list-messages): New function.
4030         (wl-summary-exec-action-delete): Use it.
4031         (wl-summary-exec-action-erase): Ditto.
4032
4033         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
4034         (wl-summary-skip-mark-list): Added "d".
4035
4036         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
4037         while searching.
4038
4039         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
4040         and define using defcustom;
4041         Define 4th element as a face.
4042         
4043         * wl-summary.el (wl-summary-incorporate): Use 
4044         `wl-summary-prefetch-region-no-mark' instead of
4045         `wl-summary-prefetch-region'.
4046         (wl-summary-prefetch-region-no-mark): Revival of old
4047         `wl-summary-prefetch-region'.
4048         (wl-summary-mark-action-list): Moved to wl-vars.el
4049
4050         * wl-highlight.el (wl-highlight-summary-current-line): Decide
4051         face according to the `wl-summary-mark-action-list'.
4052         (wl-highlight-summary-current-line): Ditto;
4053         Removed destination highlighting.
4054
4055         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
4056         (wl-highlight-summary-line-string): Highlight for "i" mark.
4057         (wl-highlight-summary-current-line): Ditto.
4058
4059         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4060         no destination.
4061
4062         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4063         exists, just go ahead.
4064         (wl-summary-prefetch-region): Rewrite.
4065         (wl-summary-prefetch): Ditto.
4066         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4067         (wl-summary-exec-action-prefetch): New function.
4068         (wl-summary-target-mark-prefetch): Rewrite.
4069
4070 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4071
4072         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4073         (wl-highlight-summary-line-string): Added "d" and "D".
4074         (wl-highlight-summary-current-line): Ditto.
4075
4076         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4077         in wl-summary.el.
4078         (wl-thread-insert-entity-sub): Ditto.
4079         (wl-thread-remove-destination-region): Ditto.
4080         (wl-thread-print-destination-region): Ditto.
4081
4082         * wl-summary.el (wl-summary-buffer-refile-list,
4083         wl-summary-buffer-delete-list,
4084         wl-summary-buffer-copy-list): Abolish.
4085         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4086         All other related portions are changed.
4087         (wl-summary-mark-action-list): New variable.
4088         (wl-summary-set-mark): New function.
4089         (wl-summary-register-target-mark): Ditto.
4090         (wl-summary-unregister-target-mark): Ditto.
4091         (wl-summary-have-target-mark-p): Ditto.
4092         (wl-summary-register-temp-mark): Ditto.
4093         (wl-summary-unregister-temp-mark): Ditto.
4094         (wl-summary-registered-temp-mark): Ditto.
4095         (wl-summary-collect-temp-mark): Ditto.
4096         (wl-summary-unset-mark): Ditto.
4097         (wl-summary-set-target-mark): Ditto.
4098         (wl-summary-unset-target-mark): Ditto.
4099         (wl-summary-set-action-generic): Ditto.
4100         (wl-summary-unset-action-generic): Ditto.
4101         (wl-summary-exec-action-delete): Ditto.
4102         (wl-summary-exec-action-erase): Ditto.
4103         (wl-summary-set-action-refile): Ditto.
4104         (wl-summary-set-action-refile-subr): Ditto.
4105         (wl-summary-unset-action-refile): Ditto.
4106         (wl-summary-make-destination-numbers-list): Ditto.
4107         (wl-summary-exec-action-refile): Ditto.
4108         (wl-summary-set-action-copy): Ditto.
4109         (wl-summary-unset-action-copy): Ditto.
4110         (wl-summary-exec-action-copy): Ditto.
4111         (wl-summary-collect-numbers-region): Ditto.
4112         (wl-summary-delete): Rewrite.
4113         (wl-summary-erase): Ditto.
4114         (wl-summary-remove-destination): Ditto.
4115         (wl-summary-exec): Ditto.
4116         (wl-summary-exec-region): Ditto.
4117         (wl-summary-target-mark-erase): Ditto.
4118         (wl-summary-refile): Ditto.
4119         (wl-summary-copy): Ditto.
4120         (wl-summary-unmark): Ditto.
4121         (wl-summary-delete-all-mark): Ditto.
4122         (wl-summary-mark-line): Don't highlight.
4123         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4124         (wl-summary-target-mark-refile-subr): Rewrite.
4125
4126         (wl-summary-copy-prev-destination): Abolish.
4127
4128 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4129
4130         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4131         default values along the value of wl-on-mule.
4132         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4133         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4134         It is not used anywhere.
4135
4136 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4137
4138         * wl-summary.el (wl-summary-print-destination): Keep position.
4139         (wl-summary-cursor-move-surface): Keep horizontal position.
4140
4141 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4142
4143         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4144         write sendlog.
4145
4146 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4147
4148         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4149         `wl-summary-highlight'.
4150
4151 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4152
4153         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4154         trivial condition for temp-mark.
4155
4156 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4157
4158         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4159         when it hits killed buffer.
4160
4161 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4162
4163         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4164         * wl-news.el.in: `message' and `error' take format string.
4165
4166 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4167
4168         * wl-folder (wl-folder-insert-entity): Display a message,
4169         `...done', when the work finish.
4170         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4171
4172 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4173
4174         * wl-message.el (wl-message-redisplay): Remove unused local
4175         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4176
4177 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4178
4179         * wl-summary.el (wl-summary-replace-status-marks): Disable
4180         interactive use.
4181         (wl-summary-reedit): Check message existence at first.
4182         (wl-summary-mark-line): Fix doc, return value is indefinite.
4183
4184         * wl-highlight.el (wl-highlight-message): Arranged.
4185
4186         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4187         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4188         check temp-mark by wl-summary-temp-mark always.
4189         (wl-highlight-summary): Change accordingly.
4190         * wl-summary.el (wl-summary-mark-as-read-all)
4191         (wl-summary-delete-cache, wl-summary-set-score-mark)
4192         (wl-summary-mark-as-unread, wl-summary-unmark)
4193         (wl-summary-mark-line, wl-summary-mark-as-read)
4194         (wl-summary-mark-as-important): Ditto.
4195
4196         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4197         end of the window if possible.
4198         * wl-summary.el (wl-summary-sync-update): Support lazy
4199         highlighting.
4200         (wl-summary-toggle-disp-msg): Ditto.
4201
4202 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4203
4204         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4205
4206 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4207
4208         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4209         change.
4210
4211 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4214         API.
4215         (wl-summary-sync-update): Ditto.
4216
4217         * wl-score.el (wl-score-get-score-alist): Changed argument.
4218         (wl-summary-rescore-msgs): Likewise.
4219         (wl-summary-score-headers): Likewise.
4220         (wl-score-headers): Likewise;
4221         Use elmo-folder-do-each-message-entity, etc.
4222         (wl-summary-score-effect): Follow the changes above.
4223         (wl-summary-rescore): Ditto.
4224         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4225         (wl-score-get-overview): Abolish.
4226
4227         * wl-summary.el (wl-summary-default-from): Follow the API change in
4228         elmo-msgdb.
4229         (wl-summary-count-unread): Ditto.
4230         (wl-summary-detect-mark-position): Ditto.
4231         (wl-summary-overview-entity-compare-by-date): Ditto.
4232         (wl-summary-overview-entity-compare-by-number): Ditto.
4233         (wl-summary-overview-entity-compare-by-from): Ditto.
4234         (wl-summary-overview-entity-compare-by-subject): Ditto.
4235         (wl-summary-get-list-info): Ditto.
4236         (wl-summary-rescan): Ditto.
4237         (wl-summary-jump-to-msg-by-message-id): Ditto.
4238         (wl-summary-sync-update): Ditto; Removed comment.
4239         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4240         (wl-summary-insert-message): Use wl-summary-insert
4241         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4242         (wl-summary-insert-headers): Changed argument overview to folder.
4243         (wl-summary-search-by-subject): Likewise.
4244         (wl-summary-insert-thread): Renamed from 
4245         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4246
4247         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4248         too.
4249
4250         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4251         wl-string-member.
4252
4253 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4254
4255         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4256         elmo-folder-append-buffer.
4257         (wl-draft-queue-append): Likewise.
4258
4259         * wl-mime.el (wl-message-delete-current-part): Ditto.
4260         (wl-summary-burst-subr): Ditto.
4261
4262         * wl-news.el.in (wl-news-send-news): Ditto.
4263
4264 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4265
4266         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4267         function.
4268         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4269         (wl-summary-update-mark): Enclose with save-excursion.
4270         (wl-summary-mark-as-read-internal): Fixed last change.
4271         (wl-summary-mark-as-important): Use 3rd argument of
4272         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4273         Don't use elmo-msgdb-set-mark.
4274         (wl-summary-redisplay-internal): If msgdb flag is already read,
4275         just update the mark on buffer.
4276
4277 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4278
4279         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4280         cut visible folder when elmo-folder-delete returns non-nil value.
4281
4282 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4283
4284         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4285         by Kenichi OKADA <okada@opaopa.org>).
4286
4287 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4288
4289         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4290
4291 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4292
4293         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4294         Fixed the last change, search group entity by its real name.
4295         (Thanks to: KOBAYASHI Shinji)
4296
4297 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4298
4299         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4300         (wl-fldmgr-access-display-all): Don't refer visible name.
4301         * wl-expire.el (wl-folder-archive-current-entity)
4302         (wl-folder-expire-current-entity): Ditto.
4303         * wl-folder.el (wl-folder-jump-to-current-entity)
4304         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4305         (wl-folder-open-folder-sub,wl-folder-open-all)
4306         (wl-folder-write-current-folder): Ditto.
4307         (wl-folder-insert-entity): Don't use petname for normal group.
4308         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4309         is the real name.
4310         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4311         Abolished.
4312
4313 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4314
4315         * wl-draft.el (wl-draft-create-buffer): Add
4316         `wl-summary-reply-with-citation'
4317
4318 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4319
4320         * wl-draft.el (wl-draft-reply): Fixed.
4321
4322 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4325         when `wl-draft-send-confirm-with-preview' is non-nil.
4326         You can scroll up/down by j/k.
4327         (wl-draft-send-confirm-with-preview): New variable (default=t).
4328
4329 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4330
4331         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4332         (wl-fldmgr-save-folders): Fix comment.
4333
4334 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4335
4336         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4337         along the last change in `wl-folder-buffer-group-p'.
4338
4339 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4342         folder.
4343
4344         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4345         the default value.
4346
4347         * wl-mime.el (wl-summary-burst): Update summary only when target
4348         folder equals current folder.
4349
4350 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4351
4352         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4353
4354 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4355
4356         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4357         value.
4358
4359 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4360
4361         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4362         `map-extents' instead of `extent-at' repeatedly.
4363         (wl-highlight-folder-current-line): Ditto.
4364
4365         * wl-highlight.el: Remove useless dummy functions.
4366
4367 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4370         (wl-folder-put-folder-property): New function to put text property.
4371         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4372         (wl-folder-insert-entity, wl-folder-update-diff-line)
4373         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4374         * wl-e21.el, wl-xmas.el, wl-mule.el
4375         (wl-highlight-folder-current-line): Ditto.
4376         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4377         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4378         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4379         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4380
4381 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4382
4383         * Version number is increased to 2.11.3.
4384
4385 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4386
4387         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4388         Resume current-buffer since it is assumed by remaining tasks.
4389
4390 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4393         (wl-folder-completion-function): Abolished.
4394         (wl-folder-complete-folder): New function.
4395         (wl-folder-complete-filter-condition): Ditto.
4396         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4397         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4398
4399 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4400
4401         * wl-draft.el (wl-draft-send-confirm): New function.
4402         (wl-draft-send): Use it.
4403
4404         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4405         cursor-in-echo-area while confirming.
4406
4407         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4408
4409         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4410         searching via nntp if wl-summary-search-via-nntp is 'force.
4411         Otherwise, invoke searching in nntp folder only.
4412         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4413
4414         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4415         explicitly for mime-make-text-tag.
4416
4417 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4418
4419         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4420         `mime-make-text-tag' instead of `mime-create-tag'.
4421
4422 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4423
4424         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4425         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4426
4427 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4428
4429         * wl-score.el (wl-score-save): Bind print-length and print-level.
4430         (wl-score-pretty-print): Ditto.
4431         (wl-score-edit-insert-header-entry): Ditto.
4432
4433         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4434         "From" entry to be treated with wl-draft-eword-encode-address-list.
4435         * wl-mime.el (wl-draft-preview-message): Ditto.
4436
4437         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4438         (wl-summary-mark-as-unread): Ditto.
4439         (wl-summary-mark-as-read-region): Change accordingly.
4440         (wl-summary-mark-as-unread-region): Ditto.
4441         (wl-summary-target-mark-mark-as-read): Ditto.
4442         (wl-summary-target-mark-mark-as-unread): Ditto.
4443
4444 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4445
4446         * Version number is increased to 2.11.2.
4447
4448 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4449
4450         * wl-news.el.in (wl-news-previous-version-save): Bind
4451         print-length and print-level.
4452         * wl-thread.el (wl-thread-save-entities): Ditto.
4453         (wl-thread-save-top-list): Bind print-length.
4454
4455 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4456
4457         * wl-highlight.el (wl-highlight-summary-line-string): Use
4458         wl-summary-score-below-mark, wl-summary-score-over-mark.
4459         (wl-highlight-summary-current-line): Ditto.
4460
4461 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4464         insert it.
4465
4466 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4467
4468         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4469
4470 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4471
4472         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4473         message without msgid.
4474         Rewrite with elmo-folder-move-messages.
4475         Set wl-message-buffer to nil.
4476
4477         * wl-summary.el (wl-summary-erase-subr): New function. Use
4478         elmo-folder-move-messages.
4479         (wl-summary-erase): Call it.
4480         (wl-summary-target-mark-erase): Ditto.
4481
4482 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4485         it is not up-tp-date.
4486
4487 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4490         buffer after calling `wl-summary-goto-folder-subr' without the
4491         argument `interactive'.
4492         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4493
4494 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4495
4496         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4497         `mime-create-tag'. Use `string=' instead of `looking-at'.
4498
4499 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4500
4501         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4502         to avoid compile warning.
4503
4504         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4505         entity-id when folder is given.
4506         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4507         save-excursion, use save-selected-window instead.
4508         Select folder buffer window if exists.
4509         (To correct behavior with wl-folder-move-cur-folder.)
4510
4511 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4512
4513         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4514
4515 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4516
4517         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4518         list-count instead of %d.
4519
4520 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4521
4522         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4523         (wl-news): Set it.
4524         (wl-news-append-to-folder): Use it.
4525
4526         * wl-news.el.in (wl-news-send-news): Append to specified folder
4527         instead of wl-default-folder.
4528         (wl-news-append-to-folder): Show error message with specified folder.
4529
4530         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4531                 In most major modes, Emacs assumes that any opening
4532                 delimiter found at the left margin is the start of a
4533                 top-level definition, or defun. Therefore, *never put an
4534                 opening delimiter at the left margin unless it should have
4535                 that significance.*
4536
4537         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4538
4539 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4540
4541         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4542
4543 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4544
4545         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4546
4547 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4548
4549         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4550         for sequential numbering case.
4551
4552 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4553
4554         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4555         value.
4556         (wl-draft-reply-without-argument-list): Ditto.
4557         (wl-draft-reply-myself-with-argument-list): Abolish.
4558         (wl-draft-reply-myself-without-argument-list): Ditto.
4559         * wl-draft.el (wl-draft-self-reply-p): New function.
4560         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4561
4562 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4565         (avoid error for the case without byte-compiling)
4566
4567 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4568
4569         * wl-news.el.in (wl-news-append-to-folder): New function.
4570         (wl-news-exit): Rewrite.
4571         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4572
4573 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4574
4575         * wl-draft.el (wl-draft-reply-position): New function.
4576         (wl-draft-reply-position): Fix.
4577         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4578         (wl-summary-target-mark-reply-with-citation): Ditto.
4579         (wl-summary-reply-with-citation): Ditto.
4580         * wl-vars.el (wl-draft-reply-default-position): New variable.
4581
4582 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4583
4584         * wl-draft.el (wl-draft-send): Preview when interactive send.
4585
4586 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4587
4588         * wl-draft.el (wl-draft-reply): Set default position.
4589         * wl-summary.el (wl-summary-reply): Ditto.
4590         (wl-summary-reply-with-citation): Ditto.
4591         (wl-summary-target-mark-reply-with-citation): Ditto.
4592
4593 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4594
4595         * wl-news.el.in (wl-news-lang): Set default value according to
4596         current-language-environment.
4597         (wl-news-append-news): Do nothing when news-list is nil.
4598
4599 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4600
4601         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4602         (wl-news): Change message.
4603         (wl-news-exit): Check buffer.
4604         (wl-news-force-exit): New function.
4605         (wl-news-show-all): New function.
4606         (wl-news-discard-and-exit): Fix.
4607
4608 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4611         according to current-language-environment.
4612
4613         * wl-news.el.in (wl-news): If arg, show all NEWS after
4614         wl-news-default-previous-version.
4615
4616 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4617
4618         * wl-news.el.in (wl-news-check): Rewritten.
4619         (wl-news-previous-version-load): Change data type.
4620         (wl-news-previous-version-save): Change data type.
4621         (wl-news-append-news): Add return value.
4622         (wl-news-check-news): New function.
4623         (wl-news-already-current-p): New function.
4624         (wl-news-send-news): Rewritten.
4625         (wl-news-mode-map): Add new keybind.
4626         (wl-news): Rewritten.
4627         (wl-news-exit): Rewritten.
4628         (wl-news-discard-and-mail): New function.
4629         (wl-news-send-to-address): Abolished.
4630         * wl.el (wl-init): Delete a message.
4631
4632 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4633
4634         * wl-news.el.in (wl-news-exit): Update previous version.
4635         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4636
4637 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4638
4639         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4640
4641 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4642
4643         * wl-news.el.in (wl-news): New function.
4644         (wl-news-mode): New function.
4645         (wl-news-next-line): New function.
4646         (wl-news-next-page): New function.
4647         (wl-news-exit): New function.
4648         (wl-news-buf-name): New variable.
4649         (wl-news-mode-map): New variable.
4650         (wl-news-winconf): New variable.
4651         (wl-news-append-news): Add an option.
4652
4653 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4654
4655         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4656
4657 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4658
4659         * wl-news.el.in (wl-news-send-to-address): New variable.
4660         (wl-news-send-news): Use it.
4661         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4662         Return updating status.
4663         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4664
4665 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4666
4667         * wl-news.el.in (wl-news-send-news): Delete
4668         Organization and X-Face.
4669
4670 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4671
4672         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4673         (wl-news-append-news): New function.
4674         (wl-news-send-news): New function.
4675
4676 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4677
4678         * Version number is increased to 2.11.1.
4679
4680 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4681
4682         * wl-news.el.in : New file.
4683
4684 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4685
4686         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4687         default value.
4688         (wl-draft-reply-without-argument-list): Ditto.
4689
4690 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4691
4692         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4693         (wl-message-buffer-prefetch-idle-time): Ditto.
4694         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4695
4696 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4697
4698         * wl-thread.el (wl-thread-insert-message): Use
4699         wl-summary-max-thread-depth.
4700
4701         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4702         loop detection.
4703
4704         * wl-message.el (wl-message-buffer-display): Back to the first page
4705         when cache is hit.
4706
4707 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4708
4709         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4710
4711         * wl-summary.el (wl-summary-insert-thread-entity):
4712         If the thread depth is reached to wl-summary-max-thread-depth,
4713         divide the thread.
4714
4715 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4716
4717         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4718         for elmo-remove-passwd.
4719
4720 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4721
4722         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4723         folder is sticky.
4724         (wl-folder-mark-as-read-all-entity): Ditto.
4725         (wl-folder-prefetch-entity): Ditto.
4726
4727 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4728
4729         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4730
4731 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4732
4733         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4734         Delete messages on buffer for unplugged operation.
4735         (wl-summary-erase): Ditto.
4736
4737 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4738
4739         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4740         take nil so as not to search parent by subject.
4741
4742 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4743
4744         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4745         (wl-folder-get-next-folder): Ditto.
4746         (wl-folder-get-path): Ditto.
4747
4748 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4749
4750         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4751         system and encode the region with it before verifying.
4752
4753 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4754
4755         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4756         system of the echo buffer before decoding.
4757
4758 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4761         original contents.
4762
4763 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4764
4765         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4766         with argument 'any-exists.
4767
4768 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4769
4770         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4771         Use `wl-cs-autoconv'.
4772
4773 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4774
4775         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4776         by `mime-view-automatic-conversion'.
4777
4778         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4779         (wl-message-verify-pgp-nonmime): Ditto.
4780         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4781         Bind them to C-c:d and C-c:v respectively.
4782
4783         Merge following code by Teranishi-san from [wl-en:00167].
4784         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4785         (wl-mime-preview-application/pgp-encrypted): Ditto.
4786         (wl-mime-setup): Add entry.
4787
4788 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4789
4790         * wl-summary.el (wl-summary-target-mark-erase): New function.
4791         Bind it to "mD".
4792
4793 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4794
4795         * wl-vars.el (wl-draft-write-file-function): Fix.
4796         (wl-draft-reedit-hook): Changed default value.
4797
4798         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4799         wl-draft-reedit-hook.
4800         (wl-draft-remove-text-plain-tag): New function.
4801         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4802
4803         * wl-vars.el (wl-draft-write-file-function): New user option.
4804
4805         * wl-draft.el (wl-draft-prepare-edit): Use it for
4806         local-write-file-hooks.
4807         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4808
4809         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4810         (wl-draft-insert-mail-header-separator): Return the body beginning
4811         point.
4812         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4813         text/plain.
4814         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4815
4816 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4817
4818         * wl-summary.el (wl-summary-erase): New function to erase message
4819         without moving it to trash. Bind to "D".
4820
4821         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4822         as `keep' unless switch-function.
4823
4824 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4825
4826         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4827         message buffer by using `wl-summary-toggle-disp-msg'.
4828         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4829         buffer window.
4830         (wl-summary-supresedes-message): Ditto.
4831
4832         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4833         Do not delete other windows.
4834         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4835         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4836         (wl-draft-create-buffer): Set reply-or-forward also for target
4837         mark commands.
4838
4839 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * wl-draft.el (wl-user-agent-compose): Delete special case for
4842         switch-to-buffer-other-window.
4843
4844         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4845         (wl-summary-forward): Ditto.
4846
4847         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4848         function.
4849         (wl-draft-buffer-style): New use option.
4850
4851         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4852         (wl-draft): Follow the change above.
4853         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4854         wl-draft-buffer-style.
4855         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4856         switch-function.
4857
4858 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4859
4860         * wl-address.el (wl-address-make-completion-entry): Extracted from
4861         `wl-address-make-completion-list'.
4862         (wl-address-enable-strict-loading): New variable.
4863         (wl-address-make-completion-list): Revive petname duplication
4864         inquiry, and enable it if `wl-address-enable-strict-loading'.
4865         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4866
4867 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4868
4869         * wl-message.el (wl-message-get-original-buffer): Avoid
4870         'Selecting deleted buffer' error when original buffer is killed.
4871
4872 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4873
4874         * wl-summary.el (wl-summary-next-message): Use
4875         elmo-message-accessible-p instead of elmo-message-cached-p.
4876
4877 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4880
4881         * wl-thread.el (wl-thread-open-all-unread): Use
4882         elmo-folder-list-flagged instead of
4883         elmo-folder-list-messages-mark-match.
4884
4885         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4886         instead of elmo-folder-list-messages-mark-match.
4887         (wl-summary-move-spec-alist): New variable.
4888         (wl-summary-move-spec-plugged-alist,
4889         wl-summary-move-spec-unplugged-alist): Abolish.
4890         (wl-summary-next-message): Follow the change above.
4891         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4892         with 'no-msg' argument.
4893
4894         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4895         variable.
4896         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4897         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4898         (wl-message-buffer-prefetch-get-next): Follow the change above.
4899
4900 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4901
4902         * wl-version.el (wl-version): Changed codename.
4903
4904         * Version number is increased to 2.11.0.
4905
4906 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4907
4908         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4909         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4910         `wl-draft-config-variables'.
4911         (wl-draft-kill): Fixed problem when the draft is reedit.
4912
4913 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4914
4915         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4916         buffer-modified status (Thanks to
4917         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4918
4919 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4920
4921         * wl-util.el (wl-region-exists-p): New function.
4922
4923         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4924         Remove defvars for byte-compile warnings.
4925
4926 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4927
4928         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4929         defvar-maybe. Removed unused bind.
4930
4931 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4932
4933         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4934         summary buffer window before creating new frame.
4935         (wl-draft-reply): Ditto.
4936
4937 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4938
4939         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4940
4941 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4942
4943         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4944
4945 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4946
4947         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4948         instead of `kill-region'.
4949
4950 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4951
4952         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4953         (wl-highlight-summary-line-string): Use it.
4954         (wl-highlight-summary-current-line): Ditto.
4955
4956         * wl-mime.el (wl-message-delete-current-part): Check the class of
4957         mime-entity.
4958
4959         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4960
4961         * wl-summary.el (wl-summary-make-number-list): Initialize.
4962         (wl-summary-update-mark): New function.
4963         (wl-summary-reply): Put `answered' mark on the message.
4964         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4965
4966         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4967         (wl-draft-reply): Added optional argument `number';
4968         Set wl-draft-parent-number.
4969         (wl-draft-kill): Delete answered mark if it is a reply.
4970
4971 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4972
4973         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4974         that originates in mime-preview-follow-current-entity.
4975         (wl-draft-yank-current-message-entity): Use it if region is active.
4976
4977         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4978         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4979         `wl-message-delete-current-part'.
4980         * wl-mule.el (wl-message-define-keymap): Ditto.
4981         * wl-xmas.el (wl-message-define-keymap): Ditto.
4982
4983 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-mime.el (wl-message-delete-current-part): New function.
4986         (wl-mime-node-id-to-string): Ditto.
4987
4988         * wl-mime.el (wl-message-delete-current-part): Use existing
4989         original buffer which corresponds current mime-view buffer.
4990         (fetched buffer might have different structure, possibly)
4991
4992         * wl-mime.el (wl-message-delete-current-part): Quit if the
4993         message content differs from the actual message.
4994
4995 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4996
4997         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4998         order.
4999         (wl-summary-search-by-subject): Search parent message from tail;
5000         Check the existence of the parent message on the current thread tree.
5001         (wl-summary-update-thread): Check whether the line is inserted.
5002
5003 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl-vars.el (wl-summary-line-format): Undo last change.
5006         * wl-summary.el (wl-summary-print-destination): Do not put
5007         invisible property when `wl-summary-width' is nil.
5008         (wl-summary-line-subject-minimum-length): Abolished.
5009         (wl-summary-line-subject): Ditto.
5010
5011 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5012
5013         * wl-vars.el (wl-summary-line-format): Change default value.
5014         (wl-summary-subject-length-limit): Abolished.
5015         * wl-summary.el (wl-summary-line-subject): Ditto.
5016
5017 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5018
5019         * wl-template.el (wl-template-select): Added optional argument.
5020         If optional argument is specified, reverse
5021         `wl-template-visible-select'.
5022
5023 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5024
5025         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
5026         Take prefix argument to force asking the destination folder.
5027
5028 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5029
5030         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
5031         count and update status.
5032
5033 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
5034
5035         * wl-summary.el (wl-summary-redisplay-internal): If
5036         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
5037         after fetching.
5038
5039 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5040
5041         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
5042         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
5043
5044         * wl-vars.el (toplevel): Require 'elmo-msgdb.
5045
5046 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5047
5048         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
5049         (All other related portions are changed).
5050         (wl-summary-mark-as-read-all): Rewrite.
5051
5052 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
5055         `wl-summary-mark-as-read'.
5056         (wl-summary-mark-as-unread): Rewrite.
5057         (wl-summary-mark-as-read): Added no-modeline argument.
5058         (wl-summary-resume-cache-status): Rewrite.
5059         (wl-summary-exec-subr): Remove unused local variable.
5060
5061 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5062
5063         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5064         logic to call `wl-summary-buffer-prev-folder-function'.
5065         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5066
5067 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5068
5069         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5070         is nil.
5071
5072 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5073
5074         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5075         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5076         (wl-mime-setup): Add its entry.
5077
5078 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5079
5080         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5081         (wl-summary-delete-cache): Likewise.
5082         (wl-summary-mark-as-read): Rewrite.
5083
5084 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5085
5086         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5087         `wl-summary-count-unread'.
5088
5089         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5090
5091         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5092
5093 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5094
5095         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5096         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5097         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5098         Renamed to the elmo-msgdb-*-mark.
5099         (wl-summary-score-marks): Follow the change above.
5100         (wl-summary-auto-refile-skip-marks): Ditto.
5101         (wl-summary-incorporate-marks): Ditto.
5102         (wl-summary-expire-reserve-marks): Ditto.
5103
5104         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5105         changes.
5106         (wl-thread-insert-top): Changed updating message.
5107
5108         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5109         variable.
5110         (wl-summary-count-unread): Count answered marks.
5111         (wl-summary-rescan): Call wl-summary-insert-message instead of
5112         wl-summary-append-message-func-internal.
5113         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5114         (wl-summary-prefetch-msg): Follow the variable name changes.
5115         (wl-summary-prefetch-region): Ditto.
5116         (wl-summary-mark-as-read-all): Follow the API changes;
5117         Don't call elmo-folder-replace-marks.
5118         (wl-summary-delete-cache): Follow the variable name changes.
5119         (wl-summary-resume-cache-status): Ditto.
5120         (wl-summary-update-status-marks): New function.
5121         (wl-summary-insert-message): New function.
5122         (wl-summary-sync-marks): Follow the variable name changes.
5123         (wl-summary-sync-update): Synchronize to the msgdb, too;
5124         Changed update messages.
5125         (wl-summary-make-number-list): Rewrite.
5126         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5127         (wl-summary-mark-as-unread): Follow the API changes.
5128         (wl-summary-exec-subr): Follow the variable name changes.
5129         (wl-summary-mark-as-read): Ditto.
5130         (wl-summary-move-spec-plugged-alist): Ditto.
5131         (wl-summary-move-spec-unplugged-alist): Ditto.
5132         (wl-summary-cursor-move-surface): Ditto.
5133
5134         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5135         variable name changes.
5136         (wl-highlight-summary-current-line): Ditto.
5137
5138         * wl-expire.el (wl-expire-refile): Follow the API change in
5139         elmo-folder-move-messages.
5140         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5141         (wl-summary-archive): Use elmo-folder-msgdb instead of
5142         elmo-msgdb-load.
5143
5144 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5145
5146         * wl-mime.el (wl-draft-preview-message): Restore the position
5147         before evaluating wl-draft-send-hook in preview buffer.
5148
5149 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5150
5151         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5152         when it creates new draft buffer.
5153
5154         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5155         without argument.
5156
5157         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5158         Evaluate content and if the value is string, insert it.
5159         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5160         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5161         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5162         wl-draft-config-sub-part-bottom): Use it.
5163
5164         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5165         with the folder name. The question was unintelligible when it is
5166         called from wl-save-status.
5167
5168 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5169
5170         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5171         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5172         cannot take second argument).
5173
5174 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5175
5176         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5177         as t. Since type and subtype are not case sensitive (RFC 2045).
5178
5179 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5180
5181         * wl-vars.el (wl-message-mode-line-format): New variable.
5182         (wl-message-mode-line-format-spec-alist): Ditto.
5183         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5184         (wl-message-redisplay): Use wl-message-mode-line-format.
5185
5186 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5189
5190 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5191
5192         * wl-summary.el (wl-summary-default-from): Write description.
5193
5194 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5195
5196         * wl-vars.el (wl-ldap-objectclass): Abolish.
5197
5198         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5199         (wl-ldap-make-filter): Removed condition for objectclass.
5200         (wl-ldap-make-matched-value-list): Remove meaningless process.
5201         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5202         (wl-address-ldap-search): Don't add `*' to `pat' string;
5203         use ignore-errors; added `email';
5204         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5205         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5206         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5207
5208
5209 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5210
5211         * wl-draft.el (wl-draft-parent-folder): Write description.
5212         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5213
5214 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5215
5216         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5217         as "" (zero-length string) if no parent.
5218         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5219
5220 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5221
5222         * wl-address.el (wl-address-make-completion-list): Skip duplication
5223         checking.
5224         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5225         `append'.
5226
5227 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5228
5229         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5230         instead of `beginning-of-buffer'.
5231
5232 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5235
5236 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5239         Refer wl-message-buffer-name.
5240         (wl-message-wheel-down): Ditto.
5241
5242 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5243
5244         * wl-vars.el (wl-message-buffer-name): New user option.
5245
5246         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5247         directly instead of making alist dinamically.
5248
5249         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5250         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5251         wl-message-buffer-cache-name.
5252         (wl-message-buffer-cache-clean-up): Ditto.
5253
5254         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5255
5256         * Version number is increased to 2.9.15.
5257
5258 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5259
5260         * wl-vars.el (wl-summary-default-view-alist): New user option.
5261
5262         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5263
5264         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5265         while deleting address.
5266         (wl-draft-delete-myself-from-cc): Ditto.
5267
5268         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5269         If optional argument is specified, reverse sort order.
5270
5271         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5272
5273 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5274
5275         * wl-thread.el (wl-thread-insert-message): Return parent number if
5276         exists.
5277         (wl-thread-update-indent-string-region): Use
5278         wl-thread-update-line-on-buffer-sub instead of
5279         wl-thread-update-line-on-buffer.
5280
5281 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5282
5283         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5284         (wl-folder-close-all): Ditto.
5285
5286 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5287
5288         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5289         and mailing-list:.
5290         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5291         value.
5292         (wl-summary-line-list-info): Print mailing-list name even when 
5293         list-number is empty.
5294
5295 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5296
5297         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5298
5299         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5300         (wl-draft-open-file): Ditto.
5301         (wl-draft-random-alphabet): Ditto.
5302
5303         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5304         bindings.
5305
5306 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5307
5308         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5309         * wl-vars.el (wl-draft-config-alist): Ditto.
5310
5311 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5312
5313         * Version number is increased to 2.9.14.
5314
5315         * wl.el (wl): Don't set wl-init as nil when error occured while
5316         auto-checking folders.
5317
5318         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5319         `elmo-expand-newtext'.
5320
5321 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5322
5323         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5324         `this-command' so that `wl-folder-goto-folder' contained in
5325         `wl-summary-keep-cursor-command' work.
5326
5327 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5328
5329         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5330         message buffer displaying state.
5331
5332 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5333
5334         * wl-vars.el (wl-summary-default-view): New variable to specify
5335         default value for `wl-summary-buffer-view' instead of using
5336         set-default.
5337         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5338
5339 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5340
5341         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5342
5343         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5344
5345 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5346
5347         * wl-vars.el (wl-forward-subject-prefix): New variable.
5348         * wl-draft.el (wl-draft-forward): Use it.
5349
5350 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5351
5352         * wl-message.el (wl-message-prev-page): When it is called without
5353         lines argument, scroll down by wl-message-scroll-amount lines.
5354         (wl-message-next-page): Ditto.
5355         * wl-vars.el (wl-message-scroll-amount): Change default value
5356         to preserve current behavior.
5357
5358 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5359
5360         * wl-summary.el (wl-summary-prefetch-msg): Bind
5361         `wl-message-entity' to call `wl-summary-from-function'.
5362
5363 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5364
5365         * wl-message.el (wl-message-buffer-create): Run
5366         wl-message-buffer-created-hook.
5367
5368 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5369
5370         * wl-summary.el (wl-summary-sort-specs): New variable.
5371         (wl-summary-default-sort-spec): Ditto.
5372         (wl-summary-sort): Rewrite.
5373         (wl-summary-sort-by-list-info): New function.
5374
5375 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5376
5377         * wl-summary.el (wl-summary-get-list-info): New function.
5378         (wl-summary-sort): Rewrite.
5379         (wl-summary-line-list-info): Ditto.
5380         (wl-summary-line-list-count): Ditto.
5381         (wl-summary-refile-region): Fixed docstring.
5382
5383 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5384
5385         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5386         `wl-folder-entity-hashtb' as completion table.
5387
5388 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5391         only when this command is called interactively; silence the byte-
5392         compiler.
5393
5394 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5395
5396         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5397         active in XEmacs.
5398
5399 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5400
5401         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5402         plural lines.
5403
5404 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5405
5406         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5407         of current line when the cursor is on the header name.
5408         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5409
5410 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5411
5412         * wl-util.el (wl-read-directory-name): Return displayed directory
5413         as the default value also on XEmacs.
5414
5415 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5416
5417         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5418         formatting.
5419
5420 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5421
5422         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5423         argument and when it is non-nil, check face property before
5424         highlighting for each line.
5425         (wl-highlight-summary-window): Set it.
5426
5427 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5428
5429         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5430         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5431
5432         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5433         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5434         (wl-draft-get-fcc-list): Likewise.
5435
5436 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5437
5438         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5439         (wl-thread-entity-cur): Ditto.
5440         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5441         wl-thread-indent-regexp setting.
5442         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5443
5444         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5445         wl-summary-lazy-highlight.
5446         (wl-summary-display-bottom): Ditto.
5447
5448         * wl-thread.el (wl-thread-open-close): Likewise.
5449
5450         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5451         from and subject;
5452         Bind wl-draft-use-frame;
5453         Enclose with save-window-excursion;
5454         Use wl-draft-create-buffer instead of with-temp-buffer;
5455         Use wl-draft-prepare-edit;
5456         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5457         Use wl-draft-send instead of wl-draft-raw-send.
5458
5459 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5460
5461         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5462         of using wl-from.
5463
5464 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5465
5466         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5467         insert-buffer instead of clone-buffer.
5468         (wl-draft-doing-mime-bcc): New variable.
5469         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5470         infinite loop.
5471         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5472
5473         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5474         (wl-draft-mime-bcc-body): Ditto.
5475
5476         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5477         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5478         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5479         wl-draft-do-mime-bcc.
5480         (wl-draft-mime-bcc-field): New function.
5481         (wl-draft-do-mime-bcc): Ditto.
5482
5483         * wl-address.el (wl-address-complete-header-list): New variable.
5484         (wl-address-complete-header-regexp): Changed default value.
5485
5486         * Version number is increased to 2.9.13.
5487
5488 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5491         it is differed.
5492
5493 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5494
5495         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5496         (wl-summary-line-list-count): Ditto.
5497
5498 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5499
5500         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5501         (wl-nntp-posting-function): New variable.
5502         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5503         `wl-nntp-posting-config-alist'.
5504
5505 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5506
5507         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5508         FLIM.
5509
5510 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5511
5512         * wl-summary.el (wl-summary-target-mark-refile-sub):
5513         Remove a nuisance funcall.
5514
5515 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5516
5517         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5518         as t for `try-completion'.
5519
5520 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-summary.el (wl-summary-default-from): Use
5523         wl-address-header-extract-address instead of
5524         std11-extract-address-components.
5525         (wl-summary-simple-from): Ditto.
5526         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5527         (wl-summary-insert-headers): Show message.
5528         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5529         for whole line.
5530         (wl-summary-default-from): Revert last change.
5531         (wl-summary-simple-from): Ditto.
5532         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5533         (wl-summary-mark-as-read-region): Follow the change above.
5534         (wl-summary-sync-marks): Ditto.
5535         (wl-summary-target-mark-mark-as-read): Ditto.
5536         (wl-summary-redisplay-internal): Ditto.
5537         (wl-summary-redisplay-no-mime-internal): Ditto.
5538         (wl-summary-redisplay-all-header): Ditto.
5539         (wl-summary-mark-as-read): Removed argument `cached';
5540         Use current cache status to set cache mark.
5541         (wl-summary-redisplay-internal): Follow the change above.
5542         (wl-summary-redisplay-no-mime-internal): Ditto.
5543         (wl-summary-redisplay-all-header): Ditto.
5544
5545         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5546
5547         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5548         Don't call itself recursively (Adviced by Yamaoka-san).
5549
5550 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5551
5552         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5553         bind wl-summary-highlight as nil to avoid error caused by missing
5554         local variables.
5555
5556 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5557
5558         * wl-vars.el (wl-invalid-character-message): New user option.
5559
5560         * wl-util.el (wl-set-string-width): If truncated string-width is
5561         larger than specified width, use `wl-invalid-character-message'.
5562
5563 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5564
5565         * wl-summary.el (wl-summary-prefetch-msg): 
5566         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5567
5568 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5569
5570         * wl-vars.el (wl-summary-check-line-format): New user option.
5571         (wl-summary-line-format-file): Ditto.
5572
5573         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5574         variable.
5575         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5576         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5577         and `wl-summary-view-old-p' to check whether do a rescan or not.
5578         (wl-summary-view-old-p): New function.
5579         (wl-summary-line-format-changed-p): Ditto.
5580         (wl-summary-line-format-save): Ditto.
5581         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5582
5583         * wl-util.el (wl-set-string-width): Avoid using negative number
5584         for make-string.
5585
5586 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5587
5588         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5589         return value.
5590
5591         * wl-util.el (wl-set-string-width): Added optional argument
5592         `padding' (All other related portions are changed).
5593         (wl-line-parse-format): If the first letter of column number is
5594         `0', zero-padding the result (ex: "%05l").
5595
5596         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5597
5598 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5599
5600         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5601         sequential summary view.
5602
5603 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5604
5605         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5606         if it doesn't have a -unix version.
5607
5608 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5609
5610         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5611
5612 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5615         content.
5616         (wl-draft): Follow the change above.
5617
5618         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5619
5620         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5621         and wl-folder-summary-line-format-alist contain %T and %P.
5622
5623         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5624         (wl-summary-mode-line-format): New user option.
5625         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5626         (wl-summary-line-format): Changed default value.
5627         (wl-summary-lazy-highlight): Changed default value.
5628
5629         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5630         change in wl-summary-create-line.
5631         (wl-thread-insert-entity-sub): Ditto.
5632
5633         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5634         (wl-summary-buffer-unread-status): Ditto.
5635         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5636         (wl-summary-buffer-persistent-mark-column): Ditto.
5637         (wl-summary-buffer-mode-line-formatter): Ditto.
5638         (wl-summary-buffer-mode-line): Ditto.
5639         (wl-summary-message-regexp): Abolished.
5640         (All other related portions are changed.)
5641         (wl-summary-detect-mark-position): New function.
5642         (wl-summary-buffer-set-folder): Setup
5643         wl-summary-buffer-mode-line-formatter.
5644         (wl-summary-mode): Setup selective-display;
5645         Setup pre-idle-hook when xemacs.
5646         (wl-summary-update-modeline): Rewrite.
5647         (wl-summary-jump-to-msg): Define as function;
5648         Changed regexp for searching messages.
5649         (wl-summary-message-number): Rewrite.
5650         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5651         Do rescan when old type summary cache.
5652         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5653         (wl-summary-remove-destination): Use '\r' to detect EOL.
5654         (wl-summary-print-destination): Ditto.
5655         (wl-summary-temp-mark): New inline function.
5656         (wl-summary-persistent-mark): Ditto.
5657         (wl-summary-line-number): New function.
5658         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5659         (wl-summary-line-list-count): New function.
5660         (wl-summary-create-line): Added argument persistent-mark.
5661         (All other related portions are changed)
5662         (wl-summary-create-line): Insert '\r'.
5663         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5664         (wl-summary-cursor-move-surface): New inline function.
5665         (wl-summary-prev): Use it.
5666         (wl-summary-next): Ditto.
5667
5668         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5669         wl-summary-message-regexp.
5670         (wl-highlight-summary): Delete progress message.
5671         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5672
5673         * Version number is increased to 2.9.12.
5674
5675 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5676
5677         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5678         variable (nil: no minimum).
5679         (wl-summary-line-subject): Add some spaces after subject by
5680         wl-summary-line-subject-minimum-length.
5681
5682 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5683
5684         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5685         and removed `F'.
5686         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5687         change above).
5688
5689 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5690
5691         * wl-summary.el (wl-summary-line-list-count): Reverted.
5692         (example setting in samples/*/dot.wl is also updated)
5693
5694 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5695
5696         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5697
5698         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5699
5700         * wl-vars.el (wl-summary-line-format): Addes some description to the
5701         docstring.
5702
5703         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5704         (wl-summary-line-close-bracket): Ditto.
5705         (wl-summary-line-children-number): Ditto.
5706         (wl-summary-line-thread-indent): Ditto.
5707         (wl-summary-line-children-and-from): Ditto.
5708
5709         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5710         't', 'c', 'F' and added 'C'.
5711
5712         * wl-util.el (wl-set-string-width): Accept negative value.
5713         (wl-line-parse-format): Added "%number(" and "%)".
5714
5715 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5716
5717         * wl-summary.el (wl-summary-line-list-count): Change format of the
5718         return value.
5719
5720 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5721
5722         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5723         from the recent message.el.
5724         (wl-draft-point-in-header-p): Ditto.
5725         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5726         wl-draft-beginning-of-line.
5727         * wl-e21.el (wl-draft-mode-map): Ditto.
5728         * wl-xmas.el (wl-draft-mode-map): Ditto.
5729
5730         * wl-folder.el: Sort macrodefs by dependencies.
5731
5732 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5733
5734         * wl-summary.el (wl-summary-prev): Fixed regexp.
5735         (wl-summary-next): Ditto.
5736
5737 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5738
5739         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5740
5741 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5742
5743         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5744         for backward compatibility.
5745
5746 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5747
5748         * wl-summary.el (wl-summary-line-list-count): New function, merged
5749         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5750         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5751         list counts.
5752
5753 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5754
5755         * wl-summary.el (wl-summary-create-line): Ignore errors while
5756         timezone-fix-time.
5757
5758         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5759
5760         * wl-summary.el (wl-summary-sync-update): Ditto.
5761         (wl-summary-default-from): Use wl-message-entity
5762         instead of entity.
5763
5764         * wl-summary.el (wl-summary-create-line): Fix.
5765
5766         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5767         (wl-summary-line-format): New user option.
5768         (wl-folder-summary-line-format-alist): Ditto.
5769         (wl-summary-from-width): Abolished.
5770
5771         * wl-util.el (toplevel): Require 'bytecomp.
5772         (wl-line-parse-format): New function.
5773         (wl-line-formatter-setup): New macro.
5774
5775         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5776         (wl-summary-buffer-line-formatter): New buffer local variable.
5777         (wl-summary-switch-to-clone-buffer): Follow the change above.
5778         (wl-summary-message-regexp): Fix.
5779         (wl-summary-from-func-internal): Abolished.
5780         (wl-summary-subject-func-internal): Ditto.
5781         (wl-summary-subject-filter-func-internal): Ditto.
5782         (All other related portions are changed.)
5783         (wl-summary-buffer-set-folder):
5784         Set up wl-summary-buffer-number-column and 
5785         wl-summary-buffer-line-formatter
5786         (All other related portions are changed.)
5787         (wl-summary-buffer-number-column-detect): Abolished.
5788         (All other related portions are changed.)
5789         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5790         (wl-summary-delete-all-temp-marks-on-buffer): Use
5791         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5792         (wl-summary-target-mark-delete): Ditto.
5793         (wl-summary-target-mark-refile-subr): Ditto.
5794         (wl-summary-target-mark-mark-as-read): Ditto.
5795         (wl-summary-target-mark-mark-as-unread): Ditto.
5796         (wl-summary-target-mark-mark-as-important): Ditto.
5797         (wl-summary-target-mark-save): Ditto.
5798         (wl-summary-replace-status-marks): Renamed from
5799         wl-summary-set-status-marks-on-buffer;
5800         Use wl-summary-message-regexp instead of
5801         wl-summary-buffer-number-regexp.
5802         (wl-summary-sync-update): Follow the change above.
5803         (wl-summary-goto-previous-message-beginning): New function.
5804         (wl-summary-mark-as-unread): Use it.
5805         (wl-summary-mark-as-important): Ditto.
5806         (wl-summary-line-formatter): New variable.
5807         (wl-summary-line-year): New function.
5808         (wl-summary-line-day): Ditto.
5809         (wl-summary-line-day-of-week): Ditto.
5810         (wl-summary-line-hour): Ditto.
5811         (wl-summary-line-minute): Ditto.
5812         (wl-summary-line-open-bracket): Ditto.
5813         (wl-summary-line-close-bracket): Ditto.
5814         (wl-summary-line-children-number): Ditto.
5815         (wl-summary-line-thread-indent): Ditto.
5816         (wl-summary-line-size): Ditto.
5817         (wl-summary-line-subject): Ditto.
5818         (wl-summary-line-from): Ditto.
5819         (wl-summary-line-children-and-from): Ditto.
5820         (wl-summary-create-line): Rewritten.
5821         (wl-summary-format-date): Abolished.
5822
5823         * wl-highlight.el (wl-highlight-summary-current-line): Use
5824         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5825         Use thread structure to detect thread top message.
5826
5827         * wl-draft.el (wl-default-draft-cite): Don't use
5828         wl-summary-from-func-internal.
5829
5830         * wl-refile.el (wl-refile-subject-learn): Don't use
5831         wl-summary-subject-filter-func-internal.
5832         (wl-refile-guess-by-subject): Ditto.
5833
5834         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5835         parameters.
5836
5837         * wl-thread.el (wl-thread-update-indent-string-region):
5838         Use wl-thread-update-line-on-buffer instead of
5839         wl-thread-update-indent-string.
5840         (wl-thread-update-children-number): Redefine using
5841         wl-thread-update-line-on-buffer.
5842         (wl-thread-update-indent-string): Abolished.
5843
5844         * Version number is increased to 2.9.11.
5845
5846 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5847
5848         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5849         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5850         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5851
5852         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5853         as nil.
5854
5855         * wl-thread.el (wl-thread-open-all-unread): Use 
5856         elmo-folder-list-messages-mark-match.
5857         (wl-thread-insert-message): Removed argument `mark-alist'.
5858         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5859         elmo-msgdb-set-mark.
5860         (wl-thread-get-children-msgs-uncached): Likewise.
5861         (wl-thread-get-exist-children): Added argument include-self.
5862         (wl-thread-delete-message): Follow the change above.
5863
5864         * wl-summary.el (wl-summary-count-unread): Removed argument.
5865         (wl-summary-rescan): Follow the change above.
5866         (wl-summary-mark-as-read-region): Ditto
5867         (wl-summary-mark-as-unread-region): Ditto.
5868         (wl-summary-delete-messages-on-buffer): Ditto.
5869         (wl-summary-sync-update): Ditto.
5870         (wl-summary-switch-to-clone-buffer): Ditto.
5871         (wl-summary-goto-folder-subr): Ditto.
5872         (wl-summary-target-mark-mark-as-read): Ditto.
5873         (wl-summary-target-mark-mark-as-unread): Ditto.
5874         (wl-summary-target-mark-mark-as-important): Ditto.
5875         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5876         (wl-summary-update-thread): Removed argument `mark-alist'.
5877         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5878         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5879         (wl-summary-resume-cache-status): Likewise.
5880         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5881         elmo-msgdb-set-mark.
5882         (wl-summary-mark-as-read-all): Likewise.
5883         (wl-summary-delete-cache): Ditto.
5884         (wl-summary-auto-select-msg-p): Ditto.
5885         (wl-summary-mark-as-unread): Ditto.
5886         (wl-summary-no-auto-refile-message-p): Ditto.
5887         (wl-summary-mark-as-read): Ditto.
5888         (wl-summary-mark-as-important): Ditto.
5889         (wl-summary-auto-refile): Follow the change above.
5890         (wl-summary-delete-all-marks): Removed.
5891         (wl-summary-resume-marks-and-highlight): Ditto.
5892         (wl-summary-resume-marks): Ditto.
5893         (wl-summary-delete-important-msgs-from-list): Ditto.
5894         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5895
5896         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5897         wl-summary-count-unread.
5898
5899         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5900         (wl-summary-score-update-all-lines): Use
5901         elmo-msgdb-set-mark.
5902
5903 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5906         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5907         (wl-summary-create-line): Renamed from
5908         wl-summary-overview-create-summary-line;
5909         Argument rearrangement.
5910         (wl-summary-update-thread): Follow the change above.
5911
5912         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5913         (wl-thread-insert-entity-sub): Likewise.
5914
5915         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5916         argument `overview', `mark-alist' and added `msgdb'.
5917
5918         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5919
5920         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5921         (wl-summary-rescan): Follow the change above.
5922         (wl-summary-sync-update): Ditto.
5923         (wl-summary-insert-thread-entity): Ditto;
5924         Don't use `let*' in every while loop;
5925         Detect infinite loop of threads.
5926         (wl-summary-update-thread): Removed argument `overview'.
5927
5928         * wl-thread.el (wl-thread-insert-message): Ditto.
5929
5930         * Version number is increased to 2.9.10.
5931
5932         * wl-message.el (wl-message-redisplay): Ignore errors while
5933         wl-message-redisplay-hook.
5934
5935 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5936
5937         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5938
5939 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5940
5941         * wl.el (wl): inhibit-quit while wl-folder.
5942
5943 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5944
5945         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5946         while msgdb access.
5947
5948 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5949
5950         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5951         even if no folder is not created.
5952
5953 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5956
5957         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5958         implementation.
5959         (wl-summary-target-mark-thread): Ditto.
5960
5961         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5962
5963 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5964
5965         * wl-util.el (wl-display-bytes): Remove unused function.
5966
5967 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5968
5969         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5970         seems critical one (partially reverse the change in 2002/03/17).
5971
5972 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5973
5974         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5975         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5976
5977 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5978
5979         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5980         is not writable.
5981         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5982         plugged status instead of `'force' as 2nd argument.
5983
5984         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5985         is not creatable.
5986
5987         * Version number is increased to 2.9.9.
5988
5989 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5990
5991         * wl-summary.el (wl-summary-suspend): New function.
5992
5993 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5994
5995         * wl.el (wl): Do not check variables if check is nil.
5996         * wl-utils.el (wl-collect-draft): New function.
5997         * wl-folder.el (wl-folder-suspend): Put summary buffers
5998         and draft buffers at the end of buffer list.
5999         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
6000
6001 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6002
6003         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
6004         loop instead of recursive call.
6005
6006         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
6007         2nd argument.
6008
6009 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6010
6011         * wl-draft.el (wl-draft-create-contents): Don't take neither
6012         (function . args) nor (string . something) any more.
6013
6014         * wl-version.el (wl-generate-user-agent-string): Return string
6015         without header symbol.
6016         * wl-draft.el (wl-draft-default-headers): Use it.
6017
6018         * wl-draft.el (wl-draft-trim-ccs): Renamed from
6019         `wl-draft-insert-ccs' and return field value instead of inserting
6020         the header. Abolish cc argument.
6021         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
6022
6023         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
6024         rather than one with string car.
6025
6026         * wl-vars.el (wl-draft-additional-header-alist): New variable.
6027         * wl-draft.el (wl-draft-create-contents): Add it after the default
6028         headers.
6029
6030         * wl-draft.el (wl-draft-create-contents): For the case of
6031         (symbol-or-string . function) insert header only when the function
6032         returns string value.
6033
6034 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6035
6036         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
6037         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
6038
6039 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6040
6041         * wl.el (wl-check-environment): Don't check Message-ID when
6042         `wl-insert-message-id' is nil.
6043         Revive checking if `wl-message-id-domain' contains "@".
6044
6045 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6046
6047         * wl.el (wl-check-environment): Merge examination for "@" at
6048         inappropriate position into the first string-match.
6049
6050         * wl-summary.el (wl-summary-target-mark-print): New function.
6051         (wl-summary-pipe-message-subr): Extracted from
6052         `wl-summary-pipe-message'.
6053         (wl-summary-target-mark-pipe): New function.
6054         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
6055         `wl-summary-target-mark-pipe'.
6056
6057 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6058
6059         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6060
6061 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6062
6063         * wl.el (wl-check-environment): Use elmo-warning instead of
6064         error for non-critical ones.
6065         Remove trash folder check.
6066         (wl): Don't ignore error in wl-check-environment.
6067
6068         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6069         check, which is moved from `wl-check-environment'.
6070         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6071
6072 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6073
6074         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6075         guess anything, call wl-summary-write.
6076         (wl-summary-write): Create draft with blank To field.
6077         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6078
6079 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6080
6081         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6082         argument full as well for wl-folder-write-current-folder.
6083         If wl-*-write-current-folder cannot guess addressee, add blank
6084         To header.
6085         Rewrite condition for positioning cursor.
6086
6087 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6088
6089         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6090         summary buffer is present, use it.
6091         (wl-folder-jump-to-previous-summary): Ditto.
6092
6093 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6094
6095         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6096
6097         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6098         wl-summary-previous-buffer and wl-summary-next-buffer.
6099
6100         * wl-folder.el (wl-folder-mode-map): Bind
6101         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6102         (wl-folder-jump-to-next-summary): New function.
6103         (wl-folder-jump-to-previous-summary): Ditto.
6104
6105         * wl-draft.el (wl-draft): Rearranged.
6106
6107 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6108
6109         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6110         of header.
6111         (wl-draft): Collect arguments for the header as header-alist.
6112         (wl-draft-forward): Arrange arguments for wl-draft.
6113         (wl-draft-reply): Ditto.
6114         (wl-draft-edit-string): Ditto.
6115         * wl-summary.el (wl-summary-write): Ditto.
6116         (wl-summary-write-current-folder): Ditto.
6117
6118         * Version number is increased to 2.9.8.
6119
6120 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6121
6122         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6123
6124         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6125
6126         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6127         even if the guess failed.
6128
6129         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6130         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6131         wl-summary-write-current-folder.
6132         * wl-xmas.el: Ditto.
6133
6134 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * wl-summary.el (wl-summary-next-page): Force display message if
6137         message is not displayed yet.
6138         (wl-summary-prev-page): Ditto.
6139
6140 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6141
6142         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6143
6144 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6145
6146         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6147         add "Preview Message" and "Save Draft and Exit".
6148
6149 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6150
6151         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6152         if addrmgr is called from draft in splitted window.
6153
6154         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6155         * wl-mule.el: Ditto.
6156         * wl-xmas.el: Ditto.
6157
6158 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6159
6160         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6161
6162         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6163         * wl-xmas.el (wl-folder-toolbar): Ditto.
6164
6165 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6166
6167         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6168         and wl-draft-save-and-exit.
6169         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6170         * wl-xmas.el: Ditto.
6171         * wl-mule.el: Ditto.
6172
6173         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6174         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6175
6176 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6177
6178         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6179         lists for saving buffer.
6180
6181 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6182
6183         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6184         parent-folder argument instead of it.
6185         (wl-draft-create-buffer): Ditto.
6186         (wl-draft-forward): Ditto.
6187         (wl-draft-reply): Ditto.
6188         * wl-summary.el (wl-summary-write): Ditto.
6189         (wl-summary-write-current-folder): Ditto.
6190
6191         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6192         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6193         Folder buffer after composing.
6194
6195 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6196
6197         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6198         header if the file `wl-x-face-file' already contains it.
6199
6200 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6201
6202         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6203         folder" entry.
6204         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6205         * wl-e21.el (wl-folder-toolbar): Ditto.
6206         * wl-xmas.el (wl-folder-toolbar): Ditto.
6207
6208 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6209
6210         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6211         wl-folder-goto-folder with sticky argument.
6212         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6213
6214 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6215
6216         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6217         and wl-summary-previous-buffer.
6218         (wl-summary-next-buffer): New function.
6219         (wl-summary-previous-buffer): Ditto.
6220
6221 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6222
6223         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6224         wl-folder-jump-to-current-entity-with-arg.
6225         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6226         `wl-folder-jump-to-current-entity'.
6227         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6228         `wl-summary-goto-folder-sticky'.
6229         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6230         `wl-summary-goto-folder'.
6231         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6232         Unless force-exit, do not clean temp. marks for sticky summary.
6233         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6234
6235 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6236
6237         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6238         not entire.
6239
6240 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6241
6242         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6243         to `C-x C-s'.
6244         (wl-summary-save-status): New command.
6245         (wl-summary-exit): Don't clean-up temp marks when sticky.
6246         (Applied patch from Nakayama-san [wl: 09548])
6247         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6248         Do nothing when no mark data.
6249         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6250         Call `wl-summary-delete-all-temp-marks' before saving.
6251
6252 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6253
6254         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6255
6256 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6257
6258         * wl.el (wl-check-environment): Also cause error when (system-name)
6259         returns "localhost.localdomain". (Although it doesn't affect because
6260         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6261
6262 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6263
6264         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6265         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6266
6267         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6268         value.
6269
6270 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6271
6272         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6273         Likewise r-cc-list and r-ng-list.
6274
6275 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6276
6277         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6278         only if it is bound as variable.
6279
6280         * wl-mime.el (wl-draft-preview-message): Ditto.
6281
6282 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6283
6284         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6285         needless `goto-char'.
6286
6287         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6288         `wl-summary-redisplay-no-mime-internal' instead of
6289         `wl-summary-redisplay-no-mime'.
6290         (wl-summary-redisplay-no-mime): Changed argument;
6291         Call `wl-summary-redisplay-no-mime-internal'.
6292
6293         * wl-mime.el (wl-draft-preview-message): Bind
6294         `mime-header-encode-method-alist' locally.
6295
6296         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6297         (wl-draft-std11-parse-addresses): Added the first address check.
6298         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6299
6300         * Version number is increased to 2.9.7.
6301
6302 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6303
6304         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6305
6306 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6307
6308         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6309         related to scrollbar support, if there is no such a feature
6310         compiled in.
6311
6312 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6313
6314         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6315         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6316         for prefetch.
6317
6318 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6319
6320         * wl-summary.el (wl-summary-pick): Fix for no match.
6321
6322 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6323
6324         * wl-draft.el (wl-draft-save):
6325         Override `mime-header-encode-method-alist'.
6326
6327 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6328
6329         * wl-folder.el (wl-folder-pick): New function.
6330         Define key as "?".
6331
6332 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6333
6334         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6335         Fix for unplugged.
6336
6337 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6338
6339         * wl-folder.el (wl-folder-virtual): New function.
6340         Define key as "V".
6341
6342 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6343
6344         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6345         multi folder if entity is group.
6346
6347 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6350         is nil.
6351
6352 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6355         (wl-summary-target-mark-msgs): Return the number of marked messages.
6356
6357 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6358
6359         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6360         "first:" is specified.
6361
6362 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6363
6364         * wl-vars.el (wl-from): Use return value of function
6365         user-full-name instead of the variable user-full-name since
6366         XEmacs-20.4 doesn't set this variable.
6367
6368 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6369
6370         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6371         call `wl' directly.
6372
6373 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6374
6375         * wl-draft.el (wl-draft-reedit): Removed duplicated
6376         switch-to-buffers.
6377
6378 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6379
6380         * wl.el (wl-other-frame): Removed garbages.
6381
6382 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6383
6384         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6385
6386         * wl-xmas.el (wl-draft-key-setup): Ditto.
6387
6388         * wl-mule.el (wl-draft-key-setup): Ditto.
6389
6390         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6391         (wl-draft-reedit): Ditto.
6392         (wl-draft-prepare-edit): Add `wl-draft-save' to
6393         `local-write-file-hooks'.
6394         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6395         (wl-draft-reedit): Set buffer-file-name.
6396         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6397
6398
6399         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6400         call it.
6401         (wl-delete-startup-frame-function): New variable.
6402         (wl-other-frame): New function
6403         (Original was written by Yamaoka san [wl: 09239]).
6404
6405         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6406         if `wl-folder-use-frame'.
6407
6408 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6409
6410         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6411
6412 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6413
6414         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6415         New variable.
6416         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6417         (wl-message-buffer-prefetch-get-next): Use them.
6418         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6419
6420 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6421
6422         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6423         with unwind-protect.
6424
6425         * wl-draft.el (wl-draft-reedit): Rewrite.
6426         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6427         (wl-draft-save): Insert header separator if it does not exist;
6428         Removed condition-case.
6429
6430         * wl-summary.el (wl-summary-reedit): Revert last change.
6431
6432         * wl-draft.el (wl-draft-save): Rewrite.
6433         (wl-draft-create-buffer): Set buffer-file-name as nil.
6434
6435         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6436
6437         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6438
6439         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6440         nil.
6441
6442 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6443
6444         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6445         If count is nil, do not prefetch.
6446         (wl-message-buffer-prefetch-next): Next.
6447
6448 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6449
6450         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6451
6452 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6453
6454         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6455         `delete-backward-char'
6456         (wl-draft-prepare-edit): Check major-mode.
6457         (wl-draft-decode-header): Rewrite.
6458         (wl-draft): Fix.
6459
6460 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6461
6462         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6463
6464 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6467         (wl-message-buffer-prefetch-get-next): Remove size checking.
6468         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6469
6470 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6473         (wl-draft-default-headers): Fix.
6474
6475 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6476
6477         * wl-draft.el (wl-draft-default-headers): Insert return value of
6478         `wl-generate-mailer-string-function'.
6479
6480 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6481
6482         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6483         (wl-draft-insert-mail-header-separator): Ditto.
6484
6485         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6486         again (Reverted the change on 2002-01-17 by OKADA san).
6487
6488 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6489
6490         * wl-draft.el (wl-draft): Rewrite.
6491         (wl-draft-create-buffer): New function.
6492         (wl-draft-create-contents): Ditto.
6493         (wl-draft-prepare-edit): Ditto.
6494         (wl-draft-decode-header): Ditto.
6495         (wl-draft-decode-body): Ditto.
6496         (wl-draft-check-new-line): Ditto.
6497         (wl-draft-default-headers): Ditto.
6498         (wl-draft-insert-mail-header-separator): Ditto.
6499
6500 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6501
6502         * Version number is increased to 2.9.6.
6503
6504 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6505
6506         * wl-draft.el (wl-draft-delete-field): Optional argument.
6507         (wl-draft-delete-fields): Ditto.
6508
6509 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6510
6511         * wl-message.el (toplevel): Eliminated byte-compile warning.
6512         for `itimer-function', `delete-timer' and `itimer-list'.
6513
6514 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6515
6516         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6517         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6518         `wl-message-buffer-prefetch-threshold'.
6519         * wl-summary.el (wl-summary-redisplay-internal): Remove
6520         the check of `wl-message-buffer-prefetch-depth'.
6521
6522 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6525         size of article.
6526         (wl-message-buffer-prefetch-subr): Remove size check.
6527
6528 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6529
6530         * wl-vars.el (wl-plugged): Make customizable.
6531
6532 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6533
6534         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6535         (wl-message-buffer-prefetch-set-timer): New function.
6536         (wl-message-buffer-prefetch-get-next): New function.
6537         (wl-message-buffer-prefetch): New function.
6538         (wl-message-buffer-prefetch-next): Rewrite.
6539         (wl-message-buffer-prefetch-subr): Rewrite.
6540         * wl-vars.el (wl-auto-prefetch-first): New variable.
6541         * wl-summary.el (wl-summary-goto-folder-subr): Call
6542         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6543
6544 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6545
6546         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6547         `wl-summary-unread-message-hook'.
6548
6549 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6550
6551         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6552         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6553         if range is `cache-status'.
6554
6555 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6556
6557         * wl-message.el (wl-message-buffer-prefetch-subr):
6558         Improve debug message.
6559
6560 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6561
6562         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6563         `wl-mail-send-pre-hook'.
6564         (wl-draft-send-mail-with-qmail): Ditto.
6565         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6566
6567 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6568
6569         * wl-message.el (wl-message-buffer-prefetch-subr):
6570         Fix for cancel-function-timers bug.
6571         (wl-message-buffer-prefetch-debug): Default value is t.
6572
6573 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6574
6575         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6576         (wl-message-buffer-prefetch-subr): Rewrite.
6577         Rename from `wl-message-buffer-prefetch'.
6578
6579 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6580
6581         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6582         (wl-default-draft-cite-decorate-author): Ditto.
6583
6584         * wl-draft.el (wl-draft-cite-function): Removed.
6585         (wl-default-draft-cite-decorate-author): Ditto.
6586
6587 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6588
6589         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6590         (wl-default-draft-cite): Do not arrange author name if the value of
6591         `wl-default-draft-cite-decorate-author' is nil.
6592
6593 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6596
6597         * wl-folder.el (wl-folder-check-one-entity): Don't care
6598         `elmo-folder-use-flag-p'.
6599
6600 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6601
6602         * wl-folder (wl-folder-check-one-entity): Fix
6603         problem if unread is nil.
6604
6605 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6606
6607         * wl-address.el (wl-address-make-completion-list): Check whether
6608         the address is a group list.
6609         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6610
6611 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6612
6613         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6614         The number of the messages of new and unread does not count
6615         correctly.
6616
6617         * wl-summary.el (wl-summary-count-unread): Changed to return
6618         `(new . unread)' instead of total.
6619         (wl-summary-sync-update): Follow the change above.
6620
6621         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6622
6623 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6624
6625         * wl-address.el (wl-address-make-completion-list): Do not enclose
6626         address by " <" and ">" if associated realname is "".
6627         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6628         This is against the promblem with group list in .addresses pointed
6629         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6630
6631 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6632
6633         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6634         message is a format control string.
6635         * wl-expire.el (wl-expire-append-log): Ditto.
6636         * wl-mime.el (wl-summary-burst-subr): Ditto.
6637         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6638         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6639
6640 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6641
6642         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6643         wl.el (wl-check-variables): Rename from `wl-check-type'.
6644         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6645         (wl-check-variables-2): New function.
6646         (wl): Call `wl-check-variables-2'.
6647
6648 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6649
6650         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6651         after renaming folder in access group.
6652
6653 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6654
6655         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6656         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6657         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6658         (wl-message-buffer-prefetch): Rewrite.
6659         (wl-message-buffer-prefetch-idle-time): Removed.
6660         * wl-summary.el (wl-summary-redisplay-internal):
6661         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6662         Error check for `wl-message-buffer-prefetch-depht'.
6663
6664 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6665
6666         * Version number is increased to 2.9.5.
6667         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6668
6669 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6670
6671         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6672         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6673         Based on the patch written by
6674         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6675
6676 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6677
6678         * wl-draft.el (wl-draft-raw-send): Fix for
6679         `wl-news-send-pre-hook'
6680
6681 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6682
6683         * wl-utils.el (wl-message-id-function): New variable.
6684         * wl-draft.el (wl-draft-insert-required-fields):
6685         Use `wl-message-id-function'.
6686
6687 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6688
6689         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6690         * wl-utils.el (wl-draft-make-message-id-string):
6691         Use `wl-from' for domain part of Message-ID
6692         if `wl-message-id-use-wl-from' if non-nil.
6693         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6694
6695 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6696
6697         * wl.el (wl): Call `wl-check-type'
6698         Do not 'condition-case'.
6699
6700 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6701
6702         * wl.el (wl-check-type): New function.
6703         (wl-check-type-variables): New variable.
6704
6705 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6706
6707         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6708
6709 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6710
6711         * wl-draft.el (wl-smtp-password-key): New function.
6712         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6713         (wl-draft-send-mail-with-smtp): Ditto.
6714         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6715
6716 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6717
6718         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6719         * wl-utils.el (wl-unique-id-suffix): Remove.
6720
6721 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6722
6723         * Version number is increased to 2.9.4.
6724
6725 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6726
6727         * wl-utils.el (wl-unique-id-suffix): New variable.
6728         (wl-unique-id): Use `wl-unique-id-suffix'
6729
6730 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6731
6732         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6733         instead of `elmo-msgdb-search'.
6734
6735         * Version number is increased to 2.9.3.
6736
6737 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6738
6739         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6740
6741 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6742
6743         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6744         (wl-draft-dispatch-message): Changed for send-later.
6745         (wl-draft-queue-flush): Ditto.
6746         (wl-draft): Clear `wl-sent-message-queued'.
6747         (wl-draft-reedit): Ditto.
6748         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6749         * wl-vars.el (wl-draft-force-queuing): New variable.
6750         (wl-draft-force-queuing-mail): New variable.
6751         (wl-draft-force-queuing-news): New variable.
6752
6753 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6754
6755         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6756         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6757
6758 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6759
6760         * Version number is increased to 2.9.2.
6761
6762 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6763
6764         * wl-draft.el (wl-draft-elide-region): New user command.
6765         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6766
6767         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6768         command `wl-draft-elide-region'.
6769         * wl-mule.el: Ditto.
6770         * wl-xmas.el: Ditto.
6771
6772 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6775         (wl-biff-check-folder-async): Removed needless let.
6776
6777 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6778
6779         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6780         wl-folder-get-elmo-folder.
6781         (wl-biff-check-folder): Set `biff' argument of
6782         `wl-folder-check-one-entity'.
6783         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6784
6785         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6786         (wl-folder-check-one-entity): Added `biff' argument;
6787         Setup `biff' slot of folder.
6788
6789         * Version number is increased to 2.9.1.
6790
6791 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6792
6793         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6794         comment out and fixed.
6795         (wl-fldmgr-add-completion-subr): Ditto.
6796
6797         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6798         and msgdb.
6799
6800         * wl.el (wl-toggle-plugged): Save summary view.
6801
6802 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6803
6804         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6805
6806 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6807
6808         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6809
6810 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6811
6812         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6813         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6814         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6815
6816         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6817         if it was failed.
6818         (wl-demo): Disable undo in the demo buffer.
6819
6820 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6821
6822         * wl-version.el (wl-version): Changed codename.
6823
6824         * Version number is increased to 2.9.0.
6825
6826 2001-12-14  Takuo KITAME <kitame@northeye.org>
6827
6828         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6829         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6830         (wl-folder-mark-as-read-all-current-entity): Ditto.
6831
6832 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6833
6834         * wl-vars.el (wl-from-width): Define as obsolete variable.
6835         (wl-subject-length-limit): Ditto.
6836
6837         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6838
6839         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6840         wl-summary-save-view.
6841
6842         * wl.el (wl-save-status): Ditto.
6843         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6844
6845         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6846         (wl-summary-exit): Follow the change above.
6847         (wl-summary-goto-folder-subr): Ditto.
6848
6849         * wl-folder.el (wl-folder-create-subr): Don't use
6850         `elmo-folder-creatable-p'.
6851
6852 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6853
6854         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6855
6856 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6857
6858         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6859         rather than bitmap on Emacs 21.
6860         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6861         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6862         for xbm if the new redisplay engine is not available.
6863
6864 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6865
6866         * wl-folder.el (wl-folder-init-hook): New hook.
6867         (wl-folder-init): Run `wl-folder-init-hook'.
6868
6869 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6870
6871         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6872
6873 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6874
6875         * wl-acap.el (wl-acap-cache-filename): New variable.
6876         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6877         (wl-acap-init): Use cache if no ACAP server found.
6878
6879 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6880
6881         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6882         `wl-acap-original-msgdb-dir'.
6883
6884         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6885         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6886
6887         * wl-mime.el (wl-mime-save-directory): Renamed from
6888         `wl-mime-save-dir'.
6889
6890 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6893
6894         * wl-demo.el: Require `path-util'.
6895         (wl-demo-bitmap-mule-available-p): New internal variable.
6896         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6897         `module-installed-p' instead.
6898         (wl-demo-insert-image): Use *.img file for a bitmap image.
6899         (wl-demo): Don't call the ascii demo recursively.
6900
6901 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6902
6903         * Version number is increased to 2.7.7.
6904
6905 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6906
6907         * wl.el (wl-exit): Eliminated byte-compile warning.
6908
6909 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6910
6911         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6912         obsolete variable using `elmo-define-obsolete-variable'.
6913         (wl-fetch-confirm-threshold): Ditto.
6914         (wl-cache-prefetch-folder-type-list): Ditto.
6915         (wl-cache-prefetch-folder-list): Ditto.
6916
6917 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6918
6919         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6920         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6921         (wl-demo-insert-image): New function.
6922         (wl-demo-insert-text): New function.
6923         (wl-demo-image-type-alist): Redefine as a function.
6924         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6925         (wl-demo-with-temp-file-buffer): Removed.
6926         (wl-logo-xpm): Removed.
6927         (wl-logo-xbm): Removed.
6928         (wl-logo-bitmap): Removed.
6929
6930 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6931
6932         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6933         (wl-expire-localdir-get-folder-function): New user option.
6934         (wl-expire-localdir-get-folder): New function.
6935         (wl-expire-localdir-date): Ditto.
6936
6937 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6938
6939         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6940         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6941         Fixed unread number mismatch when all-unread < unread.
6942
6943 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6946         (wl-fetch-confirm-threshold): Ditto.
6947
6948         * wl-summary.el (wl-summary-confirm-appends): Removed.
6949         (wl-summary-sync-update): Don't refer
6950         `wl-summary-update-confirm-threshold' (It is now abolished).
6951
6952         * wl-message.el (wl-message-display-internal): Don't refer
6953         `wl-fetch-confirm-threshold' (It is now abolished).
6954
6955 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6956
6957         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6958
6959 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6960
6961         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6962         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6963         Change default value to nil.
6964         (wl-summary-indent-length-limit): The value can be nil, nil means
6965         unlimited.
6966
6967         * wl-summary.el: Don't set limit for indent length if the value of
6968         wl-summary-indent-length-limit is nil.
6969         If the value of wl-summary-width is nil, it means only that the width
6970         of summary is unlimited (nil doesn't mean that the indent length is
6971         unlimited).
6972
6973         * wl-thread.el: Ditto.
6974
6975 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6976
6977         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6978         be nil, nil means never confirm.
6979         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6980
6981 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6982
6983         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6984         means unlimited).
6985
6986 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6987
6988         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6989         Use `with-temp-buffer'.
6990
6991 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6992
6993         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6994         with new backquote style).
6995         (wl-folder-get-entity-from-buffer): Ditto.
6996
6997 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6998
6999         * wl-version.el (nemacs-version): Eliminated.
7000         (wl-extended-emacs-version2): Ignore nemacs.
7001         (wl-extended-emacs-version3): Ditto.
7002
7003 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
7004
7005         * wl-vars.el (wl-draft-add-references): Set default value as nil.
7006         (wl-draft-add-in-reply-to): New variable.
7007         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
7008         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
7009         (wl-draft-yank-from-mail-reply-buffer): Use
7010         `wl-draft-add-in-reply-to'.
7011         (wl-draft-insert-current-message): Ditto.
7012
7013 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7014
7015         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
7016         typo (kill->hide).
7017         (wl-message-buffer-prefetch-folder-type-list): Added elements
7018         `mark' and `cache' instead of `internal'.
7019
7020 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7021
7022         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
7023         resume msgdb directory.
7024
7025 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7026
7027         * wl.el (wl-exit): Call `wl-acap-exit'.
7028
7029         * wl-summary.el (wl-summary-message-string): New function.
7030         (wl-summary-reedit): Use it.
7031         (wl-summary-resend-bounced-mail): Remove needless let.
7032         (wl-summary-supersedes-message): Ditto.
7033         (wl-summary-save): Ditto.
7034
7035         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
7036         (wl-acap-init): Set it.
7037         (wl-acap-exit): New function.
7038
7039 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7040
7041         * wl.el (wl-init): Revert (require 'mime-setup). move from
7042         toplevel.
7043
7044 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7045
7046         * wl-summary.el (wl-summary-write-current-folder): Remove unused
7047         local variables.  Add error when guess function return invalid
7048         value.
7049
7050 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7051
7052         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7053         Change local variable name.
7054         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7055         (wl-folder-get-newsgroups): Return nil when non-news folder.
7056         * wl-summary.el (wl-summary-write-current-folder): State through
7057         when guess-list return nil.
7058         (wl-summary-write-current-folder-functions): Fixed docstring.
7059
7060         * wl.el (wl-exit): Changed confirm message.
7061
7062         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7063         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7064
7065         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7066
7067 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7068
7069         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7070         user option (Renamed from wl-cache-prefetch-folder-type-list).
7071         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7072         from wl-cache-prefetch-folder-list).
7073
7074         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7075         Move to wl-vars.el.
7076         (wl-message-buffer-prefetch-p): Changed to enable
7077         `wl-message-buffer-prefetch-folder-list'.
7078
7079         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7080         `ignore-cache'.
7081
7082 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7083
7084         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7085         `part-top' and `part-bottom'.
7086         (wl-draft-config-sub-part-top): New function.
7087         (wl-draft-config-sub-part-bottom): New function.
7088
7089 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7090
7091         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7092
7093 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7094
7095         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7096
7097 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7098
7099         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7100
7101         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7102         (wl-summary-write-current-folder): Ditto.
7103
7104 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-folder.el (wl-folder-get-newsgroups): Use
7107         `elmo-folder-newsgroups'.
7108
7109 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7110
7111         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7112         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7113         `wl-draft-config-sub-header-bottom'.
7114
7115 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7116
7117         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7118         localnews folder.
7119
7120 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7121
7122         * wl-summary.el (wl-summary-mode): Undo last change.
7123
7124         * wl-folder.el (wl-folder-mode): Ditto.
7125
7126 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7127
7128         * wl-summary.el (wl-summary-mode): Locally set
7129         truncate-partial-window-width to nil.
7130         (for XEmacs)
7131
7132         * wl-folder.el (wl-folder-mode): Ditto.
7133
7134 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7135
7136         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7137
7138 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7139
7140         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7141         number.
7142
7143         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7144
7145         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7146
7147         * Version number is increased to 2.7.6.
7148
7149 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7150
7151         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7152
7153 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7154
7155         * wl-summary.el (wl-summary-sync-update): Enclose network
7156         related portion with `unwind-protect'.
7157
7158 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7159
7160         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7161
7162 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7165         element.
7166         * wl-vars.el (wl-message-body-button-alist): Ditto.
7167
7168         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7169         max match length.
7170         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7171
7172         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7173         for the max match length;
7174         Use 4th element value for the button string regexp group.
7175
7176         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7177         candidate exists, prompt to select.
7178
7179 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7180
7181         * wl-summary.el (wl-summary-jump-to-msg): Search before
7182         calibration point by `beginning-of-line'.
7183
7184 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7185
7186         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7187         for access group.
7188
7189 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7190
7191         * wl-message.el (wl-message-display-internal): Bind
7192         `default-mime-charset'.
7193
7194         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7195
7196         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7197
7198         * Version number is increased to 2.7.5.
7199
7200 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7201
7202         * wl-expire.el (wl-summary-archive): Fixed;
7203         Use `elmo-folder-name-internal'.
7204
7205 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7206
7207         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7208         from `elmo-folder-move-messages' caller.
7209         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7210
7211         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7212         related portions are changed).
7213
7214 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7215
7216         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7217         counter.
7218
7219 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7220
7221         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7222         buffer local and set it to nil.
7223
7224         * wl-message.el (wl-message-redisplay): Ditto.
7225
7226 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * wl-summary.el (wl-summary-mark-as-important): If message is
7229         already cached, set messag as read, otherwise encache and mark as read.
7230
7231 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7232
7233         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7234         point-min.
7235
7236 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7237
7238         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7239         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7240         a keymap.
7241
7242 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7243
7244         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7245         parent.
7246
7247         * wl-mule.el (wl-message-define-keymap): Ditto.
7248
7249         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7250
7251         * wl-xmas.el (wl-message-display-internal-hook): Define.
7252         (wl-xmas-setup-message-toolbar): Define as function.
7253         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7254         (wl-message-overload-functions): Abolished.
7255         (wl-message-define-keymap): New function.
7256
7257         * wl-vars.el (wl-message-display-internal-hook): New variable.
7258         (wl-message-header-button-alist): New variable (Renamed from
7259         wl-highlight-message-header-button-alist).
7260         (wl-message-body-button-alist): Ditto.
7261
7262         * wl-mule.el (wl-message-define-keymap): New function.
7263         (wl-message-overload-functions): Abolished.
7264
7265         * wl-message.el (wl-message-add-buttons-to-body): New function.
7266         (wl-message-redisplay): Don't call wl-message-overload-functions;
7267         Call wl-message-add-buttons-to-header and
7268         wl-message-add-buttons-to-body.
7269         (wl-message-display-internal): Set keymap argument for
7270         elmo-mime-display-as-is, elmo-mime-message-display;
7271         Run wl-message-display-internal-hook.
7272         (wl-message-refer-article-or-url): Abolished.
7273
7274         * wl-highlight.el (wl-highlight-headers): Don't call
7275         wl-highlight-message-add-buttons-to-header.
7276         (wl-highlight-message-add-buttons-to-header): Abolished.
7277
7278
7279         * wl-e21.el (wl-message-display-internal-hook): Define.
7280         (wl-e21-setup-toolbar): Deleted duplicated binding.
7281         (wl-e21-setup-message-toolbar): Define as function.
7282         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7283         (wl-message-define-keymap): New function.
7284         (wl-message-overload-functions): Abolished.
7285
7286 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7287
7288         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7289         and elmo-folder-close.
7290
7291         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7292
7293 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7294
7295         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7296         boolean value.
7297         * wl-draft.el (wl-draft-do-fcc): Ditto.
7298
7299 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7300
7301         * wl-vars.el (wl-fcc-force-as-read): New variable.
7302         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7303         mark copied message as read.
7304
7305 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7306
7307         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7308
7309 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7310
7311         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7312         `wl-summary-target-above' instead of obsolete variable
7313         `wl-summary-temp-above'.
7314
7315         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7316         instead of `make-obsolete-variable'.
7317         * wl-refile.el (toplevel): Ditto.
7318
7319 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7320
7321         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7322         with third argument t.
7323         (wl-draft): Set first argument for wl-plugged-init as t.
7324
7325         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7326         definition.
7327
7328 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7329
7330         * wl-vars.el: Tabify.
7331         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7332
7333         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7334         message.
7335
7336 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7337
7338         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7339         and set default to beep.
7340
7341 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7342
7343         * wl-vars.el (wl-draft-truncate-lines): New variable.
7344
7345         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7346         instead of wl-message-truncate-lines for truncate-lines.
7347
7348 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7349
7350         * wl-message.el (wl-message-display-internal): Call
7351         `wl-highlight-message' after `elmo-mime-display-as-is'.
7352
7353         * wl-mime.el (wl-mime-display-text/plain): New function.
7354         (wl-mime-display-header): Ditto.
7355         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7356         body-presentation-method for text/plain;
7357         Register `wl-mime-display-header' as a header-presentation-method;
7358         Don't set up `elmo-message-text-content-inserted-hook' and
7359         `elmo-message-header-inserted-hook'.
7360
7361         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7362         variable.
7363         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7364         as t if flag is 'all-header;
7365         Don't bind `elmo-message-ignored-field-list',
7366         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7367
7368 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7369
7370         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7371         for xemacs with non-mule environment.
7372
7373 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7374
7375         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7376         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7377         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7378
7379 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7380
7381         * wl-vars.el (wl-interactive-send): Set default value as t.
7382
7383 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7384
7385         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7386         (wl-addrmgr-method-list): Abolished.
7387         (wl-addrmgr-change-method): Follow above change.
7388
7389         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7390
7391 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7392
7393         * wl-vars.el (wl-message-truncate-lines): Change default value
7394         to default-truncate-lines.
7395
7396         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7397
7398 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7399
7400         * wl-vars.el (wl-message-truncate-lines): New variable.
7401
7402         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7403         wl-message-truncate-lines.
7404
7405 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7406
7407         * wl-acap.el (wl-acap-init): Remove period from error message.
7408         (wl-acap-find-acap-service): Remove period from message.
7409
7410 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7411
7412         * wl.el (wl-check-environment): Undo last change.
7413
7414         * wl-vars.el (wl-from): Changed default value.
7415
7416         * wl-util.el (toplevel): Don't require tm-edit.
7417
7418         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7419         `wl-folder-init';
7420         Don't set mark on mail body.
7421         (wl-draft-reedit): Ditto.
7422
7423         * wl-address.el (wl-address-quote-specials): Define as an alias for
7424         elmo-address-quote-specials.
7425
7426 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7427
7428         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7429
7430         * wl-vars.el (wl-from): Set default value as nil.
7431         (wl-organization): Set default value as ORGANIZATION environment
7432         variable.
7433
7434         * wl-draft.el (wl-smtp-extension-bind): Check value of
7435         wl-smtp-connection-type.
7436
7437         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7438         error.
7439
7440 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7441
7442         * Version number is increased to 2.7.4.
7443
7444         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7445         arguments from `wl-highlight-x-face-function' caller.
7446         Use x-face-1.3.6.12 or later.
7447
7448 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7449
7450         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7451
7452 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7453
7454         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7455         (wl-fcc): Fix to accept function.
7456         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7457
7458 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7459
7460         * wl-acap.el (toplevel): Added `product-provide' declare.
7461         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7462
7463 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl.el (wl): Changed order of calling `elmo-init'
7466         and `elmo-folder-init'.
7467
7468 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7469
7470         * wl-mime.el (wl-summary-burst): Extract message when content-type
7471         of root entity is not only `multipart' but also `message/rfc822'.
7472         (wl-summary-burst-subr): Ditto.
7473
7474 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-vars.el (toplevel): Require 'custom.
7477         (wl-trash-folder): Added to `wl-setting' group.
7478
7479         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7480         exists.
7481         (wl-addrmgr-draw): Insert empty line when no entry exists.
7482
7483         * wl-mule.el (wl-message-wheel-up): Fixed.
7484         (wl-message-wheel-down): Ditto.
7485
7486 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7487
7488         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7489         config is an anonymous lambda expression.
7490
7491 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7492
7493         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7494         when Mule 2 is running.
7495
7496 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7497
7498         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7499
7500 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7501
7502         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7503         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7504
7505         * wl-address.el (wl-address-specials-regexp): Eliminated.
7506         (wl-address-quote-specials): Rewrite.
7507
7508 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7509
7510         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7511         shy-groups for regexp.
7512
7513         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7514         character classes and Perl style shy-groups for regexp.
7515         (wl-highlight-plugged-current-line): Use Posix style character
7516         classes for regexp.
7517         (wl-e21-highlight-folder-by-numbers): Ditto.
7518         (wl-e21-display-image-p): Use `display-images-p' instead of
7519         `display-graphic-p'.
7520         (display-images-p): Make an alias to `display-graphic-p' if it is
7521         not available.  It is for Emacs version prior to 21.0.105.
7522
7523         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7524         `display-graphic-p'.
7525         (wl-demo-image-type-alist): Ditto.
7526         (display-images-p): Make an alias to `display-graphic-p' if it is
7527         not available.  It is for Emacs version prior to 21.0.105.
7528
7529 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7530
7531         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7532         support.
7533         (wl-generate-user-agent-string): Ditto.
7534
7535         * wl-version.el (wl-version): Update docsting.
7536         (wl-version-status): Ditto.
7537
7538 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7539
7540         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7541         21.0.105.  For Emacs 21.0.104 or earlier.
7542
7543 2001-09-03  Takuo KITAME <kitame@northeye.org>
7544
7545         * wl-e21.el (wl-plugged-init-icons): Use
7546         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7547         (wl-biff-init-icons): Ditto.
7548
7549 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7550
7551         * wl-highlight.el (wl-highlight-summary-current-line):
7552         Fixed highlighting refile/copy destination.
7553
7554         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7555         (wl-acap-store): Encode string by wl-acap-coding-system.
7556
7557 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7558
7559         * wl-acap.el (toplevel): Check and require 'un-define before
7560         'xemacs-ucs;
7561          Added checking for UTF-2000.
7562
7563 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7564
7565         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7566         Don't enclose with `eval-and-compile'.
7567
7568         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7569         wl-init is non-nil.
7570
7571         * wl-draft.el (wl-draft): Ditto.
7572
7573         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7574
7575         * wl-acap.el (toplevel): Require 'wl.
7576         (wl-acap-store): Call `elmo-init'.
7577
7578         * wl.el (wl): Changed position of `wl-check-environment'.
7579         (toplevel): Added autoload setting for wl-acap.
7580
7581         * wl-vars.el (wl-setting): New custom group.
7582         (wl-from): Added wl-setting group.
7583         (wl-user-mail-address-list): Ditto.
7584         (wl-organization): Ditto.
7585         (wl-subscribed-mailing-list): Ditto.
7586         (wl-envelope-from): Ditto.
7587         (wl-smtp-posting-user): Ditto.
7588         (wl-smtp-posting-server): Ditto.
7589         (wl-smtp-posting-port): Ditto.
7590         (wl-smtp-authenticate-type): Ditto.
7591         (wl-pop-before-smtp-user): Ditto.
7592         (wl-pop-before-smtp-server): Ditto.
7593         (wl-pop-before-smtp-port): Ditto.
7594         (wl-pop-before-smtp-authenticate-type): Ditto.
7595         (wl-nntp-posting-server): Ditto.
7596         (wl-nntp-posting-user): Ditto.
7597         (wl-nntp-posting-port): Ditto.
7598         (wl-fetch-confirm-threshold): Ditto.
7599         (wl-prefetch-threshold): Ditto.
7600         (wl-thread-insert-opened): Ditto.
7601         (wl-ldap-server): Ditto.
7602         (wl-ldap-port): Ditto.
7603         (wl-ldap-base): Ditto.
7604         (wl-ldap-objectclass): Ditto.
7605         (wl-use-ldap): Ditto.
7606         (wl-draft-config-alist): Ditto.
7607         (wl-draft-config-matchone): Ditto.
7608         (wl-template-alist): Ditto.
7609         (wl-message-sort-field-list): Ditto.
7610         (wl-message-ignored-field-list): Ditto.
7611         (wl-message-visible-field-list): Ditto.
7612         (wl-interactive-send): Ditto.
7613         (wl-summary-move-order): Ditto.
7614         (wl-auto-select-first): Ditto.
7615         (wl-auto-select-next): Ditto.
7616         (wl-interactive-save-folders): Ditto.
7617
7618         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7619         Initialization codes are moved from wl-local-folder-init.
7620         (wl-local-folder-init): Follow the change above.
7621         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7622
7623         * wl-acap.el: New file.
7624
7625         * Version number is increased to 2.7.3.
7626
7627 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7628
7629         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7630
7631 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7632
7633         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7634         (wl-addrmgr-address-entry-list): Ditto.
7635
7636 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7637
7638         * wl-e21.el (wl-draft-mode-map): Removed binding for
7639         `wl-draft-insert-x-face-field'.
7640
7641         * wl-mule.el (wl-draft-mode-map): Ditto.
7642
7643         * wl-xmas.el (wl-draft-mode-map): Ditto.
7644
7645         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7646         (wl-cs-autoconv): Ditto.
7647         (wl-cs-local): Ditto.
7648         (wl-use-scoring): Ditto.
7649         (wl-mime-charset): Ditto.
7650         (wl-folder-check-async): Ditto.
7651
7652         * wl.el (toplevel): Ignore nemacs and tm.
7653         (wl-exit): Ditto.
7654
7655         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7656         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7657         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7658         instead of wl-address-petname-add-or-change.
7659         (wl-summary-edit-addresses-subr): Use wl-address-delete
7660         instead of wl-address-petname-delete.
7661
7662         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7663
7664         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7665         if error occured.
7666
7667         * wl-message.el (require): Remove tm support.
7668
7669         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7670
7671         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7672         (wl-folder-jump-to-current-entity): Ditto.
7673         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7674
7675         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7676         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7677         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7678
7679         * wl-mule.el (wl-draft-key-setup): Ditto.
7680
7681         * wl-xmas.el (wl-draft-key-setup): Ditto.
7682
7683         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7684         (wl-draft-std11-parse-addresses): New function.
7685         (wl-draft-parse-mailbox-list): Use it.
7686         (wl-draft): Ignore nemacs.
7687         (wl-draft-reedit): Ditto.
7688
7689         * wl-addrmgr.el: New file.
7690         (Original is wl-rcpt.el written by
7691         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7692         Thanks Kitamoto-san.)
7693
7694         * wl-address.el (wl-address-make-address-list): Modified parsing
7695         process.
7696         (wl-address-delete): Renamed from `wl-address-petname-delete';
7697         Modify wl-address-list too.
7698         (wl-address-add-or-change): Renamed from
7699         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7700
7701 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7702
7703         * wl-highlight.el (wl-highlight-summary-current-line):
7704           Work with transient-mark-mode
7705
7706 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7707
7708         * Version number is increased to 2.7.2.
7709
7710         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7711         instead of elmo-dop-queue-method.
7712
7713 2001-08-06  SAITO Atsunori <sai@yedo.com>
7714
7715         * wl-vars.el (wl-ldap-objectclass): New user option.
7716
7717         * wl-address.el (wl-ldap-make-filter): Use it.
7718
7719 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7722
7723 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7724
7725         * wl-folder.el (wl-folder): redisplay after folder insertion.
7726
7727         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7728
7729         * wl-summary.el (wl-summary-sync-update):
7730         Change status mark only when new-msgdb exists.
7731         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7732
7733 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-summary.el (wl-summary-open-folder): New function.
7736         (wl-summary-goto-folder-subr): Use it.
7737         (wl-summary-mark-as-important): Fix;
7738         Encache only when no cache exists.
7739
7740 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7741
7742         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7743         Use with-current-buffer.
7744
7745 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7746
7747         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7748         before call `get-buffer'. Fixed parenthesis.
7749         (wl-score-get-header-entry): Clear message and help window when
7750         keyboard quit.
7751         (wl-score-edit-insert-header): Ditto.
7752
7753 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7756         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7757         (wl-default-draft-cite): Fix.
7758
7759         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7760         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7761
7762 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7763
7764         * wl-message.el (wl-message-prev-page): Do same bahavior
7765         as summary when it is called in the message buffer.
7766         (wl-message-next-page): Ditto.
7767
7768 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-summary.el (wl-summary-forward): Use cache if it is not
7771         section cache.
7772
7773 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7774
7775         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7776         Removed redundant require of elmo-vars.
7777         (wl-biff-state-indicator-on): Changed default value for
7778         xemacs with non-mule environment.
7779
7780         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7781         wl-message-buffer is nil;
7782         Hide progress bar after moving messages.
7783
7784 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7787         message at cursor point is deleted.
7788
7789 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-vars.el: Changed file coding system to euc-japan.
7792         Added -*-coding:-*- magic to the first line.
7793
7794         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7795         Search parent from the first message.
7796
7797         * Version number is increased to 2.7.1.
7798
7799 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7800
7801         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7802
7803 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7804
7805         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7806         refile/delete execution.
7807
7808         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7809         Fixed docstring.
7810
7811 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7812
7813         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7814         do update process;
7815         Don't update marks when update process is interrupted.
7816
7817 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7818
7819         * wl-summary.el (wl-summary-reply): Fixed problem when
7820         wl-draft-use-frame is non-nil.
7821         (wl-summary-forward): Ditto.
7822
7823         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7824         as nil.
7825         (wl-folder-mark-as-read-all-entity): Ditto.
7826         (wl-folder-prefetch-entity): Ditto.
7827
7828         * wl.el (wl): Check environment before wl-init.
7829
7830         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7831         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7832         instead of wl-summary-collect-unread.
7833         (wl-summary-reply): Split message window.
7834
7835 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7836
7837         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7838         only if current language environment is japanese,
7839
7840         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7841         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7842         (wl-folder-goto-folder-subr): Ditto.
7843
7844         * wl-draft.el (wl-draft-dispatch-message): Call
7845         `elmo-file-cache-get-path'.
7846
7847 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-summary.el (wl-summary-cursor-move): If return value of
7850         wl-summary-next-message is not number, don't jump.
7851
7852 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7853
7854         * wl-summary.el (wl-summary-buffer-next-message-function): New
7855         variable.
7856         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7857         if it is bound.
7858
7859         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7860         string.
7861
7862         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7863         (wl-plugged-drawing): Ditto.
7864
7865 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7866
7867         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7868         process.
7869         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7870         with unwind-protect.
7871
7872         * wl.el (wl-init): Require mime-setup.
7873         (wl-check-environment): Don't require mime-setup.
7874
7875         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7876         instead of elmo-folder-type.
7877
7878         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7879         value as nil.
7880
7881 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7882
7883         * Version number is increased to 2.7.0.
7884
7885         * wl-version.el (wl-version): Changed codename.
7886
7887         * wl-summary.el (wl-summary-delete-cache): Fixed.
7888
7889         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7890         Workaround for net folders.
7891         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7892
7893         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7894         value to nil (According to the patch from
7895         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7896
7897         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7898         of elmo-folder-close.
7899
7900 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7901
7902         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7903         for postfix.
7904
7905 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7906
7907         * wl-summary.el (wl-summary-resend-message): Fixed.
7908
7909         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7910         Call wl-draft with `from' argument if its address is included in
7911         `wl-user-mail-address-list'.
7912         (wl-draft): Added `from' argument.
7913
7914         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7915         non-nil.
7916         (wl): Don't show demo if wl-demo is nil.
7917
7918         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7919         wl-summary-use-frame.
7920
7921         * wl-vars.el (wl-summary-use-frame): New user option.
7922         (wl-folder-use-frame): Changed docstring.
7923
7924         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7925         non-nil.
7926         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7927         wl-summary-use-frame.
7928
7929         * wl-vars.el (wl-folder-use-frame): New user option.
7930
7931         * wl-summary.el (wl-summary-exit): Back to folder frame if
7932         wl-folder-use-frame is non-nil.
7933         (wl-summary-redisplay-internal): Ignore cache if current folder
7934         is draft folder,
7935         (wl-summary-redisplay-no-mime): Ditto.
7936         (wl-summary-redisplay-all-header): Ditto.
7937
7938         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7939         if wl-folder-use-frame is non-nil.
7940
7941 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7942
7943         * wl-summary.el (wl-summary-sync-update): Bind
7944         elmo-folder-update-threshold.
7945         (wl-summary-mark-as-important): Enclosed server mark processing
7946         with `save-match-data'.
7947
7948         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7949         only when it is already defined.
7950
7951 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7952
7953         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7954         name of folder exclude localdir is wrong.
7955         * wl-folder.el (wl-folder-sync-entity):
7956         Set `wl-summary-always-sticky-folder-list' as nil.
7957         (wl-folder-mark-as-read-all-entity): Ditto.
7958         (wl-folder-prefetch-entity): Ditto.
7959
7960 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7961
7962         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7963         instead of `wl-summary-write-current-newsgroup'.
7964
7965 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7966
7967         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7968         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7969         non-nil and selected message is important, do not display.
7970
7971 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7972
7973         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7974
7975 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7976
7977         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7978
7979         * wl-summary.el (wl-summary-mark-as-important): Set message number
7980         using wl-summary-message-number.
7981
7982 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7983
7984         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7985         destination folder is 'null.
7986
7987 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7988
7989         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7990         New function.
7991         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7992         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7993         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7994
7995 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7996
7997         * wl-mime.el (wl-mime-setup): Added setting for
7998         `mime-setup-signature-key-alist' to avoid overriding key bind for
7999         `wl-draft-send'.
8000
8001         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
8002         for `wl-draft-send'.
8003         * wl-mule.el (wl-draft-overload-functions): Ditto.
8004         * wl-xmas.el (wl-draft-overload-functions): Ditto.
8005         * wl-draft.el (wl-draft-send): Ditto.
8006
8007         * wl-message.el (wl-message-display-internal):
8008         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
8009         (Patch is provided by <kita@coe.nttdata.co.jp>).
8010
8011 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
8012
8013         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
8014
8015 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8016
8017         * wl.el (wl): Fix for wl-demo.
8018
8019 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8020
8021         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
8022
8023 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8024
8025         * wl-folder.el (wl-folder-prefetch-entity): Use
8026         `wl-folder-get-elmo-folder'.
8027         (wl-folder-count-incorporates): Do not use
8028         `wl-folder-get-elmo-folder'.
8029
8030 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
8031
8032         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
8033         instead of `elmo-folder-get-type'.
8034
8035 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8036
8037         * wl-summary.el (wl-summary-write-current-folder): Set cursor
8038         position on Subject: field.
8039         (Advised by Mito <mit@nines.nec.co.jp>)
8040
8041 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8042
8043         * wl-folder.el (wl-folder-prefetch-entity): Use
8044         `wl-folder-get-elmo-folder'.
8045
8046 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8047
8048         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
8049
8050         * wl-summary.el (wl-summary-buffer-set-folder): Set up
8051         `process-duplicates' slot.
8052
8053         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
8054         if detection failed.
8055
8056 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8057
8058         * wl-version.el (wl-version-status): Set to "alpha".
8059
8060 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8061
8062         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8063         Check wl-message-buffer lives before set-buffer.
8064
8065 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8066
8067         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8068         called in folder mode.
8069         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8070         * wl-summary.el (wl-summary-exit-pre-hook): Run
8071         `wl-summary-exit-pre-hook' before exit summary mode.
8072
8073 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8074
8075         * wl-version.el (wl-version-status): New variable.
8076         (wl-version-status-alist): Removed.
8077         (wl-version-status): Rule included.
8078
8079 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8080
8081         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8082         @sponichi.
8083
8084         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8085         when `mail-reply-buffer' is buffer-local variable.
8086         (Reported by <kita@coe.nttdata.co.jp>).
8087
8088 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8089
8090         * wl-vars.el (toplevel): Require 'elmo-util.
8091
8092 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8095         (All other related portions are changed)
8096
8097         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8098
8099         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8100
8101 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8102
8103         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8104
8105 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8106
8107         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8108         Delete other windows to avoid an error.
8109         Use `point-marker' instead of `point' to remember the start point
8110         of body.
8111
8112         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8113
8114         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8115         number not to exceed all message number.
8116
8117 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8118
8119         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8120         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8121
8122 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8123
8124         * wl-summary.el (wl-summary-sync-force-update): Added argument
8125         no-check.
8126         (wl-summary-sync-update): Ditto.
8127         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8128         with `no-check'.
8129
8130         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8131         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8132         already running.
8133
8134 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8135
8136         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8137         `dst-folder-arg'.
8138         (wl-expire-archive-number1): Diito.
8139         (wl-expire-archive-number2): Diito.
8140         (wl-expire-archive-Date): Diito.
8141         (wl-archive-number1): Diito.
8142         (wl-archive-number2): Diito.
8143         (wl-archive-date): Diito.
8144         (wl-archive-folder-p): New function.
8145         (wl-summary-expire): Support of expand folder name at
8146         wl-expire-alist.
8147         * wl-util.el (wl-expand-newtext): Renamed from
8148         `wl-refile-expand-newtext'.
8149
8150 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8151
8152         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8153         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8154         `(elmo-msgdb-get-overview msgdb)'.
8155         (wl-summary-prefetch): Bind match data before call
8156         `wl-summay-prefetch-msg'.
8157         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8158         'off if `wl-summary-buffer-disp-msg' is non-nil.
8159         Fixed problem that couldn't show only one new or unread message when
8160         enter folder.
8161         (wl-summary-reply): Don't call `split-window-vertically' and other
8162         window.
8163
8164 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8165
8166         * wl-expire.el (wl-expire-refile): Fixed.
8167
8168 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8171
8172         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8173         biff notification is removed.
8174
8175         * wl.el (wl): Changed position of `elmo-init'.
8176
8177         * wl-draft.el (wl-default-draft-cite): Use date field
8178         on the citation buffer.
8179
8180         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8181
8182         * wl-xmas.el (wl-folder-internal-icon-list): Added
8183         `wl-folder-shimbun-image'.
8184
8185         * wl-e21.el (wl-folder-internal-icon-list): Added
8186         `wl-folder-shimbun-image'.
8187
8188 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8189
8190         * wl.el (wl-init): Eliminated argument.
8191         (wl): Rewrite.
8192
8193         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8194         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8195         instead of `elmo-folder-msgdb-internal'.
8196         (wl-summary-sync-update): Ditto.
8197         (wl-summary-flush-pending-append-operations): Eliminated.
8198         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8199         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8200         `elmo-folder-open'.
8201
8202         * wl-mime.el (wl-summary-burst): Fixed.
8203
8204         * wl-folder.el (wl-folder-info-save): Check data type.
8205
8206         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8207         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8208         instead of `elmo-folder-msgdb-internal'.
8209         (wl-expire-hide): Ditto.
8210
8211
8212         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8213
8214 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8215
8216         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8217
8218 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8219
8220         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8221
8222 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8223
8224         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8225         Fixed `match-beginning' argument mismatch.
8226
8227 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8228
8229         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8230         the default value.
8231
8232 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8235         instead of `elmo-nntp-default-port'.
8236
8237         * wl-vars.el: Fixed some doc strings.
8238
8239 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8240
8241         * wl-summary.el (wl-summary-prefetch-msg): Use
8242         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8243
8244         * wl-vars.el: Define *-func as obsolete variable using
8245         `elmo-define-obsolete-variable'.
8246
8247         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8248         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8249         instead of `wl-message-buffer-prefetch-threshold'.
8250
8251         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8252
8253         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8254
8255         * wl-draft.el (wl-caesar-region-func): Ditto.
8256
8257         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8258         Keep unread status in elmo-folder-move-messages.
8259         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8260
8261 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8262
8263         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8264         `wl-summary-buffer-exit-func'
8265         (wl-summary-buffer-message-redisplay-function): Renamed from
8266         `wl-summary-buffer-message-redisplay-func'
8267         (wl-summary-buffer-next-folder-function): Renamed from
8268         `wl-summary-buffer-next-folder-func'.
8269         (wl-summary-buffer-prev-folder-function): Renamed from
8270         `wl-summary-buffer-prev-folder-func'.
8271         (wl-summary-get-petname-function): Renamed from
8272         `wl-summary-get-petname-func'.
8273
8274         * wl-score.el (wl-score-edit-exit-function): Renamed from
8275         `wl-score-edit-exit-func'.
8276
8277         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8278         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8279
8280         * wl-util.el (wl-load-profile-function): Renamed from
8281         `wl-load-profile-func'.
8282
8283         * wl-folder.el (wl-folder-completion-function): Renamed from
8284         `wl-folder-completion-func'.
8285         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8286
8287         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8288         `wl-expire-archive-get-folder-func'.
8289         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8290         (wl-draft-send-mail-function): Renamed from
8291         `wl-draft-send-mail-func'.
8292         (wl-draft-send-news-function): Renamed from
8293         `wl-draft-send-news-func'.
8294         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8295         (wl-generate-mailer-string-function): Renamed from
8296         `wl-generate-mailer-string-func'.
8297         (wl-highlight-signature-search-function): Renamed from
8298         `wl-highlight-signature-search-func'.
8299         (wl-highlight-x-face-function): Renamed from
8300         `wl-highlight-x-face-func'
8301         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8302         (wl-ps-print-buffer-function): Renamed from
8303         `wl-ps-print-buffer-func'
8304         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8305         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8306         (wl-summary-subject-filter-function): Renamed from
8307         `wl-summary-subject-filter-func'.
8308
8309         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8310         `wl-draft-queue-flush-send-func'
8311         (wl-draft-cite-function): Renamed from
8312         `wl-draft-cite-func'
8313
8314         * wl-address.el (wl-address-init-function): Renamed from
8315         `wl-address-init-func'.
8316
8317 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8318
8319         * wl-draft.el (wl-draft-queue-flush): Don't call
8320         `elmo-dop-unlock-message'.
8321         * wl-draft.el (wl-draft-queue-append): Don't call
8322         `elmo-dop-lock-message'.
8323
8324         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8325         (wl-summary-buffer-folder-name): Ditto.
8326         (wl-summary-message-regexp): Added '-' (all other related portions
8327         are changed).
8328         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8329         wl-summary-buffer-folder-name.
8330
8331 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8332
8333         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8334         the number of mails in the folder buffer is not updated by wl-biff.
8335
8336 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8337
8338         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8339         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8340
8341 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8342
8343         * wl-summary.el (wl-summary-next-message):
8344         Return next message number when wl-summary-move-order is nil.
8345
8346 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8347
8348         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8349         `wl-summary-move-spec-alist'.
8350         (wl-summary-move-spec-unplugged-alist): New variable
8351         (Move spec for unplugged status).
8352         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8353         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8354
8355 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8356
8357         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8358         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8359
8360 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8361
8362         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8363         simple quotation to quote the anonymous function.
8364         * tm-wl.el (wl-draft-preview-message): Ditto.
8365
8366 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8367
8368         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8369         Eliminate redundant `save-excursion'.
8370         (wl-highlight-summary-current-line): Ditto.
8371
8372         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8373         accessing match data when `looking-at' failed.
8374
8375         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8376         `elmo-match-string' where users don't care about the speed.
8377         (wl-draft-save): Ditto.
8378
8379 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8380
8381         * wl-util.el (wl-regexp-opt): New function.
8382
8383         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8384         number from `wl-summary-buffer-number-list'.
8385         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8386         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8387         (wl-summary-move-spec-alist): Changed default setting.
8388
8389 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8390
8391         * wl-vars.el (wl-biff-notify-hook): New hook.
8392         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8393         the arrival of new mail.
8394         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8395         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8396
8397 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8398
8399         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8400
8401 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8404
8405         * Version number is increased to 2.5.8.
8406
8407         * wl-thread.el (toplevel): require 'cl.
8408         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8409         (wl-thread-make-number-list): New function.
8410         (wl-thread-entity-make-number-list-from-children): Ditto.
8411         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8412         (wl-thread-entity-insert-as-children): Likewise.
8413         (wl-thread-delete-message): Likewise.
8414         (wl-meaning-of-mark): Eliminated.
8415         (wl-thread-next-failure-mark-p): Ditto.
8416         (wl-thread-entity-get-mark): Ditto.
8417         (wl-thread-meaning-alist-get-result): Ditto.
8418         (wl-thread-entity-check-prev-mark): Ditto.
8419         (wl-thread-entity-check-next-mark): Ditto.
8420         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8421         (wl-thread-entity-get-prev-marked-entity): Ditto.
8422         (wl-thread-get-prev-unread): Ditto.
8423         (wl-thread-jump-to-prev-unread): Ditto.
8424         (wl-thread-get-next-unread): Ditto.
8425         (wl-thread-jump-to-next-unread): Ditto.
8426         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8427         (wl-thread-entity-get-next-marked-entity): Ditto.
8428
8429         * wl-summary.el (wl-summary-buffer-number-list):
8430         New bufer-local variable.
8431         (wl-summary-switch-to-clone-buffer): Clone
8432         `wl-summary-buffer-number-list'.
8433         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8434         (wl-summary-cursor-move-regex): Eliminated.
8435         (wl-summary-cursor-up): Rewrite.
8436         (wl-summary-cursor-down): Ditto.
8437         (wl-summary-mode-spec-alist): New variable.
8438         (wl-summary-next-message): New inline function.
8439         (wl-summary-cursor-move): New function.
8440         (wl-summary-default-get-next-msg): Rewrite.
8441         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8442         (wl-summary-rescan): Ditto.
8443         (wl-summary-sync-all-init): Ditto.
8444         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8445         summary is not thread view.
8446         (wl-summary-sync-update): Ditto.
8447         (wl-summary-rescan): Ditto.
8448         (wl-summary-make-number-list): New function.
8449
8450         * wl-draft.el: "FCC" -> "Fcc".
8451
8452 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8453
8454         * wl-highlight.el (wl-highlight-summary-window):
8455         Call `set-buffer-modified-p'.
8456
8457         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8458         (wl): Call `elmo-init' and fix.
8459
8460         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8461         Use new variables.
8462
8463         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8464
8465 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8466
8467         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8468
8469 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8470
8471         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8472
8473 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8474
8475         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8476         `wl-use-toolbar' nor `display-graphic-p'.
8477         (wl-e21-setup-message-toolbar): Ditto.
8478         (wl-e21-setup-summary-toolbar): Ditto.
8479         (wl-e21-setup-folder-toolbar): Ditto.
8480
8481         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8482         (wl-plugged-init-icons): Ditto.
8483
8484         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8485         `display-graphic-p'.
8486         (wl-plugged-set-folder-icon): Ditto.
8487         (wl-highlight-plugged-current-line): Ditto.
8488         (wl-highlight-folder-current-line): Ditto.
8489         (wl-e21-highlight-folder-group-line): Ditto.
8490         (wl-e21-setup-toolbar): Ditto.
8491         (wl-e21-display-image-p): New macro.
8492
8493         * wl-demo.el (wl-demo): Simplified.
8494         (wl-demo-image-type-alist): Use `image-type-available-p' for
8495         checking whether the image type `xbm' is available.
8496
8497 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8498
8499         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8500         (wl-summary-input-range): Ditto.
8501
8502 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl-summary.el (wl-summary-edit-addresses): Use
8505         `wl-summary-get-original-buffer'
8506         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8507         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8508         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8509         (wl-summary-get-newsgroups): Eliminated.
8510         (wl-summary-set-crosspost): Ditto.
8511         (wl-summary-is-crosspost-folder): Ditto.
8512         (wl-crosspost-alist-load): Ditto.
8513         (wl-crosspost-alist-save): Ditto.
8514
8515         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8516         `elmo-setup-subscribed-newsgroups' instead of
8517         `elmo-nntp-make-groups-hashtb'.
8518         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8519         instead of `wl-crosspost-alist-save'.
8520
8521         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8522         of `elmo-folder-message-appendable-p'.
8523         (wl-mime-header-presentation-method): Eliminated.
8524
8525         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8526         (Error occurs in emacs21).
8527
8528         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8529         the current buffer).
8530
8531         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8532         instead of `wl-crosspost-alist-save'.
8533         (wl-init): `elmo-crosspost-message-alist-load'
8534         instead of `wl-crosspost-alist-load'
8535
8536         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8537         (wl-parse-newsgroups): Likewise.
8538         (wl-biff-notify): Run `wl-biff-notify-hook'.
8539
8540 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8543
8544         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8545         when `wl-summary-lazy-highlight' is non-nil.
8546         (wl-summary-goto-folder-subr): Highlight only when
8547         `wl-summary-lazy-highlight' is non-nil.
8548
8549         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8550         Don't display progress and highlight temp-mark when
8551         `wl-summary-lazy-highlight' is non-nil.
8552         (wl-highlight-summary-window): New function.
8553         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8554
8555 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8556
8557         * wl-summary.el (wl-summary-sync): Change `all-visible'
8558         from `all-shown'
8559         (wl-summary-input-range): Ditto.
8560
8561 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8562
8563         * wl-e21.el (wl-highlight-folder-current-line): Call
8564         `wl-folder-init-icons' when folder icons have not been initialized.
8565
8566         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8567
8568         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8569         (wl-demo-image-type-alist): New macro.
8570
8571 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8572
8573         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8574         display does not support graphics.
8575         (wl-plugged-init-icons): Ditto.
8576         (wl-folder-init-icons): Ditto.
8577
8578         * wl-demo.el (wl-demo): Chech closely whether the display
8579         supports graphics.
8580
8581 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8582
8583         * wl-summary.el (wl-summary-get-original-buffer): New function.
8584         (wl-summary-set-crosspost): Use it.
8585         (wl-summary-target-mark-uudecode): Ditto.
8586         (wl-summary-reedit): Ditto.
8587         (wl-summary-resend-bounced-mail): Ditto.
8588         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8589         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8590
8591         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8592         (wl-message-display-internal): Ditto.
8593
8594 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8595
8596         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8597
8598 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8599
8600         * wl-summary.el (wl-summary-save-view): Renamed from
8601         `wl-summary-save-status'.
8602
8603 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8604
8605         * wl-summary.el (wl-summary-sync): Added `all-shown'
8606
8607 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8608
8609         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8610
8611 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8612
8613         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8614
8615 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8616
8617         * wl-highlight.el (wl-highlight-summary-line-string): Use
8618         `zerop' instead of `= 0'.
8619         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8620
8621         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8622         for comparing numbers.
8623         (wl-template-prev): Use `zerop' instead of `eq 0'.
8624
8625         * wl-draft.el (wl-draft-insert-current-message): Use
8626         `with-current-buffer' instead of `save-excursion'.
8627         Use `zerop' instead of `eq 0'.
8628
8629 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8630
8631         * wl-draft.el (wl-draft-insert-ccs): New function.
8632         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8633         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8634
8635 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8636
8637         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8638
8639 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8640
8641         * wl-expire.el (wl-expire-refile): Don't call
8642         elmo-msgdb-add-msgs-to-seen-list;
8643         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8644         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8645
8646 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8647
8648         * wl-message.el (wl-message-prev-page): Ignore errors while
8649         scroll-down.
8650
8651 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8652
8653         * wl-mime.el: Use elmo-original-message-mode instead of
8654         mmelmo-original-mode.
8655
8656         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8657         `elmo-folder-get-spec';
8658         (wl-fldmgr-add-completion-all-completions):
8659         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8660
8661         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8662         of `elmo-folder-get-type'.
8663
8664         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8665         `elmo-folder-get-spec';
8666         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8667         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8668         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8669         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8670         `elmo-read-msg-no-cache';
8671         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8672         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8673         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8674         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8675         `elmo-cache-save';
8676         (wl-draft-reedit): Use `elmo-message-file-name'.
8677
8678         * wl-expire.el: Use `elmo-folder-name-internal';
8679         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8680         Use macro `wl-summary-buffer-msgdb' instead of variable
8681         `wl-summary-buffer-msgdb';
8682         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8683         Use macro `wl-summary-buffer-folder-name' instead of variable
8684         `wl-summary-buffer-folder-name'.
8685         * wl-score.el: Likewise.
8686
8687         * wl-message.el: Rewrite for new message buffer cache mechanism.
8688         (wl-message-buffer-cache-buffer-get): New macro.
8689         (wl-message-buffer-cache-folder-get): Ditto.
8690         (wl-message-buffer-cache-message-get): Ditto.
8691         (wl-message-buffer-cache-entry-make): Ditto.
8692         (wl-message-buffer-cache-hit): Ditto.
8693         (wl-message-buffer-cache-sort): New function.
8694         (wl-message-buffer-cache-add): Ditto.
8695         (wl-message-buffer-cache-delete): Ditto.
8696         (wl-message-buffer-cache-clean-up): Ditto.
8697         (wl-message-buffer-window): Rewrite.
8698         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8699         (wl-message-buffer-display): New function.
8700         (wl-message-display-internal): New function.
8701
8702 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8703
8704         * wl-folder.el: Use `elmo-folder-name-internal';
8705         Use `wl-folder-get-elmo-folder';
8706         Use `elmo-folder-list-messages' instead of
8707         `elmo-list-folder';
8708         Use `elmo-folder-get-primitive-list' instead of
8709         `elmo-folder-get-primitive-spec-list';
8710         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8711         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8712         Use `elmo-folder-create' instead of `elmo-create-folder'.
8713         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8714         (wl-folder-get-elmo-folder): New macro.
8715         (wl-folder-elmo-folder-cache-get): Ditto.
8716         (wl-folder-elmo-folder-cache-put): Ditto.
8717         (wl-folder-suspend): Call `elmo-quit'.
8718
8719         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8720         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8721         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8722         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8723         (toplevel): require 'cl.
8724         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8725
8726         * wl-summary.el: Rewrite to use new elmo interface.
8727
8728 \f
8729 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8730
8731         * wl-mime.el (wl-draft-preview-message):
8732         Run `wl-draft-send-hook' before collecting recipients information;
8733         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8734
8735         * tm-wl.el (wl-draft-preview-message): Ditto.
8736
8737 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8738
8739         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8740         wrong recipients are displayed when forwarded message.
8741
8742 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8743
8744         * Version number is increased to 2.5.7.
8745
8746 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8747
8748         * wl-message.el (wl-message-next-page): Bind
8749         `window-pixel-scroll-increment' to nil while scrolling up.
8750
8751 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8752
8753         * wl-vars.el (wl-save-hook): New hook.
8754         * wl.el (wl-save): Call `wl-save-hook'.
8755
8756 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8757
8758         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8759         Argument WITH-ARG instead of NO-ARG (negative mean).
8760         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8761         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8762         * wl-message.el (wl-message-follow-current-entity): Likewise.
8763
8764 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8765
8766         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8767         FROM was optional argument.
8768         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8769
8770 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8771
8772         * Version number is increased to 2.5.6.
8773
8774 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8775
8776         * wl-version.el (wl-version-show): Removed.
8777         (wl-version): Add `interactive'.
8778
8779 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8780
8781         * wl-summary.el (wl-summary-get-petname-func): New variable.
8782         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8783         instead of `wl-address-get-petname-1'.
8784         (wl-summary-simple-from): Ditto.
8785
8786         * wl-address.el (wl-address-get-petname-1): Define as function.
8787
8788 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8789
8790         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8791         field in the original message.
8792         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8793
8794 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8795
8796         * wl-expire.el (wl-expire-hide):
8797         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8798
8799 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8800
8801         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8802         find decoder for To, Cc, and Subject.
8803
8804 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8805
8806         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8807         for checking `elmo-use-buffer-cache'.
8808         (wl-summary-mark-as-important): Fixed typo in comment.
8809
8810 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8813         field in the original message.
8814         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8815
8816 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8817
8818         * wl-expire.el (wl-expire-hide):
8819         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8820
8821 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8822
8823         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8824         find decoder for To, Cc, and Subject.
8825
8826 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8827
8828         * Version number is increased to 2.5.5.
8829
8830         * wl-address.el (wl-address-specials-regexp): New constant.
8831         (wl-address-quote-specials): Use it.
8832
8833 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8834
8835         * wl-summary.el (wl-summary-rescan):
8836         Call `wl-summary-buffer-number-column-detect'.
8837         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8838
8839         * wl-message.el (wl-message-mode-map): Define.
8840         (wl-message-decode): Use it as local-map.
8841
8842 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8843
8844         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8845         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8846
8847 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8848
8849         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8850
8851         * wl-mule.el (wl-read-event-char): Ditto.
8852
8853         * wl-e21.el (wl-read-event-char): Ditto.
8854
8855         * wl-nemacs.el (wl-read-event-char): Ditto.
8856         (read-event): Removed.
8857
8858         * wl-util.el (toplevel): Removed dummy definition of
8859         `read-event'.
8860         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8861
8862 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8863
8864         * wl-nemacs.el (elmo-archive-call-process): Moved to
8865         elmo-archive.el.
8866
8867 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8868
8869         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8870         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8871
8872         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8873         instead of magic-number 6.  Use `not' instead of `null' for symbol
8874         `nil' check (not empty list).
8875         (wl-draft-insert-x-face-field): Fixed paren style.
8876
8877         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8878         one-branch conditional statement, instead of `and' and `if'.
8879         (wl-draft-forward): Likewise.
8880         (wl-draft-add-references): Likewise.
8881         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8882
8883         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8884         conditional steatment.  Use `cond' instead of `if'.
8885         (wl-draft-confirm): Likewise.
8886
8887 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8888
8889         * wl-version.el (wl-version-show): Use `product-string-1'
8890         instead of `wl-version'.
8891         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8892
8893         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8894
8895 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8896
8897         * wl-highlight.el (wl-highlight-headers): Revert
8898         `wl-highlight-x-face-func' argument (`beg' and `end').
8899
8900 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8901
8902         * wl.el (toplevel): Move `product-provide' declare.
8903         * wl-demo.el (toplevel): Ditto.
8904         * wl-dnd.el (toplevel): Ditto.
8905         * wl-highlight.el (toplevel): Ditto.
8906         * wl-message.el (toplevel): Ditto.
8907         * wl-refile.el (toplevel): Ditto.
8908         * wl-util.el (toplevel): Ditto.
8909
8910 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8911
8912         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8913         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8914         (wl-thread-close-all): keep cursor position.
8915
8916 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8917
8918         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8919         (eq x 0).
8920         (wl-generate-user-agent-string-1): Fix conditional statement.
8921
8922 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8923
8924         * wl.el (wl-check-environment): Additional check for
8925         'wl-local-domain' and `wl-message-id-domain'.
8926
8927 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8928
8929         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8930
8931 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8932
8933         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8934         instead of `smtp-sasl-user-realm'.
8935
8936 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8937
8938         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8939
8940 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8941
8942         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8943         to the default value as well as `eword-lexical-analyzer'.
8944
8945 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8946
8947         * wl-version.el (wl-extended-emacs-version,
8948         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8949         `elmo-match-string' instead of `wl-match-string'.
8950
8951 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8952
8953         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8954         docstring.
8955
8956 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8957
8958         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8959
8960 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8961
8962         * wl-highlight.el (wl-highlight-headers): Remove
8963         `wl-highlight-x-face-func' argument (`beg' and `end').
8964
8965 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8966
8967         * wl-summary.el (wl-summary-mark-as-important):
8968         Remove cache if folder is local.
8969
8970 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8971
8972         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8973         to get existing e-mail address string.
8974
8975 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8976
8977         * wl-version.el (wl-generate-user-agent-string): Commentary.
8978         (wl-generate-user-agent-string-1): Use `when' for
8979         one-branch conditional statement, instead of `and' and `if'.
8980         (wl-extended-emacs-version, wl-extended-emacs-version2,
8981         wl-extended-emacs-version3): Ditto.
8982
8983 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8984
8985         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8986         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8987         condition-case; Remove initialization.
8988         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8989         (wl-summary-sync-update3): Added argument `sync-all';
8990         Eliminated local variable `msgdb';
8991         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8992         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8993         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8994
8995 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8996
8997         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8998         connection before call `wl-draft-send-mail-with-smtp'.
8999
9000 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
9001
9002         * Version number is increased to 2.5.4.
9003
9004 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
9005
9006         * wl.el (wl-check-environment): Additional check for
9007         'wl-local-domain' and `wl-message-id-domain'.
9008
9009 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
9010
9011         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
9012         buffer as command specific.
9013         (wl-folder-mark-as-read-all-entity): Ditto.
9014         (wl-folder-prefetch-entity): Ditto.
9015         (wl-folder-drop-unsync-entity): Ditto.
9016
9017         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
9018         (wl-prog-uudecode-no-stdout-option): Changed default to t.
9019         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
9020
9021         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
9022         save-excursion.
9023
9024 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
9025
9026         * Version number is increased to 2.5.3.
9027
9028         * wl-summary.el (wl-summary-save-view-cache):
9029         Delete duplicated `write-region';
9030         Use `write-region-as-binary' instead of `as-binary-output-file' and
9031         `write-region'.
9032
9033 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9034
9035         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
9036
9037 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
9038
9039         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
9040         instead of `smtp-via-smtp'.
9041
9042 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9043
9044         * wl-draft.el (toplevel): Delete defvar for sasl-*.
9045
9046 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9047
9048         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
9049         instead of `smtp-sasl-user-realm'.
9050
9051 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9052
9053         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
9054
9055 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
9056
9057         * Version number is increased to 2.5.2.
9058
9059 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9060
9061         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9062         does not exist.
9063         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9064         (wl-biff-start): Call `timer-activate' if timer already exists.
9065
9066         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9067         only when it is bound as function.
9068
9069 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9070
9071         * Version number is increased to 2.5.1.
9072
9073 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9074
9075         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9076         Print refile/copy destination.
9077
9078 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9079
9080         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9081         queue-flush-only is non-nil.
9082
9083         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9084
9085         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9086         checking cache folder.
9087
9088 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9089
9090         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9091         `regexp-quote'.
9092
9093 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9094
9095         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9096         function.
9097         * wl-summary.el (wl-summary-write-current-folder-functions):
9098         Change default value.  Use it.
9099
9100 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9101
9102         * Version number is increased to 2.5.0.
9103
9104         * wl-version.el (wl-version): Changed codename.
9105
9106 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9107
9108         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9109         (wl-summary-supersedes-message): Ditto.
9110
9111 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9112
9113         * wl-refile.el (wl-refile-guess-functions): Renamed from
9114         `wl-refile-guess-func-list'.
9115
9116 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9117
9118         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9119         Fixed problem when no rule was matched.
9120
9121 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9122
9123         * wl-summary.el (wl-summary-get-mark): Fixed
9124         `wl-summary-buffer-target-mark' check logic.
9125
9126 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9127
9128         * wl-folder.el (wl-folder-write-current-folder): Added group
9129         folder check.
9130
9131         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9132         `wl-summary-write-current-newsgroup'.
9133         (wl-summary-write-current-folder-functions): New variable.
9134         * wl-folder.el (wl-folder-get-newsgroups): New function.
9135         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9136         (wl-folder-write-current-folder): Renamed from
9137         `wl-folder-write-current-newsgroup'.
9138
9139 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9140
9141         * Version number is increased to 2.3.93.
9142
9143 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9144
9145         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9146         (wl-ldap-make-matched-value-list): Ditto.
9147         (wl-ldap-alias-safe-string): Split e-mail address.
9148
9149         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9150         petname folder default was selected.
9151         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9152         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9153
9154 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9155
9156         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9157         to `wl-draft-config-exec'.
9158
9159         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9160         instead of calling `wl-draft-config-exec';
9161         Process group-list and show recipients in minibuffer.
9162
9163         * tm-wl.el (wl-draft-preview-message): Ditto.
9164
9165 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9166
9167         * wl.el (toplevel): Added (C) to copyright notice, and
9168         sync Author header.
9169         * tm-wl.el (toplevel): Ditto.
9170         * wl-address.el (toplevel): Ditto.
9171         * wl-demo.el (toplevel): Ditto.
9172         * wl-dnd.el (toplevel): Ditto.
9173         * wl-draft.el (toplevel): Ditto.
9174         * wl-e21.el (toplevel): Ditto.
9175         * wl-expire.el (toplevel): Ditto.
9176         * wl-folder.el (toplevel): Ditto.
9177         * wl-highlight.el (toplevel): Ditto.
9178         * wl-message.el (toplevel): Ditto.
9179         * wl-mime.el (toplevel): Ditto.
9180         * wl-mule.el (toplevel): Ditto.
9181         * wl-nemacs.el (toplevel): Ditto.
9182         * wl-refile.el (toplevel): Ditto.
9183         * wl-score.el (toplevel): Ditto.
9184         * wl-summary.el (toplevel): Ditto.
9185         * wl-template.el (toplevel): Ditto.
9186         * wl-thread.el (toplevel): Ditto.
9187         * wl-util.el (toplevel): Ditto.
9188         * wl-vars.el (toplevel): Ditto.
9189         * wl-xmas.el (toplevel): Ditto.
9190
9191 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9192
9193         * wl.el (wl-init): Added comment about `wl-init-hook'.
9194         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9195         * wl-vars.el (wl-init-hook): Added docs.
9196         (wl-make-plugged-hook): Removed useless docs.
9197         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9198         * wl-xmas.el (toplevel): Ditto.
9199
9200 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9201
9202         * wl-address.el (toplevel): Fixed multiple Author header format.
9203         * wl-demo.el (toplevel): Ditto.
9204         * wl-draft.el (toplevel): Ditto.
9205         * wl-folder.el (toplevel): Ditto.
9206         * wl-summary.el (toplevel): Ditto.
9207         * wl-thread.el (toplevel): Ditto.
9208         * wl-util.el (toplevel): Ditto.
9209         * wl-vars.el (toplevel): Ditto.
9210         * wl-version.el (toplevel): Ditto.
9211         * wl-xmas.el (toplevel): Ditto.
9212         * wl.el (toplevel): Ditto.
9213
9214         * wl-version.el (toplevel): Added require `elmo-version' for
9215         `product-version-as-string'.
9216
9217 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9218
9219         * wl-vars.el (wl-draft-send-hook): Changed default value to
9220         '(wl-draft-config-exec).
9221
9222         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9223         explicitly.
9224         (wl-draft): Set `wl-draft-config-exec-flag' before running
9225         `wl-mail-setup-hook'.
9226
9227         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9228         `wl-biff-init-icons' to `wl-init-hook' instead of
9229         `wl-make-plugged-hook'.
9230         (Because if `wl-draft' command is invoked at first,
9231         they are not initialized)
9232         Updated copyright notice.
9233
9234         * wl-e21.el (toplevel): Ditto;
9235
9236         * wl-demo.el (toplevel): Updated copyright notice.
9237         * wl-address.el (toplevel): Ditto.
9238         * wl-draft.el (toplevel): Ditto.
9239         * wl-version.el (toplevel): Ditto.
9240         * wl-folder.el (toplevel): Ditto.
9241         * wl-summary.el (toplevel): Ditto.
9242         * wl-thread.el (toplevel): Ditto.
9243         * wl-util.el (toplevel): Ditto.
9244         * wl-vars.el (toplevel): Ditto.
9245         * wl.el (toplevel): Ditto.
9246
9247 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9248
9249         * wl-highlight.el (wl-highlight-message): Fixed problem of
9250         highlighting failure which occured when the last field contains
9251         multiple lines in the draft buffer.
9252
9253         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9254         `wl-biff-start' if plugged.
9255
9256         * wl-util.el (wl-biff-check-folder): New function.
9257         (wl-biff-check-folders): Don't set session name prefix.
9258         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9259         (wl-biff-check-folder-async): Ditto.
9260
9261         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9262         in email address.
9263
9264 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9265
9266         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9267
9268         * wl-draft.el (wl-draft-strip-subject-re): New function.
9269
9270         * wl-draft.el (wl-draft-reply): Use it.
9271
9272 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9273
9274         * wl-message.el (wl-mmelmo-message-redisplay): Use
9275         `mime-display-message' instead of `wl-mime-display-message'.
9276
9277         * wl-mime.el (toplevel): Removed compatibility workaround
9278         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9279         (wl-mime-display-message): Abolished.
9280         (wl-mime-entity-read-field): Ditto.
9281         (wl-mime-combine-message/partial-pieces): Use
9282         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9283
9284 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9285
9286         * wl-template.el: Doc fixes.
9287
9288 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9289
9290         * wl-e21.el (wl-message-overload-functions): Do nothing if
9291         `current-local-map' is not available.
9292         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9293
9294 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9295
9296         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9297         representation.
9298
9299         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9300         number.
9301         (wl-fldmgr-save-folders): Don't use `format' when insert
9302         `wl-fldmgr-folders-header'.
9303
9304 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9305
9306         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9307
9308 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9309
9310         * wl-highlight.el (wl-highlight-message):
9311         Use `std11-field-end' to detect end point of the header field.
9312         Refer `wl-highlight-max-header-size'.
9313
9314         * wl-vars.el (wl-highlight-max-header-size): New variable.
9315
9316         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9317
9318         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9319         Set `for-draft' argument of wl-highlight-headers.
9320         (wl-draft): Ditto.
9321         (wl-draft-reedit): Ditto.
9322         (wl-user-agent-compose-internal): Ditto.
9323
9324 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9325
9326         * wl-message.el (wl-message-add-button): Use overlay.
9327
9328 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9329
9330         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9331
9332         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9333         problem when group-list content is nothing.
9334         (Reported by Mito <mit@nines.nec.co.jp>)
9335
9336 2000-10-18  SAITO Atsunori <sai@yedo.com>
9337
9338         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9339
9340 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9341
9342         * tm-wl.el (toplevel): Use product-provide.
9343
9344 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9345
9346         * Version number is increased to 2.3.92.
9347
9348 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9349
9350         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9351         title text, use `display' property for left margin under Emacs 21.
9352
9353         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9354         properties.
9355         (wl-plugged-init-icons): Ditto.
9356
9357 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9358
9359         * wl.el (wl-save-status, wl-init): Remove last period in
9360         "...done." message.
9361         * tm-wl.el (wl-summary-burst): Ditto.
9362         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9363         wl-summary-resume-cache-status,
9364         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9365         wl-summary-sync-update3, wl-summary-highlight-msgs,
9366         wl-summary-flush-pending-append-operations,
9367         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9368         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9369         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9370         wl-thread-open-all): Ditto.
9371         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9372         * wl-mime.el (wl-summary-burst): Ditto.
9373         * wl-highlight.el (wl-highlight-summary): Ditto.
9374         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9375         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9376         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9377         * wl-address.el (wl-local-address-init): Ditto.
9378
9379 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9380
9381         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9382         `add-text-properties'.
9383         (wl-plugged-init-icons): Ditto.
9384         (wl-folder-init-icons): Use `propertize' instead of
9385         `put-text-property'.
9386         (wl-plugged-set-folder-icon): Ditto.
9387         (wl-e21-highlight-folder-group-line): Ditto.
9388
9389 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9390
9391         * wl-version.el (wl-version-status-alist): New variable.
9392         (wl-version-status): New function.
9393
9394         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9395         "Cc" part of the case "Reply-To".
9396
9397         * wl-draft.el (wl-draft-reply): Use result of
9398         `eword-extract-address-components'.
9399
9400         * wl-demo.el (wl-demo-icon-name): New constant.
9401         (wl-logo-xpm): Use it.
9402         (wl-logo-xbm): Ditto.
9403         (wl-logo-bitmap): Ditto.
9404
9405         * Version number is increased to 2.3.91.
9406
9407 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9408
9409         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9410         (wl-extended-emacs-version, wl-extended-emacs-version2,
9411         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9412         docstring.
9413
9414         * wl-version.el (wl-generate-user-agent-string-1): New function.
9415         (wl-generate-user-agent-string): Use it.
9416
9417         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9418         `mime-edit-insert-user-agent-field'.
9419         (wl-generate-user-agent-string): Check
9420         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9421
9422         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9423         instead of `if', when verbose case.
9424
9425 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9426
9427         * wl-expire.el (wl-summary-expire): Fix.
9428
9429 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9430
9431         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9432         and `elmo-lost+found-folder' if 'wl-draft.
9433         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9434
9435 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9436
9437         * wl-expire.el (wl-summary-expire): Change messages.
9438         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9439         `deleing-info' instead of "Deleting..."
9440
9441 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9442
9443         * wl-summary.el (wl-summary-refile-subr): Fix.
9444
9445 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9446
9447         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9448         if pipe folder.
9449
9450 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9451
9452         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9453
9454 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9455
9456         * wl-expire.el (wl-expire-hide): New function.
9457         (wl-summary-expire): Add `hide'.
9458
9459 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9460
9461         * wl-vars.el (wl-draft-reply-without-argument-list):
9462         Changed default value to consider `Reply-To:'.
9463         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9464
9465         * Version number is increased to 2.3.90.
9466
9467         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9468         elmo-imap4-get-session with unwind-protect.
9469         Don't cause error.
9470         (wl-summary-sync-marks): Don't check plugged nor folder type.
9471         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9472         (Always keep current buffer).
9473
9474 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9475
9476         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9477         Enclose with `save-excursion'.
9478
9479 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9480
9481         * wl-version.el (wl-version): Remove interactive.
9482
9483 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9484
9485         * wl-version.el (wl-generate-user-agent-string): Use
9486         `product-string-verbose' instead of `product-string-1'.
9487
9488 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9489
9490         * wl-vars.el (wl-draft-use-cache): New variable.
9491         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9492         if wl-draft-use-cache is non-nil.
9493
9494 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9495
9496         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9497         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9498
9499 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9500
9501         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9502         (wl-thread-msg-mark-as-unread): Ditto.
9503
9504         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9505         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9506         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9507         Don't set mark in summary if return value of `elmo-mark-as-read'
9508         is nil.
9509         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9510         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9511         instead of `wl-thread-msg-mark-as-read'.
9512         (wl-summary-mark-as-unread-region): Ditto.
9513         (wl-summary-target-mark-mark-as-read): Ditto.
9514
9515         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9516
9517 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9518
9519         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9520
9521         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9522
9523 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9524
9525         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9526         face.
9527
9528 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9529
9530         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9531         `running-xemacs'.
9532
9533 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9534
9535         * wl-version.el (toplevel): Use `product-version-as-string' for
9536         set verstion-string, if defined.
9537
9538         * wl-version.el (wl-version-show): Insert string at point, when
9539         call with argument.
9540
9541         * wl-version.el (wl-generate-user-agent-string): Use
9542         `product-string-1' instead of `wl-appname', `wl-version' and
9543         `wl-codename'.
9544
9545 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9546
9547         * wl-address.el (toplevel): Use product-provide.
9548         * wl-demo.el (toplevel): Ditto.
9549         * wl-dnd.el (toplevel): Ditto.
9550         * wl-draft.el (toplevel): Ditto.
9551         * wl-e21.el (toplevel): Ditto.
9552         * wl-expire.el (toplevel): Ditto.
9553         * wl-fldmgr.el (toplevel): Ditto.
9554         * wl-folder.el (toplevel): Ditto.
9555         * wl-highlight.el (toplevel): Ditto.
9556         * wl-message.el (toplevel): Ditto.
9557         * wl-mime.el (toplevel): Ditto.
9558         * wl-mule.el (toplevel): Ditto.
9559         * wl-nemacs.el (toplevel): Ditto.
9560         * wl-refile.el (toplevel): Ditto.
9561         * wl-score.el (toplevel): Ditto.
9562         * wl-summary.el (toplevel): Ditto.
9563         * wl-template.el (toplevel): Ditto.
9564         * wl-thread.el (toplevel): Ditto.
9565         * wl-util.el (toplevel): Ditto.
9566         * wl-vars.el (toplevel): Ditto.
9567         * wl-xmas.el (toplevel): Ditto.
9568         * wl.el (toplevel): Ditto.
9569
9570 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9571
9572         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9573         instead of product.
9574
9575         * wl-version.el (wl-version): Compile time evalution elmo-version.
9576
9577 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9578
9579         * wl-summary.el (wl-summary-sync-force-update): Append queue
9580         `mark-as-read'if unplugged.
9581
9582 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9583
9584         * wl-version.el: New file.  Use product.el.
9585         * wl.el: add (require 'wl-version).
9586         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9587         for ~/.folders header.
9588         (wl-fldmgr-folders-header): Changed.
9589         * wl-demo.el (wl-demo): Use product.el.
9590
9591         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9592         wl-version.el.
9593         * wl-util.el (wl-version, wl-version-show): Ditto.
9594
9595         * wl-util.el (wl-generate-user-agent-string,
9596         wl-extended-emacs-version, wl-extended-emacs-version2,
9597         wl-extended-emacs-version3): Move to wl-version.el.
9598         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9599         xemacs-codename, mime-edit-insert-user-agent-field,
9600         mime-edit-user-agent-value, mime-editor/version,
9601         mime-editor/codename): Compile warning killer move to
9602         wl-version.el
9603
9604 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9605
9606         * wl-summary.el (wl-summary-refile-subr): Fix.
9607
9608 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9609
9610         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9611         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9612
9613 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9614
9615         * wl.el (wl-check-environment): Check too many `@'.
9616
9617 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9618
9619         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9620
9621 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9622
9623         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9624         wl-draft-reply-myself-without-argument-list): Add variables.
9625         * wl-draft.el (wl-draft-reply): Use it.
9626
9627 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9628
9629         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9630         the 5th argument of `elmo-network-get-spec'.
9631
9632         * wl-thread.el (wl-thread-reparent-children): New inline function.
9633         (wl-thread-delete-message): Use it.
9634
9635         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9636         (wl-summary-score-update-all-lines): Don't use `dolist'.
9637
9638 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9639
9640         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9641         (require 'elmo-msgdb) for inline function.
9642
9643 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9644
9645         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9646
9647 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9648
9649         * wl-score.el (wl-score-headers): Fix for the confusing macro
9650         `elmo-kill-buffer'.
9651
9652 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9653
9654         * wl-summary.el: Don't use the 3rd argument of `require' because
9655         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9656         * wl-util.el: Ditto.
9657         * wl-draft.el: Ditto.
9658
9659 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9660
9661         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9662         window system is not used.
9663
9664 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9665
9666         * wl-thread.el: Don't use `mapcar' only for iteration.
9667         (wl-thread-resume-entity): Ditto.
9668         (wl-thread-delete-message): Ditto.
9669
9670         * wl-summary.el: Bind `dragdrop-drop-functions',
9671         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9672         of `require' for `timezone', `easymenu' and `ps-print';
9673         don't use `mapcar' only for iteration.
9674
9675         * wl-util.el: Bind `mule-version', `nemacs-version',
9676         `emacs-beta-version', `xemacs-codename',
9677         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9678         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9679         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9680         only for iteration.
9681
9682         * wl-score.el: Don't use `mapcar' only for iteration.
9683         (wl-score-simplify-buffer-fuzzy): Ditto.
9684         (wl-score-simplify-subject): Ditto.
9685         (wl-score-headers): Ditto.
9686         (wl-summary-score-update-all-lines): Ditto.
9687
9688         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9689         `enable-multibyte-characters' and `mule-version'.
9690
9691         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9692         `mapcar' only for iteration.
9693
9694         * wl-demo.el: Don't use `mapcar' only for iteration.
9695
9696         * wl-folder.el: Don't use `mapcar' only for iteration.
9697         (wl-folder-open-all): Ditto.
9698         (wl-folder-count-incorporates): Ditto.
9699
9700         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9701         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9702
9703         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9704         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9705         `smtp-connection-type'; specify 3rd argument of `require' for
9706         `timezone'; don't use `mapcar' only for iteration.
9707         (wl-draft-clone-local-variables): Don't use `mapcar'.
9708         (wl-draft-generate-clone-buffer): Ditto.
9709         (wl-user-agent-compose-internal): Ditto.
9710
9711         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9712
9713         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9714         (wl-save-status): Ditto.
9715
9716         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9717         for iteration.
9718
9719 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9720
9721         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9722         removed `Date'.
9723         (wl-fldmgr-make-filter-default): New user option.
9724
9725         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9726         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9727         (wl-fldmgr-filter-completion-alist): Abolish.
9728
9729         * wl.el (wl): Don't check servers if arg is non-nil.
9730
9731         * wl-draft.el (wl-draft-reply): Set only message-id string to
9732         In-Reply-To field.
9733
9734 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9735
9736         * wl-summary.el (wl-summary-pick): Rewrite.
9737
9738         * wl-draft.el (wl-draft-forward): Get references field from
9739         original buffer.
9740         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9741
9742 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9743
9744         * wl-draft.el (wl-draft-forward): Add references field.
9745
9746 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9747
9748         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9749         (wl-draft-reply): Use it.
9750
9751 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9752
9753         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9754         when Emacs 21 is running.
9755
9756         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9757         bindings.
9758
9759 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9760
9761         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9762         XPM icons transparent.
9763
9764         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9765         Emacs 21.
9766
9767 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9768
9769         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9770         nil.
9771
9772         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9773         when it is persistent.
9774         (wl-summary-sync-marks): Changed argument for
9775         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9776         (wl-summary-virtual): Use `elmo-read-search-condition'.
9777         (wl-summary-redisplay-internal): If folder is local, mark as read
9778         even when folder is plugged.
9779
9780 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9781
9782         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9783         of `tool-bar-lines' in the frame parameters.
9784         (after-make-frame-functions, post-command-hook): Don't modify the
9785         value.
9786         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9787         wl-e21-tool-bar-lines): Removed.
9788
9789 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9790
9791         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9792         properties `evaporate' and `wl-momentary-overlay' as well.
9793         (wl-highlight-summary-displaying): Ditto.
9794         (wl-delete-all-overlays): Don't delete overlay which does not have
9795         a property `wl-momentary-overlay'.
9796
9797         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9798         `display-mouse-p' and `display-graphic-p'.
9799         (wl-folder-init-icons): Don't search for XBM or the other files.
9800         (wl-plugged-set-folder-icon): Make icons if and only if
9801         `display-graphic-p' returns non-nil.
9802         (wl-highlight-plugged-current-line): Use `before-string' overlay
9803         property to show icon images.
9804         (wl-highlight-folder-current-line): Ditto.
9805         (wl-e21-highlight-folder-group-line): Ditto.
9806         (wl-e21-highlight-folder-by-numbers): Ditto.
9807         (wl-e21-insert-image): Removed.
9808         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9809         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9810         said.
9811         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9812         `wl-e21-force-switch-toolbar'.
9813         (wl-e21-make-icon-image): Removed.
9814         (wl-e21-setup-toolbar): Don't search for XBM files.
9815         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9816         the default value.
9817
9818 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9819
9820         * wl-util.el (wl-biff-check-folder-async): Set
9821         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9822
9823 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9824
9825         * wl-e21.el (after-make-frame-functions): Add
9826         `wl-e21-force-switch-toolbar'.
9827         (wl-e21-force-switch-toolbar): New function force to switch the
9828         toolbar appearance automatically.
9829         (post-command-hook): Add `wl-e21-switch-toolbar'.
9830         (wl-e21-switch-toolbar): New function to switch the toolbar
9831         appearance automatically.
9832         (wl-e21-tool-bar-lines): New buffer local variable.
9833
9834 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9835
9836         * wl-util.el (wl-biff-check-folders-running): New variable.
9837         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9838         (wl-biff-check-folder-async-callback):
9839         Set `wl-biff-check-folders-running'.
9840         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9841         with unwind-protect.
9842
9843         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9844         Enclose `wl-folder-auto-check' with unwind-protect.
9845
9846         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9847         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9848
9849         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9850
9851         * wl-util.el (wl-biff-notify): New inline function.
9852         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9853         locally.
9854         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9855         folder-list' is 1.
9856         Use `wl-biff-notify'.
9857         (wl-biff-check-folder-async-callback): New function.
9858         (wl-biff-check-folder-async): Ditto.
9859
9860         * wl-folder.el (wl-folder): Don't check folders.
9861         (wl-folder-auto-check): New function.
9862
9863 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9864
9865         * wl-util.el (wl-biff-start) [Emacs19+]:
9866         Use `timer-next-integral-multiple-of-time'.
9867         (wl-biff-check-folders): Use `wl-default-folder'
9868         if `wl-biff-check-folder-list' is nil.
9869
9870 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9871
9872         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9873         instead of `elmo-delete-lists'.
9874
9875 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9876
9877         * wl.el (wl-plugged-toggle-all): Set the value of
9878         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9879         (wl-plugged-toggle): Ditto.
9880         (wl-toggle-plugged): Ditto.
9881         (wl-plugged-init): Ditto.
9882
9883         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9884         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9885         instead of `wl-biff-state-indicator-off' and
9886         `wl-biff-state-indicator-on'; don't modify the value and the type
9887         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9888         (wl-plugged-init-icons): Set icons data to
9889         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9890         instead of `wl-plug-state-indicator-off' and
9891         `wl-plug-state-indicator-on'; don't modify the value and the type
9892         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9893
9894         * wl-vars.el (wl-modeline-biff-state-off,
9895         wl-modeline-biff-state-on, wl-modeline-biff-status,
9896         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9897         wl-modeline-plug-status): New internal variables.
9898         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9899         wl-biff-check-interval, wl-biff-check-folder-list): Change
9900         customization group from `wl-folder' to `wl-highlight'.
9901         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9902         wl-show-plug-status-on-modeline): Defcustomized.
9903
9904         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9905         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9906         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9907         a flag to `mode-line-buffer-identification'.
9908
9909         * wl-e21.el (wl-biff-init-icons): Set icons data to
9910         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9911         instead of `wl-biff-state-indicator-off' and
9912         `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'.
9917
9918 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9919
9920         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9921         excessive titles.
9922
9923 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9924
9925         * wl.el (wl-plugged-mode): Use revised
9926         `wl-mode-line-buffer-identification'.
9927         (wl-plugged-init): Don't use `force-mode-line-update'.
9928
9929         * wl-xmas.el (wl-draft-overload-functions): Use revised
9930         `wl-mode-line-buffer-identification'.
9931         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9932         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9933         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9934         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9935         `wl-make-plugged-hook';
9936         add `wl-folder-init-icons' and `wl-setup-folder' to
9937         `wl-folder-mode-hook'.
9938
9939         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9940         19 as well.
9941         (wl-mode-line-display-priority-list): New user option.
9942         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9943         Defcustomized.
9944         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9945         Add docs.
9946
9947         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9948         start.
9949         (wl-mode-line-buffer-identification): Revised as a function.
9950
9951         * wl-summary.el (wl-summary-mode): Use revised
9952         `wl-mode-line-buffer-identification'; don't call
9953         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9954         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9955         `wl-xmas-setup-summary'.
9956
9957         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9958         `wl-mode-line-buffer-identification'.
9959
9960         * wl-mule.el (wl-draft-overload-functions): Use revised
9961         `wl-mode-line-buffer-identification'.
9962
9963         * wl-folder.el (wl-make-plugged-alist): Don't call
9964         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9965         (wl-folder): Don't call `wl-folder-init-icons' directly.
9966         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9967         `wl-xmas-setup-folder' directly;
9968         use revised `wl-mode-line-buffer-identification'.
9969         (TopLevel): Don't bind `wl-biff-init-icons',
9970         `wl-plugged-init-icons', `wl-folder-init-icons',
9971         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9972
9973         * wl-e21.el (wl-draft-overload-functions): Use revised
9974         `wl-mode-line-buffer-identification'.
9975         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9976         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9977         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9978         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9979         `wl-make-plugged-hook';
9980         add `wl-folder-init-icons' and `wl-setup-folder' to
9981         `wl-folder-mode-hook'.
9982
9983 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9984             Katsumi Yamaoka    <yamaoka@jpl.org>
9985
9986         * wl.el (wl): Call `wl-biff-start'.
9987         (wl-exit): Call `wl-biff-stop'.
9988         (wl-plugged-mode): Show biff in modeline.
9989         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9990
9991         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9992         (wl-biff-init-icons): New function.
9993         (wl-plugged-init-icons): Don't make too much keymaps.
9994         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9995
9996         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9997         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9998         variables.
9999         (wl-biff-check-interval, wl-biff-check-folder-list): New user
10000         options.
10001
10002         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
10003         wl-biff-start, wl-biff-stop): New functions.
10004         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
10005         (wl-biff-timer-name): New variable.
10006
10007         * wl-summary.el (wl-summary-mode): Show biff in modeline.
10008
10009         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
10010         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10011
10012         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
10013         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
10014
10015         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
10016         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
10017         `wl-folder-init-icons' to `ignore' if they are not available.
10018         (wl-folder-mode): Show biff in modeline.
10019
10020         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
10021         (wl-biff-init-icons): New function.
10022         (wl-plugged-init-icons): Don't make too much keymaps.
10023         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
10024
10025 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
10026
10027         * wl-vars.el (wl-strict-diff-folders): Customization Type
10028         and doc fix.  Define as a list of regular expressions for
10029         folders or nil.
10030         * wl-folder.el (wl-folder-check-one-entity): Use
10031         `wl-string-match-member' instead of `wl-string-member' for
10032         `wl-strict-diff-folders'.
10033
10034 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
10035
10036         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
10037         (wl-highlight-folder-current-line): Use it; new implementation.
10038         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
10039         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
10040         `defsubst' instead of `defun'.
10041
10042         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
10043         `wl-highlight-group-folder-by-numbers'; made it can also be a
10044         number.  See info for more details.
10045
10046         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
10047         running.
10048
10049         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
10050         to bind them.
10051
10052         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
10053         (wl-highlight-folder-current-line): New implementation.
10054
10055         * wl-highlight.el (wl-highlight-folder-group-line): New
10056         implementation.
10057         (wl-delete-all-overlays): Rewrite as a marco.
10058         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10059
10060         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10061         running.
10062         (wl-folder-*-glyph): No need to bind them.
10063
10064         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10065         `wl-e21-highlight-folder-group-icon'; rewrite.
10066         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10067         `defsubst' instead of `defun'.
10068         (wl-folder-mode-map): Bind it when compiling.
10069
10070 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10071
10072         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10073
10074         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10075
10076 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10077
10078         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10079
10080 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10081
10082         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10083         (wl-highlight-folder-current-line): Use it.
10084
10085         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10086         in `id-name'.
10087
10088 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10089
10090         * wl.el: Require `wl-e21' when Emacs 21 is running.
10091
10092         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10093         default when Emacs 21 is running.
10094         (wl-use-highlight-mouse-line): Ditto.
10095         (wl-on-emacs21): New constant.
10096         (wl-on-emacs20): Removed.
10097
10098         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10099         Emacs 21 is running.
10100
10101         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10102         Emacs 21 is running.
10103
10104         * wl-e21.el: New file.
10105
10106 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10107
10108         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10109         (wl-toggle-plugged): Ditto.
10110         (wl-plugged-toggle): Ditto.
10111         (wl-plugged-toggle-all): Ditto.
10112
10113         * wl-vars.el (wl-plug-state-indicator): Refer
10114         `wl-plug-state-indicator-on' indirectly.
10115
10116 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10117
10118         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10119         Call `wl-folder-confirm-existence'.
10120
10121         * wl-folder.el (wl-folder-confirm-existence): Added optional
10122         argument `force'.
10123
10124 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10125
10126         * wl-summary.el (wl-summary-refile-subr): Assume
10127         `copy-or-refile' as symbol.
10128         (wl-summary-refile): Follow up above change.
10129         (wl-summary-copy): Ditto.  Doc fix.
10130
10131 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10132
10133         * wl-summary.el (wl-summary-pick): Don't bind
10134         `elmo-search-mime-charset'.
10135
10136         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10137         default using old backquote style.
10138         (wl-search-mime-charset): Abolished.
10139
10140         * wl-highlight.el (wl-highlight-headers):
10141         Call `point' after `re-search-forward'(for Nemacs).
10142
10143         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10144         for elmo-imap4.el.
10145
10146 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10147
10148         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10149         `wl-message-ignored-field-list' instead of
10150         `mime-view-ignored-field-list'.
10151
10152         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10153         Add interactive spec.
10154         (wl-folder-goto-bottom-of-current-folder): Ditto.
10155         (wl-folder-mode-map): Bind them.
10156
10157         * wl-vars.el (wl-message-ignored-field-list): New variable.
10158         (wl-message-visible-field-list): New variable.
10159
10160         * wl-mime.el (wl-mime-header-presentation-method): New function.
10161         (wl-mime-setup): Set header-presentation-method.
10162
10163 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10164
10165         * wl-nemacs.el (wl-draft-overload-functions): Set
10166         `mode-line-buffer-identification' instead of using
10167         `wl-make-modeline'.
10168
10169         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10170         instead of using `wl-make-modeline'.
10171
10172         * wl-xmas.el (wl-plugged-init-icons): Set up
10173         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10174         (wl-make-modeline): Abolish.
10175         (wl-draft-overload-functions): Set
10176         `mode-line-buffer-identification' instead of using
10177         `wl-make-modeline'.
10178
10179         * wl-util.el (wl-make-modeline-subr): Abolish.
10180         (wl-mode-line-buffer-identification): New alias.
10181
10182         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10183         (wl-summary-make-modeline): Abolish.
10184         (wl-summary-buffer-set-folder): Set
10185         `wl-summary-buffer-folder-indicator'.
10186         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10187         of using `wl-make-modeline'.
10188         (wl-summary-switch-to-clone-buffer): Don't set
10189         `mode-line-buffer-identification'.
10190         (wl-summary-goto-folder-subr): Ditto.
10191
10192         * wl-mule.el (wl-draft-overload-functions): Set
10193         `mode-line-buffer-identification' instead of using
10194         `wl-make-modeline'.
10195
10196         * wl-folder.el (wl-folder-mode): Set
10197         `mode-line-buffer-identification' instead of using
10198         `wl-make-modeline'.
10199         (wl-folder): Don't set `mode-line-buffer-identification'.
10200
10201 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10202
10203         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10204         instead of `member' for `wl-refile-guess-func-list' look-ups.
10205         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10206
10207 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10208
10209         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10210         `wl-message-button-dispatcher'.
10211
10212         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10213
10214         * wl-message.el (wl-message-button-dispatcher): Use it.
10215
10216         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10217         "In-Reply-To".
10218
10219         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10220         Bind `case-fold-search' to t.
10221
10222 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10223
10224         * wl-xmas.el (wl-message-overload-functions): Initialize
10225         `wl-message-button-map'.
10226
10227         * wl-mule.el (wl-message-overload-functions): Initialize
10228         `wl-message-button-map'.
10229
10230         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10231
10232         * wl-message.el (wl-message-button-map): New keymap.
10233         (wl-message-add-button): New function.
10234         (wl-message-button-dispatcher): New function.
10235         (wl-message-button-refer-article): New function.
10236
10237         * wl-highlight.el
10238         (wl-highlight-message-add-buttons-to-header): New function.
10239         (wl-highlight-headers): Use it.
10240
10241 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10242
10243         * wl-summary.el (wl-summary-default-from): Use
10244         `wl-address-get-petname-1'.
10245         (wl-summary-simple-from): Ditto.
10246
10247         * wl-address.el (wl-address-get-petname-1): New inline function.
10248         (wl-address-get-petname): Use it.
10249
10250 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10251
10252         * wl-summary.el (wl-summary-default-from): Return full-name part
10253         from the address if no petname was found.
10254         (wl-summary-simple-from): Ditto.
10255
10256         * wl-address.el (wl-address-get-petname): Return nil if no petname
10257         associated with the address was found.
10258
10259 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10260
10261         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10262         display is finished.
10263
10264 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10265
10266         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10267         `elmo-folder-exists-p' argument.
10268
10269 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10270
10271         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10272         the folder.
10273
10274 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10275
10276         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10277
10278         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10279         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10280
10281 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10282
10283         * wl-folder.el (wl-folder-create-subr): New function.
10284         (wl-folder-confirm-existence): Use it.
10285         (wl-folder-check-one-entity): Use it.
10286         Check the error symbol is derived from 'elmo-open-error.
10287
10288         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10289         `ignore-error'.
10290
10291 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10292
10293         * wl-util.el (toplevel): Add (eval-when-compile (require
10294         'elmo-util)).  (Maybe `provide' is typo.)
10295
10296 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10297
10298         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10299         (I don't know why this was needed.)
10300
10301         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10302         Follow up changes for stream-type.
10303
10304         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10305         (wl-draft-elmo-nntp-send): Ditto.
10306
10307         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10308         (wl-nntp-posting-stream-type): Ditto.
10309         (wl-pop-before-smtp-ssl): Abolished.
10310         (wl-nntp-posting-ssl): Ditto.
10311
10312         * wl-address.el (wl-address-quote-specials): New function.
10313         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10314
10315         * wl-draft.el (wl-draft-reply): Ditto.
10316
10317 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10318
10319         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10320         use function `wl-string-match-assoc'.
10321
10322 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10323
10324         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10325
10326         * wl-draft.el (wl-draft-deduce-address-list): New function.
10327         (wl-draft-parse-mailbox-list): Ditto.
10328         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10329         instead of `smtp-deduce-address-list'.
10330         (wl-draft-on-field-p): Follow group list.
10331
10332         * wl-address.el (wl-address-concat-token): New function.
10333         (wl-address-string-without-group-list-contents): Ditto.
10334         (wl-complete-field-body): Fixed problem of completion
10335         by japanese petname.
10336         (wl-address-make-completion-list): Rewrite.
10337
10338 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10339
10340         * wl-address.el (wl-address-make-completion-list): Completion by
10341         petname.
10342         (wl-complete-field-body): Likewise.
10343
10344 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10345
10346         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10347         contains invalid address syntax.
10348
10349 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10350
10351         * wl-folder.el (wl-folder-check-entity-async): Use
10352         `elmo-nntp-spec-hostname'.
10353
10354 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10355
10356         * wl-summary.el (wl-summary-msgdb-load-async): Use
10357         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10358
10359 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10360
10361         * wl-draft.el (wl-draft-reply): Set argument
10362         `content-transfer-encoding' as nil.
10363
10364 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10365
10366         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10367         `wl-refile-alist'.
10368
10369 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10370
10371         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10372         (wl-draft-edit-string): Ditto.
10373         (wl-draft-forward): Ditto.
10374         * wl-summary.el (wl-summary-write): Ditto.
10375
10376 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10377
10378         * wl-summary.el (wl-summary-sync-update3): Call
10379         `wl-summary-buffer-number-column-detect'.
10380         (wl-summary-buffer-number-column-detect): Search from point-min.
10381
10382 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10383
10384         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10385         contains an address which is not included in original to or cc.
10386
10387 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10388
10389         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10390         begin-line does not exist.
10391         * wl-message.el (wl-message-uu-substring): Ditto.
10392
10393 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10394
10395         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10396         clear local variables.
10397         (wl-summary-exit): Call `elmo-commit'.
10398         (wl-summary-switch-to-clone-buffer): Call
10399         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10400         (wl-summary-goto-folder-subr): Ditto.
10401
10402         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10403         POP folder.
10404
10405 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10406
10407         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10408         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10409         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10410         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10411         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10412         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10413
10414         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10415
10416 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10417
10418         * wl-summary.el (wl-summary-search-by-subject):
10419         Search parent message from the latest one.
10420
10421 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10422
10423         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10424         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10425
10426         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10427         New user option.
10428
10429         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10430         if elmo-nntp-use-killed-list is nil.
10431         Use `elmo-msgdb-append-to-killed-list'.
10432         (Append numbers confirmed as disappeared to the killed list.)
10433         (wl-summary-confirm-appends): Don't display negative number.
10434
10435 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10436
10437         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10438
10439 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10440
10441         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10442         range is `all'.
10443         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10444         `elmo-list-bigger-diff'.
10445
10446 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10447
10448         * wl-summary.el (wl-summary-buffer-exit-func):
10449         New buffer local variable.
10450         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10451
10452 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10453
10454         * wl-demo.el (wl-demo): Fix the last change.
10455
10456 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10457
10458         * wl-demo.el (wl-demo): Don't use `eval'.
10459
10460 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10461
10462         * wl-summary.el (wl-summary-buffer-thread-modified):
10463         New buffer-local variable.
10464         (wl-summary-set-thread-modified): New function.
10465         (wl-summary-thread-modified-p): New function.
10466         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10467         (wl-summary-yank-saved-message): Use function
10468         `wl-summary-set-thread-modified'
10469         (wl-summary-switch-to-clone-buffer): Add
10470         `wl-summary-buffer-thread-modified'.
10471
10472         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10473         (wl-summary-buffer-mark-saved-hook): Ditto.
10474         * wl-summary.el (wl-summary-msgdb-save): New hook
10475         `wl-summary-buffer-message-saved-hook' and
10476         `wl-summary-buffer-mark-saved-hook'.
10477
10478 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10479
10480         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10481
10482 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10483
10484         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10485         don't hide scroll bars under FSF Emacsen because it may incur an
10486         undesirable redrawing.
10487
10488 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10489
10490         * wl-draft.el (wl-draft-edit-string): Call
10491         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10492
10493 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10494
10495         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10496
10497 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10498
10499         * wl-summary.el (wl-summary-msgdb-load-async): Call
10500         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10501
10502 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10503
10504         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10505         fringes in demo buffer; center bitmap logo correctly even if old
10506         Mule is used.
10507
10508 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10509
10510         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10511
10512         * wl-refile.el (wl-refile-subject-alist): New variable.
10513         (wl-refile-subject-alist-file-name): Ditto.
10514         (wl-refile-alist-setup): Rewrite.
10515         (wl-refile-alist-save): Use `elmo-object-save'.
10516         Eliminated arguments.
10517         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10518         (wl-refile-guess-by-subject): New function.
10519         (wl-refile-guess-func-list): Added it.
10520
10521 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10522
10523         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10524         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10525
10526 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10527
10528         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10529         New buffer-local variable.
10530         (wl-summary-buffer-next-folder-func): Ditto.
10531         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10532         if non-nil.
10533         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10534         if non-nil.
10535         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10536         if non-nil.
10537         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10538         if non-nil.
10539
10540 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10541
10542         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10543         permanently in the demo buffer.
10544
10545 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10546
10547         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10548         `mime-entity-fetch-field'.
10549
10550         * wl.el (wl-exit): Delete plugged buffer.
10551
10552         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10553         XEmacs has menubar feature.
10554
10555 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10556
10557         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10558         cannot arrive at the beginning of the buffer under old Emacsen.
10559
10560 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10561
10562         * wl-address.el (wl-address-ldap-search):
10563         Call `ldap-search-entries' with `withdn' argument t.
10564         (wl-complete-field-body): Bind completion-ignore-case as t.
10565         Clear ldap search hash when it was sole completion.
10566         Use elmo-string for pattern string.
10567         (wl-ldap-alias-safe-string): Eliminated needless let.
10568
10569 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10570
10571         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10572         (wl-ldap-alias-sep): New constant.
10573         (wl-ldap-search-attribute-type-list): Ditto.
10574         (wl-ldap-get-value): New function.
10575         (wl-ldap-make-filter): Ditto.
10576         (wl-ldap-make-matched-value-list): Ditto.
10577         (wl-ldap-alias-safe-string): Ditto.
10578         (wl-ldap-register-dn-string): Ditto.
10579         (wl-address-ldap-search): Rewrite.
10580
10581 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10582
10583         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10584         thread is deleted.
10585         (wl-thread-delete-line-from-buffer): Ditto.
10586         (wl-thread-get-exist-children): New function.
10587
10588 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10589
10590         * wl-demo.el (wl-demo): Made it to select various image types.
10591         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10592         from `wl-title-logo'.
10593         (wl-logo-ascii): New variable.
10594         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10595         (wl-demo-copyright-notice): New constant.
10596
10597         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10598
10599 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10600
10601         * wl-vars.el (wl-summary-target-above): Renamed from
10602         wl-summary-temp-above.
10603         * wl-score.el (wl-score-get-score-alist): Use it.
10604         (wl-summary-score-update-all-lines): Use it.
10605         * wl-summary.el: Ditto. (make-variable-buffer-local).
10606
10607 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10608
10609         * wl-vars.el (wl-ldap-port): New user option.
10610
10611         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10612         Rewite whole implementation.
10613         (wl-complete-field-body): Fixed.
10614
10615 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10616
10617         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10618         Choose implementation at compile time.
10619
10620 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10621
10622         * wl-address.el (wl-ldap-search-internal): New function.
10623         (wl-complete-field-to): Use it.
10624
10625 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10626
10627         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10628         Use `let' instead of `let*'.
10629         Require 'wl-vars.
10630
10631         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10632         Define as defcustom.
10633         (wl-ldap-base): Ditto.
10634         (wl-use-ldap): Ditto.
10635
10636 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10637
10638         * wl-address.el (wl-ldap-search): New function.
10639         (wl-complete-field-body): Use `wl-ldap-search'.
10640         (wl-ldap-server): New variable.
10641         (wl-ldap-base): Ditto.
10642         (wl-use-ldap): Ditto.
10643
10644 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10645
10646         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10647         (Pointed out by Mito <mit@nines.nec.co.jp>).
10648         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10649         buffer-local variables like `wl-summary-redisplay-internal'.
10650         (wl-summary-redisplay-all-header): Likewise.  Update
10651         Summary view too.
10652
10653 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10654
10655         * wl-summary.el (wl-summary-jump-to-parent-message):
10656         Consider prefix argument.
10657
10658         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10659         when closed thread is deleted.
10660
10661 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10662
10663         * wl-summary.el (wl-summary-jump-to-parent-message):
10664         Consider thread modification.
10665
10666 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10667
10668         * wl-message.el (wl-message-normal-get-original-buffer): Use
10669         `save-excursion'.
10670
10671         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10672         (wl-summary-showto-folder-regexp): Ditto.
10673
10674 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10675
10676         * wl-util.el (wl-delete-alist): Doc fix.
10677         (wl-delete-associations): New function.
10678         (wl-inverse-alist): New function.
10679         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10680         Split temporary variables. Use `wl-delete-associations'
10681         and `wl-inverse-alist'.
10682         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10683
10684 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10685
10686         * wl-folder.el (wl-folder-prefetch-entity):
10687         Execute prefetching if new count is unknown.
10688
10689 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10690
10691         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10692
10693         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10694         delete entity.
10695         (wl-thread-set-parent): If insert as top, set linked as nil.
10696
10697         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10698         `wl-thread-cleanup-symbols' when view mode is thread.
10699
10700 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10701
10702         * wl-folder.el (wl-folder-create-folder-entity): Use
10703         with-current-buffer.
10704         (wl-local-folder-init): Call set-buffer to make sure we are in
10705         the Folder buffer. Don't touch buffer-local variables here.
10706         (wl-folder-mode): Initialize buffer-local variables here.
10707
10708         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10709         (wl-folder-entity-assign-id): Ditto.
10710         (wl-folder-create-entity-hashtb): Ditto.
10711         (wl-local-folder-init): Ditto.
10712         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10713
10714 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10715
10716         * wl-summary.el (wl-summary-default-from): Fix probrem when
10717         std11-extract-address-components return (nil "foo@bar").
10718
10719 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10720
10721         * wl-draft.el (wl-draft-clone-local-variables):
10722         Remove redundant `setq'.
10723
10724 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10725
10726         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10727         Bind wl-highlight-x-face-func as nil while highlighting header.
10728
10729 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10730
10731         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10732
10733 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10734
10735         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10736         elmo-msgdb-overview-hashtb from copy-variables.
10737         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10738         instead of `elmo-msgdb-overview-get-entity-by-number'.
10739         (wl-summary-auto-refile): Ditto.
10740
10741         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10742         `elmo-msgdb-overview-get-entity' instead of
10743         `elmo-msgdb-search-overview-entity'.  Use
10744         `elmo-msgdb-overview-get-entity' instead of
10745         `elmo-msgdb-overview-get-entity-by-number'.
10746         (wl-thread-insert-entity-sub): Ditto.
10747         (wl-thread-insert-message): Ditto.
10748
10749         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10750         `elmo-msgdb-overview-get-entity'.
10751         (wl-normal-message-redisplay): Ditto.
10752
10753 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10754
10755         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10756         `wl-thread-entities'.
10757         (wl-thread-delete-message): Fix remove top message from
10758         `wl-thread-entity-list'.
10759
10760         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10761         wl-append(nconc), because update-list is broken on Meadow.
10762
10763         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10764         updating process.
10765         (wl-summary-rescan): Ditto.
10766         (wl-summary-sync-update3): Ditto.
10767         * wl-thread.el (wl-thread-set-parent): Renamed from
10768         `wl-summary-set-parent'.
10769         (wl-thread-insert-message): Updating buffer faster.
10770         (wl-thread-delete-message): Updating buffer faster.
10771
10772         * wl-score.el (wl-summary-score-update-all-lines): Changed
10773         interval for display progress gauge.
10774
10775 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10776
10777         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10778         folder always-sticky.
10779         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10780         defmacro.
10781
10782 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10783
10784         * wl-vars.el (wl-draft-add-references): New user option.
10785
10786         * wl-draft.el (wl-draft-add-references): New function.
10787         (wl-draft-yank-from-mail-reply-buffer): Use it.
10788         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10789         as nil.
10790
10791 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10792
10793         * wl-thread.el (wl-thread-update-line-msgs): Called
10794         `wl-thread-update-line-on-buffer-sub'.
10795         (wl-thread-update-line-on-buffer): Delete routine of inserting
10796         thread.
10797         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10798         moved from `wl-thread-update-line-on-buffer'.
10799         Add threshold for displaying progress gauge.
10800         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10801         argument of `wl-thread-update-line-msgs'.
10802         Add threshold for displaying progress gauge.
10803         * wl-folder.el:
10804         Add threshold for displaying progress gauge.
10805         * wl-score.el: Ditto.
10806
10807         * wl-expire.el (wl-summary-expire): Display deleting info.
10808
10809 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10810
10811         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10812         `no-msg'.
10813         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10814         argument of `wl-thread-update-line-msgs'.
10815         (wl-summary-set-parent): Added optional argument `parent-number'.
10816         (wl-summary-buffer-saved-message): New buffer local variable.
10817         (wl-summary-save-current-message): New command.
10818         (wl-summary-yank-saved-message): Ditto.
10819         (wl-summary-mode-map): Added key binding for
10820         `wl-summary-save-current-message' (\ew) and
10821         `wl-summary-yank-saved-message' (\C-y).
10822         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10823
10824 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10825
10826         * wl-summary.el (wl-summary-mode-map): Added key binding for
10827         `wl-summary-set-parent' (ts).
10828
10829 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10830
10831         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10832         subject faster. If thread number is reverse, delayed updating
10833         thread.
10834         (wl-summary-search-by-subject): Ditto.
10835         (wl-summary-put-alike): Ditto.
10836         (wl-summary-get-alike): Ditto.
10837         (wl-summary-insert-headers): Insert header of all overview in
10838         buffer.
10839         (wl-summary-rescan): Delayed updating thread. Kill search subject
10840         buffer for wl-summary-search-by-subject.
10841         (wl-summary-sync-update3): Ditto.
10842         (wl-summary-exit): Ditto.
10843         (wl-summary-goto-bottom-of-current-thread): Change for linked
10844         thread.
10845         (wl-summary-overview-create-summary-line): Change line for linked
10846         thread.
10847
10848         * wl-summary.el (wl-summary-update-thread): Use
10849         wl-thread-maybe-get-children-num.
10850         (wl-summary-set-parent): If change parent, move sub thread.
10851         (wl-summary-redisplay-internal): Add horizontal recenter.
10852         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10853
10854         * wl-thread.el (wl-thread-entity-get-linked): New function.
10855         (wl-thread-entity-set-linked): New function.
10856         (wl-thread-create-entity): Add linked element.
10857         (wl-thread-entity-insert-as-top): Use wl-append.
10858         (wl-thread-maybe-get-children-num): If closing thread, return
10859         children msgs.
10860         (wl-thread-update-line-msgs): Displaying progress message.
10861         (wl-thread-update-line-on-buffer-sub): Use
10862         wl-thread-maybe-get-children-num.
10863         (wl-thread-update-line-on-buffer): If update line is not exists,
10864         insert thread.
10865         (wl-thread-delete-message): If delete top msg of thread, search
10866         parent by subject.
10867         (wl-thread-insert-entity): Use
10868         wl-thread-maybe-get-children-num.
10869
10870         * wl-highlight.el (wl-highlight-summary-current-line): change
10871         sregexp for linked thread.
10872         * wl-util.el (wl-count-lines): Count lines.
10873         (wl-horizontal-recenter): horizontal recenter.
10874         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10875         (wl-score-get-alike): Ditto.
10876         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10877         (wl-subject-length-limit): New variable.
10878         (wl-highlight-thread-indent-string-regexp): Changed for linked
10879         thread.
10880
10881 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10882
10883         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10884         New variable (revival).
10885         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10886         by subject matching if there's no in-reply-to nor references field
10887         (revival).
10888
10889 \f
10890 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10891
10892         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10893         message.
10894
10895 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10896
10897         * wl-summary.el (wl-summary-reply): Return t if there was a
10898         message at cursor point.
10899         Added unwind-protect.
10900         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10901         returns t.
10902         (wl-summary-cancel-message): Do nothing when there's no message at
10903         cursor point.
10904         (wl-summary-forward): Ditto.
10905         (wl-summary-jump-to-parent-message): Ditto.
10906         (wl-summary-reedit): Ditto.
10907         (wl-summary-edit-addresses): Ditto.
10908         (wl-summary-pipe-message): Ditto.
10909         (wl-summary-print-message-with-ps-print): Ditto.
10910         (wl-summary-print-message): Ditto.
10911         (wl-summary-mark-as-important): Ditto.
10912         (wl-summary-mark-as-unread): Ditto.
10913
10914         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10915         message at cursor point.
10916         (wl-summary-reply-with-citation): Remove unwind-protect.
10917
10918         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10919         subject searching feature.
10920         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10921         Eliminated.
10922
10923 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10924
10925         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10926         New variable.
10927         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10928         by subject matching if there's no in-reply-to nor references field.
10929
10930         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10931
10932         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10933         when display is finished.
10934         (wl-folder-open-all): Ditto.
10935         (wl-folder-update-access-group): Ditto.
10936         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10937         * wl-thread.el (wl-thread-close-all): Ditto.
10938
10939         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10940         progress gauge only when it was displayed.
10941         * wl-folder.el (wl-folder-insert-entity): Ditto.
10942
10943 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10944
10945         * wl-summary.el (wl-summary-incorporate): Enclose
10946         `wl-summary-sync-force-update' with save-excursion.
10947
10948 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10949
10950         * wl-summary.el (wl-summary-prefetch-region):
10951         Pass current cursor point to `pos-visible-in-window-p' after
10952         moving cursor to the started point.
10953
10954 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10955
10956         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10957
10958         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10959         fields from the forwarding message.
10960         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10961         `ignored-fields'.
10962
10963 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10964
10965         * wl-mime.el (wl-message-request-partial):
10966         Eliminated argument `msgdb'.
10967         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10968         (wl-mime-combine-message/partial-pieces): Likewise.
10969         * tm-wl.el (wl-message-request-partial): Likewise.
10970         (wl-mime-combine-message/partial-pieces): Likewise.
10971
10972 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10973
10974         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10975         when display is finished.
10976
10977 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10978
10979         * wl-summary.el (wl-summary-goto-folder-subr):
10980         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10981
10982 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10983
10984         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10985         when cursor point is visible.
10986
10987 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10988
10989         * wl-expire.el (wl-expire-archive-get-max-number):
10990         Don't use `file-name-directory'.
10991
10992 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10993
10994         * wl-expire.el (wl-expire-archive-get-max-number):
10995         Use `file-name-directory'.
10996
10997 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10998
10999         * wl-summary.el (wl-summary-sync-marks): Re-display progress
11000         only when there is progress.
11001
11002 2000-04-13  Mito <mit@nines.nec.co.jp>
11003
11004         * wl-summary.el (wl-summary-sync-marks): Display progress.
11005
11006 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
11007
11008         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
11009         (wl-summary-prev): Move cursor regardless of unread status.
11010         (wl-summary-next): Ditto.
11011
11012 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
11013
11014         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
11015         Added argument `target' and `number'.
11016         * tm-wl.el (wl-summary-burst-subr): New function.
11017         (wl-summary-burst): Use it.
11018
11019 2000-04-10  Mito <mit@nines.nec.co.jp>
11020
11021         * wl-mime.el (wl-burst): New function.
11022         (wl-summary-burst): Use it.
11023
11024 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
11025
11026         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
11027         as petname when there's no candidate.
11028
11029 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
11030
11031         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
11032         New variable.
11033         * wl-fldmgr.el (wl-fldmgr-add): Use it.
11034
11035         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
11036
11037         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
11038
11039 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
11040
11041         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
11042         Use substring of `original' instead of buffer-substring.
11043         (wl-refile-evaluate-rule):
11044         Set `original' argument of wl-refile-expand-newtext.
11045
11046         * wl-summary.el
11047         (wl-summary-auto-refile-check-refile-rule-alist-subr,
11048         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
11049         (wl-summary-auto-refile): Check existence of destination folder just
11050         before marking.
11051
11052 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
11053
11054         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
11055         when wl-refile-get-field-value return nil.
11056
11057 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11058
11059         * wl-refile.el
11060         (wl-refile-expand-newtext): New function imported from Gnus.
11061         (wl-refile-evaluate-rule): Use it.
11062
11063 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11064
11065         * wl-summary.el (wl-summary-print-destination):
11066         Duplicate folder string to avoid putting text-property on
11067         original string.
11068
11069         * wl-refile.el (wl-refile-get-field-value): New function.
11070         (wl-refile-evaluate-rule): New function;
11071         Evaluate refile rule recursively.
11072         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11073         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11074         New function; Check existence of a target folder recursively.
11075         (wl-summary-auto-refile-check-refile-rule-alist):
11076         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11077
11078 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11079
11080         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11081
11082         * wl-folder.el (wl-create-folder-entity-from-buffer):
11083         Fixed problem when '}' character is contained in folder name.
11084
11085         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11086
11087 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11088
11089         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11090         (wl-fldmgr-add-completion-all-completions):
11091         Use wl-fldmgr-add-completion-hashtb.
11092
11093 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11094
11095         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11096         wl-fldmgr-add-completion-subr): New functions.
11097         * wl-folder.el (wl-folder-completion-func): New variable.
11098         * wl-summary.el (wl-summary-read-folder):
11099         Use wl-folder-completion-func.
11100
11101         * wl-refile.el: Eliminate throw & catch.
11102
11103         * wl.el (wl-plugged-sending-queue-status): Fixed.
11104
11105 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11106
11107         * wl-draft.el (wl-draft): Put category property on
11108         mail-header-separator.