ba37e9b3e414e18d24b8f3212bc27b218e328e84
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-toggle-mime): Added optional argument
4         `no-mime'. if it is non-nil, call `wl-summary-redisplay-no-mime'
5         with `ask-coding' is non-nil.
6
7 2004-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-thread.el (wl-thread-set-parent): If parent is a message
10         which is identified by references, set linked as nil.
11
12 2004-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
13
14         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Added spec "m".
15         (wl-message-mode-line-format-spec-alist): Ditto.
16         (wl-message-mode-line-format): Ditto.
17         (wl-summary-mode-line-format): Ditto for docstring.
18         (wl-summary-no-mime-folder-list): Fix typo.
19
20         * wl-util.el (wl-current-message-buffer): Call
21         `wl-message-buffer-display' with `as-is' and `all-header' as nil.
22
23         * wl-summary.el (wl-summary-buffer-display-as-is): New buffer-local
24         variable.
25         (wl-summary-mode-map): Bind 'M' as `wl-summary-toggle-mime' instead
26         of `wl-summary-redisplay-no-mime'.
27         (wl-summary-goto-folder-subr): Set up wl-summary-buffer-display-as-is.
28         (wl-summary-toggle-mime): New function.
29         (wl-summary-redisplay-all-header): Rewrite.
30         (wl-summary-redisplay-no-mime): Ditto.
31         (wl-summary-redisplay-internal): Added argument `as-is' and
32         `all-header'.
33
34         * wl-refile.el (wl-refile-default-from-folder-path-separator):
35         New variable.
36         (wl-refile-guess-functions): Added wl-refile-guess-by-from at the
37         bottom.
38         (wl-refile-guess-by-history): Don't use wl-refile-guess-by-from.
39         (wl-refile-guess-by-from): Rewrite to fix the bug which inserts
40         "/" unconditionally.
41
42         * wl-mime.el (wl-draft-yank-current-message-entity): Use
43         wl-mime-preview-follow-no-mime for as-is content.
44         (wl-mime-preview-follow-no-mime): New function.
45         (wl-mime-preview-follow-current-region): Fixed parenthesis.
46
47         * wl-message.el (wl-message-redisplay): Removed argument `display-type'
48         and added `as-is', `all-header'.
49         (wl-message-buffer-display): Ditto.
50         (wl-message-buffer-display-type): New function.
51
52 2004-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
53
54         * wl-vars.el (wl-message-header-button-alist): Change default
55         value.
56         (wl-message-body-button-alist): Ditto.
57
58 2004-09-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
59
60         * wl.el (wl-exit): Run elmo-passwd-alist-clear.
61
62 2004-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-summary.el (wl-summary-get-available-flags): Rewrite.
65
66 2004-09-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
67
68         * wl-summary.el (wl-summary-sync-marks): Remove condition which
69         is always true.
70
71 2004-09-15  Yoichi NAKAYAMA  <yoichi@geiin.org>
72
73         * wl-mime.el (wl-mime-preview-follow-current-region): Avoid error
74         on null entity.
75
76 2004-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
77
78         * wl-vars.el (wl-draft-reply-default-position): Fix range.
79
80 2004-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
81
82         * wl-vars.el (wl-summary-resend-hook): New hook.
83
84         * wl-action.el (wl-summary-exec-action-resend-subr): Run
85         `wl-summary-resend-hook'.
86
87 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
88
89         * wl-vars.el (wl-draft-forward-hook): Setup to put forwarded flag.
90         (wl-summary-persistent-mark-priority-list): Add `forwarded'.
91         (wl-summary-uncached-mark): Renamed from wl-summary-read-uncached-mark.
92         (wl-summary-new-cached-mark): Changed default value to 'n'.
93         (wl-summary-unread-cached-mark): Changed default value to 'u'.
94         (wl-summary-answered-cached-mark): Changed default value to 'a'.
95         (wl-folder-sync-range-alist): Remove spec for 'flag.
96         (wl-summary-force-prefetch-folder-list): New user option.
97
98         * wl-summary.el (wl-summary-mode-map): Bind 'M-k' to
99         `wl-summary-toggle-persistent-mark'.
100         (wl-summary-update-mark-and-highlight-window): Don't highlight when
101         number is nil.
102         (wl-summary-mark-as-answered-region): Set interactive argument of
103         `wl-summary-set-persistent-mark-internal'.
104         (wl-summary-mark-as-important-region): Ditto.
105         (wl-summary-unset-persistent-mark): Ditto.
106         (wl-summary-set-persistent-mark): Ditto.
107         (wl-summary-mark-as-answered): Ditto.
108         (wl-summary-mark-as-important): Ditto.
109         (wl-summary-set-persistent-mark-internal): Do nothing
110         when `elmo-message-flag-available-p' is nil.
111         (wl-summary-toggle-persistent-mark): New function.
112         (wl-summary-goto-folder-subr): Call `wl-summary-force-prefetch'
113         when the folder matches `wl-summary-force-prefetch-folder-list'.
114
115
116         * wl-highlight.el (wl-highlight-summary-current-line): Do nothing
117         when number is nil.
118         (wl-highlight-summary-forwarded-face): New face.
119
120 2004-09-12  Yuuichi Teranishi  <teranisi@gohome.org>
121
122         * Version number is increased to 2.11.31.
123
124 2004-09-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
125
126         * wl-util.el (wl-biff-check-folders): Ignore non-existent folder.
127         (wl-biff-check-folder-async): Ditto.
128         * wl-vars.el (wl-biff-check-folder-list): Fix tag.
129
130 2004-09-08  Tetsurou Okazaki  <okazaki@be.to>
131
132         * wl-summary.el (wl-summary-rescan): Implement reverse sorting.
133         Add an argument `reverse'.  All callers are updated.
134         (wl-summary-sort): Add a prefix argument `reverse' to specify
135         reverse sorting.
136         (wl-summary-sort-by-date, wl-summary-sort-by-number) 
137         (wl-summary-sort-by-subject, wl-summary-sort-by-from) 
138         (wl-summary-sort-by-list-info, wl-summary-sort-by-size): Likewise.
139
140 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
141
142         * wl-message.el (wl-message-redisplay): Does not narrow header if
143         disply-type is all-header or as-is.
144
145         * wl-summary.el (wl-summary-enter-handler): Use
146         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
147
148 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
149
150         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
151         after adding wl-draft-parent-variables.
152         (wl-draft-forward): Ditto.
153
154 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
155
156         * wl-summary.el (wl-summary-sync-marks): Call
157         `wl-summary-set-persistent-mark' and
158         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
159         (wl-summary-set-persistent-mark-internal): Add 4th argument
160         `no-server'.
161         (wl-summary-unset-persistent-mark): Ditto.
162         (wl-summary-set-persistent-mark): Ditto.
163         (wl-summary-add-flags-internal): Abolish.
164         (wl-summary-remove-flags-internal): Ditto.
165         (wl-summary-mark-as-important-internal): Ditto.
166         (wl-summary-mark-as-important): Use
167         `wl-summary-set-persistent-mark' instead of
168         `wl-summary-add-flags-internal'.
169         (wl-summary-mark-as-important-region): Ditto.
170
171         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
172
173         * wl-summary.el (wl-summary-get-available-flags): New function.
174         (wl-summary-sync-marks): Use it and simplified.
175         (wl-summary-unset-persistent-mark): Use
176         `wl-summary-get-available-flags'.
177         (wl-summary-set-persistent-mark): Ditto.
178
179 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
180
181         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
182         id.
183
184 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
185
186         * wl-summary.el (wl-summary-enter-handler): If argument is not a
187         number, call `wl-summary-prev-line-content'. Show message when the
188         message is not found.
189
190 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
191
192         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
193         wl-summary-enter-handler.
194         (wl-summary-enter-handler): New command.
195
196         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
197         docstring and custom spec.
198
199         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
200         flags too; Don't treat Cached and New.
201         (wl-summary-set-persistent-mark): Ditto.
202
203         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
204         `wl-folder-set-flag'.
205
206         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
207         instead of `wl-folder-set-flag'.
208
209         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
210         for completion.
211         (wl-summary-set-persistent-mark): Ditto.
212
213         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
214         instead of `wl-draft-quit-preview'.
215
216         * wl-mime.el (toplevel): Avoid compile warning.
217         (wl-mime-quit-preview): New function
218         (formarly defined as `wl-draft-quit-preview').
219         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
220         quitting method.
221
222         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
223
224         * wl-folder.el (wl-folder-set-flag): Renamed from
225         `wl-draft-set-flag-on-parent'.
226
227         * wl-draft.el (wl-draft-quit-preview): New function.
228         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
229         (wl-draft-send): Call `wl-folder-set-flag' instead of
230         `wl-draft-set-flag-on-parent'.
231         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
232
233 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
236         (wl-draft-send): Ditto.
237
238 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
239
240         * wl-vars.el (wl-draft-reply-hook): Changed default value.
241         (wl-draft-kill-pre-hook): Set default value as nil.
242         (wl-summary-reply-hook): Ditto.
243         (wl-draft-kill-flags): Abolish.
244
245         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
246         (wl-draft-parent-variables): Renamed from
247         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
248         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
249         argument; Add wl-draft-parent-variables to
250         wl-draft-config-variables.
251         (wl-draft-reply): Likewise.
252         (wl-draft-kill-flags): Abolish.
253         (wl-draft-send): Call wl-draft-set-flag-on-parent.
254         (wl-draft-set-flag-on-parent): New function.
255         (wl-draft-setup-parent-flag): Ditto.
256
257 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
258
259         * wl-draft.el (wl-draft-kill-flags): Avoid error when
260         `wl-draft-parent-folder' is "".
261
262 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
263
264         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
265         (wl-summary-digit-jump): New function.
266         (Adviced by John Owens and Hiroya Murata)
267
268         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
269         (Adviced by John Owens)
270
271         * wl-xmas.el (wl-message-define-keymap): Ditto.
272
273         * wl-mule.el (wl-message-define-keymap): Ditto.
274
275 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
276
277         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
278         change of return value of elmo-folder-count-flags.
279
280         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
281         (wl-summary-mark-as-read-internal): Ditto.
282         (wl-summary-set-persistent-mark-internal): Ditto.
283         (wl-summary-folder-info-update): Ditto.
284         (wl-summary-sync-update): Fixed the last change.
285
286         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
287
288 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
289
290         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
291         (wl-draft-kill-flags): Fixed docstring.
292
293         * wl-draft.el (wl-draft-kill-flags): New function.
294         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
295
296 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
297
298         * wl-vars.el (wl-reply-hook): Abolish.
299         (wl-draft-reply-hook): New hook.
300         (wl-summary-reply-hook): Ditto.
301         (wl-draft-forward-hook): Ditto.
302         (wl-summary-forward-hook): Ditto.
303         (wl-draft-kill-flags): New variable.
304
305         * wl-summary.el (wl-summary-mark-as-answered-region): Use
306         wl-summary-set-persistent-mark-internal.
307         (wl-summary-sync-marks): Use elmo-preserved-flags.
308         (wl-summary-update-persistent-mark): Make it interactive.
309         (wl-summary-set-persistent-mark-internal): New inline function.
310         (wl-summary-mark-as-answered): Use it.
311         (wl-summary-mark-as-unanswered): Ditto.
312         (wl-summary-unset-persistent-mark): New function.
313         (wl-summary-set-persistent-mark): Ditto.
314         (wl-summary-reply): Don't set answered flag;
315         Run wl-summary-reply-hook instead.
316         (wl-summary-forward): Call wl-draft-forward with number.
317         Run wl-summary-forward-hook.
318
319         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
320         (wl-highlight-summary-line-face-spec): Use it as a default
321         persistent mark face.
322
323         * wl-draft.el (wl-draft-forward): Added optional argument number;
324         Set wl-draft-parent-number; Run wl-draft-forward-hook.
325         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
326         (wl-draft-kill): Use wl-draft-kill-flags.
327
328         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
329
330         * wl-folder.el (wl-folder-check-one-entity): Follow the change
331         of return value of elmo-folder-count-flags.
332
333         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
334
335         * wl-summary.el (wl-summary-count-unread): Ditto.
336         (wl-summary-sync-update): Follow the change above.
337         (wl-summary-force-prefetch): New function.
338
339 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
340
341         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
342         variable `buf' with `let' instead of `setq'.
343
344 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
345
346         * wl-mime.el (wl-message-delete-current-part): If filename exists,
347         add Content-Disposition heaeder on the deleted part.
348
349 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
350
351         * wl-draft.el (wl-draft-save): Encode address list under edit by
352         `eword-encode-unstructured-field-body'.
353
354         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
355
356 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
357
358         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
359         wl-current-summary-buffer.
360
361 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
362
363         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
364         `numbers' is ignored.
365
366 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
367
368         * wl-folder.el (wl-folder-open-folder): Avoid error.
369         Reported by John Owens, [wl-en:815]
370
371         * wl.el (wl): Set timer for biff process even if prefix argument
372         is given or auto-checking is quitted.
373
374         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
375         immediately.
376         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
377         (wl-toggle-plugged): Ditto.
378
379         * wl-vars.el (wl-biff-use-idle-timer): New variable.
380         * wl-util.el (wl-biff-start): Use idle timer if
381         `wl-biff-use-idle-timer' is non-nil.
382
383 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
384
385         * wl-highlight.el (wl-highlight-message): Fix description.
386
387 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
388
389         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
390         tty.
391
392 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
393
394         * wl-action.el (wl-summary-exec): Print failure count.
395
396 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
397
398         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
399         to `defun', remove interactive form.
400         Set elmo-message-fetch-confirm when force-reload is non-nil.
401
402 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
403
404         * wl-summary.el (toplevel): Removed unnecessary autoload.
405
406 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
407
408         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
409         the buffer is generated from another message buffer.
410
411 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
412
413         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
414         extracted from `wl-fldmgr-save-folders'.
415         (wl-fldmgr-delete): Call it after deletion.
416
417 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
418
419         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
420         multi-tty support.
421
422 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
423
424         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
425
426 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
427
428         * wl-summary.el (wl-summary-rescan): Remove unused variables.
429         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
430
431 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
432
433         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
434         unsubscribe list only if argument CLEAR is nil.
435
436 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
437
438         * wl-draft.el (wl-draft-reply): Decode subject before removing
439         Re: prefix.
440
441 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
442
443         * wl-summary.el (wl-summary-sort-by-size): New command.
444
445 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
446
447         * wl-summary.el (wl-summary-number-list-from-region): New
448         function.
449         (wl-summary-mark-as-read-region): Use it.
450         (wl-summary-mark-as-unread-region): Ditto.
451         (wl-summary-set-flags-region): Ditto and add optional argument
452         remove.
453         (wl-summary-mark-as-answered-region): Ditto.
454         (wl-summary-mark-as-important-region): Ditto.
455         (wl-summary-target-mark-mark-as-important): Added optional
456         argument remove.
457         (wl-summary-target-mark-mark-as-answered): Ditto.
458         (wl-summary-target-mark-set-flags): Ditto.
459
460 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
461
462         * wl-summary.el (wl-summary-set-flags-region): Call
463         `wl-summary-set-flags-internal' with number list instead of call
464         one by each message.
465         (wl-summary-target-mark-set-flags): Likewise.
466
467 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
468
469         * wl-summary.el (wl-summary-target-mark-operation): Add optional
470         argument `inverse' and use `wl-summary-delete-all-target-marks'.
471         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
472         (wl-summary-target-mark-mark-as-answered): Likewise.
473
474 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
475
476         * wl-summary.el (wl-summary-target-mark-forward): Use
477         `wl-summary-delete-all-target-marks' instead of
478         `wl-summary-delete-all-temp-marks'.
479         (wl-summary-target-mark-reply-with-citation): Ditto.
480         (wl-summary-target-mark-uudecode): Ditto.
481         (wl-summary-target-mark-set-flags): Ditto and remove needless
482         cursor move.
483
484 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
485
486         * wl-summary.el (wl-summary-target-mark-forward): Protect
487         wl-summary-buffer-target-mark-list from nreverse.
488         (wl-summary-target-mark-reply-with-citation): Ditto.
489
490 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
491
492         * wl-thread.el (wl-thread-update-indent-string-thread): Use
493         `elmo-display-progress-threshold'.
494
495 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
496
497         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
498         check `wl-summary-highlight'.
499         (wl-summary-window-scroll-functions): Respect value of
500         `wl-summary-highlight'.
501         (wl-summary-sync-update): Run hooks
502         `wl-summary-buffer-window-scroll-functions' at any time.
503
504 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
505
506         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
507         from `wl-summary-cleanup-temp-marks'.
508         (wl-summary-cleanup-temp-marks): Abolish argument.
509         * wl.el (wl-save-status): Revert previous change.
510         (wl-execute-temp-marks): New function, call
511         `wl-summary-exec-with-confirmation'.
512         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
513         (wl-folder-save-and-exec-marks): Abolished.
514
515 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
516
517         * wl-e21.el (wl-e21-display-image-p): Respect
518         `wl-highlight-folder-with-icon'.
519         (wl-e21-highlight-folder-group-line): Highlight mouse line
520         even if wl-e21-display-image-p is nil.
521
522         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
523         Respect value of `wl-summary-highlight'.
524
525         * wl.el (wl-save-status): Remove unused variable.
526
527         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
528         (wl-folder-mode-map): Bind it to "x".
529
530 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
531
532         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
533
534         * wl-thread.el (wl-thread-get-parent-list): Don't check
535         disconnected ancestors, neglecting needless work in
536         `wl-thread-update-indent-string-thread'.
537
538         * wl.el (wl-save): Take prefix argument to execute remaining marks.
539         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
540         argument, add argument default-keep to keep marks by default.
541
542         * Version number is increased to 2.11.30.
543
544         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
545         customization type and docstring.
546         (wl-draft-reply-without-argument-list): Ditto.
547
548 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
549
550         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
551
552         * wl-spam.el (wl-spam-mark-action-list): Ditto.
553
554 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
555
556         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
557
558 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
559
560         * wl-draft.el (wl-draft-config-exec): Narrow the range of
561         save-excursion so as not to include run-hooks.
562
563 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
564
565         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
566         Clarify that marks are going to be cleared.
567
568 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
571         according to 3rd element of wl-summary-flag-mark.
572
573         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
574
575 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
576
577         * wl-action.el (wl-summary-target-mark-all): Don't set
578         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
579
580 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
581
582         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
583         (wl-forward-subject-prefix): Ditto.
584         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
585         (wl-draft-reply-make-subject): Ditto.
586
587         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
588         `wl-draft-forward'.
589         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
590
591 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
592
593         * wl-action.el (wl-summary-target-mark-set-action): Stop if
594         target message does not exist.
595
596 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
597
598         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
599         `wl-subject-prefix-regexp'.
600         (wl-subject-forward-prefix-regexp): New variable.
601         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
602         `wl-draft-strip-subject-re' and take regexp as argument.
603         (wl-draft-forward): Use it.
604         (wl-draft-reply): Ditto.
605
606 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
607
608         * wl-e21.el (wl-highlight-plugged-current-line): Change for
609         emacs multi-tty support.
610
611 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
612
613         * wl-e21.el (wl-e21-display-image-p): Don't call
614         `display-images-p'.
615         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
616         support.
617         (wl-highlight-folder-current-line): Ditto.
618         (wl-folder-init-icons): Ditto.
619
620 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
621
622         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
623         the last line of summary in unplugged mode.
624
625 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
626
627         * wl-vars.el (wl-refile-rule-alist): Doc fix.
628
629 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
630
631         * wl-vars.el (wl-user-mail-address-regexp): New variable.
632         * wl-address.el (wl-address-user-mail-address-p): Use it.
633         (wl-address-delete-user-mail-addresses): Ditto.
634         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
635
636         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
637         (wl-address-delete-user-mail-addresses): Ditto.
638
639         * wl-address.el (wl-address-delete-user-mail-addresses): New
640         function.
641         * wl-refile.el (wl-refile-guess-by-history): Use it.
642         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
643         (wl-draft-make-mail-followup-to): Ditto and fix logic.
644
645         * wl-draft.el (wl-draft-edit-string): To judge sender address,
646         use wl-address-user-mail-address-p.
647
648 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
649
650         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
651         after opening group.
652
653 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
654
655         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
656         of elmo-set-buffer-multibyte.
657
658         * wl-message.el (wl-original-message-mode): Ditto.
659
660         * wl-score.el (wl-score-insert-header): Ditto.
661
662         * wl-summary.el
663         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
664         (wl-summary-goto-folder-subr): Ditto.
665         (wl-summary-insert-headers): Ditto.
666
667         * wl-util.el (wl-set-string-width): Ditto.
668
669         * Version number is increased to 2.11.29.
670
671 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
672
673         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
674         (wl-highlight-summary-line-help-echo-alist): New variable.
675         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
676         into `wl-highlight-summary-line-help-echo' and
677         `wl-highlight-flag-folder-help-echo'.
678         (wl-highlight-summary-line-string): Change accordingly.
679         (wl-highlight-summary-current-line): Ditto.
680
681 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
682
683         * wl-highlight.el (wl-highlight-message): Ignore white spaces
684         at the beginning of field body (Thanks to Markus Knittig).
685
686         * wl-draft.el (wl-draft-insert-current-message): Also check
687         summary buffer, remove unnecessary tag.
688
689 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
690
691         * wl-draft.el (wl-draft-insert-current-message): Cause error also
692         when wl-message-buffer is nil.
693
694         * wl-folder.el (wl-folder): Abolish unused argument.
695         Call wl-folder-init when wl-folder-entity is nil.
696         * wl.el (wl): Change accordingly.
697
698 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
699
700         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
701         multibyte string before insert into draft buffer.
702         (wl-draft-create-buffer): Always enable multibyte characters for
703         draft buffer.
704
705         * Version number is increased to 2.11.28.
706
707 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
708
709         * wl-folder.el (wl-folder-open-close): Handle blank line.
710         (wl-folder-jump-to-current-entity): Ditto.
711
712 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
713
714         * Version number is increased to 2.11.27.
715
716 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
717
718         * wl-thread.el (wl-thread-insert-message): When the thread is
719         devided by wl-summary-max-thread-depth, insert line at the end of
720         buffer.
721
722 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
723
724         * Version number is increased to 2.11.26.
725
726 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
727
728         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
729
730 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
731
732         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
733         value of stream-type and session.
734
735 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
736
737         * Version number is increased to 2.11.25.
738
739 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
740
741         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
742         in a quit message.
743
744 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
745
746         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
747         (wl-summary-redisplay-no-mime-internal): Ditto.
748
749 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
750
751         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
752         * wl-vars.el (wl-smtp-connection-type): Ditto.
753
754 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
755
756         * wl-highlight.el (wl-highlight-message): Change to strict regexp
757         for the separator line and quote mail-header-separator.
758
759 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
760
761         * wl-spam.el (wl-message-check-spam): Fixed problem no display
762         result message.
763
764         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
765         `elmo-multiple-fields-body-list' with boundary as
766         mail-header-separator.
767
768 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
769
770         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
771
772 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
773
774         * wl-util.el (wl-list-diff): Remove unused function.
775
776         * wl-draft.el (wl-draft-send-confirm): Discard input before
777         confirmation.
778
779 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
782         order of flag and new.
783
784 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl-vars.el (wl-refile-policy-alist): Abolished.
787
788         * wl-action.el (wl-summary-set-action-refile): Follow the change
789         above.
790
791 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
792
793         * wl-highlight.el (wl-highlight-signature-search): Don't use
794         re-search-backward for a long word since it is possible to crash
795         XEmacs because of a bug.
796
797 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
798
799         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
800
801 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
802
803         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
804         argument for wl-summary-sync-force-update.
805
806 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
807
808         * wl-summary.el (wl-summary-mode-map): Revival of
809         wl-summary-mark-as-important related bindings;
810         Bind 'F','tF','mF','rF','m&'.
811         (wl-summary-mark-as-important-region): Revival.
812         (wl-summary-target-mark-mark-as-important): Ditto.
813         (wl-summary-target-mark-operation): New function.
814         (wl-summary-target-mark-mark-as-answered): Use it.
815         (wl-summary-decide-flag): Don't set Important as default.
816         (wl-summary-mark-as-important-internal): Revival.
817         (wl-summary-mark-as-important): Ditto.
818
819         * wl-thread.el (wl-thread-mark-as-important): Ditto.
820
821         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
822         instead of facep.
823
824 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
825
826         * wl-dnd.el (wl-dnd-drop-func): Fix.
827
828         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
829         mouse-set-point instead of posn-point.
830
831         * wl-xmas.el (wl-completing-read-multiple): Define as function.
832
833         * wl-mule.el (wl-completing-read-multiple): Ditto.
834
835 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-demo.el (face-background-name): Defalias to avoid compile
838         warning.
839
840 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
841
842         * wl-summary.el (wl-summary-decide-flag): Use
843         wl-completing-read-multiple instead of completing-read-multiple.
844
845         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
846         New alias.
847
848         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
849         Use face-background-name instead of face-background.
850
851         * wl-vars.el (wl-summary-save-file-suffix): New user option.
852
853         * wl-summary.el (wl-summary-save): Use it.
854         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
855
856         * wl-mime.el (wl-mime-save-content): Fix last change.
857
858 2004-02-10  Len Trigg <lenbok@myrealbox.com>
859
860         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
861         New function.
862         (wl-summary-sort-specs): Added sort.
863         * wl-mime.el (wl-mime-save-content): Expand file name.
864
865 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
866
867         * wl-mime.el (wl-draft-preview-message): Fixed typo.
868
869         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
870
871 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
872
873         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
874         for flag if it is not defined.
875
876 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
877
878         * wl-e21.el (wl-highlight-folder-current-line): Use
879         elmo-folder-type-internal when elmo-folder-type returns nil.
880
881         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
882
883         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
884
885         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
886
887         * wl-e21.el (wl-summary-toolbar): Ditto.
888
889         * wl-vars.el (wl-demo-background-color): Abolished.
890         (wl-summary-persistent-mark-priority-list): Renamed from
891         wl-summary-flag-priority-list.
892         (wl-summary-flag-alist): New user option.
893         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
894         (wl-message-mode-line-format-spec-alist): Added 'F'.
895         (wl-message-mode-line-format): Likewise.
896         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
897         instead of wl-summary-important-mark.
898         (wl-file-folder-icon): New variable.
899
900         * wl-thread.el (wl-thread-set-flags): Renamed from
901         wl-thread-mark-as-important.
902
903         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
904         warning.
905         (wl-summary-mode-menu-spec): Follow the change of 
906         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
907         (wl-summary-mode-map): Follow the change of
908         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
909         (wl-summary-detect-mark-position): Follow the variable name change.
910         (wl-summary-set-flags-region): New function for the replacement of
911         wl-summary-mark-as-important-region.
912         (wl-summary-sync-marks): Sync all global-flags.
913         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
914         instead of elmo-message-flagged-p.
915         (wl-summary-persistent-mark-string): Follow the variable name change;
916         Put wl-summary-flag-mark if the message has global-flag.
917         (wl-summary-target-mark-set-flags): Renamed from 
918         wl-summary-target-mark-mark-as-important.
919         (wl-summary-decide-flag): New function.
920         (wl-summary-set-flags-internal): Renamed from
921         wl-summary-mark-as-important-internal.
922         (wl-summary-add-flags-internal): New function.
923         (wl-summary-remove-flags-internal): Ditto.
924         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
925         (wl-summary-mark-as-unimportant): Abolish.
926         (wl-summary-move-spec-alist): Changed `important' to `digest'.
927         (wl-summary-next-message): List flagged messages in the msgdb.
928
929         * wl-score.el (wl-summary-score-update-all-lines): Use
930         wl-summary-add-flags-internal instead of 
931
932         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
933
934         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
935         from wl-message-buffer-cur-flag (To avoid misunderstanding).
936         (wl-message-buffer-require-all-header): Renamed from
937         wl-message-buffer-all-header-flag (Ditto).
938         (wl-message-buffer-flag-indicator): New variable.
939         (wl-message-redisplay): Changed local varibale name from `flag' to
940         `display-type'; Set up wl-message-buffer-flag-indicator.
941         (wl-message-buffer-display): Changed varibale name from `flag' to
942         `display-type'.
943         (wl-message-display-internal): Likewise.
944
945         * wl-highlight.el (wl-highlight-demo-face): Define default background
946         color.
947         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
948
949         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
950
951         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
952         (wl-demo-setup-properties): Renamed from
953         `wl-demo-set-background-color'.
954         (wl-demo): Follow the change above.
955         
956         * Version number is increased to 2.11.24.
957
958 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
959
960         * wl-summary.el (wl-summary-toggle-thread): Call
961         `wl-summary-rescan' with disable-thread as non-nil.
962         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
963
964 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
965
966         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
967         foreground property of the face.
968         (wl-demo-insert-text): Don't set up face property here.
969         (wl-demo): Call wl-demo-set-background-color, anyway.
970
971 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
972
973         * wl-vars.el (wl-demo-background-color): The value can be nil.
974
975 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
976
977         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
978         to wl-summary-wheel-dispatcher.
979
980         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
981         wl-message-wheel-dispatcher.
982         (wl-message-wheel-dispatcher): New function.
983         (wl-summary-wheel-dispatcher): Ditto.
984
985 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
986
987         * wl-action.el (wl-summary-target-mark-all): List messages which are
988         not in the killed-list.
989
990         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
991         only when the folder is 'flag/important.
992
993         * wl-address.el (wl-complete-field-body): Complete if the last
994         character is a space.
995
996 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-folder.el (wl-folder-clear-entity-info): Use
999         elmo-clear-hash-val.
1000
1001         * wl-fldmgr.el (wl-fldmgr-rename): Set
1002         wl-folder-info-alist-modified as t.
1003
1004 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
1005
1006         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
1007
1008 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1009
1010         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
1011         (wl-folder-buffer-last-visited-entity-id): New buffer local
1012         variable.
1013         (wl-folder-revisit-last-visited-folder): New function.
1014         (wl-folder-mode-map): Bind it to "C-i".
1015         (wl-folder-set-current-entity-id): Set last visited folder.
1016         * wl-summary.el (wl-summary-exit): Ditto.
1017
1018 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
1021         before calling `recenter' in order to cope with an XEmacs bug.
1022
1023 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1024
1025         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
1026         to the default value.
1027
1028 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1029
1030         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
1031         change.
1032         (wl-summary-sync-marks): Ditto.
1033         (wl-summary-mark-as-read-internal): Ditto.
1034         (wl-summary-mark-as-answered-internal): Ditto.
1035         (wl-summary-mark-as-important-internal): Ditto.
1036         (wl-summary-reply): Ditto.
1037
1038         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
1039         instead of `elmo-folder-unflag-answered'.
1040
1041         * Version number is increased to 2.11.23.
1042
1043         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
1044         the last change.
1045
1046 2004-01-11  Kenichi Okada  <okada@opaopa.org>
1047
1048         * wl-spam.el (wl-summary-exec-action-refile-with-register):
1049         Specify "spam" or "good".
1050
1051 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
1052
1053         * wl-spam.el (wl-summary-exec-action-spam): Call
1054         wl-folder-confirm-existence for spam folder.
1055         (wl-spam-setup): Bind "mk".
1056
1057 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1058
1059         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
1060
1061 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
1062
1063         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
1064         destination folder is empty.
1065
1066 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
1067
1068         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
1069         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
1070
1071         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
1072         (wl-summary-refile-prev-destination-region): New function.
1073         (wl-thread-refile-prev-destination): Ditto.
1074         (wl-summary-target-mark-refile-prev-destination): Ditto.
1075
1076 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
1077
1078         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
1079         (wl-demo-background-color): Changed default value.
1080
1081         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
1082         color.
1083
1084         * wl-demo.el (wl-demo-set-background-color): New function.
1085         (wl-demo): Call it.
1086
1087 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
1088
1089         * wl-address.el (wl-address-delete): Avoid mis-deleting.
1090         * wl-address.el (wl-address-add-or-change): Don't add empty
1091         address.
1092
1093 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1094
1095         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
1096
1097 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
1098
1099         * wl-vars.el (wl-demo-image-filter-alist): New variable
1100         (wl-demo-background-color): Ditto.
1101
1102         * wl-demo.el (wl-demo-xpm-set-background): New function.
1103         (wl-demo-image-filter): Ditto.
1104         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
1105
1106         * wl-vars.el (wl-demo-icon-name-alist): New variable.
1107
1108         * wl-demo.el (wl-demo-icon-name): Define as function.
1109         (wl-demo-insert-image): Use it.
1110
1111 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
1112
1113         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
1114
1115 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
1116
1117         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
1118
1119 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
1120
1121         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
1122
1123 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1124
1125         * wl-thread.el (wl-thread-mark-as-answered): New function.
1126
1127         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
1128         answered" entry.
1129         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
1130         "r&" and wl-thread-mark-as-answered to "t&".
1131         (wl-summary-mark-as-important-region): Refine to toggle mark.
1132         (wl-summary-mark-as-answered-region): New function.
1133         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
1134         and 3rd argument.
1135         (wl-summary-mark-as-important-internal): Likewise.
1136
1137 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1138
1139         * wl-template.el (wl-template-preview): New internal variable.
1140         (wl-template-preview-p): New function.
1141         (wl-template-show): Bind `wl-template-preview' as t.
1142
1143 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1144
1145         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1146         `elmo-message-entity-field' with 3rd argument which is non-nil.
1147
1148 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1149
1150         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1151         Removed duplicate local bind `folder'.
1152
1153 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1154
1155         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1156
1157 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1158
1159         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1160         duplicate definition.
1161
1162 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1163
1164         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1165         non-nil, use it; Don't fetch message if there's no message in the
1166         current cursor position.
1167
1168 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1169
1170         * wl-util.el (wl-region-exists-p): Use region-active-p.
1171         (wl-deactivate-region): New function.
1172         * wl-message.el (wl-message-redisplay): Deactivate region.
1173
1174         * wl-summary.el (wl-summary-reply): Call
1175         `wl-summary-set-message-buffer-or-redisplay' instead of
1176         `wl-summary-redisplay-internal', don't move point.
1177
1178 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1181         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1182         by regexp.
1183
1184 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1187         if no need.
1188
1189 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1190
1191         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1192         default value to nil.
1193         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1194         `wl-summary-prepare-hook'; Replace refile action to
1195         `wl-summary-exec-action-refile-with-register'.
1196
1197         * Version number is increased to 2.11.22.
1198
1199 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1200
1201         * wl-summary.el (wl-summary-detect-mark-position): Set
1202         `wl-summary-buffer-weekday-name-lang'.
1203
1204 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1205
1206         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1207         (wl-summary-mark-as-read-all): Ditto.
1208         (wl-summary-delete-messages-on-buffer): Ditto.
1209         (wl-summary-sync-update): Ditto.
1210         (wl-summary-mark-as-read-internal): Ditto.
1211         (wl-summary-mark-as-answered-internal): Ditto.
1212         (wl-summary-update-folder-info): Abolished.
1213
1214 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1215
1216         * wl-summary.el (wl-summary-mark-as-read-all): Use
1217         `wl-summary-update-folder-info' instead of
1218         `wl-folder-update-unread'.
1219
1220 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1221
1222         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1223         `wl-summary-folder-info-update'.
1224         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1225         instead of `wl-summary-folder-info-update'.
1226         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1227         `wl-folder-set-folder-updated'.
1228         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1229         instead of `wl-folder-update-unread'.
1230         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1231         the value of `wl-summary-buffer-unread-count' for the second parameter of
1232         `wl-folder-update-unread'.
1233
1234         * Version number is increased to 2.11.21.
1235
1236 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1237
1238         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1239         a local variable.
1240
1241 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1244         interactively.
1245
1246         * wl-summary.el (wl-summary-mark-as-important-internal): New
1247         internal function.
1248         (wl-summary-mark-as-important): Use it.
1249         (wl-summary-mark-as-unimportant): New function.
1250         (wl-summary-sync-marks): Follow the API change.
1251
1252         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1253
1254         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1255
1256 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1257
1258         * wl-folder.el (wl-folder-update-unread): Re-indent.
1259         Narrow the scope of a local variable.
1260
1261 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1264         (wl-addrmgr-merge-entries): Ditto.
1265         (wl-addrmgr): Added to address entry which exists in draft buffer
1266         if no entry is in original.
1267
1268 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1269
1270         * wl-batch.el: New file.
1271
1272 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1273
1274         * wl-vars.el (wl-use-semi): Remove unused variable.
1275
1276 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1277
1278         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1279         "?".
1280
1281 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1282
1283         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1284         wl-summary-new-mark.
1285         (wl-summary-new-cached-mark): New user option.
1286         (wl-summary-score-marks): Follow the change above.
1287         (wl-summary-auto-refile-skip-marks): Ditto.
1288         (wl-summary-incorporate-marks): Ditto.
1289         (wl-summary-expire-reserve-marks): Ditto.
1290
1291         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1292
1293         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1294         (wl-summary-persistent-mark-string): Distinguished between cached
1295         and uncached mark when the message is new.
1296
1297 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1298
1299         * wl-spam.el (wl-spam-domain): Renamed from
1300         `wl-spam-folder-guess-domain'.
1301         (wl-summary-exec-action-spam): Register as spam if domain of the
1302         source folder is good.
1303         (wl-summary-exec-action-refile-with-register): Register message if
1304         domain of the source folder is not undecided.
1305
1306 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1307
1308         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1309         detect thread loop.
1310
1311 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1312
1313         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1314         and wl-summary-skip-mark-list.
1315
1316 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1317
1318         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1319
1320         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1321
1322         * wl-spam.el (toplevel): Require wl-highlight.
1323         (wl-spam-auto-check-policy-alist): Abolish.
1324         (wl-spam-auto-check-folder-regexp-list): New user option.
1325         (wl-spam-auto-check-marks): Ditto.
1326         (wl-spam-mark-action-list): Ditto.
1327         (wl-highlight-summary-spam-face): New face.
1328         (wl-spam-auto-check-message-p): New function.
1329         (wl-spam-map-spam-messages): Fixed message.
1330         (wl-spam-register-spam-messages): Ditto.
1331         (wl-spam-register-good-messages): Ditto.
1332         (wl-summary-spam-map): Add and remove keybind.
1333         (wl-summary-target-mark-spam): Abolish.
1334         (wl-summary-refile-spam): Ditto.
1335         (wl-summary-test-spam): New function.
1336         (wl-summary-mark-spam): Ditto.
1337         (wl-summary-auto-check-spam): Follow the above change.
1338         (wl-summary-exec-action-spam): New function.
1339         (wl-summary-exec-action-refile-with-register): Fixed message.
1340         (wl-message-check-spam): New function.
1341         (wl-spam-setup): Ditto.
1342         (toplevel): Call it if this file is loaded interactivity.
1343
1344         * Version number is increased to 2.11.20.
1345
1346 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1349         when new optional argument `force' is non nil or modified.
1350
1351 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1352
1353         * wl.el (toplevel): Require wl-spam when compile.
1354         (wl-save-status): Call wl-spam-save-status.
1355
1356         * wl-spam.el (wl-spam-register-spam-messages): New function.
1357         (wl-spam-register-good-messages): Ditto.
1358         (wl-spam-save-status): Ditto.
1359         (wl-summary-mode-map): Bind
1360         wl-summary-target-mark-register-as-spam to "ms" and
1361         wl-summary-target-mark-register-as-good to "mn".
1362         (wl-summary-register-as-spam): Abolish optional argument; Use
1363         wl-spam-register-spam-messages.
1364         (wl-summary-register-as-spam-all): Use
1365         wl-spam-register-spam-messages.
1366         (wl-summary-register-as-good): Abolish optional argument; Use
1367         wl-spam-register-good-messages.
1368         (wl-summary-register-as-good-all): Use
1369         wl-spam-register-good-messages.
1370         (wl-summary-target-mark-register-as-spam): New funtion.
1371         (wl-summary-target-mark-register-as-good): Ditto.
1372
1373 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1374
1375         * wl-spam.el: New file.
1376
1377 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1378
1379         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1380
1381         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1382         (wl-summary-auto-refile): Call wl-refile-guess with
1383         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1384
1385 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1386
1387         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1388         with disable-thread argument non-nil.
1389
1390 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1391
1392         * wl-summary.el (wl-summary-rescan): Added optional argument
1393         disable-thread.
1394         (wl-summary-sync): Call wl-summary-rescan with argument
1395         disable-thread.
1396         (wl-summary-input-range): Added new range `rescan-thread'.
1397
1398 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1399
1400         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1401
1402 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1403
1404         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1405         internal variable.
1406         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1407         wl-summary-search-parent-by-subject-regexp and
1408         wl-summary-divide-thread-when-subject-changed as nil.
1409         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1410         (wl-summary-insert-thread): Search parent entity from
1411         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1412         thread loop.
1413
1414 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1415
1416         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1417
1418         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1419
1420         * wl-util.el (wl-require-update-all-folder-p): New function.
1421         (wl-get-assoc-list-value): Added `function' to match directive.
1422         (wl-collect-draft): Rewrite.
1423
1424         * wl-summary.el (wl-summary-sync-update): Clear faces
1425         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1426         are non-nil.
1427         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1428         argument as function.
1429         (wl-summary-input-range): Ditto.
1430
1431         * wl-folder.el (wl-draft-get-folder): New function.
1432         (wl-folder-get-elmo-folder): Consider draft folder.
1433
1434         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1435         (wl-draft-buffer-message-number): New buffer local variable.
1436         (wl-draft-folder-internal): New internal variable.
1437         (wl-draft-delete): Rewrite.
1438         (wl-draft-save): Ditto.
1439         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1440         wl-folder-get-elmo-folder.
1441         (wl-draft-config-info-operation): Ditto.
1442         (wl-jump-to-draft-folder): Ditto.
1443         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1444         (wl-draft-reedit): Rewrite.
1445
1446         * Version number is increased to 2.11.19.
1447         
1448 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1449
1450         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1451         variable.
1452
1453 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1454
1455         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1456         Use ignore-errors instead of unwind-protect.
1457
1458 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1459
1460         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1461         for updating `wl-thread-entity-list'.
1462
1463 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1464
1465         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1466         parameter from calling `wl-thread-entity-get-older-brothers' and
1467         `wl-thread-entity-get-younger-brothers'.
1468         Replace nested `append' with a single one.
1469
1470 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1471
1472         * wl-summary.el (wl-summary-mode): Don't use the return value of
1473         `make-local-hook'.
1474
1475 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1476
1477         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1478         instead of `let*'.
1479         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1480         of local variables.
1481
1482 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1483
1484         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1485         Renamed from wl-summary-window-scroll-functions.
1486         (wl-summary-window-scroll-functions): Don't set to variable.
1487         (wl-summary-display-top): Use run-hooks.
1488         (wl-summary-display-bottom): Ditto.
1489         (wl-summary-toggle-disp-msg): Ditto.
1490         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1491         Use it instead of wl-summary-window-scroll-functions.
1492         (wl-summary-goto-folder-subr): Don't call
1493         wl-summary-window-scroll-functions, use
1494         wl-summary-buffer-window-scroll-functions instead.
1495
1496 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1497
1498         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1499         make-local-variable.
1500
1501 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1502
1503         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1504         set-buffer-modified-p.
1505         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1506         (wl-summary-display-bottom): Ditto.
1507         (wl-summary-toggle-disp-msg): Ditto.
1508
1509 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1510
1511         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1512
1513         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1514         (wl-summary-forward): Use elmo-message-entity-field instead of
1515         elmo-message-field.
1516
1517         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1518
1519 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1520
1521         * wl-summary.el (wl-summary-window-scroll-functions): No use
1522         `append'.
1523
1524 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1525
1526         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1527         function.
1528         (wl-summary-window-scroll-functions): Call it when both
1529         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1530         (wl-summary-temp-mark): Added optional argument number.
1531         (wl-summary-message-mark): Added optional argument flag.
1532         (wl-summary-persistent-mark): Added optional argument number and flag.
1533         (wl-summary-update-persistent-mark): Ditto.
1534         (wl-summary-update-status-marks): Set "r" for interactive spec.
1535
1536         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1537         argument number and flag.
1538
1539         * wl-action.el (wl-summary-registered-temp-mark): 
1540         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1541
1542 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1543
1544         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1545         internal variable (buffer local).
1546         (wl-summary-window-scroll-functions): New function.
1547         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1548         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1549         as nil.
1550         (wl-summary-update-status-marks): Added arguments beg, end and
1551         check.
1552         (wl-summary-update-mark-window): Use function.
1553         (wl-summary-sync-update): Follow the change above.
1554         (wl-summary-switch-to-clone-buffer): Copy
1555         wl-summary-buffer-unsync-mark-number-list.
1556         (wl-summary-goto-folder-subr): Set
1557         wl-summary-buffer-unsync-mark-number-list and
1558         use wl-summary-window-scroll-functions instead of
1559         wl-summary-lazy-highlight.
1560
1561         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1562
1563 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1564
1565         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1566
1567         * wl-summary.el (wl-summary-update-persistent-mark): Call
1568         wl-summary-set-message-modified.
1569
1570         * wl-summary.el (wl-summary-sync-update): Don't call
1571         wl-summary-update-status-marks.
1572
1573         * Version number is increased to 2.11.18.
1574
1575 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1576
1577         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1578         (wl-message-next-page): Ditto.
1579
1580 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1581
1582         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1583         local variable.  Change the order of a collected list into the
1584         same as the specified range.  Remove nil from a collected list.
1585
1586 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1587
1588         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1589         argument for elmo-folder-list-messages.
1590
1591 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1592
1593         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1594         change (wl-summary-count-unreads return a list instead of a cons
1595         cell).
1596
1597 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1598
1599         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1600         `wl-summary-folder-info-update'.
1601
1602 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1603
1604         * wl-summary.el (wl-summary-set-message-modified): No use
1605         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1606         (wl-summary-set-mark-modified): Abolish.
1607         (wl-summary-mark-modified-p): Ditto.
1608         (wl-summary-save-view): Follow the change above.
1609
1610         * wl-expire.el (wl-summary-expire): Likewise.
1611
1612 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1613
1614         * wl-summary.el (wl-summary-detect-mark-position): Use
1615         modb-entity-handler.
1616         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1617
1618         * Version number is increased to 2.11.17.
1619
1620 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1623         entity field value.
1624         (wl-summary-prefetch-msg): Ditto.
1625         (wl-summary-print-message-with-ps-print): Ditto.
1626
1627 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1628
1629         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1630         for dummy entity.
1631         (wl-summary-insert-thread): Use elmo-message-entity-field.
1632         (wl-summary-update-thread): Use elmo-message-entity-field and
1633         elmo-message-entity-number.
1634         (wl-summary-line-number):  Use elmo-message-entity-number.
1635         (wl-summary-line-size): Use elmo-message-entity-field.
1636         (wl-summary-line-subject): Ditto.
1637         (wl-summary-line-from): Ditto.
1638         (wl-summary-line-attached): Ditto.
1639         (wl-summary-create-line): Ditto.
1640         (wl-summary-create-line): Use elmo-message-entity-number.
1641         (wl-summary-print-message-with-ps-print): Use
1642         elmo-message-entity-field.
1643
1644 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1645
1646         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1647         change in elmo-msgdb-make-message-entity.
1648         (wl-summary-buffer-set-folder): Don't call
1649         wl-summary-detect-mark-position here.
1650         (wl-summary-rescan): Call elmo-message-entity-number.
1651         (wl-summary-sync-update): Ditto.
1652         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1653
1654         * wl-score.el (wl-score-header-index): Redefine 2th element.
1655         (wl-score-overview-entity-get-extra): Abolish.
1656         (wl-score-ov-entity-get): Rewrite.
1657         (wl-score-string-index<, wl-score-string-func<): Abolish.
1658         (wl-score-string<): New function.
1659         (wl-score-string-sort): Use it.
1660
1661         * wl-refile.el (wl-refile-guess-by-history): Use
1662         elmo-message-entity-field.
1663         (wl-refile-guess-by-from): Ditto.
1664         (wl-refile-guess-by-msgid): Ditto.
1665
1666         * Version number is increased to 2.11.16.
1667
1668 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1669
1670         * wl-folder.el (wl-folder-confirm-existence): Don't call
1671         file-exists-p if msgdb-path is nil.
1672         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1673         `wl-read-folder-hist' to `wl-read-folder-history'.
1674
1675 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1676
1677         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1678         `y-or-n-p'.
1679
1680 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1681
1682         * wl-score.el (wl-score-headers): Don't use
1683         elmo-folder-do-each-message-entity.
1684
1685         * Version number is increased to 2.11.15.
1686
1687 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1688
1689         * wl-summary.el (wl-summary-delete-all-msgs): Use
1690         elmo-folder-move-messages instead of elmo-folder-delete-messages
1691         and elmo-folder-detach-messages.
1692         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1693
1694         * wl-expire.el (wl-expire-delete): Ditto.
1695         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1696
1697 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1698
1699         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1700         (wl-message-header-narrowing-fields): Ditto.
1701         (wl-message-header-narrowing-lines): Ditto.
1702         (wl-message-header-narrowing-string): Ditto.
1703
1704         * wl-summary.el (wl-summary-mode-map): Bind
1705         wl-summary-toggle-header-narrowing to "C-cC-f".
1706         (wl-summary-toggle-header-narrowing): New function.
1707
1708         * wl-message.el (wl-message-buffer-create): Call
1709         wl-message-header-narrowing-setup.
1710         (wl-message-redisplay): Call wl-message-header-narrowing.
1711         (wl-message-header-narrowing): New function.
1712         (wl-message-header-narrowing-map): New keymap.
1713         (wl-message-header-narrowing-widen-map): New keymap.
1714         (wl-message-header-narrowing-again-at-mouse): New function.
1715         (wl-message-header-narrowing-1): Ditto.
1716         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1717         (wl-message-header-narrowing-setup): Ditto.
1718         (wl-message-header-narrowing-toggle): Ditto.
1719         
1720         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1721
1722         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1723         'flag as all.
1724         (wl-use-flag-folder-help-echo): New user option.
1725
1726         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1727         wl-summary-highlight as nil.
1728         (wl-summary-set-mark-modified): Follow the API change.
1729         (wl-summary-mark-modified-p): Ditto.
1730         (wl-summary-mark-as-read-all): Ditto.
1731         (wl-summary-sync-marks): Don't call
1732         elmo-folder-list-messages-with-global-mark.
1733         (wl-summary-mark-as-read-internal): Follow the API change.
1734         (wl-summary-mark-as-answered-internal): Ditto.
1735         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1736         Follow the API change.
1737         (wl-summary-create-line): Call with number argument.
1738         (wl-summary-reply): Follow the API change.
1739
1740         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1741         function.
1742         (wl-highlight-summary-line-string): Call it when
1743         wl-use-flag-folder-help-echo is non-nil.
1744         (wl-highlight-summary-current-line): Ditto.
1745         (elmo-flag-folder-referrer): Added autoload setting.
1746
1747         * wl-draft.el (wl-draft-kill): Follow the API change.
1748
1749         * Version number is increased to 2.11.14.
1750         
1751 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1752
1753         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1754
1755 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1756
1757         * Version number is increased to 2.11.13.
1758
1759 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-draft.el (wl-draft-previous-history-element): Fixed
1762         unbalanced parenthesis and bind unbound local variables.
1763
1764 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1765
1766         * wl-draft.el (wl-draft-previous-history-element): New function.
1767         (wl-draft-next-history-element): Ditto.
1768         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1769         them to M-p and M-n.
1770
1771 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1772
1773         * Version number is increased to 2.11.12.
1774
1775 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1776
1777         * wl-draft.el (wl-draft-hide): Select buffer-window.
1778
1779 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1780
1781         * wl-summary.el (wl-summary-narrow-to-region): New function.
1782         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1783         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1784         (wl-summary-save-region): Use it.
1785         * wl-action.el (wl-summary-collect-numbers-region)
1786         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1787
1788 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1789
1790         * wl-folder.el (wl-folder-count-incorporates): Don't use
1791         `elmo-msgdb-mark-load'
1792
1793         * Version number is increased to 2.11.11.
1794
1795 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1796
1797         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1798         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1799
1800 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1801
1802         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1803
1804 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1805
1806         * Version number is increased to 2.11.10.
1807
1808 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1809
1810         * wl-mime.el (wl-draft-attribute-value): Fixed.
1811
1812 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1813
1814         * wl-util.el (wl-copy-local-variables): New function.
1815
1816         * wl-mime.el (wl-draft-attribute-recipients): New function.
1817         (wl-draft-attribute-envelope-from): Ditto.
1818         (wl-draft-attribute-smtp-posting-server): Ditto.
1819         (wl-draft-attribute-smtp-posting-port): Ditto.
1820         (wl-draft-attribute-value): Ditto.
1821         (wl-draft-preview-message): Use it to get value for
1822         attributes. Reflect result of `wl-draft-config'.
1823
1824         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1825         and call `wl-summary-mark-as-read' before to call
1826         `wl-summary-unset-mark'.
1827         (wl-summary-target-mark-mark-as-unread): Likewise.
1828         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1829
1830 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1831
1832         * wl-mime.el (wl-draft-preview-message): Use actual value for
1833         attributes; Fix for small window.
1834
1835 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1836
1837         * wl-refile.el (wl-refile-get-field-value): Call
1838         `elmo-message-entity-field' with 3rd argument is non-nil.
1839
1840 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1841
1842         * wl-vars.el (wl-draft-preview-attributes): New user option.
1843         (wl-draft-preview-attributes-list): Ditto.
1844         (wl-draft-preview-attributes-buffer-lines): Ditto.
1845         (wl-draft-preview-attributes-buffer-name): Ditto.
1846
1847         * wl-mime.el (wl-draft-preview-message): Display attributes.
1848
1849 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1850
1851         * wl-summary.el (wl-summary-detect-mark-position): Bind
1852         wl-summary-flag-priority-list to '(new).
1853
1854 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1855
1856         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1857         funtion.
1858         (wl-highlight-summary-line-string): Use it.
1859         (wl-highlight-summary-current-line): Ditto.
1860
1861 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1862
1863         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1864         line even when the mark string is not changed.
1865
1866         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1867         argument change in the wl-summary-create-line.
1868         (wl-thread-insert-entity-sub): Ditto.
1869
1870         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1871         argument change in the wl-summary-create-line.
1872         (wl-summary-insert-sequential): Ditto.
1873         (wl-summary-update-thread): Ditto.
1874         (wl-summary-persistent-mark-string): New inline function.
1875         (wl-summary-message-mark): Use it.
1876         (wl-summary-create-line): Abolish argument wl-persistent-mark
1877         and added wl-flags, wl-cached.
1878
1879         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1880         mark to flags.
1881         (wl-highlight-summary-current-line): Decide the face not by the 
1882         persistent mark but flags.
1883
1884 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1885
1886         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1887         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1888         wl-summary-read-uncached-mark): Revive.
1889         (wl-summary-answered-cached-mark,
1890         wl-summary-answered-uncached-mark): New user option.
1891         (wl-summary-score-marks): Follow the change above.
1892         (wl-summary-auto-refile-skip-marks): Ditto.
1893         (wl-summary-incorporate-marks): Ditto.
1894         (wl-summary-expire-reserve-marks): Ditto.
1895         (wl-summary-flag-priority-list): New user option.
1896
1897         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1898         changes.
1899         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1900         of elmo-message-mark.
1901         (wl-summary-mark-as-read-internal): Ditto.
1902         (wl-summary-mark-as-answered): Ditto.
1903         (wl-summary-mark-as-important): Ditto.
1904         (wl-summary-redisplay-internal): Ditto.
1905         (wl-summary-redisplay-no-mime-internal): Ditto.
1906         (wl-summary-message-mark): New function.
1907         (wl-summary-insert-sequential): Use wl-summary-message-mark
1908         instead of elmo-message-mark.
1909         (wl-summary-update-thread): Ditto.
1910         (wl-summary-persistent-mark): Ditto.
1911         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1912         instead of elmo-message-mark.
1913
1914         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1915         wl-summary-message-mark instead of elmo-message-mark.
1916         (wl-thread-insert-entity-sub): Ditto.
1917         (wl-thread-get-children-msgs-uncached): Ditto.
1918
1919         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1920         variable name changes.
1921         (wl-highlight-summary-current-line): Ditto.
1922
1923         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1924         wl-summary-message-mark instead of elmo-message-mark.
1925
1926         * wl-expire.el (wl-expire-message-p): Ditto.
1927
1928         * wl-score.el (wl-score-headers): Ditto.
1929
1930         * Version number is increased to 2.11.9.
1931
1932         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1933         (wl-summary-sync-update): Follow the change above.
1934         (wl-summary-switch-to-clone-buffer): Ditto.
1935         (wl-summary-open-folder): Ditto.
1936
1937 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1938
1939         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1940         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1941
1942         * Version number is increased to 2.11.8.
1943
1944         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1945
1946         * wl-expire.el (wl-expire-refile): Follow the API change on
1947         `elmo-folder-move-messages'.
1948         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1949
1950         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1951         (wl-summary-exec-action-refile): Ditto.
1952         (wl-summary-exec-action-copy): Ditto.
1953         (wl-summary-no-auto-refile-message-p): No use
1954         `wl-summary-buffer-msgdb'.
1955         (wl-summary-auto-refile): Ditto.
1956
1957 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1958
1959         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1960
1961 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1962
1963         * wl-summary.el (wl-summary-sync): Treat no-sync.
1964
1965         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1966         (wl-default-sync-range): Ditto.
1967
1968 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1969
1970         * wl-refile.el (wl-refile-subject-learn): Call
1971         `elmo-message-entity-field' with 3rd argument is non-nil.
1972         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1973         instead of `elmo-msgdb-overview-entity-get-subject'.
1974
1975 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1976
1977         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1978         scan-type is rescan.
1979         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1980         new optional argument force is non-nil.
1981         (wl-summary-save-view-cache): Call it with force argument non-nil.
1982
1983         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1984
1985 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1986
1987         * wl-action.el (wl-summary-print-argument): Fixed last change.
1988
1989 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1990
1991         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1992         simplified.
1993         (wl-summary-target-mark-mark-as-unread): Likewise.
1994         (wl-summary-target-mark-mark-as-important): Likewise.
1995
1996 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1997
1998         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1999         * wl-summary.el (wl-summary-mark-as-important): Arranged.
2000         (wl-summary-mark-as-important-region): Change accordingly.
2001         (wl-summary-target-mark-mark-as-important): Ditto.
2002
2003 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2004
2005         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
2006
2007         * wl-action.el (wl-summary-print-argument): Print argument to
2008         right side of window if `wl-summary-print-argument-within-window'
2009         is non-nil.
2010
2011 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
2012
2013         * wl-action.el (wl-summary-set-mark): Use
2014         `wl-summary-message-visible-p' to check visibility of the message
2015         and jump to message only when the message line is visible and have
2016         different number; Call wl-summary-unset-mark with number argument.
2017         (wl-summary-unset-mark): 
2018         Use `wl-summary-message-visible-p'
2019         to check visibility of the message and jump to message only when
2020         the message line is visible and have different number;
2021
2022 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2023
2024         * Version number is increased to 2.11.7.
2025
2026         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
2027         and wl-folder-summary-line-format.
2028
2029         * wl-summary.el (wl-summary-message-visible-p): New inline function.
2030         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
2031         (wl-summary-set-score-mark): Use it.
2032         (wl-summary-target-mark-mark-as-read): Ditto.
2033         (wl-summary-target-mark-mark-as-unread): Ditto.
2034         (wl-summary-target-mark-mark-as-important): Ditto.
2035         (wl-summary-target-mark-msgs): Simplified.
2036         (wl-summary-detect-mark-position): Fixed problem when
2037         summary-line-format no contain persisten/temp mark spec.
2038         (wl-summary-temp-mark): Ditto.
2039         (wl-summary-persistent-mark): Ditto.
2040         (wl-summary-update-persistent-mark): Ditto.
2041
2042         * wl-action.el (wl-summary-set-mark): Ditto.
2043         (wl-summary-unset-mark): Ditto.
2044         All other related portions are changed.
2045
2046 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
2047
2048         * Version number is increased to 2.11.6.
2049
2050 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
2051
2052         * wl-util.el (wl-current-message-buffer): Define as function;
2053         Don't use the value of wl-messge-buffer.
2054
2055         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
2056         persistent mark.
2057
2058         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
2059         no current message, cause an error.
2060
2061 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2062
2063         * wl-summary.el (wl-summary-set-message-modified): Use
2064         elmo-folder-set-message-modified instead of
2065         elmo-folder-set-message-modified-internal.
2066
2067 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
2068
2069         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
2070         interactively.
2071         (wl-summary-sync): nokill->entirely.
2072         (wl-summary-sync-marks): Fixed message.
2073         (wl-summary-input-range): Added mark, nokill->entirely.
2074
2075         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
2076         messages as read.
2077
2078 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2079
2080         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
2081         update-noscore.
2082         (wl-summary-sync): Follow the change above.
2083
2084 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2085
2086         * wl-action.el (wl-summary-target-mark-all): Use
2087         elmo-folder-list-messages.
2088
2089 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
2090
2091         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
2092         (wl-summary-rescan): Set wl-summary-scored as nil.
2093         (wl-summary-sync-force-update): Follow the change above.
2094         (wl-summary-sync): Ditto.
2095         (wl-summary-sync-update): Added argument disable-killed.
2096         (wl-summary-insert-headers): Set visible-only argument for
2097         elmo-folder-list-messages.
2098         (wl-summary-input-range): Added update-nokill, update-noscore,
2099         all-nokill, all-noscore and mark.
2100
2101         * Version number is increased to 2.11.5.
2102
2103         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
2104
2105 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
2106
2107         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
2108         (wl-summary-prefetch-region-no-mark): Change accordingly.
2109         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
2110
2111 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
2112
2113         * wl-address.el (wl-complete-field-to): Abolished.
2114         (wl-complete-address): Completion function for completing-read.
2115         * wl-action.el (wl-summary-get-resend-address): Use it.
2116
2117         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
2118         wl-summary-update-mark and abolish unused argument.
2119         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
2120         (wl-summary-delete-cache, wl-summary-resume-cache-status)
2121         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
2122         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
2123         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
2124         * wl-draft.el (wl-draft-kill): Ditto.
2125
2126         * wl-summary.el: Remove unused binding of case-fold-search.
2127         (wl-summary-replace-status-marks): Abolished.
2128
2129 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
2130
2131         * wl-action.el (wl-summary-set-mark): Cause an error when no message
2132         is specified or folder length is zero.
2133
2134 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2135
2136         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
2137         (wl-folder-archive-current-entity): Ditto.
2138
2139 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2140
2141         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2142         retrieving message mark.
2143         (wl-summary-redisplay-internal): Ditto.
2144
2145         * wl-message.el (wl-message-buffer-display): Ignore errors while
2146         retrieving message-id field.
2147
2148         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2149         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2150         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2151         order of the arguments for `wl-expire-message-p'.
2152         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2153
2154         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2155         Check return value of wl-summary-reply.
2156         (wl-summary-reply): Recover window configuration when an error occured.
2157
2158 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2159
2160         * wl-summary.el (wl-summary-resend-message): Abolished, the
2161         feature is inherited by wl-summary-resend (put resend mark).
2162
2163 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2164
2165         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2166         wl-message-buffer to nil when the message is hide.
2167
2168 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2169
2170         * .cvsignore: New file.
2171
2172 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2173
2174         * wl-action.el (wl-summary-action-docstring): Add more info.
2175         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2176         duplicate definition.
2177         (wl-summary-define-mark-action): Functions wl-summary-*-region
2178         keep current position.
2179         (wl-summary-unregister-target-mark): Store result to the variable.
2180
2181 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2182
2183         * Version number is increased to 2.11.4.
2184
2185 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2186
2187         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2188         wl-summary-delete-all-temp-marks.
2189         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2190
2191         * wl-action.el (wl-summary-set-mark): Changed terminology
2192         refile-destination -> action-argument.
2193         (wl-summary-unset-mark): Ditto.
2194         (wl-summary-remove-argument): Ditto.
2195         (wl-summary-print-argument): Ditto.
2196
2197         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2198         (wl-thread-remove-argument-region): Ditto.
2199         (wl-thread-print-argument-region): Ditto.
2200         (wl-thread-close): Ditto.
2201         (wl-thread-open): Ditto.
2202
2203         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2204         (wl-highlight-refile-destination-face is abolished)
2205         (wl-highlight-action-argument-string): Ditto.
2206         (wl-highlight-summary-current-line): Highlight action argument.
2207
2208         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2209         color for light backgrounds.
2210         (wl-highlight-summary-answered-face): Ditto.
2211
2212 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2213
2214         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2215
2216         * wl-score.el (wl-summary-score-update-all-lines): Use
2217         wl-summary-set-mark.
2218         (wl-summary-score-update-all-lines): Kill expunged messages.
2219
2220         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2221
2222 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2223
2224         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2225         directly.
2226         (wl-score-overview-entity-get-lines): Ditto.
2227         (wl-score-overview-entity-get-xref): Ditto.
2228         (wl-score-get-latest-msgs): Ditto.
2229         (wl-summary-rescore): Ditto.
2230
2231         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2232         to "&".
2233         (wl-summary-mark-as-answered-internal): New inline function.
2234         (wl-summary-mark-as-answered): New function.
2235         (wl-summary-mark-as-unanswered): Ditto.
2236         (wl-summary-sync-marks): Modified for answered-mark synching.
2237
2238 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2239
2240         * wl-action.el (wl-summary-set-mark): Fixed last change.
2241
2242 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2243
2244         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2245         behavior of wl-summary-unread-message-hook
2246         (Pointed out by akira yamada <akira@arika.org>).
2247
2248 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2249
2250         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2251         wl-summary-delete.
2252         * wl-xmas.el (wl-summary-toolbar): Ditto.
2253
2254         * wl-action.el (wl-summary-set-mark): Don't override current
2255         temp-mark.
2256
2257         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2258
2259 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2260
2261         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2262         (wl-refile-msgid-learn): Ditto.
2263         (wl-refile-get-field-value): Ditto.
2264
2265         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2266
2267         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2268         (wl-expire-delete-reserved-messages): Renamed from
2269         wl-expire-reserve-marked-msgs-from-list.
2270         (wl-expire-delete): Removed argument `msgdb'.
2271         (wl-expire-refile): Ditto.
2272         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2273         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2274         mark-alist as argument.
2275         (wl-expire-archive-number1): Removed argument `msgdb'.
2276         (wl-expire-archive-number2): Ditto.
2277         (wl-expire-archive-date): Ditto.
2278         (wl-expire-localdir-date): Ditto.
2279         (wl-expire-hide): Ditto.
2280         (wl-archive-number1): Ditto.
2281         (wl-archive-number2): Ditto.
2282         (wl-archive-date): Ditto.
2283         (wl-archive-folder): Ditto.
2284         All other related portions are changed.
2285
2286 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2287
2288         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2289         mean move up and down. (suggested by Takashi Kawachi)
2290
2291 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2292
2293         * wl-acap.el (toplevel): Don't require un-define.
2294
2295 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-thread.el (wl-thread-delete-message): Always update
2298         wl-summary-buffer-number-list.
2299
2300         * wl-action.el (wl-summary-print-destination): 
2301         Do nothing when folder is nil.
2302
2303 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2304
2305         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2306         persistent mark when prefetch is succeeded.
2307
2308 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2309
2310         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2311         instead of elmo-msgdb-delete-msgs.
2312         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2313         (wl-expire-hide): Ditto.
2314
2315         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2316
2317         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2318         elmo-msgdb interface.
2319         (wl-thread-get-exist-children): Likewise.
2320         (wl-thread-insert-message): Likewise.
2321         (wl-thread-msg-mark-as-important): Likewise.
2322         (wl-thread-insert-entity-sub): Likewise.
2323         (wl-thread-get-children-msgs-uncached): Likewise.
2324
2325         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2326         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2327         (wl-summary-sync-update): Likewise.
2328         (wl-summary-auto-select-msg-p): Likewise.
2329         (wl-summary-update-thread): Likewise.
2330         (wl-summary-mark-as-important): Likewise.
2331         (wl-summary-jump-to-msg-internal): Likewise.
2332         (wl-summary-redisplay-internal): Likewise.
2333         (wl-summary-print-message-with-ps-print): Likewise.
2334         (wl-summary-folder-info-update): Likewise.
2335
2336         * wl-folder.el (wl-folder-check-one-entity):
2337         elmo-folder-count-flags instead of wl-summary-count-unread.
2338
2339         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2340
2341         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2342
2343         * wl-summary.el (wl-summary-set-message-modified): 
2344         Call wl-summary-set-mark-modified.
2345         (wl-summary-delete-messages-on-buffer): Call
2346         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2347         (wl-summary-sync-update): Call elmo-folder-length instead of
2348         elmo-folder-messages.
2349         (wl-summary-insert-headers): Don't call
2350         elmo-folder-list-message-entities.
2351
2352 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2353
2354         * wl-action.el (wl-summary-define-mark-action): Call
2355         `wl-summary-set-mark' with argument `data'.
2356         (wl-summary-auto-refile): Fixed order of arguments when call
2357         `wl-summary-refile'.
2358
2359 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2360
2361         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2362
2363         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2364
2365         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2366         (Renamed from wl-highlight-summary-deleted-face).
2367         (wl-highlight-summary-resend-face): New face.
2368
2369         (wl-highlight-summary-deleted-face): Renamed from
2370         wl-highlight-summary-erased-face.
2371
2372         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2373
2374         * wl-action.el (wl-summary-get-resend-address): New function.
2375         (wl-summary-exec-action-resend): Ditto.
2376         (wl-summary-exec-action-resend-subr): Ditto.
2377
2378         * w-thread.el (wl-thread-copy): Removed definition.
2379         (wl-thread-refile): Ditto.
2380         (wl-thread-delete): Ditto.
2381         (wl-thread-target-mark): Ditto.
2382
2383         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2384         (wl-summary-target-mark-set-action): Fixed.
2385         (wl-summary-define-mark-action): Fixed quotation.
2386         (wl-summary-move-mark-list-messages): Display message.
2387         (wl-summary-define-mark-action): Define thread functions.
2388         (wl-summary-exec-action-refile): Changed message.
2389         (wl-summary-exec): Ditto.
2390
2391 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2392         
2393         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2394         '%%'.
2395
2396 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2397
2398         * wl.el (toplevel): Require wl-action.
2399         (wl-init): Call wl-summary-define-mark-action.
2400
2401         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2402
2403         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2404         wl-summary-delete and wl-summary-erase.
2405         (wl-summary-mode-map): Ditto.
2406
2407         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2408         wl-delete-folder-alist.
2409
2410         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2411         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2412         (toplevel): Moved mark & action related functions to the wl-action.el.
2413
2414         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2415         in wl-summary-mark-action-list.
2416         (wl-highlight-summary-current-line): Ditto.
2417
2418         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2419         empty lines.
2420
2421         * wl-action.el: New file. 
2422
2423 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2424
2425         * wl-summary.el (wl-summary-target-mark-replace): New function.
2426         (wl-summary-target-mark-prefetch): Use it.
2427         (wl-summary-target-mark-delete): Ditto.
2428         (toplevel): Rearranged definition order.
2429         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2430         (wl-summary-target-mark-erase): Rewrite.
2431         (wl-summary-erase-region): New function.
2432         (wl-summary-exec-action-erase): Changed message.
2433         (wl-summary-move-mark-list-messages): New function.
2434         (wl-summary-exec-action-delete): Use it.
2435         (wl-summary-exec-action-erase): Ditto.
2436
2437         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2438         (wl-summary-skip-mark-list): Added "d".
2439
2440         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2441         while searching.
2442
2443         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2444         and define using defcustom;
2445         Define 4th element as a face.
2446         
2447         * wl-summary.el (wl-summary-incorporate): Use 
2448         `wl-summary-prefetch-region-no-mark' instead of
2449         `wl-summary-prefetch-region'.
2450         (wl-summary-prefetch-region-no-mark): Revival of old
2451         `wl-summary-prefetch-region'.
2452         (wl-summary-mark-action-list): Moved to wl-vars.el
2453
2454         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2455         face according to the `wl-summary-mark-action-list'.
2456         (wl-highlight-summary-current-line): Ditto;
2457         Removed destination highlighting.
2458
2459         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2460         (wl-highlight-summary-line-string): Highlight for "i" mark.
2461         (wl-highlight-summary-current-line): Ditto.
2462
2463         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2464         no destination.
2465
2466         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2467         exists, just go ahead.
2468         (wl-summary-prefetch-region): Rewrite.
2469         (wl-summary-prefetch): Ditto.
2470         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2471         (wl-summary-exec-action-prefetch): New function.
2472         (wl-summary-target-mark-prefetch): Rewrite.
2473
2474 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2475
2476         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2477         (wl-highlight-summary-line-string): Added "d" and "D".
2478         (wl-highlight-summary-current-line): Ditto.
2479
2480         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2481         in wl-summary.el.
2482         (wl-thread-insert-entity-sub): Ditto.
2483         (wl-thread-remove-destination-region): Ditto.
2484         (wl-thread-print-destination-region): Ditto.
2485
2486         * wl-summary.el (wl-summary-buffer-refile-list,
2487         wl-summary-buffer-delete-list,
2488         wl-summary-buffer-copy-list): Abolish.
2489         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2490         All other related portions are changed.
2491         (wl-summary-mark-action-list): New variable.
2492         (wl-summary-set-mark): New function.
2493         (wl-summary-register-target-mark): Ditto.
2494         (wl-summary-unregister-target-mark): Ditto.
2495         (wl-summary-have-target-mark-p): Ditto.
2496         (wl-summary-register-temp-mark): Ditto.
2497         (wl-summary-unregister-temp-mark): Ditto.
2498         (wl-summary-registered-temp-mark): Ditto.
2499         (wl-summary-collect-temp-mark): Ditto.
2500         (wl-summary-unset-mark): Ditto.
2501         (wl-summary-set-target-mark): Ditto.
2502         (wl-summary-unset-target-mark): Ditto.
2503         (wl-summary-set-action-generic): Ditto.
2504         (wl-summary-unset-action-generic): Ditto.
2505         (wl-summary-exec-action-delete): Ditto.
2506         (wl-summary-exec-action-erase): Ditto.
2507         (wl-summary-set-action-refile): Ditto.
2508         (wl-summary-set-action-refile-subr): Ditto.
2509         (wl-summary-unset-action-refile): Ditto.
2510         (wl-summary-make-destination-numbers-list): Ditto.
2511         (wl-summary-exec-action-refile): Ditto.
2512         (wl-summary-set-action-copy): Ditto.
2513         (wl-summary-unset-action-copy): Ditto.
2514         (wl-summary-exec-action-copy): Ditto.
2515         (wl-summary-collect-numbers-region): Ditto.
2516         (wl-summary-delete): Rewrite.
2517         (wl-summary-erase): Ditto.
2518         (wl-summary-remove-destination): Ditto.
2519         (wl-summary-exec): Ditto.
2520         (wl-summary-exec-region): Ditto.
2521         (wl-summary-target-mark-erase): Ditto.
2522         (wl-summary-refile): Ditto.
2523         (wl-summary-copy): Ditto.
2524         (wl-summary-unmark): Ditto.
2525         (wl-summary-delete-all-mark): Ditto.
2526         (wl-summary-mark-line): Don't highlight.
2527         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2528         (wl-summary-target-mark-refile-subr): Rewrite.
2529
2530         (wl-summary-copy-prev-destination): Abolish.
2531
2532 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2533
2534         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2535         default values along the value of wl-on-mule.
2536         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2537         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2538         It is not used anywhere.
2539
2540 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2541
2542         * wl-summary.el (wl-summary-print-destination): Keep position.
2543         (wl-summary-cursor-move-surface): Keep horizontal position.
2544
2545 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2546
2547         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2548         write sendlog.
2549
2550 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2551
2552         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2553         `wl-summary-highlight'.
2554
2555 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2556
2557         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2558         trivial condition for temp-mark.
2559
2560 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2561
2562         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2563         when it hits killed buffer.
2564
2565 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2566
2567         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2568         * wl-news.el.in: `message' and `error' take format string.
2569
2570 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2571
2572         * wl-folder (wl-folder-insert-entity): Display a message,
2573         `...done', when the work finish.
2574         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2575
2576 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2577
2578         * wl-message.el (wl-message-redisplay): Remove unused local
2579         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2580
2581 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2582
2583         * wl-summary.el (wl-summary-replace-status-marks): Disable
2584         interactive use.
2585         (wl-summary-reedit): Check message existence at first.
2586         (wl-summary-mark-line): Fix doc, return value is indefinite.
2587
2588         * wl-highlight.el (wl-highlight-message): Arranged.
2589
2590         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2591         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2592         check temp-mark by wl-summary-temp-mark always.
2593         (wl-highlight-summary): Change accordingly.
2594         * wl-summary.el (wl-summary-mark-as-read-all)
2595         (wl-summary-delete-cache, wl-summary-set-score-mark)
2596         (wl-summary-mark-as-unread, wl-summary-unmark)
2597         (wl-summary-mark-line, wl-summary-mark-as-read)
2598         (wl-summary-mark-as-important): Ditto.
2599
2600         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2601         end of the window if possible.
2602         * wl-summary.el (wl-summary-sync-update): Support lazy
2603         highlighting.
2604         (wl-summary-toggle-disp-msg): Ditto.
2605
2606 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2607
2608         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2609
2610 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2611
2612         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2613         change.
2614
2615 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2616
2617         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2618         API.
2619         (wl-summary-sync-update): Ditto.
2620
2621         * wl-score.el (wl-score-get-score-alist): Changed argument.
2622         (wl-summary-rescore-msgs): Likewise.
2623         (wl-summary-score-headers): Likewise.
2624         (wl-score-headers): Likewise;
2625         Use elmo-folder-do-each-message-entity, etc.
2626         (wl-summary-score-effect): Follow the changes above.
2627         (wl-summary-rescore): Ditto.
2628         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2629         (wl-score-get-overview): Abolish.
2630
2631         * wl-summary.el (wl-summary-default-from): Follow the API change in
2632         elmo-msgdb.
2633         (wl-summary-count-unread): Ditto.
2634         (wl-summary-detect-mark-position): Ditto.
2635         (wl-summary-overview-entity-compare-by-date): Ditto.
2636         (wl-summary-overview-entity-compare-by-number): Ditto.
2637         (wl-summary-overview-entity-compare-by-from): Ditto.
2638         (wl-summary-overview-entity-compare-by-subject): Ditto.
2639         (wl-summary-get-list-info): Ditto.
2640         (wl-summary-rescan): Ditto.
2641         (wl-summary-jump-to-msg-by-message-id): Ditto.
2642         (wl-summary-sync-update): Ditto; Removed comment.
2643         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2644         (wl-summary-insert-message): Use wl-summary-insert
2645         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2646         (wl-summary-insert-headers): Changed argument overview to folder.
2647         (wl-summary-search-by-subject): Likewise.
2648         (wl-summary-insert-thread): Renamed from 
2649         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2650
2651         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2652         too.
2653
2654         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2655         wl-string-member.
2656
2657 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2658
2659         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2660         elmo-folder-append-buffer.
2661         (wl-draft-queue-append): Likewise.
2662
2663         * wl-mime.el (wl-message-delete-current-part): Ditto.
2664         (wl-summary-burst-subr): Ditto.
2665
2666         * wl-news.el.in (wl-news-send-news): Ditto.
2667
2668 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2669
2670         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2671         function.
2672         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2673         (wl-summary-update-mark): Enclose with save-excursion.
2674         (wl-summary-mark-as-read-internal): Fixed last change.
2675         (wl-summary-mark-as-important): Use 3rd argument of
2676         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2677         Don't use elmo-msgdb-set-mark.
2678         (wl-summary-redisplay-internal): If msgdb flag is already read,
2679         just update the mark on buffer.
2680
2681 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2682
2683         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2684         cut visible folder when elmo-folder-delete returns non-nil value.
2685
2686 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2687
2688         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2689         by Kenichi OKADA <okada@opaopa.org>).
2690
2691 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2692
2693         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2694
2695 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2696
2697         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2698         Fixed the last change, search group entity by its real name.
2699         (Thanks to: KOBAYASHI Shinji)
2700
2701 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2702
2703         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2704         (wl-fldmgr-access-display-all): Don't refer visible name.
2705         * wl-expire.el (wl-folder-archive-current-entity)
2706         (wl-folder-expire-current-entity): Ditto.
2707         * wl-folder.el (wl-folder-jump-to-current-entity)
2708         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2709         (wl-folder-open-folder-sub,wl-folder-open-all)
2710         (wl-folder-write-current-folder): Ditto.
2711         (wl-folder-insert-entity): Don't use petname for normal group.
2712         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2713         is the real name.
2714         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2715         Abolished.
2716
2717 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2718
2719         * wl-draft.el (wl-draft-create-buffer): Add
2720         `wl-summary-reply-with-citation'
2721
2722 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2723
2724         * wl-draft.el (wl-draft-reply): Fixed.
2725
2726 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2727
2728         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2729         when `wl-draft-send-confirm-with-preview' is non-nil.
2730         You can scroll up/down by j/k.
2731         (wl-draft-send-confirm-with-preview): New variable (default=t).
2732
2733 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2734
2735         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2736         (wl-fldmgr-save-folders): Fix comment.
2737
2738 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2739
2740         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2741         along the last change in `wl-folder-buffer-group-p'.
2742
2743 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2744
2745         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2746         folder.
2747
2748         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2749         the default value.
2750
2751         * wl-mime.el (wl-summary-burst): Update summary only when target
2752         folder equals current folder.
2753
2754 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2755
2756         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2757
2758 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2759
2760         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2761         value.
2762
2763 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2764
2765         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2766         `map-extents' instead of `extent-at' repeatedly.
2767         (wl-highlight-folder-current-line): Ditto.
2768
2769         * wl-highlight.el: Remove useless dummy functions.
2770
2771 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2772
2773         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2774         (wl-folder-put-folder-property): New function to put text property.
2775         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2776         (wl-folder-insert-entity, wl-folder-update-diff-line)
2777         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2778         * wl-e21.el, wl-xmas.el, wl-mule.el
2779         (wl-highlight-folder-current-line): Ditto.
2780         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2781         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2782         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2783         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2784
2785 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2786
2787         * Version number is increased to 2.11.3.
2788
2789 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2790
2791         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2792         Resume current-buffer since it is assumed by remaining tasks.
2793
2794 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2795
2796         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2797         (wl-folder-completion-function): Abolished.
2798         (wl-folder-complete-folder): New function.
2799         (wl-folder-complete-filter-condition): Ditto.
2800         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2801         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2802
2803 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2804
2805         * wl-draft.el (wl-draft-send-confirm): New function.
2806         (wl-draft-send): Use it.
2807
2808         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2809         cursor-in-echo-area while confirming.
2810
2811         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2812
2813         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2814         searching via nntp if wl-summary-search-via-nntp is 'force.
2815         Otherwise, invoke searching in nntp folder only.
2816         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2817
2818         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2819         explicitly for mime-make-text-tag.
2820
2821 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2822
2823         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2824         `mime-make-text-tag' instead of `mime-create-tag'.
2825
2826 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2827
2828         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2829         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2830
2831 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2832
2833         * wl-score.el (wl-score-save): Bind print-length and print-level.
2834         (wl-score-pretty-print): Ditto.
2835         (wl-score-edit-insert-header-entry): Ditto.
2836
2837         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2838         "From" entry to be treated with wl-draft-eword-encode-address-list.
2839         * wl-mime.el (wl-draft-preview-message): Ditto.
2840
2841         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2842         (wl-summary-mark-as-unread): Ditto.
2843         (wl-summary-mark-as-read-region): Change accordingly.
2844         (wl-summary-mark-as-unread-region): Ditto.
2845         (wl-summary-target-mark-mark-as-read): Ditto.
2846         (wl-summary-target-mark-mark-as-unread): Ditto.
2847
2848 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2849
2850         * Version number is increased to 2.11.2.
2851
2852 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2853
2854         * wl-news.el.in (wl-news-previous-version-save): Bind
2855         print-length and print-level.
2856         * wl-thread.el (wl-thread-save-entities): Ditto.
2857         (wl-thread-save-top-list): Bind print-length.
2858
2859 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2860
2861         * wl-highlight.el (wl-highlight-summary-line-string): Use
2862         wl-summary-score-below-mark, wl-summary-score-over-mark.
2863         (wl-highlight-summary-current-line): Ditto.
2864
2865 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2866
2867         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2868         insert it.
2869
2870 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2871
2872         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2873
2874 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2875
2876         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2877         message without msgid.
2878         Rewrite with elmo-folder-move-messages.
2879         Set wl-message-buffer to nil.
2880
2881         * wl-summary.el (wl-summary-erase-subr): New function. Use
2882         elmo-folder-move-messages.
2883         (wl-summary-erase): Call it.
2884         (wl-summary-target-mark-erase): Ditto.
2885
2886 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2887
2888         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2889         it is not up-tp-date.
2890
2891 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2892
2893         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2894         buffer after calling `wl-summary-goto-folder-subr' without the
2895         argument `interactive'.
2896         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2897
2898 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2899
2900         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2901         `mime-create-tag'. Use `string=' instead of `looking-at'.
2902
2903 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2904
2905         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2906         to avoid compile warning.
2907
2908         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2909         entity-id when folder is given.
2910         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2911         save-excursion, use save-selected-window instead.
2912         Select folder buffer window if exists.
2913         (To correct behavior with wl-folder-move-cur-folder.)
2914
2915 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2916
2917         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2918
2919 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2920
2921         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2922         list-count instead of %d.
2923
2924 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2925
2926         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2927         (wl-news): Set it.
2928         (wl-news-append-to-folder): Use it.
2929
2930         * wl-news.el.in (wl-news-send-news): Append to specified folder
2931         instead of wl-default-folder.
2932         (wl-news-append-to-folder): Show error message with specified folder.
2933
2934         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2935                 In most major modes, Emacs assumes that any opening
2936                 delimiter found at the left margin is the start of a
2937                 top-level definition, or defun. Therefore, *never put an
2938                 opening delimiter at the left margin unless it should have
2939                 that significance.*
2940
2941         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2942
2943 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2944
2945         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2946
2947 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2948
2949         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2950
2951 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2952
2953         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2954         for sequential numbering case.
2955
2956 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2957
2958         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2959         value.
2960         (wl-draft-reply-without-argument-list): Ditto.
2961         (wl-draft-reply-myself-with-argument-list): Abolish.
2962         (wl-draft-reply-myself-without-argument-list): Ditto.
2963         * wl-draft.el (wl-draft-self-reply-p): New function.
2964         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2965
2966 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2967
2968         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2969         (avoid error for the case without byte-compiling)
2970
2971 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2972
2973         * wl-news.el.in (wl-news-append-to-folder): New function.
2974         (wl-news-exit): Rewrite.
2975         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2976
2977 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2978
2979         * wl-draft.el (wl-draft-reply-position): New function.
2980         (wl-draft-reply-position): Fix.
2981         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2982         (wl-summary-target-mark-reply-with-citation): Ditto.
2983         (wl-summary-reply-with-citation): Ditto.
2984         * wl-vars.el (wl-draft-reply-default-position): New variable.
2985
2986 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2987
2988         * wl-draft.el (wl-draft-send): Preview when interactive send.
2989
2990 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2991
2992         * wl-draft.el (wl-draft-reply): Set default position.
2993         * wl-summary.el (wl-summary-reply): Ditto.
2994         (wl-summary-reply-with-citation): Ditto.
2995         (wl-summary-target-mark-reply-with-citation): Ditto.
2996
2997 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2998
2999         * wl-news.el.in (wl-news-lang): Set default value according to
3000         current-language-environment.
3001         (wl-news-append-news): Do nothing when news-list is nil.
3002
3003 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3004
3005         * wl-news.el.in (wl-news-mode-map): Add new keybind.
3006         (wl-news): Change message.
3007         (wl-news-exit): Check buffer.
3008         (wl-news-force-exit): New function.
3009         (wl-news-show-all): New function.
3010         (wl-news-discard-and-exit): Fix.
3011
3012 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3013
3014         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
3015         according to current-language-environment.
3016
3017         * wl-news.el.in (wl-news): If arg, show all NEWS after
3018         wl-news-default-previous-version.
3019
3020 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3021
3022         * wl-news.el.in (wl-news-check): Rewritten.
3023         (wl-news-previous-version-load): Change data type.
3024         (wl-news-previous-version-save): Change data type.
3025         (wl-news-append-news): Add return value.
3026         (wl-news-check-news): New function.
3027         (wl-news-already-current-p): New function.
3028         (wl-news-send-news): Rewritten.
3029         (wl-news-mode-map): Add new keybind.
3030         (wl-news): Rewritten.
3031         (wl-news-exit): Rewritten.
3032         (wl-news-discard-and-mail): New function.
3033         (wl-news-send-to-address): Abolished.
3034         * wl.el (wl-init): Delete a message.
3035
3036 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3037
3038         * wl-news.el.in (wl-news-exit): Update previous version.
3039         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
3040
3041 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3042
3043         * wl-news.el.in (wl-news): Add `delete-other-windows'.
3044
3045 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
3046
3047         * wl-news.el.in (wl-news): New function.
3048         (wl-news-mode): New function.
3049         (wl-news-next-line): New function.
3050         (wl-news-next-page): New function.
3051         (wl-news-exit): New function.
3052         (wl-news-buf-name): New variable.
3053         (wl-news-mode-map): New variable.
3054         (wl-news-winconf): New variable.
3055         (wl-news-append-news): Add an option.
3056
3057 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3058
3059         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
3060
3061 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3062
3063         * wl-news.el.in (wl-news-send-to-address): New variable.
3064         (wl-news-send-news): Use it.
3065         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
3066         Return updating status.
3067         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
3068
3069 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3070
3071         * wl-news.el.in (wl-news-send-news): Delete
3072         Organization and X-Face.
3073
3074 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3075
3076         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
3077         (wl-news-append-news): New function.
3078         (wl-news-send-news): New function.
3079
3080 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
3081
3082         * Version number is increased to 2.11.1.
3083
3084 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3085
3086         * wl-news.el.in : New file.
3087
3088 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3089
3090         * wl-vars.el (wl-draft-reply-with-argument-list): Change
3091         default value.
3092         (wl-draft-reply-without-argument-list): Ditto.
3093
3094 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
3095
3096         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
3097         (wl-message-buffer-prefetch-idle-time): Ditto.
3098         (wl-message-buffer-prefetch-folder-type-list): Ditto.
3099
3100 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3101
3102         * wl-thread.el (wl-thread-insert-message): Use
3103         wl-summary-max-thread-depth.
3104
3105         * wl-summary.el (wl-summary-insert-thread-entity): Refined
3106         loop detection.
3107
3108         * wl-message.el (wl-message-buffer-display): Back to the first page
3109         when cache is hit.
3110
3111 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3112
3113         * wl-vars.el (wl-summary-max-thread-depth): New user option.
3114
3115         * wl-summary.el (wl-summary-insert-thread-entity):
3116         If the thread depth is reached to wl-summary-max-thread-depth,
3117         divide the thread.
3118
3119 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
3120
3121         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
3122         for elmo-remove-passwd.
3123
3124 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
3125
3126         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
3127         folder is sticky.
3128         (wl-folder-mark-as-read-all-entity): Ditto.
3129         (wl-folder-prefetch-entity): Ditto.
3130
3131 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
3132
3133         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
3134
3135 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3136
3137         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
3138         Delete messages on buffer for unplugged operation.
3139         (wl-summary-erase): Ditto.
3140
3141 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3142
3143         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3144         take nil so as not to search parent by subject.
3145
3146 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3147
3148         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3149         (wl-folder-get-next-folder): Ditto.
3150         (wl-folder-get-path): Ditto.
3151
3152 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3153
3154         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3155         system and encode the region with it before verifying.
3156
3157 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3158
3159         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3160         system of the echo buffer before decoding.
3161
3162 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3163
3164         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3165         original contents.
3166
3167 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3168
3169         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3170         with argument 'any-exists.
3171
3172 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3173
3174         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3175         Use `wl-cs-autoconv'.
3176
3177 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3178
3179         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3180         by `mime-view-automatic-conversion'.
3181
3182         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3183         (wl-message-verify-pgp-nonmime): Ditto.
3184         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3185         Bind them to C-c:d and C-c:v respectively.
3186
3187         Merge following code by Teranishi-san from [wl-en:00167].
3188         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3189         (wl-mime-preview-application/pgp-encrypted): Ditto.
3190         (wl-mime-setup): Add entry.
3191
3192 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3193
3194         * wl-summary.el (wl-summary-target-mark-erase): New function.
3195         Bind it to "mD".
3196
3197 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-vars.el (wl-draft-write-file-function): Fix.
3200         (wl-draft-reedit-hook): Changed default value.
3201
3202         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3203         wl-draft-reedit-hook.
3204         (wl-draft-remove-text-plain-tag): New function.
3205         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3206
3207         * wl-vars.el (wl-draft-write-file-function): New user option.
3208
3209         * wl-draft.el (wl-draft-prepare-edit): Use it for
3210         local-write-file-hooks.
3211         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3212
3213         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3214         (wl-draft-insert-mail-header-separator): Return the body beginning
3215         point.
3216         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3217         text/plain.
3218         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3219
3220 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3221
3222         * wl-summary.el (wl-summary-erase): New function to erase message
3223         without moving it to trash. Bind to "D".
3224
3225         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3226         as `keep' unless switch-function.
3227
3228 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3229
3230         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3231         message buffer by using `wl-summary-toggle-disp-msg'.
3232         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3233         buffer window.
3234         (wl-summary-supresedes-message): Ditto.
3235
3236         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3237         Do not delete other windows.
3238         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3239         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3240         (wl-draft-create-buffer): Set reply-or-forward also for target
3241         mark commands.
3242
3243 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3244
3245         * wl-draft.el (wl-user-agent-compose): Delete special case for
3246         switch-to-buffer-other-window.
3247
3248         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3249         (wl-summary-forward): Ditto.
3250
3251         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3252         function.
3253         (wl-draft-buffer-style): New use option.
3254
3255         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3256         (wl-draft): Follow the change above.
3257         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3258         wl-draft-buffer-style.
3259         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3260         switch-function.
3261
3262 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3263
3264         * wl-address.el (wl-address-make-completion-entry): Extracted from
3265         `wl-address-make-completion-list'.
3266         (wl-address-enable-strict-loading): New variable.
3267         (wl-address-make-completion-list): Revive petname duplication
3268         inquiry, and enable it if `wl-address-enable-strict-loading'.
3269         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3270
3271 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3272
3273         * wl-message.el (wl-message-get-original-buffer): Avoid
3274         'Selecting deleted buffer' error when original buffer is killed.
3275
3276 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-summary.el (wl-summary-next-message): Use
3279         elmo-message-accessible-p instead of elmo-message-cached-p.
3280
3281 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3284
3285         * wl-thread.el (wl-thread-open-all-unread): Use
3286         elmo-folder-list-flagged instead of
3287         elmo-folder-list-messages-mark-match.
3288
3289         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3290         instead of elmo-folder-list-messages-mark-match.
3291         (wl-summary-move-spec-alist): New variable.
3292         (wl-summary-move-spec-plugged-alist,
3293         wl-summary-move-spec-unplugged-alist): Abolish.
3294         (wl-summary-next-message): Follow the change above.
3295         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3296         with 'no-msg' argument.
3297
3298         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3299         variable.
3300         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3301         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3302         (wl-message-buffer-prefetch-get-next): Follow the change above.
3303
3304 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3305
3306         * wl-version.el (wl-version): Changed codename.
3307
3308         * Version number is increased to 2.11.0.
3309
3310 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3311
3312         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3313         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3314         `wl-draft-config-variables'.
3315         (wl-draft-kill): Fixed problem when the draft is reedit.
3316
3317 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3318
3319         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3320         buffer-modified status (Thanks to
3321         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3322
3323 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3324
3325         * wl-util.el (wl-region-exists-p): New function.
3326
3327         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3328         Remove defvars for byte-compile warnings.
3329
3330 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3331
3332         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3333         defvar-maybe. Removed unused bind.
3334
3335 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3336
3337         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3338         summary buffer window before creating new frame.
3339         (wl-draft-reply): Ditto.
3340
3341 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3342
3343         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3344
3345 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3346
3347         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3348
3349 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3350
3351         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3352         instead of `kill-region'.
3353
3354 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3355
3356         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3357         (wl-highlight-summary-line-string): Use it.
3358         (wl-highlight-summary-current-line): Ditto.
3359
3360         * wl-mime.el (wl-message-delete-current-part): Check the class of
3361         mime-entity.
3362
3363         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3364
3365         * wl-summary.el (wl-summary-make-number-list): Initialize.
3366         (wl-summary-update-mark): New function.
3367         (wl-summary-reply): Put `answered' mark on the message.
3368         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3369
3370         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3371         (wl-draft-reply): Added optional argument `number';
3372         Set wl-draft-parent-number.
3373         (wl-draft-kill): Delete answered mark if it is a reply.
3374
3375 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3376
3377         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3378         that originates in mime-preview-follow-current-entity.
3379         (wl-draft-yank-current-message-entity): Use it if region is active.
3380
3381         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3382         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3383         `wl-message-delete-current-part'.
3384         * wl-mule.el (wl-message-define-keymap): Ditto.
3385         * wl-xmas.el (wl-message-define-keymap): Ditto.
3386
3387 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3388
3389         * wl-mime.el (wl-message-delete-current-part): New function.
3390         (wl-mime-node-id-to-string): Ditto.
3391
3392         * wl-mime.el (wl-message-delete-current-part): Use existing
3393         original buffer which corresponds current mime-view buffer.
3394         (fetched buffer might have different structure, possibly)
3395
3396         * wl-mime.el (wl-message-delete-current-part): Quit if the
3397         message content differs from the actual message.
3398
3399 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3400
3401         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3402         order.
3403         (wl-summary-search-by-subject): Search parent message from tail;
3404         Check the existence of the parent message on the current thread tree.
3405         (wl-summary-update-thread): Check whether the line is inserted.
3406
3407 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3408
3409         * wl-vars.el (wl-summary-line-format): Undo last change.
3410         * wl-summary.el (wl-summary-print-destination): Do not put
3411         invisible property when `wl-summary-width' is nil.
3412         (wl-summary-line-subject-minimum-length): Abolished.
3413         (wl-summary-line-subject): Ditto.
3414
3415 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3416
3417         * wl-vars.el (wl-summary-line-format): Change default value.
3418         (wl-summary-subject-length-limit): Abolished.
3419         * wl-summary.el (wl-summary-line-subject): Ditto.
3420
3421 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3422
3423         * wl-template.el (wl-template-select): Added optional argument.
3424         If optional argument is specified, reverse
3425         `wl-template-visible-select'.
3426
3427 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3428
3429         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3430         Take prefix argument to force asking the destination folder.
3431
3432 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3433
3434         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3435         count and update status.
3436
3437 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3438
3439         * wl-summary.el (wl-summary-redisplay-internal): If
3440         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3441         after fetching.
3442
3443 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3444
3445         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3446         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3447
3448         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3449
3450 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3451
3452         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3453         (All other related portions are changed).
3454         (wl-summary-mark-as-read-all): Rewrite.
3455
3456 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3457
3458         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3459         `wl-summary-mark-as-read'.
3460         (wl-summary-mark-as-unread): Rewrite.
3461         (wl-summary-mark-as-read): Added no-modeline argument.
3462         (wl-summary-resume-cache-status): Rewrite.
3463         (wl-summary-exec-subr): Remove unused local variable.
3464
3465 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3466
3467         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3468         logic to call `wl-summary-buffer-prev-folder-function'.
3469         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3470
3471 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3472
3473         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3474         is nil.
3475
3476 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3477
3478         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3479         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3480         (wl-mime-setup): Add its entry.
3481
3482 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3483
3484         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3485         (wl-summary-delete-cache): Likewise.
3486         (wl-summary-mark-as-read): Rewrite.
3487
3488 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3489
3490         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3491         `wl-summary-count-unread'.
3492
3493         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3494
3495         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3496
3497 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3498
3499         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3500         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3501         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3502         Renamed to the elmo-msgdb-*-mark.
3503         (wl-summary-score-marks): Follow the change above.
3504         (wl-summary-auto-refile-skip-marks): Ditto.
3505         (wl-summary-incorporate-marks): Ditto.
3506         (wl-summary-expire-reserve-marks): Ditto.
3507
3508         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3509         changes.
3510         (wl-thread-insert-top): Changed updating message.
3511
3512         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3513         variable.
3514         (wl-summary-count-unread): Count answered marks.
3515         (wl-summary-rescan): Call wl-summary-insert-message instead of
3516         wl-summary-append-message-func-internal.
3517         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3518         (wl-summary-prefetch-msg): Follow the variable name changes.
3519         (wl-summary-prefetch-region): Ditto.
3520         (wl-summary-mark-as-read-all): Follow the API changes;
3521         Don't call elmo-folder-replace-marks.
3522         (wl-summary-delete-cache): Follow the variable name changes.
3523         (wl-summary-resume-cache-status): Ditto.
3524         (wl-summary-update-status-marks): New function.
3525         (wl-summary-insert-message): New function.
3526         (wl-summary-sync-marks): Follow the variable name changes.
3527         (wl-summary-sync-update): Synchronize to the msgdb, too;
3528         Changed update messages.
3529         (wl-summary-make-number-list): Rewrite.
3530         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3531         (wl-summary-mark-as-unread): Follow the API changes.
3532         (wl-summary-exec-subr): Follow the variable name changes.
3533         (wl-summary-mark-as-read): Ditto.
3534         (wl-summary-move-spec-plugged-alist): Ditto.
3535         (wl-summary-move-spec-unplugged-alist): Ditto.
3536         (wl-summary-cursor-move-surface): Ditto.
3537
3538         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3539         variable name changes.
3540         (wl-highlight-summary-current-line): Ditto.
3541
3542         * wl-expire.el (wl-expire-refile): Follow the API change in
3543         elmo-folder-move-messages.
3544         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3545         (wl-summary-archive): Use elmo-folder-msgdb instead of
3546         elmo-msgdb-load.
3547
3548 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3549
3550         * wl-mime.el (wl-draft-preview-message): Restore the position
3551         before evaluating wl-draft-send-hook in preview buffer.
3552
3553 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3554
3555         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3556         when it creates new draft buffer.
3557
3558         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3559         without argument.
3560
3561         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3562         Evaluate content and if the value is string, insert it.
3563         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3564         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3565         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3566         wl-draft-config-sub-part-bottom): Use it.
3567
3568         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3569         with the folder name. The question was unintelligible when it is
3570         called from wl-save-status.
3571
3572 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3573
3574         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3575         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3576         cannot take second argument).
3577
3578 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3579
3580         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3581         as t. Since type and subtype are not case sensitive (RFC 2045).
3582
3583 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl-vars.el (wl-message-mode-line-format): New variable.
3586         (wl-message-mode-line-format-spec-alist): Ditto.
3587         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3588         (wl-message-redisplay): Use wl-message-mode-line-format.
3589
3590 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3591
3592         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3593
3594 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3595
3596         * wl-summary.el (wl-summary-default-from): Write description.
3597
3598 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-vars.el (wl-ldap-objectclass): Abolish.
3601
3602         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3603         (wl-ldap-make-filter): Removed condition for objectclass.
3604         (wl-ldap-make-matched-value-list): Remove meaningless process.
3605         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3606         (wl-address-ldap-search): Don't add `*' to `pat' string;
3607         use ignore-errors; added `email';
3608         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3609         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3610         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3611
3612
3613 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3614
3615         * wl-draft.el (wl-draft-parent-folder): Write description.
3616         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3617
3618 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3619
3620         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3621         as "" (zero-length string) if no parent.
3622         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3623
3624 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3625
3626         * wl-address.el (wl-address-make-completion-list): Skip duplication
3627         checking.
3628         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3629         `append'.
3630
3631 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3632
3633         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3634         instead of `beginning-of-buffer'.
3635
3636 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3637
3638         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3639
3640 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3641
3642         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3643         Refer wl-message-buffer-name.
3644         (wl-message-wheel-down): Ditto.
3645
3646 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3647
3648         * wl-vars.el (wl-message-buffer-name): New user option.
3649
3650         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3651         directly instead of making alist dinamically.
3652
3653         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3654         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3655         wl-message-buffer-cache-name.
3656         (wl-message-buffer-cache-clean-up): Ditto.
3657
3658         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3659
3660         * Version number is increased to 2.9.15.
3661
3662 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3663
3664         * wl-vars.el (wl-summary-default-view-alist): New user option.
3665
3666         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3667
3668         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3669         while deleting address.
3670         (wl-draft-delete-myself-from-cc): Ditto.
3671
3672         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3673         If optional argument is specified, reverse sort order.
3674
3675         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3676
3677 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3678
3679         * wl-thread.el (wl-thread-insert-message): Return parent number if
3680         exists.
3681         (wl-thread-update-indent-string-region): Use
3682         wl-thread-update-line-on-buffer-sub instead of
3683         wl-thread-update-line-on-buffer.
3684
3685 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3686
3687         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3688         (wl-folder-close-all): Ditto.
3689
3690 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3691
3692         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3693         and mailing-list:.
3694         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3695         value.
3696         (wl-summary-line-list-info): Print mailing-list name even when 
3697         list-number is empty.
3698
3699 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3700
3701         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3702
3703         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3704         (wl-draft-open-file): Ditto.
3705         (wl-draft-random-alphabet): Ditto.
3706
3707         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3708         bindings.
3709
3710 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3711
3712         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3713         * wl-vars.el (wl-draft-config-alist): Ditto.
3714
3715 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3716
3717         * Version number is increased to 2.9.14.
3718
3719         * wl.el (wl): Don't set wl-init as nil when error occured while
3720         auto-checking folders.
3721
3722         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3723         `elmo-expand-newtext'.
3724
3725 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3726
3727         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3728         `this-command' so that `wl-folder-goto-folder' contained in
3729         `wl-summary-keep-cursor-command' work.
3730
3731 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3732
3733         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3734         message buffer displaying state.
3735
3736 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3737
3738         * wl-vars.el (wl-summary-default-view): New variable to specify
3739         default value for `wl-summary-buffer-view' instead of using
3740         set-default.
3741         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3742
3743 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3746
3747         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3748
3749 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3750
3751         * wl-vars.el (wl-forward-subject-prefix): New variable.
3752         * wl-draft.el (wl-draft-forward): Use it.
3753
3754 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3755
3756         * wl-message.el (wl-message-prev-page): When it is called without
3757         lines argument, scroll down by wl-message-scroll-amount lines.
3758         (wl-message-next-page): Ditto.
3759         * wl-vars.el (wl-message-scroll-amount): Change default value
3760         to preserve current behavior.
3761
3762 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3763
3764         * wl-summary.el (wl-summary-prefetch-msg): Bind
3765         `wl-message-entity' to call `wl-summary-from-function'.
3766
3767 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3768
3769         * wl-message.el (wl-message-buffer-create): Run
3770         wl-message-buffer-created-hook.
3771
3772 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-summary.el (wl-summary-sort-specs): New variable.
3775         (wl-summary-default-sort-spec): Ditto.
3776         (wl-summary-sort): Rewrite.
3777         (wl-summary-sort-by-list-info): New function.
3778
3779 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3780
3781         * wl-summary.el (wl-summary-get-list-info): New function.
3782         (wl-summary-sort): Rewrite.
3783         (wl-summary-line-list-info): Ditto.
3784         (wl-summary-line-list-count): Ditto.
3785         (wl-summary-refile-region): Fixed docstring.
3786
3787 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3788
3789         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3790         `wl-folder-entity-hashtb' as completion table.
3791
3792 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3793
3794         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3795         only when this command is called interactively; silence the byte-
3796         compiler.
3797
3798 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3799
3800         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3801         active in XEmacs.
3802
3803 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3804
3805         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3806         plural lines.
3807
3808 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3809
3810         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3811         of current line when the cursor is on the header name.
3812         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3813
3814 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3815
3816         * wl-util.el (wl-read-directory-name): Return displayed directory
3817         as the default value also on XEmacs.
3818
3819 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3820
3821         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3822         formatting.
3823
3824 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3825
3826         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3827         argument and when it is non-nil, check face property before
3828         highlighting for each line.
3829         (wl-highlight-summary-window): Set it.
3830
3831 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3832
3833         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3834         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3835
3836         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3837         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3838         (wl-draft-get-fcc-list): Likewise.
3839
3840 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3843         (wl-thread-entity-cur): Ditto.
3844         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3845         wl-thread-indent-regexp setting.
3846         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3847
3848         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3849         wl-summary-lazy-highlight.
3850         (wl-summary-display-bottom): Ditto.
3851
3852         * wl-thread.el (wl-thread-open-close): Likewise.
3853
3854         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3855         from and subject;
3856         Bind wl-draft-use-frame;
3857         Enclose with save-window-excursion;
3858         Use wl-draft-create-buffer instead of with-temp-buffer;
3859         Use wl-draft-prepare-edit;
3860         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3861         Use wl-draft-send instead of wl-draft-raw-send.
3862
3863 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3864
3865         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3866         of using wl-from.
3867
3868 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3869
3870         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3871         insert-buffer instead of clone-buffer.
3872         (wl-draft-doing-mime-bcc): New variable.
3873         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3874         infinite loop.
3875         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3876
3877         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3878         (wl-draft-mime-bcc-body): Ditto.
3879
3880         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3881         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3882         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3883         wl-draft-do-mime-bcc.
3884         (wl-draft-mime-bcc-field): New function.
3885         (wl-draft-do-mime-bcc): Ditto.
3886
3887         * wl-address.el (wl-address-complete-header-list): New variable.
3888         (wl-address-complete-header-regexp): Changed default value.
3889
3890         * Version number is increased to 2.9.13.
3891
3892 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3893
3894         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3895         it is differed.
3896
3897 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3898
3899         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3900         (wl-summary-line-list-count): Ditto.
3901
3902 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3903
3904         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3905         (wl-nntp-posting-function): New variable.
3906         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3907         `wl-nntp-posting-config-alist'.
3908
3909 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3910
3911         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3912         FLIM.
3913
3914 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3915
3916         * wl-summary.el (wl-summary-target-mark-refile-sub):
3917         Remove a nuisance funcall.
3918
3919 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3920
3921         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3922         as t for `try-completion'.
3923
3924 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3925
3926         * wl-summary.el (wl-summary-default-from): Use
3927         wl-address-header-extract-address instead of
3928         std11-extract-address-components.
3929         (wl-summary-simple-from): Ditto.
3930         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3931         (wl-summary-insert-headers): Show message.
3932         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3933         for whole line.
3934         (wl-summary-default-from): Revert last change.
3935         (wl-summary-simple-from): Ditto.
3936         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3937         (wl-summary-mark-as-read-region): Follow the change above.
3938         (wl-summary-sync-marks): Ditto.
3939         (wl-summary-target-mark-mark-as-read): Ditto.
3940         (wl-summary-redisplay-internal): Ditto.
3941         (wl-summary-redisplay-no-mime-internal): Ditto.
3942         (wl-summary-redisplay-all-header): Ditto.
3943         (wl-summary-mark-as-read): Removed argument `cached';
3944         Use current cache status to set cache mark.
3945         (wl-summary-redisplay-internal): Follow the change above.
3946         (wl-summary-redisplay-no-mime-internal): Ditto.
3947         (wl-summary-redisplay-all-header): Ditto.
3948
3949         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3950
3951         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3952         Don't call itself recursively (Adviced by Yamaoka-san).
3953
3954 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3955
3956         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3957         bind wl-summary-highlight as nil to avoid error caused by missing
3958         local variables.
3959
3960 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3961
3962         * wl-vars.el (wl-invalid-character-message): New user option.
3963
3964         * wl-util.el (wl-set-string-width): If truncated string-width is
3965         larger than specified width, use `wl-invalid-character-message'.
3966
3967 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3968
3969         * wl-summary.el (wl-summary-prefetch-msg): 
3970         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3971
3972 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3973
3974         * wl-vars.el (wl-summary-check-line-format): New user option.
3975         (wl-summary-line-format-file): Ditto.
3976
3977         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3978         variable.
3979         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3980         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3981         and `wl-summary-view-old-p' to check whether do a rescan or not.
3982         (wl-summary-view-old-p): New function.
3983         (wl-summary-line-format-changed-p): Ditto.
3984         (wl-summary-line-format-save): Ditto.
3985         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3986
3987         * wl-util.el (wl-set-string-width): Avoid using negative number
3988         for make-string.
3989
3990 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3991
3992         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3993         return value.
3994
3995         * wl-util.el (wl-set-string-width): Added optional argument
3996         `padding' (All other related portions are changed).
3997         (wl-line-parse-format): If the first letter of column number is
3998         `0', zero-padding the result (ex: "%05l").
3999
4000         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
4001
4002 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4003
4004         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
4005         sequential summary view.
4006
4007 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4008
4009         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
4010         if it doesn't have a -unix version.
4011
4012 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4013
4014         * wl-summary.el (wl-summary-jump-to-msg): Fix.
4015
4016 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
4017
4018         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
4019         content.
4020         (wl-draft): Follow the change above.
4021
4022         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
4023
4024         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
4025         and wl-folder-summary-line-format-alist contain %T and %P.
4026
4027         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
4028         (wl-summary-mode-line-format): New user option.
4029         (wl-summary-line-format-spec-alist): Added l, T, P, n.
4030         (wl-summary-line-format): Changed default value.
4031         (wl-summary-lazy-highlight): Changed default value.
4032
4033         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
4034         change in wl-summary-create-line.
4035         (wl-thread-insert-entity-sub): Ditto.
4036
4037         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
4038         (wl-summary-buffer-unread-status): Ditto.
4039         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
4040         (wl-summary-buffer-persistent-mark-column): Ditto.
4041         (wl-summary-buffer-mode-line-formatter): Ditto.
4042         (wl-summary-buffer-mode-line): Ditto.
4043         (wl-summary-message-regexp): Abolished.
4044         (All other related portions are changed.)
4045         (wl-summary-detect-mark-position): New function.
4046         (wl-summary-buffer-set-folder): Setup
4047         wl-summary-buffer-mode-line-formatter.
4048         (wl-summary-mode): Setup selective-display;
4049         Setup pre-idle-hook when xemacs.
4050         (wl-summary-update-modeline): Rewrite.
4051         (wl-summary-jump-to-msg): Define as function;
4052         Changed regexp for searching messages.
4053         (wl-summary-message-number): Rewrite.
4054         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
4055         Do rescan when old type summary cache.
4056         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
4057         (wl-summary-remove-destination): Use '\r' to detect EOL.
4058         (wl-summary-print-destination): Ditto.
4059         (wl-summary-temp-mark): New inline function.
4060         (wl-summary-persistent-mark): Ditto.
4061         (wl-summary-line-number): New function.
4062         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
4063         (wl-summary-line-list-count): New function.
4064         (wl-summary-create-line): Added argument persistent-mark.
4065         (All other related portions are changed)
4066         (wl-summary-create-line): Insert '\r'.
4067         (wl-summary-save-view-cache): Encode whth `unix' EOL.
4068         (wl-summary-cursor-move-surface): New inline function.
4069         (wl-summary-prev): Use it.
4070         (wl-summary-next): Ditto.
4071
4072         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
4073         wl-summary-message-regexp.
4074         (wl-highlight-summary): Delete progress message.
4075         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
4076
4077         * Version number is increased to 2.9.12.
4078
4079 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4080
4081         * wl-summary.el (wl-summary-line-subject-minimum-length): New
4082         variable (nil: no minimum).
4083         (wl-summary-line-subject): Add some spaces after subject by
4084         wl-summary-line-subject-minimum-length.
4085
4086 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4087
4088         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
4089         and removed `F'.
4090         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
4091         change above).
4092
4093 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4094
4095         * wl-summary.el (wl-summary-line-list-count): Reverted.
4096         (example setting in samples/*/dot.wl is also updated)
4097
4098 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
4099
4100         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
4101
4102         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
4103
4104         * wl-vars.el (wl-summary-line-format): Addes some description to the
4105         docstring.
4106
4107         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
4108         (wl-summary-line-close-bracket): Ditto.
4109         (wl-summary-line-children-number): Ditto.
4110         (wl-summary-line-thread-indent): Ditto.
4111         (wl-summary-line-children-and-from): Ditto.
4112
4113         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
4114         't', 'c', 'F' and added 'C'.
4115
4116         * wl-util.el (wl-set-string-width): Accept negative value.
4117         (wl-line-parse-format): Added "%number(" and "%)".
4118
4119 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4120
4121         * wl-summary.el (wl-summary-line-list-count): Change format of the
4122         return value.
4123
4124 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4125
4126         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4127         from the recent message.el.
4128         (wl-draft-point-in-header-p): Ditto.
4129         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4130         wl-draft-beginning-of-line.
4131         * wl-e21.el (wl-draft-mode-map): Ditto.
4132         * wl-xmas.el (wl-draft-mode-map): Ditto.
4133
4134         * wl-folder.el: Sort macrodefs by dependencies.
4135
4136 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4137
4138         * wl-summary.el (wl-summary-prev): Fixed regexp.
4139         (wl-summary-next): Ditto.
4140
4141 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4142
4143         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4144
4145 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4146
4147         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4148         for backward compatibility.
4149
4150 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4151
4152         * wl-summary.el (wl-summary-line-list-count): New function, merged
4153         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4154         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4155         list counts.
4156
4157 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4158
4159         * wl-summary.el (wl-summary-create-line): Ignore errors while
4160         timezone-fix-time.
4161
4162         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4163
4164         * wl-summary.el (wl-summary-sync-update): Ditto.
4165         (wl-summary-default-from): Use wl-message-entity
4166         instead of entity.
4167
4168         * wl-summary.el (wl-summary-create-line): Fix.
4169
4170         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4171         (wl-summary-line-format): New user option.
4172         (wl-folder-summary-line-format-alist): Ditto.
4173         (wl-summary-from-width): Abolished.
4174
4175         * wl-util.el (toplevel): Require 'bytecomp.
4176         (wl-line-parse-format): New function.
4177         (wl-line-formatter-setup): New macro.
4178
4179         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4180         (wl-summary-buffer-line-formatter): New buffer local variable.
4181         (wl-summary-switch-to-clone-buffer): Follow the change above.
4182         (wl-summary-message-regexp): Fix.
4183         (wl-summary-from-func-internal): Abolished.
4184         (wl-summary-subject-func-internal): Ditto.
4185         (wl-summary-subject-filter-func-internal): Ditto.
4186         (All other related portions are changed.)
4187         (wl-summary-buffer-set-folder):
4188         Set up wl-summary-buffer-number-column and 
4189         wl-summary-buffer-line-formatter
4190         (All other related portions are changed.)
4191         (wl-summary-buffer-number-column-detect): Abolished.
4192         (All other related portions are changed.)
4193         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4194         (wl-summary-delete-all-temp-marks-on-buffer): Use
4195         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4196         (wl-summary-target-mark-delete): Ditto.
4197         (wl-summary-target-mark-refile-subr): Ditto.
4198         (wl-summary-target-mark-mark-as-read): Ditto.
4199         (wl-summary-target-mark-mark-as-unread): Ditto.
4200         (wl-summary-target-mark-mark-as-important): Ditto.
4201         (wl-summary-target-mark-save): Ditto.
4202         (wl-summary-replace-status-marks): Renamed from
4203         wl-summary-set-status-marks-on-buffer;
4204         Use wl-summary-message-regexp instead of
4205         wl-summary-buffer-number-regexp.
4206         (wl-summary-sync-update): Follow the change above.
4207         (wl-summary-goto-previous-message-beginning): New function.
4208         (wl-summary-mark-as-unread): Use it.
4209         (wl-summary-mark-as-important): Ditto.
4210         (wl-summary-line-formatter): New variable.
4211         (wl-summary-line-year): New function.
4212         (wl-summary-line-day): Ditto.
4213         (wl-summary-line-day-of-week): Ditto.
4214         (wl-summary-line-hour): Ditto.
4215         (wl-summary-line-minute): Ditto.
4216         (wl-summary-line-open-bracket): Ditto.
4217         (wl-summary-line-close-bracket): Ditto.
4218         (wl-summary-line-children-number): Ditto.
4219         (wl-summary-line-thread-indent): Ditto.
4220         (wl-summary-line-size): Ditto.
4221         (wl-summary-line-subject): Ditto.
4222         (wl-summary-line-from): Ditto.
4223         (wl-summary-line-children-and-from): Ditto.
4224         (wl-summary-create-line): Rewritten.
4225         (wl-summary-format-date): Abolished.
4226
4227         * wl-highlight.el (wl-highlight-summary-current-line): Use
4228         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4229         Use thread structure to detect thread top message.
4230
4231         * wl-draft.el (wl-default-draft-cite): Don't use
4232         wl-summary-from-func-internal.
4233
4234         * wl-refile.el (wl-refile-subject-learn): Don't use
4235         wl-summary-subject-filter-func-internal.
4236         (wl-refile-guess-by-subject): Ditto.
4237
4238         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4239         parameters.
4240
4241         * wl-thread.el (wl-thread-update-indent-string-region):
4242         Use wl-thread-update-line-on-buffer instead of
4243         wl-thread-update-indent-string.
4244         (wl-thread-update-children-number): Redefine using
4245         wl-thread-update-line-on-buffer.
4246         (wl-thread-update-indent-string): Abolished.
4247
4248         * Version number is increased to 2.9.11.
4249
4250 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4251
4252         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4253         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4254         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4255
4256         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4257         as nil.
4258
4259         * wl-thread.el (wl-thread-open-all-unread): Use 
4260         elmo-folder-list-messages-mark-match.
4261         (wl-thread-insert-message): Removed argument `mark-alist'.
4262         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4263         elmo-msgdb-set-mark.
4264         (wl-thread-get-children-msgs-uncached): Likewise.
4265         (wl-thread-get-exist-children): Added argument include-self.
4266         (wl-thread-delete-message): Follow the change above.
4267
4268         * wl-summary.el (wl-summary-count-unread): Removed argument.
4269         (wl-summary-rescan): Follow the change above.
4270         (wl-summary-mark-as-read-region): Ditto
4271         (wl-summary-mark-as-unread-region): Ditto.
4272         (wl-summary-delete-messages-on-buffer): Ditto.
4273         (wl-summary-sync-update): Ditto.
4274         (wl-summary-switch-to-clone-buffer): Ditto.
4275         (wl-summary-goto-folder-subr): Ditto.
4276         (wl-summary-target-mark-mark-as-read): Ditto.
4277         (wl-summary-target-mark-mark-as-unread): Ditto.
4278         (wl-summary-target-mark-mark-as-important): Ditto.
4279         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4280         (wl-summary-update-thread): Removed argument `mark-alist'.
4281         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4282         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4283         (wl-summary-resume-cache-status): Likewise.
4284         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4285         elmo-msgdb-set-mark.
4286         (wl-summary-mark-as-read-all): Likewise.
4287         (wl-summary-delete-cache): Ditto.
4288         (wl-summary-auto-select-msg-p): Ditto.
4289         (wl-summary-mark-as-unread): Ditto.
4290         (wl-summary-no-auto-refile-message-p): Ditto.
4291         (wl-summary-mark-as-read): Ditto.
4292         (wl-summary-mark-as-important): Ditto.
4293         (wl-summary-auto-refile): Follow the change above.
4294         (wl-summary-delete-all-marks): Removed.
4295         (wl-summary-resume-marks-and-highlight): Ditto.
4296         (wl-summary-resume-marks): Ditto.
4297         (wl-summary-delete-important-msgs-from-list): Ditto.
4298         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4299
4300         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4301         wl-summary-count-unread.
4302
4303         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4304         (wl-summary-score-update-all-lines): Use
4305         elmo-msgdb-set-mark.
4306
4307 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4308
4309         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4310         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4311         (wl-summary-create-line): Renamed from
4312         wl-summary-overview-create-summary-line;
4313         Argument rearrangement.
4314         (wl-summary-update-thread): Follow the change above.
4315
4316         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4317         (wl-thread-insert-entity-sub): Likewise.
4318
4319         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4320         argument `overview', `mark-alist' and added `msgdb'.
4321
4322         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4323
4324         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4325         (wl-summary-rescan): Follow the change above.
4326         (wl-summary-sync-update): Ditto.
4327         (wl-summary-insert-thread-entity): Ditto;
4328         Don't use `let*' in every while loop;
4329         Detect infinite loop of threads.
4330         (wl-summary-update-thread): Removed argument `overview'.
4331
4332         * wl-thread.el (wl-thread-insert-message): Ditto.
4333
4334         * Version number is increased to 2.9.10.
4335
4336         * wl-message.el (wl-message-redisplay): Ignore errors while
4337         wl-message-redisplay-hook.
4338
4339 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4340
4341         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4342
4343 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4344
4345         * wl.el (wl): inhibit-quit while wl-folder.
4346
4347 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4348
4349         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4350         while msgdb access.
4351
4352 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4353
4354         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4355         even if no folder is not created.
4356
4357 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4358
4359         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4360
4361         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4362         implementation.
4363         (wl-summary-target-mark-thread): Ditto.
4364
4365         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4366
4367 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4368
4369         * wl-util.el (wl-display-bytes): Remove unused function.
4370
4371 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4374         seems critical one (partially reverse the change in 2002/03/17).
4375
4376 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4379         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4380
4381 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4382
4383         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4384         is not writable.
4385         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4386         plugged status instead of `'force' as 2nd argument.
4387
4388         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4389         is not creatable.
4390
4391         * Version number is increased to 2.9.9.
4392
4393 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4394
4395         * wl-summary.el (wl-summary-suspend): New function.
4396
4397 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4398
4399         * wl.el (wl): Do not check variables if check is nil.
4400         * wl-utils.el (wl-collect-draft): New function.
4401         * wl-folder.el (wl-folder-suspend): Put summary buffers
4402         and draft buffers at the end of buffer list.
4403         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4404
4405 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4406
4407         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4408         loop instead of recursive call.
4409
4410         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4411         2nd argument.
4412
4413 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-draft.el (wl-draft-create-contents): Don't take neither
4416         (function . args) nor (string . something) any more.
4417
4418         * wl-version.el (wl-generate-user-agent-string): Return string
4419         without header symbol.
4420         * wl-draft.el (wl-draft-default-headers): Use it.
4421
4422         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4423         `wl-draft-insert-ccs' and return field value instead of inserting
4424         the header. Abolish cc argument.
4425         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4426
4427         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4428         rather than one with string car.
4429
4430         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4431         * wl-draft.el (wl-draft-create-contents): Add it after the default
4432         headers.
4433
4434         * wl-draft.el (wl-draft-create-contents): For the case of
4435         (symbol-or-string . function) insert header only when the function
4436         returns string value.
4437
4438 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4439
4440         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4441         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4442
4443 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl.el (wl-check-environment): Don't check Message-ID when
4446         `wl-insert-message-id' is nil.
4447         Revive checking if `wl-message-id-domain' contains "@".
4448
4449 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl.el (wl-check-environment): Merge examination for "@" at
4452         inappropriate position into the first string-match.
4453
4454         * wl-summary.el (wl-summary-target-mark-print): New function.
4455         (wl-summary-pipe-message-subr): Extracted from
4456         `wl-summary-pipe-message'.
4457         (wl-summary-target-mark-pipe): New function.
4458         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4459         `wl-summary-target-mark-pipe'.
4460
4461 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4464
4465 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4466
4467         * wl.el (wl-check-environment): Use elmo-warning instead of
4468         error for non-critical ones.
4469         Remove trash folder check.
4470         (wl): Don't ignore error in wl-check-environment.
4471
4472         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4473         check, which is moved from `wl-check-environment'.
4474         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4475
4476 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4477
4478         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4479         guess anything, call wl-summary-write.
4480         (wl-summary-write): Create draft with blank To field.
4481         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4482
4483 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4486         argument full as well for wl-folder-write-current-folder.
4487         If wl-*-write-current-folder cannot guess addressee, add blank
4488         To header.
4489         Rewrite condition for positioning cursor.
4490
4491 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4492
4493         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4494         summary buffer is present, use it.
4495         (wl-folder-jump-to-previous-summary): Ditto.
4496
4497 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4498
4499         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4500
4501         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4502         wl-summary-previous-buffer and wl-summary-next-buffer.
4503
4504         * wl-folder.el (wl-folder-mode-map): Bind
4505         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4506         (wl-folder-jump-to-next-summary): New function.
4507         (wl-folder-jump-to-previous-summary): Ditto.
4508
4509         * wl-draft.el (wl-draft): Rearranged.
4510
4511 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4512
4513         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4514         of header.
4515         (wl-draft): Collect arguments for the header as header-alist.
4516         (wl-draft-forward): Arrange arguments for wl-draft.
4517         (wl-draft-reply): Ditto.
4518         (wl-draft-edit-string): Ditto.
4519         * wl-summary.el (wl-summary-write): Ditto.
4520         (wl-summary-write-current-folder): Ditto.
4521
4522         * Version number is increased to 2.9.8.
4523
4524 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4525
4526         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4527
4528         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4529
4530         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4531         even if the guess failed.
4532
4533         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4534         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4535         wl-summary-write-current-folder.
4536         * wl-xmas.el: Ditto.
4537
4538 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4539
4540         * wl-summary.el (wl-summary-next-page): Force display message if
4541         message is not displayed yet.
4542         (wl-summary-prev-page): Ditto.
4543
4544 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4545
4546         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4547
4548 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4551         add "Preview Message" and "Save Draft and Exit".
4552
4553 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4554
4555         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4556         if addrmgr is called from draft in splitted window.
4557
4558         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4559         * wl-mule.el: Ditto.
4560         * wl-xmas.el: Ditto.
4561
4562 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4563
4564         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4565
4566         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4567         * wl-xmas.el (wl-folder-toolbar): Ditto.
4568
4569 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4570
4571         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4572         and wl-draft-save-and-exit.
4573         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4574         * wl-xmas.el: Ditto.
4575         * wl-mule.el: Ditto.
4576
4577         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4578         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4579
4580 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4581
4582         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4583         lists for saving buffer.
4584
4585 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4586
4587         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4588         parent-folder argument instead of it.
4589         (wl-draft-create-buffer): Ditto.
4590         (wl-draft-forward): Ditto.
4591         (wl-draft-reply): Ditto.
4592         * wl-summary.el (wl-summary-write): Ditto.
4593         (wl-summary-write-current-folder): Ditto.
4594
4595         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4596         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4597         Folder buffer after composing.
4598
4599 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4602         header if the file `wl-x-face-file' already contains it.
4603
4604 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4605
4606         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4607         folder" entry.
4608         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4609         * wl-e21.el (wl-folder-toolbar): Ditto.
4610         * wl-xmas.el (wl-folder-toolbar): Ditto.
4611
4612 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4615         wl-folder-goto-folder with sticky argument.
4616         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4617
4618 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4619
4620         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4621         and wl-summary-previous-buffer.
4622         (wl-summary-next-buffer): New function.
4623         (wl-summary-previous-buffer): Ditto.
4624
4625 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4626
4627         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4628         wl-folder-jump-to-current-entity-with-arg.
4629         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4630         `wl-folder-jump-to-current-entity'.
4631         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4632         `wl-summary-goto-folder-sticky'.
4633         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4634         `wl-summary-goto-folder'.
4635         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4636         Unless force-exit, do not clean temp. marks for sticky summary.
4637         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4638
4639 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4640
4641         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4642         not entire.
4643
4644 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4645
4646         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4647         to `C-x C-s'.
4648         (wl-summary-save-status): New command.
4649         (wl-summary-exit): Don't clean-up temp marks when sticky.
4650         (Applied patch from Nakayama-san [wl: 09548])
4651         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4652         Do nothing when no mark data.
4653         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4654         Call `wl-summary-delete-all-temp-marks' before saving.
4655
4656 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4657
4658         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4659
4660 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4661
4662         * wl.el (wl-check-environment): Also cause error when (system-name)
4663         returns "localhost.localdomain". (Although it doesn't affect because
4664         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4665
4666 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4667
4668         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4669         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4670
4671         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4672         value.
4673
4674 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4675
4676         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4677         Likewise r-cc-list and r-ng-list.
4678
4679 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4680
4681         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4682         only if it is bound as variable.
4683
4684         * wl-mime.el (wl-draft-preview-message): Ditto.
4685
4686 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4687
4688         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4689         needless `goto-char'.
4690
4691         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4692         `wl-summary-redisplay-no-mime-internal' instead of
4693         `wl-summary-redisplay-no-mime'.
4694         (wl-summary-redisplay-no-mime): Changed argument;
4695         Call `wl-summary-redisplay-no-mime-internal'.
4696
4697         * wl-mime.el (wl-draft-preview-message): Bind
4698         `mime-header-encode-method-alist' locally.
4699
4700         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4701         (wl-draft-std11-parse-addresses): Added the first address check.
4702         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4703
4704         * Version number is increased to 2.9.7.
4705
4706 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4707
4708         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4709
4710 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4711
4712         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4713         related to scrollbar support, if there is no such a feature
4714         compiled in.
4715
4716 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4717
4718         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4719         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4720         for prefetch.
4721
4722 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4723
4724         * wl-summary.el (wl-summary-pick): Fix for no match.
4725
4726 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4727
4728         * wl-draft.el (wl-draft-save):
4729         Override `mime-header-encode-method-alist'.
4730
4731 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4732
4733         * wl-folder.el (wl-folder-pick): New function.
4734         Define key as "?".
4735
4736 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4739         Fix for unplugged.
4740
4741 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4742
4743         * wl-folder.el (wl-folder-virtual): New function.
4744         Define key as "V".
4745
4746 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4747
4748         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4749         multi folder if entity is group.
4750
4751 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4752
4753         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4754         is nil.
4755
4756 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4757
4758         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4759         (wl-summary-target-mark-msgs): Return the number of marked messages.
4760
4761 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4762
4763         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4764         "first:" is specified.
4765
4766 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4767
4768         * wl-vars.el (wl-from): Use return value of function
4769         user-full-name instead of the variable user-full-name since
4770         XEmacs-20.4 doesn't set this variable.
4771
4772 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4773
4774         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4775         call `wl' directly.
4776
4777 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4778
4779         * wl-draft.el (wl-draft-reedit): Removed duplicated
4780         switch-to-buffers.
4781
4782 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4783
4784         * wl.el (wl-other-frame): Removed garbages.
4785
4786 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4787
4788         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4789
4790         * wl-xmas.el (wl-draft-key-setup): Ditto.
4791
4792         * wl-mule.el (wl-draft-key-setup): Ditto.
4793
4794         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4795         (wl-draft-reedit): Ditto.
4796         (wl-draft-prepare-edit): Add `wl-draft-save' to
4797         `local-write-file-hooks'.
4798         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4799         (wl-draft-reedit): Set buffer-file-name.
4800         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4801
4802
4803         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4804         call it.
4805         (wl-delete-startup-frame-function): New variable.
4806         (wl-other-frame): New function
4807         (Original was written by Yamaoka san [wl: 09239]).
4808
4809         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4810         if `wl-folder-use-frame'.
4811
4812 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4813
4814         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4815
4816 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4817
4818         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4819         New variable.
4820         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4821         (wl-message-buffer-prefetch-get-next): Use them.
4822         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4823
4824 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4825
4826         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4827         with unwind-protect.
4828
4829         * wl-draft.el (wl-draft-reedit): Rewrite.
4830         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4831         (wl-draft-save): Insert header separator if it does not exist;
4832         Removed condition-case.
4833
4834         * wl-summary.el (wl-summary-reedit): Revert last change.
4835
4836         * wl-draft.el (wl-draft-save): Rewrite.
4837         (wl-draft-create-buffer): Set buffer-file-name as nil.
4838
4839         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4840
4841         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4842
4843         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4844         nil.
4845
4846 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4847
4848         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4849         If count is nil, do not prefetch.
4850         (wl-message-buffer-prefetch-next): Next.
4851
4852 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4853
4854         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4855
4856 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4857
4858         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4859         `delete-backward-char'
4860         (wl-draft-prepare-edit): Check major-mode.
4861         (wl-draft-decode-header): Rewrite.
4862         (wl-draft): Fix.
4863
4864 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4865
4866         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4867
4868 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4869
4870         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4871         (wl-message-buffer-prefetch-get-next): Remove size checking.
4872         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4873
4874 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4875
4876         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4877         (wl-draft-default-headers): Fix.
4878
4879 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4880
4881         * wl-draft.el (wl-draft-default-headers): Insert return value of
4882         `wl-generate-mailer-string-function'.
4883
4884 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4885
4886         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4887         (wl-draft-insert-mail-header-separator): Ditto.
4888
4889         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4890         again (Reverted the change on 2002-01-17 by OKADA san).
4891
4892 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4893
4894         * wl-draft.el (wl-draft): Rewrite.
4895         (wl-draft-create-buffer): New function.
4896         (wl-draft-create-contents): Ditto.
4897         (wl-draft-prepare-edit): Ditto.
4898         (wl-draft-decode-header): Ditto.
4899         (wl-draft-decode-body): Ditto.
4900         (wl-draft-check-new-line): Ditto.
4901         (wl-draft-default-headers): Ditto.
4902         (wl-draft-insert-mail-header-separator): Ditto.
4903
4904 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4905
4906         * Version number is increased to 2.9.6.
4907
4908 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4909
4910         * wl-draft.el (wl-draft-delete-field): Optional argument.
4911         (wl-draft-delete-fields): Ditto.
4912
4913 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4914
4915         * wl-message.el (toplevel): Eliminated byte-compile warning.
4916         for `itimer-function', `delete-timer' and `itimer-list'.
4917
4918 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4919
4920         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4921         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4922         `wl-message-buffer-prefetch-threshold'.
4923         * wl-summary.el (wl-summary-redisplay-internal): Remove
4924         the check of `wl-message-buffer-prefetch-depth'.
4925
4926 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4927
4928         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4929         size of article.
4930         (wl-message-buffer-prefetch-subr): Remove size check.
4931
4932 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-vars.el (wl-plugged): Make customizable.
4935
4936 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4937
4938         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4939         (wl-message-buffer-prefetch-set-timer): New function.
4940         (wl-message-buffer-prefetch-get-next): New function.
4941         (wl-message-buffer-prefetch): New function.
4942         (wl-message-buffer-prefetch-next): Rewrite.
4943         (wl-message-buffer-prefetch-subr): Rewrite.
4944         * wl-vars.el (wl-auto-prefetch-first): New variable.
4945         * wl-summary.el (wl-summary-goto-folder-subr): Call
4946         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4947
4948 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4951         `wl-summary-unread-message-hook'.
4952
4953 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4954
4955         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4956         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4957         if range is `cache-status'.
4958
4959 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4960
4961         * wl-message.el (wl-message-buffer-prefetch-subr):
4962         Improve debug message.
4963
4964 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4965
4966         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4967         `wl-mail-send-pre-hook'.
4968         (wl-draft-send-mail-with-qmail): Ditto.
4969         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4970
4971 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4972
4973         * wl-message.el (wl-message-buffer-prefetch-subr):
4974         Fix for cancel-function-timers bug.
4975         (wl-message-buffer-prefetch-debug): Default value is t.
4976
4977 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4978
4979         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4980         (wl-message-buffer-prefetch-subr): Rewrite.
4981         Rename from `wl-message-buffer-prefetch'.
4982
4983 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4984
4985         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4986         (wl-default-draft-cite-decorate-author): Ditto.
4987
4988         * wl-draft.el (wl-draft-cite-function): Removed.
4989         (wl-default-draft-cite-decorate-author): Ditto.
4990
4991 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4992
4993         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4994         (wl-default-draft-cite): Do not arrange author name if the value of
4995         `wl-default-draft-cite-decorate-author' is nil.
4996
4997 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4998
4999         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
5000
5001         * wl-folder.el (wl-folder-check-one-entity): Don't care
5002         `elmo-folder-use-flag-p'.
5003
5004 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
5005
5006         * wl-folder (wl-folder-check-one-entity): Fix
5007         problem if unread is nil.
5008
5009 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5010
5011         * wl-address.el (wl-address-make-completion-list): Check whether
5012         the address is a group list.
5013         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5014
5015 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5016
5017         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
5018         The number of the messages of new and unread does not count
5019         correctly.
5020
5021         * wl-summary.el (wl-summary-count-unread): Changed to return
5022         `(new . unread)' instead of total.
5023         (wl-summary-sync-update): Follow the change above.
5024
5025         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
5026
5027 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5028
5029         * wl-address.el (wl-address-make-completion-list): Do not enclose
5030         address by " <" and ">" if associated realname is "".
5031         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
5032         This is against the promblem with group list in .addresses pointed
5033         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
5034
5035 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5036
5037         * wl-draft.el (wl-draft-write-sendlog): The first argument of
5038         message is a format control string.
5039         * wl-expire.el (wl-expire-append-log): Ditto.
5040         * wl-mime.el (wl-summary-burst-subr): Ditto.
5041         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
5042         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
5043
5044 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5045
5046         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
5047         wl.el (wl-check-variables): Rename from `wl-check-type'.
5048         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
5049         (wl-check-variables-2): New function.
5050         (wl): Call `wl-check-variables-2'.
5051
5052 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5053
5054         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
5055         after renaming folder in access group.
5056
5057 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5058
5059         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
5060         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
5061         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
5062         (wl-message-buffer-prefetch): Rewrite.
5063         (wl-message-buffer-prefetch-idle-time): Removed.
5064         * wl-summary.el (wl-summary-redisplay-internal):
5065         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
5066         Error check for `wl-message-buffer-prefetch-depht'.
5067
5068 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5069
5070         * Version number is increased to 2.9.5.
5071         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
5072
5073 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
5074
5075         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
5076         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
5077         Based on the patch written by
5078         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5079
5080 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
5081
5082         * wl-draft.el (wl-draft-raw-send): Fix for
5083         `wl-news-send-pre-hook'
5084
5085 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5086
5087         * wl-utils.el (wl-message-id-function): New variable.
5088         * wl-draft.el (wl-draft-insert-required-fields):
5089         Use `wl-message-id-function'.
5090
5091 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5092
5093         * wl-vars.el (wl-message-id-use-wl-from): New variable.
5094         * wl-utils.el (wl-draft-make-message-id-string):
5095         Use `wl-from' for domain part of Message-ID
5096         if `wl-message-id-use-wl-from' if non-nil.
5097         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
5098
5099 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5100
5101         * wl.el (wl): Call `wl-check-type'
5102         Do not 'condition-case'.
5103
5104 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5105
5106         * wl.el (wl-check-type): New function.
5107         (wl-check-type-variables): New variable.
5108
5109 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5110
5111         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
5112
5113 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
5114
5115         * wl-draft.el (wl-smtp-password-key): New function.
5116         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
5117         (wl-draft-send-mail-with-smtp): Ditto.
5118         (wl-draft-send-mail-with-pop-before-smtp): Fix.
5119
5120 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5121
5122         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5123         * wl-utils.el (wl-unique-id-suffix): Remove.
5124
5125 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5126
5127         * Version number is increased to 2.9.4.
5128
5129 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5130
5131         * wl-utils.el (wl-unique-id-suffix): New variable.
5132         (wl-unique-id): Use `wl-unique-id-suffix'
5133
5134 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5135
5136         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5137         instead of `elmo-msgdb-search'.
5138
5139         * Version number is increased to 2.9.3.
5140
5141 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5142
5143         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5144
5145 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5146
5147         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5148         (wl-draft-dispatch-message): Changed for send-later.
5149         (wl-draft-queue-flush): Ditto.
5150         (wl-draft): Clear `wl-sent-message-queued'.
5151         (wl-draft-reedit): Ditto.
5152         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5153         * wl-vars.el (wl-draft-force-queuing): New variable.
5154         (wl-draft-force-queuing-mail): New variable.
5155         (wl-draft-force-queuing-news): New variable.
5156
5157 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5158
5159         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5160         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5161
5162 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5163
5164         * Version number is increased to 2.9.2.
5165
5166 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * wl-draft.el (wl-draft-elide-region): New user command.
5169         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5170
5171         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5172         command `wl-draft-elide-region'.
5173         * wl-mule.el: Ditto.
5174         * wl-xmas.el: Ditto.
5175
5176 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5179         (wl-biff-check-folder-async): Removed needless let.
5180
5181 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5184         wl-folder-get-elmo-folder.
5185         (wl-biff-check-folder): Set `biff' argument of
5186         `wl-folder-check-one-entity'.
5187         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5188
5189         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5190         (wl-folder-check-one-entity): Added `biff' argument;
5191         Setup `biff' slot of folder.
5192
5193         * Version number is increased to 2.9.1.
5194
5195 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5196
5197         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5198         comment out and fixed.
5199         (wl-fldmgr-add-completion-subr): Ditto.
5200
5201         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5202         and msgdb.
5203
5204         * wl.el (wl-toggle-plugged): Save summary view.
5205
5206 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5207
5208         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5209
5210 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5211
5212         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5213
5214 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5215
5216         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5217         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5218         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5219
5220         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5221         if it was failed.
5222         (wl-demo): Disable undo in the demo buffer.
5223
5224 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5225
5226         * wl-version.el (wl-version): Changed codename.
5227
5228         * Version number is increased to 2.9.0.
5229
5230 2001-12-14  Takuo KITAME <kitame@northeye.org>
5231
5232         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5233         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5234         (wl-folder-mark-as-read-all-current-entity): Ditto.
5235
5236 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5237
5238         * wl-vars.el (wl-from-width): Define as obsolete variable.
5239         (wl-subject-length-limit): Ditto.
5240
5241         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5242
5243         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5244         wl-summary-save-view.
5245
5246         * wl.el (wl-save-status): Ditto.
5247         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5248
5249         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5250         (wl-summary-exit): Follow the change above.
5251         (wl-summary-goto-folder-subr): Ditto.
5252
5253         * wl-folder.el (wl-folder-create-subr): Don't use
5254         `elmo-folder-creatable-p'.
5255
5256 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5259
5260 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5261
5262         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5263         rather than bitmap on Emacs 21.
5264         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5265         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5266         for xbm if the new redisplay engine is not available.
5267
5268 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl-folder.el (wl-folder-init-hook): New hook.
5271         (wl-folder-init): Run `wl-folder-init-hook'.
5272
5273 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5274
5275         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5276
5277 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5278
5279         * wl-acap.el (wl-acap-cache-filename): New variable.
5280         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5281         (wl-acap-init): Use cache if no ACAP server found.
5282
5283 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5284
5285         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5286         `wl-acap-original-msgdb-dir'.
5287
5288         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5289         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5290
5291         * wl-mime.el (wl-mime-save-directory): Renamed from
5292         `wl-mime-save-dir'.
5293
5294 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5295
5296         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5297
5298         * wl-demo.el: Require `path-util'.
5299         (wl-demo-bitmap-mule-available-p): New internal variable.
5300         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5301         `module-installed-p' instead.
5302         (wl-demo-insert-image): Use *.img file for a bitmap image.
5303         (wl-demo): Don't call the ascii demo recursively.
5304
5305 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5306
5307         * Version number is increased to 2.7.7.
5308
5309 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5310
5311         * wl.el (wl-exit): Eliminated byte-compile warning.
5312
5313 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5314
5315         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5316         obsolete variable using `elmo-define-obsolete-variable'.
5317         (wl-fetch-confirm-threshold): Ditto.
5318         (wl-cache-prefetch-folder-type-list): Ditto.
5319         (wl-cache-prefetch-folder-list): Ditto.
5320
5321 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5324         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5325         (wl-demo-insert-image): New function.
5326         (wl-demo-insert-text): New function.
5327         (wl-demo-image-type-alist): Redefine as a function.
5328         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5329         (wl-demo-with-temp-file-buffer): Removed.
5330         (wl-logo-xpm): Removed.
5331         (wl-logo-xbm): Removed.
5332         (wl-logo-bitmap): Removed.
5333
5334 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5335
5336         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5337         (wl-expire-localdir-get-folder-function): New user option.
5338         (wl-expire-localdir-get-folder): New function.
5339         (wl-expire-localdir-date): Ditto.
5340
5341 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5342
5343         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5344         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5345         Fixed unread number mismatch when all-unread < unread.
5346
5347 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5350         (wl-fetch-confirm-threshold): Ditto.
5351
5352         * wl-summary.el (wl-summary-confirm-appends): Removed.
5353         (wl-summary-sync-update): Don't refer
5354         `wl-summary-update-confirm-threshold' (It is now abolished).
5355
5356         * wl-message.el (wl-message-display-internal): Don't refer
5357         `wl-fetch-confirm-threshold' (It is now abolished).
5358
5359 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5360
5361         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5362
5363 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5364
5365         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5366         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5367         Change default value to nil.
5368         (wl-summary-indent-length-limit): The value can be nil, nil means
5369         unlimited.
5370
5371         * wl-summary.el: Don't set limit for indent length if the value of
5372         wl-summary-indent-length-limit is nil.
5373         If the value of wl-summary-width is nil, it means only that the width
5374         of summary is unlimited (nil doesn't mean that the indent length is
5375         unlimited).
5376
5377         * wl-thread.el: Ditto.
5378
5379 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5380
5381         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5382         be nil, nil means never confirm.
5383         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5384
5385 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5386
5387         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5388         means unlimited).
5389
5390 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5391
5392         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5393         Use `with-temp-buffer'.
5394
5395 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5396
5397         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5398         with new backquote style).
5399         (wl-folder-get-entity-from-buffer): Ditto.
5400
5401 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5402
5403         * wl-version.el (nemacs-version): Eliminated.
5404         (wl-extended-emacs-version2): Ignore nemacs.
5405         (wl-extended-emacs-version3): Ditto.
5406
5407 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5408
5409         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5410         (wl-draft-add-in-reply-to): New variable.
5411         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5412         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5413         (wl-draft-yank-from-mail-reply-buffer): Use
5414         `wl-draft-add-in-reply-to'.
5415         (wl-draft-insert-current-message): Ditto.
5416
5417 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5418
5419         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5420         typo (kill->hide).
5421         (wl-message-buffer-prefetch-folder-type-list): Added elements
5422         `mark' and `cache' instead of `internal'.
5423
5424 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5425
5426         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5427         resume msgdb directory.
5428
5429 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5430
5431         * wl.el (wl-exit): Call `wl-acap-exit'.
5432
5433         * wl-summary.el (wl-summary-message-string): New function.
5434         (wl-summary-reedit): Use it.
5435         (wl-summary-resend-bounced-mail): Remove needless let.
5436         (wl-summary-supersedes-message): Ditto.
5437         (wl-summary-save): Ditto.
5438
5439         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5440         (wl-acap-init): Set it.
5441         (wl-acap-exit): New function.
5442
5443 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5444
5445         * wl.el (wl-init): Revert (require 'mime-setup). move from
5446         toplevel.
5447
5448 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5449
5450         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5451         local variables.  Add error when guess function return invalid
5452         value.
5453
5454 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5455
5456         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5457         Change local variable name.
5458         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5459         (wl-folder-get-newsgroups): Return nil when non-news folder.
5460         * wl-summary.el (wl-summary-write-current-folder): State through
5461         when guess-list return nil.
5462         (wl-summary-write-current-folder-functions): Fixed docstring.
5463
5464         * wl.el (wl-exit): Changed confirm message.
5465
5466         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5467         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5468
5469         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5470
5471 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5472
5473         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5474         user option (Renamed from wl-cache-prefetch-folder-type-list).
5475         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5476         from wl-cache-prefetch-folder-list).
5477
5478         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5479         Move to wl-vars.el.
5480         (wl-message-buffer-prefetch-p): Changed to enable
5481         `wl-message-buffer-prefetch-folder-list'.
5482
5483         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5484         `ignore-cache'.
5485
5486 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5487
5488         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5489         `part-top' and `part-bottom'.
5490         (wl-draft-config-sub-part-top): New function.
5491         (wl-draft-config-sub-part-bottom): New function.
5492
5493 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5494
5495         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5496
5497 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5498
5499         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5500
5501 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5502
5503         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5504
5505         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5506         (wl-summary-write-current-folder): Ditto.
5507
5508 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-folder.el (wl-folder-get-newsgroups): Use
5511         `elmo-folder-newsgroups'.
5512
5513 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5514
5515         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5516         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5517         `wl-draft-config-sub-header-bottom'.
5518
5519 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5520
5521         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5522         localnews folder.
5523
5524 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5525
5526         * wl-summary.el (wl-summary-mode): Undo last change.
5527
5528         * wl-folder.el (wl-folder-mode): Ditto.
5529
5530 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5531
5532         * wl-summary.el (wl-summary-mode): Locally set
5533         truncate-partial-window-width to nil.
5534         (for XEmacs)
5535
5536         * wl-folder.el (wl-folder-mode): Ditto.
5537
5538 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5541
5542 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5543
5544         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5545         number.
5546
5547         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5548
5549         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5550
5551         * Version number is increased to 2.7.6.
5552
5553 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5554
5555         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5556
5557 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5558
5559         * wl-summary.el (wl-summary-sync-update): Enclose network
5560         related portion with `unwind-protect'.
5561
5562 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5563
5564         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5565
5566 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5567
5568         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5569         element.
5570         * wl-vars.el (wl-message-body-button-alist): Ditto.
5571
5572         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5573         max match length.
5574         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5575
5576         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5577         for the max match length;
5578         Use 4th element value for the button string regexp group.
5579
5580         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5581         candidate exists, prompt to select.
5582
5583 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5584
5585         * wl-summary.el (wl-summary-jump-to-msg): Search before
5586         calibration point by `beginning-of-line'.
5587
5588 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5589
5590         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5591         for access group.
5592
5593 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5594
5595         * wl-message.el (wl-message-display-internal): Bind
5596         `default-mime-charset'.
5597
5598         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5599
5600         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5601
5602         * Version number is increased to 2.7.5.
5603
5604 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5605
5606         * wl-expire.el (wl-summary-archive): Fixed;
5607         Use `elmo-folder-name-internal'.
5608
5609 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5610
5611         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5612         from `elmo-folder-move-messages' caller.
5613         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5614
5615         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5616         related portions are changed).
5617
5618 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5619
5620         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5621         counter.
5622
5623 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5624
5625         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5626         buffer local and set it to nil.
5627
5628         * wl-message.el (wl-message-redisplay): Ditto.
5629
5630 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5631
5632         * wl-summary.el (wl-summary-mark-as-important): If message is
5633         already cached, set messag as read, otherwise encache and mark as read.
5634
5635 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5636
5637         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5638         point-min.
5639
5640 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5643         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5644         a keymap.
5645
5646 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5647
5648         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5649         parent.
5650
5651         * wl-mule.el (wl-message-define-keymap): Ditto.
5652
5653         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5654
5655         * wl-xmas.el (wl-message-display-internal-hook): Define.
5656         (wl-xmas-setup-message-toolbar): Define as function.
5657         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5658         (wl-message-overload-functions): Abolished.
5659         (wl-message-define-keymap): New function.
5660
5661         * wl-vars.el (wl-message-display-internal-hook): New variable.
5662         (wl-message-header-button-alist): New variable (Renamed from
5663         wl-highlight-message-header-button-alist).
5664         (wl-message-body-button-alist): Ditto.
5665
5666         * wl-mule.el (wl-message-define-keymap): New function.
5667         (wl-message-overload-functions): Abolished.
5668
5669         * wl-message.el (wl-message-add-buttons-to-body): New function.
5670         (wl-message-redisplay): Don't call wl-message-overload-functions;
5671         Call wl-message-add-buttons-to-header and
5672         wl-message-add-buttons-to-body.
5673         (wl-message-display-internal): Set keymap argument for
5674         elmo-mime-display-as-is, elmo-mime-message-display;
5675         Run wl-message-display-internal-hook.
5676         (wl-message-refer-article-or-url): Abolished.
5677
5678         * wl-highlight.el (wl-highlight-headers): Don't call
5679         wl-highlight-message-add-buttons-to-header.
5680         (wl-highlight-message-add-buttons-to-header): Abolished.
5681
5682
5683         * wl-e21.el (wl-message-display-internal-hook): Define.
5684         (wl-e21-setup-toolbar): Deleted duplicated binding.
5685         (wl-e21-setup-message-toolbar): Define as function.
5686         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5687         (wl-message-define-keymap): New function.
5688         (wl-message-overload-functions): Abolished.
5689
5690 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5691
5692         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5693         and elmo-folder-close.
5694
5695         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5696
5697 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5698
5699         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5700         boolean value.
5701         * wl-draft.el (wl-draft-do-fcc): Ditto.
5702
5703 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5704
5705         * wl-vars.el (wl-fcc-force-as-read): New variable.
5706         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5707         mark copied message as read.
5708
5709 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5710
5711         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5712
5713 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5714
5715         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5716         `wl-summary-target-above' instead of obsolete variable
5717         `wl-summary-temp-above'.
5718
5719         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5720         instead of `make-obsolete-variable'.
5721         * wl-refile.el (toplevel): Ditto.
5722
5723 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5724
5725         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5726         with third argument t.
5727         (wl-draft): Set first argument for wl-plugged-init as t.
5728
5729         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5730         definition.
5731
5732 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5733
5734         * wl-vars.el: Tabify.
5735         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5736
5737         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5738         message.
5739
5740 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5741
5742         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5743         and set default to beep.
5744
5745 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5746
5747         * wl-vars.el (wl-draft-truncate-lines): New variable.
5748
5749         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5750         instead of wl-message-truncate-lines for truncate-lines.
5751
5752 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * wl-message.el (wl-message-display-internal): Call
5755         `wl-highlight-message' after `elmo-mime-display-as-is'.
5756
5757         * wl-mime.el (wl-mime-display-text/plain): New function.
5758         (wl-mime-display-header): Ditto.
5759         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5760         body-presentation-method for text/plain;
5761         Register `wl-mime-display-header' as a header-presentation-method;
5762         Don't set up `elmo-message-text-content-inserted-hook' and
5763         `elmo-message-header-inserted-hook'.
5764
5765         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5766         variable.
5767         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5768         as t if flag is 'all-header;
5769         Don't bind `elmo-message-ignored-field-list',
5770         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5771
5772 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5773
5774         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5775         for xemacs with non-mule environment.
5776
5777 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5778
5779         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5780         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5781         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5782
5783 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5784
5785         * wl-vars.el (wl-interactive-send): Set default value as t.
5786
5787 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5788
5789         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5790         (wl-addrmgr-method-list): Abolished.
5791         (wl-addrmgr-change-method): Follow above change.
5792
5793         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5794
5795 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5796
5797         * wl-vars.el (wl-message-truncate-lines): Change default value
5798         to default-truncate-lines.
5799
5800         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5801
5802 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5803
5804         * wl-vars.el (wl-message-truncate-lines): New variable.
5805
5806         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5807         wl-message-truncate-lines.
5808
5809 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5810
5811         * wl-acap.el (wl-acap-init): Remove period from error message.
5812         (wl-acap-find-acap-service): Remove period from message.
5813
5814 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5815
5816         * wl.el (wl-check-environment): Undo last change.
5817
5818         * wl-vars.el (wl-from): Changed default value.
5819
5820         * wl-util.el (toplevel): Don't require tm-edit.
5821
5822         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5823         `wl-folder-init';
5824         Don't set mark on mail body.
5825         (wl-draft-reedit): Ditto.
5826
5827         * wl-address.el (wl-address-quote-specials): Define as an alias for
5828         elmo-address-quote-specials.
5829
5830 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5831
5832         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5833
5834         * wl-vars.el (wl-from): Set default value as nil.
5835         (wl-organization): Set default value as ORGANIZATION environment
5836         variable.
5837
5838         * wl-draft.el (wl-smtp-extension-bind): Check value of
5839         wl-smtp-connection-type.
5840
5841         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5842         error.
5843
5844 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5845
5846         * Version number is increased to 2.7.4.
5847
5848         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5849         arguments from `wl-highlight-x-face-function' caller.
5850         Use x-face-1.3.6.12 or later.
5851
5852 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5853
5854         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5855
5856 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5857
5858         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5859         (wl-fcc): Fix to accept function.
5860         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5861
5862 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5863
5864         * wl-acap.el (toplevel): Added `product-provide' declare.
5865         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5866
5867 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5868
5869         * wl.el (wl): Changed order of calling `elmo-init'
5870         and `elmo-folder-init'.
5871
5872 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5873
5874         * wl-mime.el (wl-summary-burst): Extract message when content-type
5875         of root entity is not only `multipart' but also `message/rfc822'.
5876         (wl-summary-burst-subr): Ditto.
5877
5878 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5879
5880         * wl-vars.el (toplevel): Require 'custom.
5881         (wl-trash-folder): Added to `wl-setting' group.
5882
5883         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5884         exists.
5885         (wl-addrmgr-draw): Insert empty line when no entry exists.
5886
5887         * wl-mule.el (wl-message-wheel-up): Fixed.
5888         (wl-message-wheel-down): Ditto.
5889
5890 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5891
5892         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5893         config is an anonymous lambda expression.
5894
5895 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5896
5897         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5898         when Mule 2 is running.
5899
5900 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5901
5902         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5903
5904 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5907         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5908
5909         * wl-address.el (wl-address-specials-regexp): Eliminated.
5910         (wl-address-quote-specials): Rewrite.
5911
5912 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5915         shy-groups for regexp.
5916
5917         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5918         character classes and Perl style shy-groups for regexp.
5919         (wl-highlight-plugged-current-line): Use Posix style character
5920         classes for regexp.
5921         (wl-e21-highlight-folder-by-numbers): Ditto.
5922         (wl-e21-display-image-p): Use `display-images-p' instead of
5923         `display-graphic-p'.
5924         (display-images-p): Make an alias to `display-graphic-p' if it is
5925         not available.  It is for Emacs version prior to 21.0.105.
5926
5927         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5928         `display-graphic-p'.
5929         (wl-demo-image-type-alist): Ditto.
5930         (display-images-p): Make an alias to `display-graphic-p' if it is
5931         not available.  It is for Emacs version prior to 21.0.105.
5932
5933 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5934
5935         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5936         support.
5937         (wl-generate-user-agent-string): Ditto.
5938
5939         * wl-version.el (wl-version): Update docsting.
5940         (wl-version-status): Ditto.
5941
5942 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5943
5944         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5945         21.0.105.  For Emacs 21.0.104 or earlier.
5946
5947 2001-09-03  Takuo KITAME <kitame@northeye.org>
5948
5949         * wl-e21.el (wl-plugged-init-icons): Use
5950         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5951         (wl-biff-init-icons): Ditto.
5952
5953 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5954
5955         * wl-highlight.el (wl-highlight-summary-current-line):
5956         Fixed highlighting refile/copy destination.
5957
5958         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5959         (wl-acap-store): Encode string by wl-acap-coding-system.
5960
5961 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-acap.el (toplevel): Check and require 'un-define before
5964         'xemacs-ucs;
5965          Added checking for UTF-2000.
5966
5967 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5968
5969         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5970         Don't enclose with `eval-and-compile'.
5971
5972         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5973         wl-init is non-nil.
5974
5975         * wl-draft.el (wl-draft): Ditto.
5976
5977         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5978
5979         * wl-acap.el (toplevel): Require 'wl.
5980         (wl-acap-store): Call `elmo-init'.
5981
5982         * wl.el (wl): Changed position of `wl-check-environment'.
5983         (toplevel): Added autoload setting for wl-acap.
5984
5985         * wl-vars.el (wl-setting): New custom group.
5986         (wl-from): Added wl-setting group.
5987         (wl-user-mail-address-list): Ditto.
5988         (wl-organization): Ditto.
5989         (wl-subscribed-mailing-list): Ditto.
5990         (wl-envelope-from): Ditto.
5991         (wl-smtp-posting-user): Ditto.
5992         (wl-smtp-posting-server): Ditto.
5993         (wl-smtp-posting-port): Ditto.
5994         (wl-smtp-authenticate-type): Ditto.
5995         (wl-pop-before-smtp-user): Ditto.
5996         (wl-pop-before-smtp-server): Ditto.
5997         (wl-pop-before-smtp-port): Ditto.
5998         (wl-pop-before-smtp-authenticate-type): Ditto.
5999         (wl-nntp-posting-server): Ditto.
6000         (wl-nntp-posting-user): Ditto.
6001         (wl-nntp-posting-port): Ditto.
6002         (wl-fetch-confirm-threshold): Ditto.
6003         (wl-prefetch-threshold): Ditto.
6004         (wl-thread-insert-opened): Ditto.
6005         (wl-ldap-server): Ditto.
6006         (wl-ldap-port): Ditto.
6007         (wl-ldap-base): Ditto.
6008         (wl-ldap-objectclass): Ditto.
6009         (wl-use-ldap): Ditto.
6010         (wl-draft-config-alist): Ditto.
6011         (wl-draft-config-matchone): Ditto.
6012         (wl-template-alist): Ditto.
6013         (wl-message-sort-field-list): Ditto.
6014         (wl-message-ignored-field-list): Ditto.
6015         (wl-message-visible-field-list): Ditto.
6016         (wl-interactive-send): Ditto.
6017         (wl-summary-move-order): Ditto.
6018         (wl-auto-select-first): Ditto.
6019         (wl-auto-select-next): Ditto.
6020         (wl-interactive-save-folders): Ditto.
6021
6022         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
6023         Initialization codes are moved from wl-local-folder-init.
6024         (wl-local-folder-init): Follow the change above.
6025         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
6026
6027         * wl-acap.el: New file.
6028
6029         * Version number is increased to 2.7.3.
6030
6031 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6032
6033         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
6034
6035 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
6038         (wl-addrmgr-address-entry-list): Ditto.
6039
6040 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6041
6042         * wl-e21.el (wl-draft-mode-map): Removed binding for
6043         `wl-draft-insert-x-face-field'.
6044
6045         * wl-mule.el (wl-draft-mode-map): Ditto.
6046
6047         * wl-xmas.el (wl-draft-mode-map): Ditto.
6048
6049         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
6050         (wl-cs-autoconv): Ditto.
6051         (wl-cs-local): Ditto.
6052         (wl-use-scoring): Ditto.
6053         (wl-mime-charset): Ditto.
6054         (wl-folder-check-async): Ditto.
6055
6056         * wl.el (toplevel): Ignore nemacs and tm.
6057         (wl-exit): Ditto.
6058
6059         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
6060         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
6061         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
6062         instead of wl-address-petname-add-or-change.
6063         (wl-summary-edit-addresses-subr): Use wl-address-delete
6064         instead of wl-address-petname-delete.
6065
6066         * wl-util.el (wl-as-coding-system): Ignore nemacs.
6067
6068         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
6069         if error occured.
6070
6071         * wl-message.el (require): Remove tm support.
6072
6073         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
6074
6075         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
6076         (wl-folder-jump-to-current-entity): Ditto.
6077         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
6078
6079         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
6080         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
6081         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
6082
6083         * wl-mule.el (wl-draft-key-setup): Ditto.
6084
6085         * wl-xmas.el (wl-draft-key-setup): Ditto.
6086
6087         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
6088         (wl-draft-std11-parse-addresses): New function.
6089         (wl-draft-parse-mailbox-list): Use it.
6090         (wl-draft): Ignore nemacs.
6091         (wl-draft-reedit): Ditto.
6092
6093         * wl-addrmgr.el: New file.
6094         (Original is wl-rcpt.el written by
6095         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
6096         Thanks Kitamoto-san.)
6097
6098         * wl-address.el (wl-address-make-address-list): Modified parsing
6099         process.
6100         (wl-address-delete): Renamed from `wl-address-petname-delete';
6101         Modify wl-address-list too.
6102         (wl-address-add-or-change): Renamed from
6103         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
6104
6105 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
6106
6107         * wl-highlight.el (wl-highlight-summary-current-line):
6108           Work with transient-mark-mode
6109
6110 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
6111
6112         * Version number is increased to 2.7.2.
6113
6114         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
6115         instead of elmo-dop-queue-method.
6116
6117 2001-08-06  SAITO Atsunori <sai@yedo.com>
6118
6119         * wl-vars.el (wl-ldap-objectclass): New user option.
6120
6121         * wl-address.el (wl-ldap-make-filter): Use it.
6122
6123 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6124
6125         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6126
6127 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6128
6129         * wl-folder.el (wl-folder): redisplay after folder insertion.
6130
6131         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6132
6133         * wl-summary.el (wl-summary-sync-update):
6134         Change status mark only when new-msgdb exists.
6135         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6136
6137 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6138
6139         * wl-summary.el (wl-summary-open-folder): New function.
6140         (wl-summary-goto-folder-subr): Use it.
6141         (wl-summary-mark-as-important): Fix;
6142         Encache only when no cache exists.
6143
6144 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6145
6146         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6147         Use with-current-buffer.
6148
6149 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6150
6151         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6152         before call `get-buffer'. Fixed parenthesis.
6153         (wl-score-get-header-entry): Clear message and help window when
6154         keyboard quit.
6155         (wl-score-edit-insert-header): Ditto.
6156
6157 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6158
6159         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6160         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6161         (wl-default-draft-cite): Fix.
6162
6163         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6164         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6165
6166 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6167
6168         * wl-message.el (wl-message-prev-page): Do same bahavior
6169         as summary when it is called in the message buffer.
6170         (wl-message-next-page): Ditto.
6171
6172 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6173
6174         * wl-summary.el (wl-summary-forward): Use cache if it is not
6175         section cache.
6176
6177 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6180         Removed redundant require of elmo-vars.
6181         (wl-biff-state-indicator-on): Changed default value for
6182         xemacs with non-mule environment.
6183
6184         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6185         wl-message-buffer is nil;
6186         Hide progress bar after moving messages.
6187
6188 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6189
6190         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6191         message at cursor point is deleted.
6192
6193 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6194
6195         * wl-vars.el: Changed file coding system to euc-japan.
6196         Added -*-coding:-*- magic to the first line.
6197
6198         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6199         Search parent from the first message.
6200
6201         * Version number is increased to 2.7.1.
6202
6203 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6204
6205         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6206
6207 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6208
6209         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6210         refile/delete execution.
6211
6212         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6213         Fixed docstring.
6214
6215 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6218         do update process;
6219         Don't update marks when update process is interrupted.
6220
6221 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6222
6223         * wl-summary.el (wl-summary-reply): Fixed problem when
6224         wl-draft-use-frame is non-nil.
6225         (wl-summary-forward): Ditto.
6226
6227         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6228         as nil.
6229         (wl-folder-mark-as-read-all-entity): Ditto.
6230         (wl-folder-prefetch-entity): Ditto.
6231
6232         * wl.el (wl): Check environment before wl-init.
6233
6234         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6235         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6236         instead of wl-summary-collect-unread.
6237         (wl-summary-reply): Split message window.
6238
6239 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6240
6241         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6242         only if current language environment is japanese,
6243
6244         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6245         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6246         (wl-folder-goto-folder-subr): Ditto.
6247
6248         * wl-draft.el (wl-draft-dispatch-message): Call
6249         `elmo-file-cache-get-path'.
6250
6251 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6252
6253         * wl-summary.el (wl-summary-cursor-move): If return value of
6254         wl-summary-next-message is not number, don't jump.
6255
6256 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6257
6258         * wl-summary.el (wl-summary-buffer-next-message-function): New
6259         variable.
6260         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6261         if it is bound.
6262
6263         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6264         string.
6265
6266         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6267         (wl-plugged-drawing): Ditto.
6268
6269 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6270
6271         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6272         process.
6273         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6274         with unwind-protect.
6275
6276         * wl.el (wl-init): Require mime-setup.
6277         (wl-check-environment): Don't require mime-setup.
6278
6279         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6280         instead of elmo-folder-type.
6281
6282         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6283         value as nil.
6284
6285 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6286
6287         * Version number is increased to 2.7.0.
6288
6289         * wl-version.el (wl-version): Changed codename.
6290
6291         * wl-summary.el (wl-summary-delete-cache): Fixed.
6292
6293         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6294         Workaround for net folders.
6295         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6296
6297         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6298         value to nil (According to the patch from
6299         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6300
6301         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6302         of elmo-folder-close.
6303
6304 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6305
6306         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6307         for postfix.
6308
6309 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6310
6311         * wl-summary.el (wl-summary-resend-message): Fixed.
6312
6313         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6314         Call wl-draft with `from' argument if its address is included in
6315         `wl-user-mail-address-list'.
6316         (wl-draft): Added `from' argument.
6317
6318         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6319         non-nil.
6320         (wl): Don't show demo if wl-demo is nil.
6321
6322         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6323         wl-summary-use-frame.
6324
6325         * wl-vars.el (wl-summary-use-frame): New user option.
6326         (wl-folder-use-frame): Changed docstring.
6327
6328         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6329         non-nil.
6330         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6331         wl-summary-use-frame.
6332
6333         * wl-vars.el (wl-folder-use-frame): New user option.
6334
6335         * wl-summary.el (wl-summary-exit): Back to folder frame if
6336         wl-folder-use-frame is non-nil.
6337         (wl-summary-redisplay-internal): Ignore cache if current folder
6338         is draft folder,
6339         (wl-summary-redisplay-no-mime): Ditto.
6340         (wl-summary-redisplay-all-header): Ditto.
6341
6342         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6343         if wl-folder-use-frame is non-nil.
6344
6345 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6346
6347         * wl-summary.el (wl-summary-sync-update): Bind
6348         elmo-folder-update-threshold.
6349         (wl-summary-mark-as-important): Enclosed server mark processing
6350         with `save-match-data'.
6351
6352         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6353         only when it is already defined.
6354
6355 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6356
6357         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6358         name of folder exclude localdir is wrong.
6359         * wl-folder.el (wl-folder-sync-entity):
6360         Set `wl-summary-always-sticky-folder-list' as nil.
6361         (wl-folder-mark-as-read-all-entity): Ditto.
6362         (wl-folder-prefetch-entity): Ditto.
6363
6364 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6367         instead of `wl-summary-write-current-newsgroup'.
6368
6369 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6370
6371         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6372         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6373         non-nil and selected message is important, do not display.
6374
6375 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6376
6377         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6378
6379 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6380
6381         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6382
6383         * wl-summary.el (wl-summary-mark-as-important): Set message number
6384         using wl-summary-message-number.
6385
6386 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6387
6388         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6389         destination folder is 'null.
6390
6391 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6392
6393         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6394         New function.
6395         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6396         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6397         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6398
6399 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-mime.el (wl-mime-setup): Added setting for
6402         `mime-setup-signature-key-alist' to avoid overriding key bind for
6403         `wl-draft-send'.
6404
6405         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6406         for `wl-draft-send'.
6407         * wl-mule.el (wl-draft-overload-functions): Ditto.
6408         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6409         * wl-draft.el (wl-draft-send): Ditto.
6410
6411         * wl-message.el (wl-message-display-internal):
6412         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6413         (Patch is provided by <kita@coe.nttdata.co.jp>).
6414
6415 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6416
6417         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6418
6419 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6420
6421         * wl.el (wl): Fix for wl-demo.
6422
6423 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6424
6425         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6426
6427 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6428
6429         * wl-folder.el (wl-folder-prefetch-entity): Use
6430         `wl-folder-get-elmo-folder'.
6431         (wl-folder-count-incorporates): Do not use
6432         `wl-folder-get-elmo-folder'.
6433
6434 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6435
6436         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6437         instead of `elmo-folder-get-type'.
6438
6439 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6440
6441         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6442         position on Subject: field.
6443         (Advised by Mito <mit@nines.nec.co.jp>)
6444
6445 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6446
6447         * wl-folder.el (wl-folder-prefetch-entity): Use
6448         `wl-folder-get-elmo-folder'.
6449
6450 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6451
6452         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6453
6454         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6455         `process-duplicates' slot.
6456
6457         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6458         if detection failed.
6459
6460 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6461
6462         * wl-version.el (wl-version-status): Set to "alpha".
6463
6464 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6465
6466         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6467         Check wl-message-buffer lives before set-buffer.
6468
6469 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6470
6471         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6472         called in folder mode.
6473         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6474         * wl-summary.el (wl-summary-exit-pre-hook): Run
6475         `wl-summary-exit-pre-hook' before exit summary mode.
6476
6477 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6478
6479         * wl-version.el (wl-version-status): New variable.
6480         (wl-version-status-alist): Removed.
6481         (wl-version-status): Rule included.
6482
6483 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6484
6485         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6486         @sponichi.
6487
6488         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6489         when `mail-reply-buffer' is buffer-local variable.
6490         (Reported by <kita@coe.nttdata.co.jp>).
6491
6492 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6493
6494         * wl-vars.el (toplevel): Require 'elmo-util.
6495
6496 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6497
6498         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6499         (All other related portions are changed)
6500
6501         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6502
6503         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6504
6505 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6506
6507         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6508
6509 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6510
6511         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6512         Delete other windows to avoid an error.
6513         Use `point-marker' instead of `point' to remember the start point
6514         of body.
6515
6516         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6517
6518         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6519         number not to exceed all message number.
6520
6521 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6522
6523         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6524         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6525
6526 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6527
6528         * wl-summary.el (wl-summary-sync-force-update): Added argument
6529         no-check.
6530         (wl-summary-sync-update): Ditto.
6531         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6532         with `no-check'.
6533
6534         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6535         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6536         already running.
6537
6538 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6539
6540         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6541         `dst-folder-arg'.
6542         (wl-expire-archive-number1): Diito.
6543         (wl-expire-archive-number2): Diito.
6544         (wl-expire-archive-Date): Diito.
6545         (wl-archive-number1): Diito.
6546         (wl-archive-number2): Diito.
6547         (wl-archive-date): Diito.
6548         (wl-archive-folder-p): New function.
6549         (wl-summary-expire): Support of expand folder name at
6550         wl-expire-alist.
6551         * wl-util.el (wl-expand-newtext): Renamed from
6552         `wl-refile-expand-newtext'.
6553
6554 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6555
6556         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6557         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6558         `(elmo-msgdb-get-overview msgdb)'.
6559         (wl-summary-prefetch): Bind match data before call
6560         `wl-summay-prefetch-msg'.
6561         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6562         'off if `wl-summary-buffer-disp-msg' is non-nil.
6563         Fixed problem that couldn't show only one new or unread message when
6564         enter folder.
6565         (wl-summary-reply): Don't call `split-window-vertically' and other
6566         window.
6567
6568 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6569
6570         * wl-expire.el (wl-expire-refile): Fixed.
6571
6572 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6573
6574         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6575
6576         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6577         biff notification is removed.
6578
6579         * wl.el (wl): Changed position of `elmo-init'.
6580
6581         * wl-draft.el (wl-default-draft-cite): Use date field
6582         on the citation buffer.
6583
6584         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6585
6586         * wl-xmas.el (wl-folder-internal-icon-list): Added
6587         `wl-folder-shimbun-image'.
6588
6589         * wl-e21.el (wl-folder-internal-icon-list): Added
6590         `wl-folder-shimbun-image'.
6591
6592 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6593
6594         * wl.el (wl-init): Eliminated argument.
6595         (wl): Rewrite.
6596
6597         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6598         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6599         instead of `elmo-folder-msgdb-internal'.
6600         (wl-summary-sync-update): Ditto.
6601         (wl-summary-flush-pending-append-operations): Eliminated.
6602         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6603         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6604         `elmo-folder-open'.
6605
6606         * wl-mime.el (wl-summary-burst): Fixed.
6607
6608         * wl-folder.el (wl-folder-info-save): Check data type.
6609
6610         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6611         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6612         instead of `elmo-folder-msgdb-internal'.
6613         (wl-expire-hide): Ditto.
6614
6615
6616         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6617
6618 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6619
6620         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6621
6622 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6623
6624         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6625
6626 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6627
6628         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6629         Fixed `match-beginning' argument mismatch.
6630
6631 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6632
6633         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6634         the default value.
6635
6636 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6637
6638         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6639         instead of `elmo-nntp-default-port'.
6640
6641         * wl-vars.el: Fixed some doc strings.
6642
6643 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6644
6645         * wl-summary.el (wl-summary-prefetch-msg): Use
6646         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6647
6648         * wl-vars.el: Define *-func as obsolete variable using
6649         `elmo-define-obsolete-variable'.
6650
6651         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6652         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6653         instead of `wl-message-buffer-prefetch-threshold'.
6654
6655         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6656
6657         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6658
6659         * wl-draft.el (wl-caesar-region-func): Ditto.
6660
6661         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6662         Keep unread status in elmo-folder-move-messages.
6663         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6664
6665 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6666
6667         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6668         `wl-summary-buffer-exit-func'
6669         (wl-summary-buffer-message-redisplay-function): Renamed from
6670         `wl-summary-buffer-message-redisplay-func'
6671         (wl-summary-buffer-next-folder-function): Renamed from
6672         `wl-summary-buffer-next-folder-func'.
6673         (wl-summary-buffer-prev-folder-function): Renamed from
6674         `wl-summary-buffer-prev-folder-func'.
6675         (wl-summary-get-petname-function): Renamed from
6676         `wl-summary-get-petname-func'.
6677
6678         * wl-score.el (wl-score-edit-exit-function): Renamed from
6679         `wl-score-edit-exit-func'.
6680
6681         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6682         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6683
6684         * wl-util.el (wl-load-profile-function): Renamed from
6685         `wl-load-profile-func'.
6686
6687         * wl-folder.el (wl-folder-completion-function): Renamed from
6688         `wl-folder-completion-func'.
6689         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6690
6691         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6692         `wl-expire-archive-get-folder-func'.
6693         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6694         (wl-draft-send-mail-function): Renamed from
6695         `wl-draft-send-mail-func'.
6696         (wl-draft-send-news-function): Renamed from
6697         `wl-draft-send-news-func'.
6698         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6699         (wl-generate-mailer-string-function): Renamed from
6700         `wl-generate-mailer-string-func'.
6701         (wl-highlight-signature-search-function): Renamed from
6702         `wl-highlight-signature-search-func'.
6703         (wl-highlight-x-face-function): Renamed from
6704         `wl-highlight-x-face-func'
6705         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6706         (wl-ps-print-buffer-function): Renamed from
6707         `wl-ps-print-buffer-func'
6708         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6709         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6710         (wl-summary-subject-filter-function): Renamed from
6711         `wl-summary-subject-filter-func'.
6712
6713         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6714         `wl-draft-queue-flush-send-func'
6715         (wl-draft-cite-function): Renamed from
6716         `wl-draft-cite-func'
6717
6718         * wl-address.el (wl-address-init-function): Renamed from
6719         `wl-address-init-func'.
6720
6721 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6722
6723         * wl-draft.el (wl-draft-queue-flush): Don't call
6724         `elmo-dop-unlock-message'.
6725         * wl-draft.el (wl-draft-queue-append): Don't call
6726         `elmo-dop-lock-message'.
6727
6728         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6729         (wl-summary-buffer-folder-name): Ditto.
6730         (wl-summary-message-regexp): Added '-' (all other related portions
6731         are changed).
6732         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6733         wl-summary-buffer-folder-name.
6734
6735 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6736
6737         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6738         the number of mails in the folder buffer is not updated by wl-biff.
6739
6740 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6741
6742         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6743         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6744
6745 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * wl-summary.el (wl-summary-next-message):
6748         Return next message number when wl-summary-move-order is nil.
6749
6750 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6751
6752         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6753         `wl-summary-move-spec-alist'.
6754         (wl-summary-move-spec-unplugged-alist): New variable
6755         (Move spec for unplugged status).
6756         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6757         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6758
6759 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6760
6761         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6762         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6763
6764 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6765
6766         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6767         simple quotation to quote the anonymous function.
6768         * tm-wl.el (wl-draft-preview-message): Ditto.
6769
6770 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6771
6772         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6773         Eliminate redundant `save-excursion'.
6774         (wl-highlight-summary-current-line): Ditto.
6775
6776         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6777         accessing match data when `looking-at' failed.
6778
6779         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6780         `elmo-match-string' where users don't care about the speed.
6781         (wl-draft-save): Ditto.
6782
6783 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-util.el (wl-regexp-opt): New function.
6786
6787         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6788         number from `wl-summary-buffer-number-list'.
6789         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6790         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6791         (wl-summary-move-spec-alist): Changed default setting.
6792
6793 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6794
6795         * wl-vars.el (wl-biff-notify-hook): New hook.
6796         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6797         the arrival of new mail.
6798         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6799         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6800
6801 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6802
6803         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6804
6805 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6808
6809         * Version number is increased to 2.5.8.
6810
6811         * wl-thread.el (toplevel): require 'cl.
6812         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6813         (wl-thread-make-number-list): New function.
6814         (wl-thread-entity-make-number-list-from-children): Ditto.
6815         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6816         (wl-thread-entity-insert-as-children): Likewise.
6817         (wl-thread-delete-message): Likewise.
6818         (wl-meaning-of-mark): Eliminated.
6819         (wl-thread-next-failure-mark-p): Ditto.
6820         (wl-thread-entity-get-mark): Ditto.
6821         (wl-thread-meaning-alist-get-result): Ditto.
6822         (wl-thread-entity-check-prev-mark): Ditto.
6823         (wl-thread-entity-check-next-mark): Ditto.
6824         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6825         (wl-thread-entity-get-prev-marked-entity): Ditto.
6826         (wl-thread-get-prev-unread): Ditto.
6827         (wl-thread-jump-to-prev-unread): Ditto.
6828         (wl-thread-get-next-unread): Ditto.
6829         (wl-thread-jump-to-next-unread): Ditto.
6830         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6831         (wl-thread-entity-get-next-marked-entity): Ditto.
6832
6833         * wl-summary.el (wl-summary-buffer-number-list):
6834         New bufer-local variable.
6835         (wl-summary-switch-to-clone-buffer): Clone
6836         `wl-summary-buffer-number-list'.
6837         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6838         (wl-summary-cursor-move-regex): Eliminated.
6839         (wl-summary-cursor-up): Rewrite.
6840         (wl-summary-cursor-down): Ditto.
6841         (wl-summary-mode-spec-alist): New variable.
6842         (wl-summary-next-message): New inline function.
6843         (wl-summary-cursor-move): New function.
6844         (wl-summary-default-get-next-msg): Rewrite.
6845         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6846         (wl-summary-rescan): Ditto.
6847         (wl-summary-sync-all-init): Ditto.
6848         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6849         summary is not thread view.
6850         (wl-summary-sync-update): Ditto.
6851         (wl-summary-rescan): Ditto.
6852         (wl-summary-make-number-list): New function.
6853
6854         * wl-draft.el: "FCC" -> "Fcc".
6855
6856 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * wl-highlight.el (wl-highlight-summary-window):
6859         Call `set-buffer-modified-p'.
6860
6861         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6862         (wl): Call `elmo-init' and fix.
6863
6864         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6865         Use new variables.
6866
6867         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6868
6869 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6870
6871         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6872
6873 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6874
6875         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6876
6877 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6878
6879         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6880         `wl-use-toolbar' nor `display-graphic-p'.
6881         (wl-e21-setup-message-toolbar): Ditto.
6882         (wl-e21-setup-summary-toolbar): Ditto.
6883         (wl-e21-setup-folder-toolbar): Ditto.
6884
6885         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6886         (wl-plugged-init-icons): Ditto.
6887
6888         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6889         `display-graphic-p'.
6890         (wl-plugged-set-folder-icon): Ditto.
6891         (wl-highlight-plugged-current-line): Ditto.
6892         (wl-highlight-folder-current-line): Ditto.
6893         (wl-e21-highlight-folder-group-line): Ditto.
6894         (wl-e21-setup-toolbar): Ditto.
6895         (wl-e21-display-image-p): New macro.
6896
6897         * wl-demo.el (wl-demo): Simplified.
6898         (wl-demo-image-type-alist): Use `image-type-available-p' for
6899         checking whether the image type `xbm' is available.
6900
6901 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6902
6903         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6904         (wl-summary-input-range): Ditto.
6905
6906 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6907
6908         * wl-summary.el (wl-summary-edit-addresses): Use
6909         `wl-summary-get-original-buffer'
6910         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6911         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6912         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6913         (wl-summary-get-newsgroups): Eliminated.
6914         (wl-summary-set-crosspost): Ditto.
6915         (wl-summary-is-crosspost-folder): Ditto.
6916         (wl-crosspost-alist-load): Ditto.
6917         (wl-crosspost-alist-save): Ditto.
6918
6919         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6920         `elmo-setup-subscribed-newsgroups' instead of
6921         `elmo-nntp-make-groups-hashtb'.
6922         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6923         instead of `wl-crosspost-alist-save'.
6924
6925         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6926         of `elmo-folder-message-appendable-p'.
6927         (wl-mime-header-presentation-method): Eliminated.
6928
6929         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6930         (Error occurs in emacs21).
6931
6932         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6933         the current buffer).
6934
6935         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6936         instead of `wl-crosspost-alist-save'.
6937         (wl-init): `elmo-crosspost-message-alist-load'
6938         instead of `wl-crosspost-alist-load'
6939
6940         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6941         (wl-parse-newsgroups): Likewise.
6942         (wl-biff-notify): Run `wl-biff-notify-hook'.
6943
6944 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6947
6948         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6949         when `wl-summary-lazy-highlight' is non-nil.
6950         (wl-summary-goto-folder-subr): Highlight only when
6951         `wl-summary-lazy-highlight' is non-nil.
6952
6953         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6954         Don't display progress and highlight temp-mark when
6955         `wl-summary-lazy-highlight' is non-nil.
6956         (wl-highlight-summary-window): New function.
6957         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6958
6959 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6960
6961         * wl-summary.el (wl-summary-sync): Change `all-visible'
6962         from `all-shown'
6963         (wl-summary-input-range): Ditto.
6964
6965 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6966
6967         * wl-e21.el (wl-highlight-folder-current-line): Call
6968         `wl-folder-init-icons' when folder icons have not been initialized.
6969
6970         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6971
6972         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6973         (wl-demo-image-type-alist): New macro.
6974
6975 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6976
6977         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6978         display does not support graphics.
6979         (wl-plugged-init-icons): Ditto.
6980         (wl-folder-init-icons): Ditto.
6981
6982         * wl-demo.el (wl-demo): Chech closely whether the display
6983         supports graphics.
6984
6985 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6986
6987         * wl-summary.el (wl-summary-get-original-buffer): New function.
6988         (wl-summary-set-crosspost): Use it.
6989         (wl-summary-target-mark-uudecode): Ditto.
6990         (wl-summary-reedit): Ditto.
6991         (wl-summary-resend-bounced-mail): Ditto.
6992         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6993         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6994
6995         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6996         (wl-message-display-internal): Ditto.
6997
6998 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6999
7000         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
7001
7002 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7003
7004         * wl-summary.el (wl-summary-save-view): Renamed from
7005         `wl-summary-save-status'.
7006
7007 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7008
7009         * wl-summary.el (wl-summary-sync): Added `all-shown'
7010
7011 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
7012
7013         * wl-summary.el (wl-summary-input-range): Added `all-shown'
7014
7015 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
7016
7017         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
7018
7019 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
7020
7021         * wl-highlight.el (wl-highlight-summary-line-string): Use
7022         `zerop' instead of `= 0'.
7023         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
7024
7025         * wl-template.el (wl-template-next): Use `=' instead of `eq'
7026         for comparing numbers.
7027         (wl-template-prev): Use `zerop' instead of `eq 0'.
7028
7029         * wl-draft.el (wl-draft-insert-current-message): Use
7030         `with-current-buffer' instead of `save-excursion'.
7031         Use `zerop' instead of `eq 0'.
7032
7033 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
7034
7035         * wl-draft.el (wl-draft-insert-ccs): New function.
7036         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
7037         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
7038
7039 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
7040
7041         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
7042
7043 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
7044
7045         * wl-expire.el (wl-expire-refile): Don't call
7046         elmo-msgdb-add-msgs-to-seen-list;
7047         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
7048         (wl-expire-refile-with-copy-reserve-msg): Ditto.
7049
7050 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-message.el (wl-message-prev-page): Ignore errors while
7053         scroll-down.
7054
7055 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
7056
7057         * wl-mime.el: Use elmo-original-message-mode instead of
7058         mmelmo-original-mode.
7059
7060         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
7061         `elmo-folder-get-spec';
7062         (wl-fldmgr-add-completion-all-completions):
7063         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
7064
7065         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
7066         of `elmo-folder-get-type'.
7067
7068         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
7069         `elmo-folder-get-spec';
7070         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7071         Use `elmo-folder-append-message' instead of `elmo-append-msg';
7072         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7073         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
7074         `elmo-read-msg-no-cache';
7075         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
7076         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
7077         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
7078         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
7079         `elmo-cache-save';
7080         (wl-draft-reedit): Use `elmo-message-file-name'.
7081
7082         * wl-expire.el: Use `elmo-folder-name-internal';
7083         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7084         Use macro `wl-summary-buffer-msgdb' instead of variable
7085         `wl-summary-buffer-msgdb';
7086         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
7087         Use macro `wl-summary-buffer-folder-name' instead of variable
7088         `wl-summary-buffer-folder-name'.
7089         * wl-score.el: Likewise.
7090
7091         * wl-message.el: Rewrite for new message buffer cache mechanism.
7092         (wl-message-buffer-cache-buffer-get): New macro.
7093         (wl-message-buffer-cache-folder-get): Ditto.
7094         (wl-message-buffer-cache-message-get): Ditto.
7095         (wl-message-buffer-cache-entry-make): Ditto.
7096         (wl-message-buffer-cache-hit): Ditto.
7097         (wl-message-buffer-cache-sort): New function.
7098         (wl-message-buffer-cache-add): Ditto.
7099         (wl-message-buffer-cache-delete): Ditto.
7100         (wl-message-buffer-cache-clean-up): Ditto.
7101         (wl-message-buffer-window): Rewrite.
7102         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
7103         (wl-message-buffer-display): New function.
7104         (wl-message-display-internal): New function.
7105
7106 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7107
7108         * wl-folder.el: Use `elmo-folder-name-internal';
7109         Use `wl-folder-get-elmo-folder';
7110         Use `elmo-folder-list-messages' instead of
7111         `elmo-list-folder';
7112         Use `elmo-folder-get-primitive-list' instead of
7113         `elmo-folder-get-primitive-spec-list';
7114         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
7115         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7116         Use `elmo-folder-create' instead of `elmo-create-folder'.
7117         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
7118         (wl-folder-get-elmo-folder): New macro.
7119         (wl-folder-elmo-folder-cache-get): Ditto.
7120         (wl-folder-elmo-folder-cache-put): Ditto.
7121         (wl-folder-suspend): Call `elmo-quit'.
7122
7123         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7124         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7125         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7126         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7127         (toplevel): require 'cl.
7128         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7129
7130         * wl-summary.el: Rewrite to use new elmo interface.
7131
7132 \f
7133 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-mime.el (wl-draft-preview-message):
7136         Run `wl-draft-send-hook' before collecting recipients information;
7137         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7138
7139         * tm-wl.el (wl-draft-preview-message): Ditto.
7140
7141 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7142
7143         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7144         wrong recipients are displayed when forwarded message.
7145
7146 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7147
7148         * Version number is increased to 2.5.7.
7149
7150 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7151
7152         * wl-message.el (wl-message-next-page): Bind
7153         `window-pixel-scroll-increment' to nil while scrolling up.
7154
7155 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7156
7157         * wl-vars.el (wl-save-hook): New hook.
7158         * wl.el (wl-save): Call `wl-save-hook'.
7159
7160 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7161
7162         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7163         Argument WITH-ARG instead of NO-ARG (negative mean).
7164         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7165         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7166         * wl-message.el (wl-message-follow-current-entity): Likewise.
7167
7168 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7169
7170         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7171         FROM was optional argument.
7172         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7173
7174 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7175
7176         * Version number is increased to 2.5.6.
7177
7178 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7179
7180         * wl-version.el (wl-version-show): Removed.
7181         (wl-version): Add `interactive'.
7182
7183 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7184
7185         * wl-summary.el (wl-summary-get-petname-func): New variable.
7186         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7187         instead of `wl-address-get-petname-1'.
7188         (wl-summary-simple-from): Ditto.
7189
7190         * wl-address.el (wl-address-get-petname-1): Define as function.
7191
7192 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7193
7194         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7195         field in the original message.
7196         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7197
7198 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7199
7200         * wl-expire.el (wl-expire-hide):
7201         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7202
7203 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7204
7205         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7206         find decoder for To, Cc, and Subject.
7207
7208 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7209
7210         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7211         for checking `elmo-use-buffer-cache'.
7212         (wl-summary-mark-as-important): Fixed typo in comment.
7213
7214 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7215
7216         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7217         field in the original message.
7218         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7219
7220 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7221
7222         * wl-expire.el (wl-expire-hide):
7223         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7224
7225 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7226
7227         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7228         find decoder for To, Cc, and Subject.
7229
7230 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7231
7232         * Version number is increased to 2.5.5.
7233
7234         * wl-address.el (wl-address-specials-regexp): New constant.
7235         (wl-address-quote-specials): Use it.
7236
7237 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7238
7239         * wl-summary.el (wl-summary-rescan):
7240         Call `wl-summary-buffer-number-column-detect'.
7241         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7242
7243         * wl-message.el (wl-message-mode-map): Define.
7244         (wl-message-decode): Use it as local-map.
7245
7246 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7247
7248         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7249         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7250
7251 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7252
7253         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7254
7255         * wl-mule.el (wl-read-event-char): Ditto.
7256
7257         * wl-e21.el (wl-read-event-char): Ditto.
7258
7259         * wl-nemacs.el (wl-read-event-char): Ditto.
7260         (read-event): Removed.
7261
7262         * wl-util.el (toplevel): Removed dummy definition of
7263         `read-event'.
7264         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7265
7266 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7267
7268         * wl-nemacs.el (elmo-archive-call-process): Moved to
7269         elmo-archive.el.
7270
7271 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7272
7273         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7274         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7275
7276         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7277         instead of magic-number 6.  Use `not' instead of `null' for symbol
7278         `nil' check (not empty list).
7279         (wl-draft-insert-x-face-field): Fixed paren style.
7280
7281         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7282         one-branch conditional statement, instead of `and' and `if'.
7283         (wl-draft-forward): Likewise.
7284         (wl-draft-add-references): Likewise.
7285         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7286
7287         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7288         conditional steatment.  Use `cond' instead of `if'.
7289         (wl-draft-confirm): Likewise.
7290
7291 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7292
7293         * wl-version.el (wl-version-show): Use `product-string-1'
7294         instead of `wl-version'.
7295         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7296
7297         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7298
7299 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7300
7301         * wl-highlight.el (wl-highlight-headers): Revert
7302         `wl-highlight-x-face-func' argument (`beg' and `end').
7303
7304 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7305
7306         * wl.el (toplevel): Move `product-provide' declare.
7307         * wl-demo.el (toplevel): Ditto.
7308         * wl-dnd.el (toplevel): Ditto.
7309         * wl-highlight.el (toplevel): Ditto.
7310         * wl-message.el (toplevel): Ditto.
7311         * wl-refile.el (toplevel): Ditto.
7312         * wl-util.el (toplevel): Ditto.
7313
7314 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7315
7316         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7317         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7318         (wl-thread-close-all): keep cursor position.
7319
7320 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7321
7322         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7323         (eq x 0).
7324         (wl-generate-user-agent-string-1): Fix conditional statement.
7325
7326 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7327
7328         * wl.el (wl-check-environment): Additional check for
7329         'wl-local-domain' and `wl-message-id-domain'.
7330
7331 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7332
7333         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7334
7335 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7336
7337         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7338         instead of `smtp-sasl-user-realm'.
7339
7340 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7341
7342         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7343
7344 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7345
7346         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7347         to the default value as well as `eword-lexical-analyzer'.
7348
7349 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7350
7351         * wl-version.el (wl-extended-emacs-version,
7352         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7353         `elmo-match-string' instead of `wl-match-string'.
7354
7355 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7356
7357         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7358         docstring.
7359
7360 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7361
7362         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7363
7364 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7365
7366         * wl-highlight.el (wl-highlight-headers): Remove
7367         `wl-highlight-x-face-func' argument (`beg' and `end').
7368
7369 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7370
7371         * wl-summary.el (wl-summary-mark-as-important):
7372         Remove cache if folder is local.
7373
7374 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7375
7376         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7377         to get existing e-mail address string.
7378
7379 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7380
7381         * wl-version.el (wl-generate-user-agent-string): Commentary.
7382         (wl-generate-user-agent-string-1): Use `when' for
7383         one-branch conditional statement, instead of `and' and `if'.
7384         (wl-extended-emacs-version, wl-extended-emacs-version2,
7385         wl-extended-emacs-version3): Ditto.
7386
7387 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7388
7389         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7390         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7391         condition-case; Remove initialization.
7392         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7393         (wl-summary-sync-update3): Added argument `sync-all';
7394         Eliminated local variable `msgdb';
7395         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7396         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7397         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7398
7399 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7400
7401         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7402         connection before call `wl-draft-send-mail-with-smtp'.
7403
7404 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7405
7406         * Version number is increased to 2.5.4.
7407
7408 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7409
7410         * wl.el (wl-check-environment): Additional check for
7411         'wl-local-domain' and `wl-message-id-domain'.
7412
7413 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7414
7415         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7416         buffer as command specific.
7417         (wl-folder-mark-as-read-all-entity): Ditto.
7418         (wl-folder-prefetch-entity): Ditto.
7419         (wl-folder-drop-unsync-entity): Ditto.
7420
7421         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7422         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7423         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7424
7425         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7426         save-excursion.
7427
7428 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7429
7430         * Version number is increased to 2.5.3.
7431
7432         * wl-summary.el (wl-summary-save-view-cache):
7433         Delete duplicated `write-region';
7434         Use `write-region-as-binary' instead of `as-binary-output-file' and
7435         `write-region'.
7436
7437 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7438
7439         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7440
7441 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7444         instead of `smtp-via-smtp'.
7445
7446 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7447
7448         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7449
7450 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7451
7452         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7453         instead of `smtp-sasl-user-realm'.
7454
7455 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7456
7457         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7458
7459 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7460
7461         * Version number is increased to 2.5.2.
7462
7463 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7464
7465         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7466         does not exist.
7467         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7468         (wl-biff-start): Call `timer-activate' if timer already exists.
7469
7470         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7471         only when it is bound as function.
7472
7473 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7474
7475         * Version number is increased to 2.5.1.
7476
7477 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7478
7479         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7480         Print refile/copy destination.
7481
7482 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7483
7484         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7485         queue-flush-only is non-nil.
7486
7487         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7488
7489         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7490         checking cache folder.
7491
7492 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7493
7494         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7495         `regexp-quote'.
7496
7497 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7498
7499         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7500         function.
7501         * wl-summary.el (wl-summary-write-current-folder-functions):
7502         Change default value.  Use it.
7503
7504 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7505
7506         * Version number is increased to 2.5.0.
7507
7508         * wl-version.el (wl-version): Changed codename.
7509
7510 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7511
7512         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7513         (wl-summary-supersedes-message): Ditto.
7514
7515 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7516
7517         * wl-refile.el (wl-refile-guess-functions): Renamed from
7518         `wl-refile-guess-func-list'.
7519
7520 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7521
7522         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7523         Fixed problem when no rule was matched.
7524
7525 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7526
7527         * wl-summary.el (wl-summary-get-mark): Fixed
7528         `wl-summary-buffer-target-mark' check logic.
7529
7530 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7531
7532         * wl-folder.el (wl-folder-write-current-folder): Added group
7533         folder check.
7534
7535         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7536         `wl-summary-write-current-newsgroup'.
7537         (wl-summary-write-current-folder-functions): New variable.
7538         * wl-folder.el (wl-folder-get-newsgroups): New function.
7539         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7540         (wl-folder-write-current-folder): Renamed from
7541         `wl-folder-write-current-newsgroup'.
7542
7543 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7544
7545         * Version number is increased to 2.3.93.
7546
7547 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7550         (wl-ldap-make-matched-value-list): Ditto.
7551         (wl-ldap-alias-safe-string): Split e-mail address.
7552
7553         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7554         petname folder default was selected.
7555         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7556         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7557
7558 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7559
7560         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7561         to `wl-draft-config-exec'.
7562
7563         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7564         instead of calling `wl-draft-config-exec';
7565         Process group-list and show recipients in minibuffer.
7566
7567         * tm-wl.el (wl-draft-preview-message): Ditto.
7568
7569 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7570
7571         * wl.el (toplevel): Added (C) to copyright notice, and
7572         sync Author header.
7573         * tm-wl.el (toplevel): Ditto.
7574         * wl-address.el (toplevel): Ditto.
7575         * wl-demo.el (toplevel): Ditto.
7576         * wl-dnd.el (toplevel): Ditto.
7577         * wl-draft.el (toplevel): Ditto.
7578         * wl-e21.el (toplevel): Ditto.
7579         * wl-expire.el (toplevel): Ditto.
7580         * wl-folder.el (toplevel): Ditto.
7581         * wl-highlight.el (toplevel): Ditto.
7582         * wl-message.el (toplevel): Ditto.
7583         * wl-mime.el (toplevel): Ditto.
7584         * wl-mule.el (toplevel): Ditto.
7585         * wl-nemacs.el (toplevel): Ditto.
7586         * wl-refile.el (toplevel): Ditto.
7587         * wl-score.el (toplevel): Ditto.
7588         * wl-summary.el (toplevel): Ditto.
7589         * wl-template.el (toplevel): Ditto.
7590         * wl-thread.el (toplevel): Ditto.
7591         * wl-util.el (toplevel): Ditto.
7592         * wl-vars.el (toplevel): Ditto.
7593         * wl-xmas.el (toplevel): Ditto.
7594
7595 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7596
7597         * wl.el (wl-init): Added comment about `wl-init-hook'.
7598         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7599         * wl-vars.el (wl-init-hook): Added docs.
7600         (wl-make-plugged-hook): Removed useless docs.
7601         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7602         * wl-xmas.el (toplevel): Ditto.
7603
7604 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7605
7606         * wl-address.el (toplevel): Fixed multiple Author header format.
7607         * wl-demo.el (toplevel): Ditto.
7608         * wl-draft.el (toplevel): Ditto.
7609         * wl-folder.el (toplevel): Ditto.
7610         * wl-summary.el (toplevel): Ditto.
7611         * wl-thread.el (toplevel): Ditto.
7612         * wl-util.el (toplevel): Ditto.
7613         * wl-vars.el (toplevel): Ditto.
7614         * wl-version.el (toplevel): Ditto.
7615         * wl-xmas.el (toplevel): Ditto.
7616         * wl.el (toplevel): Ditto.
7617
7618         * wl-version.el (toplevel): Added require `elmo-version' for
7619         `product-version-as-string'.
7620
7621 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7622
7623         * wl-vars.el (wl-draft-send-hook): Changed default value to
7624         '(wl-draft-config-exec).
7625
7626         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7627         explicitly.
7628         (wl-draft): Set `wl-draft-config-exec-flag' before running
7629         `wl-mail-setup-hook'.
7630
7631         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7632         `wl-biff-init-icons' to `wl-init-hook' instead of
7633         `wl-make-plugged-hook'.
7634         (Because if `wl-draft' command is invoked at first,
7635         they are not initialized)
7636         Updated copyright notice.
7637
7638         * wl-e21.el (toplevel): Ditto;
7639
7640         * wl-demo.el (toplevel): Updated copyright notice.
7641         * wl-address.el (toplevel): Ditto.
7642         * wl-draft.el (toplevel): Ditto.
7643         * wl-version.el (toplevel): Ditto.
7644         * wl-folder.el (toplevel): Ditto.
7645         * wl-summary.el (toplevel): Ditto.
7646         * wl-thread.el (toplevel): Ditto.
7647         * wl-util.el (toplevel): Ditto.
7648         * wl-vars.el (toplevel): Ditto.
7649         * wl.el (toplevel): Ditto.
7650
7651 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7652
7653         * wl-highlight.el (wl-highlight-message): Fixed problem of
7654         highlighting failure which occured when the last field contains
7655         multiple lines in the draft buffer.
7656
7657         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7658         `wl-biff-start' if plugged.
7659
7660         * wl-util.el (wl-biff-check-folder): New function.
7661         (wl-biff-check-folders): Don't set session name prefix.
7662         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7663         (wl-biff-check-folder-async): Ditto.
7664
7665         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7666         in email address.
7667
7668 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7669
7670         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7671
7672         * wl-draft.el (wl-draft-strip-subject-re): New function.
7673
7674         * wl-draft.el (wl-draft-reply): Use it.
7675
7676 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7677
7678         * wl-message.el (wl-mmelmo-message-redisplay): Use
7679         `mime-display-message' instead of `wl-mime-display-message'.
7680
7681         * wl-mime.el (toplevel): Removed compatibility workaround
7682         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7683         (wl-mime-display-message): Abolished.
7684         (wl-mime-entity-read-field): Ditto.
7685         (wl-mime-combine-message/partial-pieces): Use
7686         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7687
7688 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7689
7690         * wl-template.el: Doc fixes.
7691
7692 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7693
7694         * wl-e21.el (wl-message-overload-functions): Do nothing if
7695         `current-local-map' is not available.
7696         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7697
7698 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7699
7700         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7701         representation.
7702
7703         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7704         number.
7705         (wl-fldmgr-save-folders): Don't use `format' when insert
7706         `wl-fldmgr-folders-header'.
7707
7708 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7709
7710         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7711
7712 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * wl-highlight.el (wl-highlight-message):
7715         Use `std11-field-end' to detect end point of the header field.
7716         Refer `wl-highlight-max-header-size'.
7717
7718         * wl-vars.el (wl-highlight-max-header-size): New variable.
7719
7720         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7721
7722         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7723         Set `for-draft' argument of wl-highlight-headers.
7724         (wl-draft): Ditto.
7725         (wl-draft-reedit): Ditto.
7726         (wl-user-agent-compose-internal): Ditto.
7727
7728 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7729
7730         * wl-message.el (wl-message-add-button): Use overlay.
7731
7732 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7733
7734         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7735
7736         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7737         problem when group-list content is nothing.
7738         (Reported by Mito <mit@nines.nec.co.jp>)
7739
7740 2000-10-18  SAITO Atsunori <sai@yedo.com>
7741
7742         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7743
7744 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7745
7746         * tm-wl.el (toplevel): Use product-provide.
7747
7748 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7749
7750         * Version number is increased to 2.3.92.
7751
7752 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7753
7754         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7755         title text, use `display' property for left margin under Emacs 21.
7756
7757         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7758         properties.
7759         (wl-plugged-init-icons): Ditto.
7760
7761 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7762
7763         * wl.el (wl-save-status, wl-init): Remove last period in
7764         "...done." message.
7765         * tm-wl.el (wl-summary-burst): Ditto.
7766         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7767         wl-summary-resume-cache-status,
7768         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7769         wl-summary-sync-update3, wl-summary-highlight-msgs,
7770         wl-summary-flush-pending-append-operations,
7771         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7772         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7773         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7774         wl-thread-open-all): Ditto.
7775         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7776         * wl-mime.el (wl-summary-burst): Ditto.
7777         * wl-highlight.el (wl-highlight-summary): Ditto.
7778         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7779         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7780         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7781         * wl-address.el (wl-local-address-init): Ditto.
7782
7783 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7784
7785         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7786         `add-text-properties'.
7787         (wl-plugged-init-icons): Ditto.
7788         (wl-folder-init-icons): Use `propertize' instead of
7789         `put-text-property'.
7790         (wl-plugged-set-folder-icon): Ditto.
7791         (wl-e21-highlight-folder-group-line): Ditto.
7792
7793 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7794
7795         * wl-version.el (wl-version-status-alist): New variable.
7796         (wl-version-status): New function.
7797
7798         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7799         "Cc" part of the case "Reply-To".
7800
7801         * wl-draft.el (wl-draft-reply): Use result of
7802         `eword-extract-address-components'.
7803
7804         * wl-demo.el (wl-demo-icon-name): New constant.
7805         (wl-logo-xpm): Use it.
7806         (wl-logo-xbm): Ditto.
7807         (wl-logo-bitmap): Ditto.
7808
7809         * Version number is increased to 2.3.91.
7810
7811 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7812
7813         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7814         (wl-extended-emacs-version, wl-extended-emacs-version2,
7815         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7816         docstring.
7817
7818         * wl-version.el (wl-generate-user-agent-string-1): New function.
7819         (wl-generate-user-agent-string): Use it.
7820
7821         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7822         `mime-edit-insert-user-agent-field'.
7823         (wl-generate-user-agent-string): Check
7824         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7825
7826         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7827         instead of `if', when verbose case.
7828
7829 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7830
7831         * wl-expire.el (wl-summary-expire): Fix.
7832
7833 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7834
7835         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7836         and `elmo-lost+found-folder' if 'wl-draft.
7837         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7838
7839 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7840
7841         * wl-expire.el (wl-summary-expire): Change messages.
7842         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7843         `deleing-info' instead of "Deleting..."
7844
7845 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7846
7847         * wl-summary.el (wl-summary-refile-subr): Fix.
7848
7849 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7850
7851         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7852         if pipe folder.
7853
7854 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7855
7856         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7857
7858 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7859
7860         * wl-expire.el (wl-expire-hide): New function.
7861         (wl-summary-expire): Add `hide'.
7862
7863 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7864
7865         * wl-vars.el (wl-draft-reply-without-argument-list):
7866         Changed default value to consider `Reply-To:'.
7867         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7868
7869         * Version number is increased to 2.3.90.
7870
7871         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7872         elmo-imap4-get-session with unwind-protect.
7873         Don't cause error.
7874         (wl-summary-sync-marks): Don't check plugged nor folder type.
7875         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7876         (Always keep current buffer).
7877
7878 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7879
7880         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7881         Enclose with `save-excursion'.
7882
7883 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7884
7885         * wl-version.el (wl-version): Remove interactive.
7886
7887 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7888
7889         * wl-version.el (wl-generate-user-agent-string): Use
7890         `product-string-verbose' instead of `product-string-1'.
7891
7892 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7893
7894         * wl-vars.el (wl-draft-use-cache): New variable.
7895         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7896         if wl-draft-use-cache is non-nil.
7897
7898 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7899
7900         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7901         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7902
7903 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7904
7905         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7906         (wl-thread-msg-mark-as-unread): Ditto.
7907
7908         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7909         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7910         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7911         Don't set mark in summary if return value of `elmo-mark-as-read'
7912         is nil.
7913         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7914         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7915         instead of `wl-thread-msg-mark-as-read'.
7916         (wl-summary-mark-as-unread-region): Ditto.
7917         (wl-summary-target-mark-mark-as-read): Ditto.
7918
7919         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7920
7921 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7924
7925         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7926
7927 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7928
7929         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7930         face.
7931
7932 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7933
7934         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7935         `running-xemacs'.
7936
7937 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7938
7939         * wl-version.el (toplevel): Use `product-version-as-string' for
7940         set verstion-string, if defined.
7941
7942         * wl-version.el (wl-version-show): Insert string at point, when
7943         call with argument.
7944
7945         * wl-version.el (wl-generate-user-agent-string): Use
7946         `product-string-1' instead of `wl-appname', `wl-version' and
7947         `wl-codename'.
7948
7949 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7950
7951         * wl-address.el (toplevel): Use product-provide.
7952         * wl-demo.el (toplevel): Ditto.
7953         * wl-dnd.el (toplevel): Ditto.
7954         * wl-draft.el (toplevel): Ditto.
7955         * wl-e21.el (toplevel): Ditto.
7956         * wl-expire.el (toplevel): Ditto.
7957         * wl-fldmgr.el (toplevel): Ditto.
7958         * wl-folder.el (toplevel): Ditto.
7959         * wl-highlight.el (toplevel): Ditto.
7960         * wl-message.el (toplevel): Ditto.
7961         * wl-mime.el (toplevel): Ditto.
7962         * wl-mule.el (toplevel): Ditto.
7963         * wl-nemacs.el (toplevel): Ditto.
7964         * wl-refile.el (toplevel): Ditto.
7965         * wl-score.el (toplevel): Ditto.
7966         * wl-summary.el (toplevel): Ditto.
7967         * wl-template.el (toplevel): Ditto.
7968         * wl-thread.el (toplevel): Ditto.
7969         * wl-util.el (toplevel): Ditto.
7970         * wl-vars.el (toplevel): Ditto.
7971         * wl-xmas.el (toplevel): Ditto.
7972         * wl.el (toplevel): Ditto.
7973
7974 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7975
7976         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7977         instead of product.
7978
7979         * wl-version.el (wl-version): Compile time evalution elmo-version.
7980
7981 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7982
7983         * wl-summary.el (wl-summary-sync-force-update): Append queue
7984         `mark-as-read'if unplugged.
7985
7986 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7987
7988         * wl-version.el: New file.  Use product.el.
7989         * wl.el: add (require 'wl-version).
7990         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7991         for ~/.folders header.
7992         (wl-fldmgr-folders-header): Changed.
7993         * wl-demo.el (wl-demo): Use product.el.
7994
7995         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7996         wl-version.el.
7997         * wl-util.el (wl-version, wl-version-show): Ditto.
7998
7999         * wl-util.el (wl-generate-user-agent-string,
8000         wl-extended-emacs-version, wl-extended-emacs-version2,
8001         wl-extended-emacs-version3): Move to wl-version.el.
8002         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
8003         xemacs-codename, mime-edit-insert-user-agent-field,
8004         mime-edit-user-agent-value, mime-editor/version,
8005         mime-editor/codename): Compile warning killer move to
8006         wl-version.el
8007
8008 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
8009
8010         * wl-summary.el (wl-summary-refile-subr): Fix.
8011
8012 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
8013
8014         * wl-summary.el (wl-summary-sync-marks): Changed argument for
8015         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8016
8017 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
8018
8019         * wl.el (wl-check-environment): Check too many `@'.
8020
8021 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
8022
8023         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
8024
8025 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8026
8027         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
8028         wl-draft-reply-myself-without-argument-list): Add variables.
8029         * wl-draft.el (wl-draft-reply): Use it.
8030
8031 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
8032
8033         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
8034         the 5th argument of `elmo-network-get-spec'.
8035
8036         * wl-thread.el (wl-thread-reparent-children): New inline function.
8037         (wl-thread-delete-message): Use it.
8038
8039         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
8040         (wl-summary-score-update-all-lines): Don't use `dolist'.
8041
8042 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8043
8044         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
8045         (require 'elmo-msgdb) for inline function.
8046
8047 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8048
8049         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
8050
8051 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
8052
8053         * wl-score.el (wl-score-headers): Fix for the confusing macro
8054         `elmo-kill-buffer'.
8055
8056 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8057
8058         * wl-summary.el: Don't use the 3rd argument of `require' because
8059         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
8060         * wl-util.el: Ditto.
8061         * wl-draft.el: Ditto.
8062
8063 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
8064
8065         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
8066         window system is not used.
8067
8068 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
8069
8070         * wl-thread.el: Don't use `mapcar' only for iteration.
8071         (wl-thread-resume-entity): Ditto.
8072         (wl-thread-delete-message): Ditto.
8073
8074         * wl-summary.el: Bind `dragdrop-drop-functions',
8075         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
8076         of `require' for `timezone', `easymenu' and `ps-print';
8077         don't use `mapcar' only for iteration.
8078
8079         * wl-util.el: Bind `mule-version', `nemacs-version',
8080         `emacs-beta-version', `xemacs-codename',
8081         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
8082         `mime-editor/version' and `mime-editor/codename'; specify 3rd
8083         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
8084         only for iteration.
8085
8086         * wl-score.el: Don't use `mapcar' only for iteration.
8087         (wl-score-simplify-buffer-fuzzy): Ditto.
8088         (wl-score-simplify-subject): Ditto.
8089         (wl-score-headers): Ditto.
8090         (wl-summary-score-update-all-lines): Ditto.
8091
8092         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
8093         `enable-multibyte-characters' and `mule-version'.
8094
8095         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
8096         `mapcar' only for iteration.
8097
8098         * wl-demo.el: Don't use `mapcar' only for iteration.
8099
8100         * wl-folder.el: Don't use `mapcar' only for iteration.
8101         (wl-folder-open-all): Ditto.
8102         (wl-folder-count-incorporates): Ditto.
8103
8104         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
8105         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
8106
8107         * wl-draft.el: Bind `x-face-add-x-face-version-header',
8108         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
8109         `smtp-connection-type'; specify 3rd argument of `require' for
8110         `timezone'; don't use `mapcar' only for iteration.
8111         (wl-draft-clone-local-variables): Don't use `mapcar'.
8112         (wl-draft-generate-clone-buffer): Ditto.
8113         (wl-user-agent-compose-internal): Ditto.
8114
8115         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
8116
8117         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
8118         (wl-save-status): Ditto.
8119
8120         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8121         for iteration.
8122
8123 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8126         removed `Date'.
8127         (wl-fldmgr-make-filter-default): New user option.
8128
8129         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8130         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8131         (wl-fldmgr-filter-completion-alist): Abolish.
8132
8133         * wl.el (wl): Don't check servers if arg is non-nil.
8134
8135         * wl-draft.el (wl-draft-reply): Set only message-id string to
8136         In-Reply-To field.
8137
8138 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8139
8140         * wl-summary.el (wl-summary-pick): Rewrite.
8141
8142         * wl-draft.el (wl-draft-forward): Get references field from
8143         original buffer.
8144         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8145
8146 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8147
8148         * wl-draft.el (wl-draft-forward): Add references field.
8149
8150 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8151
8152         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8153         (wl-draft-reply): Use it.
8154
8155 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8156
8157         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8158         when Emacs 21 is running.
8159
8160         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8161         bindings.
8162
8163 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8164
8165         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8166         XPM icons transparent.
8167
8168         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8169         Emacs 21.
8170
8171 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8172
8173         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8174         nil.
8175
8176         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8177         when it is persistent.
8178         (wl-summary-sync-marks): Changed argument for
8179         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8180         (wl-summary-virtual): Use `elmo-read-search-condition'.
8181         (wl-summary-redisplay-internal): If folder is local, mark as read
8182         even when folder is plugged.
8183
8184 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8185
8186         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8187         of `tool-bar-lines' in the frame parameters.
8188         (after-make-frame-functions, post-command-hook): Don't modify the
8189         value.
8190         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8191         wl-e21-tool-bar-lines): Removed.
8192
8193 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8194
8195         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8196         properties `evaporate' and `wl-momentary-overlay' as well.
8197         (wl-highlight-summary-displaying): Ditto.
8198         (wl-delete-all-overlays): Don't delete overlay which does not have
8199         a property `wl-momentary-overlay'.
8200
8201         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8202         `display-mouse-p' and `display-graphic-p'.
8203         (wl-folder-init-icons): Don't search for XBM or the other files.
8204         (wl-plugged-set-folder-icon): Make icons if and only if
8205         `display-graphic-p' returns non-nil.
8206         (wl-highlight-plugged-current-line): Use `before-string' overlay
8207         property to show icon images.
8208         (wl-highlight-folder-current-line): Ditto.
8209         (wl-e21-highlight-folder-group-line): Ditto.
8210         (wl-e21-highlight-folder-by-numbers): Ditto.
8211         (wl-e21-insert-image): Removed.
8212         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8213         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8214         said.
8215         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8216         `wl-e21-force-switch-toolbar'.
8217         (wl-e21-make-icon-image): Removed.
8218         (wl-e21-setup-toolbar): Don't search for XBM files.
8219         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8220         the default value.
8221
8222 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8223
8224         * wl-util.el (wl-biff-check-folder-async): Set
8225         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8226
8227 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8228
8229         * wl-e21.el (after-make-frame-functions): Add
8230         `wl-e21-force-switch-toolbar'.
8231         (wl-e21-force-switch-toolbar): New function force to switch the
8232         toolbar appearance automatically.
8233         (post-command-hook): Add `wl-e21-switch-toolbar'.
8234         (wl-e21-switch-toolbar): New function to switch the toolbar
8235         appearance automatically.
8236         (wl-e21-tool-bar-lines): New buffer local variable.
8237
8238 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * wl-util.el (wl-biff-check-folders-running): New variable.
8241         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8242         (wl-biff-check-folder-async-callback):
8243         Set `wl-biff-check-folders-running'.
8244         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8245         with unwind-protect.
8246
8247         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8248         Enclose `wl-folder-auto-check' with unwind-protect.
8249
8250         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8251         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8252
8253         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8254
8255         * wl-util.el (wl-biff-notify): New inline function.
8256         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8257         locally.
8258         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8259         folder-list' is 1.
8260         Use `wl-biff-notify'.
8261         (wl-biff-check-folder-async-callback): New function.
8262         (wl-biff-check-folder-async): Ditto.
8263
8264         * wl-folder.el (wl-folder): Don't check folders.
8265         (wl-folder-auto-check): New function.
8266
8267 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8268
8269         * wl-util.el (wl-biff-start) [Emacs19+]:
8270         Use `timer-next-integral-multiple-of-time'.
8271         (wl-biff-check-folders): Use `wl-default-folder'
8272         if `wl-biff-check-folder-list' is nil.
8273
8274 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8275
8276         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8277         instead of `elmo-delete-lists'.
8278
8279 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8280
8281         * wl.el (wl-plugged-toggle-all): Set the value of
8282         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8283         (wl-plugged-toggle): Ditto.
8284         (wl-toggle-plugged): Ditto.
8285         (wl-plugged-init): Ditto.
8286
8287         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8288         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8289         instead of `wl-biff-state-indicator-off' and
8290         `wl-biff-state-indicator-on'; don't modify the value and the type
8291         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8292         (wl-plugged-init-icons): Set icons data to
8293         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8294         instead of `wl-plug-state-indicator-off' and
8295         `wl-plug-state-indicator-on'; don't modify the value and the type
8296         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8297
8298         * wl-vars.el (wl-modeline-biff-state-off,
8299         wl-modeline-biff-state-on, wl-modeline-biff-status,
8300         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8301         wl-modeline-plug-status): New internal variables.
8302         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8303         wl-biff-check-interval, wl-biff-check-folder-list): Change
8304         customization group from `wl-folder' to `wl-highlight'.
8305         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8306         wl-show-plug-status-on-modeline): Defcustomized.
8307
8308         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8309         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8310         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8311         a flag to `mode-line-buffer-identification'.
8312
8313         * wl-e21.el (wl-biff-init-icons): Set icons data to
8314         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8315         instead of `wl-biff-state-indicator-off' and
8316         `wl-biff-state-indicator-on'.
8317         (wl-plugged-init-icons): Set icons data to
8318         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8319         instead of `wl-plug-state-indicator-off' and
8320         `wl-plug-state-indicator-on'.
8321
8322 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8323
8324         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8325         excessive titles.
8326
8327 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8328
8329         * wl.el (wl-plugged-mode): Use revised
8330         `wl-mode-line-buffer-identification'.
8331         (wl-plugged-init): Don't use `force-mode-line-update'.
8332
8333         * wl-xmas.el (wl-draft-overload-functions): Use revised
8334         `wl-mode-line-buffer-identification'.
8335         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8336         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8337         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8338         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8339         `wl-make-plugged-hook';
8340         add `wl-folder-init-icons' and `wl-setup-folder' to
8341         `wl-folder-mode-hook'.
8342
8343         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8344         19 as well.
8345         (wl-mode-line-display-priority-list): New user option.
8346         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8347         Defcustomized.
8348         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8349         Add docs.
8350
8351         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8352         start.
8353         (wl-mode-line-buffer-identification): Revised as a function.
8354
8355         * wl-summary.el (wl-summary-mode): Use revised
8356         `wl-mode-line-buffer-identification'; don't call
8357         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8358         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8359         `wl-xmas-setup-summary'.
8360
8361         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8362         `wl-mode-line-buffer-identification'.
8363
8364         * wl-mule.el (wl-draft-overload-functions): Use revised
8365         `wl-mode-line-buffer-identification'.
8366
8367         * wl-folder.el (wl-make-plugged-alist): Don't call
8368         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8369         (wl-folder): Don't call `wl-folder-init-icons' directly.
8370         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8371         `wl-xmas-setup-folder' directly;
8372         use revised `wl-mode-line-buffer-identification'.
8373         (TopLevel): Don't bind `wl-biff-init-icons',
8374         `wl-plugged-init-icons', `wl-folder-init-icons',
8375         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8376
8377         * wl-e21.el (wl-draft-overload-functions): Use revised
8378         `wl-mode-line-buffer-identification'.
8379         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8380         (wl-setup-folder): Renamed from `wl-e21-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 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8388             Katsumi Yamaoka    <yamaoka@jpl.org>
8389
8390         * wl.el (wl): Call `wl-biff-start'.
8391         (wl-exit): Call `wl-biff-stop'.
8392         (wl-plugged-mode): Show biff in modeline.
8393         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8394
8395         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8396         (wl-biff-init-icons): New function.
8397         (wl-plugged-init-icons): Don't make too much keymaps.
8398         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8399
8400         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8401         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8402         variables.
8403         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8404         options.
8405
8406         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8407         wl-biff-start, wl-biff-stop): New functions.
8408         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8409         (wl-biff-timer-name): New variable.
8410
8411         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8412
8413         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8414         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8415
8416         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8417         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8418
8419         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8420         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8421         `wl-folder-init-icons' to `ignore' if they are not available.
8422         (wl-folder-mode): Show biff in modeline.
8423
8424         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8425         (wl-biff-init-icons): New function.
8426         (wl-plugged-init-icons): Don't make too much keymaps.
8427         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8428
8429 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8430
8431         * wl-vars.el (wl-strict-diff-folders): Customization Type
8432         and doc fix.  Define as a list of regular expressions for
8433         folders or nil.
8434         * wl-folder.el (wl-folder-check-one-entity): Use
8435         `wl-string-match-member' instead of `wl-string-member' for
8436         `wl-strict-diff-folders'.
8437
8438 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8439
8440         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8441         (wl-highlight-folder-current-line): Use it; new implementation.
8442         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8443         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8444         `defsubst' instead of `defun'.
8445
8446         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8447         `wl-highlight-group-folder-by-numbers'; made it can also be a
8448         number.  See info for more details.
8449
8450         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8451         running.
8452
8453         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8454         to bind them.
8455
8456         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8457         (wl-highlight-folder-current-line): New implementation.
8458
8459         * wl-highlight.el (wl-highlight-folder-group-line): New
8460         implementation.
8461         (wl-delete-all-overlays): Rewrite as a marco.
8462         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8463
8464         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8465         running.
8466         (wl-folder-*-glyph): No need to bind them.
8467
8468         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8469         `wl-e21-highlight-folder-group-icon'; rewrite.
8470         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8471         `defsubst' instead of `defun'.
8472         (wl-folder-mode-map): Bind it when compiling.
8473
8474 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8475
8476         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8477
8478         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8479
8480 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8481
8482         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8483
8484 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8485
8486         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8487         (wl-highlight-folder-current-line): Use it.
8488
8489         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8490         in `id-name'.
8491
8492 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8493
8494         * wl.el: Require `wl-e21' when Emacs 21 is running.
8495
8496         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8497         default when Emacs 21 is running.
8498         (wl-use-highlight-mouse-line): Ditto.
8499         (wl-on-emacs21): New constant.
8500         (wl-on-emacs20): Removed.
8501
8502         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8503         Emacs 21 is running.
8504
8505         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8506         Emacs 21 is running.
8507
8508         * wl-e21.el: New file.
8509
8510 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8511
8512         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8513         (wl-toggle-plugged): Ditto.
8514         (wl-plugged-toggle): Ditto.
8515         (wl-plugged-toggle-all): Ditto.
8516
8517         * wl-vars.el (wl-plug-state-indicator): Refer
8518         `wl-plug-state-indicator-on' indirectly.
8519
8520 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8521
8522         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8523         Call `wl-folder-confirm-existence'.
8524
8525         * wl-folder.el (wl-folder-confirm-existence): Added optional
8526         argument `force'.
8527
8528 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8529
8530         * wl-summary.el (wl-summary-refile-subr): Assume
8531         `copy-or-refile' as symbol.
8532         (wl-summary-refile): Follow up above change.
8533         (wl-summary-copy): Ditto.  Doc fix.
8534
8535 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8536
8537         * wl-summary.el (wl-summary-pick): Don't bind
8538         `elmo-search-mime-charset'.
8539
8540         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8541         default using old backquote style.
8542         (wl-search-mime-charset): Abolished.
8543
8544         * wl-highlight.el (wl-highlight-headers):
8545         Call `point' after `re-search-forward'(for Nemacs).
8546
8547         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8548         for elmo-imap4.el.
8549
8550 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8551
8552         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8553         `wl-message-ignored-field-list' instead of
8554         `mime-view-ignored-field-list'.
8555
8556         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8557         Add interactive spec.
8558         (wl-folder-goto-bottom-of-current-folder): Ditto.
8559         (wl-folder-mode-map): Bind them.
8560
8561         * wl-vars.el (wl-message-ignored-field-list): New variable.
8562         (wl-message-visible-field-list): New variable.
8563
8564         * wl-mime.el (wl-mime-header-presentation-method): New function.
8565         (wl-mime-setup): Set header-presentation-method.
8566
8567 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8568
8569         * wl-nemacs.el (wl-draft-overload-functions): Set
8570         `mode-line-buffer-identification' instead of using
8571         `wl-make-modeline'.
8572
8573         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8574         instead of using `wl-make-modeline'.
8575
8576         * wl-xmas.el (wl-plugged-init-icons): Set up
8577         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8578         (wl-make-modeline): Abolish.
8579         (wl-draft-overload-functions): Set
8580         `mode-line-buffer-identification' instead of using
8581         `wl-make-modeline'.
8582
8583         * wl-util.el (wl-make-modeline-subr): Abolish.
8584         (wl-mode-line-buffer-identification): New alias.
8585
8586         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8587         (wl-summary-make-modeline): Abolish.
8588         (wl-summary-buffer-set-folder): Set
8589         `wl-summary-buffer-folder-indicator'.
8590         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8591         of using `wl-make-modeline'.
8592         (wl-summary-switch-to-clone-buffer): Don't set
8593         `mode-line-buffer-identification'.
8594         (wl-summary-goto-folder-subr): Ditto.
8595
8596         * wl-mule.el (wl-draft-overload-functions): Set
8597         `mode-line-buffer-identification' instead of using
8598         `wl-make-modeline'.
8599
8600         * wl-folder.el (wl-folder-mode): Set
8601         `mode-line-buffer-identification' instead of using
8602         `wl-make-modeline'.
8603         (wl-folder): Don't set `mode-line-buffer-identification'.
8604
8605 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8606
8607         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8608         instead of `member' for `wl-refile-guess-func-list' look-ups.
8609         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8610
8611 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8612
8613         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8614         `wl-message-button-dispatcher'.
8615
8616         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8617
8618         * wl-message.el (wl-message-button-dispatcher): Use it.
8619
8620         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8621         "In-Reply-To".
8622
8623         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8624         Bind `case-fold-search' to t.
8625
8626 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8627
8628         * wl-xmas.el (wl-message-overload-functions): Initialize
8629         `wl-message-button-map'.
8630
8631         * wl-mule.el (wl-message-overload-functions): Initialize
8632         `wl-message-button-map'.
8633
8634         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8635
8636         * wl-message.el (wl-message-button-map): New keymap.
8637         (wl-message-add-button): New function.
8638         (wl-message-button-dispatcher): New function.
8639         (wl-message-button-refer-article): New function.
8640
8641         * wl-highlight.el
8642         (wl-highlight-message-add-buttons-to-header): New function.
8643         (wl-highlight-headers): Use it.
8644
8645 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8646
8647         * wl-summary.el (wl-summary-default-from): Use
8648         `wl-address-get-petname-1'.
8649         (wl-summary-simple-from): Ditto.
8650
8651         * wl-address.el (wl-address-get-petname-1): New inline function.
8652         (wl-address-get-petname): Use it.
8653
8654 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8655
8656         * wl-summary.el (wl-summary-default-from): Return full-name part
8657         from the address if no petname was found.
8658         (wl-summary-simple-from): Ditto.
8659
8660         * wl-address.el (wl-address-get-petname): Return nil if no petname
8661         associated with the address was found.
8662
8663 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8664
8665         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8666         display is finished.
8667
8668 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8669
8670         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8671         `elmo-folder-exists-p' argument.
8672
8673 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8674
8675         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8676         the folder.
8677
8678 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8679
8680         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8681
8682         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8683         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8684
8685 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8686
8687         * wl-folder.el (wl-folder-create-subr): New function.
8688         (wl-folder-confirm-existence): Use it.
8689         (wl-folder-check-one-entity): Use it.
8690         Check the error symbol is derived from 'elmo-open-error.
8691
8692         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8693         `ignore-error'.
8694
8695 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8696
8697         * wl-util.el (toplevel): Add (eval-when-compile (require
8698         'elmo-util)).  (Maybe `provide' is typo.)
8699
8700 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8701
8702         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8703         (I don't know why this was needed.)
8704
8705         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8706         Follow up changes for stream-type.
8707
8708         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8709         (wl-draft-elmo-nntp-send): Ditto.
8710
8711         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8712         (wl-nntp-posting-stream-type): Ditto.
8713         (wl-pop-before-smtp-ssl): Abolished.
8714         (wl-nntp-posting-ssl): Ditto.
8715
8716         * wl-address.el (wl-address-quote-specials): New function.
8717         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8718
8719         * wl-draft.el (wl-draft-reply): Ditto.
8720
8721 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8722
8723         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8724         use function `wl-string-match-assoc'.
8725
8726 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8727
8728         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8729
8730         * wl-draft.el (wl-draft-deduce-address-list): New function.
8731         (wl-draft-parse-mailbox-list): Ditto.
8732         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8733         instead of `smtp-deduce-address-list'.
8734         (wl-draft-on-field-p): Follow group list.
8735
8736         * wl-address.el (wl-address-concat-token): New function.
8737         (wl-address-string-without-group-list-contents): Ditto.
8738         (wl-complete-field-body): Fixed problem of completion
8739         by japanese petname.
8740         (wl-address-make-completion-list): Rewrite.
8741
8742 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8743
8744         * wl-address.el (wl-address-make-completion-list): Completion by
8745         petname.
8746         (wl-complete-field-body): Likewise.
8747
8748 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8749
8750         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8751         contains invalid address syntax.
8752
8753 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8754
8755         * wl-folder.el (wl-folder-check-entity-async): Use
8756         `elmo-nntp-spec-hostname'.
8757
8758 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8759
8760         * wl-summary.el (wl-summary-msgdb-load-async): Use
8761         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8762
8763 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8764
8765         * wl-draft.el (wl-draft-reply): Set argument
8766         `content-transfer-encoding' as nil.
8767
8768 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8769
8770         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8771         `wl-refile-alist'.
8772
8773 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8774
8775         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8776         (wl-draft-edit-string): Ditto.
8777         (wl-draft-forward): Ditto.
8778         * wl-summary.el (wl-summary-write): Ditto.
8779
8780 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8781
8782         * wl-summary.el (wl-summary-sync-update3): Call
8783         `wl-summary-buffer-number-column-detect'.
8784         (wl-summary-buffer-number-column-detect): Search from point-min.
8785
8786 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8787
8788         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8789         contains an address which is not included in original to or cc.
8790
8791 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8792
8793         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8794         begin-line does not exist.
8795         * wl-message.el (wl-message-uu-substring): Ditto.
8796
8797 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8798
8799         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8800         clear local variables.
8801         (wl-summary-exit): Call `elmo-commit'.
8802         (wl-summary-switch-to-clone-buffer): Call
8803         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8804         (wl-summary-goto-folder-subr): Ditto.
8805
8806         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8807         POP folder.
8808
8809 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8812         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8813         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8814         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8815         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8816         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8817
8818         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8819
8820 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8821
8822         * wl-summary.el (wl-summary-search-by-subject):
8823         Search parent message from the latest one.
8824
8825 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8826
8827         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8828         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8829
8830         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8831         New user option.
8832
8833         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8834         if elmo-nntp-use-killed-list is nil.
8835         Use `elmo-msgdb-append-to-killed-list'.
8836         (Append numbers confirmed as disappeared to the killed list.)
8837         (wl-summary-confirm-appends): Don't display negative number.
8838
8839 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8840
8841         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8842
8843 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8846         range is `all'.
8847         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8848         `elmo-list-bigger-diff'.
8849
8850 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8851
8852         * wl-summary.el (wl-summary-buffer-exit-func):
8853         New buffer local variable.
8854         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8855
8856 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8857
8858         * wl-demo.el (wl-demo): Fix the last change.
8859
8860 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8861
8862         * wl-demo.el (wl-demo): Don't use `eval'.
8863
8864 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8865
8866         * wl-summary.el (wl-summary-buffer-thread-modified):
8867         New buffer-local variable.
8868         (wl-summary-set-thread-modified): New function.
8869         (wl-summary-thread-modified-p): New function.
8870         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8871         (wl-summary-yank-saved-message): Use function
8872         `wl-summary-set-thread-modified'
8873         (wl-summary-switch-to-clone-buffer): Add
8874         `wl-summary-buffer-thread-modified'.
8875
8876         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8877         (wl-summary-buffer-mark-saved-hook): Ditto.
8878         * wl-summary.el (wl-summary-msgdb-save): New hook
8879         `wl-summary-buffer-message-saved-hook' and
8880         `wl-summary-buffer-mark-saved-hook'.
8881
8882 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8883
8884         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8885
8886 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8887
8888         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8889         don't hide scroll bars under FSF Emacsen because it may incur an
8890         undesirable redrawing.
8891
8892 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8893
8894         * wl-draft.el (wl-draft-edit-string): Call
8895         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8896
8897 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8898
8899         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8900
8901 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8902
8903         * wl-summary.el (wl-summary-msgdb-load-async): Call
8904         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8905
8906 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8907
8908         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8909         fringes in demo buffer; center bitmap logo correctly even if old
8910         Mule is used.
8911
8912 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8913
8914         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8915
8916         * wl-refile.el (wl-refile-subject-alist): New variable.
8917         (wl-refile-subject-alist-file-name): Ditto.
8918         (wl-refile-alist-setup): Rewrite.
8919         (wl-refile-alist-save): Use `elmo-object-save'.
8920         Eliminated arguments.
8921         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8922         (wl-refile-guess-by-subject): New function.
8923         (wl-refile-guess-func-list): Added it.
8924
8925 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8926
8927         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8928         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8929
8930 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8931
8932         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8933         New buffer-local variable.
8934         (wl-summary-buffer-next-folder-func): Ditto.
8935         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8936         if non-nil.
8937         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8938         if non-nil.
8939         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8940         if non-nil.
8941         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8942         if non-nil.
8943
8944 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8945
8946         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8947         permanently in the demo buffer.
8948
8949 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8950
8951         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8952         `mime-entity-fetch-field'.
8953
8954         * wl.el (wl-exit): Delete plugged buffer.
8955
8956         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8957         XEmacs has menubar feature.
8958
8959 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8960
8961         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8962         cannot arrive at the beginning of the buffer under old Emacsen.
8963
8964 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8965
8966         * wl-address.el (wl-address-ldap-search):
8967         Call `ldap-search-entries' with `withdn' argument t.
8968         (wl-complete-field-body): Bind completion-ignore-case as t.
8969         Clear ldap search hash when it was sole completion.
8970         Use elmo-string for pattern string.
8971         (wl-ldap-alias-safe-string): Eliminated needless let.
8972
8973 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8974
8975         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8976         (wl-ldap-alias-sep): New constant.
8977         (wl-ldap-search-attribute-type-list): Ditto.
8978         (wl-ldap-get-value): New function.
8979         (wl-ldap-make-filter): Ditto.
8980         (wl-ldap-make-matched-value-list): Ditto.
8981         (wl-ldap-alias-safe-string): Ditto.
8982         (wl-ldap-register-dn-string): Ditto.
8983         (wl-address-ldap-search): Rewrite.
8984
8985 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8986
8987         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8988         thread is deleted.
8989         (wl-thread-delete-line-from-buffer): Ditto.
8990         (wl-thread-get-exist-children): New function.
8991
8992 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8993
8994         * wl-demo.el (wl-demo): Made it to select various image types.
8995         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8996         from `wl-title-logo'.
8997         (wl-logo-ascii): New variable.
8998         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8999         (wl-demo-copyright-notice): New constant.
9000
9001         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
9002
9003 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9004
9005         * wl-vars.el (wl-summary-target-above): Renamed from
9006         wl-summary-temp-above.
9007         * wl-score.el (wl-score-get-score-alist): Use it.
9008         (wl-summary-score-update-all-lines): Use it.
9009         * wl-summary.el: Ditto. (make-variable-buffer-local).
9010
9011 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * wl-vars.el (wl-ldap-port): New user option.
9014
9015         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
9016         Rewite whole implementation.
9017         (wl-complete-field-body): Fixed.
9018
9019 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
9020
9021         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
9022         Choose implementation at compile time.
9023
9024 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9025
9026         * wl-address.el (wl-ldap-search-internal): New function.
9027         (wl-complete-field-to): Use it.
9028
9029 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
9030
9031         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
9032         Use `let' instead of `let*'.
9033         Require 'wl-vars.
9034
9035         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
9036         Define as defcustom.
9037         (wl-ldap-base): Ditto.
9038         (wl-use-ldap): Ditto.
9039
9040 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
9041
9042         * wl-address.el (wl-ldap-search): New function.
9043         (wl-complete-field-body): Use `wl-ldap-search'.
9044         (wl-ldap-server): New variable.
9045         (wl-ldap-base): Ditto.
9046         (wl-use-ldap): Ditto.
9047
9048 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
9049
9050         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
9051         (Pointed out by Mito <mit@nines.nec.co.jp>).
9052         * wl-summary.el (wl-summary-redisplay-no-mime): Update
9053         buffer-local variables like `wl-summary-redisplay-internal'.
9054         (wl-summary-redisplay-all-header): Likewise.  Update
9055         Summary view too.
9056
9057 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
9058
9059         * wl-summary.el (wl-summary-jump-to-parent-message):
9060         Consider prefix argument.
9061
9062         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
9063         when closed thread is deleted.
9064
9065 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
9066
9067         * wl-summary.el (wl-summary-jump-to-parent-message):
9068         Consider thread modification.
9069
9070 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
9071
9072         * wl-message.el (wl-message-normal-get-original-buffer): Use
9073         `save-excursion'.
9074
9075         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
9076         (wl-summary-showto-folder-regexp): Ditto.
9077
9078 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
9079
9080         * wl-util.el (wl-delete-alist): Doc fix.
9081         (wl-delete-associations): New function.
9082         (wl-inverse-alist): New function.
9083         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
9084         Split temporary variables. Use `wl-delete-associations'
9085         and `wl-inverse-alist'.
9086         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
9087
9088 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
9089
9090         * wl-folder.el (wl-folder-prefetch-entity):
9091         Execute prefetching if new count is unknown.
9092
9093 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9094
9095         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
9096
9097         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
9098         delete entity.
9099         (wl-thread-set-parent): If insert as top, set linked as nil.
9100
9101         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
9102         `wl-thread-cleanup-symbols' when view mode is thread.
9103
9104 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
9105
9106         * wl-folder.el (wl-folder-create-folder-entity): Use
9107         with-current-buffer.
9108         (wl-local-folder-init): Call set-buffer to make sure we are in
9109         the Folder buffer. Don't touch buffer-local variables here.
9110         (wl-folder-mode): Initialize buffer-local variables here.
9111
9112         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
9113         (wl-folder-entity-assign-id): Ditto.
9114         (wl-folder-create-entity-hashtb): Ditto.
9115         (wl-local-folder-init): Ditto.
9116         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
9117
9118 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9119
9120         * wl-summary.el (wl-summary-default-from): Fix probrem when
9121         std11-extract-address-components return (nil "foo@bar").
9122
9123 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9124
9125         * wl-draft.el (wl-draft-clone-local-variables):
9126         Remove redundant `setq'.
9127
9128 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9129
9130         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9131         Bind wl-highlight-x-face-func as nil while highlighting header.
9132
9133 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9134
9135         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9136
9137 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9138
9139         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9140         elmo-msgdb-overview-hashtb from copy-variables.
9141         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9142         instead of `elmo-msgdb-overview-get-entity-by-number'.
9143         (wl-summary-auto-refile): Ditto.
9144
9145         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9146         `elmo-msgdb-overview-get-entity' instead of
9147         `elmo-msgdb-search-overview-entity'.  Use
9148         `elmo-msgdb-overview-get-entity' instead of
9149         `elmo-msgdb-overview-get-entity-by-number'.
9150         (wl-thread-insert-entity-sub): Ditto.
9151         (wl-thread-insert-message): Ditto.
9152
9153         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9154         `elmo-msgdb-overview-get-entity'.
9155         (wl-normal-message-redisplay): Ditto.
9156
9157 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9158
9159         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9160         `wl-thread-entities'.
9161         (wl-thread-delete-message): Fix remove top message from
9162         `wl-thread-entity-list'.
9163
9164         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9165         wl-append(nconc), because update-list is broken on Meadow.
9166
9167         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9168         updating process.
9169         (wl-summary-rescan): Ditto.
9170         (wl-summary-sync-update3): Ditto.
9171         * wl-thread.el (wl-thread-set-parent): Renamed from
9172         `wl-summary-set-parent'.
9173         (wl-thread-insert-message): Updating buffer faster.
9174         (wl-thread-delete-message): Updating buffer faster.
9175
9176         * wl-score.el (wl-summary-score-update-all-lines): Changed
9177         interval for display progress gauge.
9178
9179 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9180
9181         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9182         folder always-sticky.
9183         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9184         defmacro.
9185
9186 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9187
9188         * wl-vars.el (wl-draft-add-references): New user option.
9189
9190         * wl-draft.el (wl-draft-add-references): New function.
9191         (wl-draft-yank-from-mail-reply-buffer): Use it.
9192         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9193         as nil.
9194
9195 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9196
9197         * wl-thread.el (wl-thread-update-line-msgs): Called
9198         `wl-thread-update-line-on-buffer-sub'.
9199         (wl-thread-update-line-on-buffer): Delete routine of inserting
9200         thread.
9201         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9202         moved from `wl-thread-update-line-on-buffer'.
9203         Add threshold for displaying progress gauge.
9204         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9205         argument of `wl-thread-update-line-msgs'.
9206         Add threshold for displaying progress gauge.
9207         * wl-folder.el:
9208         Add threshold for displaying progress gauge.
9209         * wl-score.el: Ditto.
9210
9211         * wl-expire.el (wl-summary-expire): Display deleting info.
9212
9213 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9214
9215         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9216         `no-msg'.
9217         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9218         argument of `wl-thread-update-line-msgs'.
9219         (wl-summary-set-parent): Added optional argument `parent-number'.
9220         (wl-summary-buffer-saved-message): New buffer local variable.
9221         (wl-summary-save-current-message): New command.
9222         (wl-summary-yank-saved-message): Ditto.
9223         (wl-summary-mode-map): Added key binding for
9224         `wl-summary-save-current-message' (\ew) and
9225         `wl-summary-yank-saved-message' (\C-y).
9226         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9227
9228 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9229
9230         * wl-summary.el (wl-summary-mode-map): Added key binding for
9231         `wl-summary-set-parent' (ts).
9232
9233 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9234
9235         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9236         subject faster. If thread number is reverse, delayed updating
9237         thread.
9238         (wl-summary-search-by-subject): Ditto.
9239         (wl-summary-put-alike): Ditto.
9240         (wl-summary-get-alike): Ditto.
9241         (wl-summary-insert-headers): Insert header of all overview in
9242         buffer.
9243         (wl-summary-rescan): Delayed updating thread. Kill search subject
9244         buffer for wl-summary-search-by-subject.
9245         (wl-summary-sync-update3): Ditto.
9246         (wl-summary-exit): Ditto.
9247         (wl-summary-goto-bottom-of-current-thread): Change for linked
9248         thread.
9249         (wl-summary-overview-create-summary-line): Change line for linked
9250         thread.
9251
9252         * wl-summary.el (wl-summary-update-thread): Use
9253         wl-thread-maybe-get-children-num.
9254         (wl-summary-set-parent): If change parent, move sub thread.
9255         (wl-summary-redisplay-internal): Add horizontal recenter.
9256         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9257
9258         * wl-thread.el (wl-thread-entity-get-linked): New function.
9259         (wl-thread-entity-set-linked): New function.
9260         (wl-thread-create-entity): Add linked element.
9261         (wl-thread-entity-insert-as-top): Use wl-append.
9262         (wl-thread-maybe-get-children-num): If closing thread, return
9263         children msgs.
9264         (wl-thread-update-line-msgs): Displaying progress message.
9265         (wl-thread-update-line-on-buffer-sub): Use
9266         wl-thread-maybe-get-children-num.
9267         (wl-thread-update-line-on-buffer): If update line is not exists,
9268         insert thread.
9269         (wl-thread-delete-message): If delete top msg of thread, search
9270         parent by subject.
9271         (wl-thread-insert-entity): Use
9272         wl-thread-maybe-get-children-num.
9273
9274         * wl-highlight.el (wl-highlight-summary-current-line): change
9275         sregexp for linked thread.
9276         * wl-util.el (wl-count-lines): Count lines.
9277         (wl-horizontal-recenter): horizontal recenter.
9278         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9279         (wl-score-get-alike): Ditto.
9280         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9281         (wl-subject-length-limit): New variable.
9282         (wl-highlight-thread-indent-string-regexp): Changed for linked
9283         thread.
9284
9285 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9286
9287         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9288         New variable (revival).
9289         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9290         by subject matching if there's no in-reply-to nor references field
9291         (revival).
9292
9293 \f
9294 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9295
9296         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9297         message.
9298
9299 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9300
9301         * wl-summary.el (wl-summary-reply): Return t if there was a
9302         message at cursor point.
9303         Added unwind-protect.
9304         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9305         returns t.
9306         (wl-summary-cancel-message): Do nothing when there's no message at
9307         cursor point.
9308         (wl-summary-forward): Ditto.
9309         (wl-summary-jump-to-parent-message): Ditto.
9310         (wl-summary-reedit): Ditto.
9311         (wl-summary-edit-addresses): Ditto.
9312         (wl-summary-pipe-message): Ditto.
9313         (wl-summary-print-message-with-ps-print): Ditto.
9314         (wl-summary-print-message): Ditto.
9315         (wl-summary-mark-as-important): Ditto.
9316         (wl-summary-mark-as-unread): Ditto.
9317
9318         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9319         message at cursor point.
9320         (wl-summary-reply-with-citation): Remove unwind-protect.
9321
9322         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9323         subject searching feature.
9324         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9325         Eliminated.
9326
9327 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9328
9329         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9330         New variable.
9331         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9332         by subject matching if there's no in-reply-to nor references field.
9333
9334         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9335
9336         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9337         when display is finished.
9338         (wl-folder-open-all): Ditto.
9339         (wl-folder-update-access-group): Ditto.
9340         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9341         * wl-thread.el (wl-thread-close-all): Ditto.
9342
9343         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9344         progress gauge only when it was displayed.
9345         * wl-folder.el (wl-folder-insert-entity): Ditto.
9346
9347 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9348
9349         * wl-summary.el (wl-summary-incorporate): Enclose
9350         `wl-summary-sync-force-update' with save-excursion.
9351
9352 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9353
9354         * wl-summary.el (wl-summary-prefetch-region):
9355         Pass current cursor point to `pos-visible-in-window-p' after
9356         moving cursor to the started point.
9357
9358 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9359
9360         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9361
9362         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9363         fields from the forwarding message.
9364         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9365         `ignored-fields'.
9366
9367 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9368
9369         * wl-mime.el (wl-message-request-partial):
9370         Eliminated argument `msgdb'.
9371         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9372         (wl-mime-combine-message/partial-pieces): Likewise.
9373         * tm-wl.el (wl-message-request-partial): Likewise.
9374         (wl-mime-combine-message/partial-pieces): Likewise.
9375
9376 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9377
9378         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9379         when display is finished.
9380
9381 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9382
9383         * wl-summary.el (wl-summary-goto-folder-subr):
9384         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9385
9386 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9387
9388         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9389         when cursor point is visible.
9390
9391 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9392
9393         * wl-expire.el (wl-expire-archive-get-max-number):
9394         Don't use `file-name-directory'.
9395
9396 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9397
9398         * wl-expire.el (wl-expire-archive-get-max-number):
9399         Use `file-name-directory'.
9400
9401 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9402
9403         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9404         only when there is progress.
9405
9406 2000-04-13  Mito <mit@nines.nec.co.jp>
9407
9408         * wl-summary.el (wl-summary-sync-marks): Display progress.
9409
9410 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9411
9412         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9413         (wl-summary-prev): Move cursor regardless of unread status.
9414         (wl-summary-next): Ditto.
9415
9416 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9417
9418         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9419         Added argument `target' and `number'.
9420         * tm-wl.el (wl-summary-burst-subr): New function.
9421         (wl-summary-burst): Use it.
9422
9423 2000-04-10  Mito <mit@nines.nec.co.jp>
9424
9425         * wl-mime.el (wl-burst): New function.
9426         (wl-summary-burst): Use it.
9427
9428 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9429
9430         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9431         as petname when there's no candidate.
9432
9433 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9434
9435         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9436         New variable.
9437         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9438
9439         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9440
9441         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9442
9443 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9444
9445         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9446         Use substring of `original' instead of buffer-substring.
9447         (wl-refile-evaluate-rule):
9448         Set `original' argument of wl-refile-expand-newtext.
9449
9450         * wl-summary.el
9451         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9452         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9453         (wl-summary-auto-refile): Check existence of destination folder just
9454         before marking.
9455
9456 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9457
9458         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9459         when wl-refile-get-field-value return nil.
9460
9461 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9462
9463         * wl-refile.el
9464         (wl-refile-expand-newtext): New function imported from Gnus.
9465         (wl-refile-evaluate-rule): Use it.
9466
9467 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9468
9469         * wl-summary.el (wl-summary-print-destination):
9470         Duplicate folder string to avoid putting text-property on
9471         original string.
9472
9473         * wl-refile.el (wl-refile-get-field-value): New function.
9474         (wl-refile-evaluate-rule): New function;
9475         Evaluate refile rule recursively.
9476         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9477         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9478         New function; Check existence of a target folder recursively.
9479         (wl-summary-auto-refile-check-refile-rule-alist):
9480         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9481
9482 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9483
9484         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9485
9486         * wl-folder.el (wl-create-folder-entity-from-buffer):
9487         Fixed problem when '}' character is contained in folder name.
9488
9489         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9490
9491 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9492
9493         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9494         (wl-fldmgr-add-completion-all-completions):
9495         Use wl-fldmgr-add-completion-hashtb.
9496
9497 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9498
9499         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9500         wl-fldmgr-add-completion-subr): New functions.
9501         * wl-folder.el (wl-folder-completion-func): New variable.
9502         * wl-summary.el (wl-summary-read-folder):
9503         Use wl-folder-completion-func.
9504
9505         * wl-refile.el: Eliminate throw & catch.
9506
9507         * wl.el (wl-plugged-sending-queue-status): Fixed.
9508
9509 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9510
9511         * wl-draft.el (wl-draft): Put category property on
9512         mail-header-separator.