* elmo.el (elmo-message-flags): Don't return `read'.
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-summary.el (wl-summary-overview-entity-compare-by-from): 
4         Don't extract mail address.
5         (wl-summary-mark-as-read-all): Dont' treat `read' flag.
6
7         * wl-draft.el (wl-draft-do-fcc): Don't treat `read' flag.
8
9         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
10
11 2004-09-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
12
13         * wl-fldmgr.el (wl-fldmgr-exit): Display length of
14         wl-fldmgr-cut-entity-list on confirmation.
15
16 2004-09-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-mime.el (mime-edit-temp-message-buffer): Remove definition.
19         (wl-mime-quit-preview): Check existence of
20         mime-edit-temp-message-buffer here.
21
22 2004-09-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
23
24         * wl-fldmgr.el (wl-fldmgr-delete): Remove folder entity
25         after deletion.
26
27         * wl-draft.el (wl-draft-send-confirm): Check major-mode
28         before calling wl-mime-quit-preview.
29
30 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
31
32         * wl-summary.el (wl-summary-pick): If call it with prefix
33         argument, set `delete-marks' as non-nil. Pick from only visible
34         messages.
35         (wl-summary-check-target-mark): New function.
36         (wl-summary-target-mark-mark-as-read): Use it.
37         (wl-summary-target-mark-mark-as-unread): Ditto.
38         (wl-summary-target-mark-operation): Ditto.
39         (wl-summary-target-mark-set-flags): Ditto.
40         (wl-summary-target-mark-save): Ditto.
41         (wl-summary-target-mark-pick): Ditto.
42         (wl-summary-target-mark-forward): Ditto.
43         (wl-summary-target-mark-reply-with-citation): Ditto.
44         (wl-summary-target-mark-print): Ditto.
45         (wl-summary-target-mark-uudecode): Ditto.
46
47         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
48         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
49         with `ask-coding' is non-nil.
50
51 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
52
53         * wl-thread.el (wl-thread-set-parent): If parent is a message
54         which is identified by references, set linked as nil.
55
56 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
57
58         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
59         (wl-message-mode-line-format-spec-alist): Ditto.
60         (wl-message-mode-line-format): Ditto.
61         (wl-summary-mode-line-format): Ditto for docstring.
62         (wl-summary-no-mime-folder-list): Fix typo.
63
64         * wl-util.el (wl-current-message-buffer): Call
65         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
66
67         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
68         variable.
69         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
70         of `wl-summary-redisplay-no-mime'.
71         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
72         (wl-summary-toggle-mime): New function.
73         (wl-summary-redisplay-all-header): Rewrite.
74         (wl-summary-redisplay-no-mime): Ditto.
75         (wl-summary-redisplay-internal): Added argument `as-is' and
76         `all-header'.
77
78         * wl-refile.el (wl-refile-default-from-folder-path-separator):
79         New variable.
80         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
81         bottom.
82         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
83         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
84         "/" unconditionally.
85
86         * wl-mime.el (wl-draft-yank-current-message-entity): Use
87         wl-mime-preview-follow-no-mime for as-is content.
88         (wl-mime-preview-follow-no-mime): New function.
89         (wl-mime-preview-follow-current-region): Fixed parenthesis.
90
91         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
92         and added `as-is', `all-header'.
93         (wl-message-buffer-display): Ditto.
94         (wl-message-buffer-display-type): New function.
95
96 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
97
98         * wl-vars.el (wl-message-header-button-alist): Change default
99         value.
100         (wl-message-body-button-alist): Ditto.
101
102 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
103
104         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
105
106 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
107
108         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
109
110 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
111
112         * wl-summary.el (wl-summary-sync-marks): Remove condition which
113         is always true.
114
115 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
116
117         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
118         on null entity.
119
120 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
121
122         * wl-vars.el (wl-draft-reply-default-position): Fix range.
123
124 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
125
126         * wl-vars.el (wl-summary-resend-hook): New hook.
127
128         * wl-action.el (wl-summary-exec-action-resend-subr): Run
129         `wl-summary-resend-hook'.
130
131 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
132
133         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
134         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
135         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
136         (wl-summary-new-cached-mark): Changed default value to 'n'.
137         (wl-summary-unread-cached-mark): Changed default value to 'u'.
138         (wl-summary-answered-cached-mark): Changed default value to 'a'.
139         (wl-folder-sync-range-alist): Remove spec for 'flag.
140         (wl-summary-force-prefetch-folder-list): New user option.
141
142         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
143         `wl-summary-toggle-persistent-mark'.
144         (wl-summary-update-mark-and-highlight-window): Don't highlight when
145         number is nil.
146         (wl-summary-mark-as-answered-region): Set interactive argument of
147         `wl-summary-set-persistent-mark-internal'.
148         (wl-summary-mark-as-important-region): Ditto.
149         (wl-summary-unset-persistent-mark): Ditto.
150         (wl-summary-set-persistent-mark): Ditto.
151         (wl-summary-mark-as-answered): Ditto.
152         (wl-summary-mark-as-important): Ditto.
153         (wl-summary-set-persistent-mark-internal): Do nothing
154         when `elmo-message-flag-available-p' is nil.
155         (wl-summary-toggle-persistent-mark): New function.
156         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
157         when the folder matches `wl-summary-force-prefetch-folder-list'.
158
159
160         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
161         when number is nil.
162         (wl-highlight-summary-forwarded-face): New face.
163
164 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
165
166         * Version number is increased to 2.11.31.
167
168 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
169
170         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
171         (wl-biff-check-folder-async): Ditto.
172         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
173
174 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
175
176         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
177         Add an argument `reverse'.  All callers are updated.
178         (wl-summary-sort): Add a prefix argument `reverse' to specify
179         reverse sorting.
180         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
181         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
182         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
183
184 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
185
186         * wl-message.el (wl-message-redisplay): Does not narrow header if
187         disply-type is all-header or as-is.
188
189         * wl-summary.el (wl-summary-enter-handler): Use
190         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
191
192 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
193
194         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
195         after adding wl-draft-parent-variables.
196         (wl-draft-forward): Ditto.
197
198 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
199
200         * wl-summary.el (wl-summary-sync-marks): Call
201         `wl-summary-set-persistent-mark' and
202         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
203         (wl-summary-set-persistent-mark-internal): Add 4th argument
204         `no-server'.
205         (wl-summary-unset-persistent-mark): Ditto.
206         (wl-summary-set-persistent-mark): Ditto.
207         (wl-summary-add-flags-internal): Abolish.
208         (wl-summary-remove-flags-internal): Ditto.
209         (wl-summary-mark-as-important-internal): Ditto.
210         (wl-summary-mark-as-important): Use
211         `wl-summary-set-persistent-mark' instead of
212         `wl-summary-add-flags-internal'.
213         (wl-summary-mark-as-important-region): Ditto.
214
215         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
216
217         * wl-summary.el (wl-summary-get-available-flags): New function.
218         (wl-summary-sync-marks): Use it and simplified.
219         (wl-summary-unset-persistent-mark): Use
220         `wl-summary-get-available-flags'.
221         (wl-summary-set-persistent-mark): Ditto.
222
223 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
224
225         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
226         id.
227
228 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
229
230         * wl-summary.el (wl-summary-enter-handler): If argument is not a
231         number, call `wl-summary-prev-line-content'. Show message when the
232         message is not found.
233
234 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
235
236         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
237         wl-summary-enter-handler.
238         (wl-summary-enter-handler): New command.
239
240         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
241         docstring and custom spec.
242
243         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
244         flags too; Don't treat Cached and New.
245         (wl-summary-set-persistent-mark): Ditto.
246
247         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
248         `wl-folder-set-flag'.
249
250         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
251         instead of `wl-folder-set-flag'.
252
253         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
254         for completion.
255         (wl-summary-set-persistent-mark): Ditto.
256
257         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
258         instead of `wl-draft-quit-preview'.
259
260         * wl-mime.el (toplevel): Avoid compile warning.
261         (wl-mime-quit-preview): New function
262         (formarly defined as `wl-draft-quit-preview').
263         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
264         quitting method.
265
266         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
267
268         * wl-folder.el (wl-folder-set-flag): Renamed from
269         `wl-draft-set-flag-on-parent'.
270
271         * wl-draft.el (wl-draft-quit-preview): New function.
272         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
273         (wl-draft-send): Call `wl-folder-set-flag' instead of
274         `wl-draft-set-flag-on-parent'.
275         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
276
277 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
280         (wl-draft-send): Ditto.
281
282 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
283
284         * wl-vars.el (wl-draft-reply-hook): Changed default value.
285         (wl-draft-kill-pre-hook): Set default value as nil.
286         (wl-summary-reply-hook): Ditto.
287         (wl-draft-kill-flags): Abolish.
288
289         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
290         (wl-draft-parent-variables): Renamed from
291         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
292         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
293         argument; Add wl-draft-parent-variables to
294         wl-draft-config-variables.
295         (wl-draft-reply): Likewise.
296         (wl-draft-kill-flags): Abolish.
297         (wl-draft-send): Call wl-draft-set-flag-on-parent.
298         (wl-draft-set-flag-on-parent): New function.
299         (wl-draft-setup-parent-flag): Ditto.
300
301 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
302
303         * wl-draft.el (wl-draft-kill-flags): Avoid error when
304         `wl-draft-parent-folder' is "".
305
306 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
307
308         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
309         (wl-summary-digit-jump): New function.
310         (Adviced by John Owens and Hiroya Murata)
311
312         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
313         (Adviced by John Owens)
314
315         * wl-xmas.el (wl-message-define-keymap): Ditto.
316
317         * wl-mule.el (wl-message-define-keymap): Ditto.
318
319 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
320
321         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
322         change of return value of elmo-folder-count-flags.
323
324         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
325         (wl-summary-mark-as-read-internal): Ditto.
326         (wl-summary-set-persistent-mark-internal): Ditto.
327         (wl-summary-folder-info-update): Ditto.
328         (wl-summary-sync-update): Fixed the last change.
329
330         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
331
332 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
333
334         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
335         (wl-draft-kill-flags): Fixed docstring.
336
337         * wl-draft.el (wl-draft-kill-flags): New function.
338         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
339
340 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
341
342         * wl-vars.el (wl-reply-hook): Abolish.
343         (wl-draft-reply-hook): New hook.
344         (wl-summary-reply-hook): Ditto.
345         (wl-draft-forward-hook): Ditto.
346         (wl-summary-forward-hook): Ditto.
347         (wl-draft-kill-flags): New variable.
348
349         * wl-summary.el (wl-summary-mark-as-answered-region): Use
350         wl-summary-set-persistent-mark-internal.
351         (wl-summary-sync-marks): Use elmo-preserved-flags.
352         (wl-summary-update-persistent-mark): Make it interactive.
353         (wl-summary-set-persistent-mark-internal): New inline function.
354         (wl-summary-mark-as-answered): Use it.
355         (wl-summary-mark-as-unanswered): Ditto.
356         (wl-summary-unset-persistent-mark): New function.
357         (wl-summary-set-persistent-mark): Ditto.
358         (wl-summary-reply): Don't set answered flag;
359         Run wl-summary-reply-hook instead.
360         (wl-summary-forward): Call wl-draft-forward with number.
361         Run wl-summary-forward-hook.
362
363         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
364         (wl-highlight-summary-line-face-spec): Use it as a default
365         persistent mark face.
366
367         * wl-draft.el (wl-draft-forward): Added optional argument number;
368         Set wl-draft-parent-number; Run wl-draft-forward-hook.
369         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
370         (wl-draft-kill): Use wl-draft-kill-flags.
371
372         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
373
374         * wl-folder.el (wl-folder-check-one-entity): Follow the change
375         of return value of elmo-folder-count-flags.
376
377         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
378
379         * wl-summary.el (wl-summary-count-unread): Ditto.
380         (wl-summary-sync-update): Follow the change above.
381         (wl-summary-force-prefetch): New function.
382
383 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
384
385         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
386         variable `buf' with `let' instead of `setq'.
387
388 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
389
390         * wl-mime.el (wl-message-delete-current-part): If filename exists,
391         add Content-Disposition heaeder on the deleted part.
392
393 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
394
395         * wl-draft.el (wl-draft-save): Encode address list under edit by
396         `eword-encode-unstructured-field-body'.
397
398         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
399
400 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
401
402         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
403         wl-current-summary-buffer.
404
405 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
406
407         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
408         `numbers' is ignored.
409
410 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
411
412         * wl-folder.el (wl-folder-open-folder): Avoid error.
413         Reported by John Owens, [wl-en:815]
414
415         * wl.el (wl): Set timer for biff process even if prefix argument
416         is given or auto-checking is quitted.
417
418         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
419         immediately.
420         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
421         (wl-toggle-plugged): Ditto.
422
423         * wl-vars.el (wl-biff-use-idle-timer): New variable.
424         * wl-util.el (wl-biff-start): Use idle timer if
425         `wl-biff-use-idle-timer' is non-nil.
426
427 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
428
429         * wl-highlight.el (wl-highlight-message): Fix description.
430
431 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
432
433         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
434         tty.
435
436 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
437
438         * wl-action.el (wl-summary-exec): Print failure count.
439
440 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
441
442         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
443         to `defun', remove interactive form.
444         Set elmo-message-fetch-confirm when force-reload is non-nil.
445
446 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-summary.el (toplevel): Removed unnecessary autoload.
449
450 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
453         the buffer is generated from another message buffer.
454
455 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
456
457         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
458         extracted from `wl-fldmgr-save-folders'.
459         (wl-fldmgr-delete): Call it after deletion.
460
461 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
464         multi-tty support.
465
466 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
467
468         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
469
470 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
471
472         * wl-summary.el (wl-summary-rescan): Remove unused variables.
473         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
474
475 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
478         unsubscribe list only if argument CLEAR is nil.
479
480 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
481
482         * wl-draft.el (wl-draft-reply): Decode subject before removing
483         Re: prefix.
484
485 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
486
487         * wl-summary.el (wl-summary-sort-by-size): New command.
488
489 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-summary.el (wl-summary-number-list-from-region): New
492         function.
493         (wl-summary-mark-as-read-region): Use it.
494         (wl-summary-mark-as-unread-region): Ditto.
495         (wl-summary-set-flags-region): Ditto and add optional argument
496         remove.
497         (wl-summary-mark-as-answered-region): Ditto.
498         (wl-summary-mark-as-important-region): Ditto.
499         (wl-summary-target-mark-mark-as-important): Added optional
500         argument remove.
501         (wl-summary-target-mark-mark-as-answered): Ditto.
502         (wl-summary-target-mark-set-flags): Ditto.
503
504 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
505
506         * wl-summary.el (wl-summary-set-flags-region): Call
507         `wl-summary-set-flags-internal' with number list instead of call
508         one by each message.
509         (wl-summary-target-mark-set-flags): Likewise.
510
511 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
512
513         * wl-summary.el (wl-summary-target-mark-operation): Add optional
514         argument `inverse' and use `wl-summary-delete-all-target-marks'.
515         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
516         (wl-summary-target-mark-mark-as-answered): Likewise.
517
518 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
519
520         * wl-summary.el (wl-summary-target-mark-forward): Use
521         `wl-summary-delete-all-target-marks' instead of
522         `wl-summary-delete-all-temp-marks'.
523         (wl-summary-target-mark-reply-with-citation): Ditto.
524         (wl-summary-target-mark-uudecode): Ditto.
525         (wl-summary-target-mark-set-flags): Ditto and remove needless
526         cursor move.
527
528 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
529
530         * wl-summary.el (wl-summary-target-mark-forward): Protect
531         wl-summary-buffer-target-mark-list from nreverse.
532         (wl-summary-target-mark-reply-with-citation): Ditto.
533
534 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
535
536         * wl-thread.el (wl-thread-update-indent-string-thread): Use
537         `elmo-display-progress-threshold'.
538
539 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
542         check `wl-summary-highlight'.
543         (wl-summary-window-scroll-functions): Respect value of
544         `wl-summary-highlight'.
545         (wl-summary-sync-update): Run hooks
546         `wl-summary-buffer-window-scroll-functions' at any time.
547
548 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
549
550         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
551         from `wl-summary-cleanup-temp-marks'.
552         (wl-summary-cleanup-temp-marks): Abolish argument.
553         * wl.el (wl-save-status): Revert previous change.
554         (wl-execute-temp-marks): New function, call
555         `wl-summary-exec-with-confirmation'.
556         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
557         (wl-folder-save-and-exec-marks): Abolished.
558
559 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
560
561         * wl-e21.el (wl-e21-display-image-p): Respect
562         `wl-highlight-folder-with-icon'.
563         (wl-e21-highlight-folder-group-line): Highlight mouse line
564         even if wl-e21-display-image-p is nil.
565
566         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
567         Respect value of `wl-summary-highlight'.
568
569         * wl.el (wl-save-status): Remove unused variable.
570
571         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
572         (wl-folder-mode-map): Bind it to "x".
573
574 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
575
576         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
577
578         * wl-thread.el (wl-thread-get-parent-list): Don't check
579         disconnected ancestors, neglecting needless work in
580         `wl-thread-update-indent-string-thread'.
581
582         * wl.el (wl-save): Take prefix argument to execute remaining marks.
583         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
584         argument, add argument default-keep to keep marks by default.
585
586         * Version number is increased to 2.11.30.
587
588         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
589         customization type and docstring.
590         (wl-draft-reply-without-argument-list): Ditto.
591
592 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
593
594         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
595
596         * wl-spam.el (wl-spam-mark-action-list): Ditto.
597
598 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
599
600         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
601
602 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
603
604         * wl-draft.el (wl-draft-config-exec): Narrow the range of
605         save-excursion so as not to include run-hooks.
606
607 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
610         Clarify that marks are going to be cleared.
611
612 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
613
614         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
615         according to 3rd element of wl-summary-flag-mark.
616
617         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
618
619 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * wl-action.el (wl-summary-target-mark-all): Don't set
622         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
623
624 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
625
626         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
627         (wl-forward-subject-prefix): Ditto.
628         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
629         (wl-draft-reply-make-subject): Ditto.
630
631         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
632         `wl-draft-forward'.
633         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
634
635 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
636
637         * wl-action.el (wl-summary-target-mark-set-action): Stop if
638         target message does not exist.
639
640 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
641
642         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
643         `wl-subject-prefix-regexp'.
644         (wl-subject-forward-prefix-regexp): New variable.
645         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
646         `wl-draft-strip-subject-re' and take regexp as argument.
647         (wl-draft-forward): Use it.
648         (wl-draft-reply): Ditto.
649
650 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
651
652         * wl-e21.el (wl-highlight-plugged-current-line): Change for
653         emacs multi-tty support.
654
655 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
656
657         * wl-e21.el (wl-e21-display-image-p): Don't call
658         `display-images-p'.
659         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
660         support.
661         (wl-highlight-folder-current-line): Ditto.
662         (wl-folder-init-icons): Ditto.
663
664 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
665
666         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
667         the last line of summary in unplugged mode.
668
669 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
670
671         * wl-vars.el (wl-refile-rule-alist): Doc fix.
672
673 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-vars.el (wl-user-mail-address-regexp): New variable.
676         * wl-address.el (wl-address-user-mail-address-p): Use it.
677         (wl-address-delete-user-mail-addresses): Ditto.
678         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
679
680         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
681         (wl-address-delete-user-mail-addresses): Ditto.
682
683         * wl-address.el (wl-address-delete-user-mail-addresses): New
684         function.
685         * wl-refile.el (wl-refile-guess-by-history): Use it.
686         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
687         (wl-draft-make-mail-followup-to): Ditto and fix logic.
688
689         * wl-draft.el (wl-draft-edit-string): To judge sender address,
690         use wl-address-user-mail-address-p.
691
692 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
693
694         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
695         after opening group.
696
697 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
698
699         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
700         of elmo-set-buffer-multibyte.
701
702         * wl-message.el (wl-original-message-mode): Ditto.
703
704         * wl-score.el (wl-score-insert-header): Ditto.
705
706         * wl-summary.el
707         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
708         (wl-summary-goto-folder-subr): Ditto.
709         (wl-summary-insert-headers): Ditto.
710
711         * wl-util.el (wl-set-string-width): Ditto.
712
713         * Version number is increased to 2.11.29.
714
715 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
716
717         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
718         (wl-highlight-summary-line-help-echo-alist): New variable.
719         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
720         into `wl-highlight-summary-line-help-echo' and
721         `wl-highlight-flag-folder-help-echo'.
722         (wl-highlight-summary-line-string): Change accordingly.
723         (wl-highlight-summary-current-line): Ditto.
724
725 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
726
727         * wl-highlight.el (wl-highlight-message): Ignore white spaces
728         at the beginning of field body (Thanks to Markus Knittig).
729
730         * wl-draft.el (wl-draft-insert-current-message): Also check
731         summary buffer, remove unnecessary tag.
732
733 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
734
735         * wl-draft.el (wl-draft-insert-current-message): Cause error also
736         when wl-message-buffer is nil.
737
738         * wl-folder.el (wl-folder): Abolish unused argument.
739         Call wl-folder-init when wl-folder-entity is nil.
740         * wl.el (wl): Change accordingly.
741
742 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
743
744         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
745         multibyte string before insert into draft buffer.
746         (wl-draft-create-buffer): Always enable multibyte characters for
747         draft buffer.
748
749         * Version number is increased to 2.11.28.
750
751 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
752
753         * wl-folder.el (wl-folder-open-close): Handle blank line.
754         (wl-folder-jump-to-current-entity): Ditto.
755
756 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * Version number is increased to 2.11.27.
759
760 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
761
762         * wl-thread.el (wl-thread-insert-message): When the thread is
763         devided by wl-summary-max-thread-depth, insert line at the end of
764         buffer.
765
766 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
767
768         * Version number is increased to 2.11.26.
769
770 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
771
772         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
773
774 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
775
776         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
777         value of stream-type and session.
778
779 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * Version number is increased to 2.11.25.
782
783 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
784
785         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
786         in a quit message.
787
788 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
789
790         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
791         (wl-summary-redisplay-no-mime-internal): Ditto.
792
793 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
794
795         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
796         * wl-vars.el (wl-smtp-connection-type): Ditto.
797
798 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
799
800         * wl-highlight.el (wl-highlight-message): Change to strict regexp
801         for the separator line and quote mail-header-separator.
802
803 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
804
805         * wl-spam.el (wl-message-check-spam): Fixed problem no display
806         result message.
807
808         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
809         `elmo-multiple-fields-body-list' with boundary as
810         mail-header-separator.
811
812 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
813
814         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
815
816 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
817
818         * wl-util.el (wl-list-diff): Remove unused function.
819
820         * wl-draft.el (wl-draft-send-confirm): Discard input before
821         confirmation.
822
823 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
826         order of flag and new.
827
828 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-vars.el (wl-refile-policy-alist): Abolished.
831
832         * wl-action.el (wl-summary-set-action-refile): Follow the change
833         above.
834
835 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * wl-highlight.el (wl-highlight-signature-search): Don't use
838         re-search-backward for a long word since it is possible to crash
839         XEmacs because of a bug.
840
841 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
842
843         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
844
845 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
846
847         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
848         argument for wl-summary-sync-force-update.
849
850 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
851
852         * wl-summary.el (wl-summary-mode-map): Revival of
853         wl-summary-mark-as-important related bindings;
854         Bind 'F','tF','mF','rF','m&'.
855         (wl-summary-mark-as-important-region): Revival.
856         (wl-summary-target-mark-mark-as-important): Ditto.
857         (wl-summary-target-mark-operation): New function.
858         (wl-summary-target-mark-mark-as-answered): Use it.
859         (wl-summary-decide-flag): Don't set Important as default.
860         (wl-summary-mark-as-important-internal): Revival.
861         (wl-summary-mark-as-important): Ditto.
862
863         * wl-thread.el (wl-thread-mark-as-important): Ditto.
864
865         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
866         instead of facep.
867
868 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
869
870         * wl-dnd.el (wl-dnd-drop-func): Fix.
871
872         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
873         mouse-set-point instead of posn-point.
874
875         * wl-xmas.el (wl-completing-read-multiple): Define as function.
876
877         * wl-mule.el (wl-completing-read-multiple): Ditto.
878
879 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
880
881         * wl-demo.el (face-background-name): Defalias to avoid compile
882         warning.
883
884 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
885
886         * wl-summary.el (wl-summary-decide-flag): Use
887         wl-completing-read-multiple instead of completing-read-multiple.
888
889         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
890         New alias.
891
892         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
893         Use face-background-name instead of face-background.
894
895         * wl-vars.el (wl-summary-save-file-suffix): New user option.
896
897         * wl-summary.el (wl-summary-save): Use it.
898         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
899
900         * wl-mime.el (wl-mime-save-content): Fix last change.
901
902 2004-02-10  Len Trigg <lenbok@myrealbox.com>
903
904         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
905         New function.
906         (wl-summary-sort-specs): Added sort.
907         * wl-mime.el (wl-mime-save-content): Expand file name.
908
909 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
910
911         * wl-mime.el (wl-draft-preview-message): Fixed typo.
912
913         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
914
915 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
918         for flag if it is not defined.
919
920 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
921
922         * wl-e21.el (wl-highlight-folder-current-line): Use
923         elmo-folder-type-internal when elmo-folder-type returns nil.
924
925         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
926
927         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
928
929         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
930
931         * wl-e21.el (wl-summary-toolbar): Ditto.
932
933         * wl-vars.el (wl-demo-background-color): Abolished.
934         (wl-summary-persistent-mark-priority-list): Renamed from
935         wl-summary-flag-priority-list.
936         (wl-summary-flag-alist): New user option.
937         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
938         (wl-message-mode-line-format-spec-alist): Added 'F'.
939         (wl-message-mode-line-format): Likewise.
940         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
941         instead of wl-summary-important-mark.
942         (wl-file-folder-icon): New variable.
943
944         * wl-thread.el (wl-thread-set-flags): Renamed from
945         wl-thread-mark-as-important.
946
947         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
948         warning.
949         (wl-summary-mode-menu-spec): Follow the change of 
950         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
951         (wl-summary-mode-map): Follow the change of
952         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
953         (wl-summary-detect-mark-position): Follow the variable name change.
954         (wl-summary-set-flags-region): New function for the replacement of
955         wl-summary-mark-as-important-region.
956         (wl-summary-sync-marks): Sync all global-flags.
957         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
958         instead of elmo-message-flagged-p.
959         (wl-summary-persistent-mark-string): Follow the variable name change;
960         Put wl-summary-flag-mark if the message has global-flag.
961         (wl-summary-target-mark-set-flags): Renamed from 
962         wl-summary-target-mark-mark-as-important.
963         (wl-summary-decide-flag): New function.
964         (wl-summary-set-flags-internal): Renamed from
965         wl-summary-mark-as-important-internal.
966         (wl-summary-add-flags-internal): New function.
967         (wl-summary-remove-flags-internal): Ditto.
968         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
969         (wl-summary-mark-as-unimportant): Abolish.
970         (wl-summary-move-spec-alist): Changed `important' to `digest'.
971         (wl-summary-next-message): List flagged messages in the msgdb.
972
973         * wl-score.el (wl-summary-score-update-all-lines): Use
974         wl-summary-add-flags-internal instead of 
975
976         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
977
978         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
979         from wl-message-buffer-cur-flag (To avoid misunderstanding).
980         (wl-message-buffer-require-all-header): Renamed from
981         wl-message-buffer-all-header-flag (Ditto).
982         (wl-message-buffer-flag-indicator): New variable.
983         (wl-message-redisplay): Changed local varibale name from `flag' to
984         `display-type'; Set up wl-message-buffer-flag-indicator.
985         (wl-message-buffer-display): Changed varibale name from `flag' to
986         `display-type'.
987         (wl-message-display-internal): Likewise.
988
989         * wl-highlight.el (wl-highlight-demo-face): Define default background
990         color.
991         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
992
993         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
994
995         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
996         (wl-demo-setup-properties): Renamed from
997         `wl-demo-set-background-color'.
998         (wl-demo): Follow the change above.
999         
1000         * Version number is increased to 2.11.24.
1001
1002 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1003
1004         * wl-summary.el (wl-summary-toggle-thread): Call
1005         `wl-summary-rescan' with disable-thread as non-nil.
1006         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
1007
1008 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
1009
1010         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
1011         foreground property of the face.
1012         (wl-demo-insert-text): Don't set up face property here.
1013         (wl-demo): Call wl-demo-set-background-color, anyway.
1014
1015 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1016
1017         * wl-vars.el (wl-demo-background-color): The value can be nil.
1018
1019 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
1020
1021         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
1022         to wl-summary-wheel-dispatcher.
1023
1024         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
1025         wl-message-wheel-dispatcher.
1026         (wl-message-wheel-dispatcher): New function.
1027         (wl-summary-wheel-dispatcher): Ditto.
1028
1029 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
1030
1031         * wl-action.el (wl-summary-target-mark-all): List messages which are
1032         not in the killed-list.
1033
1034         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
1035         only when the folder is 'flag/important.
1036
1037         * wl-address.el (wl-complete-field-body): Complete if the last
1038         character is a space.
1039
1040 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-folder.el (wl-folder-clear-entity-info): Use
1043         elmo-clear-hash-val.
1044
1045         * wl-fldmgr.el (wl-fldmgr-rename): Set
1046         wl-folder-info-alist-modified as t.
1047
1048 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1049
1050         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1051
1052 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1053
1054         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1055         (wl-folder-buffer-last-visited-entity-id): New buffer local
1056         variable.
1057         (wl-folder-revisit-last-visited-folder): New function.
1058         (wl-folder-mode-map): Bind it to "C-i".
1059         (wl-folder-set-current-entity-id): Set last visited folder.
1060         * wl-summary.el (wl-summary-exit): Ditto.
1061
1062 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1063
1064         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1065         before calling `recenter' in order to cope with an XEmacs bug.
1066
1067 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1068
1069         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1070         to the default value.
1071
1072 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1073
1074         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1075         change.
1076         (wl-summary-sync-marks): Ditto.
1077         (wl-summary-mark-as-read-internal): Ditto.
1078         (wl-summary-mark-as-answered-internal): Ditto.
1079         (wl-summary-mark-as-important-internal): Ditto.
1080         (wl-summary-reply): Ditto.
1081
1082         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1083         instead of `elmo-folder-unflag-answered'.
1084
1085         * Version number is increased to 2.11.23.
1086
1087         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1088         the last change.
1089
1090 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1091
1092         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1093         Specify "spam" or "good".
1094
1095 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1096
1097         * wl-spam.el (wl-summary-exec-action-spam): Call
1098         wl-folder-confirm-existence for spam folder.
1099         (wl-spam-setup): Bind "mk".
1100
1101 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1102
1103         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1104
1105 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1106
1107         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1108         destination folder is empty.
1109
1110 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1111
1112         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1113         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1114
1115         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1116         (wl-summary-refile-prev-destination-region): New function.
1117         (wl-thread-refile-prev-destination): Ditto.
1118         (wl-summary-target-mark-refile-prev-destination): Ditto.
1119
1120 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1121
1122         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1123         (wl-demo-background-color): Changed default value.
1124
1125         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1126         color.
1127
1128         * wl-demo.el (wl-demo-set-background-color): New function.
1129         (wl-demo): Call it.
1130
1131 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1132
1133         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1134         * wl-address.el (wl-address-add-or-change): Don't add empty
1135         address.
1136
1137 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1138
1139         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1140
1141 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1142
1143         * wl-vars.el (wl-demo-image-filter-alist): New variable
1144         (wl-demo-background-color): Ditto.
1145
1146         * wl-demo.el (wl-demo-xpm-set-background): New function.
1147         (wl-demo-image-filter): Ditto.
1148         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1149
1150         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1151
1152         * wl-demo.el (wl-demo-icon-name): Define as function.
1153         (wl-demo-insert-image): Use it.
1154
1155 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1156
1157         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1158
1159 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1160
1161         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1162
1163 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1164
1165         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1166
1167 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-thread.el (wl-thread-mark-as-answered): New function.
1170
1171         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1172         answered" entry.
1173         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1174         "r&" and wl-thread-mark-as-answered to "t&".
1175         (wl-summary-mark-as-important-region): Refine to toggle mark.
1176         (wl-summary-mark-as-answered-region): New function.
1177         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1178         and 3rd argument.
1179         (wl-summary-mark-as-important-internal): Likewise.
1180
1181 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-template.el (wl-template-preview): New internal variable.
1184         (wl-template-preview-p): New function.
1185         (wl-template-show): Bind `wl-template-preview' as t.
1186
1187 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1188
1189         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1190         `elmo-message-entity-field' with 3rd argument which is non-nil.
1191
1192 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1195         Removed duplicate local bind `folder'.
1196
1197 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1198
1199         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1200
1201 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1202
1203         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1204         duplicate definition.
1205
1206 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1207
1208         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1209         non-nil, use it; Don't fetch message if there's no message in the
1210         current cursor position.
1211
1212 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1213
1214         * wl-util.el (wl-region-exists-p): Use region-active-p.
1215         (wl-deactivate-region): New function.
1216         * wl-message.el (wl-message-redisplay): Deactivate region.
1217
1218         * wl-summary.el (wl-summary-reply): Call
1219         `wl-summary-set-message-buffer-or-redisplay' instead of
1220         `wl-summary-redisplay-internal', don't move point.
1221
1222 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1223
1224         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1225         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1226         by regexp.
1227
1228 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1229
1230         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1231         if no need.
1232
1233 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1234
1235         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1236         default value to nil.
1237         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1238         `wl-summary-prepare-hook'; Replace refile action to
1239         `wl-summary-exec-action-refile-with-register'.
1240
1241         * Version number is increased to 2.11.22.
1242
1243 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-summary.el (wl-summary-detect-mark-position): Set
1246         `wl-summary-buffer-weekday-name-lang'.
1247
1248 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1249
1250         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1251         (wl-summary-mark-as-read-all): Ditto.
1252         (wl-summary-delete-messages-on-buffer): Ditto.
1253         (wl-summary-sync-update): Ditto.
1254         (wl-summary-mark-as-read-internal): Ditto.
1255         (wl-summary-mark-as-answered-internal): Ditto.
1256         (wl-summary-update-folder-info): Abolished.
1257
1258 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1259
1260         * wl-summary.el (wl-summary-mark-as-read-all): Use
1261         `wl-summary-update-folder-info' instead of
1262         `wl-folder-update-unread'.
1263
1264 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1265
1266         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1267         `wl-summary-folder-info-update'.
1268         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1269         instead of `wl-summary-folder-info-update'.
1270         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1271         `wl-folder-set-folder-updated'.
1272         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1273         instead of `wl-folder-update-unread'.
1274         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1275         the value of `wl-summary-buffer-unread-count' for the second parameter of
1276         `wl-folder-update-unread'.
1277
1278         * Version number is increased to 2.11.21.
1279
1280 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1281
1282         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1283         a local variable.
1284
1285 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1286
1287         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1288         interactively.
1289
1290         * wl-summary.el (wl-summary-mark-as-important-internal): New
1291         internal function.
1292         (wl-summary-mark-as-important): Use it.
1293         (wl-summary-mark-as-unimportant): New function.
1294         (wl-summary-sync-marks): Follow the API change.
1295
1296         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1297
1298         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1299
1300 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1301
1302         * wl-folder.el (wl-folder-update-unread): Re-indent.
1303         Narrow the scope of a local variable.
1304
1305 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1306
1307         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1308         (wl-addrmgr-merge-entries): Ditto.
1309         (wl-addrmgr): Added to address entry which exists in draft buffer
1310         if no entry is in original.
1311
1312 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1313
1314         * wl-batch.el: New file.
1315
1316 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1317
1318         * wl-vars.el (wl-use-semi): Remove unused variable.
1319
1320 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1321
1322         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1323         "?".
1324
1325 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1326
1327         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1328         wl-summary-new-mark.
1329         (wl-summary-new-cached-mark): New user option.
1330         (wl-summary-score-marks): Follow the change above.
1331         (wl-summary-auto-refile-skip-marks): Ditto.
1332         (wl-summary-incorporate-marks): Ditto.
1333         (wl-summary-expire-reserve-marks): Ditto.
1334
1335         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1336
1337         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1338         (wl-summary-persistent-mark-string): Distinguished between cached
1339         and uncached mark when the message is new.
1340
1341 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1342
1343         * wl-spam.el (wl-spam-domain): Renamed from
1344         `wl-spam-folder-guess-domain'.
1345         (wl-summary-exec-action-spam): Register as spam if domain of the
1346         source folder is good.
1347         (wl-summary-exec-action-refile-with-register): Register message if
1348         domain of the source folder is not undecided.
1349
1350 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1351
1352         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1353         detect thread loop.
1354
1355 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1358         and wl-summary-skip-mark-list.
1359
1360 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1363
1364         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1365
1366         * wl-spam.el (toplevel): Require wl-highlight.
1367         (wl-spam-auto-check-policy-alist): Abolish.
1368         (wl-spam-auto-check-folder-regexp-list): New user option.
1369         (wl-spam-auto-check-marks): Ditto.
1370         (wl-spam-mark-action-list): Ditto.
1371         (wl-highlight-summary-spam-face): New face.
1372         (wl-spam-auto-check-message-p): New function.
1373         (wl-spam-map-spam-messages): Fixed message.
1374         (wl-spam-register-spam-messages): Ditto.
1375         (wl-spam-register-good-messages): Ditto.
1376         (wl-summary-spam-map): Add and remove keybind.
1377         (wl-summary-target-mark-spam): Abolish.
1378         (wl-summary-refile-spam): Ditto.
1379         (wl-summary-test-spam): New function.
1380         (wl-summary-mark-spam): Ditto.
1381         (wl-summary-auto-check-spam): Follow the above change.
1382         (wl-summary-exec-action-spam): New function.
1383         (wl-summary-exec-action-refile-with-register): Fixed message.
1384         (wl-message-check-spam): New function.
1385         (wl-spam-setup): Ditto.
1386         (toplevel): Call it if this file is loaded interactivity.
1387
1388         * Version number is increased to 2.11.20.
1389
1390 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1393         when new optional argument `force' is non nil or modified.
1394
1395 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl.el (toplevel): Require wl-spam when compile.
1398         (wl-save-status): Call wl-spam-save-status.
1399
1400         * wl-spam.el (wl-spam-register-spam-messages): New function.
1401         (wl-spam-register-good-messages): Ditto.
1402         (wl-spam-save-status): Ditto.
1403         (wl-summary-mode-map): Bind
1404         wl-summary-target-mark-register-as-spam to "ms" and
1405         wl-summary-target-mark-register-as-good to "mn".
1406         (wl-summary-register-as-spam): Abolish optional argument; Use
1407         wl-spam-register-spam-messages.
1408         (wl-summary-register-as-spam-all): Use
1409         wl-spam-register-spam-messages.
1410         (wl-summary-register-as-good): Abolish optional argument; Use
1411         wl-spam-register-good-messages.
1412         (wl-summary-register-as-good-all): Use
1413         wl-spam-register-good-messages.
1414         (wl-summary-target-mark-register-as-spam): New funtion.
1415         (wl-summary-target-mark-register-as-good): Ditto.
1416
1417 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1418
1419         * wl-spam.el: New file.
1420
1421 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1422
1423         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1424
1425         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1426         (wl-summary-auto-refile): Call wl-refile-guess with
1427         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1428
1429 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1430
1431         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1432         with disable-thread argument non-nil.
1433
1434 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1435
1436         * wl-summary.el (wl-summary-rescan): Added optional argument
1437         disable-thread.
1438         (wl-summary-sync): Call wl-summary-rescan with argument
1439         disable-thread.
1440         (wl-summary-input-range): Added new range `rescan-thread'.
1441
1442 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1443
1444         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1445
1446 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1447
1448         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1449         internal variable.
1450         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1451         wl-summary-search-parent-by-subject-regexp and
1452         wl-summary-divide-thread-when-subject-changed as nil.
1453         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1454         (wl-summary-insert-thread): Search parent entity from
1455         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1456         thread loop.
1457
1458 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1459
1460         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1461
1462         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1463
1464         * wl-util.el (wl-require-update-all-folder-p): New function.
1465         (wl-get-assoc-list-value): Added `function' to match directive.
1466         (wl-collect-draft): Rewrite.
1467
1468         * wl-summary.el (wl-summary-sync-update): Clear faces
1469         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1470         are non-nil.
1471         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1472         argument as function.
1473         (wl-summary-input-range): Ditto.
1474
1475         * wl-folder.el (wl-draft-get-folder): New function.
1476         (wl-folder-get-elmo-folder): Consider draft folder.
1477
1478         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1479         (wl-draft-buffer-message-number): New buffer local variable.
1480         (wl-draft-folder-internal): New internal variable.
1481         (wl-draft-delete): Rewrite.
1482         (wl-draft-save): Ditto.
1483         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1484         wl-folder-get-elmo-folder.
1485         (wl-draft-config-info-operation): Ditto.
1486         (wl-jump-to-draft-folder): Ditto.
1487         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1488         (wl-draft-reedit): Rewrite.
1489
1490         * Version number is increased to 2.11.19.
1491         
1492 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1493
1494         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1495         variable.
1496
1497 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1498
1499         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1500         Use ignore-errors instead of unwind-protect.
1501
1502 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1503
1504         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1505         for updating `wl-thread-entity-list'.
1506
1507 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1508
1509         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1510         parameter from calling `wl-thread-entity-get-older-brothers' and
1511         `wl-thread-entity-get-younger-brothers'.
1512         Replace nested `append' with a single one.
1513
1514 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-summary.el (wl-summary-mode): Don't use the return value of
1517         `make-local-hook'.
1518
1519 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1520
1521         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1522         instead of `let*'.
1523         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1524         of local variables.
1525
1526 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1527
1528         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1529         Renamed from wl-summary-window-scroll-functions.
1530         (wl-summary-window-scroll-functions): Don't set to variable.
1531         (wl-summary-display-top): Use run-hooks.
1532         (wl-summary-display-bottom): Ditto.
1533         (wl-summary-toggle-disp-msg): Ditto.
1534         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1535         Use it instead of wl-summary-window-scroll-functions.
1536         (wl-summary-goto-folder-subr): Don't call
1537         wl-summary-window-scroll-functions, use
1538         wl-summary-buffer-window-scroll-functions instead.
1539
1540 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1541
1542         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1543         make-local-variable.
1544
1545 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1546
1547         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1548         set-buffer-modified-p.
1549         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1550         (wl-summary-display-bottom): Ditto.
1551         (wl-summary-toggle-disp-msg): Ditto.
1552
1553 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1554
1555         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1556
1557         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1558         (wl-summary-forward): Use elmo-message-entity-field instead of
1559         elmo-message-field.
1560
1561         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1562
1563 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-summary.el (wl-summary-window-scroll-functions): No use
1566         `append'.
1567
1568 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1569
1570         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1571         function.
1572         (wl-summary-window-scroll-functions): Call it when both
1573         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1574         (wl-summary-temp-mark): Added optional argument number.
1575         (wl-summary-message-mark): Added optional argument flag.
1576         (wl-summary-persistent-mark): Added optional argument number and flag.
1577         (wl-summary-update-persistent-mark): Ditto.
1578         (wl-summary-update-status-marks): Set "r" for interactive spec.
1579
1580         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1581         argument number and flag.
1582
1583         * wl-action.el (wl-summary-registered-temp-mark): 
1584         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1585
1586 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1589         internal variable (buffer local).
1590         (wl-summary-window-scroll-functions): New function.
1591         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1592         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1593         as nil.
1594         (wl-summary-update-status-marks): Added arguments beg, end and
1595         check.
1596         (wl-summary-update-mark-window): Use function.
1597         (wl-summary-sync-update): Follow the change above.
1598         (wl-summary-switch-to-clone-buffer): Copy
1599         wl-summary-buffer-unsync-mark-number-list.
1600         (wl-summary-goto-folder-subr): Set
1601         wl-summary-buffer-unsync-mark-number-list and
1602         use wl-summary-window-scroll-functions instead of
1603         wl-summary-lazy-highlight.
1604
1605         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1606
1607 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1608
1609         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1610
1611         * wl-summary.el (wl-summary-update-persistent-mark): Call
1612         wl-summary-set-message-modified.
1613
1614         * wl-summary.el (wl-summary-sync-update): Don't call
1615         wl-summary-update-status-marks.
1616
1617         * Version number is increased to 2.11.18.
1618
1619 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1622         (wl-message-next-page): Ditto.
1623
1624 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1625
1626         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1627         local variable.  Change the order of a collected list into the
1628         same as the specified range.  Remove nil from a collected list.
1629
1630 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1631
1632         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1633         argument for elmo-folder-list-messages.
1634
1635 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1636
1637         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1638         change (wl-summary-count-unreads return a list instead of a cons
1639         cell).
1640
1641 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1642
1643         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1644         `wl-summary-folder-info-update'.
1645
1646 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1647
1648         * wl-summary.el (wl-summary-set-message-modified): No use
1649         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1650         (wl-summary-set-mark-modified): Abolish.
1651         (wl-summary-mark-modified-p): Ditto.
1652         (wl-summary-save-view): Follow the change above.
1653
1654         * wl-expire.el (wl-summary-expire): Likewise.
1655
1656 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1657
1658         * wl-summary.el (wl-summary-detect-mark-position): Use
1659         modb-entity-handler.
1660         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1661
1662         * Version number is increased to 2.11.17.
1663
1664 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1665
1666         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1667         entity field value.
1668         (wl-summary-prefetch-msg): Ditto.
1669         (wl-summary-print-message-with-ps-print): Ditto.
1670
1671 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1672
1673         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1674         for dummy entity.
1675         (wl-summary-insert-thread): Use elmo-message-entity-field.
1676         (wl-summary-update-thread): Use elmo-message-entity-field and
1677         elmo-message-entity-number.
1678         (wl-summary-line-number):  Use elmo-message-entity-number.
1679         (wl-summary-line-size): Use elmo-message-entity-field.
1680         (wl-summary-line-subject): Ditto.
1681         (wl-summary-line-from): Ditto.
1682         (wl-summary-line-attached): Ditto.
1683         (wl-summary-create-line): Ditto.
1684         (wl-summary-create-line): Use elmo-message-entity-number.
1685         (wl-summary-print-message-with-ps-print): Use
1686         elmo-message-entity-field.
1687
1688 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1689
1690         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1691         change in elmo-msgdb-make-message-entity.
1692         (wl-summary-buffer-set-folder): Don't call
1693         wl-summary-detect-mark-position here.
1694         (wl-summary-rescan): Call elmo-message-entity-number.
1695         (wl-summary-sync-update): Ditto.
1696         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1697
1698         * wl-score.el (wl-score-header-index): Redefine 2th element.
1699         (wl-score-overview-entity-get-extra): Abolish.
1700         (wl-score-ov-entity-get): Rewrite.
1701         (wl-score-string-index<, wl-score-string-func<): Abolish.
1702         (wl-score-string<): New function.
1703         (wl-score-string-sort): Use it.
1704
1705         * wl-refile.el (wl-refile-guess-by-history): Use
1706         elmo-message-entity-field.
1707         (wl-refile-guess-by-from): Ditto.
1708         (wl-refile-guess-by-msgid): Ditto.
1709
1710         * Version number is increased to 2.11.16.
1711
1712 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1713
1714         * wl-folder.el (wl-folder-confirm-existence): Don't call
1715         file-exists-p if msgdb-path is nil.
1716         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1717         `wl-read-folder-hist' to `wl-read-folder-history'.
1718
1719 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1720
1721         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1722         `y-or-n-p'.
1723
1724 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1725
1726         * wl-score.el (wl-score-headers): Don't use
1727         elmo-folder-do-each-message-entity.
1728
1729         * Version number is increased to 2.11.15.
1730
1731 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1732
1733         * wl-summary.el (wl-summary-delete-all-msgs): Use
1734         elmo-folder-move-messages instead of elmo-folder-delete-messages
1735         and elmo-folder-detach-messages.
1736         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1737
1738         * wl-expire.el (wl-expire-delete): Ditto.
1739         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1740
1741 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1744         (wl-message-header-narrowing-fields): Ditto.
1745         (wl-message-header-narrowing-lines): Ditto.
1746         (wl-message-header-narrowing-string): Ditto.
1747
1748         * wl-summary.el (wl-summary-mode-map): Bind
1749         wl-summary-toggle-header-narrowing to "C-cC-f".
1750         (wl-summary-toggle-header-narrowing): New function.
1751
1752         * wl-message.el (wl-message-buffer-create): Call
1753         wl-message-header-narrowing-setup.
1754         (wl-message-redisplay): Call wl-message-header-narrowing.
1755         (wl-message-header-narrowing): New function.
1756         (wl-message-header-narrowing-map): New keymap.
1757         (wl-message-header-narrowing-widen-map): New keymap.
1758         (wl-message-header-narrowing-again-at-mouse): New function.
1759         (wl-message-header-narrowing-1): Ditto.
1760         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1761         (wl-message-header-narrowing-setup): Ditto.
1762         (wl-message-header-narrowing-toggle): Ditto.
1763         
1764         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1765
1766         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1767         'flag as all.
1768         (wl-use-flag-folder-help-echo): New user option.
1769
1770         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1771         wl-summary-highlight as nil.
1772         (wl-summary-set-mark-modified): Follow the API change.
1773         (wl-summary-mark-modified-p): Ditto.
1774         (wl-summary-mark-as-read-all): Ditto.
1775         (wl-summary-sync-marks): Don't call
1776         elmo-folder-list-messages-with-global-mark.
1777         (wl-summary-mark-as-read-internal): Follow the API change.
1778         (wl-summary-mark-as-answered-internal): Ditto.
1779         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1780         Follow the API change.
1781         (wl-summary-create-line): Call with number argument.
1782         (wl-summary-reply): Follow the API change.
1783
1784         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1785         function.
1786         (wl-highlight-summary-line-string): Call it when
1787         wl-use-flag-folder-help-echo is non-nil.
1788         (wl-highlight-summary-current-line): Ditto.
1789         (elmo-flag-folder-referrer): Added autoload setting.
1790
1791         * wl-draft.el (wl-draft-kill): Follow the API change.
1792
1793         * Version number is increased to 2.11.14.
1794         
1795 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1796
1797         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1798
1799 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1800
1801         * Version number is increased to 2.11.13.
1802
1803 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1804
1805         * wl-draft.el (wl-draft-previous-history-element): Fixed
1806         unbalanced parenthesis and bind unbound local variables.
1807
1808 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1809
1810         * wl-draft.el (wl-draft-previous-history-element): New function.
1811         (wl-draft-next-history-element): Ditto.
1812         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1813         them to M-p and M-n.
1814
1815 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1816
1817         * Version number is increased to 2.11.12.
1818
1819 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1820
1821         * wl-draft.el (wl-draft-hide): Select buffer-window.
1822
1823 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1824
1825         * wl-summary.el (wl-summary-narrow-to-region): New function.
1826         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1827         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1828         (wl-summary-save-region): Use it.
1829         * wl-action.el (wl-summary-collect-numbers-region)
1830         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1831
1832 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1833
1834         * wl-folder.el (wl-folder-count-incorporates): Don't use
1835         `elmo-msgdb-mark-load'
1836
1837         * Version number is increased to 2.11.11.
1838
1839 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1840
1841         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1842         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1843
1844 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1845
1846         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1847
1848 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1849
1850         * Version number is increased to 2.11.10.
1851
1852 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1853
1854         * wl-mime.el (wl-draft-attribute-value): Fixed.
1855
1856 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1857
1858         * wl-util.el (wl-copy-local-variables): New function.
1859
1860         * wl-mime.el (wl-draft-attribute-recipients): New function.
1861         (wl-draft-attribute-envelope-from): Ditto.
1862         (wl-draft-attribute-smtp-posting-server): Ditto.
1863         (wl-draft-attribute-smtp-posting-port): Ditto.
1864         (wl-draft-attribute-value): Ditto.
1865         (wl-draft-preview-message): Use it to get value for
1866         attributes. Reflect result of `wl-draft-config'.
1867
1868         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1869         and call `wl-summary-mark-as-read' before to call
1870         `wl-summary-unset-mark'.
1871         (wl-summary-target-mark-mark-as-unread): Likewise.
1872         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1873
1874 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1875
1876         * wl-mime.el (wl-draft-preview-message): Use actual value for
1877         attributes; Fix for small window.
1878
1879 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1880
1881         * wl-refile.el (wl-refile-get-field-value): Call
1882         `elmo-message-entity-field' with 3rd argument is non-nil.
1883
1884 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1885
1886         * wl-vars.el (wl-draft-preview-attributes): New user option.
1887         (wl-draft-preview-attributes-list): Ditto.
1888         (wl-draft-preview-attributes-buffer-lines): Ditto.
1889         (wl-draft-preview-attributes-buffer-name): Ditto.
1890
1891         * wl-mime.el (wl-draft-preview-message): Display attributes.
1892
1893 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1894
1895         * wl-summary.el (wl-summary-detect-mark-position): Bind
1896         wl-summary-flag-priority-list to '(new).
1897
1898 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1899
1900         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1901         funtion.
1902         (wl-highlight-summary-line-string): Use it.
1903         (wl-highlight-summary-current-line): Ditto.
1904
1905 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1906
1907         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1908         line even when the mark string is not changed.
1909
1910         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1911         argument change in the wl-summary-create-line.
1912         (wl-thread-insert-entity-sub): Ditto.
1913
1914         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1915         argument change in the wl-summary-create-line.
1916         (wl-summary-insert-sequential): Ditto.
1917         (wl-summary-update-thread): Ditto.
1918         (wl-summary-persistent-mark-string): New inline function.
1919         (wl-summary-message-mark): Use it.
1920         (wl-summary-create-line): Abolish argument wl-persistent-mark
1921         and added wl-flags, wl-cached.
1922
1923         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1924         mark to flags.
1925         (wl-highlight-summary-current-line): Decide the face not by the 
1926         persistent mark but flags.
1927
1928 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1929
1930         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1931         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1932         wl-summary-read-uncached-mark): Revive.
1933         (wl-summary-answered-cached-mark,
1934         wl-summary-answered-uncached-mark): New user option.
1935         (wl-summary-score-marks): Follow the change above.
1936         (wl-summary-auto-refile-skip-marks): Ditto.
1937         (wl-summary-incorporate-marks): Ditto.
1938         (wl-summary-expire-reserve-marks): Ditto.
1939         (wl-summary-flag-priority-list): New user option.
1940
1941         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1942         changes.
1943         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1944         of elmo-message-mark.
1945         (wl-summary-mark-as-read-internal): Ditto.
1946         (wl-summary-mark-as-answered): Ditto.
1947         (wl-summary-mark-as-important): Ditto.
1948         (wl-summary-redisplay-internal): Ditto.
1949         (wl-summary-redisplay-no-mime-internal): Ditto.
1950         (wl-summary-message-mark): New function.
1951         (wl-summary-insert-sequential): Use wl-summary-message-mark
1952         instead of elmo-message-mark.
1953         (wl-summary-update-thread): Ditto.
1954         (wl-summary-persistent-mark): Ditto.
1955         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1956         instead of elmo-message-mark.
1957
1958         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1959         wl-summary-message-mark instead of elmo-message-mark.
1960         (wl-thread-insert-entity-sub): Ditto.
1961         (wl-thread-get-children-msgs-uncached): Ditto.
1962
1963         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1964         variable name changes.
1965         (wl-highlight-summary-current-line): Ditto.
1966
1967         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1968         wl-summary-message-mark instead of elmo-message-mark.
1969
1970         * wl-expire.el (wl-expire-message-p): Ditto.
1971
1972         * wl-score.el (wl-score-headers): Ditto.
1973
1974         * Version number is increased to 2.11.9.
1975
1976         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1977         (wl-summary-sync-update): Follow the change above.
1978         (wl-summary-switch-to-clone-buffer): Ditto.
1979         (wl-summary-open-folder): Ditto.
1980
1981 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1982
1983         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1984         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1985
1986         * Version number is increased to 2.11.8.
1987
1988         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1989
1990         * wl-expire.el (wl-expire-refile): Follow the API change on
1991         `elmo-folder-move-messages'.
1992         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1993
1994         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1995         (wl-summary-exec-action-refile): Ditto.
1996         (wl-summary-exec-action-copy): Ditto.
1997         (wl-summary-no-auto-refile-message-p): No use
1998         `wl-summary-buffer-msgdb'.
1999         (wl-summary-auto-refile): Ditto.
2000
2001 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2002
2003         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
2004
2005 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
2006
2007         * wl-summary.el (wl-summary-sync): Treat no-sync.
2008
2009         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
2010         (wl-default-sync-range): Ditto.
2011
2012 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2013
2014         * wl-refile.el (wl-refile-subject-learn): Call
2015         `elmo-message-entity-field' with 3rd argument is non-nil.
2016         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
2017         instead of `elmo-msgdb-overview-entity-get-subject'.
2018
2019 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2020
2021         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
2022         scan-type is rescan.
2023         (wl-summary-delete-all-temp-marks): Remove scored mark too when
2024         new optional argument force is non-nil.
2025         (wl-summary-save-view-cache): Call it with force argument non-nil.
2026
2027         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
2028
2029 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2030
2031         * wl-action.el (wl-summary-print-argument): Fixed last change.
2032
2033 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2034
2035         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
2036         simplified.
2037         (wl-summary-target-mark-mark-as-unread): Likewise.
2038         (wl-summary-target-mark-mark-as-important): Likewise.
2039
2040 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2041
2042         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
2043         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2044         (wl-summary-mark-as-important-region): Change accordingly.
2045         (wl-summary-target-mark-mark-as-important): Ditto.
2046
2047 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2048
2049         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2050
2051         * wl-action.el (wl-summary-print-argument): Print argument to
2052         right side of window if `wl-summary-print-argument-within-window'
2053         is non-nil.
2054
2055 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2056
2057         * wl-action.el (wl-summary-set-mark): Use
2058         `wl-summary-message-visible-p' to check visibility of the message
2059         and jump to message only when the message line is visible and have
2060         different number; Call wl-summary-unset-mark with number argument.
2061         (wl-summary-unset-mark): 
2062         Use `wl-summary-message-visible-p'
2063         to check visibility of the message and jump to message only when
2064         the message line is visible and have different number;
2065
2066 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2067
2068         * Version number is increased to 2.11.7.
2069
2070         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2071         and wl-folder-summary-line-format.
2072
2073         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2074         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2075         (wl-summary-set-score-mark): Use it.
2076         (wl-summary-target-mark-mark-as-read): Ditto.
2077         (wl-summary-target-mark-mark-as-unread): Ditto.
2078         (wl-summary-target-mark-mark-as-important): Ditto.
2079         (wl-summary-target-mark-msgs): Simplified.
2080         (wl-summary-detect-mark-position): Fixed problem when
2081         summary-line-format no contain persisten/temp mark spec.
2082         (wl-summary-temp-mark): Ditto.
2083         (wl-summary-persistent-mark): Ditto.
2084         (wl-summary-update-persistent-mark): Ditto.
2085
2086         * wl-action.el (wl-summary-set-mark): Ditto.
2087         (wl-summary-unset-mark): Ditto.
2088         All other related portions are changed.
2089
2090 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2091
2092         * Version number is increased to 2.11.6.
2093
2094 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2095
2096         * wl-util.el (wl-current-message-buffer): Define as function;
2097         Don't use the value of wl-messge-buffer.
2098
2099         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2100         persistent mark.
2101
2102         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2103         no current message, cause an error.
2104
2105 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2106
2107         * wl-summary.el (wl-summary-set-message-modified): Use
2108         elmo-folder-set-message-modified instead of
2109         elmo-folder-set-message-modified-internal.
2110
2111 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2112
2113         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2114         interactively.
2115         (wl-summary-sync): nokill->entirely.
2116         (wl-summary-sync-marks): Fixed message.
2117         (wl-summary-input-range): Added mark, nokill->entirely.
2118
2119         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2120         messages as read.
2121
2122 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2123
2124         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2125         update-noscore.
2126         (wl-summary-sync): Follow the change above.
2127
2128 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2129
2130         * wl-action.el (wl-summary-target-mark-all): Use
2131         elmo-folder-list-messages.
2132
2133 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2134
2135         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2136         (wl-summary-rescan): Set wl-summary-scored as nil.
2137         (wl-summary-sync-force-update): Follow the change above.
2138         (wl-summary-sync): Ditto.
2139         (wl-summary-sync-update): Added argument disable-killed.
2140         (wl-summary-insert-headers): Set visible-only argument for
2141         elmo-folder-list-messages.
2142         (wl-summary-input-range): Added update-nokill, update-noscore,
2143         all-nokill, all-noscore and mark.
2144
2145         * Version number is increased to 2.11.5.
2146
2147         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2148
2149 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2150
2151         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2152         (wl-summary-prefetch-region-no-mark): Change accordingly.
2153         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2154
2155 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2156
2157         * wl-address.el (wl-complete-field-to): Abolished.
2158         (wl-complete-address): Completion function for completing-read.
2159         * wl-action.el (wl-summary-get-resend-address): Use it.
2160
2161         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2162         wl-summary-update-mark and abolish unused argument.
2163         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2164         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2165         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2166         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2167         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2168         * wl-draft.el (wl-draft-kill): Ditto.
2169
2170         * wl-summary.el: Remove unused binding of case-fold-search.
2171         (wl-summary-replace-status-marks): Abolished.
2172
2173 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2174
2175         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2176         is specified or folder length is zero.
2177
2178 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2179
2180         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2181         (wl-folder-archive-current-entity): Ditto.
2182
2183 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2184
2185         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2186         retrieving message mark.
2187         (wl-summary-redisplay-internal): Ditto.
2188
2189         * wl-message.el (wl-message-buffer-display): Ignore errors while
2190         retrieving message-id field.
2191
2192         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2193         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2194         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2195         order of the arguments for `wl-expire-message-p'.
2196         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2197
2198         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2199         Check return value of wl-summary-reply.
2200         (wl-summary-reply): Recover window configuration when an error occured.
2201
2202 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-summary.el (wl-summary-resend-message): Abolished, the
2205         feature is inherited by wl-summary-resend (put resend mark).
2206
2207 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2208
2209         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2210         wl-message-buffer to nil when the message is hide.
2211
2212 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2213
2214         * .cvsignore: New file.
2215
2216 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2217
2218         * wl-action.el (wl-summary-action-docstring): Add more info.
2219         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2220         duplicate definition.
2221         (wl-summary-define-mark-action): Functions wl-summary-*-region
2222         keep current position.
2223         (wl-summary-unregister-target-mark): Store result to the variable.
2224
2225 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2226
2227         * Version number is increased to 2.11.4.
2228
2229 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2230
2231         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2232         wl-summary-delete-all-temp-marks.
2233         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2234
2235         * wl-action.el (wl-summary-set-mark): Changed terminology
2236         refile-destination -> action-argument.
2237         (wl-summary-unset-mark): Ditto.
2238         (wl-summary-remove-argument): Ditto.
2239         (wl-summary-print-argument): Ditto.
2240
2241         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2242         (wl-thread-remove-argument-region): Ditto.
2243         (wl-thread-print-argument-region): Ditto.
2244         (wl-thread-close): Ditto.
2245         (wl-thread-open): Ditto.
2246
2247         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2248         (wl-highlight-refile-destination-face is abolished)
2249         (wl-highlight-action-argument-string): Ditto.
2250         (wl-highlight-summary-current-line): Highlight action argument.
2251
2252         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2253         color for light backgrounds.
2254         (wl-highlight-summary-answered-face): Ditto.
2255
2256 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2257
2258         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2259
2260         * wl-score.el (wl-summary-score-update-all-lines): Use
2261         wl-summary-set-mark.
2262         (wl-summary-score-update-all-lines): Kill expunged messages.
2263
2264         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2265
2266 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2267
2268         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2269         directly.
2270         (wl-score-overview-entity-get-lines): Ditto.
2271         (wl-score-overview-entity-get-xref): Ditto.
2272         (wl-score-get-latest-msgs): Ditto.
2273         (wl-summary-rescore): Ditto.
2274
2275         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2276         to "&".
2277         (wl-summary-mark-as-answered-internal): New inline function.
2278         (wl-summary-mark-as-answered): New function.
2279         (wl-summary-mark-as-unanswered): Ditto.
2280         (wl-summary-sync-marks): Modified for answered-mark synching.
2281
2282 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2283
2284         * wl-action.el (wl-summary-set-mark): Fixed last change.
2285
2286 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2287
2288         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2289         behavior of wl-summary-unread-message-hook
2290         (Pointed out by akira yamada <akira@arika.org>).
2291
2292 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2293
2294         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2295         wl-summary-delete.
2296         * wl-xmas.el (wl-summary-toolbar): Ditto.
2297
2298         * wl-action.el (wl-summary-set-mark): Don't override current
2299         temp-mark.
2300
2301         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2302
2303 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2304
2305         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2306         (wl-refile-msgid-learn): Ditto.
2307         (wl-refile-get-field-value): Ditto.
2308
2309         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2310
2311         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2312         (wl-expire-delete-reserved-messages): Renamed from
2313         wl-expire-reserve-marked-msgs-from-list.
2314         (wl-expire-delete): Removed argument `msgdb'.
2315         (wl-expire-refile): Ditto.
2316         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2317         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2318         mark-alist as argument.
2319         (wl-expire-archive-number1): Removed argument `msgdb'.
2320         (wl-expire-archive-number2): Ditto.
2321         (wl-expire-archive-date): Ditto.
2322         (wl-expire-localdir-date): Ditto.
2323         (wl-expire-hide): Ditto.
2324         (wl-archive-number1): Ditto.
2325         (wl-archive-number2): Ditto.
2326         (wl-archive-date): Ditto.
2327         (wl-archive-folder): Ditto.
2328         All other related portions are changed.
2329
2330 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2331
2332         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2333         mean move up and down. (suggested by Takashi Kawachi)
2334
2335 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-acap.el (toplevel): Don't require un-define.
2338
2339 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2340
2341         * wl-thread.el (wl-thread-delete-message): Always update
2342         wl-summary-buffer-number-list.
2343
2344         * wl-action.el (wl-summary-print-destination): 
2345         Do nothing when folder is nil.
2346
2347 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2348
2349         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2350         persistent mark when prefetch is succeeded.
2351
2352 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2353
2354         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2355         instead of elmo-msgdb-delete-msgs.
2356         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2357         (wl-expire-hide): Ditto.
2358
2359         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2360
2361         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2362         elmo-msgdb interface.
2363         (wl-thread-get-exist-children): Likewise.
2364         (wl-thread-insert-message): Likewise.
2365         (wl-thread-msg-mark-as-important): Likewise.
2366         (wl-thread-insert-entity-sub): Likewise.
2367         (wl-thread-get-children-msgs-uncached): Likewise.
2368
2369         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2370         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2371         (wl-summary-sync-update): Likewise.
2372         (wl-summary-auto-select-msg-p): Likewise.
2373         (wl-summary-update-thread): Likewise.
2374         (wl-summary-mark-as-important): Likewise.
2375         (wl-summary-jump-to-msg-internal): Likewise.
2376         (wl-summary-redisplay-internal): Likewise.
2377         (wl-summary-print-message-with-ps-print): Likewise.
2378         (wl-summary-folder-info-update): Likewise.
2379
2380         * wl-folder.el (wl-folder-check-one-entity):
2381         elmo-folder-count-flags instead of wl-summary-count-unread.
2382
2383         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2384
2385         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2386
2387         * wl-summary.el (wl-summary-set-message-modified): 
2388         Call wl-summary-set-mark-modified.
2389         (wl-summary-delete-messages-on-buffer): Call
2390         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2391         (wl-summary-sync-update): Call elmo-folder-length instead of
2392         elmo-folder-messages.
2393         (wl-summary-insert-headers): Don't call
2394         elmo-folder-list-message-entities.
2395
2396 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2397
2398         * wl-action.el (wl-summary-define-mark-action): Call
2399         `wl-summary-set-mark' with argument `data'.
2400         (wl-summary-auto-refile): Fixed order of arguments when call
2401         `wl-summary-refile'.
2402
2403 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2404
2405         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2406
2407         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2408
2409         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2410         (Renamed from wl-highlight-summary-deleted-face).
2411         (wl-highlight-summary-resend-face): New face.
2412
2413         (wl-highlight-summary-deleted-face): Renamed from
2414         wl-highlight-summary-erased-face.
2415
2416         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2417
2418         * wl-action.el (wl-summary-get-resend-address): New function.
2419         (wl-summary-exec-action-resend): Ditto.
2420         (wl-summary-exec-action-resend-subr): Ditto.
2421
2422         * w-thread.el (wl-thread-copy): Removed definition.
2423         (wl-thread-refile): Ditto.
2424         (wl-thread-delete): Ditto.
2425         (wl-thread-target-mark): Ditto.
2426
2427         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2428         (wl-summary-target-mark-set-action): Fixed.
2429         (wl-summary-define-mark-action): Fixed quotation.
2430         (wl-summary-move-mark-list-messages): Display message.
2431         (wl-summary-define-mark-action): Define thread functions.
2432         (wl-summary-exec-action-refile): Changed message.
2433         (wl-summary-exec): Ditto.
2434
2435 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2436         
2437         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2438         '%%'.
2439
2440 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2441
2442         * wl.el (toplevel): Require wl-action.
2443         (wl-init): Call wl-summary-define-mark-action.
2444
2445         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2446
2447         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2448         wl-summary-delete and wl-summary-erase.
2449         (wl-summary-mode-map): Ditto.
2450
2451         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2452         wl-delete-folder-alist.
2453
2454         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2455         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2456         (toplevel): Moved mark & action related functions to the wl-action.el.
2457
2458         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2459         in wl-summary-mark-action-list.
2460         (wl-highlight-summary-current-line): Ditto.
2461
2462         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2463         empty lines.
2464
2465         * wl-action.el: New file. 
2466
2467 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2468
2469         * wl-summary.el (wl-summary-target-mark-replace): New function.
2470         (wl-summary-target-mark-prefetch): Use it.
2471         (wl-summary-target-mark-delete): Ditto.
2472         (toplevel): Rearranged definition order.
2473         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2474         (wl-summary-target-mark-erase): Rewrite.
2475         (wl-summary-erase-region): New function.
2476         (wl-summary-exec-action-erase): Changed message.
2477         (wl-summary-move-mark-list-messages): New function.
2478         (wl-summary-exec-action-delete): Use it.
2479         (wl-summary-exec-action-erase): Ditto.
2480
2481         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2482         (wl-summary-skip-mark-list): Added "d".
2483
2484         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2485         while searching.
2486
2487         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2488         and define using defcustom;
2489         Define 4th element as a face.
2490         
2491         * wl-summary.el (wl-summary-incorporate): Use 
2492         `wl-summary-prefetch-region-no-mark' instead of
2493         `wl-summary-prefetch-region'.
2494         (wl-summary-prefetch-region-no-mark): Revival of old
2495         `wl-summary-prefetch-region'.
2496         (wl-summary-mark-action-list): Moved to wl-vars.el
2497
2498         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2499         face according to the `wl-summary-mark-action-list'.
2500         (wl-highlight-summary-current-line): Ditto;
2501         Removed destination highlighting.
2502
2503         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2504         (wl-highlight-summary-line-string): Highlight for "i" mark.
2505         (wl-highlight-summary-current-line): Ditto.
2506
2507         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2508         no destination.
2509
2510         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2511         exists, just go ahead.
2512         (wl-summary-prefetch-region): Rewrite.
2513         (wl-summary-prefetch): Ditto.
2514         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2515         (wl-summary-exec-action-prefetch): New function.
2516         (wl-summary-target-mark-prefetch): Rewrite.
2517
2518 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2521         (wl-highlight-summary-line-string): Added "d" and "D".
2522         (wl-highlight-summary-current-line): Ditto.
2523
2524         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2525         in wl-summary.el.
2526         (wl-thread-insert-entity-sub): Ditto.
2527         (wl-thread-remove-destination-region): Ditto.
2528         (wl-thread-print-destination-region): Ditto.
2529
2530         * wl-summary.el (wl-summary-buffer-refile-list,
2531         wl-summary-buffer-delete-list,
2532         wl-summary-buffer-copy-list): Abolish.
2533         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2534         All other related portions are changed.
2535         (wl-summary-mark-action-list): New variable.
2536         (wl-summary-set-mark): New function.
2537         (wl-summary-register-target-mark): Ditto.
2538         (wl-summary-unregister-target-mark): Ditto.
2539         (wl-summary-have-target-mark-p): Ditto.
2540         (wl-summary-register-temp-mark): Ditto.
2541         (wl-summary-unregister-temp-mark): Ditto.
2542         (wl-summary-registered-temp-mark): Ditto.
2543         (wl-summary-collect-temp-mark): Ditto.
2544         (wl-summary-unset-mark): Ditto.
2545         (wl-summary-set-target-mark): Ditto.
2546         (wl-summary-unset-target-mark): Ditto.
2547         (wl-summary-set-action-generic): Ditto.
2548         (wl-summary-unset-action-generic): Ditto.
2549         (wl-summary-exec-action-delete): Ditto.
2550         (wl-summary-exec-action-erase): Ditto.
2551         (wl-summary-set-action-refile): Ditto.
2552         (wl-summary-set-action-refile-subr): Ditto.
2553         (wl-summary-unset-action-refile): Ditto.
2554         (wl-summary-make-destination-numbers-list): Ditto.
2555         (wl-summary-exec-action-refile): Ditto.
2556         (wl-summary-set-action-copy): Ditto.
2557         (wl-summary-unset-action-copy): Ditto.
2558         (wl-summary-exec-action-copy): Ditto.
2559         (wl-summary-collect-numbers-region): Ditto.
2560         (wl-summary-delete): Rewrite.
2561         (wl-summary-erase): Ditto.
2562         (wl-summary-remove-destination): Ditto.
2563         (wl-summary-exec): Ditto.
2564         (wl-summary-exec-region): Ditto.
2565         (wl-summary-target-mark-erase): Ditto.
2566         (wl-summary-refile): Ditto.
2567         (wl-summary-copy): Ditto.
2568         (wl-summary-unmark): Ditto.
2569         (wl-summary-delete-all-mark): Ditto.
2570         (wl-summary-mark-line): Don't highlight.
2571         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2572         (wl-summary-target-mark-refile-subr): Rewrite.
2573
2574         (wl-summary-copy-prev-destination): Abolish.
2575
2576 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2577
2578         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2579         default values along the value of wl-on-mule.
2580         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2581         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2582         It is not used anywhere.
2583
2584 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2585
2586         * wl-summary.el (wl-summary-print-destination): Keep position.
2587         (wl-summary-cursor-move-surface): Keep horizontal position.
2588
2589 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2590
2591         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2592         write sendlog.
2593
2594 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2595
2596         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2597         `wl-summary-highlight'.
2598
2599 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2600
2601         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2602         trivial condition for temp-mark.
2603
2604 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2605
2606         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2607         when it hits killed buffer.
2608
2609 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2610
2611         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2612         * wl-news.el.in: `message' and `error' take format string.
2613
2614 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2615
2616         * wl-folder (wl-folder-insert-entity): Display a message,
2617         `...done', when the work finish.
2618         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2619
2620 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2621
2622         * wl-message.el (wl-message-redisplay): Remove unused local
2623         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2624
2625 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2626
2627         * wl-summary.el (wl-summary-replace-status-marks): Disable
2628         interactive use.
2629         (wl-summary-reedit): Check message existence at first.
2630         (wl-summary-mark-line): Fix doc, return value is indefinite.
2631
2632         * wl-highlight.el (wl-highlight-message): Arranged.
2633
2634         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2635         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2636         check temp-mark by wl-summary-temp-mark always.
2637         (wl-highlight-summary): Change accordingly.
2638         * wl-summary.el (wl-summary-mark-as-read-all)
2639         (wl-summary-delete-cache, wl-summary-set-score-mark)
2640         (wl-summary-mark-as-unread, wl-summary-unmark)
2641         (wl-summary-mark-line, wl-summary-mark-as-read)
2642         (wl-summary-mark-as-important): Ditto.
2643
2644         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2645         end of the window if possible.
2646         * wl-summary.el (wl-summary-sync-update): Support lazy
2647         highlighting.
2648         (wl-summary-toggle-disp-msg): Ditto.
2649
2650 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2651
2652         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2653
2654 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2655
2656         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2657         change.
2658
2659 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2662         API.
2663         (wl-summary-sync-update): Ditto.
2664
2665         * wl-score.el (wl-score-get-score-alist): Changed argument.
2666         (wl-summary-rescore-msgs): Likewise.
2667         (wl-summary-score-headers): Likewise.
2668         (wl-score-headers): Likewise;
2669         Use elmo-folder-do-each-message-entity, etc.
2670         (wl-summary-score-effect): Follow the changes above.
2671         (wl-summary-rescore): Ditto.
2672         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2673         (wl-score-get-overview): Abolish.
2674
2675         * wl-summary.el (wl-summary-default-from): Follow the API change in
2676         elmo-msgdb.
2677         (wl-summary-count-unread): Ditto.
2678         (wl-summary-detect-mark-position): Ditto.
2679         (wl-summary-overview-entity-compare-by-date): Ditto.
2680         (wl-summary-overview-entity-compare-by-number): Ditto.
2681         (wl-summary-overview-entity-compare-by-from): Ditto.
2682         (wl-summary-overview-entity-compare-by-subject): Ditto.
2683         (wl-summary-get-list-info): Ditto.
2684         (wl-summary-rescan): Ditto.
2685         (wl-summary-jump-to-msg-by-message-id): Ditto.
2686         (wl-summary-sync-update): Ditto; Removed comment.
2687         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2688         (wl-summary-insert-message): Use wl-summary-insert
2689         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2690         (wl-summary-insert-headers): Changed argument overview to folder.
2691         (wl-summary-search-by-subject): Likewise.
2692         (wl-summary-insert-thread): Renamed from 
2693         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2694
2695         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2696         too.
2697
2698         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2699         wl-string-member.
2700
2701 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2702
2703         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2704         elmo-folder-append-buffer.
2705         (wl-draft-queue-append): Likewise.
2706
2707         * wl-mime.el (wl-message-delete-current-part): Ditto.
2708         (wl-summary-burst-subr): Ditto.
2709
2710         * wl-news.el.in (wl-news-send-news): Ditto.
2711
2712 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2713
2714         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2715         function.
2716         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2717         (wl-summary-update-mark): Enclose with save-excursion.
2718         (wl-summary-mark-as-read-internal): Fixed last change.
2719         (wl-summary-mark-as-important): Use 3rd argument of
2720         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2721         Don't use elmo-msgdb-set-mark.
2722         (wl-summary-redisplay-internal): If msgdb flag is already read,
2723         just update the mark on buffer.
2724
2725 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2726
2727         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2728         cut visible folder when elmo-folder-delete returns non-nil value.
2729
2730 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2731
2732         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2733         by Kenichi OKADA <okada@opaopa.org>).
2734
2735 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2736
2737         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2738
2739 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2740
2741         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2742         Fixed the last change, search group entity by its real name.
2743         (Thanks to: KOBAYASHI Shinji)
2744
2745 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2746
2747         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2748         (wl-fldmgr-access-display-all): Don't refer visible name.
2749         * wl-expire.el (wl-folder-archive-current-entity)
2750         (wl-folder-expire-current-entity): Ditto.
2751         * wl-folder.el (wl-folder-jump-to-current-entity)
2752         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2753         (wl-folder-open-folder-sub,wl-folder-open-all)
2754         (wl-folder-write-current-folder): Ditto.
2755         (wl-folder-insert-entity): Don't use petname for normal group.
2756         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2757         is the real name.
2758         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2759         Abolished.
2760
2761 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2762
2763         * wl-draft.el (wl-draft-create-buffer): Add
2764         `wl-summary-reply-with-citation'
2765
2766 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2767
2768         * wl-draft.el (wl-draft-reply): Fixed.
2769
2770 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2771
2772         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2773         when `wl-draft-send-confirm-with-preview' is non-nil.
2774         You can scroll up/down by j/k.
2775         (wl-draft-send-confirm-with-preview): New variable (default=t).
2776
2777 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2778
2779         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2780         (wl-fldmgr-save-folders): Fix comment.
2781
2782 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2783
2784         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2785         along the last change in `wl-folder-buffer-group-p'.
2786
2787 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2788
2789         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2790         folder.
2791
2792         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2793         the default value.
2794
2795         * wl-mime.el (wl-summary-burst): Update summary only when target
2796         folder equals current folder.
2797
2798 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2799
2800         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2801
2802 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2803
2804         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2805         value.
2806
2807 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2808
2809         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2810         `map-extents' instead of `extent-at' repeatedly.
2811         (wl-highlight-folder-current-line): Ditto.
2812
2813         * wl-highlight.el: Remove useless dummy functions.
2814
2815 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2816
2817         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2818         (wl-folder-put-folder-property): New function to put text property.
2819         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2820         (wl-folder-insert-entity, wl-folder-update-diff-line)
2821         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2822         * wl-e21.el, wl-xmas.el, wl-mule.el
2823         (wl-highlight-folder-current-line): Ditto.
2824         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2825         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2826         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2827         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2828
2829 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2830
2831         * Version number is increased to 2.11.3.
2832
2833 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2834
2835         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2836         Resume current-buffer since it is assumed by remaining tasks.
2837
2838 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2839
2840         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2841         (wl-folder-completion-function): Abolished.
2842         (wl-folder-complete-folder): New function.
2843         (wl-folder-complete-filter-condition): Ditto.
2844         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2845         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2846
2847 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2848
2849         * wl-draft.el (wl-draft-send-confirm): New function.
2850         (wl-draft-send): Use it.
2851
2852         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2853         cursor-in-echo-area while confirming.
2854
2855         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2856
2857         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2858         searching via nntp if wl-summary-search-via-nntp is 'force.
2859         Otherwise, invoke searching in nntp folder only.
2860         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2861
2862         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2863         explicitly for mime-make-text-tag.
2864
2865 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2866
2867         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2868         `mime-make-text-tag' instead of `mime-create-tag'.
2869
2870 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2871
2872         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2873         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2874
2875 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2876
2877         * wl-score.el (wl-score-save): Bind print-length and print-level.
2878         (wl-score-pretty-print): Ditto.
2879         (wl-score-edit-insert-header-entry): Ditto.
2880
2881         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2882         "From" entry to be treated with wl-draft-eword-encode-address-list.
2883         * wl-mime.el (wl-draft-preview-message): Ditto.
2884
2885         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2886         (wl-summary-mark-as-unread): Ditto.
2887         (wl-summary-mark-as-read-region): Change accordingly.
2888         (wl-summary-mark-as-unread-region): Ditto.
2889         (wl-summary-target-mark-mark-as-read): Ditto.
2890         (wl-summary-target-mark-mark-as-unread): Ditto.
2891
2892 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2893
2894         * Version number is increased to 2.11.2.
2895
2896 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2897
2898         * wl-news.el.in (wl-news-previous-version-save): Bind
2899         print-length and print-level.
2900         * wl-thread.el (wl-thread-save-entities): Ditto.
2901         (wl-thread-save-top-list): Bind print-length.
2902
2903 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2904
2905         * wl-highlight.el (wl-highlight-summary-line-string): Use
2906         wl-summary-score-below-mark, wl-summary-score-over-mark.
2907         (wl-highlight-summary-current-line): Ditto.
2908
2909 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2910
2911         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2912         insert it.
2913
2914 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2915
2916         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2917
2918 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2919
2920         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2921         message without msgid.
2922         Rewrite with elmo-folder-move-messages.
2923         Set wl-message-buffer to nil.
2924
2925         * wl-summary.el (wl-summary-erase-subr): New function. Use
2926         elmo-folder-move-messages.
2927         (wl-summary-erase): Call it.
2928         (wl-summary-target-mark-erase): Ditto.
2929
2930 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2931
2932         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2933         it is not up-tp-date.
2934
2935 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2936
2937         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2938         buffer after calling `wl-summary-goto-folder-subr' without the
2939         argument `interactive'.
2940         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2941
2942 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2943
2944         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2945         `mime-create-tag'. Use `string=' instead of `looking-at'.
2946
2947 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2948
2949         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2950         to avoid compile warning.
2951
2952         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2953         entity-id when folder is given.
2954         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2955         save-excursion, use save-selected-window instead.
2956         Select folder buffer window if exists.
2957         (To correct behavior with wl-folder-move-cur-folder.)
2958
2959 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2960
2961         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2962
2963 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2964
2965         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2966         list-count instead of %d.
2967
2968 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2969
2970         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2971         (wl-news): Set it.
2972         (wl-news-append-to-folder): Use it.
2973
2974         * wl-news.el.in (wl-news-send-news): Append to specified folder
2975         instead of wl-default-folder.
2976         (wl-news-append-to-folder): Show error message with specified folder.
2977
2978         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2979                 In most major modes, Emacs assumes that any opening
2980                 delimiter found at the left margin is the start of a
2981                 top-level definition, or defun. Therefore, *never put an
2982                 opening delimiter at the left margin unless it should have
2983                 that significance.*
2984
2985         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2986
2987 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2988
2989         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2990
2991 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2992
2993         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2994
2995 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2996
2997         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2998         for sequential numbering case.
2999
3000 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3001
3002         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
3003         value.
3004         (wl-draft-reply-without-argument-list): Ditto.
3005         (wl-draft-reply-myself-with-argument-list): Abolish.
3006         (wl-draft-reply-myself-without-argument-list): Ditto.
3007         * wl-draft.el (wl-draft-self-reply-p): New function.
3008         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
3009
3010 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3011
3012         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
3013         (avoid error for the case without byte-compiling)
3014
3015 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
3016
3017         * wl-news.el.in (wl-news-append-to-folder): New function.
3018         (wl-news-exit): Rewrite.
3019         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
3020
3021 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3022
3023         * wl-draft.el (wl-draft-reply-position): New function.
3024         (wl-draft-reply-position): Fix.
3025         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
3026         (wl-summary-target-mark-reply-with-citation): Ditto.
3027         (wl-summary-reply-with-citation): Ditto.
3028         * wl-vars.el (wl-draft-reply-default-position): New variable.
3029
3030 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3031
3032         * wl-draft.el (wl-draft-send): Preview when interactive send.
3033
3034 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
3035
3036         * wl-draft.el (wl-draft-reply): Set default position.
3037         * wl-summary.el (wl-summary-reply): Ditto.
3038         (wl-summary-reply-with-citation): Ditto.
3039         (wl-summary-target-mark-reply-with-citation): Ditto.
3040
3041 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3042
3043         * wl-news.el.in (wl-news-lang): Set default value according to
3044         current-language-environment.
3045         (wl-news-append-news): Do nothing when news-list is nil.
3046
3047 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3048
3049         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3050         (wl-news): Change message.
3051         (wl-news-exit): Check buffer.
3052         (wl-news-force-exit): New function.
3053         (wl-news-show-all): New function.
3054         (wl-news-discard-and-exit): Fix.
3055
3056 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3057
3058         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3059         according to current-language-environment.
3060
3061         * wl-news.el.in (wl-news): If arg, show all NEWS after
3062         wl-news-default-previous-version.
3063
3064 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3065
3066         * wl-news.el.in (wl-news-check): Rewritten.
3067         (wl-news-previous-version-load): Change data type.
3068         (wl-news-previous-version-save): Change data type.
3069         (wl-news-append-news): Add return value.
3070         (wl-news-check-news): New function.
3071         (wl-news-already-current-p): New function.
3072         (wl-news-send-news): Rewritten.
3073         (wl-news-mode-map): Add new keybind.
3074         (wl-news): Rewritten.
3075         (wl-news-exit): Rewritten.
3076         (wl-news-discard-and-mail): New function.
3077         (wl-news-send-to-address): Abolished.
3078         * wl.el (wl-init): Delete a message.
3079
3080 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3081
3082         * wl-news.el.in (wl-news-exit): Update previous version.
3083         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3084
3085 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3086
3087         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3088
3089 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3090
3091         * wl-news.el.in (wl-news): New function.
3092         (wl-news-mode): New function.
3093         (wl-news-next-line): New function.
3094         (wl-news-next-page): New function.
3095         (wl-news-exit): New function.
3096         (wl-news-buf-name): New variable.
3097         (wl-news-mode-map): New variable.
3098         (wl-news-winconf): New variable.
3099         (wl-news-append-news): Add an option.
3100
3101 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3102
3103         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3104
3105 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3106
3107         * wl-news.el.in (wl-news-send-to-address): New variable.
3108         (wl-news-send-news): Use it.
3109         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3110         Return updating status.
3111         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3112
3113 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3114
3115         * wl-news.el.in (wl-news-send-news): Delete
3116         Organization and X-Face.
3117
3118 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3119
3120         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3121         (wl-news-append-news): New function.
3122         (wl-news-send-news): New function.
3123
3124 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3125
3126         * Version number is increased to 2.11.1.
3127
3128 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3129
3130         * wl-news.el.in : New file.
3131
3132 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3133
3134         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3135         default value.
3136         (wl-draft-reply-without-argument-list): Ditto.
3137
3138 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3139
3140         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3141         (wl-message-buffer-prefetch-idle-time): Ditto.
3142         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3143
3144 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3145
3146         * wl-thread.el (wl-thread-insert-message): Use
3147         wl-summary-max-thread-depth.
3148
3149         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3150         loop detection.
3151
3152         * wl-message.el (wl-message-buffer-display): Back to the first page
3153         when cache is hit.
3154
3155 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3156
3157         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3158
3159         * wl-summary.el (wl-summary-insert-thread-entity):
3160         If the thread depth is reached to wl-summary-max-thread-depth,
3161         divide the thread.
3162
3163 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3164
3165         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3166         for elmo-remove-passwd.
3167
3168 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3169
3170         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3171         folder is sticky.
3172         (wl-folder-mark-as-read-all-entity): Ditto.
3173         (wl-folder-prefetch-entity): Ditto.
3174
3175 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3176
3177         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3178
3179 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3180
3181         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3182         Delete messages on buffer for unplugged operation.
3183         (wl-summary-erase): Ditto.
3184
3185 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3186
3187         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3188         take nil so as not to search parent by subject.
3189
3190 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3191
3192         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3193         (wl-folder-get-next-folder): Ditto.
3194         (wl-folder-get-path): Ditto.
3195
3196 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3197
3198         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3199         system and encode the region with it before verifying.
3200
3201 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3202
3203         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3204         system of the echo buffer before decoding.
3205
3206 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3207
3208         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3209         original contents.
3210
3211 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3212
3213         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3214         with argument 'any-exists.
3215
3216 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3217
3218         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3219         Use `wl-cs-autoconv'.
3220
3221 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3222
3223         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3224         by `mime-view-automatic-conversion'.
3225
3226         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3227         (wl-message-verify-pgp-nonmime): Ditto.
3228         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3229         Bind them to C-c:d and C-c:v respectively.
3230
3231         Merge following code by Teranishi-san from [wl-en:00167].
3232         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3233         (wl-mime-preview-application/pgp-encrypted): Ditto.
3234         (wl-mime-setup): Add entry.
3235
3236 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3237
3238         * wl-summary.el (wl-summary-target-mark-erase): New function.
3239         Bind it to "mD".
3240
3241 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3242
3243         * wl-vars.el (wl-draft-write-file-function): Fix.
3244         (wl-draft-reedit-hook): Changed default value.
3245
3246         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3247         wl-draft-reedit-hook.
3248         (wl-draft-remove-text-plain-tag): New function.
3249         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3250
3251         * wl-vars.el (wl-draft-write-file-function): New user option.
3252
3253         * wl-draft.el (wl-draft-prepare-edit): Use it for
3254         local-write-file-hooks.
3255         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3256
3257         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3258         (wl-draft-insert-mail-header-separator): Return the body beginning
3259         point.
3260         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3261         text/plain.
3262         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3263
3264 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3265
3266         * wl-summary.el (wl-summary-erase): New function to erase message
3267         without moving it to trash. Bind to "D".
3268
3269         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3270         as `keep' unless switch-function.
3271
3272 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3273
3274         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3275         message buffer by using `wl-summary-toggle-disp-msg'.
3276         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3277         buffer window.
3278         (wl-summary-supresedes-message): Ditto.
3279
3280         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3281         Do not delete other windows.
3282         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3283         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3284         (wl-draft-create-buffer): Set reply-or-forward also for target
3285         mark commands.
3286
3287 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3288
3289         * wl-draft.el (wl-user-agent-compose): Delete special case for
3290         switch-to-buffer-other-window.
3291
3292         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3293         (wl-summary-forward): Ditto.
3294
3295         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3296         function.
3297         (wl-draft-buffer-style): New use option.
3298
3299         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3300         (wl-draft): Follow the change above.
3301         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3302         wl-draft-buffer-style.
3303         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3304         switch-function.
3305
3306 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3307
3308         * wl-address.el (wl-address-make-completion-entry): Extracted from
3309         `wl-address-make-completion-list'.
3310         (wl-address-enable-strict-loading): New variable.
3311         (wl-address-make-completion-list): Revive petname duplication
3312         inquiry, and enable it if `wl-address-enable-strict-loading'.
3313         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3314
3315 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3316
3317         * wl-message.el (wl-message-get-original-buffer): Avoid
3318         'Selecting deleted buffer' error when original buffer is killed.
3319
3320 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-summary.el (wl-summary-next-message): Use
3323         elmo-message-accessible-p instead of elmo-message-cached-p.
3324
3325 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3326
3327         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3328
3329         * wl-thread.el (wl-thread-open-all-unread): Use
3330         elmo-folder-list-flagged instead of
3331         elmo-folder-list-messages-mark-match.
3332
3333         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3334         instead of elmo-folder-list-messages-mark-match.
3335         (wl-summary-move-spec-alist): New variable.
3336         (wl-summary-move-spec-plugged-alist,
3337         wl-summary-move-spec-unplugged-alist): Abolish.
3338         (wl-summary-next-message): Follow the change above.
3339         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3340         with 'no-msg' argument.
3341
3342         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3343         variable.
3344         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3345         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3346         (wl-message-buffer-prefetch-get-next): Follow the change above.
3347
3348 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3349
3350         * wl-version.el (wl-version): Changed codename.
3351
3352         * Version number is increased to 2.11.0.
3353
3354 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3355
3356         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3357         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3358         `wl-draft-config-variables'.
3359         (wl-draft-kill): Fixed problem when the draft is reedit.
3360
3361 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3362
3363         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3364         buffer-modified status (Thanks to
3365         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3366
3367 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3368
3369         * wl-util.el (wl-region-exists-p): New function.
3370
3371         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3372         Remove defvars for byte-compile warnings.
3373
3374 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3375
3376         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3377         defvar-maybe. Removed unused bind.
3378
3379 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3380
3381         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3382         summary buffer window before creating new frame.
3383         (wl-draft-reply): Ditto.
3384
3385 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3386
3387         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3388
3389 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3390
3391         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3392
3393 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3394
3395         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3396         instead of `kill-region'.
3397
3398 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3399
3400         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3401         (wl-highlight-summary-line-string): Use it.
3402         (wl-highlight-summary-current-line): Ditto.
3403
3404         * wl-mime.el (wl-message-delete-current-part): Check the class of
3405         mime-entity.
3406
3407         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3408
3409         * wl-summary.el (wl-summary-make-number-list): Initialize.
3410         (wl-summary-update-mark): New function.
3411         (wl-summary-reply): Put `answered' mark on the message.
3412         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3413
3414         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3415         (wl-draft-reply): Added optional argument `number';
3416         Set wl-draft-parent-number.
3417         (wl-draft-kill): Delete answered mark if it is a reply.
3418
3419 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3420
3421         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3422         that originates in mime-preview-follow-current-entity.
3423         (wl-draft-yank-current-message-entity): Use it if region is active.
3424
3425         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3426         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3427         `wl-message-delete-current-part'.
3428         * wl-mule.el (wl-message-define-keymap): Ditto.
3429         * wl-xmas.el (wl-message-define-keymap): Ditto.
3430
3431 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3432
3433         * wl-mime.el (wl-message-delete-current-part): New function.
3434         (wl-mime-node-id-to-string): Ditto.
3435
3436         * wl-mime.el (wl-message-delete-current-part): Use existing
3437         original buffer which corresponds current mime-view buffer.
3438         (fetched buffer might have different structure, possibly)
3439
3440         * wl-mime.el (wl-message-delete-current-part): Quit if the
3441         message content differs from the actual message.
3442
3443 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3444
3445         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3446         order.
3447         (wl-summary-search-by-subject): Search parent message from tail;
3448         Check the existence of the parent message on the current thread tree.
3449         (wl-summary-update-thread): Check whether the line is inserted.
3450
3451 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3452
3453         * wl-vars.el (wl-summary-line-format): Undo last change.
3454         * wl-summary.el (wl-summary-print-destination): Do not put
3455         invisible property when `wl-summary-width' is nil.
3456         (wl-summary-line-subject-minimum-length): Abolished.
3457         (wl-summary-line-subject): Ditto.
3458
3459 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3460
3461         * wl-vars.el (wl-summary-line-format): Change default value.
3462         (wl-summary-subject-length-limit): Abolished.
3463         * wl-summary.el (wl-summary-line-subject): Ditto.
3464
3465 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3466
3467         * wl-template.el (wl-template-select): Added optional argument.
3468         If optional argument is specified, reverse
3469         `wl-template-visible-select'.
3470
3471 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3472
3473         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3474         Take prefix argument to force asking the destination folder.
3475
3476 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3477
3478         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3479         count and update status.
3480
3481 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3482
3483         * wl-summary.el (wl-summary-redisplay-internal): If
3484         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3485         after fetching.
3486
3487 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3488
3489         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3490         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3491
3492         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3493
3494 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3495
3496         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3497         (All other related portions are changed).
3498         (wl-summary-mark-as-read-all): Rewrite.
3499
3500 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3501
3502         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3503         `wl-summary-mark-as-read'.
3504         (wl-summary-mark-as-unread): Rewrite.
3505         (wl-summary-mark-as-read): Added no-modeline argument.
3506         (wl-summary-resume-cache-status): Rewrite.
3507         (wl-summary-exec-subr): Remove unused local variable.
3508
3509 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3510
3511         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3512         logic to call `wl-summary-buffer-prev-folder-function'.
3513         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3514
3515 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3516
3517         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3518         is nil.
3519
3520 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3521
3522         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3523         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3524         (wl-mime-setup): Add its entry.
3525
3526 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3529         (wl-summary-delete-cache): Likewise.
3530         (wl-summary-mark-as-read): Rewrite.
3531
3532 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3533
3534         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3535         `wl-summary-count-unread'.
3536
3537         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3538
3539         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3540
3541 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3542
3543         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3544         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3545         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3546         Renamed to the elmo-msgdb-*-mark.
3547         (wl-summary-score-marks): Follow the change above.
3548         (wl-summary-auto-refile-skip-marks): Ditto.
3549         (wl-summary-incorporate-marks): Ditto.
3550         (wl-summary-expire-reserve-marks): Ditto.
3551
3552         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3553         changes.
3554         (wl-thread-insert-top): Changed updating message.
3555
3556         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3557         variable.
3558         (wl-summary-count-unread): Count answered marks.
3559         (wl-summary-rescan): Call wl-summary-insert-message instead of
3560         wl-summary-append-message-func-internal.
3561         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3562         (wl-summary-prefetch-msg): Follow the variable name changes.
3563         (wl-summary-prefetch-region): Ditto.
3564         (wl-summary-mark-as-read-all): Follow the API changes;
3565         Don't call elmo-folder-replace-marks.
3566         (wl-summary-delete-cache): Follow the variable name changes.
3567         (wl-summary-resume-cache-status): Ditto.
3568         (wl-summary-update-status-marks): New function.
3569         (wl-summary-insert-message): New function.
3570         (wl-summary-sync-marks): Follow the variable name changes.
3571         (wl-summary-sync-update): Synchronize to the msgdb, too;
3572         Changed update messages.
3573         (wl-summary-make-number-list): Rewrite.
3574         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3575         (wl-summary-mark-as-unread): Follow the API changes.
3576         (wl-summary-exec-subr): Follow the variable name changes.
3577         (wl-summary-mark-as-read): Ditto.
3578         (wl-summary-move-spec-plugged-alist): Ditto.
3579         (wl-summary-move-spec-unplugged-alist): Ditto.
3580         (wl-summary-cursor-move-surface): Ditto.
3581
3582         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3583         variable name changes.
3584         (wl-highlight-summary-current-line): Ditto.
3585
3586         * wl-expire.el (wl-expire-refile): Follow the API change in
3587         elmo-folder-move-messages.
3588         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3589         (wl-summary-archive): Use elmo-folder-msgdb instead of
3590         elmo-msgdb-load.
3591
3592 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3593
3594         * wl-mime.el (wl-draft-preview-message): Restore the position
3595         before evaluating wl-draft-send-hook in preview buffer.
3596
3597 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3598
3599         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3600         when it creates new draft buffer.
3601
3602         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3603         without argument.
3604
3605         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3606         Evaluate content and if the value is string, insert it.
3607         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3608         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3609         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3610         wl-draft-config-sub-part-bottom): Use it.
3611
3612         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3613         with the folder name. The question was unintelligible when it is
3614         called from wl-save-status.
3615
3616 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3617
3618         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3619         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3620         cannot take second argument).
3621
3622 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3623
3624         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3625         as t. Since type and subtype are not case sensitive (RFC 2045).
3626
3627 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3628
3629         * wl-vars.el (wl-message-mode-line-format): New variable.
3630         (wl-message-mode-line-format-spec-alist): Ditto.
3631         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3632         (wl-message-redisplay): Use wl-message-mode-line-format.
3633
3634 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3635
3636         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3637
3638 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3639
3640         * wl-summary.el (wl-summary-default-from): Write description.
3641
3642 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3643
3644         * wl-vars.el (wl-ldap-objectclass): Abolish.
3645
3646         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3647         (wl-ldap-make-filter): Removed condition for objectclass.
3648         (wl-ldap-make-matched-value-list): Remove meaningless process.
3649         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3650         (wl-address-ldap-search): Don't add `*' to `pat' string;
3651         use ignore-errors; added `email';
3652         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3653         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3654         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3655
3656
3657 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3658
3659         * wl-draft.el (wl-draft-parent-folder): Write description.
3660         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3661
3662 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3663
3664         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3665         as "" (zero-length string) if no parent.
3666         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3667
3668 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3669
3670         * wl-address.el (wl-address-make-completion-list): Skip duplication
3671         checking.
3672         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3673         `append'.
3674
3675 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3676
3677         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3678         instead of `beginning-of-buffer'.
3679
3680 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3681
3682         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3683
3684 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3685
3686         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3687         Refer wl-message-buffer-name.
3688         (wl-message-wheel-down): Ditto.
3689
3690 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3691
3692         * wl-vars.el (wl-message-buffer-name): New user option.
3693
3694         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3695         directly instead of making alist dinamically.
3696
3697         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3698         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3699         wl-message-buffer-cache-name.
3700         (wl-message-buffer-cache-clean-up): Ditto.
3701
3702         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3703
3704         * Version number is increased to 2.9.15.
3705
3706 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3707
3708         * wl-vars.el (wl-summary-default-view-alist): New user option.
3709
3710         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3711
3712         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3713         while deleting address.
3714         (wl-draft-delete-myself-from-cc): Ditto.
3715
3716         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3717         If optional argument is specified, reverse sort order.
3718
3719         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3720
3721 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-thread.el (wl-thread-insert-message): Return parent number if
3724         exists.
3725         (wl-thread-update-indent-string-region): Use
3726         wl-thread-update-line-on-buffer-sub instead of
3727         wl-thread-update-line-on-buffer.
3728
3729 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3730
3731         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3732         (wl-folder-close-all): Ditto.
3733
3734 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3735
3736         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3737         and mailing-list:.
3738         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3739         value.
3740         (wl-summary-line-list-info): Print mailing-list name even when 
3741         list-number is empty.
3742
3743 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3746
3747         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3748         (wl-draft-open-file): Ditto.
3749         (wl-draft-random-alphabet): Ditto.
3750
3751         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3752         bindings.
3753
3754 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3755
3756         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3757         * wl-vars.el (wl-draft-config-alist): Ditto.
3758
3759 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * Version number is increased to 2.9.14.
3762
3763         * wl.el (wl): Don't set wl-init as nil when error occured while
3764         auto-checking folders.
3765
3766         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3767         `elmo-expand-newtext'.
3768
3769 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3770
3771         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3772         `this-command' so that `wl-folder-goto-folder' contained in
3773         `wl-summary-keep-cursor-command' work.
3774
3775 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3776
3777         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3778         message buffer displaying state.
3779
3780 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3781
3782         * wl-vars.el (wl-summary-default-view): New variable to specify
3783         default value for `wl-summary-buffer-view' instead of using
3784         set-default.
3785         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3786
3787 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3788
3789         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3790
3791         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3792
3793 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3794
3795         * wl-vars.el (wl-forward-subject-prefix): New variable.
3796         * wl-draft.el (wl-draft-forward): Use it.
3797
3798 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3799
3800         * wl-message.el (wl-message-prev-page): When it is called without
3801         lines argument, scroll down by wl-message-scroll-amount lines.
3802         (wl-message-next-page): Ditto.
3803         * wl-vars.el (wl-message-scroll-amount): Change default value
3804         to preserve current behavior.
3805
3806 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3807
3808         * wl-summary.el (wl-summary-prefetch-msg): Bind
3809         `wl-message-entity' to call `wl-summary-from-function'.
3810
3811 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3812
3813         * wl-message.el (wl-message-buffer-create): Run
3814         wl-message-buffer-created-hook.
3815
3816 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3817
3818         * wl-summary.el (wl-summary-sort-specs): New variable.
3819         (wl-summary-default-sort-spec): Ditto.
3820         (wl-summary-sort): Rewrite.
3821         (wl-summary-sort-by-list-info): New function.
3822
3823 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3824
3825         * wl-summary.el (wl-summary-get-list-info): New function.
3826         (wl-summary-sort): Rewrite.
3827         (wl-summary-line-list-info): Ditto.
3828         (wl-summary-line-list-count): Ditto.
3829         (wl-summary-refile-region): Fixed docstring.
3830
3831 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3834         `wl-folder-entity-hashtb' as completion table.
3835
3836 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3837
3838         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3839         only when this command is called interactively; silence the byte-
3840         compiler.
3841
3842 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3843
3844         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3845         active in XEmacs.
3846
3847 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3848
3849         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3850         plural lines.
3851
3852 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3853
3854         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3855         of current line when the cursor is on the header name.
3856         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3857
3858 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3859
3860         * wl-util.el (wl-read-directory-name): Return displayed directory
3861         as the default value also on XEmacs.
3862
3863 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3864
3865         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3866         formatting.
3867
3868 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3871         argument and when it is non-nil, check face property before
3872         highlighting for each line.
3873         (wl-highlight-summary-window): Set it.
3874
3875 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3876
3877         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3878         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3879
3880         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3881         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3882         (wl-draft-get-fcc-list): Likewise.
3883
3884 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3885
3886         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3887         (wl-thread-entity-cur): Ditto.
3888         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3889         wl-thread-indent-regexp setting.
3890         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3891
3892         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3893         wl-summary-lazy-highlight.
3894         (wl-summary-display-bottom): Ditto.
3895
3896         * wl-thread.el (wl-thread-open-close): Likewise.
3897
3898         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3899         from and subject;
3900         Bind wl-draft-use-frame;
3901         Enclose with save-window-excursion;
3902         Use wl-draft-create-buffer instead of with-temp-buffer;
3903         Use wl-draft-prepare-edit;
3904         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3905         Use wl-draft-send instead of wl-draft-raw-send.
3906
3907 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3908
3909         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3910         of using wl-from.
3911
3912 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3913
3914         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3915         insert-buffer instead of clone-buffer.
3916         (wl-draft-doing-mime-bcc): New variable.
3917         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3918         infinite loop.
3919         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3920
3921         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3922         (wl-draft-mime-bcc-body): Ditto.
3923
3924         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3925         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3926         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3927         wl-draft-do-mime-bcc.
3928         (wl-draft-mime-bcc-field): New function.
3929         (wl-draft-do-mime-bcc): Ditto.
3930
3931         * wl-address.el (wl-address-complete-header-list): New variable.
3932         (wl-address-complete-header-regexp): Changed default value.
3933
3934         * Version number is increased to 2.9.13.
3935
3936 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3937
3938         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3939         it is differed.
3940
3941 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3942
3943         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3944         (wl-summary-line-list-count): Ditto.
3945
3946 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3947
3948         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3949         (wl-nntp-posting-function): New variable.
3950         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3951         `wl-nntp-posting-config-alist'.
3952
3953 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3954
3955         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3956         FLIM.
3957
3958 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3959
3960         * wl-summary.el (wl-summary-target-mark-refile-sub):
3961         Remove a nuisance funcall.
3962
3963 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3964
3965         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3966         as t for `try-completion'.
3967
3968 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3969
3970         * wl-summary.el (wl-summary-default-from): Use
3971         wl-address-header-extract-address instead of
3972         std11-extract-address-components.
3973         (wl-summary-simple-from): Ditto.
3974         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3975         (wl-summary-insert-headers): Show message.
3976         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3977         for whole line.
3978         (wl-summary-default-from): Revert last change.
3979         (wl-summary-simple-from): Ditto.
3980         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3981         (wl-summary-mark-as-read-region): Follow the change above.
3982         (wl-summary-sync-marks): Ditto.
3983         (wl-summary-target-mark-mark-as-read): Ditto.
3984         (wl-summary-redisplay-internal): Ditto.
3985         (wl-summary-redisplay-no-mime-internal): Ditto.
3986         (wl-summary-redisplay-all-header): Ditto.
3987         (wl-summary-mark-as-read): Removed argument `cached';
3988         Use current cache status to set cache mark.
3989         (wl-summary-redisplay-internal): Follow the change above.
3990         (wl-summary-redisplay-no-mime-internal): Ditto.
3991         (wl-summary-redisplay-all-header): Ditto.
3992
3993         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3994
3995         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3996         Don't call itself recursively (Adviced by Yamaoka-san).
3997
3998 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3999
4000         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
4001         bind wl-summary-highlight as nil to avoid error caused by missing
4002         local variables.
4003
4004 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
4005
4006         * wl-vars.el (wl-invalid-character-message): New user option.
4007
4008         * wl-util.el (wl-set-string-width): If truncated string-width is
4009         larger than specified width, use `wl-invalid-character-message'.
4010
4011 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
4012
4013         * wl-summary.el (wl-summary-prefetch-msg): 
4014         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
4015
4016 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-vars.el (wl-summary-check-line-format): New user option.
4019         (wl-summary-line-format-file): Ditto.
4020
4021         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
4022         variable.
4023         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
4024         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
4025         and `wl-summary-view-old-p' to check whether do a rescan or not.
4026         (wl-summary-view-old-p): New function.
4027         (wl-summary-line-format-changed-p): Ditto.
4028         (wl-summary-line-format-save): Ditto.
4029         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
4030
4031         * wl-util.el (wl-set-string-width): Avoid using negative number
4032         for make-string.
4033
4034 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4035
4036         * wl-summary.el (wl-summary-line-list-info): Revised format of the
4037         return value.
4038
4039         * wl-util.el (wl-set-string-width): Added optional argument
4040         `padding' (All other related portions are changed).
4041         (wl-line-parse-format): If the first letter of column number is
4042         `0', zero-padding the result (ex: "%05l").
4043
4044         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4045
4046 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4047
4048         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4049         sequential summary view.
4050
4051 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4054         if it doesn't have a -unix version.
4055
4056 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4057
4058         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4059
4060 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4061
4062         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4063         content.
4064         (wl-draft): Follow the change above.
4065
4066         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4067
4068         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4069         and wl-folder-summary-line-format-alist contain %T and %P.
4070
4071         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4072         (wl-summary-mode-line-format): New user option.
4073         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4074         (wl-summary-line-format): Changed default value.
4075         (wl-summary-lazy-highlight): Changed default value.
4076
4077         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4078         change in wl-summary-create-line.
4079         (wl-thread-insert-entity-sub): Ditto.
4080
4081         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4082         (wl-summary-buffer-unread-status): Ditto.
4083         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4084         (wl-summary-buffer-persistent-mark-column): Ditto.
4085         (wl-summary-buffer-mode-line-formatter): Ditto.
4086         (wl-summary-buffer-mode-line): Ditto.
4087         (wl-summary-message-regexp): Abolished.
4088         (All other related portions are changed.)
4089         (wl-summary-detect-mark-position): New function.
4090         (wl-summary-buffer-set-folder): Setup
4091         wl-summary-buffer-mode-line-formatter.
4092         (wl-summary-mode): Setup selective-display;
4093         Setup pre-idle-hook when xemacs.
4094         (wl-summary-update-modeline): Rewrite.
4095         (wl-summary-jump-to-msg): Define as function;
4096         Changed regexp for searching messages.
4097         (wl-summary-message-number): Rewrite.
4098         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4099         Do rescan when old type summary cache.
4100         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4101         (wl-summary-remove-destination): Use '\r' to detect EOL.
4102         (wl-summary-print-destination): Ditto.
4103         (wl-summary-temp-mark): New inline function.
4104         (wl-summary-persistent-mark): Ditto.
4105         (wl-summary-line-number): New function.
4106         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4107         (wl-summary-line-list-count): New function.
4108         (wl-summary-create-line): Added argument persistent-mark.
4109         (All other related portions are changed)
4110         (wl-summary-create-line): Insert '\r'.
4111         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4112         (wl-summary-cursor-move-surface): New inline function.
4113         (wl-summary-prev): Use it.
4114         (wl-summary-next): Ditto.
4115
4116         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4117         wl-summary-message-regexp.
4118         (wl-highlight-summary): Delete progress message.
4119         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4120
4121         * Version number is increased to 2.9.12.
4122
4123 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4124
4125         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4126         variable (nil: no minimum).
4127         (wl-summary-line-subject): Add some spaces after subject by
4128         wl-summary-line-subject-minimum-length.
4129
4130 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4131
4132         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4133         and removed `F'.
4134         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4135         change above).
4136
4137 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-summary.el (wl-summary-line-list-count): Reverted.
4140         (example setting in samples/*/dot.wl is also updated)
4141
4142 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4143
4144         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4145
4146         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4147
4148         * wl-vars.el (wl-summary-line-format): Addes some description to the
4149         docstring.
4150
4151         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4152         (wl-summary-line-close-bracket): Ditto.
4153         (wl-summary-line-children-number): Ditto.
4154         (wl-summary-line-thread-indent): Ditto.
4155         (wl-summary-line-children-and-from): Ditto.
4156
4157         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4158         't', 'c', 'F' and added 'C'.
4159
4160         * wl-util.el (wl-set-string-width): Accept negative value.
4161         (wl-line-parse-format): Added "%number(" and "%)".
4162
4163 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4164
4165         * wl-summary.el (wl-summary-line-list-count): Change format of the
4166         return value.
4167
4168 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4169
4170         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4171         from the recent message.el.
4172         (wl-draft-point-in-header-p): Ditto.
4173         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4174         wl-draft-beginning-of-line.
4175         * wl-e21.el (wl-draft-mode-map): Ditto.
4176         * wl-xmas.el (wl-draft-mode-map): Ditto.
4177
4178         * wl-folder.el: Sort macrodefs by dependencies.
4179
4180 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4181
4182         * wl-summary.el (wl-summary-prev): Fixed regexp.
4183         (wl-summary-next): Ditto.
4184
4185 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4186
4187         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4188
4189 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4190
4191         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4192         for backward compatibility.
4193
4194 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4195
4196         * wl-summary.el (wl-summary-line-list-count): New function, merged
4197         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4198         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4199         list counts.
4200
4201 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4202
4203         * wl-summary.el (wl-summary-create-line): Ignore errors while
4204         timezone-fix-time.
4205
4206         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4207
4208         * wl-summary.el (wl-summary-sync-update): Ditto.
4209         (wl-summary-default-from): Use wl-message-entity
4210         instead of entity.
4211
4212         * wl-summary.el (wl-summary-create-line): Fix.
4213
4214         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4215         (wl-summary-line-format): New user option.
4216         (wl-folder-summary-line-format-alist): Ditto.
4217         (wl-summary-from-width): Abolished.
4218
4219         * wl-util.el (toplevel): Require 'bytecomp.
4220         (wl-line-parse-format): New function.
4221         (wl-line-formatter-setup): New macro.
4222
4223         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4224         (wl-summary-buffer-line-formatter): New buffer local variable.
4225         (wl-summary-switch-to-clone-buffer): Follow the change above.
4226         (wl-summary-message-regexp): Fix.
4227         (wl-summary-from-func-internal): Abolished.
4228         (wl-summary-subject-func-internal): Ditto.
4229         (wl-summary-subject-filter-func-internal): Ditto.
4230         (All other related portions are changed.)
4231         (wl-summary-buffer-set-folder):
4232         Set up wl-summary-buffer-number-column and 
4233         wl-summary-buffer-line-formatter
4234         (All other related portions are changed.)
4235         (wl-summary-buffer-number-column-detect): Abolished.
4236         (All other related portions are changed.)
4237         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4238         (wl-summary-delete-all-temp-marks-on-buffer): Use
4239         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4240         (wl-summary-target-mark-delete): Ditto.
4241         (wl-summary-target-mark-refile-subr): Ditto.
4242         (wl-summary-target-mark-mark-as-read): Ditto.
4243         (wl-summary-target-mark-mark-as-unread): Ditto.
4244         (wl-summary-target-mark-mark-as-important): Ditto.
4245         (wl-summary-target-mark-save): Ditto.
4246         (wl-summary-replace-status-marks): Renamed from
4247         wl-summary-set-status-marks-on-buffer;
4248         Use wl-summary-message-regexp instead of
4249         wl-summary-buffer-number-regexp.
4250         (wl-summary-sync-update): Follow the change above.
4251         (wl-summary-goto-previous-message-beginning): New function.
4252         (wl-summary-mark-as-unread): Use it.
4253         (wl-summary-mark-as-important): Ditto.
4254         (wl-summary-line-formatter): New variable.
4255         (wl-summary-line-year): New function.
4256         (wl-summary-line-day): Ditto.
4257         (wl-summary-line-day-of-week): Ditto.
4258         (wl-summary-line-hour): Ditto.
4259         (wl-summary-line-minute): Ditto.
4260         (wl-summary-line-open-bracket): Ditto.
4261         (wl-summary-line-close-bracket): Ditto.
4262         (wl-summary-line-children-number): Ditto.
4263         (wl-summary-line-thread-indent): Ditto.
4264         (wl-summary-line-size): Ditto.
4265         (wl-summary-line-subject): Ditto.
4266         (wl-summary-line-from): Ditto.
4267         (wl-summary-line-children-and-from): Ditto.
4268         (wl-summary-create-line): Rewritten.
4269         (wl-summary-format-date): Abolished.
4270
4271         * wl-highlight.el (wl-highlight-summary-current-line): Use
4272         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4273         Use thread structure to detect thread top message.
4274
4275         * wl-draft.el (wl-default-draft-cite): Don't use
4276         wl-summary-from-func-internal.
4277
4278         * wl-refile.el (wl-refile-subject-learn): Don't use
4279         wl-summary-subject-filter-func-internal.
4280         (wl-refile-guess-by-subject): Ditto.
4281
4282         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4283         parameters.
4284
4285         * wl-thread.el (wl-thread-update-indent-string-region):
4286         Use wl-thread-update-line-on-buffer instead of
4287         wl-thread-update-indent-string.
4288         (wl-thread-update-children-number): Redefine using
4289         wl-thread-update-line-on-buffer.
4290         (wl-thread-update-indent-string): Abolished.
4291
4292         * Version number is increased to 2.9.11.
4293
4294 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4295
4296         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4297         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4298         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4299
4300         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4301         as nil.
4302
4303         * wl-thread.el (wl-thread-open-all-unread): Use 
4304         elmo-folder-list-messages-mark-match.
4305         (wl-thread-insert-message): Removed argument `mark-alist'.
4306         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4307         elmo-msgdb-set-mark.
4308         (wl-thread-get-children-msgs-uncached): Likewise.
4309         (wl-thread-get-exist-children): Added argument include-self.
4310         (wl-thread-delete-message): Follow the change above.
4311
4312         * wl-summary.el (wl-summary-count-unread): Removed argument.
4313         (wl-summary-rescan): Follow the change above.
4314         (wl-summary-mark-as-read-region): Ditto
4315         (wl-summary-mark-as-unread-region): Ditto.
4316         (wl-summary-delete-messages-on-buffer): Ditto.
4317         (wl-summary-sync-update): Ditto.
4318         (wl-summary-switch-to-clone-buffer): Ditto.
4319         (wl-summary-goto-folder-subr): Ditto.
4320         (wl-summary-target-mark-mark-as-read): Ditto.
4321         (wl-summary-target-mark-mark-as-unread): Ditto.
4322         (wl-summary-target-mark-mark-as-important): Ditto.
4323         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4324         (wl-summary-update-thread): Removed argument `mark-alist'.
4325         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4326         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4327         (wl-summary-resume-cache-status): Likewise.
4328         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4329         elmo-msgdb-set-mark.
4330         (wl-summary-mark-as-read-all): Likewise.
4331         (wl-summary-delete-cache): Ditto.
4332         (wl-summary-auto-select-msg-p): Ditto.
4333         (wl-summary-mark-as-unread): Ditto.
4334         (wl-summary-no-auto-refile-message-p): Ditto.
4335         (wl-summary-mark-as-read): Ditto.
4336         (wl-summary-mark-as-important): Ditto.
4337         (wl-summary-auto-refile): Follow the change above.
4338         (wl-summary-delete-all-marks): Removed.
4339         (wl-summary-resume-marks-and-highlight): Ditto.
4340         (wl-summary-resume-marks): Ditto.
4341         (wl-summary-delete-important-msgs-from-list): Ditto.
4342         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4343
4344         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4345         wl-summary-count-unread.
4346
4347         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4348         (wl-summary-score-update-all-lines): Use
4349         elmo-msgdb-set-mark.
4350
4351 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4352
4353         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4354         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4355         (wl-summary-create-line): Renamed from
4356         wl-summary-overview-create-summary-line;
4357         Argument rearrangement.
4358         (wl-summary-update-thread): Follow the change above.
4359
4360         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4361         (wl-thread-insert-entity-sub): Likewise.
4362
4363         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4364         argument `overview', `mark-alist' and added `msgdb'.
4365
4366         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4367
4368         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4369         (wl-summary-rescan): Follow the change above.
4370         (wl-summary-sync-update): Ditto.
4371         (wl-summary-insert-thread-entity): Ditto;
4372         Don't use `let*' in every while loop;
4373         Detect infinite loop of threads.
4374         (wl-summary-update-thread): Removed argument `overview'.
4375
4376         * wl-thread.el (wl-thread-insert-message): Ditto.
4377
4378         * Version number is increased to 2.9.10.
4379
4380         * wl-message.el (wl-message-redisplay): Ignore errors while
4381         wl-message-redisplay-hook.
4382
4383 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4384
4385         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4386
4387 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4388
4389         * wl.el (wl): inhibit-quit while wl-folder.
4390
4391 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4392
4393         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4394         while msgdb access.
4395
4396 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4397
4398         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4399         even if no folder is not created.
4400
4401 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4402
4403         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4404
4405         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4406         implementation.
4407         (wl-summary-target-mark-thread): Ditto.
4408
4409         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4410
4411 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4412
4413         * wl-util.el (wl-display-bytes): Remove unused function.
4414
4415 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4416
4417         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4418         seems critical one (partially reverse the change in 2002/03/17).
4419
4420 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4423         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4424
4425 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4426
4427         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4428         is not writable.
4429         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4430         plugged status instead of `'force' as 2nd argument.
4431
4432         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4433         is not creatable.
4434
4435         * Version number is increased to 2.9.9.
4436
4437 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4438
4439         * wl-summary.el (wl-summary-suspend): New function.
4440
4441 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4442
4443         * wl.el (wl): Do not check variables if check is nil.
4444         * wl-utils.el (wl-collect-draft): New function.
4445         * wl-folder.el (wl-folder-suspend): Put summary buffers
4446         and draft buffers at the end of buffer list.
4447         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4448
4449 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4450
4451         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4452         loop instead of recursive call.
4453
4454         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4455         2nd argument.
4456
4457 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4458
4459         * wl-draft.el (wl-draft-create-contents): Don't take neither
4460         (function . args) nor (string . something) any more.
4461
4462         * wl-version.el (wl-generate-user-agent-string): Return string
4463         without header symbol.
4464         * wl-draft.el (wl-draft-default-headers): Use it.
4465
4466         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4467         `wl-draft-insert-ccs' and return field value instead of inserting
4468         the header. Abolish cc argument.
4469         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4470
4471         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4472         rather than one with string car.
4473
4474         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4475         * wl-draft.el (wl-draft-create-contents): Add it after the default
4476         headers.
4477
4478         * wl-draft.el (wl-draft-create-contents): For the case of
4479         (symbol-or-string . function) insert header only when the function
4480         returns string value.
4481
4482 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4483
4484         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4485         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4486
4487 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl.el (wl-check-environment): Don't check Message-ID when
4490         `wl-insert-message-id' is nil.
4491         Revive checking if `wl-message-id-domain' contains "@".
4492
4493 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4494
4495         * wl.el (wl-check-environment): Merge examination for "@" at
4496         inappropriate position into the first string-match.
4497
4498         * wl-summary.el (wl-summary-target-mark-print): New function.
4499         (wl-summary-pipe-message-subr): Extracted from
4500         `wl-summary-pipe-message'.
4501         (wl-summary-target-mark-pipe): New function.
4502         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4503         `wl-summary-target-mark-pipe'.
4504
4505 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4508
4509 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4510
4511         * wl.el (wl-check-environment): Use elmo-warning instead of
4512         error for non-critical ones.
4513         Remove trash folder check.
4514         (wl): Don't ignore error in wl-check-environment.
4515
4516         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4517         check, which is moved from `wl-check-environment'.
4518         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4519
4520 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4521
4522         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4523         guess anything, call wl-summary-write.
4524         (wl-summary-write): Create draft with blank To field.
4525         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4526
4527 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4528
4529         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4530         argument full as well for wl-folder-write-current-folder.
4531         If wl-*-write-current-folder cannot guess addressee, add blank
4532         To header.
4533         Rewrite condition for positioning cursor.
4534
4535 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4536
4537         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4538         summary buffer is present, use it.
4539         (wl-folder-jump-to-previous-summary): Ditto.
4540
4541 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4542
4543         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4544
4545         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4546         wl-summary-previous-buffer and wl-summary-next-buffer.
4547
4548         * wl-folder.el (wl-folder-mode-map): Bind
4549         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4550         (wl-folder-jump-to-next-summary): New function.
4551         (wl-folder-jump-to-previous-summary): Ditto.
4552
4553         * wl-draft.el (wl-draft): Rearranged.
4554
4555 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4556
4557         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4558         of header.
4559         (wl-draft): Collect arguments for the header as header-alist.
4560         (wl-draft-forward): Arrange arguments for wl-draft.
4561         (wl-draft-reply): Ditto.
4562         (wl-draft-edit-string): Ditto.
4563         * wl-summary.el (wl-summary-write): Ditto.
4564         (wl-summary-write-current-folder): Ditto.
4565
4566         * Version number is increased to 2.9.8.
4567
4568 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4569
4570         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4571
4572         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4573
4574         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4575         even if the guess failed.
4576
4577         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4578         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4579         wl-summary-write-current-folder.
4580         * wl-xmas.el: Ditto.
4581
4582 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4583
4584         * wl-summary.el (wl-summary-next-page): Force display message if
4585         message is not displayed yet.
4586         (wl-summary-prev-page): Ditto.
4587
4588 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4589
4590         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4591
4592 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4593
4594         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4595         add "Preview Message" and "Save Draft and Exit".
4596
4597 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4598
4599         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4600         if addrmgr is called from draft in splitted window.
4601
4602         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4603         * wl-mule.el: Ditto.
4604         * wl-xmas.el: Ditto.
4605
4606 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4607
4608         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4609
4610         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4611         * wl-xmas.el (wl-folder-toolbar): Ditto.
4612
4613 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4614
4615         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4616         and wl-draft-save-and-exit.
4617         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4618         * wl-xmas.el: Ditto.
4619         * wl-mule.el: Ditto.
4620
4621         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4622         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4623
4624 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4625
4626         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4627         lists for saving buffer.
4628
4629 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4630
4631         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4632         parent-folder argument instead of it.
4633         (wl-draft-create-buffer): Ditto.
4634         (wl-draft-forward): Ditto.
4635         (wl-draft-reply): Ditto.
4636         * wl-summary.el (wl-summary-write): Ditto.
4637         (wl-summary-write-current-folder): Ditto.
4638
4639         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4640         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4641         Folder buffer after composing.
4642
4643 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4644
4645         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4646         header if the file `wl-x-face-file' already contains it.
4647
4648 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4649
4650         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4651         folder" entry.
4652         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4653         * wl-e21.el (wl-folder-toolbar): Ditto.
4654         * wl-xmas.el (wl-folder-toolbar): Ditto.
4655
4656 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4657
4658         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4659         wl-folder-goto-folder with sticky argument.
4660         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4661
4662 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4663
4664         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4665         and wl-summary-previous-buffer.
4666         (wl-summary-next-buffer): New function.
4667         (wl-summary-previous-buffer): Ditto.
4668
4669 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4670
4671         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4672         wl-folder-jump-to-current-entity-with-arg.
4673         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4674         `wl-folder-jump-to-current-entity'.
4675         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4676         `wl-summary-goto-folder-sticky'.
4677         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4678         `wl-summary-goto-folder'.
4679         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4680         Unless force-exit, do not clean temp. marks for sticky summary.
4681         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4682
4683 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4684
4685         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4686         not entire.
4687
4688 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4689
4690         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4691         to `C-x C-s'.
4692         (wl-summary-save-status): New command.
4693         (wl-summary-exit): Don't clean-up temp marks when sticky.
4694         (Applied patch from Nakayama-san [wl: 09548])
4695         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4696         Do nothing when no mark data.
4697         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4698         Call `wl-summary-delete-all-temp-marks' before saving.
4699
4700 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4701
4702         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4703
4704 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl.el (wl-check-environment): Also cause error when (system-name)
4707         returns "localhost.localdomain". (Although it doesn't affect because
4708         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4709
4710 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4711
4712         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4713         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4714
4715         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4716         value.
4717
4718 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4719
4720         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4721         Likewise r-cc-list and r-ng-list.
4722
4723 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4724
4725         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4726         only if it is bound as variable.
4727
4728         * wl-mime.el (wl-draft-preview-message): Ditto.
4729
4730 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4731
4732         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4733         needless `goto-char'.
4734
4735         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4736         `wl-summary-redisplay-no-mime-internal' instead of
4737         `wl-summary-redisplay-no-mime'.
4738         (wl-summary-redisplay-no-mime): Changed argument;
4739         Call `wl-summary-redisplay-no-mime-internal'.
4740
4741         * wl-mime.el (wl-draft-preview-message): Bind
4742         `mime-header-encode-method-alist' locally.
4743
4744         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4745         (wl-draft-std11-parse-addresses): Added the first address check.
4746         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4747
4748         * Version number is increased to 2.9.7.
4749
4750 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4751
4752         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4753
4754 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4755
4756         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4757         related to scrollbar support, if there is no such a feature
4758         compiled in.
4759
4760 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4761
4762         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4763         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4764         for prefetch.
4765
4766 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4767
4768         * wl-summary.el (wl-summary-pick): Fix for no match.
4769
4770 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4771
4772         * wl-draft.el (wl-draft-save):
4773         Override `mime-header-encode-method-alist'.
4774
4775 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4776
4777         * wl-folder.el (wl-folder-pick): New function.
4778         Define key as "?".
4779
4780 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4781
4782         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4783         Fix for unplugged.
4784
4785 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4786
4787         * wl-folder.el (wl-folder-virtual): New function.
4788         Define key as "V".
4789
4790 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4791
4792         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4793         multi folder if entity is group.
4794
4795 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4796
4797         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4798         is nil.
4799
4800 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4801
4802         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4803         (wl-summary-target-mark-msgs): Return the number of marked messages.
4804
4805 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4806
4807         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4808         "first:" is specified.
4809
4810 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4811
4812         * wl-vars.el (wl-from): Use return value of function
4813         user-full-name instead of the variable user-full-name since
4814         XEmacs-20.4 doesn't set this variable.
4815
4816 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4817
4818         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4819         call `wl' directly.
4820
4821 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4822
4823         * wl-draft.el (wl-draft-reedit): Removed duplicated
4824         switch-to-buffers.
4825
4826 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4827
4828         * wl.el (wl-other-frame): Removed garbages.
4829
4830 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4831
4832         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4833
4834         * wl-xmas.el (wl-draft-key-setup): Ditto.
4835
4836         * wl-mule.el (wl-draft-key-setup): Ditto.
4837
4838         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4839         (wl-draft-reedit): Ditto.
4840         (wl-draft-prepare-edit): Add `wl-draft-save' to
4841         `local-write-file-hooks'.
4842         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4843         (wl-draft-reedit): Set buffer-file-name.
4844         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4845
4846
4847         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4848         call it.
4849         (wl-delete-startup-frame-function): New variable.
4850         (wl-other-frame): New function
4851         (Original was written by Yamaoka san [wl: 09239]).
4852
4853         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4854         if `wl-folder-use-frame'.
4855
4856 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4857
4858         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4859
4860 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4861
4862         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4863         New variable.
4864         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4865         (wl-message-buffer-prefetch-get-next): Use them.
4866         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4867
4868 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4869
4870         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4871         with unwind-protect.
4872
4873         * wl-draft.el (wl-draft-reedit): Rewrite.
4874         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4875         (wl-draft-save): Insert header separator if it does not exist;
4876         Removed condition-case.
4877
4878         * wl-summary.el (wl-summary-reedit): Revert last change.
4879
4880         * wl-draft.el (wl-draft-save): Rewrite.
4881         (wl-draft-create-buffer): Set buffer-file-name as nil.
4882
4883         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4884
4885         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4886
4887         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4888         nil.
4889
4890 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4891
4892         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4893         If count is nil, do not prefetch.
4894         (wl-message-buffer-prefetch-next): Next.
4895
4896 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4897
4898         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4899
4900 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4901
4902         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4903         `delete-backward-char'
4904         (wl-draft-prepare-edit): Check major-mode.
4905         (wl-draft-decode-header): Rewrite.
4906         (wl-draft): Fix.
4907
4908 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4909
4910         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4911
4912 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4913
4914         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4915         (wl-message-buffer-prefetch-get-next): Remove size checking.
4916         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4917
4918 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4919
4920         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4921         (wl-draft-default-headers): Fix.
4922
4923 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4924
4925         * wl-draft.el (wl-draft-default-headers): Insert return value of
4926         `wl-generate-mailer-string-function'.
4927
4928 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4931         (wl-draft-insert-mail-header-separator): Ditto.
4932
4933         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4934         again (Reverted the change on 2002-01-17 by OKADA san).
4935
4936 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4937
4938         * wl-draft.el (wl-draft): Rewrite.
4939         (wl-draft-create-buffer): New function.
4940         (wl-draft-create-contents): Ditto.
4941         (wl-draft-prepare-edit): Ditto.
4942         (wl-draft-decode-header): Ditto.
4943         (wl-draft-decode-body): Ditto.
4944         (wl-draft-check-new-line): Ditto.
4945         (wl-draft-default-headers): Ditto.
4946         (wl-draft-insert-mail-header-separator): Ditto.
4947
4948 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * Version number is increased to 2.9.6.
4951
4952 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4953
4954         * wl-draft.el (wl-draft-delete-field): Optional argument.
4955         (wl-draft-delete-fields): Ditto.
4956
4957 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4958
4959         * wl-message.el (toplevel): Eliminated byte-compile warning.
4960         for `itimer-function', `delete-timer' and `itimer-list'.
4961
4962 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4963
4964         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4965         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4966         `wl-message-buffer-prefetch-threshold'.
4967         * wl-summary.el (wl-summary-redisplay-internal): Remove
4968         the check of `wl-message-buffer-prefetch-depth'.
4969
4970 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4971
4972         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4973         size of article.
4974         (wl-message-buffer-prefetch-subr): Remove size check.
4975
4976 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4977
4978         * wl-vars.el (wl-plugged): Make customizable.
4979
4980 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4981
4982         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4983         (wl-message-buffer-prefetch-set-timer): New function.
4984         (wl-message-buffer-prefetch-get-next): New function.
4985         (wl-message-buffer-prefetch): New function.
4986         (wl-message-buffer-prefetch-next): Rewrite.
4987         (wl-message-buffer-prefetch-subr): Rewrite.
4988         * wl-vars.el (wl-auto-prefetch-first): New variable.
4989         * wl-summary.el (wl-summary-goto-folder-subr): Call
4990         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4991
4992 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4993
4994         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4995         `wl-summary-unread-message-hook'.
4996
4997 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4998
4999         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
5000         (wl-summary-sync): Call `wl-summary-resume-cache-status'
5001         if range is `cache-status'.
5002
5003 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5004
5005         * wl-message.el (wl-message-buffer-prefetch-subr):
5006         Improve debug message.
5007
5008 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5009
5010         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
5011         `wl-mail-send-pre-hook'.
5012         (wl-draft-send-mail-with-qmail): Ditto.
5013         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
5014
5015 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5016
5017         * wl-message.el (wl-message-buffer-prefetch-subr):
5018         Fix for cancel-function-timers bug.
5019         (wl-message-buffer-prefetch-debug): Default value is t.
5020
5021 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
5022
5023         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5024         (wl-message-buffer-prefetch-subr): Rewrite.
5025         Rename from `wl-message-buffer-prefetch'.
5026
5027 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
5030         (wl-default-draft-cite-decorate-author): Ditto.
5031
5032         * wl-draft.el (wl-draft-cite-function): Removed.
5033         (wl-default-draft-cite-decorate-author): Ditto.
5034
5035 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5036
5037         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
5038         (wl-default-draft-cite): Do not arrange author name if the value of
5039         `wl-default-draft-cite-decorate-author' is nil.
5040
5041 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
5042
5043         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5044
5045         * wl-folder.el (wl-folder-check-one-entity): Don't care
5046         `elmo-folder-use-flag-p'.
5047
5048 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5049
5050         * wl-folder (wl-folder-check-one-entity): Fix
5051         problem if unread is nil.
5052
5053 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5054
5055         * wl-address.el (wl-address-make-completion-list): Check whether
5056         the address is a group list.
5057         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5058
5059 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5060
5061         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5062         The number of the messages of new and unread does not count
5063         correctly.
5064
5065         * wl-summary.el (wl-summary-count-unread): Changed to return
5066         `(new . unread)' instead of total.
5067         (wl-summary-sync-update): Follow the change above.
5068
5069         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5070
5071 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5072
5073         * wl-address.el (wl-address-make-completion-list): Do not enclose
5074         address by " <" and ">" if associated realname is "".
5075         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5076         This is against the promblem with group list in .addresses pointed
5077         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5078
5079 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5080
5081         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5082         message is a format control string.
5083         * wl-expire.el (wl-expire-append-log): Ditto.
5084         * wl-mime.el (wl-summary-burst-subr): Ditto.
5085         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5086         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5087
5088 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5089
5090         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5091         wl.el (wl-check-variables): Rename from `wl-check-type'.
5092         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5093         (wl-check-variables-2): New function.
5094         (wl): Call `wl-check-variables-2'.
5095
5096 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5097
5098         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5099         after renaming folder in access group.
5100
5101 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5102
5103         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5104         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5105         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5106         (wl-message-buffer-prefetch): Rewrite.
5107         (wl-message-buffer-prefetch-idle-time): Removed.
5108         * wl-summary.el (wl-summary-redisplay-internal):
5109         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5110         Error check for `wl-message-buffer-prefetch-depht'.
5111
5112 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5113
5114         * Version number is increased to 2.9.5.
5115         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5116
5117 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5118
5119         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5120         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5121         Based on the patch written by
5122         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5123
5124 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5125
5126         * wl-draft.el (wl-draft-raw-send): Fix for
5127         `wl-news-send-pre-hook'
5128
5129 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5130
5131         * wl-utils.el (wl-message-id-function): New variable.
5132         * wl-draft.el (wl-draft-insert-required-fields):
5133         Use `wl-message-id-function'.
5134
5135 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5136
5137         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5138         * wl-utils.el (wl-draft-make-message-id-string):
5139         Use `wl-from' for domain part of Message-ID
5140         if `wl-message-id-use-wl-from' if non-nil.
5141         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5142
5143 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5144
5145         * wl.el (wl): Call `wl-check-type'
5146         Do not 'condition-case'.
5147
5148 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5149
5150         * wl.el (wl-check-type): New function.
5151         (wl-check-type-variables): New variable.
5152
5153 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5154
5155         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5156
5157 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5158
5159         * wl-draft.el (wl-smtp-password-key): New function.
5160         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5161         (wl-draft-send-mail-with-smtp): Ditto.
5162         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5163
5164 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5165
5166         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5167         * wl-utils.el (wl-unique-id-suffix): Remove.
5168
5169 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5170
5171         * Version number is increased to 2.9.4.
5172
5173 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5174
5175         * wl-utils.el (wl-unique-id-suffix): New variable.
5176         (wl-unique-id): Use `wl-unique-id-suffix'
5177
5178 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5179
5180         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5181         instead of `elmo-msgdb-search'.
5182
5183         * Version number is increased to 2.9.3.
5184
5185 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5186
5187         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5188
5189 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5190
5191         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5192         (wl-draft-dispatch-message): Changed for send-later.
5193         (wl-draft-queue-flush): Ditto.
5194         (wl-draft): Clear `wl-sent-message-queued'.
5195         (wl-draft-reedit): Ditto.
5196         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5197         * wl-vars.el (wl-draft-force-queuing): New variable.
5198         (wl-draft-force-queuing-mail): New variable.
5199         (wl-draft-force-queuing-news): New variable.
5200
5201 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5204         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5205
5206 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5207
5208         * Version number is increased to 2.9.2.
5209
5210 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5211
5212         * wl-draft.el (wl-draft-elide-region): New user command.
5213         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5214
5215         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5216         command `wl-draft-elide-region'.
5217         * wl-mule.el: Ditto.
5218         * wl-xmas.el: Ditto.
5219
5220 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5221
5222         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5223         (wl-biff-check-folder-async): Removed needless let.
5224
5225 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5226
5227         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5228         wl-folder-get-elmo-folder.
5229         (wl-biff-check-folder): Set `biff' argument of
5230         `wl-folder-check-one-entity'.
5231         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5232
5233         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5234         (wl-folder-check-one-entity): Added `biff' argument;
5235         Setup `biff' slot of folder.
5236
5237         * Version number is increased to 2.9.1.
5238
5239 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5242         comment out and fixed.
5243         (wl-fldmgr-add-completion-subr): Ditto.
5244
5245         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5246         and msgdb.
5247
5248         * wl.el (wl-toggle-plugged): Save summary view.
5249
5250 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5253
5254 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5255
5256         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5257
5258 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5259
5260         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5261         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5262         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5263
5264         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5265         if it was failed.
5266         (wl-demo): Disable undo in the demo buffer.
5267
5268 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl-version.el (wl-version): Changed codename.
5271
5272         * Version number is increased to 2.9.0.
5273
5274 2001-12-14  Takuo KITAME <kitame@northeye.org>
5275
5276         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5277         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5278         (wl-folder-mark-as-read-all-current-entity): Ditto.
5279
5280 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-vars.el (wl-from-width): Define as obsolete variable.
5283         (wl-subject-length-limit): Ditto.
5284
5285         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5286
5287         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5288         wl-summary-save-view.
5289
5290         * wl.el (wl-save-status): Ditto.
5291         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5292
5293         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5294         (wl-summary-exit): Follow the change above.
5295         (wl-summary-goto-folder-subr): Ditto.
5296
5297         * wl-folder.el (wl-folder-create-subr): Don't use
5298         `elmo-folder-creatable-p'.
5299
5300 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5301
5302         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5303
5304 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5305
5306         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5307         rather than bitmap on Emacs 21.
5308         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5309         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5310         for xbm if the new redisplay engine is not available.
5311
5312 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5313
5314         * wl-folder.el (wl-folder-init-hook): New hook.
5315         (wl-folder-init): Run `wl-folder-init-hook'.
5316
5317 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5320
5321 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * wl-acap.el (wl-acap-cache-filename): New variable.
5324         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5325         (wl-acap-init): Use cache if no ACAP server found.
5326
5327 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5328
5329         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5330         `wl-acap-original-msgdb-dir'.
5331
5332         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5333         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5334
5335         * wl-mime.el (wl-mime-save-directory): Renamed from
5336         `wl-mime-save-dir'.
5337
5338 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5341
5342         * wl-demo.el: Require `path-util'.
5343         (wl-demo-bitmap-mule-available-p): New internal variable.
5344         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5345         `module-installed-p' instead.
5346         (wl-demo-insert-image): Use *.img file for a bitmap image.
5347         (wl-demo): Don't call the ascii demo recursively.
5348
5349 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5350
5351         * Version number is increased to 2.7.7.
5352
5353 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5354
5355         * wl.el (wl-exit): Eliminated byte-compile warning.
5356
5357 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5358
5359         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5360         obsolete variable using `elmo-define-obsolete-variable'.
5361         (wl-fetch-confirm-threshold): Ditto.
5362         (wl-cache-prefetch-folder-type-list): Ditto.
5363         (wl-cache-prefetch-folder-list): Ditto.
5364
5365 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5368         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5369         (wl-demo-insert-image): New function.
5370         (wl-demo-insert-text): New function.
5371         (wl-demo-image-type-alist): Redefine as a function.
5372         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5373         (wl-demo-with-temp-file-buffer): Removed.
5374         (wl-logo-xpm): Removed.
5375         (wl-logo-xbm): Removed.
5376         (wl-logo-bitmap): Removed.
5377
5378 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5379
5380         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5381         (wl-expire-localdir-get-folder-function): New user option.
5382         (wl-expire-localdir-get-folder): New function.
5383         (wl-expire-localdir-date): Ditto.
5384
5385 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5386
5387         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5388         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5389         Fixed unread number mismatch when all-unread < unread.
5390
5391 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5394         (wl-fetch-confirm-threshold): Ditto.
5395
5396         * wl-summary.el (wl-summary-confirm-appends): Removed.
5397         (wl-summary-sync-update): Don't refer
5398         `wl-summary-update-confirm-threshold' (It is now abolished).
5399
5400         * wl-message.el (wl-message-display-internal): Don't refer
5401         `wl-fetch-confirm-threshold' (It is now abolished).
5402
5403 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5406
5407 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5408
5409         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5410         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5411         Change default value to nil.
5412         (wl-summary-indent-length-limit): The value can be nil, nil means
5413         unlimited.
5414
5415         * wl-summary.el: Don't set limit for indent length if the value of
5416         wl-summary-indent-length-limit is nil.
5417         If the value of wl-summary-width is nil, it means only that the width
5418         of summary is unlimited (nil doesn't mean that the indent length is
5419         unlimited).
5420
5421         * wl-thread.el: Ditto.
5422
5423 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5424
5425         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5426         be nil, nil means never confirm.
5427         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5428
5429 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5430
5431         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5432         means unlimited).
5433
5434 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5437         Use `with-temp-buffer'.
5438
5439 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5440
5441         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5442         with new backquote style).
5443         (wl-folder-get-entity-from-buffer): Ditto.
5444
5445 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5446
5447         * wl-version.el (nemacs-version): Eliminated.
5448         (wl-extended-emacs-version2): Ignore nemacs.
5449         (wl-extended-emacs-version3): Ditto.
5450
5451 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5452
5453         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5454         (wl-draft-add-in-reply-to): New variable.
5455         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5456         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5457         (wl-draft-yank-from-mail-reply-buffer): Use
5458         `wl-draft-add-in-reply-to'.
5459         (wl-draft-insert-current-message): Ditto.
5460
5461 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5462
5463         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5464         typo (kill->hide).
5465         (wl-message-buffer-prefetch-folder-type-list): Added elements
5466         `mark' and `cache' instead of `internal'.
5467
5468 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5471         resume msgdb directory.
5472
5473 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl.el (wl-exit): Call `wl-acap-exit'.
5476
5477         * wl-summary.el (wl-summary-message-string): New function.
5478         (wl-summary-reedit): Use it.
5479         (wl-summary-resend-bounced-mail): Remove needless let.
5480         (wl-summary-supersedes-message): Ditto.
5481         (wl-summary-save): Ditto.
5482
5483         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5484         (wl-acap-init): Set it.
5485         (wl-acap-exit): New function.
5486
5487 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5488
5489         * wl.el (wl-init): Revert (require 'mime-setup). move from
5490         toplevel.
5491
5492 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5493
5494         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5495         local variables.  Add error when guess function return invalid
5496         value.
5497
5498 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5499
5500         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5501         Change local variable name.
5502         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5503         (wl-folder-get-newsgroups): Return nil when non-news folder.
5504         * wl-summary.el (wl-summary-write-current-folder): State through
5505         when guess-list return nil.
5506         (wl-summary-write-current-folder-functions): Fixed docstring.
5507
5508         * wl.el (wl-exit): Changed confirm message.
5509
5510         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5511         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5512
5513         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5514
5515 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5516
5517         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5518         user option (Renamed from wl-cache-prefetch-folder-type-list).
5519         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5520         from wl-cache-prefetch-folder-list).
5521
5522         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5523         Move to wl-vars.el.
5524         (wl-message-buffer-prefetch-p): Changed to enable
5525         `wl-message-buffer-prefetch-folder-list'.
5526
5527         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5528         `ignore-cache'.
5529
5530 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5531
5532         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5533         `part-top' and `part-bottom'.
5534         (wl-draft-config-sub-part-top): New function.
5535         (wl-draft-config-sub-part-bottom): New function.
5536
5537 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5538
5539         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5540
5541 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5542
5543         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5544
5545 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5546
5547         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5548
5549         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5550         (wl-summary-write-current-folder): Ditto.
5551
5552 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5553
5554         * wl-folder.el (wl-folder-get-newsgroups): Use
5555         `elmo-folder-newsgroups'.
5556
5557 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5558
5559         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5560         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5561         `wl-draft-config-sub-header-bottom'.
5562
5563 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5564
5565         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5566         localnews folder.
5567
5568 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5569
5570         * wl-summary.el (wl-summary-mode): Undo last change.
5571
5572         * wl-folder.el (wl-folder-mode): Ditto.
5573
5574 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5575
5576         * wl-summary.el (wl-summary-mode): Locally set
5577         truncate-partial-window-width to nil.
5578         (for XEmacs)
5579
5580         * wl-folder.el (wl-folder-mode): Ditto.
5581
5582 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5583
5584         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5585
5586 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5587
5588         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5589         number.
5590
5591         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5592
5593         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5594
5595         * Version number is increased to 2.7.6.
5596
5597 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5598
5599         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5600
5601 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5602
5603         * wl-summary.el (wl-summary-sync-update): Enclose network
5604         related portion with `unwind-protect'.
5605
5606 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5607
5608         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5609
5610 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5611
5612         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5613         element.
5614         * wl-vars.el (wl-message-body-button-alist): Ditto.
5615
5616         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5617         max match length.
5618         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5619
5620         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5621         for the max match length;
5622         Use 4th element value for the button string regexp group.
5623
5624         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5625         candidate exists, prompt to select.
5626
5627 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5628
5629         * wl-summary.el (wl-summary-jump-to-msg): Search before
5630         calibration point by `beginning-of-line'.
5631
5632 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5633
5634         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5635         for access group.
5636
5637 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5638
5639         * wl-message.el (wl-message-display-internal): Bind
5640         `default-mime-charset'.
5641
5642         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5643
5644         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5645
5646         * Version number is increased to 2.7.5.
5647
5648 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5649
5650         * wl-expire.el (wl-summary-archive): Fixed;
5651         Use `elmo-folder-name-internal'.
5652
5653 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5654
5655         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5656         from `elmo-folder-move-messages' caller.
5657         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5658
5659         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5660         related portions are changed).
5661
5662 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5663
5664         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5665         counter.
5666
5667 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5668
5669         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5670         buffer local and set it to nil.
5671
5672         * wl-message.el (wl-message-redisplay): Ditto.
5673
5674 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5675
5676         * wl-summary.el (wl-summary-mark-as-important): If message is
5677         already cached, set messag as read, otherwise encache and mark as read.
5678
5679 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5680
5681         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5682         point-min.
5683
5684 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5685
5686         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5687         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5688         a keymap.
5689
5690 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5693         parent.
5694
5695         * wl-mule.el (wl-message-define-keymap): Ditto.
5696
5697         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5698
5699         * wl-xmas.el (wl-message-display-internal-hook): Define.
5700         (wl-xmas-setup-message-toolbar): Define as function.
5701         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5702         (wl-message-overload-functions): Abolished.
5703         (wl-message-define-keymap): New function.
5704
5705         * wl-vars.el (wl-message-display-internal-hook): New variable.
5706         (wl-message-header-button-alist): New variable (Renamed from
5707         wl-highlight-message-header-button-alist).
5708         (wl-message-body-button-alist): Ditto.
5709
5710         * wl-mule.el (wl-message-define-keymap): New function.
5711         (wl-message-overload-functions): Abolished.
5712
5713         * wl-message.el (wl-message-add-buttons-to-body): New function.
5714         (wl-message-redisplay): Don't call wl-message-overload-functions;
5715         Call wl-message-add-buttons-to-header and
5716         wl-message-add-buttons-to-body.
5717         (wl-message-display-internal): Set keymap argument for
5718         elmo-mime-display-as-is, elmo-mime-message-display;
5719         Run wl-message-display-internal-hook.
5720         (wl-message-refer-article-or-url): Abolished.
5721
5722         * wl-highlight.el (wl-highlight-headers): Don't call
5723         wl-highlight-message-add-buttons-to-header.
5724         (wl-highlight-message-add-buttons-to-header): Abolished.
5725
5726
5727         * wl-e21.el (wl-message-display-internal-hook): Define.
5728         (wl-e21-setup-toolbar): Deleted duplicated binding.
5729         (wl-e21-setup-message-toolbar): Define as function.
5730         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5731         (wl-message-define-keymap): New function.
5732         (wl-message-overload-functions): Abolished.
5733
5734 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5735
5736         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5737         and elmo-folder-close.
5738
5739         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5740
5741 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5742
5743         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5744         boolean value.
5745         * wl-draft.el (wl-draft-do-fcc): Ditto.
5746
5747 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5748
5749         * wl-vars.el (wl-fcc-force-as-read): New variable.
5750         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5751         mark copied message as read.
5752
5753 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5754
5755         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5756
5757 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5758
5759         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5760         `wl-summary-target-above' instead of obsolete variable
5761         `wl-summary-temp-above'.
5762
5763         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5764         instead of `make-obsolete-variable'.
5765         * wl-refile.el (toplevel): Ditto.
5766
5767 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5768
5769         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5770         with third argument t.
5771         (wl-draft): Set first argument for wl-plugged-init as t.
5772
5773         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5774         definition.
5775
5776 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5777
5778         * wl-vars.el: Tabify.
5779         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5780
5781         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5782         message.
5783
5784 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5785
5786         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5787         and set default to beep.
5788
5789 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5790
5791         * wl-vars.el (wl-draft-truncate-lines): New variable.
5792
5793         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5794         instead of wl-message-truncate-lines for truncate-lines.
5795
5796 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5797
5798         * wl-message.el (wl-message-display-internal): Call
5799         `wl-highlight-message' after `elmo-mime-display-as-is'.
5800
5801         * wl-mime.el (wl-mime-display-text/plain): New function.
5802         (wl-mime-display-header): Ditto.
5803         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5804         body-presentation-method for text/plain;
5805         Register `wl-mime-display-header' as a header-presentation-method;
5806         Don't set up `elmo-message-text-content-inserted-hook' and
5807         `elmo-message-header-inserted-hook'.
5808
5809         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5810         variable.
5811         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5812         as t if flag is 'all-header;
5813         Don't bind `elmo-message-ignored-field-list',
5814         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5815
5816 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5819         for xemacs with non-mule environment.
5820
5821 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5822
5823         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5824         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5825         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5826
5827 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5828
5829         * wl-vars.el (wl-interactive-send): Set default value as t.
5830
5831 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5832
5833         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5834         (wl-addrmgr-method-list): Abolished.
5835         (wl-addrmgr-change-method): Follow above change.
5836
5837         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5838
5839 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5840
5841         * wl-vars.el (wl-message-truncate-lines): Change default value
5842         to default-truncate-lines.
5843
5844         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5845
5846 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5847
5848         * wl-vars.el (wl-message-truncate-lines): New variable.
5849
5850         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5851         wl-message-truncate-lines.
5852
5853 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5854
5855         * wl-acap.el (wl-acap-init): Remove period from error message.
5856         (wl-acap-find-acap-service): Remove period from message.
5857
5858 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5859
5860         * wl.el (wl-check-environment): Undo last change.
5861
5862         * wl-vars.el (wl-from): Changed default value.
5863
5864         * wl-util.el (toplevel): Don't require tm-edit.
5865
5866         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5867         `wl-folder-init';
5868         Don't set mark on mail body.
5869         (wl-draft-reedit): Ditto.
5870
5871         * wl-address.el (wl-address-quote-specials): Define as an alias for
5872         elmo-address-quote-specials.
5873
5874 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5875
5876         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5877
5878         * wl-vars.el (wl-from): Set default value as nil.
5879         (wl-organization): Set default value as ORGANIZATION environment
5880         variable.
5881
5882         * wl-draft.el (wl-smtp-extension-bind): Check value of
5883         wl-smtp-connection-type.
5884
5885         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5886         error.
5887
5888 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5889
5890         * Version number is increased to 2.7.4.
5891
5892         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5893         arguments from `wl-highlight-x-face-function' caller.
5894         Use x-face-1.3.6.12 or later.
5895
5896 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5897
5898         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5899
5900 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5901
5902         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5903         (wl-fcc): Fix to accept function.
5904         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5905
5906 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5907
5908         * wl-acap.el (toplevel): Added `product-provide' declare.
5909         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5910
5911 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5912
5913         * wl.el (wl): Changed order of calling `elmo-init'
5914         and `elmo-folder-init'.
5915
5916 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5917
5918         * wl-mime.el (wl-summary-burst): Extract message when content-type
5919         of root entity is not only `multipart' but also `message/rfc822'.
5920         (wl-summary-burst-subr): Ditto.
5921
5922 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-vars.el (toplevel): Require 'custom.
5925         (wl-trash-folder): Added to `wl-setting' group.
5926
5927         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5928         exists.
5929         (wl-addrmgr-draw): Insert empty line when no entry exists.
5930
5931         * wl-mule.el (wl-message-wheel-up): Fixed.
5932         (wl-message-wheel-down): Ditto.
5933
5934 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5935
5936         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5937         config is an anonymous lambda expression.
5938
5939 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5940
5941         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5942         when Mule 2 is running.
5943
5944 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5947
5948 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5951         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5952
5953         * wl-address.el (wl-address-specials-regexp): Eliminated.
5954         (wl-address-quote-specials): Rewrite.
5955
5956 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5957
5958         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5959         shy-groups for regexp.
5960
5961         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5962         character classes and Perl style shy-groups for regexp.
5963         (wl-highlight-plugged-current-line): Use Posix style character
5964         classes for regexp.
5965         (wl-e21-highlight-folder-by-numbers): Ditto.
5966         (wl-e21-display-image-p): Use `display-images-p' instead of
5967         `display-graphic-p'.
5968         (display-images-p): Make an alias to `display-graphic-p' if it is
5969         not available.  It is for Emacs version prior to 21.0.105.
5970
5971         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5972         `display-graphic-p'.
5973         (wl-demo-image-type-alist): Ditto.
5974         (display-images-p): Make an alias to `display-graphic-p' if it is
5975         not available.  It is for Emacs version prior to 21.0.105.
5976
5977 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5978
5979         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5980         support.
5981         (wl-generate-user-agent-string): Ditto.
5982
5983         * wl-version.el (wl-version): Update docsting.
5984         (wl-version-status): Ditto.
5985
5986 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5987
5988         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5989         21.0.105.  For Emacs 21.0.104 or earlier.
5990
5991 2001-09-03  Takuo KITAME <kitame@northeye.org>
5992
5993         * wl-e21.el (wl-plugged-init-icons): Use
5994         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5995         (wl-biff-init-icons): Ditto.
5996
5997 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5998
5999         * wl-highlight.el (wl-highlight-summary-current-line):
6000         Fixed highlighting refile/copy destination.
6001
6002         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
6003         (wl-acap-store): Encode string by wl-acap-coding-system.
6004
6005 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
6006
6007         * wl-acap.el (toplevel): Check and require 'un-define before
6008         'xemacs-ucs;
6009          Added checking for UTF-2000.
6010
6011 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6012
6013         * wl-acap.el (toplevel): Require 'un-define before 'wl;
6014         Don't enclose with `eval-and-compile'.
6015
6016         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
6017         wl-init is non-nil.
6018
6019         * wl-draft.el (wl-draft): Ditto.
6020
6021         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
6022
6023         * wl-acap.el (toplevel): Require 'wl.
6024         (wl-acap-store): Call `elmo-init'.
6025
6026         * wl.el (wl): Changed position of `wl-check-environment'.
6027         (toplevel): Added autoload setting for wl-acap.
6028
6029         * wl-vars.el (wl-setting): New custom group.
6030         (wl-from): Added wl-setting group.
6031         (wl-user-mail-address-list): Ditto.
6032         (wl-organization): Ditto.
6033         (wl-subscribed-mailing-list): Ditto.
6034         (wl-envelope-from): Ditto.
6035         (wl-smtp-posting-user): Ditto.
6036         (wl-smtp-posting-server): Ditto.
6037         (wl-smtp-posting-port): Ditto.
6038         (wl-smtp-authenticate-type): Ditto.
6039         (wl-pop-before-smtp-user): Ditto.
6040         (wl-pop-before-smtp-server): Ditto.
6041         (wl-pop-before-smtp-port): Ditto.
6042         (wl-pop-before-smtp-authenticate-type): Ditto.
6043         (wl-nntp-posting-server): Ditto.
6044         (wl-nntp-posting-user): Ditto.
6045         (wl-nntp-posting-port): Ditto.
6046         (wl-fetch-confirm-threshold): Ditto.
6047         (wl-prefetch-threshold): Ditto.
6048         (wl-thread-insert-opened): Ditto.
6049         (wl-ldap-server): Ditto.
6050         (wl-ldap-port): Ditto.
6051         (wl-ldap-base): Ditto.
6052         (wl-ldap-objectclass): Ditto.
6053         (wl-use-ldap): Ditto.
6054         (wl-draft-config-alist): Ditto.
6055         (wl-draft-config-matchone): Ditto.
6056         (wl-template-alist): Ditto.
6057         (wl-message-sort-field-list): Ditto.
6058         (wl-message-ignored-field-list): Ditto.
6059         (wl-message-visible-field-list): Ditto.
6060         (wl-interactive-send): Ditto.
6061         (wl-summary-move-order): Ditto.
6062         (wl-auto-select-first): Ditto.
6063         (wl-auto-select-next): Ditto.
6064         (wl-interactive-save-folders): Ditto.
6065
6066         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6067         Initialization codes are moved from wl-local-folder-init.
6068         (wl-local-folder-init): Follow the change above.
6069         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6070
6071         * wl-acap.el: New file.
6072
6073         * Version number is increased to 2.7.3.
6074
6075 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6076
6077         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6078
6079 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6080
6081         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6082         (wl-addrmgr-address-entry-list): Ditto.
6083
6084 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6085
6086         * wl-e21.el (wl-draft-mode-map): Removed binding for
6087         `wl-draft-insert-x-face-field'.
6088
6089         * wl-mule.el (wl-draft-mode-map): Ditto.
6090
6091         * wl-xmas.el (wl-draft-mode-map): Ditto.
6092
6093         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6094         (wl-cs-autoconv): Ditto.
6095         (wl-cs-local): Ditto.
6096         (wl-use-scoring): Ditto.
6097         (wl-mime-charset): Ditto.
6098         (wl-folder-check-async): Ditto.
6099
6100         * wl.el (toplevel): Ignore nemacs and tm.
6101         (wl-exit): Ditto.
6102
6103         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6104         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6105         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6106         instead of wl-address-petname-add-or-change.
6107         (wl-summary-edit-addresses-subr): Use wl-address-delete
6108         instead of wl-address-petname-delete.
6109
6110         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6111
6112         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6113         if error occured.
6114
6115         * wl-message.el (require): Remove tm support.
6116
6117         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6118
6119         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6120         (wl-folder-jump-to-current-entity): Ditto.
6121         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6122
6123         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6124         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6125         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6126
6127         * wl-mule.el (wl-draft-key-setup): Ditto.
6128
6129         * wl-xmas.el (wl-draft-key-setup): Ditto.
6130
6131         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6132         (wl-draft-std11-parse-addresses): New function.
6133         (wl-draft-parse-mailbox-list): Use it.
6134         (wl-draft): Ignore nemacs.
6135         (wl-draft-reedit): Ditto.
6136
6137         * wl-addrmgr.el: New file.
6138         (Original is wl-rcpt.el written by
6139         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6140         Thanks Kitamoto-san.)
6141
6142         * wl-address.el (wl-address-make-address-list): Modified parsing
6143         process.
6144         (wl-address-delete): Renamed from `wl-address-petname-delete';
6145         Modify wl-address-list too.
6146         (wl-address-add-or-change): Renamed from
6147         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6148
6149 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6150
6151         * wl-highlight.el (wl-highlight-summary-current-line):
6152           Work with transient-mark-mode
6153
6154 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6155
6156         * Version number is increased to 2.7.2.
6157
6158         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6159         instead of elmo-dop-queue-method.
6160
6161 2001-08-06  SAITO Atsunori <sai@yedo.com>
6162
6163         * wl-vars.el (wl-ldap-objectclass): New user option.
6164
6165         * wl-address.el (wl-ldap-make-filter): Use it.
6166
6167 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6170
6171 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6172
6173         * wl-folder.el (wl-folder): redisplay after folder insertion.
6174
6175         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6176
6177         * wl-summary.el (wl-summary-sync-update):
6178         Change status mark only when new-msgdb exists.
6179         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6180
6181 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * wl-summary.el (wl-summary-open-folder): New function.
6184         (wl-summary-goto-folder-subr): Use it.
6185         (wl-summary-mark-as-important): Fix;
6186         Encache only when no cache exists.
6187
6188 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6191         Use with-current-buffer.
6192
6193 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6194
6195         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6196         before call `get-buffer'. Fixed parenthesis.
6197         (wl-score-get-header-entry): Clear message and help window when
6198         keyboard quit.
6199         (wl-score-edit-insert-header): Ditto.
6200
6201 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6202
6203         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6204         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6205         (wl-default-draft-cite): Fix.
6206
6207         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6208         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6209
6210 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6211
6212         * wl-message.el (wl-message-prev-page): Do same bahavior
6213         as summary when it is called in the message buffer.
6214         (wl-message-next-page): Ditto.
6215
6216 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl-summary.el (wl-summary-forward): Use cache if it is not
6219         section cache.
6220
6221 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6224         Removed redundant require of elmo-vars.
6225         (wl-biff-state-indicator-on): Changed default value for
6226         xemacs with non-mule environment.
6227
6228         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6229         wl-message-buffer is nil;
6230         Hide progress bar after moving messages.
6231
6232 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6235         message at cursor point is deleted.
6236
6237 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-vars.el: Changed file coding system to euc-japan.
6240         Added -*-coding:-*- magic to the first line.
6241
6242         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6243         Search parent from the first message.
6244
6245         * Version number is increased to 2.7.1.
6246
6247 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6248
6249         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6250
6251 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6252
6253         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6254         refile/delete execution.
6255
6256         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6257         Fixed docstring.
6258
6259 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6260
6261         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6262         do update process;
6263         Don't update marks when update process is interrupted.
6264
6265 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * wl-summary.el (wl-summary-reply): Fixed problem when
6268         wl-draft-use-frame is non-nil.
6269         (wl-summary-forward): Ditto.
6270
6271         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6272         as nil.
6273         (wl-folder-mark-as-read-all-entity): Ditto.
6274         (wl-folder-prefetch-entity): Ditto.
6275
6276         * wl.el (wl): Check environment before wl-init.
6277
6278         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6279         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6280         instead of wl-summary-collect-unread.
6281         (wl-summary-reply): Split message window.
6282
6283 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6286         only if current language environment is japanese,
6287
6288         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6289         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6290         (wl-folder-goto-folder-subr): Ditto.
6291
6292         * wl-draft.el (wl-draft-dispatch-message): Call
6293         `elmo-file-cache-get-path'.
6294
6295 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6296
6297         * wl-summary.el (wl-summary-cursor-move): If return value of
6298         wl-summary-next-message is not number, don't jump.
6299
6300 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6301
6302         * wl-summary.el (wl-summary-buffer-next-message-function): New
6303         variable.
6304         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6305         if it is bound.
6306
6307         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6308         string.
6309
6310         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6311         (wl-plugged-drawing): Ditto.
6312
6313 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6316         process.
6317         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6318         with unwind-protect.
6319
6320         * wl.el (wl-init): Require mime-setup.
6321         (wl-check-environment): Don't require mime-setup.
6322
6323         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6324         instead of elmo-folder-type.
6325
6326         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6327         value as nil.
6328
6329 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6330
6331         * Version number is increased to 2.7.0.
6332
6333         * wl-version.el (wl-version): Changed codename.
6334
6335         * wl-summary.el (wl-summary-delete-cache): Fixed.
6336
6337         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6338         Workaround for net folders.
6339         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6340
6341         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6342         value to nil (According to the patch from
6343         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6344
6345         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6346         of elmo-folder-close.
6347
6348 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6349
6350         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6351         for postfix.
6352
6353 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6354
6355         * wl-summary.el (wl-summary-resend-message): Fixed.
6356
6357         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6358         Call wl-draft with `from' argument if its address is included in
6359         `wl-user-mail-address-list'.
6360         (wl-draft): Added `from' argument.
6361
6362         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6363         non-nil.
6364         (wl): Don't show demo if wl-demo is nil.
6365
6366         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6367         wl-summary-use-frame.
6368
6369         * wl-vars.el (wl-summary-use-frame): New user option.
6370         (wl-folder-use-frame): Changed docstring.
6371
6372         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6373         non-nil.
6374         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6375         wl-summary-use-frame.
6376
6377         * wl-vars.el (wl-folder-use-frame): New user option.
6378
6379         * wl-summary.el (wl-summary-exit): Back to folder frame if
6380         wl-folder-use-frame is non-nil.
6381         (wl-summary-redisplay-internal): Ignore cache if current folder
6382         is draft folder,
6383         (wl-summary-redisplay-no-mime): Ditto.
6384         (wl-summary-redisplay-all-header): Ditto.
6385
6386         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6387         if wl-folder-use-frame is non-nil.
6388
6389 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-summary.el (wl-summary-sync-update): Bind
6392         elmo-folder-update-threshold.
6393         (wl-summary-mark-as-important): Enclosed server mark processing
6394         with `save-match-data'.
6395
6396         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6397         only when it is already defined.
6398
6399 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6400
6401         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6402         name of folder exclude localdir is wrong.
6403         * wl-folder.el (wl-folder-sync-entity):
6404         Set `wl-summary-always-sticky-folder-list' as nil.
6405         (wl-folder-mark-as-read-all-entity): Ditto.
6406         (wl-folder-prefetch-entity): Ditto.
6407
6408 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6409
6410         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6411         instead of `wl-summary-write-current-newsgroup'.
6412
6413 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6414
6415         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6416         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6417         non-nil and selected message is important, do not display.
6418
6419 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6422
6423 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6424
6425         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6426
6427         * wl-summary.el (wl-summary-mark-as-important): Set message number
6428         using wl-summary-message-number.
6429
6430 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6431
6432         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6433         destination folder is 'null.
6434
6435 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6436
6437         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6438         New function.
6439         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6440         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6441         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6442
6443 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6444
6445         * wl-mime.el (wl-mime-setup): Added setting for
6446         `mime-setup-signature-key-alist' to avoid overriding key bind for
6447         `wl-draft-send'.
6448
6449         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6450         for `wl-draft-send'.
6451         * wl-mule.el (wl-draft-overload-functions): Ditto.
6452         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6453         * wl-draft.el (wl-draft-send): Ditto.
6454
6455         * wl-message.el (wl-message-display-internal):
6456         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6457         (Patch is provided by <kita@coe.nttdata.co.jp>).
6458
6459 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6462
6463 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6464
6465         * wl.el (wl): Fix for wl-demo.
6466
6467 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6468
6469         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6470
6471 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6472
6473         * wl-folder.el (wl-folder-prefetch-entity): Use
6474         `wl-folder-get-elmo-folder'.
6475         (wl-folder-count-incorporates): Do not use
6476         `wl-folder-get-elmo-folder'.
6477
6478 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6479
6480         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6481         instead of `elmo-folder-get-type'.
6482
6483 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6484
6485         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6486         position on Subject: field.
6487         (Advised by Mito <mit@nines.nec.co.jp>)
6488
6489 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6490
6491         * wl-folder.el (wl-folder-prefetch-entity): Use
6492         `wl-folder-get-elmo-folder'.
6493
6494 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6497
6498         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6499         `process-duplicates' slot.
6500
6501         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6502         if detection failed.
6503
6504 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6505
6506         * wl-version.el (wl-version-status): Set to "alpha".
6507
6508 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6511         Check wl-message-buffer lives before set-buffer.
6512
6513 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6514
6515         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6516         called in folder mode.
6517         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6518         * wl-summary.el (wl-summary-exit-pre-hook): Run
6519         `wl-summary-exit-pre-hook' before exit summary mode.
6520
6521 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6522
6523         * wl-version.el (wl-version-status): New variable.
6524         (wl-version-status-alist): Removed.
6525         (wl-version-status): Rule included.
6526
6527 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6528
6529         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6530         @sponichi.
6531
6532         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6533         when `mail-reply-buffer' is buffer-local variable.
6534         (Reported by <kita@coe.nttdata.co.jp>).
6535
6536 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6537
6538         * wl-vars.el (toplevel): Require 'elmo-util.
6539
6540 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6541
6542         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6543         (All other related portions are changed)
6544
6545         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6546
6547         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6548
6549 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6550
6551         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6552
6553 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6554
6555         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6556         Delete other windows to avoid an error.
6557         Use `point-marker' instead of `point' to remember the start point
6558         of body.
6559
6560         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6561
6562         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6563         number not to exceed all message number.
6564
6565 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6566
6567         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6568         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6569
6570 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6571
6572         * wl-summary.el (wl-summary-sync-force-update): Added argument
6573         no-check.
6574         (wl-summary-sync-update): Ditto.
6575         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6576         with `no-check'.
6577
6578         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6579         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6580         already running.
6581
6582 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6583
6584         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6585         `dst-folder-arg'.
6586         (wl-expire-archive-number1): Diito.
6587         (wl-expire-archive-number2): Diito.
6588         (wl-expire-archive-Date): Diito.
6589         (wl-archive-number1): Diito.
6590         (wl-archive-number2): Diito.
6591         (wl-archive-date): Diito.
6592         (wl-archive-folder-p): New function.
6593         (wl-summary-expire): Support of expand folder name at
6594         wl-expire-alist.
6595         * wl-util.el (wl-expand-newtext): Renamed from
6596         `wl-refile-expand-newtext'.
6597
6598 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6599
6600         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6601         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6602         `(elmo-msgdb-get-overview msgdb)'.
6603         (wl-summary-prefetch): Bind match data before call
6604         `wl-summay-prefetch-msg'.
6605         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6606         'off if `wl-summary-buffer-disp-msg' is non-nil.
6607         Fixed problem that couldn't show only one new or unread message when
6608         enter folder.
6609         (wl-summary-reply): Don't call `split-window-vertically' and other
6610         window.
6611
6612 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6613
6614         * wl-expire.el (wl-expire-refile): Fixed.
6615
6616 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6617
6618         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6619
6620         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6621         biff notification is removed.
6622
6623         * wl.el (wl): Changed position of `elmo-init'.
6624
6625         * wl-draft.el (wl-default-draft-cite): Use date field
6626         on the citation buffer.
6627
6628         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6629
6630         * wl-xmas.el (wl-folder-internal-icon-list): Added
6631         `wl-folder-shimbun-image'.
6632
6633         * wl-e21.el (wl-folder-internal-icon-list): Added
6634         `wl-folder-shimbun-image'.
6635
6636 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6637
6638         * wl.el (wl-init): Eliminated argument.
6639         (wl): Rewrite.
6640
6641         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6642         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6643         instead of `elmo-folder-msgdb-internal'.
6644         (wl-summary-sync-update): Ditto.
6645         (wl-summary-flush-pending-append-operations): Eliminated.
6646         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6647         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6648         `elmo-folder-open'.
6649
6650         * wl-mime.el (wl-summary-burst): Fixed.
6651
6652         * wl-folder.el (wl-folder-info-save): Check data type.
6653
6654         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6655         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6656         instead of `elmo-folder-msgdb-internal'.
6657         (wl-expire-hide): Ditto.
6658
6659
6660         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6661
6662 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6663
6664         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6665
6666 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6667
6668         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6669
6670 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6671
6672         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6673         Fixed `match-beginning' argument mismatch.
6674
6675 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6676
6677         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6678         the default value.
6679
6680 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6681
6682         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6683         instead of `elmo-nntp-default-port'.
6684
6685         * wl-vars.el: Fixed some doc strings.
6686
6687 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6688
6689         * wl-summary.el (wl-summary-prefetch-msg): Use
6690         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6691
6692         * wl-vars.el: Define *-func as obsolete variable using
6693         `elmo-define-obsolete-variable'.
6694
6695         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6696         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6697         instead of `wl-message-buffer-prefetch-threshold'.
6698
6699         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6700
6701         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6702
6703         * wl-draft.el (wl-caesar-region-func): Ditto.
6704
6705         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6706         Keep unread status in elmo-folder-move-messages.
6707         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6708
6709 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6710
6711         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6712         `wl-summary-buffer-exit-func'
6713         (wl-summary-buffer-message-redisplay-function): Renamed from
6714         `wl-summary-buffer-message-redisplay-func'
6715         (wl-summary-buffer-next-folder-function): Renamed from
6716         `wl-summary-buffer-next-folder-func'.
6717         (wl-summary-buffer-prev-folder-function): Renamed from
6718         `wl-summary-buffer-prev-folder-func'.
6719         (wl-summary-get-petname-function): Renamed from
6720         `wl-summary-get-petname-func'.
6721
6722         * wl-score.el (wl-score-edit-exit-function): Renamed from
6723         `wl-score-edit-exit-func'.
6724
6725         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6726         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6727
6728         * wl-util.el (wl-load-profile-function): Renamed from
6729         `wl-load-profile-func'.
6730
6731         * wl-folder.el (wl-folder-completion-function): Renamed from
6732         `wl-folder-completion-func'.
6733         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6734
6735         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6736         `wl-expire-archive-get-folder-func'.
6737         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6738         (wl-draft-send-mail-function): Renamed from
6739         `wl-draft-send-mail-func'.
6740         (wl-draft-send-news-function): Renamed from
6741         `wl-draft-send-news-func'.
6742         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6743         (wl-generate-mailer-string-function): Renamed from
6744         `wl-generate-mailer-string-func'.
6745         (wl-highlight-signature-search-function): Renamed from
6746         `wl-highlight-signature-search-func'.
6747         (wl-highlight-x-face-function): Renamed from
6748         `wl-highlight-x-face-func'
6749         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6750         (wl-ps-print-buffer-function): Renamed from
6751         `wl-ps-print-buffer-func'
6752         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6753         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6754         (wl-summary-subject-filter-function): Renamed from
6755         `wl-summary-subject-filter-func'.
6756
6757         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6758         `wl-draft-queue-flush-send-func'
6759         (wl-draft-cite-function): Renamed from
6760         `wl-draft-cite-func'
6761
6762         * wl-address.el (wl-address-init-function): Renamed from
6763         `wl-address-init-func'.
6764
6765 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6766
6767         * wl-draft.el (wl-draft-queue-flush): Don't call
6768         `elmo-dop-unlock-message'.
6769         * wl-draft.el (wl-draft-queue-append): Don't call
6770         `elmo-dop-lock-message'.
6771
6772         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6773         (wl-summary-buffer-folder-name): Ditto.
6774         (wl-summary-message-regexp): Added '-' (all other related portions
6775         are changed).
6776         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6777         wl-summary-buffer-folder-name.
6778
6779 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6780
6781         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6782         the number of mails in the folder buffer is not updated by wl-biff.
6783
6784 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6785
6786         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6787         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6788
6789 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6790
6791         * wl-summary.el (wl-summary-next-message):
6792         Return next message number when wl-summary-move-order is nil.
6793
6794 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6795
6796         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6797         `wl-summary-move-spec-alist'.
6798         (wl-summary-move-spec-unplugged-alist): New variable
6799         (Move spec for unplugged status).
6800         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6801         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6802
6803 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6804
6805         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6806         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6807
6808 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6809
6810         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6811         simple quotation to quote the anonymous function.
6812         * tm-wl.el (wl-draft-preview-message): Ditto.
6813
6814 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6815
6816         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6817         Eliminate redundant `save-excursion'.
6818         (wl-highlight-summary-current-line): Ditto.
6819
6820         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6821         accessing match data when `looking-at' failed.
6822
6823         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6824         `elmo-match-string' where users don't care about the speed.
6825         (wl-draft-save): Ditto.
6826
6827 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6828
6829         * wl-util.el (wl-regexp-opt): New function.
6830
6831         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6832         number from `wl-summary-buffer-number-list'.
6833         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6834         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6835         (wl-summary-move-spec-alist): Changed default setting.
6836
6837 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6838
6839         * wl-vars.el (wl-biff-notify-hook): New hook.
6840         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6841         the arrival of new mail.
6842         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6843         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6844
6845 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6846
6847         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6848
6849 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6850
6851         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6852
6853         * Version number is increased to 2.5.8.
6854
6855         * wl-thread.el (toplevel): require 'cl.
6856         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6857         (wl-thread-make-number-list): New function.
6858         (wl-thread-entity-make-number-list-from-children): Ditto.
6859         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6860         (wl-thread-entity-insert-as-children): Likewise.
6861         (wl-thread-delete-message): Likewise.
6862         (wl-meaning-of-mark): Eliminated.
6863         (wl-thread-next-failure-mark-p): Ditto.
6864         (wl-thread-entity-get-mark): Ditto.
6865         (wl-thread-meaning-alist-get-result): Ditto.
6866         (wl-thread-entity-check-prev-mark): Ditto.
6867         (wl-thread-entity-check-next-mark): Ditto.
6868         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6869         (wl-thread-entity-get-prev-marked-entity): Ditto.
6870         (wl-thread-get-prev-unread): Ditto.
6871         (wl-thread-jump-to-prev-unread): Ditto.
6872         (wl-thread-get-next-unread): Ditto.
6873         (wl-thread-jump-to-next-unread): Ditto.
6874         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6875         (wl-thread-entity-get-next-marked-entity): Ditto.
6876
6877         * wl-summary.el (wl-summary-buffer-number-list):
6878         New bufer-local variable.
6879         (wl-summary-switch-to-clone-buffer): Clone
6880         `wl-summary-buffer-number-list'.
6881         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6882         (wl-summary-cursor-move-regex): Eliminated.
6883         (wl-summary-cursor-up): Rewrite.
6884         (wl-summary-cursor-down): Ditto.
6885         (wl-summary-mode-spec-alist): New variable.
6886         (wl-summary-next-message): New inline function.
6887         (wl-summary-cursor-move): New function.
6888         (wl-summary-default-get-next-msg): Rewrite.
6889         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6890         (wl-summary-rescan): Ditto.
6891         (wl-summary-sync-all-init): Ditto.
6892         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6893         summary is not thread view.
6894         (wl-summary-sync-update): Ditto.
6895         (wl-summary-rescan): Ditto.
6896         (wl-summary-make-number-list): New function.
6897
6898         * wl-draft.el: "FCC" -> "Fcc".
6899
6900 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6901
6902         * wl-highlight.el (wl-highlight-summary-window):
6903         Call `set-buffer-modified-p'.
6904
6905         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6906         (wl): Call `elmo-init' and fix.
6907
6908         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6909         Use new variables.
6910
6911         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6912
6913 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6914
6915         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6916
6917 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6918
6919         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6920
6921 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6922
6923         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6924         `wl-use-toolbar' nor `display-graphic-p'.
6925         (wl-e21-setup-message-toolbar): Ditto.
6926         (wl-e21-setup-summary-toolbar): Ditto.
6927         (wl-e21-setup-folder-toolbar): Ditto.
6928
6929         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6930         (wl-plugged-init-icons): Ditto.
6931
6932         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6933         `display-graphic-p'.
6934         (wl-plugged-set-folder-icon): Ditto.
6935         (wl-highlight-plugged-current-line): Ditto.
6936         (wl-highlight-folder-current-line): Ditto.
6937         (wl-e21-highlight-folder-group-line): Ditto.
6938         (wl-e21-setup-toolbar): Ditto.
6939         (wl-e21-display-image-p): New macro.
6940
6941         * wl-demo.el (wl-demo): Simplified.
6942         (wl-demo-image-type-alist): Use `image-type-available-p' for
6943         checking whether the image type `xbm' is available.
6944
6945 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6948         (wl-summary-input-range): Ditto.
6949
6950 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6951
6952         * wl-summary.el (wl-summary-edit-addresses): Use
6953         `wl-summary-get-original-buffer'
6954         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6955         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6956         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6957         (wl-summary-get-newsgroups): Eliminated.
6958         (wl-summary-set-crosspost): Ditto.
6959         (wl-summary-is-crosspost-folder): Ditto.
6960         (wl-crosspost-alist-load): Ditto.
6961         (wl-crosspost-alist-save): Ditto.
6962
6963         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6964         `elmo-setup-subscribed-newsgroups' instead of
6965         `elmo-nntp-make-groups-hashtb'.
6966         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6967         instead of `wl-crosspost-alist-save'.
6968
6969         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6970         of `elmo-folder-message-appendable-p'.
6971         (wl-mime-header-presentation-method): Eliminated.
6972
6973         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6974         (Error occurs in emacs21).
6975
6976         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6977         the current buffer).
6978
6979         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6980         instead of `wl-crosspost-alist-save'.
6981         (wl-init): `elmo-crosspost-message-alist-load'
6982         instead of `wl-crosspost-alist-load'
6983
6984         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6985         (wl-parse-newsgroups): Likewise.
6986         (wl-biff-notify): Run `wl-biff-notify-hook'.
6987
6988 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6989
6990         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6991
6992         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6993         when `wl-summary-lazy-highlight' is non-nil.
6994         (wl-summary-goto-folder-subr): Highlight only when
6995         `wl-summary-lazy-highlight' is non-nil.
6996
6997         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6998         Don't display progress and highlight temp-mark when
6999         `wl-summary-lazy-highlight' is non-nil.
7000         (wl-highlight-summary-window): New function.
7001         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
7002
7003 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7004
7005         * wl-summary.el (wl-summary-sync): Change `all-visible'
7006         from `all-shown'
7007         (wl-summary-input-range): Ditto.
7008
7009 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7010
7011         * wl-e21.el (wl-highlight-folder-current-line): Call
7012         `wl-folder-init-icons' when folder icons have not been initialized.
7013
7014         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
7015
7016         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
7017         (wl-demo-image-type-alist): New macro.
7018
7019 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7020
7021         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
7022         display does not support graphics.
7023         (wl-plugged-init-icons): Ditto.
7024         (wl-folder-init-icons): Ditto.
7025
7026         * wl-demo.el (wl-demo): Chech closely whether the display
7027         supports graphics.
7028
7029 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
7030
7031         * wl-summary.el (wl-summary-get-original-buffer): New function.
7032         (wl-summary-set-crosspost): Use it.
7033         (wl-summary-target-mark-uudecode): Ditto.
7034         (wl-summary-reedit): Ditto.
7035         (wl-summary-resend-bounced-mail): Ditto.
7036         (wl-summary-update-crosspost): Eliminated (It may be incorporated
7037         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
7038
7039         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
7040         (wl-message-display-internal): Ditto.
7041
7042 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
7043
7044         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7045
7046 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7047
7048         * wl-summary.el (wl-summary-save-view): Renamed from
7049         `wl-summary-save-status'.
7050
7051 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7052
7053         * wl-summary.el (wl-summary-sync): Added `all-shown'
7054
7055 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7056
7057         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7058
7059 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7060
7061         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7062
7063 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7064
7065         * wl-highlight.el (wl-highlight-summary-line-string): Use
7066         `zerop' instead of `= 0'.
7067         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7068
7069         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7070         for comparing numbers.
7071         (wl-template-prev): Use `zerop' instead of `eq 0'.
7072
7073         * wl-draft.el (wl-draft-insert-current-message): Use
7074         `with-current-buffer' instead of `save-excursion'.
7075         Use `zerop' instead of `eq 0'.
7076
7077 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7078
7079         * wl-draft.el (wl-draft-insert-ccs): New function.
7080         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7081         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7082
7083 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7086
7087 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7088
7089         * wl-expire.el (wl-expire-refile): Don't call
7090         elmo-msgdb-add-msgs-to-seen-list;
7091         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7092         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7093
7094 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * wl-message.el (wl-message-prev-page): Ignore errors while
7097         scroll-down.
7098
7099 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7100
7101         * wl-mime.el: Use elmo-original-message-mode instead of
7102         mmelmo-original-mode.
7103
7104         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7105         `elmo-folder-get-spec';
7106         (wl-fldmgr-add-completion-all-completions):
7107         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7108
7109         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7110         of `elmo-folder-get-type'.
7111
7112         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7113         `elmo-folder-get-spec';
7114         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7115         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7116         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7117         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7118         `elmo-read-msg-no-cache';
7119         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7120         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7121         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7122         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7123         `elmo-cache-save';
7124         (wl-draft-reedit): Use `elmo-message-file-name'.
7125
7126         * wl-expire.el: Use `elmo-folder-name-internal';
7127         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7128         Use macro `wl-summary-buffer-msgdb' instead of variable
7129         `wl-summary-buffer-msgdb';
7130         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7131         Use macro `wl-summary-buffer-folder-name' instead of variable
7132         `wl-summary-buffer-folder-name'.
7133         * wl-score.el: Likewise.
7134
7135         * wl-message.el: Rewrite for new message buffer cache mechanism.
7136         (wl-message-buffer-cache-buffer-get): New macro.
7137         (wl-message-buffer-cache-folder-get): Ditto.
7138         (wl-message-buffer-cache-message-get): Ditto.
7139         (wl-message-buffer-cache-entry-make): Ditto.
7140         (wl-message-buffer-cache-hit): Ditto.
7141         (wl-message-buffer-cache-sort): New function.
7142         (wl-message-buffer-cache-add): Ditto.
7143         (wl-message-buffer-cache-delete): Ditto.
7144         (wl-message-buffer-cache-clean-up): Ditto.
7145         (wl-message-buffer-window): Rewrite.
7146         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7147         (wl-message-buffer-display): New function.
7148         (wl-message-display-internal): New function.
7149
7150 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-folder.el: Use `elmo-folder-name-internal';
7153         Use `wl-folder-get-elmo-folder';
7154         Use `elmo-folder-list-messages' instead of
7155         `elmo-list-folder';
7156         Use `elmo-folder-get-primitive-list' instead of
7157         `elmo-folder-get-primitive-spec-list';
7158         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7159         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7160         Use `elmo-folder-create' instead of `elmo-create-folder'.
7161         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7162         (wl-folder-get-elmo-folder): New macro.
7163         (wl-folder-elmo-folder-cache-get): Ditto.
7164         (wl-folder-elmo-folder-cache-put): Ditto.
7165         (wl-folder-suspend): Call `elmo-quit'.
7166
7167         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7168         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7169         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7170         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7171         (toplevel): require 'cl.
7172         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7173
7174         * wl-summary.el: Rewrite to use new elmo interface.
7175
7176 \f
7177 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7178
7179         * wl-mime.el (wl-draft-preview-message):
7180         Run `wl-draft-send-hook' before collecting recipients information;
7181         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7182
7183         * tm-wl.el (wl-draft-preview-message): Ditto.
7184
7185 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7188         wrong recipients are displayed when forwarded message.
7189
7190 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7191
7192         * Version number is increased to 2.5.7.
7193
7194 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7195
7196         * wl-message.el (wl-message-next-page): Bind
7197         `window-pixel-scroll-increment' to nil while scrolling up.
7198
7199 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7200
7201         * wl-vars.el (wl-save-hook): New hook.
7202         * wl.el (wl-save): Call `wl-save-hook'.
7203
7204 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7205
7206         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7207         Argument WITH-ARG instead of NO-ARG (negative mean).
7208         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7209         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7210         * wl-message.el (wl-message-follow-current-entity): Likewise.
7211
7212 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7213
7214         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7215         FROM was optional argument.
7216         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7217
7218 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7219
7220         * Version number is increased to 2.5.6.
7221
7222 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7223
7224         * wl-version.el (wl-version-show): Removed.
7225         (wl-version): Add `interactive'.
7226
7227 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7228
7229         * wl-summary.el (wl-summary-get-petname-func): New variable.
7230         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7231         instead of `wl-address-get-petname-1'.
7232         (wl-summary-simple-from): Ditto.
7233
7234         * wl-address.el (wl-address-get-petname-1): Define as function.
7235
7236 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7237
7238         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7239         field in the original message.
7240         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7241
7242 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7243
7244         * wl-expire.el (wl-expire-hide):
7245         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7246
7247 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7248
7249         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7250         find decoder for To, Cc, and Subject.
7251
7252 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7253
7254         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7255         for checking `elmo-use-buffer-cache'.
7256         (wl-summary-mark-as-important): Fixed typo in comment.
7257
7258 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7259
7260         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7261         field in the original message.
7262         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7263
7264 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7265
7266         * wl-expire.el (wl-expire-hide):
7267         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7268
7269 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7270
7271         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7272         find decoder for To, Cc, and Subject.
7273
7274 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7275
7276         * Version number is increased to 2.5.5.
7277
7278         * wl-address.el (wl-address-specials-regexp): New constant.
7279         (wl-address-quote-specials): Use it.
7280
7281 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7282
7283         * wl-summary.el (wl-summary-rescan):
7284         Call `wl-summary-buffer-number-column-detect'.
7285         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7286
7287         * wl-message.el (wl-message-mode-map): Define.
7288         (wl-message-decode): Use it as local-map.
7289
7290 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7291
7292         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7293         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7294
7295 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7296
7297         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7298
7299         * wl-mule.el (wl-read-event-char): Ditto.
7300
7301         * wl-e21.el (wl-read-event-char): Ditto.
7302
7303         * wl-nemacs.el (wl-read-event-char): Ditto.
7304         (read-event): Removed.
7305
7306         * wl-util.el (toplevel): Removed dummy definition of
7307         `read-event'.
7308         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7309
7310 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7311
7312         * wl-nemacs.el (elmo-archive-call-process): Moved to
7313         elmo-archive.el.
7314
7315 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7316
7317         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7318         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7319
7320         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7321         instead of magic-number 6.  Use `not' instead of `null' for symbol
7322         `nil' check (not empty list).
7323         (wl-draft-insert-x-face-field): Fixed paren style.
7324
7325         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7326         one-branch conditional statement, instead of `and' and `if'.
7327         (wl-draft-forward): Likewise.
7328         (wl-draft-add-references): Likewise.
7329         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7330
7331         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7332         conditional steatment.  Use `cond' instead of `if'.
7333         (wl-draft-confirm): Likewise.
7334
7335 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7336
7337         * wl-version.el (wl-version-show): Use `product-string-1'
7338         instead of `wl-version'.
7339         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7340
7341         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7342
7343 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7344
7345         * wl-highlight.el (wl-highlight-headers): Revert
7346         `wl-highlight-x-face-func' argument (`beg' and `end').
7347
7348 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7349
7350         * wl.el (toplevel): Move `product-provide' declare.
7351         * wl-demo.el (toplevel): Ditto.
7352         * wl-dnd.el (toplevel): Ditto.
7353         * wl-highlight.el (toplevel): Ditto.
7354         * wl-message.el (toplevel): Ditto.
7355         * wl-refile.el (toplevel): Ditto.
7356         * wl-util.el (toplevel): Ditto.
7357
7358 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7359
7360         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7361         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7362         (wl-thread-close-all): keep cursor position.
7363
7364 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7365
7366         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7367         (eq x 0).
7368         (wl-generate-user-agent-string-1): Fix conditional statement.
7369
7370 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7371
7372         * wl.el (wl-check-environment): Additional check for
7373         'wl-local-domain' and `wl-message-id-domain'.
7374
7375 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7376
7377         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7378
7379 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7380
7381         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7382         instead of `smtp-sasl-user-realm'.
7383
7384 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7385
7386         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7387
7388 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7389
7390         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7391         to the default value as well as `eword-lexical-analyzer'.
7392
7393 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7394
7395         * wl-version.el (wl-extended-emacs-version,
7396         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7397         `elmo-match-string' instead of `wl-match-string'.
7398
7399 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7400
7401         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7402         docstring.
7403
7404 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7405
7406         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7407
7408 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7409
7410         * wl-highlight.el (wl-highlight-headers): Remove
7411         `wl-highlight-x-face-func' argument (`beg' and `end').
7412
7413 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7414
7415         * wl-summary.el (wl-summary-mark-as-important):
7416         Remove cache if folder is local.
7417
7418 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7419
7420         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7421         to get existing e-mail address string.
7422
7423 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7424
7425         * wl-version.el (wl-generate-user-agent-string): Commentary.
7426         (wl-generate-user-agent-string-1): Use `when' for
7427         one-branch conditional statement, instead of `and' and `if'.
7428         (wl-extended-emacs-version, wl-extended-emacs-version2,
7429         wl-extended-emacs-version3): Ditto.
7430
7431 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7434         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7435         condition-case; Remove initialization.
7436         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7437         (wl-summary-sync-update3): Added argument `sync-all';
7438         Eliminated local variable `msgdb';
7439         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7440         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7441         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7442
7443 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7444
7445         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7446         connection before call `wl-draft-send-mail-with-smtp'.
7447
7448 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7449
7450         * Version number is increased to 2.5.4.
7451
7452 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7453
7454         * wl.el (wl-check-environment): Additional check for
7455         'wl-local-domain' and `wl-message-id-domain'.
7456
7457 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7460         buffer as command specific.
7461         (wl-folder-mark-as-read-all-entity): Ditto.
7462         (wl-folder-prefetch-entity): Ditto.
7463         (wl-folder-drop-unsync-entity): Ditto.
7464
7465         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7466         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7467         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7468
7469         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7470         save-excursion.
7471
7472 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7473
7474         * Version number is increased to 2.5.3.
7475
7476         * wl-summary.el (wl-summary-save-view-cache):
7477         Delete duplicated `write-region';
7478         Use `write-region-as-binary' instead of `as-binary-output-file' and
7479         `write-region'.
7480
7481 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7482
7483         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7484
7485 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7486
7487         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7488         instead of `smtp-via-smtp'.
7489
7490 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7491
7492         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7493
7494 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7495
7496         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7497         instead of `smtp-sasl-user-realm'.
7498
7499 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7500
7501         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7502
7503 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7504
7505         * Version number is increased to 2.5.2.
7506
7507 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7508
7509         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7510         does not exist.
7511         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7512         (wl-biff-start): Call `timer-activate' if timer already exists.
7513
7514         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7515         only when it is bound as function.
7516
7517 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7518
7519         * Version number is increased to 2.5.1.
7520
7521 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7522
7523         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7524         Print refile/copy destination.
7525
7526 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7527
7528         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7529         queue-flush-only is non-nil.
7530
7531         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7532
7533         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7534         checking cache folder.
7535
7536 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7537
7538         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7539         `regexp-quote'.
7540
7541 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7542
7543         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7544         function.
7545         * wl-summary.el (wl-summary-write-current-folder-functions):
7546         Change default value.  Use it.
7547
7548 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7549
7550         * Version number is increased to 2.5.0.
7551
7552         * wl-version.el (wl-version): Changed codename.
7553
7554 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7555
7556         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7557         (wl-summary-supersedes-message): Ditto.
7558
7559 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7560
7561         * wl-refile.el (wl-refile-guess-functions): Renamed from
7562         `wl-refile-guess-func-list'.
7563
7564 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7565
7566         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7567         Fixed problem when no rule was matched.
7568
7569 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7570
7571         * wl-summary.el (wl-summary-get-mark): Fixed
7572         `wl-summary-buffer-target-mark' check logic.
7573
7574 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7575
7576         * wl-folder.el (wl-folder-write-current-folder): Added group
7577         folder check.
7578
7579         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7580         `wl-summary-write-current-newsgroup'.
7581         (wl-summary-write-current-folder-functions): New variable.
7582         * wl-folder.el (wl-folder-get-newsgroups): New function.
7583         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7584         (wl-folder-write-current-folder): Renamed from
7585         `wl-folder-write-current-newsgroup'.
7586
7587 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7588
7589         * Version number is increased to 2.3.93.
7590
7591 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7592
7593         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7594         (wl-ldap-make-matched-value-list): Ditto.
7595         (wl-ldap-alias-safe-string): Split e-mail address.
7596
7597         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7598         petname folder default was selected.
7599         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7600         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7601
7602 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7605         to `wl-draft-config-exec'.
7606
7607         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7608         instead of calling `wl-draft-config-exec';
7609         Process group-list and show recipients in minibuffer.
7610
7611         * tm-wl.el (wl-draft-preview-message): Ditto.
7612
7613 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7614
7615         * wl.el (toplevel): Added (C) to copyright notice, and
7616         sync Author header.
7617         * tm-wl.el (toplevel): Ditto.
7618         * wl-address.el (toplevel): Ditto.
7619         * wl-demo.el (toplevel): Ditto.
7620         * wl-dnd.el (toplevel): Ditto.
7621         * wl-draft.el (toplevel): Ditto.
7622         * wl-e21.el (toplevel): Ditto.
7623         * wl-expire.el (toplevel): Ditto.
7624         * wl-folder.el (toplevel): Ditto.
7625         * wl-highlight.el (toplevel): Ditto.
7626         * wl-message.el (toplevel): Ditto.
7627         * wl-mime.el (toplevel): Ditto.
7628         * wl-mule.el (toplevel): Ditto.
7629         * wl-nemacs.el (toplevel): Ditto.
7630         * wl-refile.el (toplevel): Ditto.
7631         * wl-score.el (toplevel): Ditto.
7632         * wl-summary.el (toplevel): Ditto.
7633         * wl-template.el (toplevel): Ditto.
7634         * wl-thread.el (toplevel): Ditto.
7635         * wl-util.el (toplevel): Ditto.
7636         * wl-vars.el (toplevel): Ditto.
7637         * wl-xmas.el (toplevel): Ditto.
7638
7639 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7640
7641         * wl.el (wl-init): Added comment about `wl-init-hook'.
7642         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7643         * wl-vars.el (wl-init-hook): Added docs.
7644         (wl-make-plugged-hook): Removed useless docs.
7645         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7646         * wl-xmas.el (toplevel): Ditto.
7647
7648 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7649
7650         * wl-address.el (toplevel): Fixed multiple Author header format.
7651         * wl-demo.el (toplevel): Ditto.
7652         * wl-draft.el (toplevel): Ditto.
7653         * wl-folder.el (toplevel): Ditto.
7654         * wl-summary.el (toplevel): Ditto.
7655         * wl-thread.el (toplevel): Ditto.
7656         * wl-util.el (toplevel): Ditto.
7657         * wl-vars.el (toplevel): Ditto.
7658         * wl-version.el (toplevel): Ditto.
7659         * wl-xmas.el (toplevel): Ditto.
7660         * wl.el (toplevel): Ditto.
7661
7662         * wl-version.el (toplevel): Added require `elmo-version' for
7663         `product-version-as-string'.
7664
7665 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7666
7667         * wl-vars.el (wl-draft-send-hook): Changed default value to
7668         '(wl-draft-config-exec).
7669
7670         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7671         explicitly.
7672         (wl-draft): Set `wl-draft-config-exec-flag' before running
7673         `wl-mail-setup-hook'.
7674
7675         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7676         `wl-biff-init-icons' to `wl-init-hook' instead of
7677         `wl-make-plugged-hook'.
7678         (Because if `wl-draft' command is invoked at first,
7679         they are not initialized)
7680         Updated copyright notice.
7681
7682         * wl-e21.el (toplevel): Ditto;
7683
7684         * wl-demo.el (toplevel): Updated copyright notice.
7685         * wl-address.el (toplevel): Ditto.
7686         * wl-draft.el (toplevel): Ditto.
7687         * wl-version.el (toplevel): Ditto.
7688         * wl-folder.el (toplevel): Ditto.
7689         * wl-summary.el (toplevel): Ditto.
7690         * wl-thread.el (toplevel): Ditto.
7691         * wl-util.el (toplevel): Ditto.
7692         * wl-vars.el (toplevel): Ditto.
7693         * wl.el (toplevel): Ditto.
7694
7695 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7696
7697         * wl-highlight.el (wl-highlight-message): Fixed problem of
7698         highlighting failure which occured when the last field contains
7699         multiple lines in the draft buffer.
7700
7701         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7702         `wl-biff-start' if plugged.
7703
7704         * wl-util.el (wl-biff-check-folder): New function.
7705         (wl-biff-check-folders): Don't set session name prefix.
7706         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7707         (wl-biff-check-folder-async): Ditto.
7708
7709         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7710         in email address.
7711
7712 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7713
7714         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7715
7716         * wl-draft.el (wl-draft-strip-subject-re): New function.
7717
7718         * wl-draft.el (wl-draft-reply): Use it.
7719
7720 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7721
7722         * wl-message.el (wl-mmelmo-message-redisplay): Use
7723         `mime-display-message' instead of `wl-mime-display-message'.
7724
7725         * wl-mime.el (toplevel): Removed compatibility workaround
7726         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7727         (wl-mime-display-message): Abolished.
7728         (wl-mime-entity-read-field): Ditto.
7729         (wl-mime-combine-message/partial-pieces): Use
7730         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7731
7732 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7733
7734         * wl-template.el: Doc fixes.
7735
7736 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7737
7738         * wl-e21.el (wl-message-overload-functions): Do nothing if
7739         `current-local-map' is not available.
7740         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7741
7742 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7743
7744         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7745         representation.
7746
7747         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7748         number.
7749         (wl-fldmgr-save-folders): Don't use `format' when insert
7750         `wl-fldmgr-folders-header'.
7751
7752 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7753
7754         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7755
7756 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-highlight.el (wl-highlight-message):
7759         Use `std11-field-end' to detect end point of the header field.
7760         Refer `wl-highlight-max-header-size'.
7761
7762         * wl-vars.el (wl-highlight-max-header-size): New variable.
7763
7764         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7765
7766         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7767         Set `for-draft' argument of wl-highlight-headers.
7768         (wl-draft): Ditto.
7769         (wl-draft-reedit): Ditto.
7770         (wl-user-agent-compose-internal): Ditto.
7771
7772 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7773
7774         * wl-message.el (wl-message-add-button): Use overlay.
7775
7776 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7777
7778         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7779
7780         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7781         problem when group-list content is nothing.
7782         (Reported by Mito <mit@nines.nec.co.jp>)
7783
7784 2000-10-18  SAITO Atsunori <sai@yedo.com>
7785
7786         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7787
7788 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7789
7790         * tm-wl.el (toplevel): Use product-provide.
7791
7792 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * Version number is increased to 2.3.92.
7795
7796 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7797
7798         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7799         title text, use `display' property for left margin under Emacs 21.
7800
7801         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7802         properties.
7803         (wl-plugged-init-icons): Ditto.
7804
7805 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7806
7807         * wl.el (wl-save-status, wl-init): Remove last period in
7808         "...done." message.
7809         * tm-wl.el (wl-summary-burst): Ditto.
7810         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7811         wl-summary-resume-cache-status,
7812         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7813         wl-summary-sync-update3, wl-summary-highlight-msgs,
7814         wl-summary-flush-pending-append-operations,
7815         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7816         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7817         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7818         wl-thread-open-all): Ditto.
7819         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7820         * wl-mime.el (wl-summary-burst): Ditto.
7821         * wl-highlight.el (wl-highlight-summary): Ditto.
7822         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7823         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7824         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7825         * wl-address.el (wl-local-address-init): Ditto.
7826
7827 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7828
7829         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7830         `add-text-properties'.
7831         (wl-plugged-init-icons): Ditto.
7832         (wl-folder-init-icons): Use `propertize' instead of
7833         `put-text-property'.
7834         (wl-plugged-set-folder-icon): Ditto.
7835         (wl-e21-highlight-folder-group-line): Ditto.
7836
7837 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-version.el (wl-version-status-alist): New variable.
7840         (wl-version-status): New function.
7841
7842         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7843         "Cc" part of the case "Reply-To".
7844
7845         * wl-draft.el (wl-draft-reply): Use result of
7846         `eword-extract-address-components'.
7847
7848         * wl-demo.el (wl-demo-icon-name): New constant.
7849         (wl-logo-xpm): Use it.
7850         (wl-logo-xbm): Ditto.
7851         (wl-logo-bitmap): Ditto.
7852
7853         * Version number is increased to 2.3.91.
7854
7855 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7856
7857         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7858         (wl-extended-emacs-version, wl-extended-emacs-version2,
7859         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7860         docstring.
7861
7862         * wl-version.el (wl-generate-user-agent-string-1): New function.
7863         (wl-generate-user-agent-string): Use it.
7864
7865         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7866         `mime-edit-insert-user-agent-field'.
7867         (wl-generate-user-agent-string): Check
7868         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7869
7870         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7871         instead of `if', when verbose case.
7872
7873 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7874
7875         * wl-expire.el (wl-summary-expire): Fix.
7876
7877 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7878
7879         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7880         and `elmo-lost+found-folder' if 'wl-draft.
7881         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7882
7883 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7884
7885         * wl-expire.el (wl-summary-expire): Change messages.
7886         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7887         `deleing-info' instead of "Deleting..."
7888
7889 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7890
7891         * wl-summary.el (wl-summary-refile-subr): Fix.
7892
7893 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7894
7895         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7896         if pipe folder.
7897
7898 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7899
7900         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7901
7902 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7903
7904         * wl-expire.el (wl-expire-hide): New function.
7905         (wl-summary-expire): Add `hide'.
7906
7907 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7908
7909         * wl-vars.el (wl-draft-reply-without-argument-list):
7910         Changed default value to consider `Reply-To:'.
7911         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7912
7913         * Version number is increased to 2.3.90.
7914
7915         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7916         elmo-imap4-get-session with unwind-protect.
7917         Don't cause error.
7918         (wl-summary-sync-marks): Don't check plugged nor folder type.
7919         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7920         (Always keep current buffer).
7921
7922 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7923
7924         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7925         Enclose with `save-excursion'.
7926
7927 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7928
7929         * wl-version.el (wl-version): Remove interactive.
7930
7931 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7932
7933         * wl-version.el (wl-generate-user-agent-string): Use
7934         `product-string-verbose' instead of `product-string-1'.
7935
7936 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7937
7938         * wl-vars.el (wl-draft-use-cache): New variable.
7939         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7940         if wl-draft-use-cache is non-nil.
7941
7942 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7943
7944         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7945         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7946
7947 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7948
7949         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7950         (wl-thread-msg-mark-as-unread): Ditto.
7951
7952         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7953         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7954         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7955         Don't set mark in summary if return value of `elmo-mark-as-read'
7956         is nil.
7957         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7958         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7959         instead of `wl-thread-msg-mark-as-read'.
7960         (wl-summary-mark-as-unread-region): Ditto.
7961         (wl-summary-target-mark-mark-as-read): Ditto.
7962
7963         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7964
7965 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7968
7969         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7970
7971 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7974         face.
7975
7976 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7977
7978         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7979         `running-xemacs'.
7980
7981 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7982
7983         * wl-version.el (toplevel): Use `product-version-as-string' for
7984         set verstion-string, if defined.
7985
7986         * wl-version.el (wl-version-show): Insert string at point, when
7987         call with argument.
7988
7989         * wl-version.el (wl-generate-user-agent-string): Use
7990         `product-string-1' instead of `wl-appname', `wl-version' and
7991         `wl-codename'.
7992
7993 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7994
7995         * wl-address.el (toplevel): Use product-provide.
7996         * wl-demo.el (toplevel): Ditto.
7997         * wl-dnd.el (toplevel): Ditto.
7998         * wl-draft.el (toplevel): Ditto.
7999         * wl-e21.el (toplevel): Ditto.
8000         * wl-expire.el (toplevel): Ditto.
8001         * wl-fldmgr.el (toplevel): Ditto.
8002         * wl-folder.el (toplevel): Ditto.
8003         * wl-highlight.el (toplevel): Ditto.
8004         * wl-message.el (toplevel): Ditto.
8005         * wl-mime.el (toplevel): Ditto.
8006         * wl-mule.el (toplevel): Ditto.
8007         * wl-nemacs.el (toplevel): Ditto.
8008         * wl-refile.el (toplevel): Ditto.
8009         * wl-score.el (toplevel): Ditto.
8010         * wl-summary.el (toplevel): Ditto.
8011         * wl-template.el (toplevel): Ditto.
8012         * wl-thread.el (toplevel): Ditto.
8013         * wl-util.el (toplevel): Ditto.
8014         * wl-vars.el (toplevel): Ditto.
8015         * wl-xmas.el (toplevel): Ditto.
8016         * wl.el (toplevel): Ditto.
8017
8018 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8019
8020         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
8021         instead of product.
8022
8023         * wl-version.el (wl-version): Compile time evalution elmo-version.
8024
8025 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
8026
8027         * wl-summary.el (wl-summary-sync-force-update): Append queue
8028         `mark-as-read'if unplugged.
8029
8030 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8031
8032         * wl-version.el: New file.  Use product.el.
8033         * wl.el: add (require 'wl-version).
8034         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
8035         for ~/.folders header.
8036         (wl-fldmgr-folders-header): Changed.
8037         * wl-demo.el (wl-demo): Use product.el.
8038
8039         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
8040         wl-version.el.
8041         * wl-util.el (wl-version, wl-version-show): Ditto.
8042
8043         * wl-util.el (wl-generate-user-agent-string,
8044         wl-extended-emacs-version, wl-extended-emacs-version2,
8045         wl-extended-emacs-version3): Move to wl-version.el.
8046         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8047         xemacs-codename, mime-edit-insert-user-agent-field,
8048         mime-edit-user-agent-value, mime-editor/version,
8049         mime-editor/codename): Compile warning killer move to
8050         wl-version.el
8051
8052 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8053
8054         * wl-summary.el (wl-summary-refile-subr): Fix.
8055
8056 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8057
8058         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8059         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8060
8061 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8062
8063         * wl.el (wl-check-environment): Check too many `@'.
8064
8065 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8066
8067         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8068
8069 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8070
8071         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8072         wl-draft-reply-myself-without-argument-list): Add variables.
8073         * wl-draft.el (wl-draft-reply): Use it.
8074
8075 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8076
8077         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8078         the 5th argument of `elmo-network-get-spec'.
8079
8080         * wl-thread.el (wl-thread-reparent-children): New inline function.
8081         (wl-thread-delete-message): Use it.
8082
8083         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8084         (wl-summary-score-update-all-lines): Don't use `dolist'.
8085
8086 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8087
8088         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8089         (require 'elmo-msgdb) for inline function.
8090
8091 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8092
8093         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8094
8095 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8096
8097         * wl-score.el (wl-score-headers): Fix for the confusing macro
8098         `elmo-kill-buffer'.
8099
8100 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8101
8102         * wl-summary.el: Don't use the 3rd argument of `require' because
8103         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8104         * wl-util.el: Ditto.
8105         * wl-draft.el: Ditto.
8106
8107 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8108
8109         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8110         window system is not used.
8111
8112 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8113
8114         * wl-thread.el: Don't use `mapcar' only for iteration.
8115         (wl-thread-resume-entity): Ditto.
8116         (wl-thread-delete-message): Ditto.
8117
8118         * wl-summary.el: Bind `dragdrop-drop-functions',
8119         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8120         of `require' for `timezone', `easymenu' and `ps-print';
8121         don't use `mapcar' only for iteration.
8122
8123         * wl-util.el: Bind `mule-version', `nemacs-version',
8124         `emacs-beta-version', `xemacs-codename',
8125         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8126         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8127         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8128         only for iteration.
8129
8130         * wl-score.el: Don't use `mapcar' only for iteration.
8131         (wl-score-simplify-buffer-fuzzy): Ditto.
8132         (wl-score-simplify-subject): Ditto.
8133         (wl-score-headers): Ditto.
8134         (wl-summary-score-update-all-lines): Ditto.
8135
8136         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8137         `enable-multibyte-characters' and `mule-version'.
8138
8139         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8140         `mapcar' only for iteration.
8141
8142         * wl-demo.el: Don't use `mapcar' only for iteration.
8143
8144         * wl-folder.el: Don't use `mapcar' only for iteration.
8145         (wl-folder-open-all): Ditto.
8146         (wl-folder-count-incorporates): Ditto.
8147
8148         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8149         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8150
8151         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8152         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8153         `smtp-connection-type'; specify 3rd argument of `require' for
8154         `timezone'; don't use `mapcar' only for iteration.
8155         (wl-draft-clone-local-variables): Don't use `mapcar'.
8156         (wl-draft-generate-clone-buffer): Ditto.
8157         (wl-user-agent-compose-internal): Ditto.
8158
8159         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8160
8161         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8162         (wl-save-status): Ditto.
8163
8164         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8165         for iteration.
8166
8167 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8168
8169         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8170         removed `Date'.
8171         (wl-fldmgr-make-filter-default): New user option.
8172
8173         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8174         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8175         (wl-fldmgr-filter-completion-alist): Abolish.
8176
8177         * wl.el (wl): Don't check servers if arg is non-nil.
8178
8179         * wl-draft.el (wl-draft-reply): Set only message-id string to
8180         In-Reply-To field.
8181
8182 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-summary.el (wl-summary-pick): Rewrite.
8185
8186         * wl-draft.el (wl-draft-forward): Get references field from
8187         original buffer.
8188         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8189
8190 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8191
8192         * wl-draft.el (wl-draft-forward): Add references field.
8193
8194 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8195
8196         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8197         (wl-draft-reply): Use it.
8198
8199 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8200
8201         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8202         when Emacs 21 is running.
8203
8204         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8205         bindings.
8206
8207 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8208
8209         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8210         XPM icons transparent.
8211
8212         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8213         Emacs 21.
8214
8215 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8218         nil.
8219
8220         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8221         when it is persistent.
8222         (wl-summary-sync-marks): Changed argument for
8223         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8224         (wl-summary-virtual): Use `elmo-read-search-condition'.
8225         (wl-summary-redisplay-internal): If folder is local, mark as read
8226         even when folder is plugged.
8227
8228 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8229
8230         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8231         of `tool-bar-lines' in the frame parameters.
8232         (after-make-frame-functions, post-command-hook): Don't modify the
8233         value.
8234         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8235         wl-e21-tool-bar-lines): Removed.
8236
8237 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8238
8239         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8240         properties `evaporate' and `wl-momentary-overlay' as well.
8241         (wl-highlight-summary-displaying): Ditto.
8242         (wl-delete-all-overlays): Don't delete overlay which does not have
8243         a property `wl-momentary-overlay'.
8244
8245         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8246         `display-mouse-p' and `display-graphic-p'.
8247         (wl-folder-init-icons): Don't search for XBM or the other files.
8248         (wl-plugged-set-folder-icon): Make icons if and only if
8249         `display-graphic-p' returns non-nil.
8250         (wl-highlight-plugged-current-line): Use `before-string' overlay
8251         property to show icon images.
8252         (wl-highlight-folder-current-line): Ditto.
8253         (wl-e21-highlight-folder-group-line): Ditto.
8254         (wl-e21-highlight-folder-by-numbers): Ditto.
8255         (wl-e21-insert-image): Removed.
8256         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8257         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8258         said.
8259         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8260         `wl-e21-force-switch-toolbar'.
8261         (wl-e21-make-icon-image): Removed.
8262         (wl-e21-setup-toolbar): Don't search for XBM files.
8263         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8264         the default value.
8265
8266 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8267
8268         * wl-util.el (wl-biff-check-folder-async): Set
8269         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8270
8271 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8272
8273         * wl-e21.el (after-make-frame-functions): Add
8274         `wl-e21-force-switch-toolbar'.
8275         (wl-e21-force-switch-toolbar): New function force to switch the
8276         toolbar appearance automatically.
8277         (post-command-hook): Add `wl-e21-switch-toolbar'.
8278         (wl-e21-switch-toolbar): New function to switch the toolbar
8279         appearance automatically.
8280         (wl-e21-tool-bar-lines): New buffer local variable.
8281
8282 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8283
8284         * wl-util.el (wl-biff-check-folders-running): New variable.
8285         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8286         (wl-biff-check-folder-async-callback):
8287         Set `wl-biff-check-folders-running'.
8288         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8289         with unwind-protect.
8290
8291         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8292         Enclose `wl-folder-auto-check' with unwind-protect.
8293
8294         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8295         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8296
8297         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8298
8299         * wl-util.el (wl-biff-notify): New inline function.
8300         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8301         locally.
8302         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8303         folder-list' is 1.
8304         Use `wl-biff-notify'.
8305         (wl-biff-check-folder-async-callback): New function.
8306         (wl-biff-check-folder-async): Ditto.
8307
8308         * wl-folder.el (wl-folder): Don't check folders.
8309         (wl-folder-auto-check): New function.
8310
8311 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8312
8313         * wl-util.el (wl-biff-start) [Emacs19+]:
8314         Use `timer-next-integral-multiple-of-time'.
8315         (wl-biff-check-folders): Use `wl-default-folder'
8316         if `wl-biff-check-folder-list' is nil.
8317
8318 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8319
8320         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8321         instead of `elmo-delete-lists'.
8322
8323 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8324
8325         * wl.el (wl-plugged-toggle-all): Set the value of
8326         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8327         (wl-plugged-toggle): Ditto.
8328         (wl-toggle-plugged): Ditto.
8329         (wl-plugged-init): Ditto.
8330
8331         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8332         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8333         instead of `wl-biff-state-indicator-off' and
8334         `wl-biff-state-indicator-on'; don't modify the value and the type
8335         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8336         (wl-plugged-init-icons): Set icons data to
8337         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8338         instead of `wl-plug-state-indicator-off' and
8339         `wl-plug-state-indicator-on'; don't modify the value and the type
8340         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8341
8342         * wl-vars.el (wl-modeline-biff-state-off,
8343         wl-modeline-biff-state-on, wl-modeline-biff-status,
8344         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8345         wl-modeline-plug-status): New internal variables.
8346         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8347         wl-biff-check-interval, wl-biff-check-folder-list): Change
8348         customization group from `wl-folder' to `wl-highlight'.
8349         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8350         wl-show-plug-status-on-modeline): Defcustomized.
8351
8352         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8353         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8354         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8355         a flag to `mode-line-buffer-identification'.
8356
8357         * wl-e21.el (wl-biff-init-icons): Set icons data to
8358         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8359         instead of `wl-biff-state-indicator-off' and
8360         `wl-biff-state-indicator-on'.
8361         (wl-plugged-init-icons): Set icons data to
8362         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8363         instead of `wl-plug-state-indicator-off' and
8364         `wl-plug-state-indicator-on'.
8365
8366 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8367
8368         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8369         excessive titles.
8370
8371 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8372
8373         * wl.el (wl-plugged-mode): Use revised
8374         `wl-mode-line-buffer-identification'.
8375         (wl-plugged-init): Don't use `force-mode-line-update'.
8376
8377         * wl-xmas.el (wl-draft-overload-functions): Use revised
8378         `wl-mode-line-buffer-identification'.
8379         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8380         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8381         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8382         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8383         `wl-make-plugged-hook';
8384         add `wl-folder-init-icons' and `wl-setup-folder' to
8385         `wl-folder-mode-hook'.
8386
8387         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8388         19 as well.
8389         (wl-mode-line-display-priority-list): New user option.
8390         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8391         Defcustomized.
8392         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8393         Add docs.
8394
8395         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8396         start.
8397         (wl-mode-line-buffer-identification): Revised as a function.
8398
8399         * wl-summary.el (wl-summary-mode): Use revised
8400         `wl-mode-line-buffer-identification'; don't call
8401         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8402         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8403         `wl-xmas-setup-summary'.
8404
8405         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8406         `wl-mode-line-buffer-identification'.
8407
8408         * wl-mule.el (wl-draft-overload-functions): Use revised
8409         `wl-mode-line-buffer-identification'.
8410
8411         * wl-folder.el (wl-make-plugged-alist): Don't call
8412         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8413         (wl-folder): Don't call `wl-folder-init-icons' directly.
8414         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8415         `wl-xmas-setup-folder' directly;
8416         use revised `wl-mode-line-buffer-identification'.
8417         (TopLevel): Don't bind `wl-biff-init-icons',
8418         `wl-plugged-init-icons', `wl-folder-init-icons',
8419         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8420
8421         * wl-e21.el (wl-draft-overload-functions): Use revised
8422         `wl-mode-line-buffer-identification'.
8423         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8424         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8425         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8426         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8427         `wl-make-plugged-hook';
8428         add `wl-folder-init-icons' and `wl-setup-folder' to
8429         `wl-folder-mode-hook'.
8430
8431 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8432             Katsumi Yamaoka    <yamaoka@jpl.org>
8433
8434         * wl.el (wl): Call `wl-biff-start'.
8435         (wl-exit): Call `wl-biff-stop'.
8436         (wl-plugged-mode): Show biff in modeline.
8437         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8438
8439         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8440         (wl-biff-init-icons): New function.
8441         (wl-plugged-init-icons): Don't make too much keymaps.
8442         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8443
8444         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8445         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8446         variables.
8447         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8448         options.
8449
8450         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8451         wl-biff-start, wl-biff-stop): New functions.
8452         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8453         (wl-biff-timer-name): New variable.
8454
8455         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8456
8457         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8458         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8459
8460         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8461         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8462
8463         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8464         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8465         `wl-folder-init-icons' to `ignore' if they are not available.
8466         (wl-folder-mode): Show biff in modeline.
8467
8468         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8469         (wl-biff-init-icons): New function.
8470         (wl-plugged-init-icons): Don't make too much keymaps.
8471         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8472
8473 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8474
8475         * wl-vars.el (wl-strict-diff-folders): Customization Type
8476         and doc fix.  Define as a list of regular expressions for
8477         folders or nil.
8478         * wl-folder.el (wl-folder-check-one-entity): Use
8479         `wl-string-match-member' instead of `wl-string-member' for
8480         `wl-strict-diff-folders'.
8481
8482 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8483
8484         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8485         (wl-highlight-folder-current-line): Use it; new implementation.
8486         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8487         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8488         `defsubst' instead of `defun'.
8489
8490         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8491         `wl-highlight-group-folder-by-numbers'; made it can also be a
8492         number.  See info for more details.
8493
8494         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8495         running.
8496
8497         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8498         to bind them.
8499
8500         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8501         (wl-highlight-folder-current-line): New implementation.
8502
8503         * wl-highlight.el (wl-highlight-folder-group-line): New
8504         implementation.
8505         (wl-delete-all-overlays): Rewrite as a marco.
8506         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8507
8508         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8509         running.
8510         (wl-folder-*-glyph): No need to bind them.
8511
8512         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8513         `wl-e21-highlight-folder-group-icon'; rewrite.
8514         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8515         `defsubst' instead of `defun'.
8516         (wl-folder-mode-map): Bind it when compiling.
8517
8518 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8519
8520         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8521
8522         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8523
8524 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8525
8526         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8527
8528 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8529
8530         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8531         (wl-highlight-folder-current-line): Use it.
8532
8533         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8534         in `id-name'.
8535
8536 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8537
8538         * wl.el: Require `wl-e21' when Emacs 21 is running.
8539
8540         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8541         default when Emacs 21 is running.
8542         (wl-use-highlight-mouse-line): Ditto.
8543         (wl-on-emacs21): New constant.
8544         (wl-on-emacs20): Removed.
8545
8546         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8547         Emacs 21 is running.
8548
8549         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8550         Emacs 21 is running.
8551
8552         * wl-e21.el: New file.
8553
8554 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8555
8556         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8557         (wl-toggle-plugged): Ditto.
8558         (wl-plugged-toggle): Ditto.
8559         (wl-plugged-toggle-all): Ditto.
8560
8561         * wl-vars.el (wl-plug-state-indicator): Refer
8562         `wl-plug-state-indicator-on' indirectly.
8563
8564 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8565
8566         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8567         Call `wl-folder-confirm-existence'.
8568
8569         * wl-folder.el (wl-folder-confirm-existence): Added optional
8570         argument `force'.
8571
8572 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8573
8574         * wl-summary.el (wl-summary-refile-subr): Assume
8575         `copy-or-refile' as symbol.
8576         (wl-summary-refile): Follow up above change.
8577         (wl-summary-copy): Ditto.  Doc fix.
8578
8579 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8580
8581         * wl-summary.el (wl-summary-pick): Don't bind
8582         `elmo-search-mime-charset'.
8583
8584         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8585         default using old backquote style.
8586         (wl-search-mime-charset): Abolished.
8587
8588         * wl-highlight.el (wl-highlight-headers):
8589         Call `point' after `re-search-forward'(for Nemacs).
8590
8591         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8592         for elmo-imap4.el.
8593
8594 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8595
8596         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8597         `wl-message-ignored-field-list' instead of
8598         `mime-view-ignored-field-list'.
8599
8600         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8601         Add interactive spec.
8602         (wl-folder-goto-bottom-of-current-folder): Ditto.
8603         (wl-folder-mode-map): Bind them.
8604
8605         * wl-vars.el (wl-message-ignored-field-list): New variable.
8606         (wl-message-visible-field-list): New variable.
8607
8608         * wl-mime.el (wl-mime-header-presentation-method): New function.
8609         (wl-mime-setup): Set header-presentation-method.
8610
8611 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8612
8613         * wl-nemacs.el (wl-draft-overload-functions): Set
8614         `mode-line-buffer-identification' instead of using
8615         `wl-make-modeline'.
8616
8617         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8618         instead of using `wl-make-modeline'.
8619
8620         * wl-xmas.el (wl-plugged-init-icons): Set up
8621         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8622         (wl-make-modeline): Abolish.
8623         (wl-draft-overload-functions): Set
8624         `mode-line-buffer-identification' instead of using
8625         `wl-make-modeline'.
8626
8627         * wl-util.el (wl-make-modeline-subr): Abolish.
8628         (wl-mode-line-buffer-identification): New alias.
8629
8630         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8631         (wl-summary-make-modeline): Abolish.
8632         (wl-summary-buffer-set-folder): Set
8633         `wl-summary-buffer-folder-indicator'.
8634         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8635         of using `wl-make-modeline'.
8636         (wl-summary-switch-to-clone-buffer): Don't set
8637         `mode-line-buffer-identification'.
8638         (wl-summary-goto-folder-subr): Ditto.
8639
8640         * wl-mule.el (wl-draft-overload-functions): Set
8641         `mode-line-buffer-identification' instead of using
8642         `wl-make-modeline'.
8643
8644         * wl-folder.el (wl-folder-mode): Set
8645         `mode-line-buffer-identification' instead of using
8646         `wl-make-modeline'.
8647         (wl-folder): Don't set `mode-line-buffer-identification'.
8648
8649 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8650
8651         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8652         instead of `member' for `wl-refile-guess-func-list' look-ups.
8653         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8654
8655 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8656
8657         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8658         `wl-message-button-dispatcher'.
8659
8660         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8661
8662         * wl-message.el (wl-message-button-dispatcher): Use it.
8663
8664         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8665         "In-Reply-To".
8666
8667         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8668         Bind `case-fold-search' to t.
8669
8670 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8671
8672         * wl-xmas.el (wl-message-overload-functions): Initialize
8673         `wl-message-button-map'.
8674
8675         * wl-mule.el (wl-message-overload-functions): Initialize
8676         `wl-message-button-map'.
8677
8678         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8679
8680         * wl-message.el (wl-message-button-map): New keymap.
8681         (wl-message-add-button): New function.
8682         (wl-message-button-dispatcher): New function.
8683         (wl-message-button-refer-article): New function.
8684
8685         * wl-highlight.el
8686         (wl-highlight-message-add-buttons-to-header): New function.
8687         (wl-highlight-headers): Use it.
8688
8689 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8690
8691         * wl-summary.el (wl-summary-default-from): Use
8692         `wl-address-get-petname-1'.
8693         (wl-summary-simple-from): Ditto.
8694
8695         * wl-address.el (wl-address-get-petname-1): New inline function.
8696         (wl-address-get-petname): Use it.
8697
8698 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8699
8700         * wl-summary.el (wl-summary-default-from): Return full-name part
8701         from the address if no petname was found.
8702         (wl-summary-simple-from): Ditto.
8703
8704         * wl-address.el (wl-address-get-petname): Return nil if no petname
8705         associated with the address was found.
8706
8707 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8708
8709         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8710         display is finished.
8711
8712 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8713
8714         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8715         `elmo-folder-exists-p' argument.
8716
8717 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8718
8719         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8720         the folder.
8721
8722 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8723
8724         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8725
8726         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8727         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8728
8729 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8730
8731         * wl-folder.el (wl-folder-create-subr): New function.
8732         (wl-folder-confirm-existence): Use it.
8733         (wl-folder-check-one-entity): Use it.
8734         Check the error symbol is derived from 'elmo-open-error.
8735
8736         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8737         `ignore-error'.
8738
8739 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8740
8741         * wl-util.el (toplevel): Add (eval-when-compile (require
8742         'elmo-util)).  (Maybe `provide' is typo.)
8743
8744 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8745
8746         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8747         (I don't know why this was needed.)
8748
8749         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8750         Follow up changes for stream-type.
8751
8752         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8753         (wl-draft-elmo-nntp-send): Ditto.
8754
8755         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8756         (wl-nntp-posting-stream-type): Ditto.
8757         (wl-pop-before-smtp-ssl): Abolished.
8758         (wl-nntp-posting-ssl): Ditto.
8759
8760         * wl-address.el (wl-address-quote-specials): New function.
8761         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8762
8763         * wl-draft.el (wl-draft-reply): Ditto.
8764
8765 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8766
8767         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8768         use function `wl-string-match-assoc'.
8769
8770 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8771
8772         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8773
8774         * wl-draft.el (wl-draft-deduce-address-list): New function.
8775         (wl-draft-parse-mailbox-list): Ditto.
8776         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8777         instead of `smtp-deduce-address-list'.
8778         (wl-draft-on-field-p): Follow group list.
8779
8780         * wl-address.el (wl-address-concat-token): New function.
8781         (wl-address-string-without-group-list-contents): Ditto.
8782         (wl-complete-field-body): Fixed problem of completion
8783         by japanese petname.
8784         (wl-address-make-completion-list): Rewrite.
8785
8786 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8787
8788         * wl-address.el (wl-address-make-completion-list): Completion by
8789         petname.
8790         (wl-complete-field-body): Likewise.
8791
8792 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8793
8794         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8795         contains invalid address syntax.
8796
8797 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8798
8799         * wl-folder.el (wl-folder-check-entity-async): Use
8800         `elmo-nntp-spec-hostname'.
8801
8802 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8803
8804         * wl-summary.el (wl-summary-msgdb-load-async): Use
8805         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8806
8807 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8808
8809         * wl-draft.el (wl-draft-reply): Set argument
8810         `content-transfer-encoding' as nil.
8811
8812 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8813
8814         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8815         `wl-refile-alist'.
8816
8817 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8818
8819         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8820         (wl-draft-edit-string): Ditto.
8821         (wl-draft-forward): Ditto.
8822         * wl-summary.el (wl-summary-write): Ditto.
8823
8824 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-summary.el (wl-summary-sync-update3): Call
8827         `wl-summary-buffer-number-column-detect'.
8828         (wl-summary-buffer-number-column-detect): Search from point-min.
8829
8830 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8831
8832         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8833         contains an address which is not included in original to or cc.
8834
8835 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8836
8837         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8838         begin-line does not exist.
8839         * wl-message.el (wl-message-uu-substring): Ditto.
8840
8841 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8842
8843         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8844         clear local variables.
8845         (wl-summary-exit): Call `elmo-commit'.
8846         (wl-summary-switch-to-clone-buffer): Call
8847         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8848         (wl-summary-goto-folder-subr): Ditto.
8849
8850         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8851         POP folder.
8852
8853 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8856         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8857         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8858         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8859         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8860         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8861
8862         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8863
8864 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8865
8866         * wl-summary.el (wl-summary-search-by-subject):
8867         Search parent message from the latest one.
8868
8869 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8870
8871         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8872         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8873
8874         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8875         New user option.
8876
8877         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8878         if elmo-nntp-use-killed-list is nil.
8879         Use `elmo-msgdb-append-to-killed-list'.
8880         (Append numbers confirmed as disappeared to the killed list.)
8881         (wl-summary-confirm-appends): Don't display negative number.
8882
8883 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8884
8885         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8886
8887 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8888
8889         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8890         range is `all'.
8891         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8892         `elmo-list-bigger-diff'.
8893
8894 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8895
8896         * wl-summary.el (wl-summary-buffer-exit-func):
8897         New buffer local variable.
8898         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8899
8900 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8901
8902         * wl-demo.el (wl-demo): Fix the last change.
8903
8904 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8905
8906         * wl-demo.el (wl-demo): Don't use `eval'.
8907
8908 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8909
8910         * wl-summary.el (wl-summary-buffer-thread-modified):
8911         New buffer-local variable.
8912         (wl-summary-set-thread-modified): New function.
8913         (wl-summary-thread-modified-p): New function.
8914         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8915         (wl-summary-yank-saved-message): Use function
8916         `wl-summary-set-thread-modified'
8917         (wl-summary-switch-to-clone-buffer): Add
8918         `wl-summary-buffer-thread-modified'.
8919
8920         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8921         (wl-summary-buffer-mark-saved-hook): Ditto.
8922         * wl-summary.el (wl-summary-msgdb-save): New hook
8923         `wl-summary-buffer-message-saved-hook' and
8924         `wl-summary-buffer-mark-saved-hook'.
8925
8926 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8927
8928         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8929
8930 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8931
8932         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8933         don't hide scroll bars under FSF Emacsen because it may incur an
8934         undesirable redrawing.
8935
8936 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8937
8938         * wl-draft.el (wl-draft-edit-string): Call
8939         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8940
8941 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8942
8943         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8944
8945 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8946
8947         * wl-summary.el (wl-summary-msgdb-load-async): Call
8948         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8949
8950 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8951
8952         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8953         fringes in demo buffer; center bitmap logo correctly even if old
8954         Mule is used.
8955
8956 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8957
8958         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8959
8960         * wl-refile.el (wl-refile-subject-alist): New variable.
8961         (wl-refile-subject-alist-file-name): Ditto.
8962         (wl-refile-alist-setup): Rewrite.
8963         (wl-refile-alist-save): Use `elmo-object-save'.
8964         Eliminated arguments.
8965         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8966         (wl-refile-guess-by-subject): New function.
8967         (wl-refile-guess-func-list): Added it.
8968
8969 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8970
8971         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8972         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8973
8974 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8975
8976         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8977         New buffer-local variable.
8978         (wl-summary-buffer-next-folder-func): Ditto.
8979         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8980         if non-nil.
8981         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8982         if non-nil.
8983         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8984         if non-nil.
8985         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8986         if non-nil.
8987
8988 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8989
8990         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8991         permanently in the demo buffer.
8992
8993 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8994
8995         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8996         `mime-entity-fetch-field'.
8997
8998         * wl.el (wl-exit): Delete plugged buffer.
8999
9000         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
9001         XEmacs has menubar feature.
9002
9003 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
9004
9005         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
9006         cannot arrive at the beginning of the buffer under old Emacsen.
9007
9008 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
9009
9010         * wl-address.el (wl-address-ldap-search):
9011         Call `ldap-search-entries' with `withdn' argument t.
9012         (wl-complete-field-body): Bind completion-ignore-case as t.
9013         Clear ldap search hash when it was sole completion.
9014         Use elmo-string for pattern string.
9015         (wl-ldap-alias-safe-string): Eliminated needless let.
9016
9017 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
9018
9019         * wl-address.el (wl-ldap-alias-dn-level): New variable.
9020         (wl-ldap-alias-sep): New constant.
9021         (wl-ldap-search-attribute-type-list): Ditto.
9022         (wl-ldap-get-value): New function.
9023         (wl-ldap-make-filter): Ditto.
9024         (wl-ldap-make-matched-value-list): Ditto.
9025         (wl-ldap-alias-safe-string): Ditto.
9026         (wl-ldap-register-dn-string): Ditto.
9027         (wl-address-ldap-search): Rewrite.
9028
9029 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9030
9031         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
9032         thread is deleted.
9033         (wl-thread-delete-line-from-buffer): Ditto.
9034         (wl-thread-get-exist-children): New function.
9035
9036 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
9037
9038         * wl-demo.el (wl-demo): Made it to select various image types.
9039         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
9040         from `wl-title-logo'.
9041         (wl-logo-ascii): New variable.
9042         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
9043         (wl-demo-copyright-notice): New constant.
9044
9045         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9046
9047 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9048
9049         * wl-vars.el (wl-summary-target-above): Renamed from
9050         wl-summary-temp-above.
9051         * wl-score.el (wl-score-get-score-alist): Use it.
9052         (wl-summary-score-update-all-lines): Use it.
9053         * wl-summary.el: Ditto. (make-variable-buffer-local).
9054
9055 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9056
9057         * wl-vars.el (wl-ldap-port): New user option.
9058
9059         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9060         Rewite whole implementation.
9061         (wl-complete-field-body): Fixed.
9062
9063 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9064
9065         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9066         Choose implementation at compile time.
9067
9068 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9069
9070         * wl-address.el (wl-ldap-search-internal): New function.
9071         (wl-complete-field-to): Use it.
9072
9073 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9074
9075         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9076         Use `let' instead of `let*'.
9077         Require 'wl-vars.
9078
9079         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9080         Define as defcustom.
9081         (wl-ldap-base): Ditto.
9082         (wl-use-ldap): Ditto.
9083
9084 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9085
9086         * wl-address.el (wl-ldap-search): New function.
9087         (wl-complete-field-body): Use `wl-ldap-search'.
9088         (wl-ldap-server): New variable.
9089         (wl-ldap-base): Ditto.
9090         (wl-use-ldap): Ditto.
9091
9092 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9093
9094         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9095         (Pointed out by Mito <mit@nines.nec.co.jp>).
9096         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9097         buffer-local variables like `wl-summary-redisplay-internal'.
9098         (wl-summary-redisplay-all-header): Likewise.  Update
9099         Summary view too.
9100
9101 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9102
9103         * wl-summary.el (wl-summary-jump-to-parent-message):
9104         Consider prefix argument.
9105
9106         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9107         when closed thread is deleted.
9108
9109 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9110
9111         * wl-summary.el (wl-summary-jump-to-parent-message):
9112         Consider thread modification.
9113
9114 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9115
9116         * wl-message.el (wl-message-normal-get-original-buffer): Use
9117         `save-excursion'.
9118
9119         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9120         (wl-summary-showto-folder-regexp): Ditto.
9121
9122 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9123
9124         * wl-util.el (wl-delete-alist): Doc fix.
9125         (wl-delete-associations): New function.
9126         (wl-inverse-alist): New function.
9127         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9128         Split temporary variables. Use `wl-delete-associations'
9129         and `wl-inverse-alist'.
9130         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9131
9132 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9133
9134         * wl-folder.el (wl-folder-prefetch-entity):
9135         Execute prefetching if new count is unknown.
9136
9137 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9138
9139         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9140
9141         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9142         delete entity.
9143         (wl-thread-set-parent): If insert as top, set linked as nil.
9144
9145         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9146         `wl-thread-cleanup-symbols' when view mode is thread.
9147
9148 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9149
9150         * wl-folder.el (wl-folder-create-folder-entity): Use
9151         with-current-buffer.
9152         (wl-local-folder-init): Call set-buffer to make sure we are in
9153         the Folder buffer. Don't touch buffer-local variables here.
9154         (wl-folder-mode): Initialize buffer-local variables here.
9155
9156         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9157         (wl-folder-entity-assign-id): Ditto.
9158         (wl-folder-create-entity-hashtb): Ditto.
9159         (wl-local-folder-init): Ditto.
9160         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9161
9162 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9163
9164         * wl-summary.el (wl-summary-default-from): Fix probrem when
9165         std11-extract-address-components return (nil "foo@bar").
9166
9167 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9168
9169         * wl-draft.el (wl-draft-clone-local-variables):
9170         Remove redundant `setq'.
9171
9172 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9173
9174         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9175         Bind wl-highlight-x-face-func as nil while highlighting header.
9176
9177 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9178
9179         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9180
9181 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9182
9183         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9184         elmo-msgdb-overview-hashtb from copy-variables.
9185         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9186         instead of `elmo-msgdb-overview-get-entity-by-number'.
9187         (wl-summary-auto-refile): Ditto.
9188
9189         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9190         `elmo-msgdb-overview-get-entity' instead of
9191         `elmo-msgdb-search-overview-entity'.  Use
9192         `elmo-msgdb-overview-get-entity' instead of
9193         `elmo-msgdb-overview-get-entity-by-number'.
9194         (wl-thread-insert-entity-sub): Ditto.
9195         (wl-thread-insert-message): Ditto.
9196
9197         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9198         `elmo-msgdb-overview-get-entity'.
9199         (wl-normal-message-redisplay): Ditto.
9200
9201 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9202
9203         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9204         `wl-thread-entities'.
9205         (wl-thread-delete-message): Fix remove top message from
9206         `wl-thread-entity-list'.
9207
9208         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9209         wl-append(nconc), because update-list is broken on Meadow.
9210
9211         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9212         updating process.
9213         (wl-summary-rescan): Ditto.
9214         (wl-summary-sync-update3): Ditto.
9215         * wl-thread.el (wl-thread-set-parent): Renamed from
9216         `wl-summary-set-parent'.
9217         (wl-thread-insert-message): Updating buffer faster.
9218         (wl-thread-delete-message): Updating buffer faster.
9219
9220         * wl-score.el (wl-summary-score-update-all-lines): Changed
9221         interval for display progress gauge.
9222
9223 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9224
9225         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9226         folder always-sticky.
9227         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9228         defmacro.
9229
9230 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9231
9232         * wl-vars.el (wl-draft-add-references): New user option.
9233
9234         * wl-draft.el (wl-draft-add-references): New function.
9235         (wl-draft-yank-from-mail-reply-buffer): Use it.
9236         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9237         as nil.
9238
9239 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9240
9241         * wl-thread.el (wl-thread-update-line-msgs): Called
9242         `wl-thread-update-line-on-buffer-sub'.
9243         (wl-thread-update-line-on-buffer): Delete routine of inserting
9244         thread.
9245         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9246         moved from `wl-thread-update-line-on-buffer'.
9247         Add threshold for displaying progress gauge.
9248         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9249         argument of `wl-thread-update-line-msgs'.
9250         Add threshold for displaying progress gauge.
9251         * wl-folder.el:
9252         Add threshold for displaying progress gauge.
9253         * wl-score.el: Ditto.
9254
9255         * wl-expire.el (wl-summary-expire): Display deleting info.
9256
9257 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9258
9259         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9260         `no-msg'.
9261         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9262         argument of `wl-thread-update-line-msgs'.
9263         (wl-summary-set-parent): Added optional argument `parent-number'.
9264         (wl-summary-buffer-saved-message): New buffer local variable.
9265         (wl-summary-save-current-message): New command.
9266         (wl-summary-yank-saved-message): Ditto.
9267         (wl-summary-mode-map): Added key binding for
9268         `wl-summary-save-current-message' (\ew) and
9269         `wl-summary-yank-saved-message' (\C-y).
9270         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9271
9272 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9273
9274         * wl-summary.el (wl-summary-mode-map): Added key binding for
9275         `wl-summary-set-parent' (ts).
9276
9277 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9278
9279         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9280         subject faster. If thread number is reverse, delayed updating
9281         thread.
9282         (wl-summary-search-by-subject): Ditto.
9283         (wl-summary-put-alike): Ditto.
9284         (wl-summary-get-alike): Ditto.
9285         (wl-summary-insert-headers): Insert header of all overview in
9286         buffer.
9287         (wl-summary-rescan): Delayed updating thread. Kill search subject
9288         buffer for wl-summary-search-by-subject.
9289         (wl-summary-sync-update3): Ditto.
9290         (wl-summary-exit): Ditto.
9291         (wl-summary-goto-bottom-of-current-thread): Change for linked
9292         thread.
9293         (wl-summary-overview-create-summary-line): Change line for linked
9294         thread.
9295
9296         * wl-summary.el (wl-summary-update-thread): Use
9297         wl-thread-maybe-get-children-num.
9298         (wl-summary-set-parent): If change parent, move sub thread.
9299         (wl-summary-redisplay-internal): Add horizontal recenter.
9300         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9301
9302         * wl-thread.el (wl-thread-entity-get-linked): New function.
9303         (wl-thread-entity-set-linked): New function.
9304         (wl-thread-create-entity): Add linked element.
9305         (wl-thread-entity-insert-as-top): Use wl-append.
9306         (wl-thread-maybe-get-children-num): If closing thread, return
9307         children msgs.
9308         (wl-thread-update-line-msgs): Displaying progress message.
9309         (wl-thread-update-line-on-buffer-sub): Use
9310         wl-thread-maybe-get-children-num.
9311         (wl-thread-update-line-on-buffer): If update line is not exists,
9312         insert thread.
9313         (wl-thread-delete-message): If delete top msg of thread, search
9314         parent by subject.
9315         (wl-thread-insert-entity): Use
9316         wl-thread-maybe-get-children-num.
9317
9318         * wl-highlight.el (wl-highlight-summary-current-line): change
9319         sregexp for linked thread.
9320         * wl-util.el (wl-count-lines): Count lines.
9321         (wl-horizontal-recenter): horizontal recenter.
9322         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9323         (wl-score-get-alike): Ditto.
9324         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9325         (wl-subject-length-limit): New variable.
9326         (wl-highlight-thread-indent-string-regexp): Changed for linked
9327         thread.
9328
9329 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9330
9331         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9332         New variable (revival).
9333         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9334         by subject matching if there's no in-reply-to nor references field
9335         (revival).
9336
9337 \f
9338 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9339
9340         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9341         message.
9342
9343 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9344
9345         * wl-summary.el (wl-summary-reply): Return t if there was a
9346         message at cursor point.
9347         Added unwind-protect.
9348         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9349         returns t.
9350         (wl-summary-cancel-message): Do nothing when there's no message at
9351         cursor point.
9352         (wl-summary-forward): Ditto.
9353         (wl-summary-jump-to-parent-message): Ditto.
9354         (wl-summary-reedit): Ditto.
9355         (wl-summary-edit-addresses): Ditto.
9356         (wl-summary-pipe-message): Ditto.
9357         (wl-summary-print-message-with-ps-print): Ditto.
9358         (wl-summary-print-message): Ditto.
9359         (wl-summary-mark-as-important): Ditto.
9360         (wl-summary-mark-as-unread): Ditto.
9361
9362         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9363         message at cursor point.
9364         (wl-summary-reply-with-citation): Remove unwind-protect.
9365
9366         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9367         subject searching feature.
9368         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9369         Eliminated.
9370
9371 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9372
9373         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9374         New variable.
9375         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9376         by subject matching if there's no in-reply-to nor references field.
9377
9378         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9379
9380         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9381         when display is finished.
9382         (wl-folder-open-all): Ditto.
9383         (wl-folder-update-access-group): Ditto.
9384         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9385         * wl-thread.el (wl-thread-close-all): Ditto.
9386
9387         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9388         progress gauge only when it was displayed.
9389         * wl-folder.el (wl-folder-insert-entity): Ditto.
9390
9391 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9392
9393         * wl-summary.el (wl-summary-incorporate): Enclose
9394         `wl-summary-sync-force-update' with save-excursion.
9395
9396 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9397
9398         * wl-summary.el (wl-summary-prefetch-region):
9399         Pass current cursor point to `pos-visible-in-window-p' after
9400         moving cursor to the started point.
9401
9402 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9403
9404         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9405
9406         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9407         fields from the forwarding message.
9408         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9409         `ignored-fields'.
9410
9411 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9412
9413         * wl-mime.el (wl-message-request-partial):
9414         Eliminated argument `msgdb'.
9415         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9416         (wl-mime-combine-message/partial-pieces): Likewise.
9417         * tm-wl.el (wl-message-request-partial): Likewise.
9418         (wl-mime-combine-message/partial-pieces): Likewise.
9419
9420 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9421
9422         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9423         when display is finished.
9424
9425 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9426
9427         * wl-summary.el (wl-summary-goto-folder-subr):
9428         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9429
9430 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9431
9432         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9433         when cursor point is visible.
9434
9435 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9436
9437         * wl-expire.el (wl-expire-archive-get-max-number):
9438         Don't use `file-name-directory'.
9439
9440 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9441
9442         * wl-expire.el (wl-expire-archive-get-max-number):
9443         Use `file-name-directory'.
9444
9445 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9446
9447         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9448         only when there is progress.
9449
9450 2000-04-13  Mito <mit@nines.nec.co.jp>
9451
9452         * wl-summary.el (wl-summary-sync-marks): Display progress.
9453
9454 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9455
9456         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9457         (wl-summary-prev): Move cursor regardless of unread status.
9458         (wl-summary-next): Ditto.
9459
9460 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9461
9462         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9463         Added argument `target' and `number'.
9464         * tm-wl.el (wl-summary-burst-subr): New function.
9465         (wl-summary-burst): Use it.
9466
9467 2000-04-10  Mito <mit@nines.nec.co.jp>
9468
9469         * wl-mime.el (wl-burst): New function.
9470         (wl-summary-burst): Use it.
9471
9472 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9473
9474         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9475         as petname when there's no candidate.
9476
9477 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9478
9479         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9480         New variable.
9481         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9482
9483         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9484
9485         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9486
9487 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9488
9489         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9490         Use substring of `original' instead of buffer-substring.
9491         (wl-refile-evaluate-rule):
9492         Set `original' argument of wl-refile-expand-newtext.
9493
9494         * wl-summary.el
9495         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9496         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9497         (wl-summary-auto-refile): Check existence of destination folder just
9498         before marking.
9499
9500 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9501
9502         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9503         when wl-refile-get-field-value return nil.
9504
9505 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9506
9507         * wl-refile.el
9508         (wl-refile-expand-newtext): New function imported from Gnus.
9509         (wl-refile-evaluate-rule): Use it.
9510
9511 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9512
9513         * wl-summary.el (wl-summary-print-destination):
9514         Duplicate folder string to avoid putting text-property on
9515         original string.
9516
9517         * wl-refile.el (wl-refile-get-field-value): New function.
9518         (wl-refile-evaluate-rule): New function;
9519         Evaluate refile rule recursively.
9520         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9521         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9522         New function; Check existence of a target folder recursively.
9523         (wl-summary-auto-refile-check-refile-rule-alist):
9524         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9525
9526 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9527
9528         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9529
9530         * wl-folder.el (wl-create-folder-entity-from-buffer):
9531         Fixed problem when '}' character is contained in folder name.
9532
9533         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9534
9535 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9536
9537         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9538         (wl-fldmgr-add-completion-all-completions):
9539         Use wl-fldmgr-add-completion-hashtb.
9540
9541 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9542
9543         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9544         wl-fldmgr-add-completion-subr): New functions.
9545         * wl-folder.el (wl-folder-completion-func): New variable.
9546         * wl-summary.el (wl-summary-read-folder):
9547         Use wl-folder-completion-func.
9548
9549         * wl-refile.el: Eliminate throw & catch.
9550
9551         * wl.el (wl-plugged-sending-queue-status): Fixed.
9552
9553 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9554
9555         * wl-draft.el (wl-draft): Put category property on
9556         mail-header-separator.