67b43c10b89d1c0af336a664b65db29fac6d2504
[elisp/wanderlust.git] / wl / ChangeLog
1 2008-02-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2
3         * wl-util.el: Move (eval-when-compile (require 'static)).
4         * wl-dnd.el: Add (eval-when-compile (require 'static)).
5         * wl-message.el: Ditto.
6
7         * wl-mime.el (wl-message-delete-current-part): Use
8         `insert-buffer-substring' instead of `insert-buffer'.
9         * wl-summary.el (wl-summary-switch-to-clone-buffer): Ditto.
10         * wl-draft.el (wl-draft-generate-clone-buffer)
11         (wl-draft-do-mime-bcc): Ditto.
12
13         * wl-address.el: Add (eval-when-compile (require 'cl)).
14         * wl-addrmgr.el: Ditto.
15         * wl-mime.el: Ditto.
16         * wl-util.el: Ditto.
17
18 2008-02-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
19
20         * wl.el (wl-plugged-toggle): Use `string-to-number' instead of
21         `string-to-int'.
22
23         * wl-util.el (wl-unique-id): Use `string-to-number' instead of
24         `string-to-int'.
25
26         * wl-thread.el (wl-thread-jump-to-msg, wl-thread-set-parent): Use
27         `string-to-number' instead of `string-to-int'.
28
29         * wl-summary.el (wl-summary-get-list-info)
30         (wl-summary-message-number): Use `string-to-number' instead of
31         `string-to-int'.
32
33         * wl-score.el (wl-score-overview-entity-get-lines)
34         (wl-score-set-mark-below, wl-score-set-expunge-below)
35         (wl-summary-increase-score, wl-score-get-header-entry): Use
36         `string-to-number' instead of `string-to-int'.
37
38         * wl-folder.el (wl-folder-update-diff-line): Use
39         `string-to-number' instead of `string-to-int'.
40
41         * wl-expire.el (wl-expire-archive-number2): Use `string-to-number'
42         instead of `string-to-int'.
43
44         * wl-draft.el (wl-jump-to-draft-folder): Use `string-to-number'
45         instead of `string-to-int'.
46
47         * wl-dnd.el (wl-dnd-drop-func): Use `string-to-number' instead of
48         `string-to-int'.
49
50 2008-02-17  TAKAHASHI Kaoru  <kaoru@kaisei.org>
51
52         * wl-util.el (wl-match-string, wl-match-buffer)
53         (wl-as-coding-system, wl-as-mime-charset, wl-concat-list)
54         (wl-kill-buffers, wl-local-variable-p)
55         (wl-line-formatter-setup): New backquote style.
56         (wl-count-lines): Use quote instead of backquote.
57
58         * wl-summary.el (wl-summary-buffer-folder-name)
59         (wl-summary-get-alike): Use quote instead of backquote.
60         (wl-summary-sticky-buffer-name, wl-summary-put-alike): New
61         backquote style.
62
63         * wl-message.el (wl-message-buffer-cache-buffer-get)
64         (wl-message-buffer-cache-folder-get)
65         (wl-message-buffer-cache-message-get)
66         (wl-message-buffer-cache-entry-make)
67         (wl-message-buffer-cache-hit): New backquote style.
68
69         * wl-folder.el (wl-folder-buffer-group-p): Use quote instead of
70         backquote.
71         (wl-folder-unread-regex, wl-folder-entity-exists-p)
72         (wl-folder-clear-entity-info)
73         (wl-folder-get-entity-info, wl-folder-set-entity-info)
74         (wl-folder-elmo-folder-cache-get)
75         (wl-folder-elmo-folder-cache-put): New backquote style.
76
77         * wl-fldmgr.el (wl-fldmgr-get-entity-id): New backquote style.
78         (wl-fldmgr-assign-id): Ditto.
79         (wl-fldmgr-delete-line): Use quote instead of backquote.
80         (wl-fldmgr-make-indent): Use `string-to-char' instead of `? '.
81
82         * wl-draft.el (wl-smtp-extension-bind, wl-draft-sent-message-p)
83         (wl-draft-set-sent-message): New backquote style.
84         (wl-draft-body-goto-top, wl-draft-body-goto-bottom)
85         (wl-draft-config-body-goto-header): Use quote instead of backquote.
86
87 2008-02-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
88
89         * wl-address.el (wl-address-concat-token): Fix typo.
90
91 2008-02-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
92
93         * wl-score.el (wl-score-put-alike): Use quote instead of backquote.
94         (wl-score-get-alike): Ditto.
95
96         * wl-vars.el: New backquote style.
97         (wl-message-header-button-alist): Use quote instead of backquote.
98
99         * wl.el (wl-plugged-string): New backquote style.
100
101         * wl-address.el (wl-address-concat-token): New backquote style.
102
103         * wl-expire.el (wl-expire-make-sortable-date): New backquote style.
104
105 2008-02-13  Tetsurou Okazaki  <okazaki@be.to>
106
107         * wl-highlight.el (wl-highlight-folder-opened-regexp)
108         (wl-highlight-folder-closed-regexp): Include the beginning of a line.
109
110         * wl-folder.el (wl-folder-group-regexp): Remove a redundant character
111         in the character alternative.
112
113 2008-02-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
114
115         * Version number is increased to 2.15.6.
116
117 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
118
119         * wl-mime.el (wl-mime-pgp-decrypt-region-with-epg): Don't use
120         optional 3rd argument of epg-context-set-progress-callback; it was
121         temporarily removed in the Emacs trunk due to copyright problem.
122         (wl-mime-pgp-verify-region-with-epg): Ditto.
123
124 2008-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
125
126         * wl-demo.el (wl-demo-copyright-notice): Add 2008.
127
128 2007-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
129
130         * wl-util.el (wl-biff-check-folders): Set biff flag.
131         (from Naoto Morishima [wl:14031])
132
133 2007-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
134
135         * wl.el (wl-plugged-server-indent): Use quote instead of
136         backquote.
137
138 2007-08-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
139
140         * wl-score.el (wl-score-insert-header): Add guard for
141         `std11-unfold-string'.
142         (wl-score-ov-entity-get): Call 'elmo-message-entity-field' with
143         TYPE artgument when TO or CC field.
144
145 2007-04-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-summary.el (wl-summary-goto-folder-subr): Call
148         `elmo-folder-close' instead of `elmo-folder-commit' if discard
149         current summary.
150
151 2007-03-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
152
153         * wl-util.el (wl-read-shell-commande): New function or alias.
154
155         * wl-summary.el (wl-summary-pipe-message): Use
156         `wl-read-shell-command' instead of `read-string'.
157         (wl-summary-target-mark-pipe): Ditto.
158
159 2007-02-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
160
161         * wl-summary.el (wl-summary-reply): Fix docstring.
162         * wl-draft.el (wl-draft-reply): Ditto.
163
164 2007-02-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-mime.el (wl-summary-extract-attachments): New command.
167         (wl-summary-extract-attachments-1): New internal function.
168
169 2007-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
170
171         * wl-expire.el (wl-expire-folder): New function (split from
172         wl-summary-expire).
173         (wl-summary-expire): Use it. Add argument `all' instead of remove
174         `nolist'. Cause an error only if this function is calling
175         interactively.
176
177 2007-01-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-expire.el (wl-expire-refile): Display progress message.
180         (wl-summary-expire): Simplify.
181
182         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
183         unused argument `deleting-info'.
184
185 2007-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
186
187         * wl-vars.el (wl-message-popup-buffers): New user option.
188
189         * wl-mime.el (wl-message-delete-mime-out-buf): Abolish.
190         (wl-message-delete-popup-windows): New function that substitues
191         above one.
192         (wl-mime-setup): Follow the above change.
193
194 2007-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
195
196         * wl-demo.el (wl-demo-copyright-notice): Add 2007.
197
198 2006-12-08  Tetsurou Okazaki  <okazaki@be.to>
199
200         * wl-spam.el (wl-spam-setup): Bind "rkm" to wl-summary-spam-region and
201         "tkm" to wl-thread-spam.
202
203 2006-12-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
204
205         * wl-thread.el (wl-thread-entity-insert-as-children): Use
206         wl-thread-entity-set-children.
207         (wl-thread-insert-message, wl-thread-insert-entity-sub,
208         wl-thread-insert-entity, wl-thread-close, wl-thread-open):
209         Use wl-thread-entity-get-*.
210
211 2006-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
212
213         * wl-mime.el (wl-epg-progress-callback): New function.
214         (wl-mime-pgp-decrypt-region-with-epg): Display progress message
215         with `elmo-with-progress-display'. Set a progress callback
216         function to epg-context.
217         (wl-mime-pgp-verify-region-with-epg): Ditto.
218
219 2006-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-util.el (wl-completing-read-multiple): Define as an alias of
222         `completing-read-multiple' if emacs-version is not less than 22.
223
224 2006-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-mime.el (wl-mime-pgp-verify-region-with-epg): Follow the API
227         change.
228
229 2006-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
230
231         * wl-summary.el (wl-summary-sync-update): Move
232         `wl-thread-update-indent-string-thread' to outside of
233         `elmo-with-progress-display'.
234
235 2006-11-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
236
237         * wl-message.el (wl-message-exit): Check buffer existence.
238
239 2006-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-util.el (wl-simple-display-progress): New function.
242         (wl-display-progress-with-gauge): Ditto.
243         (wl-progress-callback-function): Ditto.
244
245         * wl.el (wl-init): Set `elmo-progress-callback-function' as
246         `wl-progress-callback-function'
247
248         * wl-vars.el (wl-display-progress-threshold): New user option.
249         (wl-display-progress-function): Ditto.
250
251         * Version number is increased to 2.15.5.
252
253 2006-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-thread.el (wl-thread-close-children): New function.
256         (wl-thread-open-children): Ditto.
257         * wl-action.el (wl-summary-set-mark): Redo the last change by
258         using it.
259
260         * wl-action.el (wl-summary-set-mark): Undo the last change.
261         Forbid interactive call.
262
263 2006-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-mime.el (wl-define-dummy-functions): New macro.
266         (wl-mime-pgp-decrypt-region-with-epg): Renamed from
267         `wl-mime-pgp-decrypt-region'.
268         (wl-mime-pgp-verify-region-with-epg): Renamed from
269         `wl-mime-pgp-verify-region'.
270         (wl-mime-pgp-decrypt-region-with-pgg): Renamed from
271         `wl-mime-pgp-decrypt-region'.
272         (wl-mime-pgp-verify-region-with-pgg): Renamed from
273         `wl-mime-pgp-verify-region'.
274         (wl-mime-pgp-decrypt-region): New function; To select dispatch
275         function at runtime.
276         (wl-mime-pgp-verify-region): Ditto.
277
278         * wl-vars.el (wl-use-pgp-module): New user option.
279
280 2006-09-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
281
282         * wl-action.el (wl-summary-set-mark): If the cursor is on folded
283         thread, open it (suggested by Greg A. Woods [wl-en:1861]).
284
285 2006-09-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
286
287         * wl-summary.el (wl-summary-cleanup-temp-marks): Cleanup correctly
288         even if there are target marks only.
289
290 2006-09-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * Version number is increased to 2.15.4.
293
294 2006-09-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
295
296         * wl-folder.el (wl-folder-check-one-entity): Simplify.
297
298 2006-08-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
299
300         * wl-message.el (wl-message-buffer-prefetch-timer): Removed unused
301         variable.
302
303 2006-07-26  Tetsurou Okazaki  <okazaki@be.to>
304
305         * wl-spam.el (wl-thread-test-spam): New function.
306         (wl-spam-setup): Bind "tkc".
307
308 2006-07-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
309
310         * wl-expire.el (wl-folder-expire-entity): Rewite without
311         `wl-summary-goto-folder-subr'.
312         (wl-folder-expire-current-entity): Don't kill summary buffer.
313
314 2006-07-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
315
316         * wl-folder.el (wl-folder-sync-entity): Rewrite without
317         `wl-summary-goto-folder-subr'.
318         (wl-folder-mark-as-read-all-entity): Likewise.
319
320         * wl-summary.el (wl-summary-sync): Accept symbol for `range'.
321
322 2006-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
323
324         * wl-thread.el (wl-thread-force-open): Arranged.
325
326 2006-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
327
328         * wl-folder.el (wl-folder-complete-filter-condition): Remove !
329         from regexp.
330
331         * wl-util.el (wl-search-condition-fields): Remove "AND","OR".
332         (wl-read-search-condition-internal): Append them.
333
334 2006-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * wl-vars.el (wl-additional-search-condition-fields):
337         New user option.
338
339         * wl-util.el (wl-search-condition-fields): New function; export
340         from `wl-read-search-condition-internal'.
341         (wl-read-search-condition-internal): Use it.
342
343         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
344
345 2006-06-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
346
347         * wl-summary.el (wl-summary-define-sort-command): New function.
348         (wl-summary-sort-by-date, wl-summary-sort-by-number)
349         (wl-summary-sort-by-subject, wl-summary-sort-by-from)
350         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Remove;
351         define by `wl-summary-define-sort-command' at runtime.
352
353         * wl.el (wl-init): Call wl-summary-define-sort-command.
354
355 2006-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
356
357         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Keep text
358         properties at the decrypting region.
359
360 2006-06-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-util.el (wl-find-region): New function.
363
364         * wl-mime.el (wl-mime-pgp-decrypt-region): Return the decoded
365         coding system.
366         (wl-message-decrypt-pgp-nonmime): Use wl-find-region. Put text
367         property `wl-mime-decoded-coding-system'.
368         (wl-message-verify-pgp-nonmime): Use wl-find-region. Use text
369         property `wl-mime-decoded-coding-system' to encode text.
370
371         * wl-mime.el (wl-mime-pgp-decrypt-region): Display a progress
372         message.
373         (wl-mime-pgp-verify-region): Ditto.
374
375 2006-05-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
376
377         * wl-mime.el (wl-mime-pgp-verify-region): Does not use temporary
378         buffer. Use epa-display-verify-result.
379
380 2006-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
381
382         * wl-draft.el (wl-draft-send): Continue even if setting parent
383         flag was failed.
384
385 2006-05-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
386
387         * wl-message.el (wl-message-flag-indicator): Fixed the problem
388         of returning string only of parentheses.
389
390 2006-05-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-summary.el (wl-summary-write): Add argument `folder'.
393         (wl-summary-write-current-folder): Change argument `folder' from
394         optional to require.
395         (wl-summary-get-buffer): Return the buffer associated folder only.
396
397         * wl-folder.el (wl-folder-set-persistent-mark): Follow the above
398         change.
399         (wl-folder-toggle-disp-summary): Ditto.
400
401         * wl-draft.el (wl-draft-create-buffer): Don't use folder of
402         current summary as parent-folder.
403
404 2006-05-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
405
406         * wl-draft.el (wl-draft-reedit): Don't overwrite
407         wl-draft-parent-folder.
408
409 2006-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-mime.el (wl-mime-pgp-decrypt-region): New function.
412         (wl-mime-pgp-verify-region): Ditto.
413         (wl-message-decrypt-pgp-nonmime): Use the above function.
414         (wl-message-verify-pgp-nonmime): Likewise.
415         (wl-mime-preview-application/pgp): Likewise.
416
417 2006-04-20  Kenichi Okada  <okada@opaopa.org>
418
419         * wl-folder.el (wl-make-plugged-alist): Add `wl-smtp-posting-port'.
420         Fix about the order of `wl-nntp-posting-port' and
421         `wl-nntp-posting-stream-type'.
422         * wl.el (wl-plugged-port-label-alist): Add smtp.
423
424 2006-02-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
425
426         * wl-summary.el (wl-summary-message-status): New macro.
427
428         * wl-vars.el (wl-summary-persistent-mark-priority-list): Add `killed'.
429         (wl-summary-killed-mark): New user option.
430
431         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
432         API change.
433         (wl-thread-insert-entity-sub): Ditto.
434         (wl-thread-recover-messages): New command.
435
436         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
437         Don't call `wl-highlight-summary-current-line' directly.
438         (wl-summary-buffer-attach): Connect to signal `status-changed'
439         instead of `cache-changed'.
440         (wl-summary-buffer-detach): Follow the above change.
441         (wl-summary-detect-mark-position): Follow the API change.
442         (wl-summary-rescan-message): Ditto.
443         (wl-summary-insert-sequential): Ditto.
444         (wl-summary-update-thread): Ditto.
445         (wl-summary-message-mark): Ditto.
446         (wl-summary-persistent-mark): Ditto.
447         (wl-summary-create-line): Ditto.
448         (wl-summary-prefetch-region-no-mark): Call
449         `wl-summary-persistent-mark' with number.
450         (wl-summary-recover-messages-region): New command.
451         (wl-summary-target-mark-recover): Ditto.
452         (wl-summary-recover-message): Ditto.
453         (wl-summary-persistent-mark-string): Add argument `status' instead
454         of remove arguments `flags' and `cached'.  Treat killed status.
455         (wl-summary-update-persistent-mark): Remove optional argument `flags'.
456
457         * wl-highlight.el (wl-highlight-summary-displaying-face): New face.
458         (wl-highlight-summary-line-face-spec): Treat killed status.
459         (wl-highlight-summary-line-string): Follow the API change.
460         (wl-highlight-summary-current-line): Ditto.
461
462         * Version number is increased to 2.15.3.
463
464 2006-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
465
466         * wl-draft.el (wl-draft-find-reply-headers): Use functionp instead
467         of symbolp to test whether the condition is function.
468
469 2006-02-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
470
471         * wl-draft.el (wl-draft-send-confirm): Bind wl-draft-send-hook
472         to nil.
473
474 2006-02-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
475
476         * wl-summary.el (wl-summary-buffer-message-ring): New internal
477         variable.
478         (wl-summary-buffer-last-displayed-msg): Abolish.
479         (wl-summary-push-message): New function.
480         (wl-summary-pop-message): Ditto.
481         (wl-summary-goto-folder-subr): Reset
482         `wl-summary-buffer-message-ring'.
483         (wl-summary-pop-to-last-message): New command.
484         (wl-summary-goto-last-displayed-msg): Call
485         wl-summary-pop-to-last-message if optional argument is non-nil or
486         the last command is itself.
487         (wl-summary-redisplay-internal): Push last message number into
488         `wl-summary-buffer-message-ring'.
489
490         * wl-vars.el (wl-summary-message-ring-max): New user option.
491
492 2006-02-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
493
494         * wl-draft.el (wl-draft-find-reply-headers): New function (extract
495         from `wl-draft-reply').
496         (wl-draft-reply): Use it.
497         (wl-draft-find-reply-headers): Avoid compile warning.
498
499 2006-02-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
500
501         * wl-thread.el (wl-thread-jump-to-msg): Add docstring.
502
503 2006-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-message.el (wl-message-flag-indicator): New function.
506         (wl-message-redisplay): Use it.
507
508 2006-02-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
509
510         * wl-draft.el (wl-smtp-extension-bind): Don't bind smtp-end-of-line.
511
512 2006-01-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-util.el (wl-y-or-n-p-with-scroll): Use `wl-read-event-char'
515         instead of `read-event'.
516
517         * wl-xmas.el (wl-read-event-char): Add optional argument `prompt'.
518
519         * wl-mule.el (wl-read-event-char): Ditto.
520
521         * wl-e21.el (wl-read-event-char): Ditto.
522
523 2006-01-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
524
525         * wl-vars.el (wl-draft-send-confirm-type): Change default value.
526
527 2006-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
528
529         * wl-vars.el (wl-draft-send-confirm-type): New user option.
530
531         * wl-util.el (wl-y-or-n-p-with-scroll): New function.
532
533         * wl-draft.el (wl-draft-send-confirm): Confirmation by
534         `wl-draft-send-confirm-type'
535
536 2006-01-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
537
538         * wl-draft.el (wl-draft-save, wl-draft-buffer-change-number):
539         Avoid error when the buffer name is already used.
540
541 2006-01-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
542
543         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): Follow
544         the change of elmo-nmz -> elmo-search.
545         (wl-highlight-summary-line-help-echo-alist): Ditto.
546         (wl-search-folder-icon): Renamed from `wl-nmz-folder-icon'.
547         (wl-nmz-folder-icon): Define as obsolete.
548         * wl-e21.el (wl-folder-internal-icon-list): Follow it.
549         * wl-xmas.el (wl-folder-internal-icon-list): Ditto.
550
551 2006-01-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
552
553         * wl-summary.el (wl-summary-get-list-info): Rewrite with
554         `elmo-find-list-match-value'
555
556 2006-01-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
557
558         * wl-summary.el (wl-summary-get-list-info): Optimize.
559         Use List-Id and List-Post also.
560
561 2006-01-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
562
563         * wl-draft.el (wl-draft-send-confirm): Scroll up/down by SPC/BS.
564
565 2006-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
566
567         * wl-demo.el (wl-demo-copyright-notice): Add 2006.
568
569 2005-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
570
571         * wl-util.el (wl-completing-read-multiple-1): New internal function.
572         (wl-completing-read-multiple-2): Ditto.
573         (wl-completing-read-multiple): Define use above functions.
574
575         * wl-summary.el (wl-summary-sort): Removed the workaround for a
576         bug of `completing-read-multiple' about default value.
577
578         * wl-xmas.el (wl-completing-read-multiple): Removed.
579
580         * wl-mule.el (wl-completing-read-multiple): Ditto.
581
582         * wl-e21.el (wl-completing-read-multiple): Ditto.
583
584 2005-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-util.el (wl-filter-associations): New function.
587
588         * wl-spam.el (wl-spam-undecided-folder-list): New user option.
589         (wl-spam-ignored-folder-list): Ditto.
590         (wl-spam-ignored-folder-regexp-list): Set default value as nil.
591         (wl-spam-string-member-p): New function.
592         (wl-spam-domain): Use it.
593         (wl-spam-split-numbers): New function.
594         (wl-spam-apply-partitions): Ditto.
595         (wl-spam-register-spam-messages): Use `folder' instead of
596         `wl-summary-buffer-elmo-folder'.
597         (wl-spam-register-good-messages): Ditto.
598         (wl-summary-exec-action-spam): Decide a domain by real folder of
599         message.
600         (wl-summary-exec-action-refile-with-register): Likewise.
601
602 2005-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-e21.el (wl-e21-find-image): New function.
605         (wl-e21-setup-toolbar): Use it instead of `find-image'.
606         (wl-e21-highlight-folder-group-line): Ditto.
607         (wl-folder-init-icons): Ditto.
608         (wl-plugged-init-icons): Ditto.
609         (wl-biff-init-icons): Ditto.
610
611 2005-11-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612
613         * wl-util.el (wl-collect-draft): Rewrite with `dolist'.
614         (wl-inhibit-save-drafts): New internal variable.
615         (wl-disable-auto-save): Ditto.
616         (wl-save-drafts): Treat above variables.
617         (wl-auto-save-drafts): New function.
618         (wl-set-save-drafts): Split to `wl-start-save-drafts' and
619         `wl-stop-save-drafts'.
620         (wl-start-save-drafts): New function.
621         (wl-stop-save-drafts): Ditto.
622         (wl-set-auto-save-draft): New command.
623
624         * wl-draft.el (wl-draft): Use `wl-start-save-drafts' instead of
625         `wl-set-save-drafts'.
626
627 2005-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
628
629         * wl-mime.el (wl-mime-combine-message/partial-pieces): Use
630         `make-local-variable' instead of `make-variable-buffer-local'.
631
632 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
633
634         * wl.el (wl-exit): Call elmo-passwd-alist-clear at the end.
635
636 2005-10-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
637
638         * wl-vars.el (wl-folder-hierarchy-access-folders): Fix regexp.
639
640 2005-10-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641
642         * wl-mime.el (wl-summary-burst-subr): Disable multibyte characters
643         of working buffer.
644
645 2005-10-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-mime.el (wl-draft-attribute-nntp-posting-port): Fixed typo.
648
649         * wl-mime.el (wl-draft-attribute-recipients): Added mime-bcc field
650         value into recipients; Bind `wl-draft-remove-group-list-contents'
651         as nil.
652
653 2005-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-summary.el (wl-summary-sort): Fixed the last change.
656
657         * wl-summary.el (wl-summary-sort-function-from-spec): New function.
658         (wl-summary-sort-messages): Ditto.
659         (wl-summary-rescan): Use it.
660         (wl-summary-sort): Use `wl-completing-read-multiple' instead of
661         `completing-read'; Append candidates for reverse order.
662
663 2005-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
664
665         * Version number is increased to 2.15.2.
666
667 2005-09-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
668
669         * wl-util.el (wl-read-search-condition-internal): Add "Larger" and
670         "Smaller".
671         * wl-folder.el (wl-folder-complete-filter-condition): Ditto.
672
673 2005-08-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-vars.el (wl-summary-showto-folder-regexp): Update docstring.
676
677 2005-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
678
679         * wl-vars.el (wl-draft-additional-header-alist): Add into the
680         customize group `wl-draft'.
681         (wl-draft-add-in-reply-to): Move customize group from `wl' to
682         `wl-draft'.
683         (wl-draft-add-references): Ditto.
684
685         * wl-action.el (wl-summary-print-argument): Rename argument from
686         `folder' to `data'.
687
688 2005-06-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
689
690         * wl-summary.el (wl-summary-rescan-message): Call
691         `wl-thread-cleanup-symbols' before insert thread.
692
693 2005-06-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
694
695         * wl.el (wl-init): Set `elmo-get-folder-function' as
696         `wl-folder-make-elmo-folder'.
697
698         * wl-spam.el (wl-summary-exec-action-spam): Use
699         `wl-folder-make-elmo-folder' instead of `elmo-make-folder'.
700
701         * wl-folder.el (wl-folder-make-elmo-folder): New function.
702         (wl-draft-get-folder): Use `wl-folder-make-elmo-folder' instead of
703         `elmo-make-folder'.
704         (wl-folder-get-elmo-folder): Ditto.
705         (wl-folder-create-subr): Simplify.
706
707 2005-06-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
708
709         * wl-mime.el (wl-message-verify-pgp-nonmime): Fix the last change.
710
711 2005-06-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify encoded
714         contents in message buffer instead of original buffer. If optional
715         argument specified, ask coding system for encode.
716
717 2005-06-02  Tetsurou Okazaki  <okazaki@be.to>
718
719         * wl-spam.el (wl-summary-test-spam-region): New function.
720         (wl-spam-setup): Bind "rkc".
721
722 2005-05-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
723
724         * wl-fldmgr.el (wl-fldmgr-add): Undo the last change.
725
726 2005-04-22  Tetsurou Okazaki  <okazaki@be.to>
727
728         * wl-spam.el (wl-summary-test-spam): Fix typo.
729         (wl-message-check-spam): Ditto.
730
731 2005-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
732
733         * wl-summary.el (wl-summary-default-from): Simplify.
734
735 2005-04-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * wl-action.el (wl-summary-exec-action-refile): Simplify.
738         (wl-summary-exec-action-copy): Ditto.
739         (wl-summary-auto-refile): Check existence of temporary mark.
740
741 2005-04-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
742
743         * wl-summary.el (wl-summary-create-line): Use
744         `elmo-time-to-datevec'.
745
746         * wl-expire.el (wl-expire-archive-date): Ditto.
747         (wl-expire-localdir-date): Ditto.
748
749         * wl-util.el (wl-day-number): Abolish.
750
751         * wl-score.el (wl-score-headers): Use `elmo-time-to-days' instead
752         of `wl-day-number'.
753         (wl-score-followup): Ditto.
754         (wl-score-add-followups): Ditto.
755         (wl-score-get-latest-msgs): Ditto.
756         (wl-score-get-header-entry): Ditto.
757         (wl-score-edit-insert-date): Ditto.
758
759 2005-04-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl-summary.el (wl-summary-print-message-with-ps-print): Call
762         `elmo-message-entity-field' with 2nd argument `type'.
763
764 2005-04-04  Tetsurou Okazaki  <okazaki@be.to>
765
766         * wl-action.el (wl-summary-exec): Reduce loop strength in a dolist loop.
767
768 2005-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
769
770         * wl-thread.el (wl-thread-delete-message): Delete descendant
771         numbers from `wl-summary-buffer-number-list' if `deep' is non-nil.
772
773 2005-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
774
775         * wl-xmas.el (wl-folder-internal-icon-list): Fix last change.
776
777 2005-03-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
778
779         * wl-xmas.el (wl-folder-internal-icon-list): Added entry for
780         `Access folder'.
781
782 2005-03-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
783
784         * wl-vars.el (wl-access-folder-icon): New user option.
785
786         * wl-e21.el (wl-folder-internal-icon-list): Added entry for
787         `Access folder'.
788
789 2005-03-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-summary.el (wl-summary-buffer-set-folder): Use
792         `wl-folder-mime-charset'.
793
794         * wl-folder.el (wl-draft-get-folder): Call `elmo-make-folder' with
795         `mime-charset'.
796         (wl-folder-get-elmo-folder): Ditto.
797         (wl-folder-mime-charset): New function.
798
799 2005-03-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
800
801         * wl-util.el (wl-parse-addresses): Define alias of
802         `elmo-parse-addresses' (move to `elmo-util.el').
803
804         * wl-summary.el (wl-summary-default-from): Follow the API change.
805         (wl-summary-overview-entity-compare-by-date): Ditto.
806         (wl-summary-overview-entity-compare-by-from): Ditto.
807         (wl-summary-get-list-info): Get value of `ml-info' field from
808         entity at first.
809         (wl-summary-rescan-message): Treat prefix argument.
810         (wl-summary-prefetch-msg): Follow the API change.
811         (wl-summary-search-by-subject): Ditto.
812         (wl-summary-insert-thread): Ditto.
813         (wl-summary-line-subject): Ditto.
814         (wl-summary-line-from): Ditto.
815         (wl-summary-create-line): Ditto.
816         (wl-summary-print-message-with-ps-print): Ditto.
817
818         * wl-score.el (wl-score-ov-entity-get): Ditto.
819         (wl-score-followup): Ditto.
820         (wl-score-add-followups): Use `elmo-message-entity-field' instead
821         of `car'.
822         (wl-score-get-latest-msgs): Follow the API change.
823         (wl-score-get-header): Ditto.
824
825         * wl-refile.el (wl-refile-learn): Ditto.
826         (wl-refile-subject-learn): Ditto.
827         (wl-refile-get-field-value): Ditto.
828         (wl-refile-guess-by-history): Ditto.
829         (wl-refile-guess-by-subject): Ditto.
830
831         * wl-mime.el (wl-mime-combine-message/partial-pieces): Ditto.
832
833         * wl-expire.el (wl-expire-date-p): Removed.
834         (wl-expire-archive-date): Follow the API change.
835         (wl-expire-localdir-date): Ditto.
836         (wl-summary-expire): Ditto.
837
838         * Version number is increased to 2.15.1.
839
840 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
843         group is access or not (it is not strict, like wl-fldmgr-rename).
844
845 2005-03-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
846
847         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Avoid
848         duplicate call of `wl-summary-print-argument' on the wrong line.
849
850 2005-03-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
851
852         * wl-summary.el (wl-summary-jump-to-msg): Don't interactive input
853         even if argument `number' is nil.
854         (wl-summary-insert-line): Print action argument if current message
855         has it.
856
857 2005-03-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-draft.el (wl-draft-forward): Call `wl-draft' with number.
860         (wl-draft-reply): Ditto.
861         (wl-draft): Add optional argument `parent-number' and call
862         `wl-draft-create-buffer' with it.
863         (wl-draft-create-buffer): Add optional argument
864         `parent-number'. Set wl-draft-parent-number as it.
865
866 2005-03-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
867
868         * wl-folder.el (wl-folder-set-persistent-mark): If summary
869         buffer is not for given folder, don't use it.
870
871 2005-03-13  Yuuichi Teranishi  <teranisi@gohome.org>
872
873         * Version number is increased to 2.15.0.
874
875 2005-03-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
876
877         * wl.el (wl-init): Call `elmo-global-flags-initialize'.
878
879         * wl-highlight.el (wl-highlight-summary-flagged-face): New face.
880         (wl-highlight-get-face-by-name): New internal function.
881         (wl-highlight-summary-line-face-spec): Use it and fixed.
882
883 2005-03-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
884
885         * wl-summary.el (wl-summary-sync-update): Use
886         `elmo-message-entity-field' instead of `car' to get message-id
887         from overview entity.
888
889         * wl-summary.el (wl-summary-rescan-message): Call
890         `wl-highlight-summary-displaying' when displaying a message.
891
892 2005-03-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
893
894         * wl-draft.el (wl-draft-config-info-filename): Extracted from
895         `wl-draft-config-info-operation'.
896         (wl-draft-buffer-change-number): New function.
897         (wl-draft-rename-saved-config): Ditto.
898         * wl.el (wl-init): Connect slot for message-number-changed.
899         (toplevel): Add autoload for wl-draft-rename-saved-config.
900
901 2005-03-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-summary.el (wl-summary-buffer-attach): Connect to signal
904         `update-overview'
905         (wl-summary-buffer-detach): Disconnect from it.
906         (wl-summary-rescan-message): Use command.
907
908         * wl-message.el (wl-message-buffer-display): Use
909         `with-current-buffer' instead of `save-excursion'.
910
911 2005-03-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
912
913         * wl-mime.el (wl-draft-preview-attributes-list): Protect
914         wl-draft-preview-attributes-list from distraction.
915
916 2005-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
917
918         * wl-summary.el (wl-summary-sync-update): Sort the return value of
919         `elmo-list-diff'.
920
921 2005-02-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
922
923         * wl-summary.el
924         (wl-summary-edit-addresses-collect-candidate-fields): Use
925         `elmo-with-enable-multibyte' instead of `elmo-set-work-buf'.
926
927         * wl-draft.el (wl-draft-yank-original): Use `with-temp-buffer'
928         instead of `elmo-set-work-buf'.
929
930         * wl-address.el (wl-address-make-alist-from-alias-file): Ditto.
931         (wl-address-make-address-list): Ditto.
932
933         * Version number is increased to 2.13.3.
934
935 2005-02-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
936
937         * wl-vars.el (wl-message-auto-reassemble-message/partial): New
938         user option.
939
940         * wl-summary.el (wl-summary-toggle-mime): Treat numeric prefix
941         argument `5'.
942
943         * wl-message.el (wl-message-display-no-merge-p): New function.
944         (wl-message-buffer-display): Check whether the message is
945         reassembled and follow the API change.
946
947 2005-02-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
948
949         * wl-action.el (wl-summary-exec-action-resend-subr): Disable
950         multibyte on working buffer and removed unnecessary
951         `buffer-disable-undo'.
952
953 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * wl-util.el (wl-read-search-condition-internal): Fixed the last
956         change.
957
958 2005-02-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
959
960         * wl-util.el (wl-read-search-condition-internal): Protect
961         elmo-global-flags from distraction.
962
963 2005-02-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl.el (wl-exit): Call `elmo-clear-signal-slots'.
966
967         * wl-summary.el (wl-summary-buffer-event-handler): Abolish.
968         (wl-summary-event-handler): Ditto.
969         (wl-summary-update-persistent-mark-on-event): New
970         function (renamed from `elmo-event-handler-flag-changed').
971         (wl-summary-buffer-attach): New function.
972         (wl-summary-buffer-detach): Rewrite by `elmo-signal'.
973         (wl-summary-buffer-set-folder): Use `wl-summary-buffer-attach'
974         instead of `elmo-folder-add-handler'.
975
976         * Version number is increased to 2.13.2.
977
978 2005-02-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-news.el.in (wl-news-mode-map): Bind commands of outline-mode
981         and "\177" to the `wl-news-previous-page'.
982         (wl-news-mode): Defined by `define-derived-mode' instead of `defun'.
983         (wl-news-previous-page): New function.
984
985 2005-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
986
987         * wl-summary.el (wl-summary-save): Use `write-region-as-binary'
988         instead of `write-region' and simplify.
989
990 2005-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
991
992         * wl-template.el (wl-template-select): Cause error if
993         `wl-template-alist' is nil.
994
995 2005-02-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
996
997         * wl-news.el.in: Set file variable `no-byte-compile'.
998
999 2005-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1000
1001         * wl-summary.el (elmo-event-handler-flag-changed): Does not check
1002         whether a target message is within displaying area.
1003         (elmo-event-handler-cache-changed): Ditto.
1004
1005 2005-02-01  Tetsurou Okazaki  <okazaki@be.to>
1006
1007         * wl-thread.el (wl-thread-entity-get-descendant): Change `defsubst'
1008         to `defun'.  Use `nconc' instead of `append' to collect descendant
1009         message numbers.
1010
1011 2005-01-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1012
1013         * wl-thread.el (wl-thread-save-top-list)
1014         (wl-thread-save-entities): Use `with-temp-buffer'.
1015         * wl-news.el.in (wl-news-previous-version-load):
1016         (wl-news-previous-version-save): Ditto.
1017         * wl-summary.el (wl-summary-load-file-object)
1018         (wl-summary-save-view-cache): Ditto.
1019
1020 2005-01-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-util.el (toplevel): Require 'elmo-flag'.
1023         (wl-read-search-condition): New function (Renamed from
1024         `elmo-read-search-condition').
1025         (wl-read-search-condition-internal): Likewise.
1026
1027         * wl-summary.el (wl-summary-decide-flag): Cause error if flag is
1028         invalid.
1029         (wl-summary-pick): Use `wl-read-search-condition' instead of
1030         `elmo-read-search-condition'.
1031         (wl-summary-virtual): Ditto.
1032
1033         * wl-folder.el (wl-folder-virtual): Ditto.
1034         (wl-folder-pick): Ditto.
1035
1036         * wl-fldmgr.el (wl-fldmgr-make-filter): Ditto.
1037
1038 2005-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * wl-summary.el (wl-summary-reedit): Call
1041         `wl-summary-message-string' with argument `use-cache' as `'maybe'.
1042
1043 2005-01-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1044
1045         * wl-mime.el (toplevel): Require wl-vars.
1046
1047         * wl-message.el (toplevel): Require cl at compile.
1048
1049         * wl-draft.el (toplevel): Require elmo.
1050
1051 2005-01-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1052
1053         * wl-message.el (wl-message-buffer-prefetch): Count is a number
1054         and do nothing when it is not positive.
1055         (wl-message-buffer-prefetch-next): Ditto.
1056
1057 2005-01-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1058
1059         * wl-summary.el (wl-summary-goto-folder-subr): Avoid error for
1060         `wl-message-buffer-prefetch-depth' is nil though it is illegal.
1061         (wl-summary-redisplay-internal): Ditto.
1062
1063         * wl-summary.el (wl-summary-goto-folder-subr): Protect current
1064         message (the condition is borrowed from `wl-check-variables-2').
1065         (wl-summary-redisplay-internal): Ditto.
1066
1067 2005-01-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1068
1069         * wl-mime.el (wl-draft-nntp-attribute): New function.
1070         (wl-draft-attribute-nntp-posting-server): Use it.
1071         (wl-draft-attribute-nntp-posting-port): Ditto.
1072
1073         * wl-mime.el (wl-draft-preview-attributes-list): New function.
1074         (wl-draft-show-attributes-buffer): Ditto.
1075         (wl-draft-hide-attributes-buffer): Ditto.
1076         (wl-draft-attribute-newsgroups): Ditto.
1077         (wl-draft-attribute-nntp-posting-server): Ditto.
1078         (wl-draft-attribute-nntp-posting-port): Ditto.
1079         (wl-draft-preview-message): Use there functions.
1080
1081         * wl-vars.el (wl-draft-preview-attributes-list): Change default
1082         value.
1083
1084 2005-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1085
1086         * wl-draft.el (wl-draft-insert-get-message): Follow the API change.
1087         (wl-draft-reedit): Ditto.
1088         (wl-draft-queue-flush): Ditto.
1089
1090         * wl-mime.el (wl-message-request-partial): Ditto.
1091         (wl-message-delete-current-part): Use `elmo-message-fetch-string'
1092         instead of `elmo-message-fetch'.
1093
1094         * wl-action.el (wl-summary-exec-action-resend-subr): Ditto.
1095
1096         * wl-summary.el (wl-summary-message-string): Ditto.
1097
1098 2005-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1099
1100         * wl-util.el (wl-current-message-buffer): Follow the API change.
1101
1102         * wl-summary.el (wl-summary-redisplay-internal): Call
1103         `wl-summary-mark-as-read' with 2nd argument as nil and update
1104         unread count instead of persistent mark.
1105
1106         * wl-message.el (wl-message-buffer-mime-entity): New buffer local
1107         variable.
1108         (wl-message-redisplay): Follow the API change.
1109         (wl-message-buffer-display): Managed mime-entity directly and
1110         return preview buffer only.
1111         (wl-message-display-internal): Rewrite.
1112         (wl-message-buffer-prefetch-subr): Not save return value of
1113         `wl-message-buffer-display'.
1114
1115         * Version number is increased to 2.13.1.
1116
1117 2005-01-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1118
1119         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): Call
1120         'elmo-multiple-fields-body-list' with boundary specified.
1121
1122 2005-01-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1123
1124         * wl-vars.el (wl-summary-resend-use-cache): New variable.
1125         * wl-action.el (wl-summary-exec-action-resend-subr): Use file
1126         cache if `wl-summary-resend-use-cache' is non-nil.
1127
1128 2005-01-02  Yoichi NAKAYAMA  <yoichi@geiin.org>
1129
1130         * wl-vars.el (wl-pop-before-smtp-stream-type): Fix range.
1131         (wl-nntp-posting-stream-type): Ditto.
1132
1133 2005-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1134
1135         * wl-demo.el (wl-demo-copyright-notice): Add 2005.
1136
1137 2005-01-01  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1138
1139         * wl-util.el (wl-save-drafts): Avoid error on redisplaying
1140         message.
1141
1142 2004-12-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list):
1145         Abolish.
1146         (wl-summary-buffer-persistent-mark-version): New internal
1147         variable.
1148         (wl-summary-update-mark-and-highlight-window): Check by
1149         wl-summary-persistent-mark-invalid-p.
1150         (wl-summary-update-status-marks): Ditto.
1151         (elmo-event-handler-flag-changed): Rewrite.
1152         (elmo-event-handler-cache-changed): Define.
1153         (wl-summary-prefetch-msg): Does not update persistent mark here.
1154         (wl-summary-delete-cache): Ditto.
1155         (wl-summary-resume-cache-status): Ditto.
1156         (wl-summary-jump-to-msg): Add arguments `beg' and `end'.
1157         (wl-summary-persistent-mark-invalid-p): New function.
1158         (wl-summary-validate-persistent-mark): Ditto.
1159         (wl-summary-validate-persistent-mark-string): Ditto.
1160         (wl-summary-invalidate-persistent-mark): Ditto.
1161         (wl-summary-update-persistent-mark): Call
1162         `wl-summary-validate-persistent-mark'.
1163         (wl-summary-create-line): Call
1164         `wl-summary-validate-persistent-mark-string'.
1165
1166         * wl-message.el (wl-message-buffer-prefetch-subr): Set cache
1167         status as t if cache used.
1168
1169 2004-12-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1170
1171         * wl-fldmgr.el (wl-fldmgr-set-petname): Check wl-folder-group-alist
1172         only if the target is group.
1173         * wl-folder.el (wl-folder-append-petname): Don't check group name.
1174
1175 2004-12-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
1176
1177         * wl-folder.el (wl-folder-buffer-search-entity): Check real name.
1178
1179 2004-12-22  Yuuichi Teranishi  <teranisi@gohome.org>
1180
1181         * wl-vars.el (wl-smtp-authenticate-realm): New user option.
1182
1183         * wl-draft.el (wl-smtp-extension-bind): Use wl-smtp-authenticate-realm.
1184
1185 2004-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
1186
1187         * wl-e21.el (wl-draft-mode-setup): Avoid global-font-lock-mode
1188         (Thanks to Yoichi NAKAYAMA).
1189
1190 2004-12-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1191
1192         * wl-util.el (wl-save-drafts): Restore echo area.
1193
1194 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1195
1196         * Version number is increased to 2.13.0.
1197
1198         * wl-util.el (wl-biff-check-folder-async): Use
1199         wl-folder-entity-exists-p instead of elmo-folder-exists-p.
1200
1201 2004-12-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1202
1203         * wl-message.el (wl-message-display-internal): Does not put
1204         wl-message-display-type property on message buffer.
1205         (wl-message-buffer-display-type): New function.
1206
1207         * wl-mime.el (wl-draft-yank-current-message-entity): Use it.
1208
1209         * wl-summary.el (wl-summary-mode): Use `dolist' to add
1210         `wl-summary-buffer-detach'.
1211         (wl-summary-message-display-type): Use
1212         `wl-summary-buffer-display-type'.
1213
1214 2004-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1215
1216         * wl-summary.el (wl-summary-mode): Set kill-buffer-hook as
1217         buffer-local.
1218
1219         * wl-mime.el (wl-draft-preview-message): Use make-local-hook for
1220         kill-buffer-hook instead of make-local-variable.
1221         (wl-draft-preview-message): Set `local' argument of add-hook as t.
1222
1223 2004-12-12  Scott Renfro <scott@renfro.org>
1224
1225         * wl-summary.el (wl-summary-default-subject-filter): Fixed greedy
1226         regex for square-branket.
1227
1228 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1229
1230         * wl-mime.el (wl-mime-preview-follow-no-mime): Call
1231         `wl-message-mime-analysis-p' with argument `header'.
1232
1233 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1234
1235         * wl-mime.el (wl-draft-yank-current-message-entity): 
1236         Switch to no-mime following method according to wl-message-display-type
1237         property.
1238         (wl-mime-preview-follow-no-mime): Use wl-message-mime-analysis-p.
1239
1240         * wl-message.el (wl-message-display-internal): 
1241         Put wl-message-display-type property on message buffer.
1242
1243         * wl-message.el (wl-message-mime-analysis-p): Fixed misspelling.
1244         (wl-message-display-internal): Ditto;
1245
1246         * wl-summary.el (wl-summary-toggle-mime): Ditto.
1247
1248 2004-12-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1249
1250         * wl-message.el (wl-message-make-display-type): New function.
1251         (wl-message-display-type-property): Ditto.
1252         (wl-message-mime-analysys-p): Ditto.
1253         (wl-message-display-all-header-p): Ditto.
1254         (wl-message-redisplay): Removed argument `as-is', `all-header' and
1255         added `display-type'.
1256         (wl-message-buffer-display): Likewise.
1257         (wl-message-display-internal): Likewise.
1258         (wl-message-buffer-display-type): Abolish.
1259         (wl-message-buffer-prefetch-subr): Follow the API changed.
1260
1261         * wl-summary.el (wl-summary-buffer-display-header-mode): Renamed
1262         from wl-summary-buffer-display-all-header and changed default value.
1263         (wl-summary-message-display-type): New function.
1264         (wl-summary-buffer-display-mime-mode): Ditto.
1265         (wl-summary-buffer-display-header-mode): Ditto.
1266         (wl-summary-toggle-mime): Rewrite with above functions.
1267         (wl-summary-toggle-all-header): Ditto.
1268         (wl-summary-redisplay): Force redisplay with default mode.
1269         (wl-summary-redisplay-internal): Renamed argument from `mode',
1270         `all-header' to `mime-mode', `header-mode'.
1271         Use `wl-message-make-display-type'.
1272
1273         * wl-vars.el (wl-summary-mode-line-format): Removed `[%m]'.
1274         (wl-message-mode-line-format-spec-alist): Changed definition for `m'.
1275
1276 2004-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
1277
1278         * wl-draft.el (wl-draft-send): Allow parent-folder as "".
1279
1280 2004-12-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1281
1282         * wl-draft.el (wl-draft-forward):  Call wl-draft-forward-make-subject
1283         in original message buffer.
1284         (wl-draft-reply): Call wl-draft-reply-make-subject in original message
1285         buffer.
1286
1287 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1288
1289         * wl-draft.el (wl-draft-forward): Don't jump into temp-buffer.
1290
1291 2004-12-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1292
1293         * wl-vars.el (wl-summary-line-format): Add reference to wl-summary-width.
1294
1295 2004-12-07  Tetsurou Okazaki  <okazaki@be.to>
1296
1297         * wl-action.el (wl-summary-exec-action-refile): Display a done message
1298         when actions succeeded.
1299         (wl-summary-exec-action-copy): Likewise.
1300
1301 2004-12-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1302
1303         * wl-summary.el (wl-summary-forward): Don't call set-buffer since
1304         there is switch-to-buffer at the end of wl-message-select-buffer.
1305         (wl-summary-reply): Ditto.
1306
1307 2004-12-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1308
1309         * wl-summary.el (wl-summary-forward): Put subject in original
1310         message buffer as argument of wl-draft-forward.
1311         * wl-draft.el (wl-draft-forward): Decode subject as in
1312         wl-draft-reply.
1313
1314 2004-12-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1315
1316         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Show message if it is not
1317         a folder under access group.
1318
1319 2004-12-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1320
1321         * wl-message.el (wl-message-buffer-prefetch-subr): Fix argument of
1322         wl-message-buffer-display.
1323
1324         * wl-util.el (wl-set-save-drafts): Fix typo.
1325
1326 2004-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1327
1328         * wl-demo.el (wl-demo-insert-image): Use :file instead of :data to
1329         make an xbm image on XEmacs; use wl-highlight-demo-face instead of
1330         wl-highlight-logo-face to set the bg color of an xbm image; fixed
1331         the way to measure the width of a bitmap image; don't put face on
1332         ascii and bitmap images; put the mark which should not use the
1333         variable-pitch face on ascii and bitmap images.
1334         (wl-demo-setup-properties): Don't use the variable-pitch face on
1335         ascii and bitmap images; made it work on Emacs 20 and earlier.
1336         (wl-demo-insert-text): End with a newline at the bottom; don't put
1337         face on text.
1338
1339         * wl-highlight.el (wl-highlight-logo-face): Specified bg colors.
1340
1341 2004-11-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1342
1343         * wl-util.el (toplevel): Don't check existence of `timer-activate'.
1344
1345         * wl-util.el (wl-save-drafts): Moved from sample setting.
1346         (wl-set-save-drafts): New function to set idle timer.
1347         * wl-draft.el (wl-draft): Call it.
1348         * wl-vars.el (wl-auto-save-drafts-interval): New variable.
1349
1350 2004-11-23  Yuuichi Teranishi  <teranisi@gohome.org>
1351
1352         * wl-util.el (wl-current-message-buffer): Fixed bug when yank from
1353         a summary which has toggle display status off.
1354
1355 2004-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-draft.el (wl-draft-do-fcc): No cache save.
1358
1359 2004-11-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1360
1361         * wl-summary.el (elmo-event-handler-flag-changed): Use
1362         `set-buffer' instead of `with-current-buffer'.
1363
1364 2004-11-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1365
1366         * wl-summary.el (wl-summary-after-resize-function): New function.
1367         (wl-summary-mode): Add `wl-summary-after-resize-function' to
1368         window-size-change-functions.
1369
1370 2004-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-draft.el (wl-draft-create-buffer): Bind
1373         `change-major-mode-hook' after current buffer is changed.
1374
1375         * wl-summary.el (wl-summary-buffer-detach): New function.
1376         (wl-summary-buffer-set-folder): Call it.
1377         (wl-summary-mode): Add `wl-summary-buffer-detach' to
1378         change-major-mode-hook and kill-buffer-hook.
1379         (wl-summary-exit): Does not call `elmo-folder-remove-handler'.
1380         (wl-summary-switch-to-clone-buffer): Ditto.
1381         (wl-summary-goto-folder-subr): Ditto.
1382
1383 2004-11-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1384
1385         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1386         after boundp check.
1387
1388 2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1389
1390         * wl-summary.el (wl-summary-mimic-kill-buffer): New command.
1391         (wl-summary-mode-map): Substitute `wl-summary-mimic-kill-buffer'
1392         for `kill-buffer'.
1393
1394         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
1395         handler of current buffer from elmo-folder.
1396
1397 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1398
1399         * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
1400
1401 2004-11-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-summary.el (wl-summary-buffer-event-handler): New internal
1404         variable.
1405         (wl-summary-event-handler): New class.
1406         (elmo-event-handler-flag-changed): Define to update persistent
1407         mark.
1408         (wl-summary-buffer-set-folder): Register event handler to
1409         elmo-folder.
1410         (wl-summary-exit): Unregister event handler.
1411         (wl-summary-goto-folder-subr): Ditto.
1412         (wl-summary-mark-as-read-all): Does not call
1413         `wl-summary-update-persistent-mark' directly.
1414         (wl-summary-mark-as-read-internal): Ditto.
1415         (wl-summary-set-persistent-mark-internal): Ditto.
1416         (wl-summary-set-flags-internal): Ditto.
1417
1418         * Version number is increased to 2.11.33.
1419
1420 2004-10-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1421
1422         * wl-summary.el (wl-summary-mode): Set `show-trailing-whitespace'
1423         to nil.
1424
1425 2004-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1426
1427         * wl-spam.el (wl-spam-setup): Add hook
1428         `wl-summary-auto-check-spam' to `wl-summary-sync-updated-hook'
1429         instead of `wl-summary-prepare-hook'.
1430
1431         * wl-summary.el (wl-summary-set-flags): Allow flag operation even
1432         if folder type is `'flag'.
1433         (wl-summary-mark-as-important): Ditto.
1434
1435 2004-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1436
1437         * wl-address.el (wl-address-minibuffer-history): New variable.
1438         (wl-address-minibuffer-local-map): New keymap.
1439         (wl-address-read-from-minibuffer): New function.
1440
1441         * wl-action.el (wl-summary-get-resend-address): Use
1442         `wl-address-read-from-minibuffer' instead of `completing-read'.
1443
1444 2004-10-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1445
1446         * Version number is increased to 2.11.32.
1447
1448 2004-10-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
1449
1450         * wl-vars.el (wl-mime-charset): Change default value for XEmacs
1451         without mule to iso-8859-1.
1452         (wl-draft-add-in-reply-to): Add note in description.
1453         (wl-draft-add-references): Ditto.
1454
1455 2004-10-10  Yuuichi Teranishi  <teranisi@gohome.org>
1456
1457         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Changed
1458         definition for `m'.
1459         (wl-summary-mode-line-format): Add '[%m]'.
1460         (wl-message-mode-line-format-spec-alist): Ditto.
1461         (wl-summary-display-mime-mode-list): New variable.
1462
1463         * wl-summary.el (wl-summary-buffer-display-mime-mode): Renamed
1464         from wl-summary-buffer-display-as-is.
1465         (wl-summary-buffer-display-all-header): New buffer local variable.
1466         (wl-summary-mode-map): Bind "H" to the 'wl-summary-toggle-all-header'.
1467         (wl-summary-goto-folder-subr): Setup wl-summary-buffer-display-mime-mode
1468         instead of wl-summary-buffer-display-as-is.
1469         (wl-summary-unset-persistent-mark): Don't use term 'Flag' here.
1470         (wl-summary-set-persistent-mark): Ditto.
1471         (wl-summary-set-message-buffer-or-redisplay): Just call
1472         `wl-summary-redisplay-internal' without optional arguments.
1473         (wl-summary-toggle-mime): Rewrite.
1474         (wl-summary-redisplay): Don't use `wl-summary-buffer-display-as-is'.
1475         (wl-summary-toggle-all-header): New function.
1476         (wl-summary-redisplay-internal): Treat mime mode.
1477
1478         * wl-mime.el (wl-draft-yank-current-message-entity): Pass mode
1479         to wl-mime-preview-follow-no-mime.
1480         (wl-mime-preview-follow-no-mime): Bind elmo-mime-display-header-analysis
1481         accodring to the display-mode.
1482
1483         * wl-message.el (wl-message-buffer-display-type): Rewrite.
1484         (wl-message-buffer-display): Changed argument name from `as-is' to
1485         `mode'.
1486         (wl-message-display-internal): Ditto;
1487         Bind elmo-mime-display-header-analysis according to the mode.
1488         (wl-message-display-internal): Put wl-message-display-mime-mode
1489         property on entire buffer.
1490
1491 2004-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
1492
1493         * wl-draft.el (wl-draft-do-fcc): Undo last change.
1494
1495 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
1496
1497         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
1498         Don't extract mail address.
1499         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
1500
1501         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
1502
1503         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1504
1505 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1506
1507         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
1508         wl-fldmgr-cut-entity-list on confirmation.
1509
1510 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
1513         (wl-mime-quit-preview): Check existence of
1514         mime-edit-temp-message-buffer here.
1515
1516 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1517
1518         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
1519         after deletion.
1520
1521         * wl-draft.el (wl-draft-send-confirm): Check major-mode
1522         before calling wl-mime-quit-preview.
1523
1524 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1525
1526         * wl-summary.el (wl-summary-pick): If call it with prefix
1527         argument, set `delete-marks' as non-nil. Pick from only visible
1528         messages.
1529         (wl-summary-check-target-mark): New function.
1530         (wl-summary-target-mark-mark-as-read): Use it.
1531         (wl-summary-target-mark-mark-as-unread): Ditto.
1532         (wl-summary-target-mark-operation): Ditto.
1533         (wl-summary-target-mark-set-flags): Ditto.
1534         (wl-summary-target-mark-save): Ditto.
1535         (wl-summary-target-mark-pick): Ditto.
1536         (wl-summary-target-mark-forward): Ditto.
1537         (wl-summary-target-mark-reply-with-citation): Ditto.
1538         (wl-summary-target-mark-print): Ditto.
1539         (wl-summary-target-mark-uudecode): Ditto.
1540
1541         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
1542         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
1543         with `ask-coding' is non-nil.
1544
1545 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1546
1547         * wl-thread.el (wl-thread-set-parent): If parent is a message
1548         which is identified by references, set linked as nil.
1549
1550 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1551
1552         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
1553         (wl-message-mode-line-format-spec-alist): Ditto.
1554         (wl-message-mode-line-format): Ditto.
1555         (wl-summary-mode-line-format): Ditto for docstring.
1556         (wl-summary-no-mime-folder-list): Fix typo.
1557
1558         * wl-util.el (wl-current-message-buffer): Call
1559         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
1560
1561         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
1562         variable.
1563         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
1564         of `wl-summary-redisplay-no-mime'.
1565         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
1566         (wl-summary-toggle-mime): New function.
1567         (wl-summary-redisplay-all-header): Rewrite.
1568         (wl-summary-redisplay-no-mime): Ditto.
1569         (wl-summary-redisplay-internal): Added argument `as-is' and
1570         `all-header'.
1571
1572         * wl-refile.el (wl-refile-default-from-folder-path-separator):
1573         New variable.
1574         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
1575         bottom.
1576         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
1577         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
1578         "/" unconditionally.
1579
1580         * wl-mime.el (wl-draft-yank-current-message-entity): Use
1581         wl-mime-preview-follow-no-mime for as-is content.
1582         (wl-mime-preview-follow-no-mime): New function.
1583         (wl-mime-preview-follow-current-region): Fixed parenthesis.
1584
1585         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
1586         and added `as-is', `all-header'.
1587         (wl-message-buffer-display): Ditto.
1588         (wl-message-buffer-display-type): New function.
1589
1590 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1591
1592         * wl-vars.el (wl-message-header-button-alist): Change default
1593         value.
1594         (wl-message-body-button-alist): Ditto.
1595
1596 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
1597
1598         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
1599
1600 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1601
1602         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
1603
1604 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1605
1606         * wl-summary.el (wl-summary-sync-marks): Remove condition which
1607         is always true.
1608
1609 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
1610
1611         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
1612         on null entity.
1613
1614 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1615
1616         * wl-vars.el (wl-draft-reply-default-position): Fix range.
1617
1618 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1619
1620         * wl-vars.el (wl-summary-resend-hook): New hook.
1621
1622         * wl-action.el (wl-summary-exec-action-resend-subr): Run
1623         `wl-summary-resend-hook'.
1624
1625 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1626
1627         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
1628         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
1629         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
1630         (wl-summary-new-cached-mark): Changed default value to 'n'.
1631         (wl-summary-unread-cached-mark): Changed default value to 'u'.
1632         (wl-summary-answered-cached-mark): Changed default value to 'a'.
1633         (wl-folder-sync-range-alist): Remove spec for 'flag.
1634         (wl-summary-force-prefetch-folder-list): New user option.
1635
1636         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
1637         `wl-summary-toggle-persistent-mark'.
1638         (wl-summary-update-mark-and-highlight-window): Don't highlight when
1639         number is nil.
1640         (wl-summary-mark-as-answered-region): Set interactive argument of
1641         `wl-summary-set-persistent-mark-internal'.
1642         (wl-summary-mark-as-important-region): Ditto.
1643         (wl-summary-unset-persistent-mark): Ditto.
1644         (wl-summary-set-persistent-mark): Ditto.
1645         (wl-summary-mark-as-answered): Ditto.
1646         (wl-summary-mark-as-important): Ditto.
1647         (wl-summary-set-persistent-mark-internal): Do nothing
1648         when `elmo-message-flag-available-p' is nil.
1649         (wl-summary-toggle-persistent-mark): New function.
1650         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
1651         when the folder matches `wl-summary-force-prefetch-folder-list'.
1652
1653
1654         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
1655         when number is nil.
1656         (wl-highlight-summary-forwarded-face): New face.
1657
1658 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
1659
1660         * Version number is increased to 2.11.31.
1661
1662 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1663
1664         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
1665         (wl-biff-check-folder-async): Ditto.
1666         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
1667
1668 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
1669
1670         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
1671         Add an argument `reverse'.  All callers are updated.
1672         (wl-summary-sort): Add a prefix argument `reverse' to specify
1673         reverse sorting.
1674         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
1675         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
1676         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
1677
1678 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1679
1680         * wl-message.el (wl-message-redisplay): Does not narrow header if
1681         disply-type is all-header or as-is.
1682
1683         * wl-summary.el (wl-summary-enter-handler): Use
1684         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
1685
1686 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1687
1688         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
1689         after adding wl-draft-parent-variables.
1690         (wl-draft-forward): Ditto.
1691
1692 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1693
1694         * wl-summary.el (wl-summary-sync-marks): Call
1695         `wl-summary-set-persistent-mark' and
1696         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
1697         (wl-summary-set-persistent-mark-internal): Add 4th argument
1698         `no-server'.
1699         (wl-summary-unset-persistent-mark): Ditto.
1700         (wl-summary-set-persistent-mark): Ditto.
1701         (wl-summary-add-flags-internal): Abolish.
1702         (wl-summary-remove-flags-internal): Ditto.
1703         (wl-summary-mark-as-important-internal): Ditto.
1704         (wl-summary-mark-as-important): Use
1705         `wl-summary-set-persistent-mark' instead of
1706         `wl-summary-add-flags-internal'.
1707         (wl-summary-mark-as-important-region): Ditto.
1708
1709         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1710
1711         * wl-summary.el (wl-summary-get-available-flags): New function.
1712         (wl-summary-sync-marks): Use it and simplified.
1713         (wl-summary-unset-persistent-mark): Use
1714         `wl-summary-get-available-flags'.
1715         (wl-summary-set-persistent-mark): Ditto.
1716
1717 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
1718
1719         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
1720         id.
1721
1722 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1723
1724         * wl-summary.el (wl-summary-enter-handler): If argument is not a
1725         number, call `wl-summary-prev-line-content'. Show message when the
1726         message is not found.
1727
1728 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1729
1730         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
1731         wl-summary-enter-handler.
1732         (wl-summary-enter-handler): New command.
1733
1734         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
1735         docstring and custom spec.
1736
1737         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
1738         flags too; Don't treat Cached and New.
1739         (wl-summary-set-persistent-mark): Ditto.
1740
1741         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
1742         `wl-folder-set-flag'.
1743
1744         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
1745         instead of `wl-folder-set-flag'.
1746
1747         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
1748         for completion.
1749         (wl-summary-set-persistent-mark): Ditto.
1750
1751         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
1752         instead of `wl-draft-quit-preview'.
1753
1754         * wl-mime.el (toplevel): Avoid compile warning.
1755         (wl-mime-quit-preview): New function
1756         (formarly defined as `wl-draft-quit-preview').
1757         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
1758         quitting method.
1759
1760         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
1761
1762         * wl-folder.el (wl-folder-set-flag): Renamed from
1763         `wl-draft-set-flag-on-parent'.
1764
1765         * wl-draft.el (wl-draft-quit-preview): New function.
1766         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
1767         (wl-draft-send): Call `wl-folder-set-flag' instead of
1768         `wl-draft-set-flag-on-parent'.
1769         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
1770
1771 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1772
1773         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
1774         (wl-draft-send): Ditto.
1775
1776 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1777
1778         * wl-vars.el (wl-draft-reply-hook): Changed default value.
1779         (wl-draft-kill-pre-hook): Set default value as nil.
1780         (wl-summary-reply-hook): Ditto.
1781         (wl-draft-kill-flags): Abolish.
1782
1783         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
1784         (wl-draft-parent-variables): Renamed from
1785         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
1786         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
1787         argument; Add wl-draft-parent-variables to
1788         wl-draft-config-variables.
1789         (wl-draft-reply): Likewise.
1790         (wl-draft-kill-flags): Abolish.
1791         (wl-draft-send): Call wl-draft-set-flag-on-parent.
1792         (wl-draft-set-flag-on-parent): New function.
1793         (wl-draft-setup-parent-flag): Ditto.
1794
1795 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
1796
1797         * wl-draft.el (wl-draft-kill-flags): Avoid error when
1798         `wl-draft-parent-folder' is "".
1799
1800 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1801
1802         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
1803         (wl-summary-digit-jump): New function.
1804         (Adviced by John Owens and Hiroya Murata)
1805
1806         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
1807         (Adviced by John Owens)
1808
1809         * wl-xmas.el (wl-message-define-keymap): Ditto.
1810
1811         * wl-mule.el (wl-message-define-keymap): Ditto.
1812
1813 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1814
1815         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
1816         change of return value of elmo-folder-count-flags.
1817
1818         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
1819         (wl-summary-mark-as-read-internal): Ditto.
1820         (wl-summary-set-persistent-mark-internal): Ditto.
1821         (wl-summary-folder-info-update): Ditto.
1822         (wl-summary-sync-update): Fixed the last change.
1823
1824         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1825
1826 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
1827
1828         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
1829         (wl-draft-kill-flags): Fixed docstring.
1830
1831         * wl-draft.el (wl-draft-kill-flags): New function.
1832         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
1833
1834 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
1835
1836         * wl-vars.el (wl-reply-hook): Abolish.
1837         (wl-draft-reply-hook): New hook.
1838         (wl-summary-reply-hook): Ditto.
1839         (wl-draft-forward-hook): Ditto.
1840         (wl-summary-forward-hook): Ditto.
1841         (wl-draft-kill-flags): New variable.
1842
1843         * wl-summary.el (wl-summary-mark-as-answered-region): Use
1844         wl-summary-set-persistent-mark-internal.
1845         (wl-summary-sync-marks): Use elmo-preserved-flags.
1846         (wl-summary-update-persistent-mark): Make it interactive.
1847         (wl-summary-set-persistent-mark-internal): New inline function.
1848         (wl-summary-mark-as-answered): Use it.
1849         (wl-summary-mark-as-unanswered): Ditto.
1850         (wl-summary-unset-persistent-mark): New function.
1851         (wl-summary-set-persistent-mark): Ditto.
1852         (wl-summary-reply): Don't set answered flag;
1853         Run wl-summary-reply-hook instead.
1854         (wl-summary-forward): Call wl-draft-forward with number.
1855         Run wl-summary-forward-hook.
1856
1857         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
1858         (wl-highlight-summary-line-face-spec): Use it as a default
1859         persistent mark face.
1860
1861         * wl-draft.el (wl-draft-forward): Added optional argument number;
1862         Set wl-draft-parent-number; Run wl-draft-forward-hook.
1863         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
1864         (wl-draft-kill): Use wl-draft-kill-flags.
1865
1866         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
1867
1868         * wl-folder.el (wl-folder-check-one-entity): Follow the change
1869         of return value of elmo-folder-count-flags.
1870
1871         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1872
1873         * wl-summary.el (wl-summary-count-unread): Ditto.
1874         (wl-summary-sync-update): Follow the change above.
1875         (wl-summary-force-prefetch): New function.
1876
1877 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
1878
1879         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
1880         variable `buf' with `let' instead of `setq'.
1881
1882 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1883
1884         * wl-mime.el (wl-message-delete-current-part): If filename exists,
1885         add Content-Disposition heaeder on the deleted part.
1886
1887 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
1888
1889         * wl-draft.el (wl-draft-save): Encode address list under edit by
1890         `eword-encode-unstructured-field-body'.
1891
1892         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
1893
1894 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1895
1896         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
1897         wl-current-summary-buffer.
1898
1899 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
1900
1901         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
1902         `numbers' is ignored.
1903
1904 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1905
1906         * wl-folder.el (wl-folder-open-folder): Avoid error.
1907         Reported by John Owens, [wl-en:815]
1908
1909         * wl.el (wl): Set timer for biff process even if prefix argument
1910         is given or auto-checking is quitted.
1911
1912         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
1913         immediately.
1914         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
1915         (wl-toggle-plugged): Ditto.
1916
1917         * wl-vars.el (wl-biff-use-idle-timer): New variable.
1918         * wl-util.el (wl-biff-start): Use idle timer if
1919         `wl-biff-use-idle-timer' is non-nil.
1920
1921 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1922
1923         * wl-highlight.el (wl-highlight-message): Fix description.
1924
1925 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1926
1927         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
1928         tty.
1929
1930 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1931
1932         * wl-action.el (wl-summary-exec): Print failure count.
1933
1934 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1935
1936         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
1937         to `defun', remove interactive form.
1938         Set elmo-message-fetch-confirm when force-reload is non-nil.
1939
1940 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1941
1942         * wl-summary.el (toplevel): Removed unnecessary autoload.
1943
1944 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1945
1946         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
1947         the buffer is generated from another message buffer.
1948
1949 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
1950
1951         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
1952         extracted from `wl-fldmgr-save-folders'.
1953         (wl-fldmgr-delete): Call it after deletion.
1954
1955 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1956
1957         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
1958         multi-tty support.
1959
1960 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
1961
1962         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
1963
1964 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
1965
1966         * wl-summary.el (wl-summary-rescan): Remove unused variables.
1967         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
1968
1969 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1970
1971         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
1972         unsubscribe list only if argument CLEAR is nil.
1973
1974 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1975
1976         * wl-draft.el (wl-draft-reply): Decode subject before removing
1977         Re: prefix.
1978
1979 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
1980
1981         * wl-summary.el (wl-summary-sort-by-size): New command.
1982
1983 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1984
1985         * wl-summary.el (wl-summary-number-list-from-region): New
1986         function.
1987         (wl-summary-mark-as-read-region): Use it.
1988         (wl-summary-mark-as-unread-region): Ditto.
1989         (wl-summary-set-flags-region): Ditto and add optional argument
1990         remove.
1991         (wl-summary-mark-as-answered-region): Ditto.
1992         (wl-summary-mark-as-important-region): Ditto.
1993         (wl-summary-target-mark-mark-as-important): Added optional
1994         argument remove.
1995         (wl-summary-target-mark-mark-as-answered): Ditto.
1996         (wl-summary-target-mark-set-flags): Ditto.
1997
1998 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1999
2000         * wl-summary.el (wl-summary-set-flags-region): Call
2001         `wl-summary-set-flags-internal' with number list instead of call
2002         one by each message.
2003         (wl-summary-target-mark-set-flags): Likewise.
2004
2005 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2006
2007         * wl-summary.el (wl-summary-target-mark-operation): Add optional
2008         argument `inverse' and use `wl-summary-delete-all-target-marks'.
2009         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
2010         (wl-summary-target-mark-mark-as-answered): Likewise.
2011
2012 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2013
2014         * wl-summary.el (wl-summary-target-mark-forward): Use
2015         `wl-summary-delete-all-target-marks' instead of
2016         `wl-summary-delete-all-temp-marks'.
2017         (wl-summary-target-mark-reply-with-citation): Ditto.
2018         (wl-summary-target-mark-uudecode): Ditto.
2019         (wl-summary-target-mark-set-flags): Ditto and remove needless
2020         cursor move.
2021
2022 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2023
2024         * wl-summary.el (wl-summary-target-mark-forward): Protect
2025         wl-summary-buffer-target-mark-list from nreverse.
2026         (wl-summary-target-mark-reply-with-citation): Ditto.
2027
2028 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2029
2030         * wl-thread.el (wl-thread-update-indent-string-thread): Use
2031         `elmo-display-progress-threshold'.
2032
2033 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
2036         check `wl-summary-highlight'.
2037         (wl-summary-window-scroll-functions): Respect value of
2038         `wl-summary-highlight'.
2039         (wl-summary-sync-update): Run hooks
2040         `wl-summary-buffer-window-scroll-functions' at any time.
2041
2042 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2043
2044         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
2045         from `wl-summary-cleanup-temp-marks'.
2046         (wl-summary-cleanup-temp-marks): Abolish argument.
2047         * wl.el (wl-save-status): Revert previous change.
2048         (wl-execute-temp-marks): New function, call
2049         `wl-summary-exec-with-confirmation'.
2050         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
2051         (wl-folder-save-and-exec-marks): Abolished.
2052
2053 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2054
2055         * wl-e21.el (wl-e21-display-image-p): Respect
2056         `wl-highlight-folder-with-icon'.
2057         (wl-e21-highlight-folder-group-line): Highlight mouse line
2058         even if wl-e21-display-image-p is nil.
2059
2060         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
2061         Respect value of `wl-summary-highlight'.
2062
2063         * wl.el (wl-save-status): Remove unused variable.
2064
2065         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
2066         (wl-folder-mode-map): Bind it to "x".
2067
2068 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2069
2070         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
2071
2072         * wl-thread.el (wl-thread-get-parent-list): Don't check
2073         disconnected ancestors, neglecting needless work in
2074         `wl-thread-update-indent-string-thread'.
2075
2076         * wl.el (wl-save): Take prefix argument to execute remaining marks.
2077         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
2078         argument, add argument default-keep to keep marks by default.
2079
2080         * Version number is increased to 2.11.30.
2081
2082         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
2083         customization type and docstring.
2084         (wl-draft-reply-without-argument-list): Ditto.
2085
2086 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2087
2088         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2089
2090         * wl-spam.el (wl-spam-mark-action-list): Ditto.
2091
2092 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
2093
2094         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
2095
2096 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2097
2098         * wl-draft.el (wl-draft-config-exec): Narrow the range of
2099         save-excursion so as not to include run-hooks.
2100
2101 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2102
2103         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
2104         Clarify that marks are going to be cleared.
2105
2106 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2107
2108         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
2109         according to 3rd element of wl-summary-flag-mark.
2110
2111         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
2112
2113 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2114
2115         * wl-action.el (wl-summary-target-mark-all): Don't set
2116         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
2117
2118 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
2119
2120         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
2121         (wl-forward-subject-prefix): Ditto.
2122         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
2123         (wl-draft-reply-make-subject): Ditto.
2124
2125         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
2126         `wl-draft-forward'.
2127         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
2128
2129 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
2130
2131         * wl-action.el (wl-summary-target-mark-set-action): Stop if
2132         target message does not exist.
2133
2134 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
2135
2136         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
2137         `wl-subject-prefix-regexp'.
2138         (wl-subject-forward-prefix-regexp): New variable.
2139         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
2140         `wl-draft-strip-subject-re' and take regexp as argument.
2141         (wl-draft-forward): Use it.
2142         (wl-draft-reply): Ditto.
2143
2144 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2145
2146         * wl-e21.el (wl-highlight-plugged-current-line): Change for
2147         emacs multi-tty support.
2148
2149 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2150
2151         * wl-e21.el (wl-e21-display-image-p): Don't call
2152         `display-images-p'.
2153         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
2154         support.
2155         (wl-highlight-folder-current-line): Ditto.
2156         (wl-folder-init-icons): Ditto.
2157
2158 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2159
2160         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
2161         the last line of summary in unplugged mode.
2162
2163 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
2164
2165         * wl-vars.el (wl-refile-rule-alist): Doc fix.
2166
2167 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
2168
2169         * wl-vars.el (wl-user-mail-address-regexp): New variable.
2170         * wl-address.el (wl-address-user-mail-address-p): Use it.
2171         (wl-address-delete-user-mail-addresses): Ditto.
2172         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
2173
2174         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
2175         (wl-address-delete-user-mail-addresses): Ditto.
2176
2177         * wl-address.el (wl-address-delete-user-mail-addresses): New
2178         function.
2179         * wl-refile.el (wl-refile-guess-by-history): Use it.
2180         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
2181         (wl-draft-make-mail-followup-to): Ditto and fix logic.
2182
2183         * wl-draft.el (wl-draft-edit-string): To judge sender address,
2184         use wl-address-user-mail-address-p.
2185
2186 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
2187
2188         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
2189         after opening group.
2190
2191 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2192
2193         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
2194         of elmo-set-buffer-multibyte.
2195
2196         * wl-message.el (wl-original-message-mode): Ditto.
2197
2198         * wl-score.el (wl-score-insert-header): Ditto.
2199
2200         * wl-summary.el
2201         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
2202         (wl-summary-goto-folder-subr): Ditto.
2203         (wl-summary-insert-headers): Ditto.
2204
2205         * wl-util.el (wl-set-string-width): Ditto.
2206
2207         * Version number is increased to 2.11.29.
2208
2209 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2210
2211         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
2212         (wl-highlight-summary-line-help-echo-alist): New variable.
2213         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
2214         into `wl-highlight-summary-line-help-echo' and
2215         `wl-highlight-flag-folder-help-echo'.
2216         (wl-highlight-summary-line-string): Change accordingly.
2217         (wl-highlight-summary-current-line): Ditto.
2218
2219 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2220
2221         * wl-highlight.el (wl-highlight-message): Ignore white spaces
2222         at the beginning of field body (Thanks to Markus Knittig).
2223
2224         * wl-draft.el (wl-draft-insert-current-message): Also check
2225         summary buffer, remove unnecessary tag.
2226
2227 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2228
2229         * wl-draft.el (wl-draft-insert-current-message): Cause error also
2230         when wl-message-buffer is nil.
2231
2232         * wl-folder.el (wl-folder): Abolish unused argument.
2233         Call wl-folder-init when wl-folder-entity is nil.
2234         * wl.el (wl): Change accordingly.
2235
2236 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2237
2238         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
2239         multibyte string before insert into draft buffer.
2240         (wl-draft-create-buffer): Always enable multibyte characters for
2241         draft buffer.
2242
2243         * Version number is increased to 2.11.28.
2244
2245 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2246
2247         * wl-folder.el (wl-folder-open-close): Handle blank line.
2248         (wl-folder-jump-to-current-entity): Ditto.
2249
2250 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2251
2252         * Version number is increased to 2.11.27.
2253
2254 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2255
2256         * wl-thread.el (wl-thread-insert-message): When the thread is
2257         devided by wl-summary-max-thread-depth, insert line at the end of
2258         buffer.
2259
2260 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2261
2262         * Version number is increased to 2.11.26.
2263
2264 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
2265
2266         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
2267
2268 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
2269
2270         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
2271         value of stream-type and session.
2272
2273 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2274
2275         * Version number is increased to 2.11.25.
2276
2277 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
2278
2279         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
2280         in a quit message.
2281
2282 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
2283
2284         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
2285         (wl-summary-redisplay-no-mime-internal): Ditto.
2286
2287 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2288
2289         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
2290         * wl-vars.el (wl-smtp-connection-type): Ditto.
2291
2292 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
2293
2294         * wl-highlight.el (wl-highlight-message): Change to strict regexp
2295         for the separator line and quote mail-header-separator.
2296
2297 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2298
2299         * wl-spam.el (wl-message-check-spam): Fixed problem no display
2300         result message.
2301
2302         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
2303         `elmo-multiple-fields-body-list' with boundary as
2304         mail-header-separator.
2305
2306 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2307
2308         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
2309
2310 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
2311
2312         * wl-util.el (wl-list-diff): Remove unused function.
2313
2314         * wl-draft.el (wl-draft-send-confirm): Discard input before
2315         confirmation.
2316
2317 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2318
2319         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
2320         order of flag and new.
2321
2322 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-vars.el (wl-refile-policy-alist): Abolished.
2325
2326         * wl-action.el (wl-summary-set-action-refile): Follow the change
2327         above.
2328
2329 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2330
2331         * wl-highlight.el (wl-highlight-signature-search): Don't use
2332         re-search-backward for a long word since it is possible to crash
2333         XEmacs because of a bug.
2334
2335 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
2336
2337         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
2338
2339 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
2340
2341         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
2342         argument for wl-summary-sync-force-update.
2343
2344 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
2345
2346         * wl-summary.el (wl-summary-mode-map): Revival of
2347         wl-summary-mark-as-important related bindings;
2348         Bind 'F','tF','mF','rF','m&'.
2349         (wl-summary-mark-as-important-region): Revival.
2350         (wl-summary-target-mark-mark-as-important): Ditto.
2351         (wl-summary-target-mark-operation): New function.
2352         (wl-summary-target-mark-mark-as-answered): Use it.
2353         (wl-summary-decide-flag): Don't set Important as default.
2354         (wl-summary-mark-as-important-internal): Revival.
2355         (wl-summary-mark-as-important): Ditto.
2356
2357         * wl-thread.el (wl-thread-mark-as-important): Ditto.
2358
2359         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
2360         instead of facep.
2361
2362 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2363
2364         * wl-dnd.el (wl-dnd-drop-func): Fix.
2365
2366         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
2367         mouse-set-point instead of posn-point.
2368
2369         * wl-xmas.el (wl-completing-read-multiple): Define as function.
2370
2371         * wl-mule.el (wl-completing-read-multiple): Ditto.
2372
2373 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-demo.el (face-background-name): Defalias to avoid compile
2376         warning.
2377
2378 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2379
2380         * wl-summary.el (wl-summary-decide-flag): Use
2381         wl-completing-read-multiple instead of completing-read-multiple.
2382
2383         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
2384         New alias.
2385
2386         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
2387         Use face-background-name instead of face-background.
2388
2389         * wl-vars.el (wl-summary-save-file-suffix): New user option.
2390
2391         * wl-summary.el (wl-summary-save): Use it.
2392         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
2393
2394         * wl-mime.el (wl-mime-save-content): Fix last change.
2395
2396 2004-02-10  Len Trigg <lenbok@myrealbox.com>
2397
2398         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
2399         New function.
2400         (wl-summary-sort-specs): Added sort.
2401         * wl-mime.el (wl-mime-save-content): Expand file name.
2402
2403 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-mime.el (wl-draft-preview-message): Fixed typo.
2406
2407         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
2408
2409 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2410
2411         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
2412         for flag if it is not defined.
2413
2414 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
2415
2416         * wl-e21.el (wl-highlight-folder-current-line): Use
2417         elmo-folder-type-internal when elmo-folder-type returns nil.
2418
2419         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
2420
2421         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
2422
2423         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
2424
2425         * wl-e21.el (wl-summary-toolbar): Ditto.
2426
2427         * wl-vars.el (wl-demo-background-color): Abolished.
2428         (wl-summary-persistent-mark-priority-list): Renamed from
2429         wl-summary-flag-priority-list.
2430         (wl-summary-flag-alist): New user option.
2431         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
2432         (wl-message-mode-line-format-spec-alist): Added 'F'.
2433         (wl-message-mode-line-format): Likewise.
2434         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
2435         instead of wl-summary-important-mark.
2436         (wl-file-folder-icon): New variable.
2437
2438         * wl-thread.el (wl-thread-set-flags): Renamed from
2439         wl-thread-mark-as-important.
2440
2441         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
2442         warning.
2443         (wl-summary-mode-menu-spec): Follow the change of 
2444         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2445         (wl-summary-mode-map): Follow the change of
2446         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
2447         (wl-summary-detect-mark-position): Follow the variable name change.
2448         (wl-summary-set-flags-region): New function for the replacement of
2449         wl-summary-mark-as-important-region.
2450         (wl-summary-sync-marks): Sync all global-flags.
2451         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
2452         instead of elmo-message-flagged-p.
2453         (wl-summary-persistent-mark-string): Follow the variable name change;
2454         Put wl-summary-flag-mark if the message has global-flag.
2455         (wl-summary-target-mark-set-flags): Renamed from 
2456         wl-summary-target-mark-mark-as-important.
2457         (wl-summary-decide-flag): New function.
2458         (wl-summary-set-flags-internal): Renamed from
2459         wl-summary-mark-as-important-internal.
2460         (wl-summary-add-flags-internal): New function.
2461         (wl-summary-remove-flags-internal): Ditto.
2462         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
2463         (wl-summary-mark-as-unimportant): Abolish.
2464         (wl-summary-move-spec-alist): Changed `important' to `digest'.
2465         (wl-summary-next-message): List flagged messages in the msgdb.
2466
2467         * wl-score.el (wl-summary-score-update-all-lines): Use
2468         wl-summary-add-flags-internal instead of 
2469
2470         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
2471
2472         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
2473         from wl-message-buffer-cur-flag (To avoid misunderstanding).
2474         (wl-message-buffer-require-all-header): Renamed from
2475         wl-message-buffer-all-header-flag (Ditto).
2476         (wl-message-buffer-flag-indicator): New variable.
2477         (wl-message-redisplay): Changed local varibale name from `flag' to
2478         `display-type'; Set up wl-message-buffer-flag-indicator.
2479         (wl-message-buffer-display): Changed varibale name from `flag' to
2480         `display-type'.
2481         (wl-message-display-internal): Likewise.
2482
2483         * wl-highlight.el (wl-highlight-demo-face): Define default background
2484         color.
2485         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
2486
2487         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
2488
2489         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
2490         (wl-demo-setup-properties): Renamed from
2491         `wl-demo-set-background-color'.
2492         (wl-demo): Follow the change above.
2493         
2494         * Version number is increased to 2.11.24.
2495
2496 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2497
2498         * wl-summary.el (wl-summary-toggle-thread): Call
2499         `wl-summary-rescan' with disable-thread as non-nil.
2500         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
2501
2502 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
2503
2504         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
2505         foreground property of the face.
2506         (wl-demo-insert-text): Don't set up face property here.
2507         (wl-demo): Call wl-demo-set-background-color, anyway.
2508
2509 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2510
2511         * wl-vars.el (wl-demo-background-color): The value can be nil.
2512
2513 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
2514
2515         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
2516         to wl-summary-wheel-dispatcher.
2517
2518         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
2519         wl-message-wheel-dispatcher.
2520         (wl-message-wheel-dispatcher): New function.
2521         (wl-summary-wheel-dispatcher): Ditto.
2522
2523 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-action.el (wl-summary-target-mark-all): List messages which are
2526         not in the killed-list.
2527
2528         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
2529         only when the folder is 'flag/important.
2530
2531         * wl-address.el (wl-complete-field-body): Complete if the last
2532         character is a space.
2533
2534 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2535
2536         * wl-folder.el (wl-folder-clear-entity-info): Use
2537         elmo-clear-hash-val.
2538
2539         * wl-fldmgr.el (wl-fldmgr-rename): Set
2540         wl-folder-info-alist-modified as t.
2541
2542 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
2543
2544         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
2545
2546 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2547
2548         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
2549         (wl-folder-buffer-last-visited-entity-id): New buffer local
2550         variable.
2551         (wl-folder-revisit-last-visited-folder): New function.
2552         (wl-folder-mode-map): Bind it to "C-i".
2553         (wl-folder-set-current-entity-id): Set last visited folder.
2554         * wl-summary.el (wl-summary-exit): Ditto.
2555
2556 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2557
2558         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
2559         before calling `recenter' in order to cope with an XEmacs bug.
2560
2561 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2562
2563         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
2564         to the default value.
2565
2566 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2567
2568         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
2569         change.
2570         (wl-summary-sync-marks): Ditto.
2571         (wl-summary-mark-as-read-internal): Ditto.
2572         (wl-summary-mark-as-answered-internal): Ditto.
2573         (wl-summary-mark-as-important-internal): Ditto.
2574         (wl-summary-reply): Ditto.
2575
2576         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
2577         instead of `elmo-folder-unflag-answered'.
2578
2579         * Version number is increased to 2.11.23.
2580
2581         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
2582         the last change.
2583
2584 2004-01-11  Kenichi Okada  <okada@opaopa.org>
2585
2586         * wl-spam.el (wl-summary-exec-action-refile-with-register):
2587         Specify "spam" or "good".
2588
2589 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
2590
2591         * wl-spam.el (wl-summary-exec-action-spam): Call
2592         wl-folder-confirm-existence for spam folder.
2593         (wl-spam-setup): Bind "mk".
2594
2595 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2596
2597         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
2598
2599 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2600
2601         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
2602         destination folder is empty.
2603
2604 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
2605
2606         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
2607         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
2608
2609         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
2610         (wl-summary-refile-prev-destination-region): New function.
2611         (wl-thread-refile-prev-destination): Ditto.
2612         (wl-summary-target-mark-refile-prev-destination): Ditto.
2613
2614 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
2615
2616         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
2617         (wl-demo-background-color): Changed default value.
2618
2619         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
2620         color.
2621
2622         * wl-demo.el (wl-demo-set-background-color): New function.
2623         (wl-demo): Call it.
2624
2625 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
2626
2627         * wl-address.el (wl-address-delete): Avoid mis-deleting.
2628         * wl-address.el (wl-address-add-or-change): Don't add empty
2629         address.
2630
2631 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2632
2633         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
2634
2635 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * wl-vars.el (wl-demo-image-filter-alist): New variable
2638         (wl-demo-background-color): Ditto.
2639
2640         * wl-demo.el (wl-demo-xpm-set-background): New function.
2641         (wl-demo-image-filter): Ditto.
2642         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
2643
2644         * wl-vars.el (wl-demo-icon-name-alist): New variable.
2645
2646         * wl-demo.el (wl-demo-icon-name): Define as function.
2647         (wl-demo-insert-image): Use it.
2648
2649 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
2650
2651         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
2652
2653 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
2654
2655         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
2656
2657 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
2660
2661 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2662
2663         * wl-thread.el (wl-thread-mark-as-answered): New function.
2664
2665         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
2666         answered" entry.
2667         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
2668         "r&" and wl-thread-mark-as-answered to "t&".
2669         (wl-summary-mark-as-important-region): Refine to toggle mark.
2670         (wl-summary-mark-as-answered-region): New function.
2671         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
2672         and 3rd argument.
2673         (wl-summary-mark-as-important-internal): Likewise.
2674
2675 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2676
2677         * wl-template.el (wl-template-preview): New internal variable.
2678         (wl-template-preview-p): New function.
2679         (wl-template-show): Bind `wl-template-preview' as t.
2680
2681 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2682
2683         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
2684         `elmo-message-entity-field' with 3rd argument which is non-nil.
2685
2686 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2687
2688         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
2689         Removed duplicate local bind `folder'.
2690
2691 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2692
2693         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
2694
2695 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2696
2697         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
2698         duplicate definition.
2699
2700 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
2701
2702         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
2703         non-nil, use it; Don't fetch message if there's no message in the
2704         current cursor position.
2705
2706 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
2707
2708         * wl-util.el (wl-region-exists-p): Use region-active-p.
2709         (wl-deactivate-region): New function.
2710         * wl-message.el (wl-message-redisplay): Deactivate region.
2711
2712         * wl-summary.el (wl-summary-reply): Call
2713         `wl-summary-set-message-buffer-or-redisplay' instead of
2714         `wl-summary-redisplay-internal', don't move point.
2715
2716 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2717
2718         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
2719         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
2720         by regexp.
2721
2722 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2723
2724         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
2725         if no need.
2726
2727 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2728
2729         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
2730         default value to nil.
2731         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
2732         `wl-summary-prepare-hook'; Replace refile action to
2733         `wl-summary-exec-action-refile-with-register'.
2734
2735         * Version number is increased to 2.11.22.
2736
2737 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2738
2739         * wl-summary.el (wl-summary-detect-mark-position): Set
2740         `wl-summary-buffer-weekday-name-lang'.
2741
2742 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
2743
2744         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
2745         (wl-summary-mark-as-read-all): Ditto.
2746         (wl-summary-delete-messages-on-buffer): Ditto.
2747         (wl-summary-sync-update): Ditto.
2748         (wl-summary-mark-as-read-internal): Ditto.
2749         (wl-summary-mark-as-answered-internal): Ditto.
2750         (wl-summary-update-folder-info): Abolished.
2751
2752 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2753
2754         * wl-summary.el (wl-summary-mark-as-read-all): Use
2755         `wl-summary-update-folder-info' instead of
2756         `wl-folder-update-unread'.
2757
2758 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
2759
2760         * wl-summary.el (wl-summary-update-folder-info): New function derived from
2761         `wl-summary-folder-info-update'.
2762         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
2763         instead of `wl-summary-folder-info-update'.
2764         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
2765         `wl-folder-set-folder-updated'.
2766         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
2767         instead of `wl-folder-update-unread'.
2768         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
2769         the value of `wl-summary-buffer-unread-count' for the second parameter of
2770         `wl-folder-update-unread'.
2771
2772         * Version number is increased to 2.11.21.
2773
2774 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
2775
2776         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
2777         a local variable.
2778
2779 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2780
2781         * wl-spam.el (wl-summary-mark-spam): Show message only if call
2782         interactively.
2783
2784         * wl-summary.el (wl-summary-mark-as-important-internal): New
2785         internal function.
2786         (wl-summary-mark-as-important): Use it.
2787         (wl-summary-mark-as-unimportant): New function.
2788         (wl-summary-sync-marks): Follow the API change.
2789
2790         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2791
2792         * wl-mime.el (wl-summary-burst): Check target folder is writable.
2793
2794 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
2795
2796         * wl-folder.el (wl-folder-update-unread): Re-indent.
2797         Narrow the scope of a local variable.
2798
2799 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2800
2801         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
2802         (wl-addrmgr-merge-entries): Ditto.
2803         (wl-addrmgr): Added to address entry which exists in draft buffer
2804         if no entry is in original.
2805
2806 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2807
2808         * wl-batch.el: New file.
2809
2810 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2811
2812         * wl-vars.el (wl-use-semi): Remove unused variable.
2813
2814 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
2815
2816         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
2817         "?".
2818
2819 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2820
2821         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
2822         wl-summary-new-mark.
2823         (wl-summary-new-cached-mark): New user option.
2824         (wl-summary-score-marks): Follow the change above.
2825         (wl-summary-auto-refile-skip-marks): Ditto.
2826         (wl-summary-incorporate-marks): Ditto.
2827         (wl-summary-expire-reserve-marks): Ditto.
2828
2829         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
2830
2831         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
2832         (wl-summary-persistent-mark-string): Distinguished between cached
2833         and uncached mark when the message is new.
2834
2835 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2836
2837         * wl-spam.el (wl-spam-domain): Renamed from
2838         `wl-spam-folder-guess-domain'.
2839         (wl-summary-exec-action-spam): Register as spam if domain of the
2840         source folder is good.
2841         (wl-summary-exec-action-refile-with-register): Register message if
2842         domain of the source folder is not undecided.
2843
2844 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2845
2846         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
2847         detect thread loop.
2848
2849 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2850
2851         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
2852         and wl-summary-skip-mark-list.
2853
2854 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2855
2856         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
2857
2858         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
2859
2860         * wl-spam.el (toplevel): Require wl-highlight.
2861         (wl-spam-auto-check-policy-alist): Abolish.
2862         (wl-spam-auto-check-folder-regexp-list): New user option.
2863         (wl-spam-auto-check-marks): Ditto.
2864         (wl-spam-mark-action-list): Ditto.
2865         (wl-highlight-summary-spam-face): New face.
2866         (wl-spam-auto-check-message-p): New function.
2867         (wl-spam-map-spam-messages): Fixed message.
2868         (wl-spam-register-spam-messages): Ditto.
2869         (wl-spam-register-good-messages): Ditto.
2870         (wl-summary-spam-map): Add and remove keybind.
2871         (wl-summary-target-mark-spam): Abolish.
2872         (wl-summary-refile-spam): Ditto.
2873         (wl-summary-test-spam): New function.
2874         (wl-summary-mark-spam): Ditto.
2875         (wl-summary-auto-check-spam): Follow the above change.
2876         (wl-summary-exec-action-spam): New function.
2877         (wl-summary-exec-action-refile-with-register): Fixed message.
2878         (wl-message-check-spam): New function.
2879         (wl-spam-setup): Ditto.
2880         (toplevel): Call it if this file is loaded interactivity.
2881
2882         * Version number is increased to 2.11.20.
2883
2884 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2885
2886         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
2887         when new optional argument `force' is non nil or modified.
2888
2889 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2890
2891         * wl.el (toplevel): Require wl-spam when compile.
2892         (wl-save-status): Call wl-spam-save-status.
2893
2894         * wl-spam.el (wl-spam-register-spam-messages): New function.
2895         (wl-spam-register-good-messages): Ditto.
2896         (wl-spam-save-status): Ditto.
2897         (wl-summary-mode-map): Bind
2898         wl-summary-target-mark-register-as-spam to "ms" and
2899         wl-summary-target-mark-register-as-good to "mn".
2900         (wl-summary-register-as-spam): Abolish optional argument; Use
2901         wl-spam-register-spam-messages.
2902         (wl-summary-register-as-spam-all): Use
2903         wl-spam-register-spam-messages.
2904         (wl-summary-register-as-good): Abolish optional argument; Use
2905         wl-spam-register-good-messages.
2906         (wl-summary-register-as-good-all): Use
2907         wl-spam-register-good-messages.
2908         (wl-summary-target-mark-register-as-spam): New funtion.
2909         (wl-summary-target-mark-register-as-good): Ditto.
2910
2911 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2912
2913         * wl-spam.el: New file.
2914
2915 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2916
2917         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
2918
2919         * wl-action.el (wl-auto-refile-guess-functions): New variable.
2920         (wl-summary-auto-refile): Call wl-refile-guess with
2921         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
2922
2923 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2924
2925         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
2926         with disable-thread argument non-nil.
2927
2928 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2929
2930         * wl-summary.el (wl-summary-rescan): Added optional argument
2931         disable-thread.
2932         (wl-summary-sync): Call wl-summary-rescan with argument
2933         disable-thread.
2934         (wl-summary-input-range): Added new range `rescan-thread'.
2935
2936 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
2937
2938         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
2939
2940 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2941
2942         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
2943         internal variable.
2944         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
2945         wl-summary-search-parent-by-subject-regexp and
2946         wl-summary-divide-thread-when-subject-changed as nil.
2947         (wl-summary-insert-sequential): If entity is nil, nothing to do.
2948         (wl-summary-insert-thread): Search parent entity from
2949         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
2950         thread loop.
2951
2952 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
2953
2954         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
2955
2956         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
2957
2958         * wl-util.el (wl-require-update-all-folder-p): New function.
2959         (wl-get-assoc-list-value): Added `function' to match directive.
2960         (wl-collect-draft): Rewrite.
2961
2962         * wl-summary.el (wl-summary-sync-update): Clear faces
2963         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
2964         are non-nil.
2965         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
2966         argument as function.
2967         (wl-summary-input-range): Ditto.
2968
2969         * wl-folder.el (wl-draft-get-folder): New function.
2970         (wl-folder-get-elmo-folder): Consider draft folder.
2971
2972         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
2973         (wl-draft-buffer-message-number): New buffer local variable.
2974         (wl-draft-folder-internal): New internal variable.
2975         (wl-draft-delete): Rewrite.
2976         (wl-draft-save): Ditto.
2977         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
2978         wl-folder-get-elmo-folder.
2979         (wl-draft-config-info-operation): Ditto.
2980         (wl-jump-to-draft-folder): Ditto.
2981         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
2982         (wl-draft-reedit): Rewrite.
2983
2984         * Version number is increased to 2.11.19.
2985         
2986 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
2987
2988         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
2989         variable.
2990
2991 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2992
2993         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
2994         Use ignore-errors instead of unwind-protect.
2995
2996 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
2997
2998         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
2999         for updating `wl-thread-entity-list'.
3000
3001 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3002
3003         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
3004         parameter from calling `wl-thread-entity-get-older-brothers' and
3005         `wl-thread-entity-get-younger-brothers'.
3006         Replace nested `append' with a single one.
3007
3008 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3009
3010         * wl-summary.el (wl-summary-mode): Don't use the return value of
3011         `make-local-hook'.
3012
3013 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
3014
3015         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
3016         instead of `let*'.
3017         (wl-thread-delete-message): Likewise.  Split and narrow the scope
3018         of local variables.
3019
3020 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3021
3022         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
3023         Renamed from wl-summary-window-scroll-functions.
3024         (wl-summary-window-scroll-functions): Don't set to variable.
3025         (wl-summary-display-top): Use run-hooks.
3026         (wl-summary-display-bottom): Ditto.
3027         (wl-summary-toggle-disp-msg): Ditto.
3028         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
3029         Use it instead of wl-summary-window-scroll-functions.
3030         (wl-summary-goto-folder-subr): Don't call
3031         wl-summary-window-scroll-functions, use
3032         wl-summary-buffer-window-scroll-functions instead.
3033
3034 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3035
3036         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
3037         make-local-variable.
3038
3039 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3040
3041         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
3042         set-buffer-modified-p.
3043         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
3044         (wl-summary-display-bottom): Ditto.
3045         (wl-summary-toggle-disp-msg): Ditto.
3046
3047 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3048
3049         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
3050
3051         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
3052         (wl-summary-forward): Use elmo-message-entity-field instead of
3053         elmo-message-field.
3054
3055         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
3056
3057 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3058
3059         * wl-summary.el (wl-summary-window-scroll-functions): No use
3060         `append'.
3061
3062 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
3063
3064         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
3065         function.
3066         (wl-summary-window-scroll-functions): Call it when both
3067         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
3068         (wl-summary-temp-mark): Added optional argument number.
3069         (wl-summary-message-mark): Added optional argument flag.
3070         (wl-summary-persistent-mark): Added optional argument number and flag.
3071         (wl-summary-update-persistent-mark): Ditto.
3072         (wl-summary-update-status-marks): Set "r" for interactive spec.
3073
3074         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
3075         argument number and flag.
3076
3077         * wl-action.el (wl-summary-registered-temp-mark): 
3078         Do nothing when wl-summary-buffer-temp-mark-list is nil.
3079
3080 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3081
3082         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
3083         internal variable (buffer local).
3084         (wl-summary-window-scroll-functions): New function.
3085         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
3086         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
3087         as nil.
3088         (wl-summary-update-status-marks): Added arguments beg, end and
3089         check.
3090         (wl-summary-update-mark-window): Use function.
3091         (wl-summary-sync-update): Follow the change above.
3092         (wl-summary-switch-to-clone-buffer): Copy
3093         wl-summary-buffer-unsync-mark-number-list.
3094         (wl-summary-goto-folder-subr): Set
3095         wl-summary-buffer-unsync-mark-number-list and
3096         use wl-summary-window-scroll-functions instead of
3097         wl-summary-lazy-highlight.
3098
3099         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
3100
3101 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3102
3103         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
3104
3105         * wl-summary.el (wl-summary-update-persistent-mark): Call
3106         wl-summary-set-message-modified.
3107
3108         * wl-summary.el (wl-summary-sync-update): Don't call
3109         wl-summary-update-status-marks.
3110
3111         * Version number is increased to 2.11.18.
3112
3113 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3114
3115         * wl-message.el (wl-message-prev-page): Use save-selected-window.
3116         (wl-message-next-page): Ditto.
3117
3118 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
3119
3120         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
3121         local variable.  Change the order of a collected list into the
3122         same as the specified range.  Remove nil from a collected list.
3123
3124 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3125
3126         * wl-summary.el (wl-summary-insert-headers): Set visible-only
3127         argument for elmo-folder-list-messages.
3128
3129 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3130
3131         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
3132         change (wl-summary-count-unreads return a list instead of a cons
3133         cell).
3134
3135 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
3136
3137         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
3138         `wl-summary-folder-info-update'.
3139
3140 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3141
3142         * wl-summary.el (wl-summary-set-message-modified): No use
3143         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
3144         (wl-summary-set-mark-modified): Abolish.
3145         (wl-summary-mark-modified-p): Ditto.
3146         (wl-summary-save-view): Follow the change above.
3147
3148         * wl-expire.el (wl-summary-expire): Likewise.
3149
3150 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
3151
3152         * wl-summary.el (wl-summary-detect-mark-position): Use
3153         modb-entity-handler.
3154         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
3155
3156         * Version number is increased to 2.11.17.
3157
3158 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3159
3160         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
3161         entity field value.
3162         (wl-summary-prefetch-msg): Ditto.
3163         (wl-summary-print-message-with-ps-print): Ditto.
3164
3165 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3166
3167         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
3168         for dummy entity.
3169         (wl-summary-insert-thread): Use elmo-message-entity-field.
3170         (wl-summary-update-thread): Use elmo-message-entity-field and
3171         elmo-message-entity-number.
3172         (wl-summary-line-number):  Use elmo-message-entity-number.
3173         (wl-summary-line-size): Use elmo-message-entity-field.
3174         (wl-summary-line-subject): Ditto.
3175         (wl-summary-line-from): Ditto.
3176         (wl-summary-line-attached): Ditto.
3177         (wl-summary-create-line): Ditto.
3178         (wl-summary-create-line): Use elmo-message-entity-number.
3179         (wl-summary-print-message-with-ps-print): Use
3180         elmo-message-entity-field.
3181
3182 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3183
3184         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
3185         change in elmo-msgdb-make-message-entity.
3186         (wl-summary-buffer-set-folder): Don't call
3187         wl-summary-detect-mark-position here.
3188         (wl-summary-rescan): Call elmo-message-entity-number.
3189         (wl-summary-sync-update): Ditto.
3190         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
3191
3192         * wl-score.el (wl-score-header-index): Redefine 2th element.
3193         (wl-score-overview-entity-get-extra): Abolish.
3194         (wl-score-ov-entity-get): Rewrite.
3195         (wl-score-string-index<, wl-score-string-func<): Abolish.
3196         (wl-score-string<): New function.
3197         (wl-score-string-sort): Use it.
3198
3199         * wl-refile.el (wl-refile-guess-by-history): Use
3200         elmo-message-entity-field.
3201         (wl-refile-guess-by-from): Ditto.
3202         (wl-refile-guess-by-msgid): Ditto.
3203
3204         * Version number is increased to 2.11.16.
3205
3206 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
3207
3208         * wl-folder.el (wl-folder-confirm-existence): Don't call
3209         file-exists-p if msgdb-path is nil.
3210         * wl-summary.el, wl-draft.el, wl-action.el: Rename
3211         `wl-read-folder-hist' to `wl-read-folder-history'.
3212
3213 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3214
3215         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
3216         `y-or-n-p'.
3217
3218 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3219
3220         * wl-score.el (wl-score-headers): Don't use
3221         elmo-folder-do-each-message-entity.
3222
3223         * Version number is increased to 2.11.15.
3224
3225 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3226
3227         * wl-summary.el (wl-summary-delete-all-msgs): Use
3228         elmo-folder-move-messages instead of elmo-folder-delete-messages
3229         and elmo-folder-detach-messages.
3230         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
3231
3232         * wl-expire.el (wl-expire-delete): Ditto.
3233         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3234
3235 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * wl-vars.el (wl-message-use-header-narrowing): New user option.
3238         (wl-message-header-narrowing-fields): Ditto.
3239         (wl-message-header-narrowing-lines): Ditto.
3240         (wl-message-header-narrowing-string): Ditto.
3241
3242         * wl-summary.el (wl-summary-mode-map): Bind
3243         wl-summary-toggle-header-narrowing to "C-cC-f".
3244         (wl-summary-toggle-header-narrowing): New function.
3245
3246         * wl-message.el (wl-message-buffer-create): Call
3247         wl-message-header-narrowing-setup.
3248         (wl-message-redisplay): Call wl-message-header-narrowing.
3249         (wl-message-header-narrowing): New function.
3250         (wl-message-header-narrowing-map): New keymap.
3251         (wl-message-header-narrowing-widen-map): New keymap.
3252         (wl-message-header-narrowing-again-at-mouse): New function.
3253         (wl-message-header-narrowing-1): Ditto.
3254         (wl-message-header-narrowing-widen-at-mouse): Ditto.
3255         (wl-message-header-narrowing-setup): Ditto.
3256         (wl-message-header-narrowing-toggle): Ditto.
3257         
3258         * wl-highlight.el (wl-message-header-narrowing-face): New face.
3259
3260         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
3261         'flag as all.
3262         (wl-use-flag-folder-help-echo): New user option.
3263
3264         * wl-summary.el (wl-summary-detect-mark-position): Bind 
3265         wl-summary-highlight as nil.
3266         (wl-summary-set-mark-modified): Follow the API change.
3267         (wl-summary-mark-modified-p): Ditto.
3268         (wl-summary-mark-as-read-all): Ditto.
3269         (wl-summary-sync-marks): Don't call
3270         elmo-folder-list-messages-with-global-mark.
3271         (wl-summary-mark-as-read-internal): Follow the API change.
3272         (wl-summary-mark-as-answered-internal): Ditto.
3273         (wl-summary-mark-as-important): Cause an error when 'flag folder;
3274         Follow the API change.
3275         (wl-summary-create-line): Call with number argument.
3276         (wl-summary-reply): Follow the API change.
3277
3278         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
3279         function.
3280         (wl-highlight-summary-line-string): Call it when
3281         wl-use-flag-folder-help-echo is non-nil.
3282         (wl-highlight-summary-current-line): Ditto.
3283         (elmo-flag-folder-referrer): Added autoload setting.
3284
3285         * wl-draft.el (wl-draft-kill): Follow the API change.
3286
3287         * Version number is increased to 2.11.14.
3288         
3289 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3290
3291         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
3292
3293 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3294
3295         * Version number is increased to 2.11.13.
3296
3297 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3298
3299         * wl-draft.el (wl-draft-previous-history-element): Fixed
3300         unbalanced parenthesis and bind unbound local variables.
3301
3302 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3303
3304         * wl-draft.el (wl-draft-previous-history-element): New function.
3305         (wl-draft-next-history-element): Ditto.
3306         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
3307         them to M-p and M-n.
3308
3309 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3310
3311         * Version number is increased to 2.11.12.
3312
3313 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
3314
3315         * wl-draft.el (wl-draft-hide): Select buffer-window.
3316
3317 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
3318
3319         * wl-summary.el (wl-summary-narrow-to-region): New function.
3320         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
3321         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
3322         (wl-summary-save-region): Use it.
3323         * wl-action.el (wl-summary-collect-numbers-region)
3324         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
3325
3326 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3327
3328         * wl-folder.el (wl-folder-count-incorporates): Don't use
3329         `elmo-msgdb-mark-load'
3330
3331         * Version number is increased to 2.11.11.
3332
3333 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
3334
3335         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
3336         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
3337
3338 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
3339
3340         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
3341
3342 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3343
3344         * Version number is increased to 2.11.10.
3345
3346 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3347
3348         * wl-mime.el (wl-draft-attribute-value): Fixed.
3349
3350 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3351
3352         * wl-util.el (wl-copy-local-variables): New function.
3353
3354         * wl-mime.el (wl-draft-attribute-recipients): New function.
3355         (wl-draft-attribute-envelope-from): Ditto.
3356         (wl-draft-attribute-smtp-posting-server): Ditto.
3357         (wl-draft-attribute-smtp-posting-port): Ditto.
3358         (wl-draft-attribute-value): Ditto.
3359         (wl-draft-preview-message): Use it to get value for
3360         attributes. Reflect result of `wl-draft-config'.
3361
3362         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
3363         and call `wl-summary-mark-as-read' before to call
3364         `wl-summary-unset-mark'.
3365         (wl-summary-target-mark-mark-as-unread): Likewise.
3366         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
3367
3368 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3369
3370         * wl-mime.el (wl-draft-preview-message): Use actual value for
3371         attributes; Fix for small window.
3372
3373 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3374
3375         * wl-refile.el (wl-refile-get-field-value): Call
3376         `elmo-message-entity-field' with 3rd argument is non-nil.
3377
3378 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
3379
3380         * wl-vars.el (wl-draft-preview-attributes): New user option.
3381         (wl-draft-preview-attributes-list): Ditto.
3382         (wl-draft-preview-attributes-buffer-lines): Ditto.
3383         (wl-draft-preview-attributes-buffer-name): Ditto.
3384
3385         * wl-mime.el (wl-draft-preview-message): Display attributes.
3386
3387 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3388
3389         * wl-summary.el (wl-summary-detect-mark-position): Bind
3390         wl-summary-flag-priority-list to '(new).
3391
3392 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3393
3394         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
3395         funtion.
3396         (wl-highlight-summary-line-string): Use it.
3397         (wl-highlight-summary-current-line): Ditto.
3398
3399 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
3402         line even when the mark string is not changed.
3403
3404         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3405         argument change in the wl-summary-create-line.
3406         (wl-thread-insert-entity-sub): Ditto.
3407
3408         * wl-summary.el (wl-summary-detect-mark-position): Follow the
3409         argument change in the wl-summary-create-line.
3410         (wl-summary-insert-sequential): Ditto.
3411         (wl-summary-update-thread): Ditto.
3412         (wl-summary-persistent-mark-string): New inline function.
3413         (wl-summary-message-mark): Use it.
3414         (wl-summary-create-line): Abolish argument wl-persistent-mark
3415         and added wl-flags, wl-cached.
3416
3417         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
3418         mark to flags.
3419         (wl-highlight-summary-current-line): Decide the face not by the 
3420         persistent mark but flags.
3421
3422 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3423
3424         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
3425         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
3426         wl-summary-read-uncached-mark): Revive.
3427         (wl-summary-answered-cached-mark,
3428         wl-summary-answered-uncached-mark): New user option.
3429         (wl-summary-score-marks): Follow the change above.
3430         (wl-summary-auto-refile-skip-marks): Ditto.
3431         (wl-summary-incorporate-marks): Ditto.
3432         (wl-summary-expire-reserve-marks): Ditto.
3433         (wl-summary-flag-priority-list): New user option.
3434
3435         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
3436         changes.
3437         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
3438         of elmo-message-mark.
3439         (wl-summary-mark-as-read-internal): Ditto.
3440         (wl-summary-mark-as-answered): Ditto.
3441         (wl-summary-mark-as-important): Ditto.
3442         (wl-summary-redisplay-internal): Ditto.
3443         (wl-summary-redisplay-no-mime-internal): Ditto.
3444         (wl-summary-message-mark): New function.
3445         (wl-summary-insert-sequential): Use wl-summary-message-mark
3446         instead of elmo-message-mark.
3447         (wl-summary-update-thread): Ditto.
3448         (wl-summary-persistent-mark): Ditto.
3449         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
3450         instead of elmo-message-mark.
3451
3452         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
3453         wl-summary-message-mark instead of elmo-message-mark.
3454         (wl-thread-insert-entity-sub): Ditto.
3455         (wl-thread-get-children-msgs-uncached): Ditto.
3456
3457         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3458         variable name changes.
3459         (wl-highlight-summary-current-line): Ditto.
3460
3461         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
3462         wl-summary-message-mark instead of elmo-message-mark.
3463
3464         * wl-expire.el (wl-expire-message-p): Ditto.
3465
3466         * wl-score.el (wl-score-headers): Ditto.
3467
3468         * Version number is increased to 2.11.9.
3469
3470         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3471         (wl-summary-sync-update): Follow the change above.
3472         (wl-summary-switch-to-clone-buffer): Ditto.
3473         (wl-summary-open-folder): Ditto.
3474
3475 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3476
3477         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
3478         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
3479
3480         * Version number is increased to 2.11.8.
3481
3482         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
3483
3484         * wl-expire.el (wl-expire-refile): Follow the API change on
3485         `elmo-folder-move-messages'.
3486         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3487
3488         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
3489         (wl-summary-exec-action-refile): Ditto.
3490         (wl-summary-exec-action-copy): Ditto.
3491         (wl-summary-no-auto-refile-message-p): No use
3492         `wl-summary-buffer-msgdb'.
3493         (wl-summary-auto-refile): Ditto.
3494
3495 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3496
3497         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
3498
3499 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
3500
3501         * wl-summary.el (wl-summary-sync): Treat no-sync.
3502
3503         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
3504         (wl-default-sync-range): Ditto.
3505
3506 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3507
3508         * wl-refile.el (wl-refile-subject-learn): Call
3509         `elmo-message-entity-field' with 3rd argument is non-nil.
3510         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
3511         instead of `elmo-msgdb-overview-entity-get-subject'.
3512
3513 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
3516         scan-type is rescan.
3517         (wl-summary-delete-all-temp-marks): Remove scored mark too when
3518         new optional argument force is non-nil.
3519         (wl-summary-save-view-cache): Call it with force argument non-nil.
3520
3521         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
3522
3523 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3524
3525         * wl-action.el (wl-summary-print-argument): Fixed last change.
3526
3527 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3528
3529         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
3530         simplified.
3531         (wl-summary-target-mark-mark-as-unread): Likewise.
3532         (wl-summary-target-mark-mark-as-important): Likewise.
3533
3534 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
3535
3536         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
3537         * wl-summary.el (wl-summary-mark-as-important): Arranged.
3538         (wl-summary-mark-as-important-region): Change accordingly.
3539         (wl-summary-target-mark-mark-as-important): Ditto.
3540
3541 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3542
3543         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
3544
3545         * wl-action.el (wl-summary-print-argument): Print argument to
3546         right side of window if `wl-summary-print-argument-within-window'
3547         is non-nil.
3548
3549 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
3550
3551         * wl-action.el (wl-summary-set-mark): Use
3552         `wl-summary-message-visible-p' to check visibility of the message
3553         and jump to message only when the message line is visible and have
3554         different number; Call wl-summary-unset-mark with number argument.
3555         (wl-summary-unset-mark): 
3556         Use `wl-summary-message-visible-p'
3557         to check visibility of the message and jump to message only when
3558         the message line is visible and have different number;
3559
3560 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3561
3562         * Version number is increased to 2.11.7.
3563
3564         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
3565         and wl-folder-summary-line-format.
3566
3567         * wl-summary.el (wl-summary-message-visible-p): New inline function.
3568         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
3569         (wl-summary-set-score-mark): Use it.
3570         (wl-summary-target-mark-mark-as-read): Ditto.
3571         (wl-summary-target-mark-mark-as-unread): Ditto.
3572         (wl-summary-target-mark-mark-as-important): Ditto.
3573         (wl-summary-target-mark-msgs): Simplified.
3574         (wl-summary-detect-mark-position): Fixed problem when
3575         summary-line-format no contain persisten/temp mark spec.
3576         (wl-summary-temp-mark): Ditto.
3577         (wl-summary-persistent-mark): Ditto.
3578         (wl-summary-update-persistent-mark): Ditto.
3579
3580         * wl-action.el (wl-summary-set-mark): Ditto.
3581         (wl-summary-unset-mark): Ditto.
3582         All other related portions are changed.
3583
3584 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
3585
3586         * Version number is increased to 2.11.6.
3587
3588 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
3589
3590         * wl-util.el (wl-current-message-buffer): Define as function;
3591         Don't use the value of wl-messge-buffer.
3592
3593         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
3594         persistent mark.
3595
3596         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
3597         no current message, cause an error.
3598
3599 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3600
3601         * wl-summary.el (wl-summary-set-message-modified): Use
3602         elmo-folder-set-message-modified instead of
3603         elmo-folder-set-message-modified-internal.
3604
3605 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
3606
3607         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
3608         interactively.
3609         (wl-summary-sync): nokill->entirely.
3610         (wl-summary-sync-marks): Fixed message.
3611         (wl-summary-input-range): Added mark, nokill->entirely.
3612
3613         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
3614         messages as read.
3615
3616 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3617
3618         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
3619         update-noscore.
3620         (wl-summary-sync): Follow the change above.
3621
3622 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3623
3624         * wl-action.el (wl-summary-target-mark-all): Use
3625         elmo-folder-list-messages.
3626
3627 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
3628
3629         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
3630         (wl-summary-rescan): Set wl-summary-scored as nil.
3631         (wl-summary-sync-force-update): Follow the change above.
3632         (wl-summary-sync): Ditto.
3633         (wl-summary-sync-update): Added argument disable-killed.
3634         (wl-summary-insert-headers): Set visible-only argument for
3635         elmo-folder-list-messages.
3636         (wl-summary-input-range): Added update-nokill, update-noscore,
3637         all-nokill, all-noscore and mark.
3638
3639         * Version number is increased to 2.11.5.
3640
3641         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
3642
3643 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
3644
3645         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
3646         (wl-summary-prefetch-region-no-mark): Change accordingly.
3647         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
3648
3649 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
3650
3651         * wl-address.el (wl-complete-field-to): Abolished.
3652         (wl-complete-address): Completion function for completing-read.
3653         * wl-action.el (wl-summary-get-resend-address): Use it.
3654
3655         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
3656         wl-summary-update-mark and abolish unused argument.
3657         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
3658         (wl-summary-delete-cache, wl-summary-resume-cache-status)
3659         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
3660         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
3661         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
3662         * wl-draft.el (wl-draft-kill): Ditto.
3663
3664         * wl-summary.el: Remove unused binding of case-fold-search.
3665         (wl-summary-replace-status-marks): Abolished.
3666
3667 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-action.el (wl-summary-set-mark): Cause an error when no message
3670         is specified or folder length is zero.
3671
3672 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3673
3674         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
3675         (wl-folder-archive-current-entity): Ditto.
3676
3677 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-summary.el (wl-summary-update-mark): Ignore errors while
3680         retrieving message mark.
3681         (wl-summary-redisplay-internal): Ditto.
3682
3683         * wl-message.el (wl-message-buffer-display): Ignore errors while
3684         retrieving message-id field.
3685
3686         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
3687         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3688         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
3689         order of the arguments for `wl-expire-message-p'.
3690         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
3691
3692         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
3693         Check return value of wl-summary-reply.
3694         (wl-summary-reply): Recover window configuration when an error occured.
3695
3696 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
3697
3698         * wl-summary.el (wl-summary-resend-message): Abolished, the
3699         feature is inherited by wl-summary-resend (put resend mark).
3700
3701 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3702
3703         * wl-summary.el (wl-summary-toggle-disp-msg): Set
3704         wl-message-buffer to nil when the message is hide.
3705
3706 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3707
3708         * .cvsignore: New file.
3709
3710 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
3711
3712         * wl-action.el (wl-summary-action-docstring): Add more info.
3713         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
3714         duplicate definition.
3715         (wl-summary-define-mark-action): Functions wl-summary-*-region
3716         keep current position.
3717         (wl-summary-unregister-target-mark): Store result to the variable.
3718
3719 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3720
3721         * Version number is increased to 2.11.4.
3722
3723 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3724
3725         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
3726         wl-summary-delete-all-temp-marks.
3727         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
3728
3729         * wl-action.el (wl-summary-set-mark): Changed terminology
3730         refile-destination -> action-argument.
3731         (wl-summary-unset-mark): Ditto.
3732         (wl-summary-remove-argument): Ditto.
3733         (wl-summary-print-argument): Ditto.
3734
3735         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
3736         (wl-thread-remove-argument-region): Ditto.
3737         (wl-thread-print-argument-region): Ditto.
3738         (wl-thread-close): Ditto.
3739         (wl-thread-open): Ditto.
3740
3741         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
3742         (wl-highlight-refile-destination-face is abolished)
3743         (wl-highlight-action-argument-string): Ditto.
3744         (wl-highlight-summary-current-line): Highlight action argument.
3745
3746         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
3747         color for light backgrounds.
3748         (wl-highlight-summary-answered-face): Ditto.
3749
3750 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
3751
3752         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
3753
3754         * wl-score.el (wl-summary-score-update-all-lines): Use
3755         wl-summary-set-mark.
3756         (wl-summary-score-update-all-lines): Kill expunged messages.
3757
3758         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
3759
3760 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
3761
3762         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
3763         directly.
3764         (wl-score-overview-entity-get-lines): Ditto.
3765         (wl-score-overview-entity-get-xref): Ditto.
3766         (wl-score-get-latest-msgs): Ditto.
3767         (wl-summary-rescore): Ditto.
3768
3769         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
3770         to "&".
3771         (wl-summary-mark-as-answered-internal): New inline function.
3772         (wl-summary-mark-as-answered): New function.
3773         (wl-summary-mark-as-unanswered): Ditto.
3774         (wl-summary-sync-marks): Modified for answered-mark synching.
3775
3776 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3777
3778         * wl-action.el (wl-summary-set-mark): Fixed last change.
3779
3780 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3781
3782         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
3783         behavior of wl-summary-unread-message-hook
3784         (Pointed out by akira yamada <akira@arika.org>).
3785
3786 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3787
3788         * wl-e21.el (wl-summary-toolbar): Follow the rename of
3789         wl-summary-delete.
3790         * wl-xmas.el (wl-summary-toolbar): Ditto.
3791
3792         * wl-action.el (wl-summary-set-mark): Don't override current
3793         temp-mark.
3794
3795         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
3796
3797 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
3798
3799         * wl-refile.el (wl-refile-learn): Don't use msgdb.
3800         (wl-refile-msgid-learn): Ditto.
3801         (wl-refile-get-field-value): Ditto.
3802
3803         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
3804
3805         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
3806         (wl-expire-delete-reserved-messages): Renamed from
3807         wl-expire-reserve-marked-msgs-from-list.
3808         (wl-expire-delete): Removed argument `msgdb'.
3809         (wl-expire-refile): Ditto.
3810         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3811         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
3812         mark-alist as argument.
3813         (wl-expire-archive-number1): Removed argument `msgdb'.
3814         (wl-expire-archive-number2): Ditto.
3815         (wl-expire-archive-date): Ditto.
3816         (wl-expire-localdir-date): Ditto.
3817         (wl-expire-hide): Ditto.
3818         (wl-archive-number1): Ditto.
3819         (wl-archive-number2): Ditto.
3820         (wl-archive-date): Ditto.
3821         (wl-archive-folder): Ditto.
3822         All other related portions are changed.
3823
3824 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
3825
3826         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
3827         mean move up and down. (suggested by Takashi Kawachi)
3828
3829 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3830
3831         * wl-acap.el (toplevel): Don't require un-define.
3832
3833 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
3834
3835         * wl-thread.el (wl-thread-delete-message): Always update
3836         wl-summary-buffer-number-list.
3837
3838         * wl-action.el (wl-summary-print-destination): 
3839         Do nothing when folder is nil.
3840
3841 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3842
3843         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
3844         persistent mark when prefetch is succeeded.
3845
3846 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
3847
3848         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
3849         instead of elmo-msgdb-delete-msgs.
3850         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3851         (wl-expire-hide): Ditto.
3852
3853         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
3854
3855         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
3856         elmo-msgdb interface.
3857         (wl-thread-get-exist-children): Likewise.
3858         (wl-thread-insert-message): Likewise.
3859         (wl-thread-msg-mark-as-important): Likewise.
3860         (wl-thread-insert-entity-sub): Likewise.
3861         (wl-thread-get-children-msgs-uncached): Likewise.
3862
3863         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
3864         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
3865         (wl-summary-sync-update): Likewise.
3866         (wl-summary-auto-select-msg-p): Likewise.
3867         (wl-summary-update-thread): Likewise.
3868         (wl-summary-mark-as-important): Likewise.
3869         (wl-summary-jump-to-msg-internal): Likewise.
3870         (wl-summary-redisplay-internal): Likewise.
3871         (wl-summary-print-message-with-ps-print): Likewise.
3872         (wl-summary-folder-info-update): Likewise.
3873
3874         * wl-folder.el (wl-folder-check-one-entity):
3875         elmo-folder-count-flags instead of wl-summary-count-unread.
3876
3877         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
3878
3879         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
3880
3881         * wl-summary.el (wl-summary-set-message-modified): 
3882         Call wl-summary-set-mark-modified.
3883         (wl-summary-delete-messages-on-buffer): Call
3884         wl-folder-set-folder-updated instead of wl-folder-update-unread.
3885         (wl-summary-sync-update): Call elmo-folder-length instead of
3886         elmo-folder-messages.
3887         (wl-summary-insert-headers): Don't call
3888         elmo-folder-list-message-entities.
3889
3890 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3891
3892         * wl-action.el (wl-summary-define-mark-action): Call
3893         `wl-summary-set-mark' with argument `data'.
3894         (wl-summary-auto-refile): Fixed order of arguments when call
3895         `wl-summary-refile'.
3896
3897 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
3898
3899         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
3900
3901         * wl-summary.el (wl-summary-mode-map): Bind resend action.
3902
3903         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
3904         (Renamed from wl-highlight-summary-deleted-face).
3905         (wl-highlight-summary-resend-face): New face.
3906
3907         (wl-highlight-summary-deleted-face): Renamed from
3908         wl-highlight-summary-erased-face.
3909
3910         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
3911
3912         * wl-action.el (wl-summary-get-resend-address): New function.
3913         (wl-summary-exec-action-resend): Ditto.
3914         (wl-summary-exec-action-resend-subr): Ditto.
3915
3916         * w-thread.el (wl-thread-copy): Removed definition.
3917         (wl-thread-refile): Ditto.
3918         (wl-thread-delete): Ditto.
3919         (wl-thread-target-mark): Ditto.
3920
3921         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
3922         (wl-summary-target-mark-set-action): Fixed.
3923         (wl-summary-define-mark-action): Fixed quotation.
3924         (wl-summary-move-mark-list-messages): Display message.
3925         (wl-summary-define-mark-action): Define thread functions.
3926         (wl-summary-exec-action-refile): Changed message.
3927         (wl-summary-exec): Ditto.
3928
3929 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
3930         
3931         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
3932         '%%'.
3933
3934 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
3935
3936         * wl.el (toplevel): Require wl-action.
3937         (wl-init): Call wl-summary-define-mark-action.
3938
3939         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
3940
3941         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
3942         wl-summary-delete and wl-summary-erase.
3943         (wl-summary-mode-map): Ditto.
3944
3945         * wl-vars.el (wl-dispose-folder-alist): Renamed from
3946         wl-delete-folder-alist.
3947
3948         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
3949         wl-summary-prefetch-msg instead of wl-summary-prefetch.
3950         (toplevel): Moved mark & action related functions to the wl-action.el.
3951
3952         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
3953         in wl-summary-mark-action-list.
3954         (wl-highlight-summary-current-line): Ditto.
3955
3956         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
3957         empty lines.
3958
3959         * wl-action.el: New file. 
3960
3961 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
3962
3963         * wl-summary.el (wl-summary-target-mark-replace): New function.
3964         (wl-summary-target-mark-prefetch): Use it.
3965         (wl-summary-target-mark-delete): Ditto.
3966         (toplevel): Rearranged definition order.
3967         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
3968         (wl-summary-target-mark-erase): Rewrite.
3969         (wl-summary-erase-region): New function.
3970         (wl-summary-exec-action-erase): Changed message.
3971         (wl-summary-move-mark-list-messages): New function.
3972         (wl-summary-exec-action-delete): Use it.
3973         (wl-summary-exec-action-erase): Ditto.
3974
3975         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
3976         (wl-summary-skip-mark-list): Added "d".
3977
3978         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
3979         while searching.
3980
3981         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
3982         and define using defcustom;
3983         Define 4th element as a face.
3984         
3985         * wl-summary.el (wl-summary-incorporate): Use 
3986         `wl-summary-prefetch-region-no-mark' instead of
3987         `wl-summary-prefetch-region'.
3988         (wl-summary-prefetch-region-no-mark): Revival of old
3989         `wl-summary-prefetch-region'.
3990         (wl-summary-mark-action-list): Moved to wl-vars.el
3991
3992         * wl-highlight.el (wl-highlight-summary-current-line): Decide
3993         face according to the `wl-summary-mark-action-list'.
3994         (wl-highlight-summary-current-line): Ditto;
3995         Removed destination highlighting.
3996
3997         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
3998         (wl-highlight-summary-line-string): Highlight for "i" mark.
3999         (wl-highlight-summary-current-line): Ditto.
4000
4001         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
4002         no destination.
4003
4004         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
4005         exists, just go ahead.
4006         (wl-summary-prefetch-region): Rewrite.
4007         (wl-summary-prefetch): Ditto.
4008         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
4009         (wl-summary-exec-action-prefetch): New function.
4010         (wl-summary-target-mark-prefetch): Rewrite.
4011
4012 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
4013
4014         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
4015         (wl-highlight-summary-line-string): Added "d" and "D".
4016         (wl-highlight-summary-current-line): Ditto.
4017
4018         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
4019         in wl-summary.el.
4020         (wl-thread-insert-entity-sub): Ditto.
4021         (wl-thread-remove-destination-region): Ditto.
4022         (wl-thread-print-destination-region): Ditto.
4023
4024         * wl-summary.el (wl-summary-buffer-refile-list,
4025         wl-summary-buffer-delete-list,
4026         wl-summary-buffer-copy-list): Abolish.
4027         (wl-summary-buffer-temp-mark-list): New buffer local variable.
4028         All other related portions are changed.
4029         (wl-summary-mark-action-list): New variable.
4030         (wl-summary-set-mark): New function.
4031         (wl-summary-register-target-mark): Ditto.
4032         (wl-summary-unregister-target-mark): Ditto.
4033         (wl-summary-have-target-mark-p): Ditto.
4034         (wl-summary-register-temp-mark): Ditto.
4035         (wl-summary-unregister-temp-mark): Ditto.
4036         (wl-summary-registered-temp-mark): Ditto.
4037         (wl-summary-collect-temp-mark): Ditto.
4038         (wl-summary-unset-mark): Ditto.
4039         (wl-summary-set-target-mark): Ditto.
4040         (wl-summary-unset-target-mark): Ditto.
4041         (wl-summary-set-action-generic): Ditto.
4042         (wl-summary-unset-action-generic): Ditto.
4043         (wl-summary-exec-action-delete): Ditto.
4044         (wl-summary-exec-action-erase): Ditto.
4045         (wl-summary-set-action-refile): Ditto.
4046         (wl-summary-set-action-refile-subr): Ditto.
4047         (wl-summary-unset-action-refile): Ditto.
4048         (wl-summary-make-destination-numbers-list): Ditto.
4049         (wl-summary-exec-action-refile): Ditto.
4050         (wl-summary-set-action-copy): Ditto.
4051         (wl-summary-unset-action-copy): Ditto.
4052         (wl-summary-exec-action-copy): Ditto.
4053         (wl-summary-collect-numbers-region): Ditto.
4054         (wl-summary-delete): Rewrite.
4055         (wl-summary-erase): Ditto.
4056         (wl-summary-remove-destination): Ditto.
4057         (wl-summary-exec): Ditto.
4058         (wl-summary-exec-region): Ditto.
4059         (wl-summary-target-mark-erase): Ditto.
4060         (wl-summary-refile): Ditto.
4061         (wl-summary-copy): Ditto.
4062         (wl-summary-unmark): Ditto.
4063         (wl-summary-delete-all-mark): Ditto.
4064         (wl-summary-mark-line): Don't highlight.
4065         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
4066         (wl-summary-target-mark-refile-subr): Rewrite.
4067
4068         (wl-summary-copy-prev-destination): Abolish.
4069
4070 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4071
4072         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
4073         default values along the value of wl-on-mule.
4074         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
4075         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
4076         It is not used anywhere.
4077
4078 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
4079
4080         * wl-summary.el (wl-summary-print-destination): Keep position.
4081         (wl-summary-cursor-move-surface): Keep horizontal position.
4082
4083 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4084
4085         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
4086         write sendlog.
4087
4088 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4089
4090         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
4091         `wl-summary-highlight'.
4092
4093 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
4094
4095         * wl-highlight.el (wl-highlight-summary-current-line): Remove
4096         trivial condition for temp-mark.
4097
4098 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
4099
4100         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
4101         when it hits killed buffer.
4102
4103 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4104
4105         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
4106         * wl-news.el.in: `message' and `error' take format string.
4107
4108 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
4109
4110         * wl-folder (wl-folder-insert-entity): Display a message,
4111         `...done', when the work finish.
4112         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
4113
4114 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4115
4116         * wl-message.el (wl-message-redisplay): Remove unused local
4117         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
4118
4119 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4120
4121         * wl-summary.el (wl-summary-replace-status-marks): Disable
4122         interactive use.
4123         (wl-summary-reedit): Check message existence at first.
4124         (wl-summary-mark-line): Fix doc, return value is indefinite.
4125
4126         * wl-highlight.el (wl-highlight-message): Arranged.
4127
4128         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
4129         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
4130         check temp-mark by wl-summary-temp-mark always.
4131         (wl-highlight-summary): Change accordingly.
4132         * wl-summary.el (wl-summary-mark-as-read-all)
4133         (wl-summary-delete-cache, wl-summary-set-score-mark)
4134         (wl-summary-mark-as-unread, wl-summary-unmark)
4135         (wl-summary-mark-line, wl-summary-mark-as-read)
4136         (wl-summary-mark-as-important): Ditto.
4137
4138         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
4139         end of the window if possible.
4140         * wl-summary.el (wl-summary-sync-update): Support lazy
4141         highlighting.
4142         (wl-summary-toggle-disp-msg): Ditto.
4143
4144 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
4145
4146         * wl-util.el (wl-as-coding-system): Define for non-mule too.
4147
4148 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4149
4150         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
4151         change.
4152
4153 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4154
4155         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
4156         API.
4157         (wl-summary-sync-update): Ditto.
4158
4159         * wl-score.el (wl-score-get-score-alist): Changed argument.
4160         (wl-summary-rescore-msgs): Likewise.
4161         (wl-summary-score-headers): Likewise.
4162         (wl-score-headers): Likewise;
4163         Use elmo-folder-do-each-message-entity, etc.
4164         (wl-summary-score-effect): Follow the changes above.
4165         (wl-summary-rescore): Ditto.
4166         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
4167         (wl-score-get-overview): Abolish.
4168
4169         * wl-summary.el (wl-summary-default-from): Follow the API change in
4170         elmo-msgdb.
4171         (wl-summary-count-unread): Ditto.
4172         (wl-summary-detect-mark-position): Ditto.
4173         (wl-summary-overview-entity-compare-by-date): Ditto.
4174         (wl-summary-overview-entity-compare-by-number): Ditto.
4175         (wl-summary-overview-entity-compare-by-from): Ditto.
4176         (wl-summary-overview-entity-compare-by-subject): Ditto.
4177         (wl-summary-get-list-info): Ditto.
4178         (wl-summary-rescan): Ditto.
4179         (wl-summary-jump-to-msg-by-message-id): Ditto.
4180         (wl-summary-sync-update): Ditto; Removed comment.
4181         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
4182         (wl-summary-insert-message): Use wl-summary-insert
4183         (wl-summary-insert-sequential): Changed argument msgdb to folder.
4184         (wl-summary-insert-headers): Changed argument overview to folder.
4185         (wl-summary-search-by-subject): Likewise.
4186         (wl-summary-insert-thread): Renamed from 
4187         wl-summary-insert-thread-entity and changed argument msgdb to folder.
4188
4189         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
4190         too.
4191
4192         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
4193         wl-string-member.
4194
4195 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
4196
4197         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
4198         elmo-folder-append-buffer.
4199         (wl-draft-queue-append): Likewise.
4200
4201         * wl-mime.el (wl-message-delete-current-part): Ditto.
4202         (wl-summary-burst-subr): Ditto.
4203
4204         * wl-news.el.in (wl-news-send-news): Ditto.
4205
4206 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
4207
4208         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
4209         function.
4210         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
4211         (wl-summary-update-mark): Enclose with save-excursion.
4212         (wl-summary-mark-as-read-internal): Fixed last change.
4213         (wl-summary-mark-as-important): Use 3rd argument of
4214         elmo-folder-unmark-important, elmo-folder-mark-as-important;
4215         Don't use elmo-msgdb-set-mark.
4216         (wl-summary-redisplay-internal): If msgdb flag is already read,
4217         just update the mark on buffer.
4218
4219 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4220
4221         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
4222         cut visible folder when elmo-folder-delete returns non-nil value.
4223
4224 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
4225
4226         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
4227         by Kenichi OKADA <okada@opaopa.org>).
4228
4229 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
4230
4231         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
4232
4233 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
4234
4235         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
4236         Fixed the last change, search group entity by its real name.
4237         (Thanks to: KOBAYASHI Shinji)
4238
4239 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
4240
4241         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
4242         (wl-fldmgr-access-display-all): Don't refer visible name.
4243         * wl-expire.el (wl-folder-archive-current-entity)
4244         (wl-folder-expire-current-entity): Ditto.
4245         * wl-folder.el (wl-folder-jump-to-current-entity)
4246         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
4247         (wl-folder-open-folder-sub,wl-folder-open-all)
4248         (wl-folder-write-current-folder): Ditto.
4249         (wl-folder-insert-entity): Don't use petname for normal group.
4250         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
4251         is the real name.
4252         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
4253         Abolished.
4254
4255 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
4256
4257         * wl-draft.el (wl-draft-create-buffer): Add
4258         `wl-summary-reply-with-citation'
4259
4260 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
4261
4262         * wl-draft.el (wl-draft-reply): Fixed.
4263
4264 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4265
4266         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
4267         when `wl-draft-send-confirm-with-preview' is non-nil.
4268         You can scroll up/down by j/k.
4269         (wl-draft-send-confirm-with-preview): New variable (default=t).
4270
4271 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4272
4273         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
4274         (wl-fldmgr-save-folders): Fix comment.
4275
4276 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4277
4278         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
4279         along the last change in `wl-folder-buffer-group-p'.
4280
4281 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4282
4283         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
4284         folder.
4285
4286         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
4287         the default value.
4288
4289         * wl-mime.el (wl-summary-burst): Update summary only when target
4290         folder equals current folder.
4291
4292 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4293
4294         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
4295
4296 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4299         value.
4300
4301 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4302
4303         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
4304         `map-extents' instead of `extent-at' repeatedly.
4305         (wl-highlight-folder-current-line): Ditto.
4306
4307         * wl-highlight.el: Remove useless dummy functions.
4308
4309 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4310
4311         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
4312         (wl-folder-put-folder-property): New function to put text property.
4313         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
4314         (wl-folder-insert-entity, wl-folder-update-diff-line)
4315         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
4316         * wl-e21.el, wl-xmas.el, wl-mule.el
4317         (wl-highlight-folder-current-line): Ditto.
4318         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
4319         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
4320         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
4321         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
4322
4323 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4324
4325         * Version number is increased to 2.11.3.
4326
4327 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4328
4329         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
4330         Resume current-buffer since it is assumed by remaining tasks.
4331
4332 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4333
4334         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
4335         (wl-folder-completion-function): Abolished.
4336         (wl-folder-complete-folder): New function.
4337         (wl-folder-complete-filter-condition): Ditto.
4338         * wl-summary.el (wl-summary-read-folder): Change accordingly.
4339         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
4340
4341 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl-draft.el (wl-draft-send-confirm): New function.
4344         (wl-draft-send): Use it.
4345
4346         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
4347         cursor-in-echo-area while confirming.
4348
4349         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
4350
4351         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
4352         searching via nntp if wl-summary-search-via-nntp is 'force.
4353         Otherwise, invoke searching in nntp folder only.
4354         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
4355
4356         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
4357         explicitly for mime-make-text-tag.
4358
4359 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4360
4361         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4362         `mime-make-text-tag' instead of `mime-create-tag'.
4363
4364 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4365
4366         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
4367         (wl-fldmgr-add-completion-subr): Rewrite conditional.
4368
4369 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4370
4371         * wl-score.el (wl-score-save): Bind print-length and print-level.
4372         (wl-score-pretty-print): Ditto.
4373         (wl-score-edit-insert-header-entry): Ditto.
4374
4375         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
4376         "From" entry to be treated with wl-draft-eword-encode-address-list.
4377         * wl-mime.el (wl-draft-preview-message): Ditto.
4378
4379         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
4380         (wl-summary-mark-as-unread): Ditto.
4381         (wl-summary-mark-as-read-region): Change accordingly.
4382         (wl-summary-mark-as-unread-region): Ditto.
4383         (wl-summary-target-mark-mark-as-read): Ditto.
4384         (wl-summary-target-mark-mark-as-unread): Ditto.
4385
4386 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4387
4388         * Version number is increased to 2.11.2.
4389
4390 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4391
4392         * wl-news.el.in (wl-news-previous-version-save): Bind
4393         print-length and print-level.
4394         * wl-thread.el (wl-thread-save-entities): Ditto.
4395         (wl-thread-save-top-list): Bind print-length.
4396
4397 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-highlight.el (wl-highlight-summary-line-string): Use
4400         wl-summary-score-below-mark, wl-summary-score-over-mark.
4401         (wl-highlight-summary-current-line): Ditto.
4402
4403 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4404
4405         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
4406         insert it.
4407
4408 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
4409
4410         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
4411
4412 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4413
4414         * wl-mime.el (wl-message-delete-current-part): Avoid error on
4415         message without msgid.
4416         Rewrite with elmo-folder-move-messages.
4417         Set wl-message-buffer to nil.
4418
4419         * wl-summary.el (wl-summary-erase-subr): New function. Use
4420         elmo-folder-move-messages.
4421         (wl-summary-erase): Call it.
4422         (wl-summary-target-mark-erase): Ditto.
4423
4424 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4425
4426         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
4427         it is not up-tp-date.
4428
4429 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4430
4431         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
4432         buffer after calling `wl-summary-goto-folder-subr' without the
4433         argument `interactive'.
4434         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
4435
4436 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4437
4438         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
4439         `mime-create-tag'. Use `string=' instead of `looking-at'.
4440
4441 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4442
4443         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
4444         to avoid compile warning.
4445
4446         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
4447         entity-id when folder is given.
4448         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
4449         save-excursion, use save-selected-window instead.
4450         Select folder buffer window if exists.
4451         (To correct behavior with wl-folder-move-cur-folder.)
4452
4453 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
4454
4455         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
4456
4457 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
4458
4459         * wl-summary.el (wl-summary-line-list-info): Use %f to make
4460         list-count instead of %d.
4461
4462 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
4465         (wl-news): Set it.
4466         (wl-news-append-to-folder): Use it.
4467
4468         * wl-news.el.in (wl-news-send-news): Append to specified folder
4469         instead of wl-default-folder.
4470         (wl-news-append-to-folder): Show error message with specified folder.
4471
4472         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
4473                 In most major modes, Emacs assumes that any opening
4474                 delimiter found at the left margin is the start of a
4475                 top-level definition, or defun. Therefore, *never put an
4476                 opening delimiter at the left margin unless it should have
4477                 that significance.*
4478
4479         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
4480
4481 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4482
4483         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
4484
4485 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4486
4487         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
4488
4489 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
4490
4491         * wl-summary.el (wl-summary-mark-collect): Revive missing return
4492         for sequential numbering case.
4493
4494 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4495
4496         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
4497         value.
4498         (wl-draft-reply-without-argument-list): Ditto.
4499         (wl-draft-reply-myself-with-argument-list): Abolish.
4500         (wl-draft-reply-myself-without-argument-list): Ditto.
4501         * wl-draft.el (wl-draft-self-reply-p): New function.
4502         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
4503
4504 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
4507         (avoid error for the case without byte-compiling)
4508
4509 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-news.el.in (wl-news-append-to-folder): New function.
4512         (wl-news-exit): Rewrite.
4513         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
4514
4515 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4516
4517         * wl-draft.el (wl-draft-reply-position): New function.
4518         (wl-draft-reply-position): Fix.
4519         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
4520         (wl-summary-target-mark-reply-with-citation): Ditto.
4521         (wl-summary-reply-with-citation): Ditto.
4522         * wl-vars.el (wl-draft-reply-default-position): New variable.
4523
4524 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4525
4526         * wl-draft.el (wl-draft-send): Preview when interactive send.
4527
4528 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
4529
4530         * wl-draft.el (wl-draft-reply): Set default position.
4531         * wl-summary.el (wl-summary-reply): Ditto.
4532         (wl-summary-reply-with-citation): Ditto.
4533         (wl-summary-target-mark-reply-with-citation): Ditto.
4534
4535 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4536
4537         * wl-news.el.in (wl-news-lang): Set default value according to
4538         current-language-environment.
4539         (wl-news-append-news): Do nothing when news-list is nil.
4540
4541 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4542
4543         * wl-news.el.in (wl-news-mode-map): Add new keybind.
4544         (wl-news): Change message.
4545         (wl-news-exit): Check buffer.
4546         (wl-news-force-exit): New function.
4547         (wl-news-show-all): New function.
4548         (wl-news-discard-and-exit): Fix.
4549
4550 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4551
4552         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
4553         according to current-language-environment.
4554
4555         * wl-news.el.in (wl-news): If arg, show all NEWS after
4556         wl-news-default-previous-version.
4557
4558 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4559
4560         * wl-news.el.in (wl-news-check): Rewritten.
4561         (wl-news-previous-version-load): Change data type.
4562         (wl-news-previous-version-save): Change data type.
4563         (wl-news-append-news): Add return value.
4564         (wl-news-check-news): New function.
4565         (wl-news-already-current-p): New function.
4566         (wl-news-send-news): Rewritten.
4567         (wl-news-mode-map): Add new keybind.
4568         (wl-news): Rewritten.
4569         (wl-news-exit): Rewritten.
4570         (wl-news-discard-and-mail): New function.
4571         (wl-news-send-to-address): Abolished.
4572         * wl.el (wl-init): Delete a message.
4573
4574 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4575
4576         * wl-news.el.in (wl-news-exit): Update previous version.
4577         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
4578
4579 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4580
4581         * wl-news.el.in (wl-news): Add `delete-other-windows'.
4582
4583 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
4584
4585         * wl-news.el.in (wl-news): New function.
4586         (wl-news-mode): New function.
4587         (wl-news-next-line): New function.
4588         (wl-news-next-page): New function.
4589         (wl-news-exit): New function.
4590         (wl-news-buf-name): New variable.
4591         (wl-news-mode-map): New variable.
4592         (wl-news-winconf): New variable.
4593         (wl-news-append-news): Add an option.
4594
4595 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4596
4597         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
4598
4599 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4600
4601         * wl-news.el.in (wl-news-send-to-address): New variable.
4602         (wl-news-send-news): Use it.
4603         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
4604         Return updating status.
4605         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
4606
4607 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4608
4609         * wl-news.el.in (wl-news-send-news): Delete
4610         Organization and X-Face.
4611
4612 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4613
4614         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
4615         (wl-news-append-news): New function.
4616         (wl-news-send-news): New function.
4617
4618 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
4619
4620         * Version number is increased to 2.11.1.
4621
4622 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4623
4624         * wl-news.el.in : New file.
4625
4626 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4627
4628         * wl-vars.el (wl-draft-reply-with-argument-list): Change
4629         default value.
4630         (wl-draft-reply-without-argument-list): Ditto.
4631
4632 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
4633
4634         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
4635         (wl-message-buffer-prefetch-idle-time): Ditto.
4636         (wl-message-buffer-prefetch-folder-type-list): Ditto.
4637
4638 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4639
4640         * wl-thread.el (wl-thread-insert-message): Use
4641         wl-summary-max-thread-depth.
4642
4643         * wl-summary.el (wl-summary-insert-thread-entity): Refined
4644         loop detection.
4645
4646         * wl-message.el (wl-message-buffer-display): Back to the first page
4647         when cache is hit.
4648
4649 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-vars.el (wl-summary-max-thread-depth): New user option.
4652
4653         * wl-summary.el (wl-summary-insert-thread-entity):
4654         If the thread depth is reached to wl-summary-max-thread-depth,
4655         divide the thread.
4656
4657 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
4658
4659         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
4660         for elmo-remove-passwd.
4661
4662 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
4663
4664         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
4665         folder is sticky.
4666         (wl-folder-mark-as-read-all-entity): Ditto.
4667         (wl-folder-prefetch-entity): Ditto.
4668
4669 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
4670
4671         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
4672
4673 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4674
4675         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
4676         Delete messages on buffer for unplugged operation.
4677         (wl-summary-erase): Ditto.
4678
4679 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4680
4681         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
4682         take nil so as not to search parent by subject.
4683
4684 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4685
4686         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
4687         (wl-folder-get-next-folder): Ditto.
4688         (wl-folder-get-path): Ditto.
4689
4690 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4691
4692         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
4693         system and encode the region with it before verifying.
4694
4695 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4696
4697         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
4698         system of the echo buffer before decoding.
4699
4700 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4701
4702         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
4703         original contents.
4704
4705 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
4706
4707         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
4708         with argument 'any-exists.
4709
4710 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4711
4712         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
4713         Use `wl-cs-autoconv'.
4714
4715 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4716
4717         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
4718         by `mime-view-automatic-conversion'.
4719
4720         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
4721         (wl-message-verify-pgp-nonmime): Ditto.
4722         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
4723         Bind them to C-c:d and C-c:v respectively.
4724
4725         Merge following code by Teranishi-san from [wl-en:00167].
4726         * wl-mime.el (wl-mime-preview-application/pgp): New function.
4727         (wl-mime-preview-application/pgp-encrypted): Ditto.
4728         (wl-mime-setup): Add entry.
4729
4730 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-summary.el (wl-summary-target-mark-erase): New function.
4733         Bind it to "mD".
4734
4735 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl-vars.el (wl-draft-write-file-function): Fix.
4738         (wl-draft-reedit-hook): Changed default value.
4739
4740         * wl-draft.el (wl-draft-edit-string): Set cursor point for
4741         wl-draft-reedit-hook.
4742         (wl-draft-remove-text-plain-tag): New function.
4743         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
4744
4745         * wl-vars.el (wl-draft-write-file-function): New user option.
4746
4747         * wl-draft.el (wl-draft-prepare-edit): Use it for
4748         local-write-file-hooks.
4749         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
4750
4751         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
4752         (wl-draft-insert-mail-header-separator): Return the body beginning
4753         point.
4754         (wl-draft-reedit): Remove the mime-edit tag if the first part is
4755         text/plain.
4756         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
4757
4758 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4759
4760         * wl-summary.el (wl-summary-erase): New function to erase message
4761         without moving it to trash. Bind to "D".
4762
4763         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
4764         as `keep' unless switch-function.
4765
4766 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4767
4768         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
4769         message buffer by using `wl-summary-toggle-disp-msg'.
4770         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
4771         buffer window.
4772         (wl-summary-supresedes-message): Ditto.
4773
4774         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
4775         Do not delete other windows.
4776         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
4777         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
4778         (wl-draft-create-buffer): Set reply-or-forward also for target
4779         mark commands.
4780
4781 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
4782
4783         * wl-draft.el (wl-user-agent-compose): Delete special case for
4784         switch-to-buffer-other-window.
4785
4786         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
4787         (wl-summary-forward): Ditto.
4788
4789         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
4790         function.
4791         (wl-draft-buffer-style): New use option.
4792
4793         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
4794         (wl-draft): Follow the change above.
4795         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
4796         wl-draft-buffer-style.
4797         (wl-user-agent-compose): Bind wl-draft-buffer-style with
4798         switch-function.
4799
4800 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
4801
4802         * wl-address.el (wl-address-make-completion-entry): Extracted from
4803         `wl-address-make-completion-list'.
4804         (wl-address-enable-strict-loading): New variable.
4805         (wl-address-make-completion-list): Revive petname duplication
4806         inquiry, and enable it if `wl-address-enable-strict-loading'.
4807         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
4808
4809 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4810
4811         * wl-message.el (wl-message-get-original-buffer): Avoid
4812         'Selecting deleted buffer' error when original buffer is killed.
4813
4814 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
4815
4816         * wl-summary.el (wl-summary-next-message): Use
4817         elmo-message-accessible-p instead of elmo-message-cached-p.
4818
4819 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
4820
4821         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
4822
4823         * wl-thread.el (wl-thread-open-all-unread): Use
4824         elmo-folder-list-flagged instead of
4825         elmo-folder-list-messages-mark-match.
4826
4827         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
4828         instead of elmo-folder-list-messages-mark-match.
4829         (wl-summary-move-spec-alist): New variable.
4830         (wl-summary-move-spec-plugged-alist,
4831         wl-summary-move-spec-unplugged-alist): Abolish.
4832         (wl-summary-next-message): Follow the change above.
4833         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
4834         with 'no-msg' argument.
4835
4836         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
4837         variable.
4838         (wl-message-buffer-prefetch-move-spec-plugged-alist,
4839         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
4840         (wl-message-buffer-prefetch-get-next): Follow the change above.
4841
4842 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
4843
4844         * wl-version.el (wl-version): Changed codename.
4845
4846         * Version number is increased to 2.11.0.
4847
4848 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4849
4850         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
4851         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
4852         `wl-draft-config-variables'.
4853         (wl-draft-kill): Fixed problem when the draft is reedit.
4854
4855 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
4856
4857         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
4858         buffer-modified status (Thanks to
4859         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
4860
4861 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
4862
4863         * wl-util.el (wl-region-exists-p): New function.
4864
4865         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
4866         Remove defvars for byte-compile warnings.
4867
4868 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4869
4870         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
4871         defvar-maybe. Removed unused bind.
4872
4873 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4874
4875         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
4876         summary buffer window before creating new frame.
4877         (wl-draft-reply): Ditto.
4878
4879 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4880
4881         * wl-mime.el (toplevel): Avoid byte-compile warnings.
4882
4883 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4884
4885         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
4886
4887 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4888
4889         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
4890         instead of `kill-region'.
4891
4892 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
4893
4894         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
4895         (wl-highlight-summary-line-string): Use it.
4896         (wl-highlight-summary-current-line): Ditto.
4897
4898         * wl-mime.el (wl-message-delete-current-part): Check the class of
4899         mime-entity.
4900
4901         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
4902
4903         * wl-summary.el (wl-summary-make-number-list): Initialize.
4904         (wl-summary-update-mark): New function.
4905         (wl-summary-reply): Put `answered' mark on the message.
4906         (wl-summary-reply): Set `number' argument to wl-draft-reply.
4907
4908         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
4909         (wl-draft-reply): Added optional argument `number';
4910         Set wl-draft-parent-number.
4911         (wl-draft-kill): Delete answered mark if it is a reply.
4912
4913 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4914
4915         * wl-mime.el (wl-mime-preview-follow-current-region): New function
4916         that originates in mime-preview-follow-current-entity.
4917         (wl-draft-yank-current-message-entity): Use it if region is active.
4918
4919         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
4920         * wl-e21.el (wl-message-define-keymap): Bind "D" for
4921         `wl-message-delete-current-part'.
4922         * wl-mule.el (wl-message-define-keymap): Ditto.
4923         * wl-xmas.el (wl-message-define-keymap): Ditto.
4924
4925 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4926
4927         * wl-mime.el (wl-message-delete-current-part): New function.
4928         (wl-mime-node-id-to-string): Ditto.
4929
4930         * wl-mime.el (wl-message-delete-current-part): Use existing
4931         original buffer which corresponds current mime-view buffer.
4932         (fetched buffer might have different structure, possibly)
4933
4934         * wl-mime.el (wl-message-delete-current-part): Quit if the
4935         message content differs from the actual message.
4936
4937 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
4938
4939         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
4940         order.
4941         (wl-summary-search-by-subject): Search parent message from tail;
4942         Check the existence of the parent message on the current thread tree.
4943         (wl-summary-update-thread): Check whether the line is inserted.
4944
4945 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4946
4947         * wl-vars.el (wl-summary-line-format): Undo last change.
4948         * wl-summary.el (wl-summary-print-destination): Do not put
4949         invisible property when `wl-summary-width' is nil.
4950         (wl-summary-line-subject-minimum-length): Abolished.
4951         (wl-summary-line-subject): Ditto.
4952
4953 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-vars.el (wl-summary-line-format): Change default value.
4956         (wl-summary-subject-length-limit): Abolished.
4957         * wl-summary.el (wl-summary-line-subject): Ditto.
4958
4959 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4960
4961         * wl-template.el (wl-template-select): Added optional argument.
4962         If optional argument is specified, reverse
4963         `wl-template-visible-select'.
4964
4965 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4966
4967         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
4968         Take prefix argument to force asking the destination folder.
4969
4970 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4971
4972         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
4973         count and update status.
4974
4975 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
4976
4977         * wl-summary.el (wl-summary-redisplay-internal): If
4978         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
4979         after fetching.
4980
4981 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4982
4983         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
4984         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
4985
4986         * wl-vars.el (toplevel): Require 'elmo-msgdb.
4987
4988 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
4991         (All other related portions are changed).
4992         (wl-summary-mark-as-read-all): Rewrite.
4993
4994 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
4997         `wl-summary-mark-as-read'.
4998         (wl-summary-mark-as-unread): Rewrite.
4999         (wl-summary-mark-as-read): Added no-modeline argument.
5000         (wl-summary-resume-cache-status): Rewrite.
5001         (wl-summary-exec-subr): Remove unused local variable.
5002
5003 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5004
5005         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
5006         logic to call `wl-summary-buffer-prev-folder-function'.
5007         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
5008
5009 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5010
5011         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
5012         is nil.
5013
5014 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5015
5016         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
5017         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
5018         (wl-mime-setup): Add its entry.
5019
5020 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
5023         (wl-summary-delete-cache): Likewise.
5024         (wl-summary-mark-as-read): Rewrite.
5025
5026 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
5027
5028         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
5029         `wl-summary-count-unread'.
5030
5031         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
5032
5033         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
5034
5035 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5036
5037         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
5038         wl-summary-new-mark, wl-summary-unread-uncached-mark,
5039         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
5040         Renamed to the elmo-msgdb-*-mark.
5041         (wl-summary-score-marks): Follow the change above.
5042         (wl-summary-auto-refile-skip-marks): Ditto.
5043         (wl-summary-incorporate-marks): Ditto.
5044         (wl-summary-expire-reserve-marks): Ditto.
5045
5046         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
5047         changes.
5048         (wl-thread-insert-top): Changed updating message.
5049
5050         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
5051         variable.
5052         (wl-summary-count-unread): Count answered marks.
5053         (wl-summary-rescan): Call wl-summary-insert-message instead of
5054         wl-summary-append-message-func-internal.
5055         (wl-summary-rescan): Don't call wl-summary-make-number-list.
5056         (wl-summary-prefetch-msg): Follow the variable name changes.
5057         (wl-summary-prefetch-region): Ditto.
5058         (wl-summary-mark-as-read-all): Follow the API changes;
5059         Don't call elmo-folder-replace-marks.
5060         (wl-summary-delete-cache): Follow the variable name changes.
5061         (wl-summary-resume-cache-status): Ditto.
5062         (wl-summary-update-status-marks): New function.
5063         (wl-summary-insert-message): New function.
5064         (wl-summary-sync-marks): Follow the variable name changes.
5065         (wl-summary-sync-update): Synchronize to the msgdb, too;
5066         Changed update messages.
5067         (wl-summary-make-number-list): Rewrite.
5068         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
5069         (wl-summary-mark-as-unread): Follow the API changes.
5070         (wl-summary-exec-subr): Follow the variable name changes.
5071         (wl-summary-mark-as-read): Ditto.
5072         (wl-summary-move-spec-plugged-alist): Ditto.
5073         (wl-summary-move-spec-unplugged-alist): Ditto.
5074         (wl-summary-cursor-move-surface): Ditto.
5075
5076         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
5077         variable name changes.
5078         (wl-highlight-summary-current-line): Ditto.
5079
5080         * wl-expire.el (wl-expire-refile): Follow the API change in
5081         elmo-folder-move-messages.
5082         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5083         (wl-summary-archive): Use elmo-folder-msgdb instead of
5084         elmo-msgdb-load.
5085
5086 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5087
5088         * wl-mime.el (wl-draft-preview-message): Restore the position
5089         before evaluating wl-draft-send-hook in preview buffer.
5090
5091 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5092
5093         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
5094         when it creates new draft buffer.
5095
5096         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
5097         without argument.
5098
5099         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
5100         Evaluate content and if the value is string, insert it.
5101         (wl-draft-config-sub-body,wl-draft-config-sub-top,
5102         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
5103         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
5104         wl-draft-config-sub-part-bottom): Use it.
5105
5106         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
5107         with the folder name. The question was unintelligible when it is
5108         called from wl-save-status.
5109
5110 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5111
5112         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
5113         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
5114         cannot take second argument).
5115
5116 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5117
5118         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
5119         as t. Since type and subtype are not case sensitive (RFC 2045).
5120
5121 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5122
5123         * wl-vars.el (wl-message-mode-line-format): New variable.
5124         (wl-message-mode-line-format-spec-alist): Ditto.
5125         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
5126         (wl-message-redisplay): Use wl-message-mode-line-format.
5127
5128 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
5129
5130         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
5131
5132 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5133
5134         * wl-summary.el (wl-summary-default-from): Write description.
5135
5136 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-vars.el (wl-ldap-objectclass): Abolish.
5139
5140         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
5141         (wl-ldap-make-filter): Removed condition for objectclass.
5142         (wl-ldap-make-matched-value-list): Remove meaningless process.
5143         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
5144         (wl-address-ldap-search): Don't add `*' to `pat' string;
5145         use ignore-errors; added `email';
5146         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
5147         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
5148         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
5149
5150
5151 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5152
5153         * wl-draft.el (wl-draft-parent-folder): Write description.
5154         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
5155
5156 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
5159         as "" (zero-length string) if no parent.
5160         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
5161
5162 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
5163
5164         * wl-address.el (wl-address-make-completion-list): Skip duplication
5165         checking.
5166         (wl-address-make-address-list): use `cons' and `nreverse' instead of
5167         `append'.
5168
5169 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5170
5171         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
5172         instead of `beginning-of-buffer'.
5173
5174 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
5177
5178 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
5181         Refer wl-message-buffer-name.
5182         (wl-message-wheel-down): Ditto.
5183
5184 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5185
5186         * wl-vars.el (wl-message-buffer-name): New user option.
5187
5188         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
5189         directly instead of making alist dinamically.
5190
5191         * wl-message.el (wl-message-buffer-cache-name): Abolish.
5192         (wl-message-buffer-create): Use wl-message-buffer-name instead of
5193         wl-message-buffer-cache-name.
5194         (wl-message-buffer-cache-clean-up): Ditto.
5195
5196         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
5197
5198         * Version number is increased to 2.9.15.
5199
5200 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-vars.el (wl-summary-default-view-alist): New user option.
5203
5204         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
5205
5206         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
5207         while deleting address.
5208         (wl-draft-delete-myself-from-cc): Ditto.
5209
5210         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
5211         If optional argument is specified, reverse sort order.
5212
5213         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
5214
5215 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
5216
5217         * wl-thread.el (wl-thread-insert-message): Return parent number if
5218         exists.
5219         (wl-thread-update-indent-string-region): Use
5220         wl-thread-update-line-on-buffer-sub instead of
5221         wl-thread-update-line-on-buffer.
5222
5223 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5224
5225         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
5226         (wl-folder-close-all): Ditto.
5227
5228 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5229
5230         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
5231         and mailing-list:.
5232         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
5233         value.
5234         (wl-summary-line-list-info): Print mailing-list name even when 
5235         list-number is empty.
5236
5237 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5238
5239         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
5240
5241         * wl-draft.el (wl-draft-confirm): Abolished since not used.
5242         (wl-draft-open-file): Ditto.
5243         (wl-draft-random-alphabet): Ditto.
5244
5245         * wl-summary.el (wl-summary-mode-map): Remove already abolished
5246         bindings.
5247
5248 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5249
5250         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
5251         * wl-vars.el (wl-draft-config-alist): Ditto.
5252
5253 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * Version number is increased to 2.9.14.
5256
5257         * wl.el (wl): Don't set wl-init as nil when error occured while
5258         auto-checking folders.
5259
5260         * wl-util.el (wl-expand-newtext): Re-define as an alias for
5261         `elmo-expand-newtext'.
5262
5263 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5264
5265         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
5266         `this-command' so that `wl-folder-goto-folder' contained in
5267         `wl-summary-keep-cursor-command' work.
5268
5269 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5270
5271         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
5272         message buffer displaying state.
5273
5274 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5275
5276         * wl-vars.el (wl-summary-default-view): New variable to specify
5277         default value for `wl-summary-buffer-view' instead of using
5278         set-default.
5279         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
5280
5281 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5282
5283         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
5284
5285         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
5286
5287 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
5288
5289         * wl-vars.el (wl-forward-subject-prefix): New variable.
5290         * wl-draft.el (wl-draft-forward): Use it.
5291
5292 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5293
5294         * wl-message.el (wl-message-prev-page): When it is called without
5295         lines argument, scroll down by wl-message-scroll-amount lines.
5296         (wl-message-next-page): Ditto.
5297         * wl-vars.el (wl-message-scroll-amount): Change default value
5298         to preserve current behavior.
5299
5300 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5301
5302         * wl-summary.el (wl-summary-prefetch-msg): Bind
5303         `wl-message-entity' to call `wl-summary-from-function'.
5304
5305 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5306
5307         * wl-message.el (wl-message-buffer-create): Run
5308         wl-message-buffer-created-hook.
5309
5310 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5311
5312         * wl-summary.el (wl-summary-sort-specs): New variable.
5313         (wl-summary-default-sort-spec): Ditto.
5314         (wl-summary-sort): Rewrite.
5315         (wl-summary-sort-by-list-info): New function.
5316
5317 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5318
5319         * wl-summary.el (wl-summary-get-list-info): New function.
5320         (wl-summary-sort): Rewrite.
5321         (wl-summary-line-list-info): Ditto.
5322         (wl-summary-line-list-count): Ditto.
5323         (wl-summary-refile-region): Fixed docstring.
5324
5325 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
5326
5327         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
5328         `wl-folder-entity-hashtb' as completion table.
5329
5330 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5331
5332         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
5333         only when this command is called interactively; silence the byte-
5334         compiler.
5335
5336 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5337
5338         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
5339         active in XEmacs.
5340
5341 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5342
5343         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
5344         plural lines.
5345
5346 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5347
5348         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
5349         of current line when the cursor is on the header name.
5350         (preserve behavior to move to b.o.h. and b.o.l. mutually)
5351
5352 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5353
5354         * wl-util.el (wl-read-directory-name): Return displayed directory
5355         as the default value also on XEmacs.
5356
5357 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
5360         formatting.
5361
5362 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
5363
5364         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
5365         argument and when it is non-nil, check face property before
5366         highlighting for each line.
5367         (wl-highlight-summary-window): Set it.
5368
5369 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
5370
5371         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
5372         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
5373
5374         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
5375         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
5376         (wl-draft-get-fcc-list): Likewise.
5377
5378 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
5379
5380         * wl-thread.el (wl-thread-indent-regexp): Abolished.
5381         (wl-thread-entity-cur): Ditto.
5382         * wl-summary.el (wl-summary-buffer-set-folder): Removed
5383         wl-thread-indent-regexp setting.
5384         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
5385
5386         * wl-summary.el (wl-summary-display-top): Highlight summary window when
5387         wl-summary-lazy-highlight.
5388         (wl-summary-display-bottom): Ditto.
5389
5390         * wl-thread.el (wl-thread-open-close): Likewise.
5391
5392         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
5393         from and subject;
5394         Bind wl-draft-use-frame;
5395         Enclose with save-window-excursion;
5396         Use wl-draft-create-buffer instead of with-temp-buffer;
5397         Use wl-draft-prepare-edit;
5398         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
5399         Use wl-draft-send instead of wl-draft-raw-send.
5400
5401 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5402
5403         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
5404         of using wl-from.
5405
5406 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
5407
5408         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
5409         insert-buffer instead of clone-buffer.
5410         (wl-draft-doing-mime-bcc): New variable.
5411         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
5412         infinite loop.
5413         (wl-draft-do-mime-bcc): Use wl-from for From field value.
5414
5415         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
5416         (wl-draft-mime-bcc-body): Ditto.
5417
5418         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
5419         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
5420         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
5421         wl-draft-do-mime-bcc.
5422         (wl-draft-mime-bcc-field): New function.
5423         (wl-draft-do-mime-bcc): Ditto.
5424
5425         * wl-address.el (wl-address-complete-header-list): New variable.
5426         (wl-address-complete-header-regexp): Changed default value.
5427
5428         * Version number is increased to 2.9.13.
5429
5430 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
5431
5432         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
5433         it is differed.
5434
5435 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5436
5437         * wl-summary.el (wl-summary-line-list-info): Rewrite.
5438         (wl-summary-line-list-count): Ditto.
5439
5440 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
5441
5442         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
5443         (wl-nntp-posting-function): New variable.
5444         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
5445         `wl-nntp-posting-config-alist'.
5446
5447 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5448
5449         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
5450         FLIM.
5451
5452 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
5453
5454         * wl-summary.el (wl-summary-target-mark-refile-sub):
5455         Remove a nuisance funcall.
5456
5457 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
5458
5459         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
5460         as t for `try-completion'.
5461
5462 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
5463
5464         * wl-summary.el (wl-summary-default-from): Use
5465         wl-address-header-extract-address instead of
5466         std11-extract-address-components.
5467         (wl-summary-simple-from): Ditto.
5468         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
5469         (wl-summary-insert-headers): Show message.
5470         (wl-summary-create-line): Set 4th argument of wl-set-string-width
5471         for whole line.
5472         (wl-summary-default-from): Revert last change.
5473         (wl-summary-simple-from): Ditto.
5474         (wl-summary-mark-as-read): Argument rearrangement and re-written.
5475         (wl-summary-mark-as-read-region): Follow the change above.
5476         (wl-summary-sync-marks): Ditto.
5477         (wl-summary-target-mark-mark-as-read): Ditto.
5478         (wl-summary-redisplay-internal): Ditto.
5479         (wl-summary-redisplay-no-mime-internal): Ditto.
5480         (wl-summary-redisplay-all-header): Ditto.
5481         (wl-summary-mark-as-read): Removed argument `cached';
5482         Use current cache status to set cache mark.
5483         (wl-summary-redisplay-internal): Follow the change above.
5484         (wl-summary-redisplay-no-mime-internal): Ditto.
5485         (wl-summary-redisplay-all-header): Ditto.
5486
5487         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5488
5489         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
5490         Don't call itself recursively (Adviced by Yamaoka-san).
5491
5492 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5493
5494         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
5495         bind wl-summary-highlight as nil to avoid error caused by missing
5496         local variables.
5497
5498 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
5499
5500         * wl-vars.el (wl-invalid-character-message): New user option.
5501
5502         * wl-util.el (wl-set-string-width): If truncated string-width is
5503         larger than specified width, use `wl-invalid-character-message'.
5504
5505 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
5506
5507         * wl-summary.el (wl-summary-prefetch-msg): 
5508         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
5509
5510 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
5511
5512         * wl-vars.el (wl-summary-check-line-format): New user option.
5513         (wl-summary-line-format-file): Ditto.
5514
5515         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
5516         variable.
5517         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
5518         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
5519         and `wl-summary-view-old-p' to check whether do a rescan or not.
5520         (wl-summary-view-old-p): New function.
5521         (wl-summary-line-format-changed-p): Ditto.
5522         (wl-summary-line-format-save): Ditto.
5523         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
5524
5525         * wl-util.el (wl-set-string-width): Avoid using negative number
5526         for make-string.
5527
5528 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5529
5530         * wl-summary.el (wl-summary-line-list-info): Revised format of the
5531         return value.
5532
5533         * wl-util.el (wl-set-string-width): Added optional argument
5534         `padding' (All other related portions are changed).
5535         (wl-line-parse-format): If the first letter of column number is
5536         `0', zero-padding the result (ex: "%05l").
5537
5538         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
5539
5540 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5541
5542         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
5543         sequential summary view.
5544
5545 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5546
5547         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
5548         if it doesn't have a -unix version.
5549
5550 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-summary.el (wl-summary-jump-to-msg): Fix.
5553
5554 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
5555
5556         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
5557         content.
5558         (wl-draft): Follow the change above.
5559
5560         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
5561
5562         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
5563         and wl-folder-summary-line-format-alist contain %T and %P.
5564
5565         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
5566         (wl-summary-mode-line-format): New user option.
5567         (wl-summary-line-format-spec-alist): Added l, T, P, n.
5568         (wl-summary-line-format): Changed default value.
5569         (wl-summary-lazy-highlight): Changed default value.
5570
5571         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
5572         change in wl-summary-create-line.
5573         (wl-thread-insert-entity-sub): Ditto.
5574
5575         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
5576         (wl-summary-buffer-unread-status): Ditto.
5577         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
5578         (wl-summary-buffer-persistent-mark-column): Ditto.
5579         (wl-summary-buffer-mode-line-formatter): Ditto.
5580         (wl-summary-buffer-mode-line): Ditto.
5581         (wl-summary-message-regexp): Abolished.
5582         (All other related portions are changed.)
5583         (wl-summary-detect-mark-position): New function.
5584         (wl-summary-buffer-set-folder): Setup
5585         wl-summary-buffer-mode-line-formatter.
5586         (wl-summary-mode): Setup selective-display;
5587         Setup pre-idle-hook when xemacs.
5588         (wl-summary-update-modeline): Rewrite.
5589         (wl-summary-jump-to-msg): Define as function;
5590         Changed regexp for searching messages.
5591         (wl-summary-message-number): Rewrite.
5592         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
5593         Do rescan when old type summary cache.
5594         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
5595         (wl-summary-remove-destination): Use '\r' to detect EOL.
5596         (wl-summary-print-destination): Ditto.
5597         (wl-summary-temp-mark): New inline function.
5598         (wl-summary-persistent-mark): Ditto.
5599         (wl-summary-line-number): New function.
5600         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
5601         (wl-summary-line-list-count): New function.
5602         (wl-summary-create-line): Added argument persistent-mark.
5603         (All other related portions are changed)
5604         (wl-summary-create-line): Insert '\r'.
5605         (wl-summary-save-view-cache): Encode whth `unix' EOL.
5606         (wl-summary-cursor-move-surface): New inline function.
5607         (wl-summary-prev): Use it.
5608         (wl-summary-next): Ditto.
5609
5610         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
5611         wl-summary-message-regexp.
5612         (wl-highlight-summary): Delete progress message.
5613         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
5614
5615         * Version number is increased to 2.9.12.
5616
5617 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5618
5619         * wl-summary.el (wl-summary-line-subject-minimum-length): New
5620         variable (nil: no minimum).
5621         (wl-summary-line-subject): Add some spaces after subject by
5622         wl-summary-line-subject-minimum-length.
5623
5624 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5625
5626         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
5627         and removed `F'.
5628         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
5629         change above).
5630
5631 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5632
5633         * wl-summary.el (wl-summary-line-list-count): Reverted.
5634         (example setting in samples/*/dot.wl is also updated)
5635
5636 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
5637
5638         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
5639
5640         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
5641
5642         * wl-vars.el (wl-summary-line-format): Addes some description to the
5643         docstring.
5644
5645         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
5646         (wl-summary-line-close-bracket): Ditto.
5647         (wl-summary-line-children-number): Ditto.
5648         (wl-summary-line-thread-indent): Ditto.
5649         (wl-summary-line-children-and-from): Ditto.
5650
5651         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
5652         't', 'c', 'F' and added 'C'.
5653
5654         * wl-util.el (wl-set-string-width): Accept negative value.
5655         (wl-line-parse-format): Added "%number(" and "%)".
5656
5657 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5658
5659         * wl-summary.el (wl-summary-line-list-count): Change format of the
5660         return value.
5661
5662 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
5663
5664         * wl-draft.el (wl-draft-beginning-of-line): New command imported
5665         from the recent message.el.
5666         (wl-draft-point-in-header-p): Ditto.
5667         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
5668         wl-draft-beginning-of-line.
5669         * wl-e21.el (wl-draft-mode-map): Ditto.
5670         * wl-xmas.el (wl-draft-mode-map): Ditto.
5671
5672         * wl-folder.el: Sort macrodefs by dependencies.
5673
5674 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5675
5676         * wl-summary.el (wl-summary-prev): Fixed regexp.
5677         (wl-summary-next): Ditto.
5678
5679 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5680
5681         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
5682
5683 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
5684
5685         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
5686         for backward compatibility.
5687
5688 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5689
5690         * wl-summary.el (wl-summary-line-list-count): New function, merged
5691         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
5692         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
5693         list counts.
5694
5695 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
5696
5697         * wl-summary.el (wl-summary-create-line): Ignore errors while
5698         timezone-fix-time.
5699
5700         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
5701
5702         * wl-summary.el (wl-summary-sync-update): Ditto.
5703         (wl-summary-default-from): Use wl-message-entity
5704         instead of entity.
5705
5706         * wl-summary.el (wl-summary-create-line): Fix.
5707
5708         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
5709         (wl-summary-line-format): New user option.
5710         (wl-folder-summary-line-format-alist): Ditto.
5711         (wl-summary-from-width): Abolished.
5712
5713         * wl-util.el (toplevel): Require 'bytecomp.
5714         (wl-line-parse-format): New function.
5715         (wl-line-formatter-setup): New macro.
5716
5717         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
5718         (wl-summary-buffer-line-formatter): New buffer local variable.
5719         (wl-summary-switch-to-clone-buffer): Follow the change above.
5720         (wl-summary-message-regexp): Fix.
5721         (wl-summary-from-func-internal): Abolished.
5722         (wl-summary-subject-func-internal): Ditto.
5723         (wl-summary-subject-filter-func-internal): Ditto.
5724         (All other related portions are changed.)
5725         (wl-summary-buffer-set-folder):
5726         Set up wl-summary-buffer-number-column and 
5727         wl-summary-buffer-line-formatter
5728         (All other related portions are changed.)
5729         (wl-summary-buffer-number-column-detect): Abolished.
5730         (All other related portions are changed.)
5731         (wl-summary-delete-all-status-marks-on-buffer): Removed.
5732         (wl-summary-delete-all-temp-marks-on-buffer): Use
5733         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
5734         (wl-summary-target-mark-delete): Ditto.
5735         (wl-summary-target-mark-refile-subr): Ditto.
5736         (wl-summary-target-mark-mark-as-read): Ditto.
5737         (wl-summary-target-mark-mark-as-unread): Ditto.
5738         (wl-summary-target-mark-mark-as-important): Ditto.
5739         (wl-summary-target-mark-save): Ditto.
5740         (wl-summary-replace-status-marks): Renamed from
5741         wl-summary-set-status-marks-on-buffer;
5742         Use wl-summary-message-regexp instead of
5743         wl-summary-buffer-number-regexp.
5744         (wl-summary-sync-update): Follow the change above.
5745         (wl-summary-goto-previous-message-beginning): New function.
5746         (wl-summary-mark-as-unread): Use it.
5747         (wl-summary-mark-as-important): Ditto.
5748         (wl-summary-line-formatter): New variable.
5749         (wl-summary-line-year): New function.
5750         (wl-summary-line-day): Ditto.
5751         (wl-summary-line-day-of-week): Ditto.
5752         (wl-summary-line-hour): Ditto.
5753         (wl-summary-line-minute): Ditto.
5754         (wl-summary-line-open-bracket): Ditto.
5755         (wl-summary-line-close-bracket): Ditto.
5756         (wl-summary-line-children-number): Ditto.
5757         (wl-summary-line-thread-indent): Ditto.
5758         (wl-summary-line-size): Ditto.
5759         (wl-summary-line-subject): Ditto.
5760         (wl-summary-line-from): Ditto.
5761         (wl-summary-line-children-and-from): Ditto.
5762         (wl-summary-create-line): Rewritten.
5763         (wl-summary-format-date): Abolished.
5764
5765         * wl-highlight.el (wl-highlight-summary-current-line): Use
5766         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
5767         Use thread structure to detect thread top message.
5768
5769         * wl-draft.el (wl-default-draft-cite): Don't use
5770         wl-summary-from-func-internal.
5771
5772         * wl-refile.el (wl-refile-subject-learn): Don't use
5773         wl-summary-subject-filter-func-internal.
5774         (wl-refile-guess-by-subject): Ditto.
5775
5776         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
5777         parameters.
5778
5779         * wl-thread.el (wl-thread-update-indent-string-region):
5780         Use wl-thread-update-line-on-buffer instead of
5781         wl-thread-update-indent-string.
5782         (wl-thread-update-children-number): Redefine using
5783         wl-thread-update-line-on-buffer.
5784         (wl-thread-update-indent-string): Abolished.
5785
5786         * Version number is increased to 2.9.11.
5787
5788 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
5789
5790         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
5791         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
5792         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
5793
5794         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
5795         as nil.
5796
5797         * wl-thread.el (wl-thread-open-all-unread): Use 
5798         elmo-folder-list-messages-mark-match.
5799         (wl-thread-insert-message): Removed argument `mark-alist'.
5800         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
5801         elmo-msgdb-set-mark.
5802         (wl-thread-get-children-msgs-uncached): Likewise.
5803         (wl-thread-get-exist-children): Added argument include-self.
5804         (wl-thread-delete-message): Follow the change above.
5805
5806         * wl-summary.el (wl-summary-count-unread): Removed argument.
5807         (wl-summary-rescan): Follow the change above.
5808         (wl-summary-mark-as-read-region): Ditto
5809         (wl-summary-mark-as-unread-region): Ditto.
5810         (wl-summary-delete-messages-on-buffer): Ditto.
5811         (wl-summary-sync-update): Ditto.
5812         (wl-summary-switch-to-clone-buffer): Ditto.
5813         (wl-summary-goto-folder-subr): Ditto.
5814         (wl-summary-target-mark-mark-as-read): Ditto.
5815         (wl-summary-target-mark-mark-as-unread): Ditto.
5816         (wl-summary-target-mark-mark-as-important): Ditto.
5817         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
5818         (wl-summary-update-thread): Removed argument `mark-alist'.
5819         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
5820         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
5821         (wl-summary-resume-cache-status): Likewise.
5822         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
5823         elmo-msgdb-set-mark.
5824         (wl-summary-mark-as-read-all): Likewise.
5825         (wl-summary-delete-cache): Ditto.
5826         (wl-summary-auto-select-msg-p): Ditto.
5827         (wl-summary-mark-as-unread): Ditto.
5828         (wl-summary-no-auto-refile-message-p): Ditto.
5829         (wl-summary-mark-as-read): Ditto.
5830         (wl-summary-mark-as-important): Ditto.
5831         (wl-summary-auto-refile): Follow the change above.
5832         (wl-summary-delete-all-marks): Removed.
5833         (wl-summary-resume-marks-and-highlight): Ditto.
5834         (wl-summary-resume-marks): Ditto.
5835         (wl-summary-delete-important-msgs-from-list): Ditto.
5836         (wl-summary-delete-canceled-msgs-from-list): Ditto.
5837
5838         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
5839         wl-summary-count-unread.
5840
5841         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5842         (wl-summary-score-update-all-lines): Use
5843         elmo-msgdb-set-mark.
5844
5845 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
5846
5847         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
5848         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
5849         (wl-summary-create-line): Renamed from
5850         wl-summary-overview-create-summary-line;
5851         Argument rearrangement.
5852         (wl-summary-update-thread): Follow the change above.
5853
5854         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
5855         (wl-thread-insert-entity-sub): Likewise.
5856
5857         * wl-summary.el (wl-summary-append-message-func-internal): Removed
5858         argument `overview', `mark-alist' and added `msgdb'.
5859
5860         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
5861
5862         * wl-summary.el (wl-summary-insert-summary): Changed argument.
5863         (wl-summary-rescan): Follow the change above.
5864         (wl-summary-sync-update): Ditto.
5865         (wl-summary-insert-thread-entity): Ditto;
5866         Don't use `let*' in every while loop;
5867         Detect infinite loop of threads.
5868         (wl-summary-update-thread): Removed argument `overview'.
5869
5870         * wl-thread.el (wl-thread-insert-message): Ditto.
5871
5872         * Version number is increased to 2.9.10.
5873
5874         * wl-message.el (wl-message-redisplay): Ignore errors while
5875         wl-message-redisplay-hook.
5876
5877 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5878
5879         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
5880
5881 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5882
5883         * wl.el (wl): inhibit-quit while wl-folder.
5884
5885 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
5888         while msgdb access.
5889
5890 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5891
5892         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
5893         even if no folder is not created.
5894
5895 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5896
5897         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
5898
5899         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
5900         implementation.
5901         (wl-summary-target-mark-thread): Ditto.
5902
5903         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
5904
5905 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5906
5907         * wl-util.el (wl-display-bytes): Remove unused function.
5908
5909 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5910
5911         * wl.el (wl-check-environment): Cause error when wl-from is nil,
5912         seems critical one (partially reverse the change in 2002/03/17).
5913
5914 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5915
5916         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
5917         * wl-draft.el (wl-draft-write-sendlog): Ditto.
5918
5919 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5920
5921         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
5922         is not writable.
5923         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
5924         plugged status instead of `'force' as 2nd argument.
5925
5926         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
5927         is not creatable.
5928
5929         * Version number is increased to 2.9.9.
5930
5931 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5932
5933         * wl-summary.el (wl-summary-suspend): New function.
5934
5935 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
5936
5937         * wl.el (wl): Do not check variables if check is nil.
5938         * wl-utils.el (wl-collect-draft): New function.
5939         * wl-folder.el (wl-folder-suspend): Put summary buffers
5940         and draft buffers at the end of buffer list.
5941         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
5942
5943 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5944
5945         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
5946         loop instead of recursive call.
5947
5948         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
5949         2nd argument.
5950
5951 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5952
5953         * wl-draft.el (wl-draft-create-contents): Don't take neither
5954         (function . args) nor (string . something) any more.
5955
5956         * wl-version.el (wl-generate-user-agent-string): Return string
5957         without header symbol.
5958         * wl-draft.el (wl-draft-default-headers): Use it.
5959
5960         * wl-draft.el (wl-draft-trim-ccs): Renamed from
5961         `wl-draft-insert-ccs' and return field value instead of inserting
5962         the header. Abolish cc argument.
5963         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
5964
5965         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
5966         rather than one with string car.
5967
5968         * wl-vars.el (wl-draft-additional-header-alist): New variable.
5969         * wl-draft.el (wl-draft-create-contents): Add it after the default
5970         headers.
5971
5972         * wl-draft.el (wl-draft-create-contents): For the case of
5973         (symbol-or-string . function) insert header only when the function
5974         returns string value.
5975
5976 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5977
5978         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
5979         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
5980
5981 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5982
5983         * wl.el (wl-check-environment): Don't check Message-ID when
5984         `wl-insert-message-id' is nil.
5985         Revive checking if `wl-message-id-domain' contains "@".
5986
5987 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5988
5989         * wl.el (wl-check-environment): Merge examination for "@" at
5990         inappropriate position into the first string-match.
5991
5992         * wl-summary.el (wl-summary-target-mark-print): New function.
5993         (wl-summary-pipe-message-subr): Extracted from
5994         `wl-summary-pipe-message'.
5995         (wl-summary-target-mark-pipe): New function.
5996         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
5997         `wl-summary-target-mark-pipe'.
5998
5999 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6000
6001         * wl.el (wl-check-environment): Rewrite around Message-ID check.
6002
6003 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6004
6005         * wl.el (wl-check-environment): Use elmo-warning instead of
6006         error for non-critical ones.
6007         Remove trash folder check.
6008         (wl): Don't ignore error in wl-check-environment.
6009
6010         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
6011         check, which is moved from `wl-check-environment'.
6012         (Adviced by Teranishi-san [X-Mail-Count: 9661])
6013
6014 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6015
6016         * wl-summary.el (wl-summary-write-current-folder): If it cannot
6017         guess anything, call wl-summary-write.
6018         (wl-summary-write): Create draft with blank To field.
6019         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
6020
6021 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6022
6023         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
6024         argument full as well for wl-folder-write-current-folder.
6025         If wl-*-write-current-folder cannot guess addressee, add blank
6026         To header.
6027         Rewrite condition for positioning cursor.
6028
6029 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6030
6031         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
6032         summary buffer is present, use it.
6033         (wl-folder-jump-to-previous-summary): Ditto.
6034
6035 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6036
6037         * wl-draft.el (wl-draft-create-contents): Fix docstring.
6038
6039         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
6040         wl-summary-previous-buffer and wl-summary-next-buffer.
6041
6042         * wl-folder.el (wl-folder-mode-map): Bind
6043         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
6044         (wl-folder-jump-to-next-summary): New function.
6045         (wl-folder-jump-to-previous-summary): Ditto.
6046
6047         * wl-draft.el (wl-draft): Rearranged.
6048
6049 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6050
6051         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
6052         of header.
6053         (wl-draft): Collect arguments for the header as header-alist.
6054         (wl-draft-forward): Arrange arguments for wl-draft.
6055         (wl-draft-reply): Ditto.
6056         (wl-draft-edit-string): Ditto.
6057         * wl-summary.el (wl-summary-write): Ditto.
6058         (wl-summary-write-current-folder): Ditto.
6059
6060         * Version number is increased to 2.9.8.
6061
6062 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6063
6064         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
6065
6066         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
6067
6068         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
6069         even if the guess failed.
6070
6071         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
6072         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
6073         wl-summary-write-current-folder.
6074         * wl-xmas.el: Ditto.
6075
6076 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
6077
6078         * wl-summary.el (wl-summary-next-page): Force display message if
6079         message is not displayed yet.
6080         (wl-summary-prev-page): Ditto.
6081
6082 2002-03-11  J\e,Ai\e(Br\e,At\e(Bme Marant <jerome.marant@free.fr>
6083
6084         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
6085
6086 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6087
6088         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
6089         add "Preview Message" and "Save Draft and Exit".
6090
6091 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6092
6093         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
6094         if addrmgr is called from draft in splitted window.
6095
6096         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
6097         * wl-mule.el: Ditto.
6098         * wl-xmas.el: Ditto.
6099
6100 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6101
6102         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
6103
6104         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
6105         * wl-xmas.el (wl-folder-toolbar): Ditto.
6106
6107 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6108
6109         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
6110         and wl-draft-save-and-exit.
6111         (wl-draft-toolbar): Add wl-draft-save-and-exit.
6112         * wl-xmas.el: Ditto.
6113         * wl-mule.el: Ditto.
6114
6115         * wl-folder.el (wl-folder-goto-draft-folder): New function.
6116         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
6117
6118 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
6121         lists for saving buffer.
6122
6123 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6124
6125         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
6126         parent-folder argument instead of it.
6127         (wl-draft-create-buffer): Ditto.
6128         (wl-draft-forward): Ditto.
6129         (wl-draft-reply): Ditto.
6130         * wl-summary.el (wl-summary-write): Ditto.
6131         (wl-summary-write-current-folder): Ditto.
6132
6133         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
6134         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
6135         Folder buffer after composing.
6136
6137 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6138
6139         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
6140         header if the file `wl-x-face-file' already contains it.
6141
6142 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6143
6144         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
6145         folder" entry.
6146         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
6147         * wl-e21.el (wl-folder-toolbar): Ditto.
6148         * wl-xmas.el (wl-folder-toolbar): Ditto.
6149
6150 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6151
6152         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
6153         wl-folder-goto-folder with sticky argument.
6154         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
6155
6156 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6157
6158         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
6159         and wl-summary-previous-buffer.
6160         (wl-summary-next-buffer): New function.
6161         (wl-summary-previous-buffer): Ditto.
6162
6163 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6164
6165         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
6166         wl-folder-jump-to-current-entity-with-arg.
6167         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
6168         `wl-folder-jump-to-current-entity'.
6169         * wl-summary.el (wl-summary-mode-map): Bind "G" for
6170         `wl-summary-goto-folder-sticky'.
6171         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
6172         `wl-summary-goto-folder'.
6173         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
6174         Unless force-exit, do not clean temp. marks for sticky summary.
6175         (wl-summary-goto-folder): Now the prefix argument means force-exit.
6176
6177 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
6180         not entire.
6181
6182 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
6183
6184         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
6185         to `C-x C-s'.
6186         (wl-summary-save-status): New command.
6187         (wl-summary-exit): Don't clean-up temp marks when sticky.
6188         (Applied patch from Nakayama-san [wl: 09548])
6189         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
6190         Do nothing when no mark data.
6191         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
6192         Call `wl-summary-delete-all-temp-marks' before saving.
6193
6194 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
6195
6196         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
6197
6198 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6199
6200         * wl.el (wl-check-environment): Also cause error when (system-name)
6201         returns "localhost.localdomain". (Although it doesn't affect because
6202         of condition-case, see change in 2002-01-23 by Teranisi-san.)
6203
6204 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6205
6206         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
6207         instead of wl-match-member with wl-folder-hierarchy-access-folders.
6208
6209         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
6210         value.
6211
6212 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6213
6214         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
6215         Likewise r-cc-list and r-ng-list.
6216
6217 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6218
6219         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
6220         only if it is bound as variable.
6221
6222         * wl-mime.el (wl-draft-preview-message): Ditto.
6223
6224 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
6225
6226         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
6227         needless `goto-char'.
6228
6229         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
6230         `wl-summary-redisplay-no-mime-internal' instead of
6231         `wl-summary-redisplay-no-mime'.
6232         (wl-summary-redisplay-no-mime): Changed argument;
6233         Call `wl-summary-redisplay-no-mime-internal'.
6234
6235         * wl-mime.el (wl-draft-preview-message): Bind
6236         `mime-header-encode-method-alist' locally.
6237
6238         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
6239         (wl-draft-std11-parse-addresses): Added the first address check.
6240         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
6241
6242         * Version number is increased to 2.9.7.
6243
6244 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
6245
6246         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
6247
6248 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
6249
6250         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
6251         related to scrollbar support, if there is no such a feature
6252         compiled in.
6253
6254 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6255
6256         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
6257         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
6258         for prefetch.
6259
6260 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
6261
6262         * wl-summary.el (wl-summary-pick): Fix for no match.
6263
6264 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6265
6266         * wl-draft.el (wl-draft-save):
6267         Override `mime-header-encode-method-alist'.
6268
6269 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6270
6271         * wl-folder.el (wl-folder-pick): New function.
6272         Define key as "?".
6273
6274 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6275
6276         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6277         Fix for unplugged.
6278
6279 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6280
6281         * wl-folder.el (wl-folder-virtual): New function.
6282         Define key as "V".
6283
6284 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6285
6286         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
6287         multi folder if entity is group.
6288
6289 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6290
6291         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
6292         is nil.
6293
6294 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-summary.el (wl-summary-pick): Fix for killed messages.
6297         (wl-summary-target-mark-msgs): Return the number of marked messages.
6298
6299 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
6300
6301         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
6302         "first:" is specified.
6303
6304 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6305
6306         * wl-vars.el (wl-from): Use return value of function
6307         user-full-name instead of the variable user-full-name since
6308         XEmacs-20.4 doesn't set this variable.
6309
6310 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6311
6312         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
6313         call `wl' directly.
6314
6315 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
6316
6317         * wl-draft.el (wl-draft-reedit): Removed duplicated
6318         switch-to-buffers.
6319
6320 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6321
6322         * wl.el (wl-other-frame): Removed garbages.
6323
6324 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
6327
6328         * wl-xmas.el (wl-draft-key-setup): Ditto.
6329
6330         * wl-mule.el (wl-draft-key-setup): Ditto.
6331
6332         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
6333         (wl-draft-reedit): Ditto.
6334         (wl-draft-prepare-edit): Add `wl-draft-save' to
6335         `local-write-file-hooks'.
6336         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
6337         (wl-draft-reedit): Set buffer-file-name.
6338         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
6339
6340
6341         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
6342         call it.
6343         (wl-delete-startup-frame-function): New variable.
6344         (wl-other-frame): New function
6345         (Original was written by Yamaoka san [wl: 09239]).
6346
6347         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
6348         if `wl-folder-use-frame'.
6349
6350 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6351
6352         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
6353
6354 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6355
6356         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
6357         New variable.
6358         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
6359         (wl-message-buffer-prefetch-get-next): Use them.
6360         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
6361
6362 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
6363
6364         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
6365         with unwind-protect.
6366
6367         * wl-draft.el (wl-draft-reedit): Rewrite.
6368         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
6369         (wl-draft-save): Insert header separator if it does not exist;
6370         Removed condition-case.
6371
6372         * wl-summary.el (wl-summary-reedit): Revert last change.
6373
6374         * wl-draft.el (wl-draft-save): Rewrite.
6375         (wl-draft-create-buffer): Set buffer-file-name as nil.
6376
6377         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
6378
6379         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
6380
6381         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
6382         nil.
6383
6384 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6385
6386         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
6387         If count is nil, do not prefetch.
6388         (wl-message-buffer-prefetch-next): Next.
6389
6390 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6391
6392         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
6393
6394 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6395
6396         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
6397         `delete-backward-char'
6398         (wl-draft-prepare-edit): Check major-mode.
6399         (wl-draft-decode-header): Rewrite.
6400         (wl-draft): Fix.
6401
6402 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
6403
6404         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
6405
6406 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6407
6408         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
6409         (wl-message-buffer-prefetch-get-next): Remove size checking.
6410         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
6411
6412 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6413
6414         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
6415         (wl-draft-default-headers): Fix.
6416
6417 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6418
6419         * wl-draft.el (wl-draft-default-headers): Insert return value of
6420         `wl-generate-mailer-string-function'.
6421
6422 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
6425         (wl-draft-insert-mail-header-separator): Ditto.
6426
6427         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
6428         again (Reverted the change on 2002-01-17 by OKADA san).
6429
6430 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6431
6432         * wl-draft.el (wl-draft): Rewrite.
6433         (wl-draft-create-buffer): New function.
6434         (wl-draft-create-contents): Ditto.
6435         (wl-draft-prepare-edit): Ditto.
6436         (wl-draft-decode-header): Ditto.
6437         (wl-draft-decode-body): Ditto.
6438         (wl-draft-check-new-line): Ditto.
6439         (wl-draft-default-headers): Ditto.
6440         (wl-draft-insert-mail-header-separator): Ditto.
6441
6442 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6443
6444         * Version number is increased to 2.9.6.
6445
6446 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6447
6448         * wl-draft.el (wl-draft-delete-field): Optional argument.
6449         (wl-draft-delete-fields): Ditto.
6450
6451 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6452
6453         * wl-message.el (toplevel): Eliminated byte-compile warning.
6454         for `itimer-function', `delete-timer' and `itimer-list'.
6455
6456 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6457
6458         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
6459         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
6460         `wl-message-buffer-prefetch-threshold'.
6461         * wl-summary.el (wl-summary-redisplay-internal): Remove
6462         the check of `wl-message-buffer-prefetch-depth'.
6463
6464 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
6465
6466         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
6467         size of article.
6468         (wl-message-buffer-prefetch-subr): Remove size check.
6469
6470 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6471
6472         * wl-vars.el (wl-plugged): Make customizable.
6473
6474 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
6477         (wl-message-buffer-prefetch-set-timer): New function.
6478         (wl-message-buffer-prefetch-get-next): New function.
6479         (wl-message-buffer-prefetch): New function.
6480         (wl-message-buffer-prefetch-next): Rewrite.
6481         (wl-message-buffer-prefetch-subr): Rewrite.
6482         * wl-vars.el (wl-auto-prefetch-first): New variable.
6483         * wl-summary.el (wl-summary-goto-folder-subr): Call
6484         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
6485
6486 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6487
6488         * wl-score.el (wl-summary-score-update-all-lines): Do not call
6489         `wl-summary-unread-message-hook'.
6490
6491 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6492
6493         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
6494         (wl-summary-sync): Call `wl-summary-resume-cache-status'
6495         if range is `cache-status'.
6496
6497 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6498
6499         * wl-message.el (wl-message-buffer-prefetch-subr):
6500         Improve debug message.
6501
6502 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6503
6504         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
6505         `wl-mail-send-pre-hook'.
6506         (wl-draft-send-mail-with-qmail): Ditto.
6507         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
6508
6509 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6510
6511         * wl-message.el (wl-message-buffer-prefetch-subr):
6512         Fix for cancel-function-timers bug.
6513         (wl-message-buffer-prefetch-debug): Default value is t.
6514
6515 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
6516
6517         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6518         (wl-message-buffer-prefetch-subr): Rewrite.
6519         Rename from `wl-message-buffer-prefetch'.
6520
6521 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6522
6523         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
6524         (wl-default-draft-cite-decorate-author): Ditto.
6525
6526         * wl-draft.el (wl-draft-cite-function): Removed.
6527         (wl-default-draft-cite-decorate-author): Ditto.
6528
6529 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6530
6531         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
6532         (wl-default-draft-cite): Do not arrange author name if the value of
6533         `wl-default-draft-cite-decorate-author' is nil.
6534
6535 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
6536
6537         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
6538
6539         * wl-folder.el (wl-folder-check-one-entity): Don't care
6540         `elmo-folder-use-flag-p'.
6541
6542 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
6543
6544         * wl-folder (wl-folder-check-one-entity): Fix
6545         problem if unread is nil.
6546
6547 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6548
6549         * wl-address.el (wl-address-make-completion-list): Check whether
6550         the address is a group list.
6551         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6552
6553 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6554
6555         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
6556         The number of the messages of new and unread does not count
6557         correctly.
6558
6559         * wl-summary.el (wl-summary-count-unread): Changed to return
6560         `(new . unread)' instead of total.
6561         (wl-summary-sync-update): Follow the change above.
6562
6563         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
6564
6565 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6566
6567         * wl-address.el (wl-address-make-completion-list): Do not enclose
6568         address by " <" and ">" if associated realname is "".
6569         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
6570         This is against the promblem with group list in .addresses pointed
6571         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
6572
6573 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6574
6575         * wl-draft.el (wl-draft-write-sendlog): The first argument of
6576         message is a format control string.
6577         * wl-expire.el (wl-expire-append-log): Ditto.
6578         * wl-mime.el (wl-summary-burst-subr): Ditto.
6579         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
6580         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
6581
6582 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6583
6584         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
6585         wl.el (wl-check-variables): Rename from `wl-check-type'.
6586         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
6587         (wl-check-variables-2): New function.
6588         (wl): Call `wl-check-variables-2'.
6589
6590 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6591
6592         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
6593         after renaming folder in access group.
6594
6595 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6596
6597         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
6598         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
6599         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
6600         (wl-message-buffer-prefetch): Rewrite.
6601         (wl-message-buffer-prefetch-idle-time): Removed.
6602         * wl-summary.el (wl-summary-redisplay-internal):
6603         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
6604         Error check for `wl-message-buffer-prefetch-depht'.
6605
6606 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6607
6608         * Version number is increased to 2.9.5.
6609         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
6610
6611 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
6612
6613         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
6614         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
6615         Based on the patch written by
6616         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
6617
6618 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
6619
6620         * wl-draft.el (wl-draft-raw-send): Fix for
6621         `wl-news-send-pre-hook'
6622
6623 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6624
6625         * wl-utils.el (wl-message-id-function): New variable.
6626         * wl-draft.el (wl-draft-insert-required-fields):
6627         Use `wl-message-id-function'.
6628
6629 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6630
6631         * wl-vars.el (wl-message-id-use-wl-from): New variable.
6632         * wl-utils.el (wl-draft-make-message-id-string):
6633         Use `wl-from' for domain part of Message-ID
6634         if `wl-message-id-use-wl-from' if non-nil.
6635         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
6636
6637 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6638
6639         * wl.el (wl): Call `wl-check-type'
6640         Do not 'condition-case'.
6641
6642 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6643
6644         * wl.el (wl-check-type): New function.
6645         (wl-check-type-variables): New variable.
6646
6647 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6648
6649         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
6650
6651 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
6652
6653         * wl-draft.el (wl-smtp-password-key): New function.
6654         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
6655         (wl-draft-send-mail-with-smtp): Ditto.
6656         (wl-draft-send-mail-with-pop-before-smtp): Fix.
6657
6658 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
6659
6660         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
6661         * wl-utils.el (wl-unique-id-suffix): Remove.
6662
6663 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
6664
6665         * Version number is increased to 2.9.4.
6666
6667 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
6668
6669         * wl-utils.el (wl-unique-id-suffix): New variable.
6670         (wl-unique-id): Use `wl-unique-id-suffix'
6671
6672 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6673
6674         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
6675         instead of `elmo-msgdb-search'.
6676
6677         * Version number is increased to 2.9.3.
6678
6679 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
6680
6681         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
6682
6683 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
6684
6685         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
6686         (wl-draft-dispatch-message): Changed for send-later.
6687         (wl-draft-queue-flush): Ditto.
6688         (wl-draft): Clear `wl-sent-message-queued'.
6689         (wl-draft-reedit): Ditto.
6690         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
6691         * wl-vars.el (wl-draft-force-queuing): New variable.
6692         (wl-draft-force-queuing-mail): New variable.
6693         (wl-draft-force-queuing-news): New variable.
6694
6695 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
6696
6697         * wl-draft.el (wl-draft-hide): Removed `interactive'.
6698         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
6699
6700 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6701
6702         * Version number is increased to 2.9.2.
6703
6704 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6705
6706         * wl-draft.el (wl-draft-elide-region): New user command.
6707         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
6708
6709         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
6710         command `wl-draft-elide-region'.
6711         * wl-mule.el: Ditto.
6712         * wl-xmas.el: Ditto.
6713
6714 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
6715
6716         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
6717         (wl-biff-check-folder-async): Removed needless let.
6718
6719 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
6720
6721         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
6722         wl-folder-get-elmo-folder.
6723         (wl-biff-check-folder): Set `biff' argument of
6724         `wl-folder-check-one-entity'.
6725         (wl-biff-check-folder-async): Setup `biff' slot of folder.
6726
6727         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
6728         (wl-folder-check-one-entity): Added `biff' argument;
6729         Setup `biff' slot of folder.
6730
6731         * Version number is increased to 2.9.1.
6732
6733 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
6736         comment out and fixed.
6737         (wl-fldmgr-add-completion-subr): Ditto.
6738
6739         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
6740         and msgdb.
6741
6742         * wl.el (wl-toggle-plugged): Save summary view.
6743
6744 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
6747
6748 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6749
6750         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
6751
6752 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * wl-e21.el (wl-e21-toolbar-configurations): Replace
6755         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
6756         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
6757
6758         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
6759         if it was failed.
6760         (wl-demo): Disable undo in the demo buffer.
6761
6762 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6763
6764         * wl-version.el (wl-version): Changed codename.
6765
6766         * Version number is increased to 2.9.0.
6767
6768 2001-12-14  Takuo KITAME <kitame@northeye.org>
6769
6770         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
6771         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
6772         (wl-folder-mark-as-read-all-current-entity): Ditto.
6773
6774 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
6775
6776         * wl-vars.el (wl-from-width): Define as obsolete variable.
6777         (wl-subject-length-limit): Ditto.
6778
6779         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
6780
6781         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
6782         wl-summary-save-view.
6783
6784         * wl.el (wl-save-status): Ditto.
6785         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
6786
6787         * wl-summary.el (wl-summary-save-view): Removed unused argument.
6788         (wl-summary-exit): Follow the change above.
6789         (wl-summary-goto-folder-subr): Ditto.
6790
6791         * wl-folder.el (wl-folder-create-subr): Don't use
6792         `elmo-folder-creatable-p'.
6793
6794 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6795
6796         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
6797
6798 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6799
6800         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
6801         rather than bitmap on Emacs 21.
6802         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
6803         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
6804         for xbm if the new redisplay engine is not available.
6805
6806 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6807
6808         * wl-folder.el (wl-folder-init-hook): New hook.
6809         (wl-folder-init): Run `wl-folder-init-hook'.
6810
6811 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6812
6813         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
6814
6815 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6816
6817         * wl-acap.el (wl-acap-cache-filename): New variable.
6818         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
6819         (wl-acap-init): Use cache if no ACAP server found.
6820
6821 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6822
6823         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
6824         `wl-acap-original-msgdb-dir'.
6825
6826         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
6827         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
6828
6829         * wl-mime.el (wl-mime-save-directory): Renamed from
6830         `wl-mime-save-dir'.
6831
6832 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * wl-vars.el (wl-icon-dir): Fixed the docstring.
6835
6836         * wl-demo.el: Require `path-util'.
6837         (wl-demo-bitmap-mule-available-p): New internal variable.
6838         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
6839         `module-installed-p' instead.
6840         (wl-demo-insert-image): Use *.img file for a bitmap image.
6841         (wl-demo): Don't call the ascii demo recursively.
6842
6843 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6844
6845         * Version number is increased to 2.7.7.
6846
6847 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
6848
6849         * wl.el (wl-exit): Eliminated byte-compile warning.
6850
6851 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6852
6853         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
6854         obsolete variable using `elmo-define-obsolete-variable'.
6855         (wl-fetch-confirm-threshold): Ditto.
6856         (wl-cache-prefetch-folder-type-list): Ditto.
6857         (wl-cache-prefetch-folder-list): Ditto.
6858
6859 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6860
6861         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
6862         (wl-demo-icon-name): Use Xmas logo at the end of the year.
6863         (wl-demo-insert-image): New function.
6864         (wl-demo-insert-text): New function.
6865         (wl-demo-image-type-alist): Redefine as a function.
6866         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
6867         (wl-demo-with-temp-file-buffer): Removed.
6868         (wl-logo-xpm): Removed.
6869         (wl-logo-xbm): Removed.
6870         (wl-logo-bitmap): Removed.
6871
6872 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
6873
6874         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
6875         (wl-expire-localdir-get-folder-function): New user option.
6876         (wl-expire-localdir-get-folder): New function.
6877         (wl-expire-localdir-date): Ditto.
6878
6879 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6880
6881         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
6882         value.  Refactoring `wl-folder-notify-deleted' is nil case.
6883         Fixed unread number mismatch when all-unread < unread.
6884
6885 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
6886
6887         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
6888         (wl-fetch-confirm-threshold): Ditto.
6889
6890         * wl-summary.el (wl-summary-confirm-appends): Removed.
6891         (wl-summary-sync-update): Don't refer
6892         `wl-summary-update-confirm-threshold' (It is now abolished).
6893
6894         * wl-message.el (wl-message-display-internal): Don't refer
6895         `wl-fetch-confirm-threshold' (It is now abolished).
6896
6897 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6898
6899         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
6900
6901 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6902
6903         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
6904         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
6905         Change default value to nil.
6906         (wl-summary-indent-length-limit): The value can be nil, nil means
6907         unlimited.
6908
6909         * wl-summary.el: Don't set limit for indent length if the value of
6910         wl-summary-indent-length-limit is nil.
6911         If the value of wl-summary-width is nil, it means only that the width
6912         of summary is unlimited (nil doesn't mean that the indent length is
6913         unlimited).
6914
6915         * wl-thread.el: Ditto.
6916
6917 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
6918
6919         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
6920         be nil, nil means never confirm.
6921         * wl-summary.el (wl-summary-confirm-appends): Ditto.
6922
6923 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6924
6925         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
6926         means unlimited).
6927
6928 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
6929
6930         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
6931         Use `with-temp-buffer'.
6932
6933 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
6936         with new backquote style).
6937         (wl-folder-get-entity-from-buffer): Ditto.
6938
6939 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6940
6941         * wl-version.el (nemacs-version): Eliminated.
6942         (wl-extended-emacs-version2): Ignore nemacs.
6943         (wl-extended-emacs-version3): Ditto.
6944
6945 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
6946
6947         * wl-vars.el (wl-draft-add-references): Set default value as nil.
6948         (wl-draft-add-in-reply-to): New variable.
6949         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
6950         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
6951         (wl-draft-yank-from-mail-reply-buffer): Use
6952         `wl-draft-add-in-reply-to'.
6953         (wl-draft-insert-current-message): Ditto.
6954
6955 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6956
6957         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
6958         typo (kill->hide).
6959         (wl-message-buffer-prefetch-folder-type-list): Added elements
6960         `mark' and `cache' instead of `internal'.
6961
6962 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
6965         resume msgdb directory.
6966
6967 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6968
6969         * wl.el (wl-exit): Call `wl-acap-exit'.
6970
6971         * wl-summary.el (wl-summary-message-string): New function.
6972         (wl-summary-reedit): Use it.
6973         (wl-summary-resend-bounced-mail): Remove needless let.
6974         (wl-summary-supersedes-message): Ditto.
6975         (wl-summary-save): Ditto.
6976
6977         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
6978         (wl-acap-init): Set it.
6979         (wl-acap-exit): New function.
6980
6981 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6982
6983         * wl.el (wl-init): Revert (require 'mime-setup). move from
6984         toplevel.
6985
6986 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6987
6988         * wl-summary.el (wl-summary-write-current-folder): Remove unused
6989         local variables.  Add error when guess function return invalid
6990         value.
6991
6992 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6993
6994         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6995         Change local variable name.
6996         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6997         (wl-folder-get-newsgroups): Return nil when non-news folder.
6998         * wl-summary.el (wl-summary-write-current-folder): State through
6999         when guess-list return nil.
7000         (wl-summary-write-current-folder-functions): Fixed docstring.
7001
7002         * wl.el (wl-exit): Changed confirm message.
7003
7004         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
7005         * wl-draft.el (wl-draft): Remove verbose `featurep'.
7006
7007         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
7008
7009 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7010
7011         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
7012         user option (Renamed from wl-cache-prefetch-folder-type-list).
7013         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
7014         from wl-cache-prefetch-folder-list).
7015
7016         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
7017         Move to wl-vars.el.
7018         (wl-message-buffer-prefetch-p): Changed to enable
7019         `wl-message-buffer-prefetch-folder-list'.
7020
7021         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
7022         `ignore-cache'.
7023
7024 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
7025
7026         * wl-draft.el (wl-draft-config-sub-func-alist): Added
7027         `part-top' and `part-bottom'.
7028         (wl-draft-config-sub-part-top): New function.
7029         (wl-draft-config-sub-part-bottom): New function.
7030
7031 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7032
7033         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
7034
7035 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
7036
7037         * wl-folder.el (wl-folder-get-newsgroups): Fix.
7038
7039 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7040
7041         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
7042
7043         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
7044         (wl-summary-write-current-folder): Ditto.
7045
7046 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-folder.el (wl-folder-get-newsgroups): Use
7049         `elmo-folder-newsgroups'.
7050
7051 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
7052
7053         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
7054         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
7055         `wl-draft-config-sub-header-bottom'.
7056
7057 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7058
7059         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
7060         localnews folder.
7061
7062 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7063
7064         * wl-summary.el (wl-summary-mode): Undo last change.
7065
7066         * wl-folder.el (wl-folder-mode): Ditto.
7067
7068 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7069
7070         * wl-summary.el (wl-summary-mode): Locally set
7071         truncate-partial-window-width to nil.
7072         (for XEmacs)
7073
7074         * wl-folder.el (wl-folder-mode): Ditto.
7075
7076 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
7077
7078         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
7079
7080 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7081
7082         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
7083         number.
7084
7085         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
7086
7087         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
7088
7089         * Version number is increased to 2.7.6.
7090
7091 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
7092
7093         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
7094
7095 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7096
7097         * wl-summary.el (wl-summary-sync-update): Enclose network
7098         related portion with `unwind-protect'.
7099
7100 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7101
7102         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
7103
7104 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
7105
7106         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
7107         element.
7108         * wl-vars.el (wl-message-body-button-alist): Ditto.
7109
7110         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
7111         max match length.
7112         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
7113
7114         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
7115         for the max match length;
7116         Use 4th element value for the button string regexp group.
7117
7118         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
7119         candidate exists, prompt to select.
7120
7121 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
7122
7123         * wl-summary.el (wl-summary-jump-to-msg): Search before
7124         calibration point by `beginning-of-line'.
7125
7126 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7127
7128         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
7129         for access group.
7130
7131 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-message.el (wl-message-display-internal): Bind
7134         `default-mime-charset'.
7135
7136         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
7137
7138         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
7139
7140         * Version number is increased to 2.7.5.
7141
7142 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7143
7144         * wl-expire.el (wl-summary-archive): Fixed;
7145         Use `elmo-folder-name-internal'.
7146
7147 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7148
7149         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
7150         from `elmo-folder-move-messages' caller.
7151         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7152
7153         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
7154         related portions are changed).
7155
7156 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7157
7158         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
7159         counter.
7160
7161 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7162
7163         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
7164         buffer local and set it to nil.
7165
7166         * wl-message.el (wl-message-redisplay): Ditto.
7167
7168 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7169
7170         * wl-summary.el (wl-summary-mark-as-important): If message is
7171         already cached, set messag as read, otherwise encache and mark as read.
7172
7173 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7174
7175         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
7176         point-min.
7177
7178 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7179
7180         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
7181         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
7182         a keymap.
7183
7184 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
7187         parent.
7188
7189         * wl-mule.el (wl-message-define-keymap): Ditto.
7190
7191         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
7192
7193         * wl-xmas.el (wl-message-display-internal-hook): Define.
7194         (wl-xmas-setup-message-toolbar): Define as function.
7195         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
7196         (wl-message-overload-functions): Abolished.
7197         (wl-message-define-keymap): New function.
7198
7199         * wl-vars.el (wl-message-display-internal-hook): New variable.
7200         (wl-message-header-button-alist): New variable (Renamed from
7201         wl-highlight-message-header-button-alist).
7202         (wl-message-body-button-alist): Ditto.
7203
7204         * wl-mule.el (wl-message-define-keymap): New function.
7205         (wl-message-overload-functions): Abolished.
7206
7207         * wl-message.el (wl-message-add-buttons-to-body): New function.
7208         (wl-message-redisplay): Don't call wl-message-overload-functions;
7209         Call wl-message-add-buttons-to-header and
7210         wl-message-add-buttons-to-body.
7211         (wl-message-display-internal): Set keymap argument for
7212         elmo-mime-display-as-is, elmo-mime-message-display;
7213         Run wl-message-display-internal-hook.
7214         (wl-message-refer-article-or-url): Abolished.
7215
7216         * wl-highlight.el (wl-highlight-headers): Don't call
7217         wl-highlight-message-add-buttons-to-header.
7218         (wl-highlight-message-add-buttons-to-header): Abolished.
7219
7220
7221         * wl-e21.el (wl-message-display-internal-hook): Define.
7222         (wl-e21-setup-toolbar): Deleted duplicated binding.
7223         (wl-e21-setup-message-toolbar): Define as function.
7224         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
7225         (wl-message-define-keymap): New function.
7226         (wl-message-overload-functions): Abolished.
7227
7228 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
7229
7230         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
7231         and elmo-folder-close.
7232
7233         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
7234
7235 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7236
7237         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
7238         boolean value.
7239         * wl-draft.el (wl-draft-do-fcc): Ditto.
7240
7241 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7242
7243         * wl-vars.el (wl-fcc-force-as-read): New variable.
7244         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
7245         mark copied message as read.
7246
7247 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
7248
7249         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
7250
7251 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7252
7253         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
7254         `wl-summary-target-above' instead of obsolete variable
7255         `wl-summary-temp-above'.
7256
7257         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
7258         instead of `make-obsolete-variable'.
7259         * wl-refile.el (toplevel): Ditto.
7260
7261 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
7264         with third argument t.
7265         (wl-draft): Set first argument for wl-plugged-init as t.
7266
7267         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
7268         definition.
7269
7270 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7271
7272         * wl-vars.el: Tabify.
7273         (wl-biff-notify-hook): Use `ding' instead of `beep'.
7274
7275         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
7276         message.
7277
7278 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7279
7280         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
7281         and set default to beep.
7282
7283 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7284
7285         * wl-vars.el (wl-draft-truncate-lines): New variable.
7286
7287         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
7288         instead of wl-message-truncate-lines for truncate-lines.
7289
7290 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-message.el (wl-message-display-internal): Call
7293         `wl-highlight-message' after `elmo-mime-display-as-is'.
7294
7295         * wl-mime.el (wl-mime-display-text/plain): New function.
7296         (wl-mime-display-header): Ditto.
7297         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
7298         body-presentation-method for text/plain;
7299         Register `wl-mime-display-header' as a header-presentation-method;
7300         Don't set up `elmo-message-text-content-inserted-hook' and
7301         `elmo-message-header-inserted-hook'.
7302
7303         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
7304         variable.
7305         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
7306         as t if flag is 'all-header;
7307         Don't bind `elmo-message-ignored-field-list',
7308         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
7309
7310 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7311
7312         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
7313         for xemacs with non-mule environment.
7314
7315 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7316
7317         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
7318         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
7319         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
7320
7321 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7322
7323         * wl-vars.el (wl-interactive-send): Set default value as t.
7324
7325 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
7326
7327         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
7328         (wl-addrmgr-method-list): Abolished.
7329         (wl-addrmgr-change-method): Follow above change.
7330
7331         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
7332
7333 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7334
7335         * wl-vars.el (wl-message-truncate-lines): Change default value
7336         to default-truncate-lines.
7337
7338         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
7339
7340 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
7341
7342         * wl-vars.el (wl-message-truncate-lines): New variable.
7343
7344         * wl-message.el (wl-message-redisplay): Set truncate-lines using
7345         wl-message-truncate-lines.
7346
7347 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7348
7349         * wl-acap.el (wl-acap-init): Remove period from error message.
7350         (wl-acap-find-acap-service): Remove period from message.
7351
7352 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
7353
7354         * wl.el (wl-check-environment): Undo last change.
7355
7356         * wl-vars.el (wl-from): Changed default value.
7357
7358         * wl-util.el (toplevel): Don't require tm-edit.
7359
7360         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
7361         `wl-folder-init';
7362         Don't set mark on mail body.
7363         (wl-draft-reedit): Ditto.
7364
7365         * wl-address.el (wl-address-quote-specials): Define as an alias for
7366         elmo-address-quote-specials.
7367
7368 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
7369
7370         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
7371
7372         * wl-vars.el (wl-from): Set default value as nil.
7373         (wl-organization): Set default value as ORGANIZATION environment
7374         variable.
7375
7376         * wl-draft.el (wl-smtp-extension-bind): Check value of
7377         wl-smtp-connection-type.
7378
7379         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
7380         error.
7381
7382 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7383
7384         * Version number is increased to 2.7.4.
7385
7386         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
7387         arguments from `wl-highlight-x-face-function' caller.
7388         Use x-face-1.3.6.12 or later.
7389
7390 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
7391
7392         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
7393
7394 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
7395
7396         * wl-vars.el (wl-summary-width): Fix type to accept nil.
7397         (wl-fcc): Fix to accept function.
7398         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
7399
7400 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7401
7402         * wl-acap.el (toplevel): Added `product-provide' declare.
7403         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
7404
7405 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
7406
7407         * wl.el (wl): Changed order of calling `elmo-init'
7408         and `elmo-folder-init'.
7409
7410 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7411
7412         * wl-mime.el (wl-summary-burst): Extract message when content-type
7413         of root entity is not only `multipart' but also `message/rfc822'.
7414         (wl-summary-burst-subr): Ditto.
7415
7416 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7417
7418         * wl-vars.el (toplevel): Require 'custom.
7419         (wl-trash-folder): Added to `wl-setting' group.
7420
7421         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
7422         exists.
7423         (wl-addrmgr-draw): Insert empty line when no entry exists.
7424
7425         * wl-mule.el (wl-message-wheel-up): Fixed.
7426         (wl-message-wheel-down): Ditto.
7427
7428 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7429
7430         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
7431         config is an anonymous lambda expression.
7432
7433 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7434
7435         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
7436         when Mule 2 is running.
7437
7438 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
7441
7442 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
7443
7444         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
7445         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
7446
7447         * wl-address.el (wl-address-specials-regexp): Eliminated.
7448         (wl-address-quote-specials): Rewrite.
7449
7450 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
7453         shy-groups for regexp.
7454
7455         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
7456         character classes and Perl style shy-groups for regexp.
7457         (wl-highlight-plugged-current-line): Use Posix style character
7458         classes for regexp.
7459         (wl-e21-highlight-folder-by-numbers): Ditto.
7460         (wl-e21-display-image-p): Use `display-images-p' instead of
7461         `display-graphic-p'.
7462         (display-images-p): Make an alias to `display-graphic-p' if it is
7463         not available.  It is for Emacs version prior to 21.0.105.
7464
7465         * wl-demo.el (wl-demo): Use `display-images-p' instead of
7466         `display-graphic-p'.
7467         (wl-demo-image-type-alist): Ditto.
7468         (display-images-p): Make an alias to `display-graphic-p' if it is
7469         not available.  It is for Emacs version prior to 21.0.105.
7470
7471 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7472
7473         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
7474         support.
7475         (wl-generate-user-agent-string): Ditto.
7476
7477         * wl-version.el (wl-version): Update docsting.
7478         (wl-version-status): Ditto.
7479
7480 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7481
7482         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
7483         21.0.105.  For Emacs 21.0.104 or earlier.
7484
7485 2001-09-03  Takuo KITAME <kitame@northeye.org>
7486
7487         * wl-e21.el (wl-plugged-init-icons): Use
7488         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
7489         (wl-biff-init-icons): Ditto.
7490
7491 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7492
7493         * wl-highlight.el (wl-highlight-summary-current-line):
7494         Fixed highlighting refile/copy destination.
7495
7496         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
7497         (wl-acap-store): Encode string by wl-acap-coding-system.
7498
7499 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
7500
7501         * wl-acap.el (toplevel): Check and require 'un-define before
7502         'xemacs-ucs;
7503          Added checking for UTF-2000.
7504
7505 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7506
7507         * wl-acap.el (toplevel): Require 'un-define before 'wl;
7508         Don't enclose with `eval-and-compile'.
7509
7510         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
7511         wl-init is non-nil.
7512
7513         * wl-draft.el (wl-draft): Ditto.
7514
7515         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
7516
7517         * wl-acap.el (toplevel): Require 'wl.
7518         (wl-acap-store): Call `elmo-init'.
7519
7520         * wl.el (wl): Changed position of `wl-check-environment'.
7521         (toplevel): Added autoload setting for wl-acap.
7522
7523         * wl-vars.el (wl-setting): New custom group.
7524         (wl-from): Added wl-setting group.
7525         (wl-user-mail-address-list): Ditto.
7526         (wl-organization): Ditto.
7527         (wl-subscribed-mailing-list): Ditto.
7528         (wl-envelope-from): Ditto.
7529         (wl-smtp-posting-user): Ditto.
7530         (wl-smtp-posting-server): Ditto.
7531         (wl-smtp-posting-port): Ditto.
7532         (wl-smtp-authenticate-type): Ditto.
7533         (wl-pop-before-smtp-user): Ditto.
7534         (wl-pop-before-smtp-server): Ditto.
7535         (wl-pop-before-smtp-port): Ditto.
7536         (wl-pop-before-smtp-authenticate-type): Ditto.
7537         (wl-nntp-posting-server): Ditto.
7538         (wl-nntp-posting-user): Ditto.
7539         (wl-nntp-posting-port): Ditto.
7540         (wl-fetch-confirm-threshold): Ditto.
7541         (wl-prefetch-threshold): Ditto.
7542         (wl-thread-insert-opened): Ditto.
7543         (wl-ldap-server): Ditto.
7544         (wl-ldap-port): Ditto.
7545         (wl-ldap-base): Ditto.
7546         (wl-ldap-objectclass): Ditto.
7547         (wl-use-ldap): Ditto.
7548         (wl-draft-config-alist): Ditto.
7549         (wl-draft-config-matchone): Ditto.
7550         (wl-template-alist): Ditto.
7551         (wl-message-sort-field-list): Ditto.
7552         (wl-message-ignored-field-list): Ditto.
7553         (wl-message-visible-field-list): Ditto.
7554         (wl-interactive-send): Ditto.
7555         (wl-summary-move-order): Ditto.
7556         (wl-auto-select-first): Ditto.
7557         (wl-auto-select-next): Ditto.
7558         (wl-interactive-save-folders): Ditto.
7559
7560         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
7561         Initialization codes are moved from wl-local-folder-init.
7562         (wl-local-folder-init): Follow the change above.
7563         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
7564
7565         * wl-acap.el: New file.
7566
7567         * Version number is increased to 2.7.3.
7568
7569 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7570
7571         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
7572
7573 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
7574
7575         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
7576         (wl-addrmgr-address-entry-list): Ditto.
7577
7578 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7579
7580         * wl-e21.el (wl-draft-mode-map): Removed binding for
7581         `wl-draft-insert-x-face-field'.
7582
7583         * wl-mule.el (wl-draft-mode-map): Ditto.
7584
7585         * wl-xmas.el (wl-draft-mode-map): Ditto.
7586
7587         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
7588         (wl-cs-autoconv): Ditto.
7589         (wl-cs-local): Ditto.
7590         (wl-use-scoring): Ditto.
7591         (wl-mime-charset): Ditto.
7592         (wl-folder-check-async): Ditto.
7593
7594         * wl.el (toplevel): Ignore nemacs and tm.
7595         (wl-exit): Ditto.
7596
7597         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
7598         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
7599         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
7600         instead of wl-address-petname-add-or-change.
7601         (wl-summary-edit-addresses-subr): Use wl-address-delete
7602         instead of wl-address-petname-delete.
7603
7604         * wl-util.el (wl-as-coding-system): Ignore nemacs.
7605
7606         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
7607         if error occured.
7608
7609         * wl-message.el (require): Remove tm support.
7610
7611         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
7612
7613         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
7614         (wl-folder-jump-to-current-entity): Ditto.
7615         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
7616
7617         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
7618         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
7619         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
7620
7621         * wl-mule.el (wl-draft-key-setup): Ditto.
7622
7623         * wl-xmas.el (wl-draft-key-setup): Ditto.
7624
7625         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
7626         (wl-draft-std11-parse-addresses): New function.
7627         (wl-draft-parse-mailbox-list): Use it.
7628         (wl-draft): Ignore nemacs.
7629         (wl-draft-reedit): Ditto.
7630
7631         * wl-addrmgr.el: New file.
7632         (Original is wl-rcpt.el written by
7633         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
7634         Thanks Kitamoto-san.)
7635
7636         * wl-address.el (wl-address-make-address-list): Modified parsing
7637         process.
7638         (wl-address-delete): Renamed from `wl-address-petname-delete';
7639         Modify wl-address-list too.
7640         (wl-address-add-or-change): Renamed from
7641         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
7642
7643 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
7644
7645         * wl-highlight.el (wl-highlight-summary-current-line):
7646           Work with transient-mark-mode
7647
7648 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
7649
7650         * Version number is increased to 2.7.2.
7651
7652         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
7653         instead of elmo-dop-queue-method.
7654
7655 2001-08-06  SAITO Atsunori <sai@yedo.com>
7656
7657         * wl-vars.el (wl-ldap-objectclass): New user option.
7658
7659         * wl-address.el (wl-ldap-make-filter): Use it.
7660
7661 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
7664
7665 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
7666
7667         * wl-folder.el (wl-folder): redisplay after folder insertion.
7668
7669         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
7670
7671         * wl-summary.el (wl-summary-sync-update):
7672         Change status mark only when new-msgdb exists.
7673         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
7674
7675 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
7676
7677         * wl-summary.el (wl-summary-open-folder): New function.
7678         (wl-summary-goto-folder-subr): Use it.
7679         (wl-summary-mark-as-important): Fix;
7680         Encache only when no cache exists.
7681
7682 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7683
7684         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7685         Use with-current-buffer.
7686
7687 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7688
7689         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
7690         before call `get-buffer'. Fixed parenthesis.
7691         (wl-score-get-header-entry): Clear message and help window when
7692         keyboard quit.
7693         (wl-score-edit-insert-header): Ditto.
7694
7695 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
7698         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
7699         (wl-default-draft-cite): Fix.
7700
7701         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
7702         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
7703
7704 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
7705
7706         * wl-message.el (wl-message-prev-page): Do same bahavior
7707         as summary when it is called in the message buffer.
7708         (wl-message-next-page): Ditto.
7709
7710 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
7711
7712         * wl-summary.el (wl-summary-forward): Use cache if it is not
7713         section cache.
7714
7715 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
7716
7717         * wl-vars.el: Changed file coding system to ISO-2022-JP.
7718         Removed redundant require of elmo-vars.
7719         (wl-biff-state-indicator-on): Changed default value for
7720         xemacs with non-mule environment.
7721
7722         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7723         wl-message-buffer is nil;
7724         Hide progress bar after moving messages.
7725
7726 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
7729         message at cursor point is deleted.
7730
7731 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
7732
7733         * wl-vars.el: Changed file coding system to euc-japan.
7734         Added -*-coding:-*- magic to the first line.
7735
7736         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
7737         Search parent from the first message.
7738
7739         * Version number is increased to 2.7.1.
7740
7741 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
7742
7743         * wl-vars.el: Fix file coding system to ISO-2022-JP.
7744
7745 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
7748         refile/delete execution.
7749
7750         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
7751         Fixed docstring.
7752
7753 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
7754
7755         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
7756         do update process;
7757         Don't update marks when update process is interrupted.
7758
7759 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
7760
7761         * wl-summary.el (wl-summary-reply): Fixed problem when
7762         wl-draft-use-frame is non-nil.
7763         (wl-summary-forward): Ditto.
7764
7765         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
7766         as nil.
7767         (wl-folder-mark-as-read-all-entity): Ditto.
7768         (wl-folder-prefetch-entity): Ditto.
7769
7770         * wl.el (wl): Check environment before wl-init.
7771
7772         * wl-summary.el (wl-summary-collect-unread): Eliminated.
7773         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
7774         instead of wl-summary-collect-unread.
7775         (wl-summary-reply): Split message window.
7776
7777 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
7778
7779         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
7780         only if current language environment is japanese,
7781
7782         * wl-folder.el (wl-folder-jump-to-current-entity): Call
7783         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
7784         (wl-folder-goto-folder-subr): Ditto.
7785
7786         * wl-draft.el (wl-draft-dispatch-message): Call
7787         `elmo-file-cache-get-path'.
7788
7789 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
7790
7791         * wl-summary.el (wl-summary-cursor-move): If return value of
7792         wl-summary-next-message is not number, don't jump.
7793
7794 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7795
7796         * wl-summary.el (wl-summary-buffer-next-message-function): New
7797         variable.
7798         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
7799         if it is bound.
7800
7801         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
7802         string.
7803
7804         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
7805         (wl-plugged-drawing): Ditto.
7806
7807 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
7810         process.
7811         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
7812         with unwind-protect.
7813
7814         * wl.el (wl-init): Require mime-setup.
7815         (wl-check-environment): Don't require mime-setup.
7816
7817         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
7818         instead of elmo-folder-type.
7819
7820         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
7821         value as nil.
7822
7823 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7824
7825         * Version number is increased to 2.7.0.
7826
7827         * wl-version.el (wl-version): Changed codename.
7828
7829         * wl-summary.el (wl-summary-delete-cache): Fixed.
7830
7831         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
7832         Workaround for net folders.
7833         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
7834
7835         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
7836         value to nil (According to the patch from
7837         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
7838
7839         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
7840         of elmo-folder-close.
7841
7842 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
7843
7844         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
7845         for postfix.
7846
7847 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-summary.el (wl-summary-resend-message): Fixed.
7850
7851         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
7852         Call wl-draft with `from' argument if its address is included in
7853         `wl-user-mail-address-list'.
7854         (wl-draft): Added `from' argument.
7855
7856         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
7857         non-nil.
7858         (wl): Don't show demo if wl-demo is nil.
7859
7860         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
7861         wl-summary-use-frame.
7862
7863         * wl-vars.el (wl-summary-use-frame): New user option.
7864         (wl-folder-use-frame): Changed docstring.
7865
7866         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
7867         non-nil.
7868         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
7869         wl-summary-use-frame.
7870
7871         * wl-vars.el (wl-folder-use-frame): New user option.
7872
7873         * wl-summary.el (wl-summary-exit): Back to folder frame if
7874         wl-folder-use-frame is non-nil.
7875         (wl-summary-redisplay-internal): Ignore cache if current folder
7876         is draft folder,
7877         (wl-summary-redisplay-no-mime): Ditto.
7878         (wl-summary-redisplay-all-header): Ditto.
7879
7880         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
7881         if wl-folder-use-frame is non-nil.
7882
7883 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
7884
7885         * wl-summary.el (wl-summary-sync-update): Bind
7886         elmo-folder-update-threshold.
7887         (wl-summary-mark-as-important): Enclosed server mark processing
7888         with `save-match-data'.
7889
7890         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
7891         only when it is already defined.
7892
7893 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7894
7895         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
7896         name of folder exclude localdir is wrong.
7897         * wl-folder.el (wl-folder-sync-entity):
7898         Set `wl-summary-always-sticky-folder-list' as nil.
7899         (wl-folder-mark-as-read-all-entity): Ditto.
7900         (wl-folder-prefetch-entity): Ditto.
7901
7902 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
7903
7904         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
7905         instead of `wl-summary-write-current-newsgroup'.
7906
7907 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7908
7909         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
7910         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
7911         non-nil and selected message is important, do not display.
7912
7913 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
7914
7915         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
7916
7917 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7918
7919         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
7920
7921         * wl-summary.el (wl-summary-mark-as-important): Set message number
7922         using wl-summary-message-number.
7923
7924 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7925
7926         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
7927         destination folder is 'null.
7928
7929 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7930
7931         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
7932         New function.
7933         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
7934         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
7935         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
7936
7937 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
7938
7939         * wl-mime.el (wl-mime-setup): Added setting for
7940         `mime-setup-signature-key-alist' to avoid overriding key bind for
7941         `wl-draft-send'.
7942
7943         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
7944         for `wl-draft-send'.
7945         * wl-mule.el (wl-draft-overload-functions): Ditto.
7946         * wl-xmas.el (wl-draft-overload-functions): Ditto.
7947         * wl-draft.el (wl-draft-send): Ditto.
7948
7949         * wl-message.el (wl-message-display-internal):
7950         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
7951         (Patch is provided by <kita@coe.nttdata.co.jp>).
7952
7953 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
7954
7955         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
7956
7957 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7958
7959         * wl.el (wl): Fix for wl-demo.
7960
7961 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7962
7963         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
7964
7965 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7966
7967         * wl-folder.el (wl-folder-prefetch-entity): Use
7968         `wl-folder-get-elmo-folder'.
7969         (wl-folder-count-incorporates): Do not use
7970         `wl-folder-get-elmo-folder'.
7971
7972 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
7973
7974         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
7975         instead of `elmo-folder-get-type'.
7976
7977 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7978
7979         * wl-summary.el (wl-summary-write-current-folder): Set cursor
7980         position on Subject: field.
7981         (Advised by Mito <mit@nines.nec.co.jp>)
7982
7983 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7984
7985         * wl-folder.el (wl-folder-prefetch-entity): Use
7986         `wl-folder-get-elmo-folder'.
7987
7988 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7989
7990         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
7991
7992         * wl-summary.el (wl-summary-buffer-set-folder): Set up
7993         `process-duplicates' slot.
7994
7995         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
7996         if detection failed.
7997
7998 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7999
8000         * wl-version.el (wl-version-status): Set to "alpha".
8001
8002 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
8003
8004         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
8005         Check wl-message-buffer lives before set-buffer.
8006
8007 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8008
8009         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
8010         called in folder mode.
8011         * wl-var.el (wl-summary-exit-pre-hook): New variable.
8012         * wl-summary.el (wl-summary-exit-pre-hook): Run
8013         `wl-summary-exit-pre-hook' before exit summary mode.
8014
8015 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8016
8017         * wl-version.el (wl-version-status): New variable.
8018         (wl-version-status-alist): Removed.
8019         (wl-version-status): Rule included.
8020
8021 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
8022
8023         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
8024         @sponichi.
8025
8026         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
8027         when `mail-reply-buffer' is buffer-local variable.
8028         (Reported by <kita@coe.nttdata.co.jp>).
8029
8030 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * wl-vars.el (toplevel): Require 'elmo-util.
8033
8034 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
8035
8036         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
8037         (All other related portions are changed)
8038
8039         * wl.el (wl-plugged-change): Use '<' instead of '<='.
8040
8041         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
8042
8043 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8044
8045         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
8046
8047 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
8050         Delete other windows to avoid an error.
8051         Use `point-marker' instead of `point' to remember the start point
8052         of body.
8053
8054         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
8055
8056         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
8057         number not to exceed all message number.
8058
8059 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8060
8061         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
8062         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
8063
8064 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-summary.el (wl-summary-sync-force-update): Added argument
8067         no-check.
8068         (wl-summary-sync-update): Ditto.
8069         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
8070         with `no-check'.
8071
8072         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
8073         (wl-message-buffer-prefetch-next): Don't run timer if timer is
8074         already running.
8075
8076 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8077
8078         * wl-expire.el (wl-expire-archive-get-folder): Added argument
8079         `dst-folder-arg'.
8080         (wl-expire-archive-number1): Diito.
8081         (wl-expire-archive-number2): Diito.
8082         (wl-expire-archive-Date): Diito.
8083         (wl-archive-number1): Diito.
8084         (wl-archive-number2): Diito.
8085         (wl-archive-date): Diito.
8086         (wl-archive-folder-p): New function.
8087         (wl-summary-expire): Support of expand folder name at
8088         wl-expire-alist.
8089         * wl-util.el (wl-expand-newtext): Renamed from
8090         `wl-refile-expand-newtext'.
8091
8092 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8093
8094         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
8095         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
8096         `(elmo-msgdb-get-overview msgdb)'.
8097         (wl-summary-prefetch): Bind match data before call
8098         `wl-summay-prefetch-msg'.
8099         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
8100         'off if `wl-summary-buffer-disp-msg' is non-nil.
8101         Fixed problem that couldn't show only one new or unread message when
8102         enter folder.
8103         (wl-summary-reply): Don't call `split-window-vertically' and other
8104         window.
8105
8106 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
8107
8108         * wl-expire.el (wl-expire-refile): Fixed.
8109
8110 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
8111
8112         * wl-vars.el (wl-biff-unnotify-hook): New variable.
8113
8114         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
8115         biff notification is removed.
8116
8117         * wl.el (wl): Changed position of `elmo-init'.
8118
8119         * wl-draft.el (wl-default-draft-cite): Use date field
8120         on the citation buffer.
8121
8122         * wl-vars.el (wl-shimbun-folder-icon): New variable.
8123
8124         * wl-xmas.el (wl-folder-internal-icon-list): Added
8125         `wl-folder-shimbun-image'.
8126
8127         * wl-e21.el (wl-folder-internal-icon-list): Added
8128         `wl-folder-shimbun-image'.
8129
8130 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
8131
8132         * wl.el (wl-init): Eliminated argument.
8133         (wl): Rewrite.
8134
8135         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
8136         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
8137         instead of `elmo-folder-msgdb-internal'.
8138         (wl-summary-sync-update): Ditto.
8139         (wl-summary-flush-pending-append-operations): Eliminated.
8140         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
8141         (wl-summary-goto-folder-subr): Set load-msgdb argument of
8142         `elmo-folder-open'.
8143
8144         * wl-mime.el (wl-summary-burst): Fixed.
8145
8146         * wl-folder.el (wl-folder-info-save): Check data type.
8147
8148         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
8149         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
8150         instead of `elmo-folder-msgdb-internal'.
8151         (wl-expire-hide): Ditto.
8152
8153
8154         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
8155
8156 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8157
8158         * wl-folder.el (wl-folder-write-current-folder): Support petname.
8159
8160 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
8161
8162         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
8163
8164 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8165
8166         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
8167         Fixed `match-beginning' argument mismatch.
8168
8169 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8170
8171         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
8172         the default value.
8173
8174 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8175
8176         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
8177         instead of `elmo-nntp-default-port'.
8178
8179         * wl-vars.el: Fixed some doc strings.
8180
8181 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
8182
8183         * wl-summary.el (wl-summary-prefetch-msg): Use
8184         `elmo-msgdb-overview-get-entity' instead of `assoc'.
8185
8186         * wl-vars.el: Define *-func as obsolete variable using
8187         `elmo-define-obsolete-variable'.
8188
8189         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
8190         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
8191         instead of `wl-message-buffer-prefetch-threshold'.
8192
8193         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
8194
8195         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
8196
8197         * wl-draft.el (wl-caesar-region-func): Ditto.
8198
8199         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
8200         Keep unread status in elmo-folder-move-messages.
8201         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
8202
8203 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8204
8205         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
8206         `wl-summary-buffer-exit-func'
8207         (wl-summary-buffer-message-redisplay-function): Renamed from
8208         `wl-summary-buffer-message-redisplay-func'
8209         (wl-summary-buffer-next-folder-function): Renamed from
8210         `wl-summary-buffer-next-folder-func'.
8211         (wl-summary-buffer-prev-folder-function): Renamed from
8212         `wl-summary-buffer-prev-folder-func'.
8213         (wl-summary-get-petname-function): Renamed from
8214         `wl-summary-get-petname-func'.
8215
8216         * wl-score.el (wl-score-edit-exit-function): Renamed from
8217         `wl-score-edit-exit-func'.
8218
8219         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
8220         Renamed from `wl-message-buffer-prefetch-get-next-function'.
8221
8222         * wl-util.el (wl-load-profile-function): Renamed from
8223         `wl-load-profile-func'.
8224
8225         * wl-folder.el (wl-folder-completion-function): Renamed from
8226         `wl-folder-completion-func'.
8227         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
8228
8229         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
8230         `wl-expire-archive-get-folder-func'.
8231         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
8232         (wl-draft-send-mail-function): Renamed from
8233         `wl-draft-send-mail-func'.
8234         (wl-draft-send-news-function): Renamed from
8235         `wl-draft-send-news-func'.
8236         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
8237         (wl-generate-mailer-string-function): Renamed from
8238         `wl-generate-mailer-string-func'.
8239         (wl-highlight-signature-search-function): Renamed from
8240         `wl-highlight-signature-search-func'.
8241         (wl-highlight-x-face-function): Renamed from
8242         `wl-highlight-x-face-func'
8243         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
8244         (wl-ps-print-buffer-function): Renamed from
8245         `wl-ps-print-buffer-func'
8246         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
8247         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
8248         (wl-summary-subject-filter-function): Renamed from
8249         `wl-summary-subject-filter-func'.
8250
8251         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
8252         `wl-draft-queue-flush-send-func'
8253         (wl-draft-cite-function): Renamed from
8254         `wl-draft-cite-func'
8255
8256         * wl-address.el (wl-address-init-function): Renamed from
8257         `wl-address-init-func'.
8258
8259 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
8260
8261         * wl-draft.el (wl-draft-queue-flush): Don't call
8262         `elmo-dop-unlock-message'.
8263         * wl-draft.el (wl-draft-queue-append): Don't call
8264         `elmo-dop-lock-message'.
8265
8266         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
8267         (wl-summary-buffer-folder-name): Ditto.
8268         (wl-summary-message-regexp): Added '-' (all other related portions
8269         are changed).
8270         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
8271         wl-summary-buffer-folder-name.
8272
8273 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
8274
8275         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
8276         the number of mails in the folder buffer is not updated by wl-biff.
8277
8278 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
8279
8280         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
8281         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
8282
8283 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
8284
8285         * wl-summary.el (wl-summary-next-message):
8286         Return next message number when wl-summary-move-order is nil.
8287
8288 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
8289
8290         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
8291         `wl-summary-move-spec-alist'.
8292         (wl-summary-move-spec-unplugged-alist): New variable
8293         (Move spec for unplugged status).
8294         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
8295         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
8296
8297 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
8298
8299         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
8300         * wl-mule.el (wl-draft-overload-menubar): Ditto.
8301
8302 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
8303
8304         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
8305         simple quotation to quote the anonymous function.
8306         * tm-wl.el (wl-draft-preview-message): Ditto.
8307
8308 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
8309
8310         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
8311         Eliminate redundant `save-excursion'.
8312         (wl-highlight-summary-current-line): Ditto.
8313
8314         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
8315         accessing match data when `looking-at' failed.
8316
8317         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
8318         `elmo-match-string' where users don't care about the speed.
8319         (wl-draft-save): Ditto.
8320
8321 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
8322
8323         * wl-util.el (wl-regexp-opt): New function.
8324
8325         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
8326         number from `wl-summary-buffer-number-list'.
8327         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
8328         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
8329         (wl-summary-move-spec-alist): Changed default setting.
8330
8331 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
8332
8333         * wl-vars.el (wl-biff-notify-hook): New hook.
8334         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
8335         the arrival of new mail.
8336         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
8337         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
8338
8339 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
8342
8343 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
8344
8345         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
8346
8347         * Version number is increased to 2.5.8.
8348
8349         * wl-thread.el (toplevel): require 'cl.
8350         (wl-thread-resume-entity): Call wl-thread-make-number-list.
8351         (wl-thread-make-number-list): New function.
8352         (wl-thread-entity-make-number-list-from-children): Ditto.
8353         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
8354         (wl-thread-entity-insert-as-children): Likewise.
8355         (wl-thread-delete-message): Likewise.
8356         (wl-meaning-of-mark): Eliminated.
8357         (wl-thread-next-failure-mark-p): Ditto.
8358         (wl-thread-entity-get-mark): Ditto.
8359         (wl-thread-meaning-alist-get-result): Ditto.
8360         (wl-thread-entity-check-prev-mark): Ditto.
8361         (wl-thread-entity-check-next-mark): Ditto.
8362         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
8363         (wl-thread-entity-get-prev-marked-entity): Ditto.
8364         (wl-thread-get-prev-unread): Ditto.
8365         (wl-thread-jump-to-prev-unread): Ditto.
8366         (wl-thread-get-next-unread): Ditto.
8367         (wl-thread-jump-to-next-unread): Ditto.
8368         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
8369         (wl-thread-entity-get-next-marked-entity): Ditto.
8370
8371         * wl-summary.el (wl-summary-buffer-number-list):
8372         New bufer-local variable.
8373         (wl-summary-switch-to-clone-buffer): Clone
8374         `wl-summary-buffer-number-list'.
8375         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
8376         (wl-summary-cursor-move-regex): Eliminated.
8377         (wl-summary-cursor-up): Rewrite.
8378         (wl-summary-cursor-down): Ditto.
8379         (wl-summary-mode-spec-alist): New variable.
8380         (wl-summary-next-message): New inline function.
8381         (wl-summary-cursor-move): New function.
8382         (wl-summary-default-get-next-msg): Rewrite.
8383         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
8384         (wl-summary-rescan): Ditto.
8385         (wl-summary-sync-all-init): Ditto.
8386         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
8387         summary is not thread view.
8388         (wl-summary-sync-update): Ditto.
8389         (wl-summary-rescan): Ditto.
8390         (wl-summary-make-number-list): New function.
8391
8392         * wl-draft.el: "FCC" -> "Fcc".
8393
8394 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8395
8396         * wl-highlight.el (wl-highlight-summary-window):
8397         Call `set-buffer-modified-p'.
8398
8399         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
8400         (wl): Call `elmo-init' and fix.
8401
8402         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
8403         Use new variables.
8404
8405         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
8406
8407 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8408
8409         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
8410
8411 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8412
8413         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
8414
8415 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8416
8417         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
8418         `wl-use-toolbar' nor `display-graphic-p'.
8419         (wl-e21-setup-message-toolbar): Ditto.
8420         (wl-e21-setup-summary-toolbar): Ditto.
8421         (wl-e21-setup-folder-toolbar): Ditto.
8422
8423         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
8424         (wl-plugged-init-icons): Ditto.
8425
8426         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
8427         `display-graphic-p'.
8428         (wl-plugged-set-folder-icon): Ditto.
8429         (wl-highlight-plugged-current-line): Ditto.
8430         (wl-highlight-folder-current-line): Ditto.
8431         (wl-e21-highlight-folder-group-line): Ditto.
8432         (wl-e21-setup-toolbar): Ditto.
8433         (wl-e21-display-image-p): New macro.
8434
8435         * wl-demo.el (wl-demo): Simplified.
8436         (wl-demo-image-type-alist): Use `image-type-available-p' for
8437         checking whether the image type `xbm' is available.
8438
8439 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8440
8441         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
8442         (wl-summary-input-range): Ditto.
8443
8444 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
8445
8446         * wl-summary.el (wl-summary-edit-addresses): Use
8447         `wl-summary-get-original-buffer'
8448         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
8449         (wl-summary-jump-to-msg-by-message-id-via-nntp):
8450         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
8451         (wl-summary-get-newsgroups): Eliminated.
8452         (wl-summary-set-crosspost): Ditto.
8453         (wl-summary-is-crosspost-folder): Ditto.
8454         (wl-crosspost-alist-load): Ditto.
8455         (wl-crosspost-alist-save): Ditto.
8456
8457         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
8458         `elmo-setup-subscribed-newsgroups' instead of
8459         `elmo-nntp-make-groups-hashtb'.
8460         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
8461         instead of `wl-crosspost-alist-save'.
8462
8463         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
8464         of `elmo-folder-message-appendable-p'.
8465         (wl-mime-header-presentation-method): Eliminated.
8466
8467         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
8468         (Error occurs in emacs21).
8469
8470         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
8471         the current buffer).
8472
8473         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
8474         instead of `wl-crosspost-alist-save'.
8475         (wl-init): `elmo-crosspost-message-alist-load'
8476         instead of `wl-crosspost-alist-load'
8477
8478         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
8479         (wl-parse-newsgroups): Likewise.
8480         (wl-biff-notify): Run `wl-biff-notify-hook'.
8481
8482 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
8483
8484         * wl-vars.el (wl-summary-lazy-highlight): New variable.
8485
8486         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
8487         when `wl-summary-lazy-highlight' is non-nil.
8488         (wl-summary-goto-folder-subr): Highlight only when
8489         `wl-summary-lazy-highlight' is non-nil.
8490
8491         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
8492         Don't display progress and highlight temp-mark when
8493         `wl-summary-lazy-highlight' is non-nil.
8494         (wl-highlight-summary-window): New function.
8495         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
8496
8497 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8498
8499         * wl-summary.el (wl-summary-sync): Change `all-visible'
8500         from `all-shown'
8501         (wl-summary-input-range): Ditto.
8502
8503 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8504
8505         * wl-e21.el (wl-highlight-folder-current-line): Call
8506         `wl-folder-init-icons' when folder icons have not been initialized.
8507
8508         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
8509
8510         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
8511         (wl-demo-image-type-alist): New macro.
8512
8513 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8514
8515         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
8516         display does not support graphics.
8517         (wl-plugged-init-icons): Ditto.
8518         (wl-folder-init-icons): Ditto.
8519
8520         * wl-demo.el (wl-demo): Chech closely whether the display
8521         supports graphics.
8522
8523 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
8524
8525         * wl-summary.el (wl-summary-get-original-buffer): New function.
8526         (wl-summary-set-crosspost): Use it.
8527         (wl-summary-target-mark-uudecode): Ditto.
8528         (wl-summary-reedit): Ditto.
8529         (wl-summary-resend-bounced-mail): Ditto.
8530         (wl-summary-update-crosspost): Eliminated (It may be incorporated
8531         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
8532
8533         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
8534         (wl-message-display-internal): Ditto.
8535
8536 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
8537
8538         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
8539
8540 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-summary.el (wl-summary-save-view): Renamed from
8543         `wl-summary-save-status'.
8544
8545 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8546
8547         * wl-summary.el (wl-summary-sync): Added `all-shown'
8548
8549 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
8550
8551         * wl-summary.el (wl-summary-input-range): Added `all-shown'
8552
8553 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
8554
8555         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
8556
8557 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
8558
8559         * wl-highlight.el (wl-highlight-summary-line-string): Use
8560         `zerop' instead of `= 0'.
8561         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
8562
8563         * wl-template.el (wl-template-next): Use `=' instead of `eq'
8564         for comparing numbers.
8565         (wl-template-prev): Use `zerop' instead of `eq 0'.
8566
8567         * wl-draft.el (wl-draft-insert-current-message): Use
8568         `with-current-buffer' instead of `save-excursion'.
8569         Use `zerop' instead of `eq 0'.
8570
8571 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
8572
8573         * wl-draft.el (wl-draft-insert-ccs): New function.
8574         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
8575         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
8576
8577 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
8578
8579         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
8580
8581 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
8582
8583         * wl-expire.el (wl-expire-refile): Don't call
8584         elmo-msgdb-add-msgs-to-seen-list;
8585         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
8586         (wl-expire-refile-with-copy-reserve-msg): Ditto.
8587
8588 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8589
8590         * wl-message.el (wl-message-prev-page): Ignore errors while
8591         scroll-down.
8592
8593 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
8594
8595         * wl-mime.el: Use elmo-original-message-mode instead of
8596         mmelmo-original-mode.
8597
8598         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
8599         `elmo-folder-get-spec';
8600         (wl-fldmgr-add-completion-all-completions):
8601         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
8602
8603         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
8604         of `elmo-folder-get-type'.
8605
8606         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
8607         `elmo-folder-get-spec';
8608         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8609         Use `elmo-folder-append-message' instead of `elmo-append-msg';
8610         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8611         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
8612         `elmo-read-msg-no-cache';
8613         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
8614         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
8615         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
8616         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
8617         `elmo-cache-save';
8618         (wl-draft-reedit): Use `elmo-message-file-name'.
8619
8620         * wl-expire.el: Use `elmo-folder-name-internal';
8621         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8622         Use macro `wl-summary-buffer-msgdb' instead of variable
8623         `wl-summary-buffer-msgdb';
8624         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
8625         Use macro `wl-summary-buffer-folder-name' instead of variable
8626         `wl-summary-buffer-folder-name'.
8627         * wl-score.el: Likewise.
8628
8629         * wl-message.el: Rewrite for new message buffer cache mechanism.
8630         (wl-message-buffer-cache-buffer-get): New macro.
8631         (wl-message-buffer-cache-folder-get): Ditto.
8632         (wl-message-buffer-cache-message-get): Ditto.
8633         (wl-message-buffer-cache-entry-make): Ditto.
8634         (wl-message-buffer-cache-hit): Ditto.
8635         (wl-message-buffer-cache-sort): New function.
8636         (wl-message-buffer-cache-add): Ditto.
8637         (wl-message-buffer-cache-delete): Ditto.
8638         (wl-message-buffer-cache-clean-up): Ditto.
8639         (wl-message-buffer-window): Rewrite.
8640         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
8641         (wl-message-buffer-display): New function.
8642         (wl-message-display-internal): New function.
8643
8644 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8645
8646         * wl-folder.el: Use `elmo-folder-name-internal';
8647         Use `wl-folder-get-elmo-folder';
8648         Use `elmo-folder-list-messages' instead of
8649         `elmo-list-folder';
8650         Use `elmo-folder-get-primitive-list' instead of
8651         `elmo-folder-get-primitive-spec-list';
8652         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
8653         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8654         Use `elmo-folder-create' instead of `elmo-create-folder'.
8655         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
8656         (wl-folder-get-elmo-folder): New macro.
8657         (wl-folder-elmo-folder-cache-get): Ditto.
8658         (wl-folder-elmo-folder-cache-put): Ditto.
8659         (wl-folder-suspend): Call `elmo-quit'.
8660
8661         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
8662         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
8663         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
8664         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
8665         (toplevel): require 'cl.
8666         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
8667
8668         * wl-summary.el: Rewrite to use new elmo interface.
8669
8670 \f
8671 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
8672
8673         * wl-mime.el (wl-draft-preview-message):
8674         Run `wl-draft-send-hook' before collecting recipients information;
8675         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
8676
8677         * tm-wl.el (wl-draft-preview-message): Ditto.
8678
8679 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
8680
8681         * wl-mime.el (wl-draft-preview-message): Fixed problem that
8682         wrong recipients are displayed when forwarded message.
8683
8684 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
8685
8686         * Version number is increased to 2.5.7.
8687
8688 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8689
8690         * wl-message.el (wl-message-next-page): Bind
8691         `window-pixel-scroll-increment' to nil while scrolling up.
8692
8693 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8694
8695         * wl-vars.el (wl-save-hook): New hook.
8696         * wl.el (wl-save): Call `wl-save-hook'.
8697
8698 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8699
8700         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
8701         Argument WITH-ARG instead of NO-ARG (negative mean).
8702         (wl-draft-reply): WITH-ARG instead of NO-ARG.
8703         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
8704         * wl-message.el (wl-message-follow-current-entity): Likewise.
8705
8706 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8707
8708         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
8709         FROM was optional argument.
8710         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
8711
8712 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8713
8714         * Version number is increased to 2.5.6.
8715
8716 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8717
8718         * wl-version.el (wl-version-show): Removed.
8719         (wl-version): Add `interactive'.
8720
8721 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
8722
8723         * wl-summary.el (wl-summary-get-petname-func): New variable.
8724         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
8725         instead of `wl-address-get-petname-1'.
8726         (wl-summary-simple-from): Ditto.
8727
8728         * wl-address.el (wl-address-get-petname-1): Define as function.
8729
8730 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8733         field in the original message.
8734         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8735
8736 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8737
8738         * wl-expire.el (wl-expire-hide):
8739         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8740
8741 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8742
8743         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8744         find decoder for To, Cc, and Subject.
8745
8746 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
8749         for checking `elmo-use-buffer-cache'.
8750         (wl-summary-mark-as-important): Fixed typo in comment.
8751
8752 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
8753
8754         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
8755         field in the original message.
8756         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8757
8758 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
8759
8760         * wl-expire.el (wl-expire-hide):
8761         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
8762
8763 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
8766         find decoder for To, Cc, and Subject.
8767
8768 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
8769
8770         * Version number is increased to 2.5.5.
8771
8772         * wl-address.el (wl-address-specials-regexp): New constant.
8773         (wl-address-quote-specials): Use it.
8774
8775 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
8776
8777         * wl-summary.el (wl-summary-rescan):
8778         Call `wl-summary-buffer-number-column-detect'.
8779         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
8780
8781         * wl-message.el (wl-message-mode-map): Define.
8782         (wl-message-decode): Use it as local-map.
8783
8784 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
8785
8786         * wl-score.el (wl-score-guess-like-gnus): Abolished.
8787         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
8788
8789 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
8790
8791         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
8792
8793         * wl-mule.el (wl-read-event-char): Ditto.
8794
8795         * wl-e21.el (wl-read-event-char): Ditto.
8796
8797         * wl-nemacs.el (wl-read-event-char): Ditto.
8798         (read-event): Removed.
8799
8800         * wl-util.el (toplevel): Removed dummy definition of
8801         `read-event'.
8802         (wl-read-event-char, wl-xmas-read-event-char): Removed.
8803
8804 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8805
8806         * wl-nemacs.el (elmo-archive-call-process): Moved to
8807         elmo-archive.el.
8808
8809 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8810
8811         * wl-draft.el (wl-draft-reply-list-symbol): New function.
8812         (wl-draft-reply): Use it.  Fixed "No match field" error message.
8813
8814         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
8815         instead of magic-number 6.  Use `not' instead of `null' for symbol
8816         `nil' check (not empty list).
8817         (wl-draft-insert-x-face-field): Fixed paren style.
8818
8819         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
8820         one-branch conditional statement, instead of `and' and `if'.
8821         (wl-draft-forward): Likewise.
8822         (wl-draft-add-references): Likewise.
8823         (wl-draft-yank-from-mail-reply-buffer): Likewise.
8824
8825         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
8826         conditional steatment.  Use `cond' instead of `if'.
8827         (wl-draft-confirm): Likewise.
8828
8829 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8830
8831         * wl-version.el (wl-version-show): Use `product-string-1'
8832         instead of `wl-version'.
8833         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
8834
8835         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
8836
8837 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8838
8839         * wl-highlight.el (wl-highlight-headers): Revert
8840         `wl-highlight-x-face-func' argument (`beg' and `end').
8841
8842 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8843
8844         * wl.el (toplevel): Move `product-provide' declare.
8845         * wl-demo.el (toplevel): Ditto.
8846         * wl-dnd.el (toplevel): Ditto.
8847         * wl-highlight.el (toplevel): Ditto.
8848         * wl-message.el (toplevel): Ditto.
8849         * wl-refile.el (toplevel): Ditto.
8850         * wl-util.el (toplevel): Ditto.
8851
8852 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
8853
8854         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
8855         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
8856         (wl-thread-close-all): keep cursor position.
8857
8858 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8859
8860         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
8861         (eq x 0).
8862         (wl-generate-user-agent-string-1): Fix conditional statement.
8863
8864 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8865
8866         * wl.el (wl-check-environment): Additional check for
8867         'wl-local-domain' and `wl-message-id-domain'.
8868
8869 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8870
8871         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8872
8873 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8874
8875         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8876         instead of `smtp-sasl-user-realm'.
8877
8878 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8879
8880         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8881
8882 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8883
8884         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
8885         to the default value as well as `eword-lexical-analyzer'.
8886
8887 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8888
8889         * wl-version.el (wl-extended-emacs-version,
8890         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
8891         `elmo-match-string' instead of `wl-match-string'.
8892
8893 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8894
8895         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
8896         docstring.
8897
8898 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
8899
8900         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
8901
8902 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8903
8904         * wl-highlight.el (wl-highlight-headers): Remove
8905         `wl-highlight-x-face-func' argument (`beg' and `end').
8906
8907 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
8908
8909         * wl-summary.el (wl-summary-mark-as-important):
8910         Remove cache if folder is local.
8911
8912 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
8913
8914         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
8915         to get existing e-mail address string.
8916
8917 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8918
8919         * wl-version.el (wl-generate-user-agent-string): Commentary.
8920         (wl-generate-user-agent-string-1): Use `when' for
8921         one-branch conditional statement, instead of `and' and `if'.
8922         (wl-extended-emacs-version, wl-extended-emacs-version2,
8923         wl-extended-emacs-version3): Ditto.
8924
8925 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
8926
8927         * wl-summary.el (wl-summary-sync-all-init): New inline function.
8928         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
8929         condition-case; Remove initialization.
8930         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
8931         (wl-summary-sync-update3): Added argument `sync-all';
8932         Eliminated local variable `msgdb';
8933         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
8934         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
8935         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
8936
8937 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
8938
8939         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
8940         connection before call `wl-draft-send-mail-with-smtp'.
8941
8942 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
8943
8944         * Version number is increased to 2.5.4.
8945
8946 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
8947
8948         * wl.el (wl-check-environment): Additional check for
8949         'wl-local-domain' and `wl-message-id-domain'.
8950
8951 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
8952
8953         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
8954         buffer as command specific.
8955         (wl-folder-mark-as-read-all-entity): Ditto.
8956         (wl-folder-prefetch-entity): Ditto.
8957         (wl-folder-drop-unsync-entity): Ditto.
8958
8959         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
8960         (wl-prog-uudecode-no-stdout-option): Changed default to t.
8961         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
8962
8963         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
8964         save-excursion.
8965
8966 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
8967
8968         * Version number is increased to 2.5.3.
8969
8970         * wl-summary.el (wl-summary-save-view-cache):
8971         Delete duplicated `write-region';
8972         Use `write-region-as-binary' instead of `as-binary-output-file' and
8973         `write-region'.
8974
8975 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8976
8977         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
8978
8979 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
8980
8981         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
8982         instead of `smtp-via-smtp'.
8983
8984 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8985
8986         * wl-draft.el (toplevel): Delete defvar for sasl-*.
8987
8988 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8989
8990         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
8991         instead of `smtp-sasl-user-realm'.
8992
8993 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8994
8995         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
8996
8997 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
8998
8999         * Version number is increased to 2.5.2.
9000
9001 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
9002
9003         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
9004         does not exist.
9005         (wl-biff-stop): Call `cancel-timer' if timer already exists.
9006         (wl-biff-start): Call `timer-activate' if timer already exists.
9007
9008         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
9009         only when it is bound as function.
9010
9011 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * Version number is increased to 2.5.1.
9014
9015 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
9016
9017         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
9018         Print refile/copy destination.
9019
9020 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
9021
9022         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
9023         queue-flush-only is non-nil.
9024
9025         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
9026
9027         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
9028         checking cache folder.
9029
9030 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9031
9032         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
9033         `regexp-quote'.
9034
9035 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9036
9037         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
9038         function.
9039         * wl-summary.el (wl-summary-write-current-folder-functions):
9040         Change default value.  Use it.
9041
9042 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
9043
9044         * Version number is increased to 2.5.0.
9045
9046         * wl-version.el (wl-version): Changed codename.
9047
9048 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
9049
9050         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
9051         (wl-summary-supersedes-message): Ditto.
9052
9053 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9054
9055         * wl-refile.el (wl-refile-guess-functions): Renamed from
9056         `wl-refile-guess-func-list'.
9057
9058 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
9059
9060         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
9061         Fixed problem when no rule was matched.
9062
9063 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9064
9065         * wl-summary.el (wl-summary-get-mark): Fixed
9066         `wl-summary-buffer-target-mark' check logic.
9067
9068 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9069
9070         * wl-folder.el (wl-folder-write-current-folder): Added group
9071         folder check.
9072
9073         * wl-summary.el (wl-summary-write-current-folder): Renamed from
9074         `wl-summary-write-current-newsgroup'.
9075         (wl-summary-write-current-folder-functions): New variable.
9076         * wl-folder.el (wl-folder-get-newsgroups): New function.
9077         (wl-folder-guess-mailing-list-by-refile-rule): New function.
9078         (wl-folder-write-current-folder): Renamed from
9079         `wl-folder-write-current-newsgroup'.
9080
9081 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9082
9083         * Version number is increased to 2.3.93.
9084
9085 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
9086
9087         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
9088         (wl-ldap-make-matched-value-list): Ditto.
9089         (wl-ldap-alias-safe-string): Split e-mail address.
9090
9091         * wl-summary.el (wl-summary-read-folder): Fixed problem when
9092         petname folder default was selected.
9093         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
9094         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
9095
9096 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9097
9098         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
9099         to `wl-draft-config-exec'.
9100
9101         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
9102         instead of calling `wl-draft-config-exec';
9103         Process group-list and show recipients in minibuffer.
9104
9105         * tm-wl.el (wl-draft-preview-message): Ditto.
9106
9107 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9108
9109         * wl.el (toplevel): Added (C) to copyright notice, and
9110         sync Author header.
9111         * tm-wl.el (toplevel): Ditto.
9112         * wl-address.el (toplevel): Ditto.
9113         * wl-demo.el (toplevel): Ditto.
9114         * wl-dnd.el (toplevel): Ditto.
9115         * wl-draft.el (toplevel): Ditto.
9116         * wl-e21.el (toplevel): Ditto.
9117         * wl-expire.el (toplevel): Ditto.
9118         * wl-folder.el (toplevel): Ditto.
9119         * wl-highlight.el (toplevel): Ditto.
9120         * wl-message.el (toplevel): Ditto.
9121         * wl-mime.el (toplevel): Ditto.
9122         * wl-mule.el (toplevel): Ditto.
9123         * wl-nemacs.el (toplevel): Ditto.
9124         * wl-refile.el (toplevel): Ditto.
9125         * wl-score.el (toplevel): Ditto.
9126         * wl-summary.el (toplevel): Ditto.
9127         * wl-template.el (toplevel): Ditto.
9128         * wl-thread.el (toplevel): Ditto.
9129         * wl-util.el (toplevel): Ditto.
9130         * wl-vars.el (toplevel): Ditto.
9131         * wl-xmas.el (toplevel): Ditto.
9132
9133 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
9134
9135         * wl.el (wl-init): Added comment about `wl-init-hook'.
9136         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
9137         * wl-vars.el (wl-init-hook): Added docs.
9138         (wl-make-plugged-hook): Removed useless docs.
9139         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
9140         * wl-xmas.el (toplevel): Ditto.
9141
9142 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9143
9144         * wl-address.el (toplevel): Fixed multiple Author header format.
9145         * wl-demo.el (toplevel): Ditto.
9146         * wl-draft.el (toplevel): Ditto.
9147         * wl-folder.el (toplevel): Ditto.
9148         * wl-summary.el (toplevel): Ditto.
9149         * wl-thread.el (toplevel): Ditto.
9150         * wl-util.el (toplevel): Ditto.
9151         * wl-vars.el (toplevel): Ditto.
9152         * wl-version.el (toplevel): Ditto.
9153         * wl-xmas.el (toplevel): Ditto.
9154         * wl.el (toplevel): Ditto.
9155
9156         * wl-version.el (toplevel): Added require `elmo-version' for
9157         `product-version-as-string'.
9158
9159 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
9160
9161         * wl-vars.el (wl-draft-send-hook): Changed default value to
9162         '(wl-draft-config-exec).
9163
9164         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
9165         explicitly.
9166         (wl-draft): Set `wl-draft-config-exec-flag' before running
9167         `wl-mail-setup-hook'.
9168
9169         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
9170         `wl-biff-init-icons' to `wl-init-hook' instead of
9171         `wl-make-plugged-hook'.
9172         (Because if `wl-draft' command is invoked at first,
9173         they are not initialized)
9174         Updated copyright notice.
9175
9176         * wl-e21.el (toplevel): Ditto;
9177
9178         * wl-demo.el (toplevel): Updated copyright notice.
9179         * wl-address.el (toplevel): Ditto.
9180         * wl-draft.el (toplevel): Ditto.
9181         * wl-version.el (toplevel): Ditto.
9182         * wl-folder.el (toplevel): Ditto.
9183         * wl-summary.el (toplevel): Ditto.
9184         * wl-thread.el (toplevel): Ditto.
9185         * wl-util.el (toplevel): Ditto.
9186         * wl-vars.el (toplevel): Ditto.
9187         * wl.el (toplevel): Ditto.
9188
9189 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * wl-highlight.el (wl-highlight-message): Fixed problem of
9192         highlighting failure which occured when the last field contains
9193         multiple lines in the draft buffer.
9194
9195         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
9196         `wl-biff-start' if plugged.
9197
9198         * wl-util.el (wl-biff-check-folder): New function.
9199         (wl-biff-check-folders): Don't set session name prefix.
9200         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
9201         (wl-biff-check-folder-async): Ditto.
9202
9203         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
9204         in email address.
9205
9206 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
9207
9208         * wl-vars.el (wl-subject-prefix-regexp): New variable.
9209
9210         * wl-draft.el (wl-draft-strip-subject-re): New function.
9211
9212         * wl-draft.el (wl-draft-reply): Use it.
9213
9214 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-message.el (wl-mmelmo-message-redisplay): Use
9217         `mime-display-message' instead of `wl-mime-display-message'.
9218
9219         * wl-mime.el (toplevel): Removed compatibility workaround
9220         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
9221         (wl-mime-display-message): Abolished.
9222         (wl-mime-entity-read-field): Ditto.
9223         (wl-mime-combine-message/partial-pieces): Use
9224         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
9225
9226 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
9227
9228         * wl-template.el: Doc fixes.
9229
9230 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9231
9232         * wl-e21.el (wl-message-overload-functions): Do nothing if
9233         `current-local-map' is not available.
9234         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
9235
9236 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9237
9238         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
9239         representation.
9240
9241         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
9242         number.
9243         (wl-fldmgr-save-folders): Don't use `format' when insert
9244         `wl-fldmgr-folders-header'.
9245
9246 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9247
9248         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
9249
9250 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
9251
9252         * wl-highlight.el (wl-highlight-message):
9253         Use `std11-field-end' to detect end point of the header field.
9254         Refer `wl-highlight-max-header-size'.
9255
9256         * wl-vars.el (wl-highlight-max-header-size): New variable.
9257
9258         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
9259
9260         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9261         Set `for-draft' argument of wl-highlight-headers.
9262         (wl-draft): Ditto.
9263         (wl-draft-reedit): Ditto.
9264         (wl-user-agent-compose-internal): Ditto.
9265
9266 2000-10-24   Daiki Ueno <ueno@unixuser.org>
9267
9268         * wl-message.el (wl-message-add-button): Use overlay.
9269
9270 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
9271
9272         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
9273
9274         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
9275         problem when group-list content is nothing.
9276         (Reported by Mito <mit@nines.nec.co.jp>)
9277
9278 2000-10-18  SAITO Atsunori <sai@yedo.com>
9279
9280         * wl-summary.el (wl-summary-print-destination): Adjust line length.
9281
9282 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9283
9284         * tm-wl.el (toplevel): Use product-provide.
9285
9286 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
9287
9288         * Version number is increased to 2.3.92.
9289
9290 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9291
9292         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
9293         title text, use `display' property for left margin under Emacs 21.
9294
9295         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
9296         properties.
9297         (wl-plugged-init-icons): Ditto.
9298
9299 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9300
9301         * wl.el (wl-save-status, wl-init): Remove last period in
9302         "...done." message.
9303         * tm-wl.el (wl-summary-burst): Ditto.
9304         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
9305         wl-summary-resume-cache-status,
9306         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
9307         wl-summary-sync-update3, wl-summary-highlight-msgs,
9308         wl-summary-flush-pending-append-operations,
9309         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
9310         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
9311         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
9312         wl-thread-open-all): Ditto.
9313         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9314         * wl-mime.el (wl-summary-burst): Ditto.
9315         * wl-highlight.el (wl-highlight-summary): Ditto.
9316         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
9317         wl-folder-open-all, wl-folder-update-access-group): Ditto.
9318         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
9319         * wl-address.el (wl-local-address-init): Ditto.
9320
9321 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9322
9323         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
9324         `add-text-properties'.
9325         (wl-plugged-init-icons): Ditto.
9326         (wl-folder-init-icons): Use `propertize' instead of
9327         `put-text-property'.
9328         (wl-plugged-set-folder-icon): Ditto.
9329         (wl-e21-highlight-folder-group-line): Ditto.
9330
9331 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
9332
9333         * wl-version.el (wl-version-status-alist): New variable.
9334         (wl-version-status): New function.
9335
9336         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
9337         "Cc" part of the case "Reply-To".
9338
9339         * wl-draft.el (wl-draft-reply): Use result of
9340         `eword-extract-address-components'.
9341
9342         * wl-demo.el (wl-demo-icon-name): New constant.
9343         (wl-logo-xpm): Use it.
9344         (wl-logo-xbm): Ditto.
9345         (wl-logo-bitmap): Ditto.
9346
9347         * Version number is increased to 2.3.91.
9348
9349 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9350
9351         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
9352         (wl-extended-emacs-version, wl-extended-emacs-version2,
9353         wl-extended-emacs-version3): Remove `interactive'.  Fixed
9354         docstring.
9355
9356         * wl-version.el (wl-generate-user-agent-string-1): New function.
9357         (wl-generate-user-agent-string): Use it.
9358
9359         * wl-version.el (wl-generate-user-agent-string-1): Ignore
9360         `mime-edit-insert-user-agent-field'.
9361         (wl-generate-user-agent-string): Check
9362         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
9363
9364         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
9365         instead of `if', when verbose case.
9366
9367 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9368
9369         * wl-expire.el (wl-summary-expire): Fix.
9370
9371 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
9372
9373         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
9374         and `elmo-lost+found-folder' if 'wl-draft.
9375         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
9376
9377 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9378
9379         * wl-expire.el (wl-summary-expire): Change messages.
9380         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
9381         `deleing-info' instead of "Deleting..."
9382
9383 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
9384
9385         * wl-summary.el (wl-summary-refile-subr): Fix.
9386
9387 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9388
9389         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
9390         if pipe folder.
9391
9392 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9393
9394         * wl-vars.el (wl-draft-use-cache): Default `nil'.
9395
9396 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
9397
9398         * wl-expire.el (wl-expire-hide): New function.
9399         (wl-summary-expire): Add `hide'.
9400
9401 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
9402
9403         * wl-vars.el (wl-draft-reply-without-argument-list):
9404         Changed default value to consider `Reply-To:'.
9405         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
9406
9407         * Version number is increased to 2.3.90.
9408
9409         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
9410         elmo-imap4-get-session with unwind-protect.
9411         Don't cause error.
9412         (wl-summary-sync-marks): Don't check plugged nor folder type.
9413         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
9414         (Always keep current buffer).
9415
9416 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
9417
9418         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
9419         Enclose with `save-excursion'.
9420
9421 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9422
9423         * wl-version.el (wl-version): Remove interactive.
9424
9425 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9426
9427         * wl-version.el (wl-generate-user-agent-string): Use
9428         `product-string-verbose' instead of `product-string-1'.
9429
9430 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9431
9432         * wl-vars.el (wl-draft-use-cache): New variable.
9433         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
9434         if wl-draft-use-cache is non-nil.
9435
9436 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
9437
9438         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
9439         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
9440
9441 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
9442
9443         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
9444         (wl-thread-msg-mark-as-unread): Ditto.
9445
9446         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
9447         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
9448         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
9449         Don't set mark in summary if return value of `elmo-mark-as-read'
9450         is nil.
9451         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
9452         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
9453         instead of `wl-thread-msg-mark-as-read'.
9454         (wl-summary-mark-as-unread-region): Ditto.
9455         (wl-summary-target-mark-mark-as-read): Ditto.
9456
9457         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
9458
9459 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
9460
9461         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
9462
9463         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
9464
9465 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
9466
9467         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
9468         face.
9469
9470 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
9471
9472         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
9473         `running-xemacs'.
9474
9475 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9476
9477         * wl-version.el (toplevel): Use `product-version-as-string' for
9478         set verstion-string, if defined.
9479
9480         * wl-version.el (wl-version-show): Insert string at point, when
9481         call with argument.
9482
9483         * wl-version.el (wl-generate-user-agent-string): Use
9484         `product-string-1' instead of `wl-appname', `wl-version' and
9485         `wl-codename'.
9486
9487 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9488
9489         * wl-address.el (toplevel): Use product-provide.
9490         * wl-demo.el (toplevel): Ditto.
9491         * wl-dnd.el (toplevel): Ditto.
9492         * wl-draft.el (toplevel): Ditto.
9493         * wl-e21.el (toplevel): Ditto.
9494         * wl-expire.el (toplevel): Ditto.
9495         * wl-fldmgr.el (toplevel): Ditto.
9496         * wl-folder.el (toplevel): Ditto.
9497         * wl-highlight.el (toplevel): Ditto.
9498         * wl-message.el (toplevel): Ditto.
9499         * wl-mime.el (toplevel): Ditto.
9500         * wl-mule.el (toplevel): Ditto.
9501         * wl-nemacs.el (toplevel): Ditto.
9502         * wl-refile.el (toplevel): Ditto.
9503         * wl-score.el (toplevel): Ditto.
9504         * wl-summary.el (toplevel): Ditto.
9505         * wl-template.el (toplevel): Ditto.
9506         * wl-thread.el (toplevel): Ditto.
9507         * wl-util.el (toplevel): Ditto.
9508         * wl-vars.el (toplevel): Ditto.
9509         * wl-xmas.el (toplevel): Ditto.
9510         * wl.el (toplevel): Ditto.
9511
9512 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9513
9514         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
9515         instead of product.
9516
9517         * wl-version.el (wl-version): Compile time evalution elmo-version.
9518
9519 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
9520
9521         * wl-summary.el (wl-summary-sync-force-update): Append queue
9522         `mark-as-read'if unplugged.
9523
9524 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9525
9526         * wl-version.el: New file.  Use product.el.
9527         * wl.el: add (require 'wl-version).
9528         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
9529         for ~/.folders header.
9530         (wl-fldmgr-folders-header): Changed.
9531         * wl-demo.el (wl-demo): Use product.el.
9532
9533         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
9534         wl-version.el.
9535         * wl-util.el (wl-version, wl-version-show): Ditto.
9536
9537         * wl-util.el (wl-generate-user-agent-string,
9538         wl-extended-emacs-version, wl-extended-emacs-version2,
9539         wl-extended-emacs-version3): Move to wl-version.el.
9540         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
9541         xemacs-codename, mime-edit-insert-user-agent-field,
9542         mime-edit-user-agent-value, mime-editor/version,
9543         mime-editor/codename): Compile warning killer move to
9544         wl-version.el
9545
9546 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
9547
9548         * wl-summary.el (wl-summary-refile-subr): Fix.
9549
9550 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
9551
9552         * wl-summary.el (wl-summary-sync-marks): Changed argument for
9553         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9554
9555 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
9556
9557         * wl.el (wl-check-environment): Check too many `@'.
9558
9559 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
9560
9561         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
9562
9563 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9564
9565         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
9566         wl-draft-reply-myself-without-argument-list): Add variables.
9567         * wl-draft.el (wl-draft-reply): Use it.
9568
9569 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
9570
9571         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
9572         the 5th argument of `elmo-network-get-spec'.
9573
9574         * wl-thread.el (wl-thread-reparent-children): New inline function.
9575         (wl-thread-delete-message): Use it.
9576
9577         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
9578         (wl-summary-score-update-all-lines): Don't use `dolist'.
9579
9580 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9581
9582         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
9583         (require 'elmo-msgdb) for inline function.
9584
9585 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9586
9587         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
9588
9589 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
9590
9591         * wl-score.el (wl-score-headers): Fix for the confusing macro
9592         `elmo-kill-buffer'.
9593
9594 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9595
9596         * wl-summary.el: Don't use the 3rd argument of `require' because
9597         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
9598         * wl-util.el: Ditto.
9599         * wl-draft.el: Ditto.
9600
9601 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
9602
9603         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
9604         window system is not used.
9605
9606 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
9607
9608         * wl-thread.el: Don't use `mapcar' only for iteration.
9609         (wl-thread-resume-entity): Ditto.
9610         (wl-thread-delete-message): Ditto.
9611
9612         * wl-summary.el: Bind `dragdrop-drop-functions',
9613         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
9614         of `require' for `timezone', `easymenu' and `ps-print';
9615         don't use `mapcar' only for iteration.
9616
9617         * wl-util.el: Bind `mule-version', `nemacs-version',
9618         `emacs-beta-version', `xemacs-codename',
9619         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
9620         `mime-editor/version' and `mime-editor/codename'; specify 3rd
9621         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
9622         only for iteration.
9623
9624         * wl-score.el: Don't use `mapcar' only for iteration.
9625         (wl-score-simplify-buffer-fuzzy): Ditto.
9626         (wl-score-simplify-subject): Ditto.
9627         (wl-score-headers): Ditto.
9628         (wl-summary-score-update-all-lines): Ditto.
9629
9630         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
9631         `enable-multibyte-characters' and `mule-version'.
9632
9633         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
9634         `mapcar' only for iteration.
9635
9636         * wl-demo.el: Don't use `mapcar' only for iteration.
9637
9638         * wl-folder.el: Don't use `mapcar' only for iteration.
9639         (wl-folder-open-all): Ditto.
9640         (wl-folder-count-incorporates): Ditto.
9641
9642         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
9643         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
9644
9645         * wl-draft.el: Bind `x-face-add-x-face-version-header',
9646         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
9647         `smtp-connection-type'; specify 3rd argument of `require' for
9648         `timezone'; don't use `mapcar' only for iteration.
9649         (wl-draft-clone-local-variables): Don't use `mapcar'.
9650         (wl-draft-generate-clone-buffer): Ditto.
9651         (wl-user-agent-compose-internal): Ditto.
9652
9653         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
9654
9655         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
9656         (wl-save-status): Ditto.
9657
9658         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
9659         for iteration.
9660
9661 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
9662
9663         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
9664         removed `Date'.
9665         (wl-fldmgr-make-filter-default): New user option.
9666
9667         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
9668         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
9669         (wl-fldmgr-filter-completion-alist): Abolish.
9670
9671         * wl.el (wl): Don't check servers if arg is non-nil.
9672
9673         * wl-draft.el (wl-draft-reply): Set only message-id string to
9674         In-Reply-To field.
9675
9676 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9677
9678         * wl-summary.el (wl-summary-pick): Rewrite.
9679
9680         * wl-draft.el (wl-draft-forward): Get references field from
9681         original buffer.
9682         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
9683
9684 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9685
9686         * wl-draft.el (wl-draft-forward): Add references field.
9687
9688 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
9689
9690         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
9691         (wl-draft-reply): Use it.
9692
9693 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
9694
9695         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
9696         when Emacs 21 is running.
9697
9698         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
9699         bindings.
9700
9701 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
9702
9703         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
9704         XPM icons transparent.
9705
9706         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
9707         Emacs 21.
9708
9709 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
9710
9711         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
9712         nil.
9713
9714         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
9715         when it is persistent.
9716         (wl-summary-sync-marks): Changed argument for
9717         `elmo-list-folder-unread' and `elmo-list-folder-important'.
9718         (wl-summary-virtual): Use `elmo-read-search-condition'.
9719         (wl-summary-redisplay-internal): If folder is local, mark as read
9720         even when folder is plugged.
9721
9722 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9723
9724         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
9725         of `tool-bar-lines' in the frame parameters.
9726         (after-make-frame-functions, post-command-hook): Don't modify the
9727         value.
9728         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
9729         wl-e21-tool-bar-lines): Removed.
9730
9731 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
9732
9733         * wl-highlight.el (wl-highlight-folder-path): Put overlay
9734         properties `evaporate' and `wl-momentary-overlay' as well.
9735         (wl-highlight-summary-displaying): Ditto.
9736         (wl-delete-all-overlays): Don't delete overlay which does not have
9737         a property `wl-momentary-overlay'.
9738
9739         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
9740         `display-mouse-p' and `display-graphic-p'.
9741         (wl-folder-init-icons): Don't search for XBM or the other files.
9742         (wl-plugged-set-folder-icon): Make icons if and only if
9743         `display-graphic-p' returns non-nil.
9744         (wl-highlight-plugged-current-line): Use `before-string' overlay
9745         property to show icon images.
9746         (wl-highlight-folder-current-line): Ditto.
9747         (wl-e21-highlight-folder-group-line): Ditto.
9748         (wl-e21-highlight-folder-by-numbers): Ditto.
9749         (wl-e21-insert-image): Removed.
9750         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
9751         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
9752         said.
9753         (wl-e21-switch-toolbar-after-make-frame): Renamed from
9754         `wl-e21-force-switch-toolbar'.
9755         (wl-e21-make-icon-image): Removed.
9756         (wl-e21-setup-toolbar): Don't search for XBM files.
9757         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
9758         the default value.
9759
9760 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
9761
9762         * wl-util.el (wl-biff-check-folder-async): Set
9763         `wl-biff-check-folders-running' even when it is not an IMAP folder.
9764
9765 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
9766
9767         * wl-e21.el (after-make-frame-functions): Add
9768         `wl-e21-force-switch-toolbar'.
9769         (wl-e21-force-switch-toolbar): New function force to switch the
9770         toolbar appearance automatically.
9771         (post-command-hook): Add `wl-e21-switch-toolbar'.
9772         (wl-e21-switch-toolbar): New function to switch the toolbar
9773         appearance automatically.
9774         (wl-e21-tool-bar-lines): New buffer local variable.
9775
9776 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
9777
9778         * wl-util.el (wl-biff-check-folders-running): New variable.
9779         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
9780         (wl-biff-check-folder-async-callback):
9781         Set `wl-biff-check-folders-running'.
9782         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
9783         with unwind-protect.
9784
9785         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
9786         Enclose `wl-folder-auto-check' with unwind-protect.
9787
9788         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
9789         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
9790
9791         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
9792
9793         * wl-util.el (wl-biff-notify): New inline function.
9794         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
9795         locally.
9796         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
9797         folder-list' is 1.
9798         Use `wl-biff-notify'.
9799         (wl-biff-check-folder-async-callback): New function.
9800         (wl-biff-check-folder-async): Ditto.
9801
9802         * wl-folder.el (wl-folder): Don't check folders.
9803         (wl-folder-auto-check): New function.
9804
9805 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
9806
9807         * wl-util.el (wl-biff-start) [Emacs19+]:
9808         Use `timer-next-integral-multiple-of-time'.
9809         (wl-biff-check-folders): Use `wl-default-folder'
9810         if `wl-biff-check-folder-list' is nil.
9811
9812 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
9813
9814         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
9815         instead of `elmo-delete-lists'.
9816
9817 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
9818
9819         * wl.el (wl-plugged-toggle-all): Set the value of
9820         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
9821         (wl-plugged-toggle): Ditto.
9822         (wl-toggle-plugged): Ditto.
9823         (wl-plugged-init): Ditto.
9824
9825         * wl-xmas.el (wl-biff-init-icons): Set icons data to
9826         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9827         instead of `wl-biff-state-indicator-off' and
9828         `wl-biff-state-indicator-on'; don't modify the value and the type
9829         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
9830         (wl-plugged-init-icons): Set icons data to
9831         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9832         instead of `wl-plug-state-indicator-off' and
9833         `wl-plug-state-indicator-on'; don't modify the value and the type
9834         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
9835
9836         * wl-vars.el (wl-modeline-biff-state-off,
9837         wl-modeline-biff-state-on, wl-modeline-biff-status,
9838         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
9839         wl-modeline-plug-status): New internal variables.
9840         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
9841         wl-biff-check-interval, wl-biff-check-folder-list): Change
9842         customization group from `wl-folder' to `wl-highlight'.
9843         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
9844         wl-show-plug-status-on-modeline): Defcustomized.
9845
9846         * wl-util.el (wl-biff-check-folders): Set the value of the flag
9847         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
9848         (wl-mode-line-buffer-identification): Set both ON and OFF data with
9849         a flag to `mode-line-buffer-identification'.
9850
9851         * wl-e21.el (wl-biff-init-icons): Set icons data to
9852         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
9853         instead of `wl-biff-state-indicator-off' and
9854         `wl-biff-state-indicator-on'.
9855         (wl-plugged-init-icons): Set icons data to
9856         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
9857         instead of `wl-plug-state-indicator-off' and
9858         `wl-plug-state-indicator-on'.
9859
9860 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9861
9862         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
9863         excessive titles.
9864
9865 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9866
9867         * wl.el (wl-plugged-mode): Use revised
9868         `wl-mode-line-buffer-identification'.
9869         (wl-plugged-init): Don't use `force-mode-line-update'.
9870
9871         * wl-xmas.el (wl-draft-overload-functions): Use revised
9872         `wl-mode-line-buffer-identification'.
9873         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
9874         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
9875         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9876         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9877         `wl-make-plugged-hook';
9878         add `wl-folder-init-icons' and `wl-setup-folder' to
9879         `wl-folder-mode-hook'.
9880
9881         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
9882         19 as well.
9883         (wl-mode-line-display-priority-list): New user option.
9884         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
9885         Defcustomized.
9886         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
9887         Add docs.
9888
9889         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
9890         start.
9891         (wl-mode-line-buffer-identification): Revised as a function.
9892
9893         * wl-summary.el (wl-summary-mode): Use revised
9894         `wl-mode-line-buffer-identification'; don't call
9895         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
9896         (TopLevel): Don't bind `wl-e21-setup-summary' nor
9897         `wl-xmas-setup-summary'.
9898
9899         * wl-nemacs.el (wl-draft-overload-functions): Use revised
9900         `wl-mode-line-buffer-identification'.
9901
9902         * wl-mule.el (wl-draft-overload-functions): Use revised
9903         `wl-mode-line-buffer-identification'.
9904
9905         * wl-folder.el (wl-make-plugged-alist): Don't call
9906         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
9907         (wl-folder): Don't call `wl-folder-init-icons' directly.
9908         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
9909         `wl-xmas-setup-folder' directly;
9910         use revised `wl-mode-line-buffer-identification'.
9911         (TopLevel): Don't bind `wl-biff-init-icons',
9912         `wl-plugged-init-icons', `wl-folder-init-icons',
9913         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
9914
9915         * wl-e21.el (wl-draft-overload-functions): Use revised
9916         `wl-mode-line-buffer-identification'.
9917         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
9918         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
9919         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
9920         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
9921         `wl-make-plugged-hook';
9922         add `wl-folder-init-icons' and `wl-setup-folder' to
9923         `wl-folder-mode-hook'.
9924
9925 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9926             Katsumi Yamaoka    <yamaoka@jpl.org>
9927
9928         * wl.el (wl): Call `wl-biff-start'.
9929         (wl-exit): Call `wl-biff-stop'.
9930         (wl-plugged-mode): Show biff in modeline.
9931         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
9932
9933         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
9934         (wl-biff-init-icons): New function.
9935         (wl-plugged-init-icons): Don't make too much keymaps.
9936         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
9937
9938         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
9939         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
9940         variables.
9941         (wl-biff-check-interval, wl-biff-check-folder-list): New user
9942         options.
9943
9944         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
9945         wl-biff-start, wl-biff-stop): New functions.
9946         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
9947         (wl-biff-timer-name): New variable.
9948
9949         * wl-summary.el (wl-summary-mode): Show biff in modeline.
9950
9951         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
9952         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9953
9954         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
9955         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
9956
9957         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
9958         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
9959         `wl-folder-init-icons' to `ignore' if they are not available.
9960         (wl-folder-mode): Show biff in modeline.
9961
9962         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
9963         (wl-biff-init-icons): New function.
9964         (wl-plugged-init-icons): Don't make too much keymaps.
9965         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
9966
9967 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
9968
9969         * wl-vars.el (wl-strict-diff-folders): Customization Type
9970         and doc fix.  Define as a list of regular expressions for
9971         folders or nil.
9972         * wl-folder.el (wl-folder-check-one-entity): Use
9973         `wl-string-match-member' instead of `wl-string-member' for
9974         `wl-strict-diff-folders'.
9975
9976 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
9977
9978         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
9979         (wl-highlight-folder-current-line): Use it; new implementation.
9980         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
9981         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
9982         `defsubst' instead of `defun'.
9983
9984         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
9985         `wl-highlight-group-folder-by-numbers'; made it can also be a
9986         number.  See info for more details.
9987
9988         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
9989         running.
9990
9991         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
9992         to bind them.
9993
9994         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
9995         (wl-highlight-folder-current-line): New implementation.
9996
9997         * wl-highlight.el (wl-highlight-folder-group-line): New
9998         implementation.
9999         (wl-delete-all-overlays): Rewrite as a marco.
10000         (TopLevel): Require `wl-e21' when Emacs 21 is running.
10001
10002         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
10003         running.
10004         (wl-folder-*-glyph): No need to bind them.
10005
10006         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
10007         `wl-e21-highlight-folder-group-icon'; rewrite.
10008         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
10009         `defsubst' instead of `defun'.
10010         (wl-folder-mode-map): Bind it when compiling.
10011
10012 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
10013
10014         * wl.el (wl): Initialize plug-related settings before `wl-init'.
10015
10016         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
10017
10018 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
10019
10020         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
10021
10022 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
10023
10024         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
10025         (wl-highlight-folder-current-line): Use it.
10026
10027         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
10028         in `id-name'.
10029
10030 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
10031
10032         * wl.el: Require `wl-e21' when Emacs 21 is running.
10033
10034         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
10035         default when Emacs 21 is running.
10036         (wl-use-highlight-mouse-line): Ditto.
10037         (wl-on-emacs21): New constant.
10038         (wl-on-emacs20): Removed.
10039
10040         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
10041         Emacs 21 is running.
10042
10043         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
10044         Emacs 21 is running.
10045
10046         * wl-e21.el: New file.
10047
10048 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
10049
10050         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
10051         (wl-toggle-plugged): Ditto.
10052         (wl-plugged-toggle): Ditto.
10053         (wl-plugged-toggle-all): Ditto.
10054
10055         * wl-vars.el (wl-plug-state-indicator): Refer
10056         `wl-plug-state-indicator-on' indirectly.
10057
10058 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
10059
10060         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
10061         Call `wl-folder-confirm-existence'.
10062
10063         * wl-folder.el (wl-folder-confirm-existence): Added optional
10064         argument `force'.
10065
10066 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
10067
10068         * wl-summary.el (wl-summary-refile-subr): Assume
10069         `copy-or-refile' as symbol.
10070         (wl-summary-refile): Follow up above change.
10071         (wl-summary-copy): Ditto.  Doc fix.
10072
10073 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
10074
10075         * wl-summary.el (wl-summary-pick): Don't bind
10076         `elmo-search-mime-charset'.
10077
10078         * wl-vars.el (wl-highlight-message-header-button-alist): Define
10079         default using old backquote style.
10080         (wl-search-mime-charset): Abolished.
10081
10082         * wl-highlight.el (wl-highlight-headers):
10083         Call `point' after `re-search-forward'(for Nemacs).
10084
10085         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
10086         for elmo-imap4.el.
10087
10088 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
10089
10090         * wl-message.el (wl-mmelmo-message-redisplay): Bind
10091         `wl-message-ignored-field-list' instead of
10092         `mime-view-ignored-field-list'.
10093
10094         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
10095         Add interactive spec.
10096         (wl-folder-goto-bottom-of-current-folder): Ditto.
10097         (wl-folder-mode-map): Bind them.
10098
10099         * wl-vars.el (wl-message-ignored-field-list): New variable.
10100         (wl-message-visible-field-list): New variable.
10101
10102         * wl-mime.el (wl-mime-header-presentation-method): New function.
10103         (wl-mime-setup): Set header-presentation-method.
10104
10105 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10106
10107         * wl-nemacs.el (wl-draft-overload-functions): Set
10108         `mode-line-buffer-identification' instead of using
10109         `wl-make-modeline'.
10110
10111         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
10112         instead of using `wl-make-modeline'.
10113
10114         * wl-xmas.el (wl-plugged-init-icons): Set up
10115         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
10116         (wl-make-modeline): Abolish.
10117         (wl-draft-overload-functions): Set
10118         `mode-line-buffer-identification' instead of using
10119         `wl-make-modeline'.
10120
10121         * wl-util.el (wl-make-modeline-subr): Abolish.
10122         (wl-mode-line-buffer-identification): New alias.
10123
10124         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
10125         (wl-summary-make-modeline): Abolish.
10126         (wl-summary-buffer-set-folder): Set
10127         `wl-summary-buffer-folder-indicator'.
10128         (wl-summary-mode): Set `mode-line-buffer-identification' instead
10129         of using `wl-make-modeline'.
10130         (wl-summary-switch-to-clone-buffer): Don't set
10131         `mode-line-buffer-identification'.
10132         (wl-summary-goto-folder-subr): Ditto.
10133
10134         * wl-mule.el (wl-draft-overload-functions): Set
10135         `mode-line-buffer-identification' instead of using
10136         `wl-make-modeline'.
10137
10138         * wl-folder.el (wl-folder-mode): Set
10139         `mode-line-buffer-identification' instead of using
10140         `wl-make-modeline'.
10141         (wl-folder): Don't set `mode-line-buffer-identification'.
10142
10143 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
10144
10145         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
10146         instead of `member' for `wl-refile-guess-func-list' look-ups.
10147         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
10148
10149 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10150
10151         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
10152         `wl-message-button-dispatcher'.
10153
10154         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
10155
10156         * wl-message.el (wl-message-button-dispatcher): Use it.
10157
10158         * wl-vars.el (wl-highlight-message-header-button-alist): Add
10159         "In-Reply-To".
10160
10161         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
10162         Bind `case-fold-search' to t.
10163
10164 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10165
10166         * wl-xmas.el (wl-message-overload-functions): Initialize
10167         `wl-message-button-map'.
10168
10169         * wl-mule.el (wl-message-overload-functions): Initialize
10170         `wl-message-button-map'.
10171
10172         * wl-vars.el (wl-highlight-message-header-button-alist): New.
10173
10174         * wl-message.el (wl-message-button-map): New keymap.
10175         (wl-message-add-button): New function.
10176         (wl-message-button-dispatcher): New function.
10177         (wl-message-button-refer-article): New function.
10178
10179         * wl-highlight.el
10180         (wl-highlight-message-add-buttons-to-header): New function.
10181         (wl-highlight-headers): Use it.
10182
10183 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
10184
10185         * wl-summary.el (wl-summary-default-from): Use
10186         `wl-address-get-petname-1'.
10187         (wl-summary-simple-from): Ditto.
10188
10189         * wl-address.el (wl-address-get-petname-1): New inline function.
10190         (wl-address-get-petname): Use it.
10191
10192 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
10193
10194         * wl-summary.el (wl-summary-default-from): Return full-name part
10195         from the address if no petname was found.
10196         (wl-summary-simple-from): Ditto.
10197
10198         * wl-address.el (wl-address-get-petname): Return nil if no petname
10199         associated with the address was found.
10200
10201 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10202
10203         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
10204         display is finished.
10205
10206 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10207
10208         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
10209         `elmo-folder-exists-p' argument.
10210
10211 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
10212
10213         * wl-folder.el (wl-folder-confirm-existence): Check existence of
10214         the folder.
10215
10216 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
10217
10218         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
10219
10220         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
10221         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
10222
10223 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
10224
10225         * wl-folder.el (wl-folder-create-subr): New function.
10226         (wl-folder-confirm-existence): Use it.
10227         (wl-folder-check-one-entity): Use it.
10228         Check the error symbol is derived from 'elmo-open-error.
10229
10230         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
10231         `ignore-error'.
10232
10233 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10234
10235         * wl-util.el (toplevel): Add (eval-when-compile (require
10236         'elmo-util)).  (Maybe `provide' is typo.)
10237
10238 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
10239
10240         * wl-util.el (toplevel): Removed (provide 'elmo-util).
10241         (I don't know why this was needed.)
10242
10243         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
10244         Follow up changes for stream-type.
10245
10246         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
10247         (wl-draft-elmo-nntp-send): Ditto.
10248
10249         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
10250         (wl-nntp-posting-stream-type): Ditto.
10251         (wl-pop-before-smtp-ssl): Abolished.
10252         (wl-nntp-posting-ssl): Ditto.
10253
10254         * wl-address.el (wl-address-quote-specials): New function.
10255         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
10256
10257         * wl-draft.el (wl-draft-reply): Ditto.
10258
10259 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10260
10261         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
10262         use function `wl-string-match-assoc'.
10263
10264 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
10265
10266         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
10267
10268         * wl-draft.el (wl-draft-deduce-address-list): New function.
10269         (wl-draft-parse-mailbox-list): Ditto.
10270         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
10271         instead of `smtp-deduce-address-list'.
10272         (wl-draft-on-field-p): Follow group list.
10273
10274         * wl-address.el (wl-address-concat-token): New function.
10275         (wl-address-string-without-group-list-contents): Ditto.
10276         (wl-complete-field-body): Fixed problem of completion
10277         by japanese petname.
10278         (wl-address-make-completion-list): Rewrite.
10279
10280 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
10281
10282         * wl-address.el (wl-address-make-completion-list): Completion by
10283         petname.
10284         (wl-complete-field-body): Likewise.
10285
10286 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
10287
10288         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
10289         contains invalid address syntax.
10290
10291 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10292
10293         * wl-folder.el (wl-folder-check-entity-async): Use
10294         `elmo-nntp-spec-hostname'.
10295
10296 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
10297
10298         * wl-summary.el (wl-summary-msgdb-load-async): Use
10299         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
10300
10301 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
10302
10303         * wl-draft.el (wl-draft-reply): Set argument
10304         `content-transfer-encoding' as nil.
10305
10306 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
10307
10308         * wl-refile.el (wl-refile-learn): Move hit element to the top of
10309         `wl-refile-alist'.
10310
10311 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
10312
10313         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
10314         (wl-draft-edit-string): Ditto.
10315         (wl-draft-forward): Ditto.
10316         * wl-summary.el (wl-summary-write): Ditto.
10317
10318 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
10319
10320         * wl-summary.el (wl-summary-sync-update3): Call
10321         `wl-summary-buffer-number-column-detect'.
10322         (wl-summary-buffer-number-column-detect): Search from point-min.
10323
10324 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
10325
10326         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
10327         contains an address which is not included in original to or cc.
10328
10329 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
10330
10331         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
10332         begin-line does not exist.
10333         * wl-message.el (wl-message-uu-substring): Ditto.
10334
10335 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
10336
10337         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
10338         clear local variables.
10339         (wl-summary-exit): Call `elmo-commit'.
10340         (wl-summary-switch-to-clone-buffer): Call
10341         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
10342         (wl-summary-goto-folder-subr): Ditto.
10343
10344         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
10345         POP folder.
10346
10347 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
10348
10349         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
10350         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
10351         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
10352         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
10353         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
10354         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
10355
10356         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
10357
10358 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
10359
10360         * wl-summary.el (wl-summary-search-by-subject):
10361         Search parent message from the latest one.
10362
10363 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
10364
10365         * wl-draft.el (wl-draft-reply): Insert address with full-name.
10366         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
10367
10368         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
10369         New user option.
10370
10371         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
10372         if elmo-nntp-use-killed-list is nil.
10373         Use `elmo-msgdb-append-to-killed-list'.
10374         (Append numbers confirmed as disappeared to the killed list.)
10375         (wl-summary-confirm-appends): Don't display negative number.
10376
10377 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10378
10379         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
10380
10381 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
10382
10383         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
10384         range is `all'.
10385         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
10386         `elmo-list-bigger-diff'.
10387
10388 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
10389
10390         * wl-summary.el (wl-summary-buffer-exit-func):
10391         New buffer local variable.
10392         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
10393
10394 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
10395
10396         * wl-demo.el (wl-demo): Fix the last change.
10397
10398 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
10399
10400         * wl-demo.el (wl-demo): Don't use `eval'.
10401
10402 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
10403
10404         * wl-summary.el (wl-summary-buffer-thread-modified):
10405         New buffer-local variable.
10406         (wl-summary-set-thread-modified): New function.
10407         (wl-summary-thread-modified-p): New function.
10408         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
10409         (wl-summary-yank-saved-message): Use function
10410         `wl-summary-set-thread-modified'
10411         (wl-summary-switch-to-clone-buffer): Add
10412         `wl-summary-buffer-thread-modified'.
10413
10414         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
10415         (wl-summary-buffer-mark-saved-hook): Ditto.
10416         * wl-summary.el (wl-summary-msgdb-save): New hook
10417         `wl-summary-buffer-message-saved-hook' and
10418         `wl-summary-buffer-mark-saved-hook'.
10419
10420 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10421
10422         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
10423
10424 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
10425
10426         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
10427         don't hide scroll bars under FSF Emacsen because it may incur an
10428         undesirable redrawing.
10429
10430 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
10431
10432         * wl-draft.el (wl-draft-edit-string): Call
10433         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
10434
10435 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
10436
10437         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
10438
10439 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
10440
10441         * wl-summary.el (wl-summary-msgdb-load-async): Call
10442         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
10443
10444 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
10445
10446         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
10447         fringes in demo buffer; center bitmap logo correctly even if old
10448         Mule is used.
10449
10450 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
10451
10452         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
10453
10454         * wl-refile.el (wl-refile-subject-alist): New variable.
10455         (wl-refile-subject-alist-file-name): Ditto.
10456         (wl-refile-alist-setup): Rewrite.
10457         (wl-refile-alist-save): Use `elmo-object-save'.
10458         Eliminated arguments.
10459         (wl-refile-learn): Check `wl-refile-guess-func-list'.
10460         (wl-refile-guess-by-subject): New function.
10461         (wl-refile-guess-func-list): Added it.
10462
10463 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
10464
10465         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
10466         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
10467
10468 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
10469
10470         * wl-summary.el (wl-summary-buffer-prev-folder-func):
10471         New buffer-local variable.
10472         (wl-summary-buffer-next-folder-func): Ditto.
10473         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
10474         if non-nil.
10475         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
10476         if non-nil.
10477         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
10478         if non-nil.
10479         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
10480         if non-nil.
10481
10482 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
10483
10484         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
10485         permanently in the demo buffer.
10486
10487 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
10488
10489         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
10490         `mime-entity-fetch-field'.
10491
10492         * wl.el (wl-exit): Delete plugged buffer.
10493
10494         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
10495         XEmacs has menubar feature.
10496
10497 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
10498
10499         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
10500         cannot arrive at the beginning of the buffer under old Emacsen.
10501
10502 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
10503
10504         * wl-address.el (wl-address-ldap-search):
10505         Call `ldap-search-entries' with `withdn' argument t.
10506         (wl-complete-field-body): Bind completion-ignore-case as t.
10507         Clear ldap search hash when it was sole completion.
10508         Use elmo-string for pattern string.
10509         (wl-ldap-alias-safe-string): Eliminated needless let.
10510
10511 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
10512
10513         * wl-address.el (wl-ldap-alias-dn-level): New variable.
10514         (wl-ldap-alias-sep): New constant.
10515         (wl-ldap-search-attribute-type-list): Ditto.
10516         (wl-ldap-get-value): New function.
10517         (wl-ldap-make-filter): Ditto.
10518         (wl-ldap-make-matched-value-list): Ditto.
10519         (wl-ldap-alias-safe-string): Ditto.
10520         (wl-ldap-register-dn-string): Ditto.
10521         (wl-address-ldap-search): Rewrite.
10522
10523 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10524
10525         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
10526         thread is deleted.
10527         (wl-thread-delete-line-from-buffer): Ditto.
10528         (wl-thread-get-exist-children): New function.
10529
10530 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
10531
10532         * wl-demo.el (wl-demo): Made it to select various image types.
10533         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
10534         from `wl-title-logo'.
10535         (wl-logo-ascii): New variable.
10536         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
10537         (wl-demo-copyright-notice): New constant.
10538
10539         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
10540
10541 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10542
10543         * wl-vars.el (wl-summary-target-above): Renamed from
10544         wl-summary-temp-above.
10545         * wl-score.el (wl-score-get-score-alist): Use it.
10546         (wl-summary-score-update-all-lines): Use it.
10547         * wl-summary.el: Ditto. (make-variable-buffer-local).
10548
10549 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
10550
10551         * wl-vars.el (wl-ldap-port): New user option.
10552
10553         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
10554         Rewite whole implementation.
10555         (wl-complete-field-body): Fixed.
10556
10557 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
10558
10559         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
10560         Choose implementation at compile time.
10561
10562 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10563
10564         * wl-address.el (wl-ldap-search-internal): New function.
10565         (wl-complete-field-to): Use it.
10566
10567 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
10568
10569         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
10570         Use `let' instead of `let*'.
10571         Require 'wl-vars.
10572
10573         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
10574         Define as defcustom.
10575         (wl-ldap-base): Ditto.
10576         (wl-use-ldap): Ditto.
10577
10578 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
10579
10580         * wl-address.el (wl-ldap-search): New function.
10581         (wl-complete-field-body): Use `wl-ldap-search'.
10582         (wl-ldap-server): New variable.
10583         (wl-ldap-base): Ditto.
10584         (wl-use-ldap): Ditto.
10585
10586 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
10587
10588         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
10589         (Pointed out by Mito <mit@nines.nec.co.jp>).
10590         * wl-summary.el (wl-summary-redisplay-no-mime): Update
10591         buffer-local variables like `wl-summary-redisplay-internal'.
10592         (wl-summary-redisplay-all-header): Likewise.  Update
10593         Summary view too.
10594
10595 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
10596
10597         * wl-summary.el (wl-summary-jump-to-parent-message):
10598         Consider prefix argument.
10599
10600         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
10601         when closed thread is deleted.
10602
10603 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
10604
10605         * wl-summary.el (wl-summary-jump-to-parent-message):
10606         Consider thread modification.
10607
10608 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
10609
10610         * wl-message.el (wl-message-normal-get-original-buffer): Use
10611         `save-excursion'.
10612
10613         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
10614         (wl-summary-showto-folder-regexp): Ditto.
10615
10616 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
10617
10618         * wl-util.el (wl-delete-alist): Doc fix.
10619         (wl-delete-associations): New function.
10620         (wl-inverse-alist): New function.
10621         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
10622         Split temporary variables. Use `wl-delete-associations'
10623         and `wl-inverse-alist'.
10624         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
10625
10626 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
10627
10628         * wl-folder.el (wl-folder-prefetch-entity):
10629         Execute prefetching if new count is unknown.
10630
10631 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10632
10633         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
10634
10635         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
10636         delete entity.
10637         (wl-thread-set-parent): If insert as top, set linked as nil.
10638
10639         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
10640         `wl-thread-cleanup-symbols' when view mode is thread.
10641
10642 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
10643
10644         * wl-folder.el (wl-folder-create-folder-entity): Use
10645         with-current-buffer.
10646         (wl-local-folder-init): Call set-buffer to make sure we are in
10647         the Folder buffer. Don't touch buffer-local variables here.
10648         (wl-folder-mode): Initialize buffer-local variables here.
10649
10650         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
10651         (wl-folder-entity-assign-id): Ditto.
10652         (wl-folder-create-entity-hashtb): Ditto.
10653         (wl-local-folder-init): Ditto.
10654         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
10655
10656 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10657
10658         * wl-summary.el (wl-summary-default-from): Fix probrem when
10659         std11-extract-address-components return (nil "foo@bar").
10660
10661 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
10662
10663         * wl-draft.el (wl-draft-clone-local-variables):
10664         Remove redundant `setq'.
10665
10666 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
10667
10668         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
10669         Bind wl-highlight-x-face-func as nil while highlighting header.
10670
10671 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
10672
10673         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
10674
10675 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10676
10677         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
10678         elmo-msgdb-overview-hashtb from copy-variables.
10679         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
10680         instead of `elmo-msgdb-overview-get-entity-by-number'.
10681         (wl-summary-auto-refile): Ditto.
10682
10683         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
10684         `elmo-msgdb-overview-get-entity' instead of
10685         `elmo-msgdb-search-overview-entity'.  Use
10686         `elmo-msgdb-overview-get-entity' instead of
10687         `elmo-msgdb-overview-get-entity-by-number'.
10688         (wl-thread-insert-entity-sub): Ditto.
10689         (wl-thread-insert-message): Ditto.
10690
10691         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
10692         `elmo-msgdb-overview-get-entity'.
10693         (wl-normal-message-redisplay): Ditto.
10694
10695 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10696
10697         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
10698         `wl-thread-entities'.
10699         (wl-thread-delete-message): Fix remove top message from
10700         `wl-thread-entity-list'.
10701
10702         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
10703         wl-append(nconc), because update-list is broken on Meadow.
10704
10705         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
10706         updating process.
10707         (wl-summary-rescan): Ditto.
10708         (wl-summary-sync-update3): Ditto.
10709         * wl-thread.el (wl-thread-set-parent): Renamed from
10710         `wl-summary-set-parent'.
10711         (wl-thread-insert-message): Updating buffer faster.
10712         (wl-thread-delete-message): Updating buffer faster.
10713
10714         * wl-score.el (wl-summary-score-update-all-lines): Changed
10715         interval for display progress gauge.
10716
10717 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10718
10719         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
10720         folder always-sticky.
10721         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
10722         defmacro.
10723
10724 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
10725
10726         * wl-vars.el (wl-draft-add-references): New user option.
10727
10728         * wl-draft.el (wl-draft-add-references): New function.
10729         (wl-draft-yank-from-mail-reply-buffer): Use it.
10730         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
10731         as nil.
10732
10733 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10734
10735         * wl-thread.el (wl-thread-update-line-msgs): Called
10736         `wl-thread-update-line-on-buffer-sub'.
10737         (wl-thread-update-line-on-buffer): Delete routine of inserting
10738         thread.
10739         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
10740         moved from `wl-thread-update-line-on-buffer'.
10741         Add threshold for displaying progress gauge.
10742         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
10743         argument of `wl-thread-update-line-msgs'.
10744         Add threshold for displaying progress gauge.
10745         * wl-folder.el:
10746         Add threshold for displaying progress gauge.
10747         * wl-score.el: Ditto.
10748
10749         * wl-expire.el (wl-summary-expire): Display deleting info.
10750
10751 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
10752
10753         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
10754         `no-msg'.
10755         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
10756         argument of `wl-thread-update-line-msgs'.
10757         (wl-summary-set-parent): Added optional argument `parent-number'.
10758         (wl-summary-buffer-saved-message): New buffer local variable.
10759         (wl-summary-save-current-message): New command.
10760         (wl-summary-yank-saved-message): Ditto.
10761         (wl-summary-mode-map): Added key binding for
10762         `wl-summary-save-current-message' (\ew) and
10763         `wl-summary-yank-saved-message' (\C-y).
10764         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
10765
10766 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
10767
10768         * wl-summary.el (wl-summary-mode-map): Added key binding for
10769         `wl-summary-set-parent' (ts).
10770
10771 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
10772
10773         * wl-summary.el (wl-summary-insert-thread-entity): Search same
10774         subject faster. If thread number is reverse, delayed updating
10775         thread.
10776         (wl-summary-search-by-subject): Ditto.
10777         (wl-summary-put-alike): Ditto.
10778         (wl-summary-get-alike): Ditto.
10779         (wl-summary-insert-headers): Insert header of all overview in
10780         buffer.
10781         (wl-summary-rescan): Delayed updating thread. Kill search subject
10782         buffer for wl-summary-search-by-subject.
10783         (wl-summary-sync-update3): Ditto.
10784         (wl-summary-exit): Ditto.
10785         (wl-summary-goto-bottom-of-current-thread): Change for linked
10786         thread.
10787         (wl-summary-overview-create-summary-line): Change line for linked
10788         thread.
10789
10790         * wl-summary.el (wl-summary-update-thread): Use
10791         wl-thread-maybe-get-children-num.
10792         (wl-summary-set-parent): If change parent, move sub thread.
10793         (wl-summary-redisplay-internal): Add horizontal recenter.
10794         (wl-summary-redisplay-no-mime): Add horizontal recenter.
10795
10796         * wl-thread.el (wl-thread-entity-get-linked): New function.
10797         (wl-thread-entity-set-linked): New function.
10798         (wl-thread-create-entity): Add linked element.
10799         (wl-thread-entity-insert-as-top): Use wl-append.
10800         (wl-thread-maybe-get-children-num): If closing thread, return
10801         children msgs.
10802         (wl-thread-update-line-msgs): Displaying progress message.
10803         (wl-thread-update-line-on-buffer-sub): Use
10804         wl-thread-maybe-get-children-num.
10805         (wl-thread-update-line-on-buffer): If update line is not exists,
10806         insert thread.
10807         (wl-thread-delete-message): If delete top msg of thread, search
10808         parent by subject.
10809         (wl-thread-insert-entity): Use
10810         wl-thread-maybe-get-children-num.
10811
10812         * wl-highlight.el (wl-highlight-summary-current-line): change
10813         sregexp for linked thread.
10814         * wl-util.el (wl-count-lines): Count lines.
10815         (wl-horizontal-recenter): horizontal recenter.
10816         * wl-score.el (wl-score-put-alike): Use wl-count-lines
10817         (wl-score-get-alike): Ditto.
10818         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
10819         (wl-subject-length-limit): New variable.
10820         (wl-highlight-thread-indent-string-regexp): Changed for linked
10821         thread.
10822
10823 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10824
10825         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10826         New variable (revival).
10827         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10828         by subject matching if there's no in-reply-to nor references field
10829         (revival).
10830
10831 \f
10832 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
10833
10834         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
10835         message.
10836
10837 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
10838
10839         * wl-summary.el (wl-summary-reply): Return t if there was a
10840         message at cursor point.
10841         Added unwind-protect.
10842         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
10843         returns t.
10844         (wl-summary-cancel-message): Do nothing when there's no message at
10845         cursor point.
10846         (wl-summary-forward): Ditto.
10847         (wl-summary-jump-to-parent-message): Ditto.
10848         (wl-summary-reedit): Ditto.
10849         (wl-summary-edit-addresses): Ditto.
10850         (wl-summary-pipe-message): Ditto.
10851         (wl-summary-print-message-with-ps-print): Ditto.
10852         (wl-summary-print-message): Ditto.
10853         (wl-summary-mark-as-important): Ditto.
10854         (wl-summary-mark-as-unread): Ditto.
10855
10856         * wl-summary.el (wl-summary-reply): Cause an error when there's no
10857         message at cursor point.
10858         (wl-summary-reply-with-citation): Remove unwind-protect.
10859
10860         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
10861         subject searching feature.
10862         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10863         Eliminated.
10864
10865 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
10866
10867         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
10868         New variable.
10869         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
10870         by subject matching if there's no in-reply-to nor references field.
10871
10872         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
10873
10874         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
10875         when display is finished.
10876         (wl-folder-open-all): Ditto.
10877         (wl-folder-update-access-group): Ditto.
10878         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
10879         * wl-thread.el (wl-thread-close-all): Ditto.
10880
10881         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
10882         progress gauge only when it was displayed.
10883         * wl-folder.el (wl-folder-insert-entity): Ditto.
10884
10885 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
10886
10887         * wl-summary.el (wl-summary-incorporate): Enclose
10888         `wl-summary-sync-force-update' with save-excursion.
10889
10890 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
10891
10892         * wl-summary.el (wl-summary-prefetch-region):
10893         Pass current cursor point to `pos-visible-in-window-p' after
10894         moving cursor to the started point.
10895
10896 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
10897
10898         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
10899
10900         * wl-draft.el (wl-draft-insert-current-message): Delete useless
10901         fields from the forwarding message.
10902         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
10903         `ignored-fields'.
10904
10905 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
10906
10907         * wl-mime.el (wl-message-request-partial):
10908         Eliminated argument `msgdb'.
10909         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
10910         (wl-mime-combine-message/partial-pieces): Likewise.
10911         * tm-wl.el (wl-message-request-partial): Likewise.
10912         (wl-mime-combine-message/partial-pieces): Likewise.
10913
10914 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
10915
10916         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
10917         when display is finished.
10918
10919 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
10920
10921         * wl-summary.el (wl-summary-goto-folder-subr):
10922         Fix problem when wl-summary-partial-highlight-above-lines is nil.
10923
10924 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
10925
10926         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
10927         when cursor point is visible.
10928
10929 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
10930
10931         * wl-expire.el (wl-expire-archive-get-max-number):
10932         Don't use `file-name-directory'.
10933
10934 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
10935
10936         * wl-expire.el (wl-expire-archive-get-max-number):
10937         Use `file-name-directory'.
10938
10939 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10940
10941         * wl-summary.el (wl-summary-sync-marks): Re-display progress
10942         only when there is progress.
10943
10944 2000-04-13  Mito <mit@nines.nec.co.jp>
10945
10946         * wl-summary.el (wl-summary-sync-marks): Display progress.
10947
10948 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
10949
10950         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
10951         (wl-summary-prev): Move cursor regardless of unread status.
10952         (wl-summary-next): Ditto.
10953
10954 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
10955
10956         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
10957         Added argument `target' and `number'.
10958         * tm-wl.el (wl-summary-burst-subr): New function.
10959         (wl-summary-burst): Use it.
10960
10961 2000-04-10  Mito <mit@nines.nec.co.jp>
10962
10963         * wl-mime.el (wl-burst): New function.
10964         (wl-summary-burst): Use it.
10965
10966 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
10967
10968         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
10969         as petname when there's no candidate.
10970
10971 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
10972
10973         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
10974         New variable.
10975         * wl-fldmgr.el (wl-fldmgr-add): Use it.
10976
10977         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
10978
10979         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
10980
10981 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
10982
10983         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
10984         Use substring of `original' instead of buffer-substring.
10985         (wl-refile-evaluate-rule):
10986         Set `original' argument of wl-refile-expand-newtext.
10987
10988         * wl-summary.el
10989         (wl-summary-auto-refile-check-refile-rule-alist-subr,
10990         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
10991         (wl-summary-auto-refile): Check existence of destination folder just
10992         before marking.
10993
10994 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
10995
10996         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
10997         when wl-refile-get-field-value return nil.
10998
10999 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
11000
11001         * wl-refile.el
11002         (wl-refile-expand-newtext): New function imported from Gnus.
11003         (wl-refile-evaluate-rule): Use it.
11004
11005 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
11006
11007         * wl-summary.el (wl-summary-print-destination):
11008         Duplicate folder string to avoid putting text-property on
11009         original string.
11010
11011         * wl-refile.el (wl-refile-get-field-value): New function.
11012         (wl-refile-evaluate-rule): New function;
11013         Evaluate refile rule recursively.
11014         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
11015         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
11016         New function; Check existence of a target folder recursively.
11017         (wl-summary-auto-refile-check-refile-rule-alist):
11018         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
11019
11020 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
11021
11022         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
11023
11024         * wl-folder.el (wl-create-folder-entity-from-buffer):
11025         Fixed problem when '}' character is contained in folder name.
11026
11027         * wl-xmas.el (wl-make-modeline): Consider plugged status.
11028
11029 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11030
11031         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
11032         (wl-fldmgr-add-completion-all-completions):
11033         Use wl-fldmgr-add-completion-hashtb.
11034
11035 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
11036
11037         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
11038         wl-fldmgr-add-completion-subr): New functions.
11039         * wl-folder.el (wl-folder-completion-func): New variable.
11040         * wl-summary.el (wl-summary-read-folder):
11041         Use wl-folder-completion-func.
11042
11043         * wl-refile.el: Eliminate throw & catch.
11044
11045         * wl.el (wl-plugged-sending-queue-status): Fixed.
11046
11047 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
11048
11049         * wl-draft.el (wl-draft): Put category property on
11050         mail-header-separator.