* wl-message.el (wl-message-redisplay): Does not narrow header if
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-message.el (wl-message-redisplay): Does not narrow header if
4         disply-type is all-header or as-is.
5
6         * wl-summary.el (wl-summary-enter-handler): Use
7         `wl-thread-jump-to-msg' instead of `wl-summary-jump-to-msg'.
8
9 2004-09-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
10
11         * wl-draft.el (wl-draft-reply): Save wl-draft-config-variables
12         after adding wl-draft-parent-variables.
13         (wl-draft-forward): Ditto.
14
15 2004-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-summary.el (wl-summary-sync-marks): Call
18         `wl-summary-set-persistent-mark' and
19         `wl-summary-unset-persistent-mark' with 4th argument `no-server'.
20         (wl-summary-set-persistent-mark-internal): Add 4th argument
21         `no-server'.
22         (wl-summary-unset-persistent-mark): Ditto.
23         (wl-summary-set-persistent-mark): Ditto.
24         (wl-summary-add-flags-internal): Abolish.
25         (wl-summary-remove-flags-internal): Ditto.
26         (wl-summary-mark-as-important-internal): Ditto.
27         (wl-summary-mark-as-important): Use
28         `wl-summary-set-persistent-mark' instead of
29         `wl-summary-add-flags-internal'.
30         (wl-summary-mark-as-important-region): Ditto.
31
32         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
33
34         * wl-summary.el (wl-summary-get-available-flags): New function.
35         (wl-summary-sync-marks): Use it and simplified.
36         (wl-summary-unset-persistent-mark): Use
37         `wl-summary-get-available-flags'.
38         (wl-summary-set-persistent-mark): Ditto.
39
40 2004-09-05  Yuuichi Teranishi  <teranisi@gohome.org>
41
42         * wl-folder.el (wl-folder-entity-assign-id): Fix for folder entity
43         id.
44
45 2004-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
46
47         * wl-summary.el (wl-summary-enter-handler): If argument is not a
48         number, call `wl-summary-prev-line-content'. Show message when the
49         message is not found.
50
51 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
52
53         * wl-summary.el (wl-summary-mode-map): Bind enter key to the
54         wl-summary-enter-handler.
55         (wl-summary-enter-handler): New command.
56
57         * wl-vars.el (wl-summary-persistent-mark-priority-list): Update
58         docstring and custom spec.
59
60         * wl-summary.el (wl-summary-unset-persistent-mark): Treat global
61         flags too; Don't treat Cached and New.
62         (wl-summary-set-persistent-mark): Ditto.
63
64         * wl-folder.el (wl-folder-set-persistent-mark): Renamed from
65         `wl-folder-set-flag'.
66
67         * wl-draft.el (wl-draft-send): Use `wl-folder-set-persistent-mark'
68         instead of `wl-folder-set-flag'.
69
70         * wl-summary.el (wl-summary-unset-persistent-mark): Ignore case
71         for completion.
72         (wl-summary-set-persistent-mark): Ditto.
73
74         * wl-draft.el (wl-draft-send-confirm): Call `wl-mime-quit-preview'
75         instead of `wl-draft-quit-preview'.
76
77         * wl-mime.el (toplevel): Avoid compile warning.
78         (wl-mime-quit-preview): New function
79         (formarly defined as `wl-draft-quit-preview').
80         (wl-draft-preview-message): Use `wl-mime-quit-preview' for
81         quitting method.
82
83         * wl-draft.el: Move wl-draft-quit-preview to wl-mime.el.
84
85         * wl-folder.el (wl-folder-set-flag): Renamed from
86         `wl-draft-set-flag-on-parent'.
87
88         * wl-draft.el (wl-draft-quit-preview): New function.
89         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
90         (wl-draft-send): Call `wl-folder-set-flag' instead of
91         `wl-draft-set-flag-on-parent'.
92         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
93
94 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
95
96         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
97         (wl-draft-send): Ditto.
98
99 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
100
101         * wl-vars.el (wl-draft-reply-hook): Changed default value.
102         (wl-draft-kill-pre-hook): Set default value as nil.
103         (wl-summary-reply-hook): Ditto.
104         (wl-draft-kill-flags): Abolish.
105
106         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
107         (wl-draft-parent-variables): Renamed from
108         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
109         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
110         argument; Add wl-draft-parent-variables to
111         wl-draft-config-variables.
112         (wl-draft-reply): Likewise.
113         (wl-draft-kill-flags): Abolish.
114         (wl-draft-send): Call wl-draft-set-flag-on-parent.
115         (wl-draft-set-flag-on-parent): New function.
116         (wl-draft-setup-parent-flag): Ditto.
117
118 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
119
120         * wl-draft.el (wl-draft-kill-flags): Avoid error when
121         `wl-draft-parent-folder' is "".
122
123 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
124
125         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
126         (wl-summary-digit-jump): New function.
127         (Adviced by John Owens and Hiroya Murata)
128
129         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
130         (Adviced by John Owens)
131
132         * wl-xmas.el (wl-message-define-keymap): Ditto.
133
134         * wl-mule.el (wl-message-define-keymap): Ditto.
135
136 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
139         change of return value of elmo-folder-count-flags.
140
141         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
142         (wl-summary-mark-as-read-internal): Ditto.
143         (wl-summary-set-persistent-mark-internal): Ditto.
144         (wl-summary-folder-info-update): Ditto.
145         (wl-summary-sync-update): Fixed the last change.
146
147         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
148
149 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
150
151         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
152         (wl-draft-kill-flags): Fixed docstring.
153
154         * wl-draft.el (wl-draft-kill-flags): New function.
155         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
156
157 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
158
159         * wl-vars.el (wl-reply-hook): Abolish.
160         (wl-draft-reply-hook): New hook.
161         (wl-summary-reply-hook): Ditto.
162         (wl-draft-forward-hook): Ditto.
163         (wl-summary-forward-hook): Ditto.
164         (wl-draft-kill-flags): New variable.
165
166         * wl-summary.el (wl-summary-mark-as-answered-region): Use
167         wl-summary-set-persistent-mark-internal.
168         (wl-summary-sync-marks): Use elmo-preserved-flags.
169         (wl-summary-update-persistent-mark): Make it interactive.
170         (wl-summary-set-persistent-mark-internal): New inline function.
171         (wl-summary-mark-as-answered): Use it.
172         (wl-summary-mark-as-unanswered): Ditto.
173         (wl-summary-unset-persistent-mark): New function.
174         (wl-summary-set-persistent-mark): Ditto.
175         (wl-summary-reply): Don't set answered flag;
176         Run wl-summary-reply-hook instead.
177         (wl-summary-forward): Call wl-draft-forward with number.
178         Run wl-summary-forward-hook.
179
180         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
181         (wl-highlight-summary-line-face-spec): Use it as a default
182         persistent mark face.
183
184         * wl-draft.el (wl-draft-forward): Added optional argument number;
185         Set wl-draft-parent-number; Run wl-draft-forward-hook.
186         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
187         (wl-draft-kill): Use wl-draft-kill-flags.
188
189         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
190
191         * wl-folder.el (wl-folder-check-one-entity): Follow the change
192         of return value of elmo-folder-count-flags.
193
194         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
195
196         * wl-summary.el (wl-summary-count-unread): Ditto.
197         (wl-summary-sync-update): Follow the change above.
198         (wl-summary-force-prefetch): New function.
199
200 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
201
202         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
203         variable `buf' with `let' instead of `setq'.
204
205 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
206
207         * wl-mime.el (wl-message-delete-current-part): If filename exists,
208         add Content-Disposition heaeder on the deleted part.
209
210 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
211
212         * wl-draft.el (wl-draft-save): Encode address list under edit by
213         `eword-encode-unstructured-field-body'.
214
215         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
216
217 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
218
219         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
220         wl-current-summary-buffer.
221
222 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
223
224         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
225         `numbers' is ignored.
226
227 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-folder.el (wl-folder-open-folder): Avoid error.
230         Reported by John Owens, [wl-en:815]
231
232         * wl.el (wl): Set timer for biff process even if prefix argument
233         is given or auto-checking is quitted.
234
235         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
236         immediately.
237         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
238         (wl-toggle-plugged): Ditto.
239
240         * wl-vars.el (wl-biff-use-idle-timer): New variable.
241         * wl-util.el (wl-biff-start): Use idle timer if
242         `wl-biff-use-idle-timer' is non-nil.
243
244 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
245
246         * wl-highlight.el (wl-highlight-message): Fix description.
247
248 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
249
250         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
251         tty.
252
253 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-action.el (wl-summary-exec): Print failure count.
256
257 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
258
259         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
260         to `defun', remove interactive form.
261         Set elmo-message-fetch-confirm when force-reload is non-nil.
262
263 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
264
265         * wl-summary.el (toplevel): Removed unnecessary autoload.
266
267 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
268
269         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
270         the buffer is generated from another message buffer.
271
272 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
273
274         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
275         extracted from `wl-fldmgr-save-folders'.
276         (wl-fldmgr-delete): Call it after deletion.
277
278 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
279
280         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
281         multi-tty support.
282
283 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
284
285         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
286
287 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
288
289         * wl-summary.el (wl-summary-rescan): Remove unused variables.
290         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
291
292 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
293
294         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
295         unsubscribe list only if argument CLEAR is nil.
296
297 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
298
299         * wl-draft.el (wl-draft-reply): Decode subject before removing
300         Re: prefix.
301
302 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
303
304         * wl-summary.el (wl-summary-sort-by-size): New command.
305
306 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
307
308         * wl-summary.el (wl-summary-number-list-from-region): New
309         function.
310         (wl-summary-mark-as-read-region): Use it.
311         (wl-summary-mark-as-unread-region): Ditto.
312         (wl-summary-set-flags-region): Ditto and add optional argument
313         remove.
314         (wl-summary-mark-as-answered-region): Ditto.
315         (wl-summary-mark-as-important-region): Ditto.
316         (wl-summary-target-mark-mark-as-important): Added optional
317         argument remove.
318         (wl-summary-target-mark-mark-as-answered): Ditto.
319         (wl-summary-target-mark-set-flags): Ditto.
320
321 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-summary.el (wl-summary-set-flags-region): Call
324         `wl-summary-set-flags-internal' with number list instead of call
325         one by each message.
326         (wl-summary-target-mark-set-flags): Likewise.
327
328 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
329
330         * wl-summary.el (wl-summary-target-mark-operation): Add optional
331         argument `inverse' and use `wl-summary-delete-all-target-marks'.
332         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
333         (wl-summary-target-mark-mark-as-answered): Likewise.
334
335 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
336
337         * wl-summary.el (wl-summary-target-mark-forward): Use
338         `wl-summary-delete-all-target-marks' instead of
339         `wl-summary-delete-all-temp-marks'.
340         (wl-summary-target-mark-reply-with-citation): Ditto.
341         (wl-summary-target-mark-uudecode): Ditto.
342         (wl-summary-target-mark-set-flags): Ditto and remove needless
343         cursor move.
344
345 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
346
347         * wl-summary.el (wl-summary-target-mark-forward): Protect
348         wl-summary-buffer-target-mark-list from nreverse.
349         (wl-summary-target-mark-reply-with-citation): Ditto.
350
351 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
352
353         * wl-thread.el (wl-thread-update-indent-string-thread): Use
354         `elmo-display-progress-threshold'.
355
356 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
359         check `wl-summary-highlight'.
360         (wl-summary-window-scroll-functions): Respect value of
361         `wl-summary-highlight'.
362         (wl-summary-sync-update): Run hooks
363         `wl-summary-buffer-window-scroll-functions' at any time.
364
365 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
366
367         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
368         from `wl-summary-cleanup-temp-marks'.
369         (wl-summary-cleanup-temp-marks): Abolish argument.
370         * wl.el (wl-save-status): Revert previous change.
371         (wl-execute-temp-marks): New function, call
372         `wl-summary-exec-with-confirmation'.
373         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
374         (wl-folder-save-and-exec-marks): Abolished.
375
376 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
377
378         * wl-e21.el (wl-e21-display-image-p): Respect
379         `wl-highlight-folder-with-icon'.
380         (wl-e21-highlight-folder-group-line): Highlight mouse line
381         even if wl-e21-display-image-p is nil.
382
383         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
384         Respect value of `wl-summary-highlight'.
385
386         * wl.el (wl-save-status): Remove unused variable.
387
388         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
389         (wl-folder-mode-map): Bind it to "x".
390
391 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
392
393         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
394
395         * wl-thread.el (wl-thread-get-parent-list): Don't check
396         disconnected ancestors, neglecting needless work in
397         `wl-thread-update-indent-string-thread'.
398
399         * wl.el (wl-save): Take prefix argument to execute remaining marks.
400         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
401         argument, add argument default-keep to keep marks by default.
402
403         * Version number is increased to 2.11.30.
404
405         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
406         customization type and docstring.
407         (wl-draft-reply-without-argument-list): Ditto.
408
409 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
410
411         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
412
413         * wl-spam.el (wl-spam-mark-action-list): Ditto.
414
415 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
416
417         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
418
419 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
420
421         * wl-draft.el (wl-draft-config-exec): Narrow the range of
422         save-excursion so as not to include run-hooks.
423
424 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
425
426         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
427         Clarify that marks are going to be cleared.
428
429 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
432         according to 3rd element of wl-summary-flag-mark.
433
434         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
435
436 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-action.el (wl-summary-target-mark-all): Don't set
439         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
440
441 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
442
443         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
444         (wl-forward-subject-prefix): Ditto.
445         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
446         (wl-draft-reply-make-subject): Ditto.
447
448         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
449         `wl-draft-forward'.
450         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
451
452 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
453
454         * wl-action.el (wl-summary-target-mark-set-action): Stop if
455         target message does not exist.
456
457 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
458
459         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
460         `wl-subject-prefix-regexp'.
461         (wl-subject-forward-prefix-regexp): New variable.
462         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
463         `wl-draft-strip-subject-re' and take regexp as argument.
464         (wl-draft-forward): Use it.
465         (wl-draft-reply): Ditto.
466
467 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
468
469         * wl-e21.el (wl-highlight-plugged-current-line): Change for
470         emacs multi-tty support.
471
472 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
473
474         * wl-e21.el (wl-e21-display-image-p): Don't call
475         `display-images-p'.
476         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
477         support.
478         (wl-highlight-folder-current-line): Ditto.
479         (wl-folder-init-icons): Ditto.
480
481 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
482
483         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
484         the last line of summary in unplugged mode.
485
486 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
487
488         * wl-vars.el (wl-refile-rule-alist): Doc fix.
489
490 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
491
492         * wl-vars.el (wl-user-mail-address-regexp): New variable.
493         * wl-address.el (wl-address-user-mail-address-p): Use it.
494         (wl-address-delete-user-mail-addresses): Ditto.
495         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
496
497         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
498         (wl-address-delete-user-mail-addresses): Ditto.
499
500         * wl-address.el (wl-address-delete-user-mail-addresses): New
501         function.
502         * wl-refile.el (wl-refile-guess-by-history): Use it.
503         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
504         (wl-draft-make-mail-followup-to): Ditto and fix logic.
505
506         * wl-draft.el (wl-draft-edit-string): To judge sender address,
507         use wl-address-user-mail-address-p.
508
509 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
510
511         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
512         after opening group.
513
514 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
517         of elmo-set-buffer-multibyte.
518
519         * wl-message.el (wl-original-message-mode): Ditto.
520
521         * wl-score.el (wl-score-insert-header): Ditto.
522
523         * wl-summary.el
524         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
525         (wl-summary-goto-folder-subr): Ditto.
526         (wl-summary-insert-headers): Ditto.
527
528         * wl-util.el (wl-set-string-width): Ditto.
529
530         * Version number is increased to 2.11.29.
531
532 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
533
534         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
535         (wl-highlight-summary-line-help-echo-alist): New variable.
536         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
537         into `wl-highlight-summary-line-help-echo' and
538         `wl-highlight-flag-folder-help-echo'.
539         (wl-highlight-summary-line-string): Change accordingly.
540         (wl-highlight-summary-current-line): Ditto.
541
542 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
543
544         * wl-highlight.el (wl-highlight-message): Ignore white spaces
545         at the beginning of field body (Thanks to Markus Knittig).
546
547         * wl-draft.el (wl-draft-insert-current-message): Also check
548         summary buffer, remove unnecessary tag.
549
550 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
551
552         * wl-draft.el (wl-draft-insert-current-message): Cause error also
553         when wl-message-buffer is nil.
554
555         * wl-folder.el (wl-folder): Abolish unused argument.
556         Call wl-folder-init when wl-folder-entity is nil.
557         * wl.el (wl): Change accordingly.
558
559 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
560
561         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
562         multibyte string before insert into draft buffer.
563         (wl-draft-create-buffer): Always enable multibyte characters for
564         draft buffer.
565
566         * Version number is increased to 2.11.28.
567
568 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
569
570         * wl-folder.el (wl-folder-open-close): Handle blank line.
571         (wl-folder-jump-to-current-entity): Ditto.
572
573 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
574
575         * Version number is increased to 2.11.27.
576
577 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
578
579         * wl-thread.el (wl-thread-insert-message): When the thread is
580         devided by wl-summary-max-thread-depth, insert line at the end of
581         buffer.
582
583 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
584
585         * Version number is increased to 2.11.26.
586
587 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
588
589         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
590
591 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
592
593         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
594         value of stream-type and session.
595
596 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * Version number is increased to 2.11.25.
599
600 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
601
602         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
603         in a quit message.
604
605 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
606
607         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
608         (wl-summary-redisplay-no-mime-internal): Ditto.
609
610 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
611
612         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
613         * wl-vars.el (wl-smtp-connection-type): Ditto.
614
615 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
616
617         * wl-highlight.el (wl-highlight-message): Change to strict regexp
618         for the separator line and quote mail-header-separator.
619
620 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-spam.el (wl-message-check-spam): Fixed problem no display
623         result message.
624
625         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
626         `elmo-multiple-fields-body-list' with boundary as
627         mail-header-separator.
628
629 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
630
631         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
632
633 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
634
635         * wl-util.el (wl-list-diff): Remove unused function.
636
637         * wl-draft.el (wl-draft-send-confirm): Discard input before
638         confirmation.
639
640 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
641
642         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
643         order of flag and new.
644
645 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
646
647         * wl-vars.el (wl-refile-policy-alist): Abolished.
648
649         * wl-action.el (wl-summary-set-action-refile): Follow the change
650         above.
651
652 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
653
654         * wl-highlight.el (wl-highlight-signature-search): Don't use
655         re-search-backward for a long word since it is possible to crash
656         XEmacs because of a bug.
657
658 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
659
660         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
661
662 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
663
664         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
665         argument for wl-summary-sync-force-update.
666
667 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
668
669         * wl-summary.el (wl-summary-mode-map): Revival of
670         wl-summary-mark-as-important related bindings;
671         Bind 'F','tF','mF','rF','m&'.
672         (wl-summary-mark-as-important-region): Revival.
673         (wl-summary-target-mark-mark-as-important): Ditto.
674         (wl-summary-target-mark-operation): New function.
675         (wl-summary-target-mark-mark-as-answered): Use it.
676         (wl-summary-decide-flag): Don't set Important as default.
677         (wl-summary-mark-as-important-internal): Revival.
678         (wl-summary-mark-as-important): Ditto.
679
680         * wl-thread.el (wl-thread-mark-as-important): Ditto.
681
682         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
683         instead of facep.
684
685 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
686
687         * wl-dnd.el (wl-dnd-drop-func): Fix.
688
689         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
690         mouse-set-point instead of posn-point.
691
692         * wl-xmas.el (wl-completing-read-multiple): Define as function.
693
694         * wl-mule.el (wl-completing-read-multiple): Ditto.
695
696 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-demo.el (face-background-name): Defalias to avoid compile
699         warning.
700
701 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
702
703         * wl-summary.el (wl-summary-decide-flag): Use
704         wl-completing-read-multiple instead of completing-read-multiple.
705
706         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
707         New alias.
708
709         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
710         Use face-background-name instead of face-background.
711
712         * wl-vars.el (wl-summary-save-file-suffix): New user option.
713
714         * wl-summary.el (wl-summary-save): Use it.
715         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
716
717         * wl-mime.el (wl-mime-save-content): Fix last change.
718
719 2004-02-10  Len Trigg <lenbok@myrealbox.com>
720
721         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
722         New function.
723         (wl-summary-sort-specs): Added sort.
724         * wl-mime.el (wl-mime-save-content): Expand file name.
725
726 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
727
728         * wl-mime.el (wl-draft-preview-message): Fixed typo.
729
730         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
731
732 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
733
734         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
735         for flag if it is not defined.
736
737 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
738
739         * wl-e21.el (wl-highlight-folder-current-line): Use
740         elmo-folder-type-internal when elmo-folder-type returns nil.
741
742         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
743
744         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
745
746         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
747
748         * wl-e21.el (wl-summary-toolbar): Ditto.
749
750         * wl-vars.el (wl-demo-background-color): Abolished.
751         (wl-summary-persistent-mark-priority-list): Renamed from
752         wl-summary-flag-priority-list.
753         (wl-summary-flag-alist): New user option.
754         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
755         (wl-message-mode-line-format-spec-alist): Added 'F'.
756         (wl-message-mode-line-format): Likewise.
757         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
758         instead of wl-summary-important-mark.
759         (wl-file-folder-icon): New variable.
760
761         * wl-thread.el (wl-thread-set-flags): Renamed from
762         wl-thread-mark-as-important.
763
764         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
765         warning.
766         (wl-summary-mode-menu-spec): Follow the change of 
767         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
768         (wl-summary-mode-map): Follow the change of
769         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
770         (wl-summary-detect-mark-position): Follow the variable name change.
771         (wl-summary-set-flags-region): New function for the replacement of
772         wl-summary-mark-as-important-region.
773         (wl-summary-sync-marks): Sync all global-flags.
774         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
775         instead of elmo-message-flagged-p.
776         (wl-summary-persistent-mark-string): Follow the variable name change;
777         Put wl-summary-flag-mark if the message has global-flag.
778         (wl-summary-target-mark-set-flags): Renamed from 
779         wl-summary-target-mark-mark-as-important.
780         (wl-summary-decide-flag): New function.
781         (wl-summary-set-flags-internal): Renamed from
782         wl-summary-mark-as-important-internal.
783         (wl-summary-add-flags-internal): New function.
784         (wl-summary-remove-flags-internal): Ditto.
785         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
786         (wl-summary-mark-as-unimportant): Abolish.
787         (wl-summary-move-spec-alist): Changed `important' to `digest'.
788         (wl-summary-next-message): List flagged messages in the msgdb.
789
790         * wl-score.el (wl-summary-score-update-all-lines): Use
791         wl-summary-add-flags-internal instead of 
792
793         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
794
795         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
796         from wl-message-buffer-cur-flag (To avoid misunderstanding).
797         (wl-message-buffer-require-all-header): Renamed from
798         wl-message-buffer-all-header-flag (Ditto).
799         (wl-message-buffer-flag-indicator): New variable.
800         (wl-message-redisplay): Changed local varibale name from `flag' to
801         `display-type'; Set up wl-message-buffer-flag-indicator.
802         (wl-message-buffer-display): Changed varibale name from `flag' to
803         `display-type'.
804         (wl-message-display-internal): Likewise.
805
806         * wl-highlight.el (wl-highlight-demo-face): Define default background
807         color.
808         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
809
810         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
811
812         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
813         (wl-demo-setup-properties): Renamed from
814         `wl-demo-set-background-color'.
815         (wl-demo): Follow the change above.
816         
817         * Version number is increased to 2.11.24.
818
819 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
820
821         * wl-summary.el (wl-summary-toggle-thread): Call
822         `wl-summary-rescan' with disable-thread as non-nil.
823         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
824
825 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
826
827         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
828         foreground property of the face.
829         (wl-demo-insert-text): Don't set up face property here.
830         (wl-demo): Call wl-demo-set-background-color, anyway.
831
832 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
833
834         * wl-vars.el (wl-demo-background-color): The value can be nil.
835
836 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
837
838         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
839         to wl-summary-wheel-dispatcher.
840
841         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
842         wl-message-wheel-dispatcher.
843         (wl-message-wheel-dispatcher): New function.
844         (wl-summary-wheel-dispatcher): Ditto.
845
846 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
847
848         * wl-action.el (wl-summary-target-mark-all): List messages which are
849         not in the killed-list.
850
851         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
852         only when the folder is 'flag/important.
853
854         * wl-address.el (wl-complete-field-body): Complete if the last
855         character is a space.
856
857 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-folder.el (wl-folder-clear-entity-info): Use
860         elmo-clear-hash-val.
861
862         * wl-fldmgr.el (wl-fldmgr-rename): Set
863         wl-folder-info-alist-modified as t.
864
865 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
866
867         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
868
869 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
870
871         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
872         (wl-folder-buffer-last-visited-entity-id): New buffer local
873         variable.
874         (wl-folder-revisit-last-visited-folder): New function.
875         (wl-folder-mode-map): Bind it to "C-i".
876         (wl-folder-set-current-entity-id): Set last visited folder.
877         * wl-summary.el (wl-summary-exit): Ditto.
878
879 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
880
881         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
882         before calling `recenter' in order to cope with an XEmacs bug.
883
884 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
885
886         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
887         to the default value.
888
889 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
892         change.
893         (wl-summary-sync-marks): Ditto.
894         (wl-summary-mark-as-read-internal): Ditto.
895         (wl-summary-mark-as-answered-internal): Ditto.
896         (wl-summary-mark-as-important-internal): Ditto.
897         (wl-summary-reply): Ditto.
898
899         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
900         instead of `elmo-folder-unflag-answered'.
901
902         * Version number is increased to 2.11.23.
903
904         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
905         the last change.
906
907 2004-01-11  Kenichi Okada  <okada@opaopa.org>
908
909         * wl-spam.el (wl-summary-exec-action-refile-with-register):
910         Specify "spam" or "good".
911
912 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
913
914         * wl-spam.el (wl-summary-exec-action-spam): Call
915         wl-folder-confirm-existence for spam folder.
916         (wl-spam-setup): Bind "mk".
917
918 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
919
920         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
921
922 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
923
924         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
925         destination folder is empty.
926
927 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
928
929         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
930         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
931
932         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
933         (wl-summary-refile-prev-destination-region): New function.
934         (wl-thread-refile-prev-destination): Ditto.
935         (wl-summary-target-mark-refile-prev-destination): Ditto.
936
937 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
938
939         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
940         (wl-demo-background-color): Changed default value.
941
942         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
943         color.
944
945         * wl-demo.el (wl-demo-set-background-color): New function.
946         (wl-demo): Call it.
947
948 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
949
950         * wl-address.el (wl-address-delete): Avoid mis-deleting.
951         * wl-address.el (wl-address-add-or-change): Don't add empty
952         address.
953
954 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
955
956         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
957
958 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
959
960         * wl-vars.el (wl-demo-image-filter-alist): New variable
961         (wl-demo-background-color): Ditto.
962
963         * wl-demo.el (wl-demo-xpm-set-background): New function.
964         (wl-demo-image-filter): Ditto.
965         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
966
967         * wl-vars.el (wl-demo-icon-name-alist): New variable.
968
969         * wl-demo.el (wl-demo-icon-name): Define as function.
970         (wl-demo-insert-image): Use it.
971
972 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
973
974         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
975
976 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
977
978         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
979
980 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
981
982         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
983
984 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-thread.el (wl-thread-mark-as-answered): New function.
987
988         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
989         answered" entry.
990         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
991         "r&" and wl-thread-mark-as-answered to "t&".
992         (wl-summary-mark-as-important-region): Refine to toggle mark.
993         (wl-summary-mark-as-answered-region): New function.
994         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
995         and 3rd argument.
996         (wl-summary-mark-as-important-internal): Likewise.
997
998 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
999
1000         * wl-template.el (wl-template-preview): New internal variable.
1001         (wl-template-preview-p): New function.
1002         (wl-template-show): Bind `wl-template-preview' as t.
1003
1004 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1005
1006         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
1007         `elmo-message-entity-field' with 3rd argument which is non-nil.
1008
1009 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1010
1011         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
1012         Removed duplicate local bind `folder'.
1013
1014 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1015
1016         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
1017
1018 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1019
1020         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
1021         duplicate definition.
1022
1023 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
1024
1025         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
1026         non-nil, use it; Don't fetch message if there's no message in the
1027         current cursor position.
1028
1029 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
1030
1031         * wl-util.el (wl-region-exists-p): Use region-active-p.
1032         (wl-deactivate-region): New function.
1033         * wl-message.el (wl-message-redisplay): Deactivate region.
1034
1035         * wl-summary.el (wl-summary-reply): Call
1036         `wl-summary-set-message-buffer-or-redisplay' instead of
1037         `wl-summary-redisplay-internal', don't move point.
1038
1039 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1040
1041         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
1042         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
1043         by regexp.
1044
1045 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1046
1047         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
1048         if no need.
1049
1050 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1051
1052         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
1053         default value to nil.
1054         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
1055         `wl-summary-prepare-hook'; Replace refile action to
1056         `wl-summary-exec-action-refile-with-register'.
1057
1058         * Version number is increased to 2.11.22.
1059
1060 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-summary.el (wl-summary-detect-mark-position): Set
1063         `wl-summary-buffer-weekday-name-lang'.
1064
1065 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
1066
1067         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
1068         (wl-summary-mark-as-read-all): Ditto.
1069         (wl-summary-delete-messages-on-buffer): Ditto.
1070         (wl-summary-sync-update): Ditto.
1071         (wl-summary-mark-as-read-internal): Ditto.
1072         (wl-summary-mark-as-answered-internal): Ditto.
1073         (wl-summary-update-folder-info): Abolished.
1074
1075 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1076
1077         * wl-summary.el (wl-summary-mark-as-read-all): Use
1078         `wl-summary-update-folder-info' instead of
1079         `wl-folder-update-unread'.
1080
1081 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1082
1083         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1084         `wl-summary-folder-info-update'.
1085         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1086         instead of `wl-summary-folder-info-update'.
1087         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1088         `wl-folder-set-folder-updated'.
1089         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1090         instead of `wl-folder-update-unread'.
1091         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1092         the value of `wl-summary-buffer-unread-count' for the second parameter of
1093         `wl-folder-update-unread'.
1094
1095         * Version number is increased to 2.11.21.
1096
1097 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1098
1099         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1100         a local variable.
1101
1102 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1105         interactively.
1106
1107         * wl-summary.el (wl-summary-mark-as-important-internal): New
1108         internal function.
1109         (wl-summary-mark-as-important): Use it.
1110         (wl-summary-mark-as-unimportant): New function.
1111         (wl-summary-sync-marks): Follow the API change.
1112
1113         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1114
1115         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1116
1117 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1118
1119         * wl-folder.el (wl-folder-update-unread): Re-indent.
1120         Narrow the scope of a local variable.
1121
1122 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1123
1124         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1125         (wl-addrmgr-merge-entries): Ditto.
1126         (wl-addrmgr): Added to address entry which exists in draft buffer
1127         if no entry is in original.
1128
1129 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1130
1131         * wl-batch.el: New file.
1132
1133 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1134
1135         * wl-vars.el (wl-use-semi): Remove unused variable.
1136
1137 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1138
1139         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1140         "?".
1141
1142 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1143
1144         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1145         wl-summary-new-mark.
1146         (wl-summary-new-cached-mark): New user option.
1147         (wl-summary-score-marks): Follow the change above.
1148         (wl-summary-auto-refile-skip-marks): Ditto.
1149         (wl-summary-incorporate-marks): Ditto.
1150         (wl-summary-expire-reserve-marks): Ditto.
1151
1152         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1153
1154         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1155         (wl-summary-persistent-mark-string): Distinguished between cached
1156         and uncached mark when the message is new.
1157
1158 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1159
1160         * wl-spam.el (wl-spam-domain): Renamed from
1161         `wl-spam-folder-guess-domain'.
1162         (wl-summary-exec-action-spam): Register as spam if domain of the
1163         source folder is good.
1164         (wl-summary-exec-action-refile-with-register): Register message if
1165         domain of the source folder is not undecided.
1166
1167 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1170         detect thread loop.
1171
1172 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1173
1174         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1175         and wl-summary-skip-mark-list.
1176
1177 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1178
1179         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1180
1181         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1182
1183         * wl-spam.el (toplevel): Require wl-highlight.
1184         (wl-spam-auto-check-policy-alist): Abolish.
1185         (wl-spam-auto-check-folder-regexp-list): New user option.
1186         (wl-spam-auto-check-marks): Ditto.
1187         (wl-spam-mark-action-list): Ditto.
1188         (wl-highlight-summary-spam-face): New face.
1189         (wl-spam-auto-check-message-p): New function.
1190         (wl-spam-map-spam-messages): Fixed message.
1191         (wl-spam-register-spam-messages): Ditto.
1192         (wl-spam-register-good-messages): Ditto.
1193         (wl-summary-spam-map): Add and remove keybind.
1194         (wl-summary-target-mark-spam): Abolish.
1195         (wl-summary-refile-spam): Ditto.
1196         (wl-summary-test-spam): New function.
1197         (wl-summary-mark-spam): Ditto.
1198         (wl-summary-auto-check-spam): Follow the above change.
1199         (wl-summary-exec-action-spam): New function.
1200         (wl-summary-exec-action-refile-with-register): Fixed message.
1201         (wl-message-check-spam): New function.
1202         (wl-spam-setup): Ditto.
1203         (toplevel): Call it if this file is loaded interactivity.
1204
1205         * Version number is increased to 2.11.20.
1206
1207 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1208
1209         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1210         when new optional argument `force' is non nil or modified.
1211
1212 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1213
1214         * wl.el (toplevel): Require wl-spam when compile.
1215         (wl-save-status): Call wl-spam-save-status.
1216
1217         * wl-spam.el (wl-spam-register-spam-messages): New function.
1218         (wl-spam-register-good-messages): Ditto.
1219         (wl-spam-save-status): Ditto.
1220         (wl-summary-mode-map): Bind
1221         wl-summary-target-mark-register-as-spam to "ms" and
1222         wl-summary-target-mark-register-as-good to "mn".
1223         (wl-summary-register-as-spam): Abolish optional argument; Use
1224         wl-spam-register-spam-messages.
1225         (wl-summary-register-as-spam-all): Use
1226         wl-spam-register-spam-messages.
1227         (wl-summary-register-as-good): Abolish optional argument; Use
1228         wl-spam-register-good-messages.
1229         (wl-summary-register-as-good-all): Use
1230         wl-spam-register-good-messages.
1231         (wl-summary-target-mark-register-as-spam): New funtion.
1232         (wl-summary-target-mark-register-as-good): Ditto.
1233
1234 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1235
1236         * wl-spam.el: New file.
1237
1238 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1239
1240         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1241
1242         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1243         (wl-summary-auto-refile): Call wl-refile-guess with
1244         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1245
1246 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1247
1248         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1249         with disable-thread argument non-nil.
1250
1251 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1252
1253         * wl-summary.el (wl-summary-rescan): Added optional argument
1254         disable-thread.
1255         (wl-summary-sync): Call wl-summary-rescan with argument
1256         disable-thread.
1257         (wl-summary-input-range): Added new range `rescan-thread'.
1258
1259 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1260
1261         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1262
1263 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1264
1265         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1266         internal variable.
1267         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1268         wl-summary-search-parent-by-subject-regexp and
1269         wl-summary-divide-thread-when-subject-changed as nil.
1270         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1271         (wl-summary-insert-thread): Search parent entity from
1272         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1273         thread loop.
1274
1275 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1276
1277         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1278
1279         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1280
1281         * wl-util.el (wl-require-update-all-folder-p): New function.
1282         (wl-get-assoc-list-value): Added `function' to match directive.
1283         (wl-collect-draft): Rewrite.
1284
1285         * wl-summary.el (wl-summary-sync-update): Clear faces
1286         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1287         are non-nil.
1288         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1289         argument as function.
1290         (wl-summary-input-range): Ditto.
1291
1292         * wl-folder.el (wl-draft-get-folder): New function.
1293         (wl-folder-get-elmo-folder): Consider draft folder.
1294
1295         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1296         (wl-draft-buffer-message-number): New buffer local variable.
1297         (wl-draft-folder-internal): New internal variable.
1298         (wl-draft-delete): Rewrite.
1299         (wl-draft-save): Ditto.
1300         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1301         wl-folder-get-elmo-folder.
1302         (wl-draft-config-info-operation): Ditto.
1303         (wl-jump-to-draft-folder): Ditto.
1304         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1305         (wl-draft-reedit): Rewrite.
1306
1307         * Version number is increased to 2.11.19.
1308         
1309 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1310
1311         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1312         variable.
1313
1314 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1315
1316         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1317         Use ignore-errors instead of unwind-protect.
1318
1319 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1320
1321         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1322         for updating `wl-thread-entity-list'.
1323
1324 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1325
1326         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1327         parameter from calling `wl-thread-entity-get-older-brothers' and
1328         `wl-thread-entity-get-younger-brothers'.
1329         Replace nested `append' with a single one.
1330
1331 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1332
1333         * wl-summary.el (wl-summary-mode): Don't use the return value of
1334         `make-local-hook'.
1335
1336 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1337
1338         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1339         instead of `let*'.
1340         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1341         of local variables.
1342
1343 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1344
1345         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1346         Renamed from wl-summary-window-scroll-functions.
1347         (wl-summary-window-scroll-functions): Don't set to variable.
1348         (wl-summary-display-top): Use run-hooks.
1349         (wl-summary-display-bottom): Ditto.
1350         (wl-summary-toggle-disp-msg): Ditto.
1351         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1352         Use it instead of wl-summary-window-scroll-functions.
1353         (wl-summary-goto-folder-subr): Don't call
1354         wl-summary-window-scroll-functions, use
1355         wl-summary-buffer-window-scroll-functions instead.
1356
1357 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1358
1359         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1360         make-local-variable.
1361
1362 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1363
1364         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1365         set-buffer-modified-p.
1366         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1367         (wl-summary-display-bottom): Ditto.
1368         (wl-summary-toggle-disp-msg): Ditto.
1369
1370 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1373
1374         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1375         (wl-summary-forward): Use elmo-message-entity-field instead of
1376         elmo-message-field.
1377
1378         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1379
1380 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1381
1382         * wl-summary.el (wl-summary-window-scroll-functions): No use
1383         `append'.
1384
1385 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1386
1387         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1388         function.
1389         (wl-summary-window-scroll-functions): Call it when both
1390         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1391         (wl-summary-temp-mark): Added optional argument number.
1392         (wl-summary-message-mark): Added optional argument flag.
1393         (wl-summary-persistent-mark): Added optional argument number and flag.
1394         (wl-summary-update-persistent-mark): Ditto.
1395         (wl-summary-update-status-marks): Set "r" for interactive spec.
1396
1397         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1398         argument number and flag.
1399
1400         * wl-action.el (wl-summary-registered-temp-mark): 
1401         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1402
1403 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1404
1405         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1406         internal variable (buffer local).
1407         (wl-summary-window-scroll-functions): New function.
1408         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1409         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1410         as nil.
1411         (wl-summary-update-status-marks): Added arguments beg, end and
1412         check.
1413         (wl-summary-update-mark-window): Use function.
1414         (wl-summary-sync-update): Follow the change above.
1415         (wl-summary-switch-to-clone-buffer): Copy
1416         wl-summary-buffer-unsync-mark-number-list.
1417         (wl-summary-goto-folder-subr): Set
1418         wl-summary-buffer-unsync-mark-number-list and
1419         use wl-summary-window-scroll-functions instead of
1420         wl-summary-lazy-highlight.
1421
1422         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1423
1424 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1425
1426         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1427
1428         * wl-summary.el (wl-summary-update-persistent-mark): Call
1429         wl-summary-set-message-modified.
1430
1431         * wl-summary.el (wl-summary-sync-update): Don't call
1432         wl-summary-update-status-marks.
1433
1434         * Version number is increased to 2.11.18.
1435
1436 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1437
1438         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1439         (wl-message-next-page): Ditto.
1440
1441 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1442
1443         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1444         local variable.  Change the order of a collected list into the
1445         same as the specified range.  Remove nil from a collected list.
1446
1447 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1448
1449         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1450         argument for elmo-folder-list-messages.
1451
1452 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1453
1454         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1455         change (wl-summary-count-unreads return a list instead of a cons
1456         cell).
1457
1458 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1459
1460         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1461         `wl-summary-folder-info-update'.
1462
1463 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1464
1465         * wl-summary.el (wl-summary-set-message-modified): No use
1466         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1467         (wl-summary-set-mark-modified): Abolish.
1468         (wl-summary-mark-modified-p): Ditto.
1469         (wl-summary-save-view): Follow the change above.
1470
1471         * wl-expire.el (wl-summary-expire): Likewise.
1472
1473 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1474
1475         * wl-summary.el (wl-summary-detect-mark-position): Use
1476         modb-entity-handler.
1477         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1478
1479         * Version number is increased to 2.11.17.
1480
1481 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1482
1483         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1484         entity field value.
1485         (wl-summary-prefetch-msg): Ditto.
1486         (wl-summary-print-message-with-ps-print): Ditto.
1487
1488 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1489
1490         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1491         for dummy entity.
1492         (wl-summary-insert-thread): Use elmo-message-entity-field.
1493         (wl-summary-update-thread): Use elmo-message-entity-field and
1494         elmo-message-entity-number.
1495         (wl-summary-line-number):  Use elmo-message-entity-number.
1496         (wl-summary-line-size): Use elmo-message-entity-field.
1497         (wl-summary-line-subject): Ditto.
1498         (wl-summary-line-from): Ditto.
1499         (wl-summary-line-attached): Ditto.
1500         (wl-summary-create-line): Ditto.
1501         (wl-summary-create-line): Use elmo-message-entity-number.
1502         (wl-summary-print-message-with-ps-print): Use
1503         elmo-message-entity-field.
1504
1505 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1506
1507         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1508         change in elmo-msgdb-make-message-entity.
1509         (wl-summary-buffer-set-folder): Don't call
1510         wl-summary-detect-mark-position here.
1511         (wl-summary-rescan): Call elmo-message-entity-number.
1512         (wl-summary-sync-update): Ditto.
1513         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1514
1515         * wl-score.el (wl-score-header-index): Redefine 2th element.
1516         (wl-score-overview-entity-get-extra): Abolish.
1517         (wl-score-ov-entity-get): Rewrite.
1518         (wl-score-string-index<, wl-score-string-func<): Abolish.
1519         (wl-score-string<): New function.
1520         (wl-score-string-sort): Use it.
1521
1522         * wl-refile.el (wl-refile-guess-by-history): Use
1523         elmo-message-entity-field.
1524         (wl-refile-guess-by-from): Ditto.
1525         (wl-refile-guess-by-msgid): Ditto.
1526
1527         * Version number is increased to 2.11.16.
1528
1529 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1530
1531         * wl-folder.el (wl-folder-confirm-existence): Don't call
1532         file-exists-p if msgdb-path is nil.
1533         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1534         `wl-read-folder-hist' to `wl-read-folder-history'.
1535
1536 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1537
1538         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1539         `y-or-n-p'.
1540
1541 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1542
1543         * wl-score.el (wl-score-headers): Don't use
1544         elmo-folder-do-each-message-entity.
1545
1546         * Version number is increased to 2.11.15.
1547
1548 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1549
1550         * wl-summary.el (wl-summary-delete-all-msgs): Use
1551         elmo-folder-move-messages instead of elmo-folder-delete-messages
1552         and elmo-folder-detach-messages.
1553         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1554
1555         * wl-expire.el (wl-expire-delete): Ditto.
1556         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1557
1558 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1559
1560         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1561         (wl-message-header-narrowing-fields): Ditto.
1562         (wl-message-header-narrowing-lines): Ditto.
1563         (wl-message-header-narrowing-string): Ditto.
1564
1565         * wl-summary.el (wl-summary-mode-map): Bind
1566         wl-summary-toggle-header-narrowing to "C-cC-f".
1567         (wl-summary-toggle-header-narrowing): New function.
1568
1569         * wl-message.el (wl-message-buffer-create): Call
1570         wl-message-header-narrowing-setup.
1571         (wl-message-redisplay): Call wl-message-header-narrowing.
1572         (wl-message-header-narrowing): New function.
1573         (wl-message-header-narrowing-map): New keymap.
1574         (wl-message-header-narrowing-widen-map): New keymap.
1575         (wl-message-header-narrowing-again-at-mouse): New function.
1576         (wl-message-header-narrowing-1): Ditto.
1577         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1578         (wl-message-header-narrowing-setup): Ditto.
1579         (wl-message-header-narrowing-toggle): Ditto.
1580         
1581         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1582
1583         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1584         'flag as all.
1585         (wl-use-flag-folder-help-echo): New user option.
1586
1587         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1588         wl-summary-highlight as nil.
1589         (wl-summary-set-mark-modified): Follow the API change.
1590         (wl-summary-mark-modified-p): Ditto.
1591         (wl-summary-mark-as-read-all): Ditto.
1592         (wl-summary-sync-marks): Don't call
1593         elmo-folder-list-messages-with-global-mark.
1594         (wl-summary-mark-as-read-internal): Follow the API change.
1595         (wl-summary-mark-as-answered-internal): Ditto.
1596         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1597         Follow the API change.
1598         (wl-summary-create-line): Call with number argument.
1599         (wl-summary-reply): Follow the API change.
1600
1601         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1602         function.
1603         (wl-highlight-summary-line-string): Call it when
1604         wl-use-flag-folder-help-echo is non-nil.
1605         (wl-highlight-summary-current-line): Ditto.
1606         (elmo-flag-folder-referrer): Added autoload setting.
1607
1608         * wl-draft.el (wl-draft-kill): Follow the API change.
1609
1610         * Version number is increased to 2.11.14.
1611         
1612 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1613
1614         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1615
1616 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1617
1618         * Version number is increased to 2.11.13.
1619
1620 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1621
1622         * wl-draft.el (wl-draft-previous-history-element): Fixed
1623         unbalanced parenthesis and bind unbound local variables.
1624
1625 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1626
1627         * wl-draft.el (wl-draft-previous-history-element): New function.
1628         (wl-draft-next-history-element): Ditto.
1629         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1630         them to M-p and M-n.
1631
1632 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1633
1634         * Version number is increased to 2.11.12.
1635
1636 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1637
1638         * wl-draft.el (wl-draft-hide): Select buffer-window.
1639
1640 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1641
1642         * wl-summary.el (wl-summary-narrow-to-region): New function.
1643         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1644         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1645         (wl-summary-save-region): Use it.
1646         * wl-action.el (wl-summary-collect-numbers-region)
1647         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1648
1649 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1650
1651         * wl-folder.el (wl-folder-count-incorporates): Don't use
1652         `elmo-msgdb-mark-load'
1653
1654         * Version number is increased to 2.11.11.
1655
1656 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1657
1658         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1659         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1660
1661 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1662
1663         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1664
1665 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1666
1667         * Version number is increased to 2.11.10.
1668
1669 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1670
1671         * wl-mime.el (wl-draft-attribute-value): Fixed.
1672
1673 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1674
1675         * wl-util.el (wl-copy-local-variables): New function.
1676
1677         * wl-mime.el (wl-draft-attribute-recipients): New function.
1678         (wl-draft-attribute-envelope-from): Ditto.
1679         (wl-draft-attribute-smtp-posting-server): Ditto.
1680         (wl-draft-attribute-smtp-posting-port): Ditto.
1681         (wl-draft-attribute-value): Ditto.
1682         (wl-draft-preview-message): Use it to get value for
1683         attributes. Reflect result of `wl-draft-config'.
1684
1685         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1686         and call `wl-summary-mark-as-read' before to call
1687         `wl-summary-unset-mark'.
1688         (wl-summary-target-mark-mark-as-unread): Likewise.
1689         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1690
1691 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1692
1693         * wl-mime.el (wl-draft-preview-message): Use actual value for
1694         attributes; Fix for small window.
1695
1696 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1697
1698         * wl-refile.el (wl-refile-get-field-value): Call
1699         `elmo-message-entity-field' with 3rd argument is non-nil.
1700
1701 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1702
1703         * wl-vars.el (wl-draft-preview-attributes): New user option.
1704         (wl-draft-preview-attributes-list): Ditto.
1705         (wl-draft-preview-attributes-buffer-lines): Ditto.
1706         (wl-draft-preview-attributes-buffer-name): Ditto.
1707
1708         * wl-mime.el (wl-draft-preview-message): Display attributes.
1709
1710 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1711
1712         * wl-summary.el (wl-summary-detect-mark-position): Bind
1713         wl-summary-flag-priority-list to '(new).
1714
1715 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1716
1717         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1718         funtion.
1719         (wl-highlight-summary-line-string): Use it.
1720         (wl-highlight-summary-current-line): Ditto.
1721
1722 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1725         line even when the mark string is not changed.
1726
1727         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1728         argument change in the wl-summary-create-line.
1729         (wl-thread-insert-entity-sub): Ditto.
1730
1731         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1732         argument change in the wl-summary-create-line.
1733         (wl-summary-insert-sequential): Ditto.
1734         (wl-summary-update-thread): Ditto.
1735         (wl-summary-persistent-mark-string): New inline function.
1736         (wl-summary-message-mark): Use it.
1737         (wl-summary-create-line): Abolish argument wl-persistent-mark
1738         and added wl-flags, wl-cached.
1739
1740         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1741         mark to flags.
1742         (wl-highlight-summary-current-line): Decide the face not by the 
1743         persistent mark but flags.
1744
1745 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1746
1747         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1748         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1749         wl-summary-read-uncached-mark): Revive.
1750         (wl-summary-answered-cached-mark,
1751         wl-summary-answered-uncached-mark): New user option.
1752         (wl-summary-score-marks): Follow the change above.
1753         (wl-summary-auto-refile-skip-marks): Ditto.
1754         (wl-summary-incorporate-marks): Ditto.
1755         (wl-summary-expire-reserve-marks): Ditto.
1756         (wl-summary-flag-priority-list): New user option.
1757
1758         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1759         changes.
1760         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1761         of elmo-message-mark.
1762         (wl-summary-mark-as-read-internal): Ditto.
1763         (wl-summary-mark-as-answered): Ditto.
1764         (wl-summary-mark-as-important): Ditto.
1765         (wl-summary-redisplay-internal): Ditto.
1766         (wl-summary-redisplay-no-mime-internal): Ditto.
1767         (wl-summary-message-mark): New function.
1768         (wl-summary-insert-sequential): Use wl-summary-message-mark
1769         instead of elmo-message-mark.
1770         (wl-summary-update-thread): Ditto.
1771         (wl-summary-persistent-mark): Ditto.
1772         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1773         instead of elmo-message-mark.
1774
1775         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1776         wl-summary-message-mark instead of elmo-message-mark.
1777         (wl-thread-insert-entity-sub): Ditto.
1778         (wl-thread-get-children-msgs-uncached): Ditto.
1779
1780         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1781         variable name changes.
1782         (wl-highlight-summary-current-line): Ditto.
1783
1784         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1785         wl-summary-message-mark instead of elmo-message-mark.
1786
1787         * wl-expire.el (wl-expire-message-p): Ditto.
1788
1789         * wl-score.el (wl-score-headers): Ditto.
1790
1791         * Version number is increased to 2.11.9.
1792
1793         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1794         (wl-summary-sync-update): Follow the change above.
1795         (wl-summary-switch-to-clone-buffer): Ditto.
1796         (wl-summary-open-folder): Ditto.
1797
1798 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1799
1800         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1801         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1802
1803         * Version number is increased to 2.11.8.
1804
1805         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1806
1807         * wl-expire.el (wl-expire-refile): Follow the API change on
1808         `elmo-folder-move-messages'.
1809         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1810
1811         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1812         (wl-summary-exec-action-refile): Ditto.
1813         (wl-summary-exec-action-copy): Ditto.
1814         (wl-summary-no-auto-refile-message-p): No use
1815         `wl-summary-buffer-msgdb'.
1816         (wl-summary-auto-refile): Ditto.
1817
1818 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1819
1820         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1821
1822 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1823
1824         * wl-summary.el (wl-summary-sync): Treat no-sync.
1825
1826         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1827         (wl-default-sync-range): Ditto.
1828
1829 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1830
1831         * wl-refile.el (wl-refile-subject-learn): Call
1832         `elmo-message-entity-field' with 3rd argument is non-nil.
1833         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1834         instead of `elmo-msgdb-overview-entity-get-subject'.
1835
1836 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1837
1838         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1839         scan-type is rescan.
1840         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1841         new optional argument force is non-nil.
1842         (wl-summary-save-view-cache): Call it with force argument non-nil.
1843
1844         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1845
1846 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1847
1848         * wl-action.el (wl-summary-print-argument): Fixed last change.
1849
1850 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1851
1852         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1853         simplified.
1854         (wl-summary-target-mark-mark-as-unread): Likewise.
1855         (wl-summary-target-mark-mark-as-important): Likewise.
1856
1857 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1858
1859         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1860         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1861         (wl-summary-mark-as-important-region): Change accordingly.
1862         (wl-summary-target-mark-mark-as-important): Ditto.
1863
1864 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1865
1866         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1867
1868         * wl-action.el (wl-summary-print-argument): Print argument to
1869         right side of window if `wl-summary-print-argument-within-window'
1870         is non-nil.
1871
1872 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1873
1874         * wl-action.el (wl-summary-set-mark): Use
1875         `wl-summary-message-visible-p' to check visibility of the message
1876         and jump to message only when the message line is visible and have
1877         different number; Call wl-summary-unset-mark with number argument.
1878         (wl-summary-unset-mark): 
1879         Use `wl-summary-message-visible-p'
1880         to check visibility of the message and jump to message only when
1881         the message line is visible and have different number;
1882
1883 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1884
1885         * Version number is increased to 2.11.7.
1886
1887         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1888         and wl-folder-summary-line-format.
1889
1890         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1891         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1892         (wl-summary-set-score-mark): Use it.
1893         (wl-summary-target-mark-mark-as-read): Ditto.
1894         (wl-summary-target-mark-mark-as-unread): Ditto.
1895         (wl-summary-target-mark-mark-as-important): Ditto.
1896         (wl-summary-target-mark-msgs): Simplified.
1897         (wl-summary-detect-mark-position): Fixed problem when
1898         summary-line-format no contain persisten/temp mark spec.
1899         (wl-summary-temp-mark): Ditto.
1900         (wl-summary-persistent-mark): Ditto.
1901         (wl-summary-update-persistent-mark): Ditto.
1902
1903         * wl-action.el (wl-summary-set-mark): Ditto.
1904         (wl-summary-unset-mark): Ditto.
1905         All other related portions are changed.
1906
1907 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * Version number is increased to 2.11.6.
1910
1911 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1912
1913         * wl-util.el (wl-current-message-buffer): Define as function;
1914         Don't use the value of wl-messge-buffer.
1915
1916         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1917         persistent mark.
1918
1919         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1920         no current message, cause an error.
1921
1922 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1923
1924         * wl-summary.el (wl-summary-set-message-modified): Use
1925         elmo-folder-set-message-modified instead of
1926         elmo-folder-set-message-modified-internal.
1927
1928 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1929
1930         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1931         interactively.
1932         (wl-summary-sync): nokill->entirely.
1933         (wl-summary-sync-marks): Fixed message.
1934         (wl-summary-input-range): Added mark, nokill->entirely.
1935
1936         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1937         messages as read.
1938
1939 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1940
1941         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1942         update-noscore.
1943         (wl-summary-sync): Follow the change above.
1944
1945 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1946
1947         * wl-action.el (wl-summary-target-mark-all): Use
1948         elmo-folder-list-messages.
1949
1950 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1951
1952         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1953         (wl-summary-rescan): Set wl-summary-scored as nil.
1954         (wl-summary-sync-force-update): Follow the change above.
1955         (wl-summary-sync): Ditto.
1956         (wl-summary-sync-update): Added argument disable-killed.
1957         (wl-summary-insert-headers): Set visible-only argument for
1958         elmo-folder-list-messages.
1959         (wl-summary-input-range): Added update-nokill, update-noscore,
1960         all-nokill, all-noscore and mark.
1961
1962         * Version number is increased to 2.11.5.
1963
1964         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1965
1966 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1967
1968         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1969         (wl-summary-prefetch-region-no-mark): Change accordingly.
1970         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1971
1972 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1973
1974         * wl-address.el (wl-complete-field-to): Abolished.
1975         (wl-complete-address): Completion function for completing-read.
1976         * wl-action.el (wl-summary-get-resend-address): Use it.
1977
1978         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1979         wl-summary-update-mark and abolish unused argument.
1980         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1981         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1982         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1983         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1984         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1985         * wl-draft.el (wl-draft-kill): Ditto.
1986
1987         * wl-summary.el: Remove unused binding of case-fold-search.
1988         (wl-summary-replace-status-marks): Abolished.
1989
1990 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1991
1992         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1993         is specified or folder length is zero.
1994
1995 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1996
1997         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1998         (wl-folder-archive-current-entity): Ditto.
1999
2000 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
2001
2002         * wl-summary.el (wl-summary-update-mark): Ignore errors while
2003         retrieving message mark.
2004         (wl-summary-redisplay-internal): Ditto.
2005
2006         * wl-message.el (wl-message-buffer-display): Ignore errors while
2007         retrieving message-id field.
2008
2009         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
2010         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2011         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
2012         order of the arguments for `wl-expire-message-p'.
2013         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
2014
2015         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
2016         Check return value of wl-summary-reply.
2017         (wl-summary-reply): Recover window configuration when an error occured.
2018
2019 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
2020
2021         * wl-summary.el (wl-summary-resend-message): Abolished, the
2022         feature is inherited by wl-summary-resend (put resend mark).
2023
2024 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2025
2026         * wl-summary.el (wl-summary-toggle-disp-msg): Set
2027         wl-message-buffer to nil when the message is hide.
2028
2029 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2030
2031         * .cvsignore: New file.
2032
2033 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2034
2035         * wl-action.el (wl-summary-action-docstring): Add more info.
2036         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
2037         duplicate definition.
2038         (wl-summary-define-mark-action): Functions wl-summary-*-region
2039         keep current position.
2040         (wl-summary-unregister-target-mark): Store result to the variable.
2041
2042 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2043
2044         * Version number is increased to 2.11.4.
2045
2046 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2047
2048         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
2049         wl-summary-delete-all-temp-marks.
2050         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
2051
2052         * wl-action.el (wl-summary-set-mark): Changed terminology
2053         refile-destination -> action-argument.
2054         (wl-summary-unset-mark): Ditto.
2055         (wl-summary-remove-argument): Ditto.
2056         (wl-summary-print-argument): Ditto.
2057
2058         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
2059         (wl-thread-remove-argument-region): Ditto.
2060         (wl-thread-print-argument-region): Ditto.
2061         (wl-thread-close): Ditto.
2062         (wl-thread-open): Ditto.
2063
2064         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
2065         (wl-highlight-refile-destination-face is abolished)
2066         (wl-highlight-action-argument-string): Ditto.
2067         (wl-highlight-summary-current-line): Highlight action argument.
2068
2069         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
2070         color for light backgrounds.
2071         (wl-highlight-summary-answered-face): Ditto.
2072
2073 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
2074
2075         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
2076
2077         * wl-score.el (wl-summary-score-update-all-lines): Use
2078         wl-summary-set-mark.
2079         (wl-summary-score-update-all-lines): Kill expunged messages.
2080
2081         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2082
2083 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2084
2085         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2086         directly.
2087         (wl-score-overview-entity-get-lines): Ditto.
2088         (wl-score-overview-entity-get-xref): Ditto.
2089         (wl-score-get-latest-msgs): Ditto.
2090         (wl-summary-rescore): Ditto.
2091
2092         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2093         to "&".
2094         (wl-summary-mark-as-answered-internal): New inline function.
2095         (wl-summary-mark-as-answered): New function.
2096         (wl-summary-mark-as-unanswered): Ditto.
2097         (wl-summary-sync-marks): Modified for answered-mark synching.
2098
2099 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2100
2101         * wl-action.el (wl-summary-set-mark): Fixed last change.
2102
2103 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2104
2105         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2106         behavior of wl-summary-unread-message-hook
2107         (Pointed out by akira yamada <akira@arika.org>).
2108
2109 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2110
2111         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2112         wl-summary-delete.
2113         * wl-xmas.el (wl-summary-toolbar): Ditto.
2114
2115         * wl-action.el (wl-summary-set-mark): Don't override current
2116         temp-mark.
2117
2118         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2119
2120 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2121
2122         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2123         (wl-refile-msgid-learn): Ditto.
2124         (wl-refile-get-field-value): Ditto.
2125
2126         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2127
2128         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2129         (wl-expire-delete-reserved-messages): Renamed from
2130         wl-expire-reserve-marked-msgs-from-list.
2131         (wl-expire-delete): Removed argument `msgdb'.
2132         (wl-expire-refile): Ditto.
2133         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2134         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2135         mark-alist as argument.
2136         (wl-expire-archive-number1): Removed argument `msgdb'.
2137         (wl-expire-archive-number2): Ditto.
2138         (wl-expire-archive-date): Ditto.
2139         (wl-expire-localdir-date): Ditto.
2140         (wl-expire-hide): Ditto.
2141         (wl-archive-number1): Ditto.
2142         (wl-archive-number2): Ditto.
2143         (wl-archive-date): Ditto.
2144         (wl-archive-folder): Ditto.
2145         All other related portions are changed.
2146
2147 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2148
2149         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2150         mean move up and down. (suggested by Takashi Kawachi)
2151
2152 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2153
2154         * wl-acap.el (toplevel): Don't require un-define.
2155
2156 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2157
2158         * wl-thread.el (wl-thread-delete-message): Always update
2159         wl-summary-buffer-number-list.
2160
2161         * wl-action.el (wl-summary-print-destination): 
2162         Do nothing when folder is nil.
2163
2164 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2165
2166         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2167         persistent mark when prefetch is succeeded.
2168
2169 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2170
2171         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2172         instead of elmo-msgdb-delete-msgs.
2173         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2174         (wl-expire-hide): Ditto.
2175
2176         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2177
2178         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2179         elmo-msgdb interface.
2180         (wl-thread-get-exist-children): Likewise.
2181         (wl-thread-insert-message): Likewise.
2182         (wl-thread-msg-mark-as-important): Likewise.
2183         (wl-thread-insert-entity-sub): Likewise.
2184         (wl-thread-get-children-msgs-uncached): Likewise.
2185
2186         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2187         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2188         (wl-summary-sync-update): Likewise.
2189         (wl-summary-auto-select-msg-p): Likewise.
2190         (wl-summary-update-thread): Likewise.
2191         (wl-summary-mark-as-important): Likewise.
2192         (wl-summary-jump-to-msg-internal): Likewise.
2193         (wl-summary-redisplay-internal): Likewise.
2194         (wl-summary-print-message-with-ps-print): Likewise.
2195         (wl-summary-folder-info-update): Likewise.
2196
2197         * wl-folder.el (wl-folder-check-one-entity):
2198         elmo-folder-count-flags instead of wl-summary-count-unread.
2199
2200         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2201
2202         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2203
2204         * wl-summary.el (wl-summary-set-message-modified): 
2205         Call wl-summary-set-mark-modified.
2206         (wl-summary-delete-messages-on-buffer): Call
2207         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2208         (wl-summary-sync-update): Call elmo-folder-length instead of
2209         elmo-folder-messages.
2210         (wl-summary-insert-headers): Don't call
2211         elmo-folder-list-message-entities.
2212
2213 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2214
2215         * wl-action.el (wl-summary-define-mark-action): Call
2216         `wl-summary-set-mark' with argument `data'.
2217         (wl-summary-auto-refile): Fixed order of arguments when call
2218         `wl-summary-refile'.
2219
2220 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2221
2222         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2223
2224         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2225
2226         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2227         (Renamed from wl-highlight-summary-deleted-face).
2228         (wl-highlight-summary-resend-face): New face.
2229
2230         (wl-highlight-summary-deleted-face): Renamed from
2231         wl-highlight-summary-erased-face.
2232
2233         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2234
2235         * wl-action.el (wl-summary-get-resend-address): New function.
2236         (wl-summary-exec-action-resend): Ditto.
2237         (wl-summary-exec-action-resend-subr): Ditto.
2238
2239         * w-thread.el (wl-thread-copy): Removed definition.
2240         (wl-thread-refile): Ditto.
2241         (wl-thread-delete): Ditto.
2242         (wl-thread-target-mark): Ditto.
2243
2244         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2245         (wl-summary-target-mark-set-action): Fixed.
2246         (wl-summary-define-mark-action): Fixed quotation.
2247         (wl-summary-move-mark-list-messages): Display message.
2248         (wl-summary-define-mark-action): Define thread functions.
2249         (wl-summary-exec-action-refile): Changed message.
2250         (wl-summary-exec): Ditto.
2251
2252 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2253         
2254         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2255         '%%'.
2256
2257 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2258
2259         * wl.el (toplevel): Require wl-action.
2260         (wl-init): Call wl-summary-define-mark-action.
2261
2262         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2263
2264         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2265         wl-summary-delete and wl-summary-erase.
2266         (wl-summary-mode-map): Ditto.
2267
2268         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2269         wl-delete-folder-alist.
2270
2271         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2272         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2273         (toplevel): Moved mark & action related functions to the wl-action.el.
2274
2275         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2276         in wl-summary-mark-action-list.
2277         (wl-highlight-summary-current-line): Ditto.
2278
2279         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2280         empty lines.
2281
2282         * wl-action.el: New file. 
2283
2284 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2285
2286         * wl-summary.el (wl-summary-target-mark-replace): New function.
2287         (wl-summary-target-mark-prefetch): Use it.
2288         (wl-summary-target-mark-delete): Ditto.
2289         (toplevel): Rearranged definition order.
2290         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2291         (wl-summary-target-mark-erase): Rewrite.
2292         (wl-summary-erase-region): New function.
2293         (wl-summary-exec-action-erase): Changed message.
2294         (wl-summary-move-mark-list-messages): New function.
2295         (wl-summary-exec-action-delete): Use it.
2296         (wl-summary-exec-action-erase): Ditto.
2297
2298         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2299         (wl-summary-skip-mark-list): Added "d".
2300
2301         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2302         while searching.
2303
2304         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2305         and define using defcustom;
2306         Define 4th element as a face.
2307         
2308         * wl-summary.el (wl-summary-incorporate): Use 
2309         `wl-summary-prefetch-region-no-mark' instead of
2310         `wl-summary-prefetch-region'.
2311         (wl-summary-prefetch-region-no-mark): Revival of old
2312         `wl-summary-prefetch-region'.
2313         (wl-summary-mark-action-list): Moved to wl-vars.el
2314
2315         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2316         face according to the `wl-summary-mark-action-list'.
2317         (wl-highlight-summary-current-line): Ditto;
2318         Removed destination highlighting.
2319
2320         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2321         (wl-highlight-summary-line-string): Highlight for "i" mark.
2322         (wl-highlight-summary-current-line): Ditto.
2323
2324         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2325         no destination.
2326
2327         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2328         exists, just go ahead.
2329         (wl-summary-prefetch-region): Rewrite.
2330         (wl-summary-prefetch): Ditto.
2331         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2332         (wl-summary-exec-action-prefetch): New function.
2333         (wl-summary-target-mark-prefetch): Rewrite.
2334
2335 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2338         (wl-highlight-summary-line-string): Added "d" and "D".
2339         (wl-highlight-summary-current-line): Ditto.
2340
2341         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2342         in wl-summary.el.
2343         (wl-thread-insert-entity-sub): Ditto.
2344         (wl-thread-remove-destination-region): Ditto.
2345         (wl-thread-print-destination-region): Ditto.
2346
2347         * wl-summary.el (wl-summary-buffer-refile-list,
2348         wl-summary-buffer-delete-list,
2349         wl-summary-buffer-copy-list): Abolish.
2350         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2351         All other related portions are changed.
2352         (wl-summary-mark-action-list): New variable.
2353         (wl-summary-set-mark): New function.
2354         (wl-summary-register-target-mark): Ditto.
2355         (wl-summary-unregister-target-mark): Ditto.
2356         (wl-summary-have-target-mark-p): Ditto.
2357         (wl-summary-register-temp-mark): Ditto.
2358         (wl-summary-unregister-temp-mark): Ditto.
2359         (wl-summary-registered-temp-mark): Ditto.
2360         (wl-summary-collect-temp-mark): Ditto.
2361         (wl-summary-unset-mark): Ditto.
2362         (wl-summary-set-target-mark): Ditto.
2363         (wl-summary-unset-target-mark): Ditto.
2364         (wl-summary-set-action-generic): Ditto.
2365         (wl-summary-unset-action-generic): Ditto.
2366         (wl-summary-exec-action-delete): Ditto.
2367         (wl-summary-exec-action-erase): Ditto.
2368         (wl-summary-set-action-refile): Ditto.
2369         (wl-summary-set-action-refile-subr): Ditto.
2370         (wl-summary-unset-action-refile): Ditto.
2371         (wl-summary-make-destination-numbers-list): Ditto.
2372         (wl-summary-exec-action-refile): Ditto.
2373         (wl-summary-set-action-copy): Ditto.
2374         (wl-summary-unset-action-copy): Ditto.
2375         (wl-summary-exec-action-copy): Ditto.
2376         (wl-summary-collect-numbers-region): Ditto.
2377         (wl-summary-delete): Rewrite.
2378         (wl-summary-erase): Ditto.
2379         (wl-summary-remove-destination): Ditto.
2380         (wl-summary-exec): Ditto.
2381         (wl-summary-exec-region): Ditto.
2382         (wl-summary-target-mark-erase): Ditto.
2383         (wl-summary-refile): Ditto.
2384         (wl-summary-copy): Ditto.
2385         (wl-summary-unmark): Ditto.
2386         (wl-summary-delete-all-mark): Ditto.
2387         (wl-summary-mark-line): Don't highlight.
2388         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2389         (wl-summary-target-mark-refile-subr): Rewrite.
2390
2391         (wl-summary-copy-prev-destination): Abolish.
2392
2393 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2394
2395         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2396         default values along the value of wl-on-mule.
2397         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2398         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2399         It is not used anywhere.
2400
2401 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2402
2403         * wl-summary.el (wl-summary-print-destination): Keep position.
2404         (wl-summary-cursor-move-surface): Keep horizontal position.
2405
2406 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2407
2408         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2409         write sendlog.
2410
2411 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2412
2413         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2414         `wl-summary-highlight'.
2415
2416 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2417
2418         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2419         trivial condition for temp-mark.
2420
2421 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2422
2423         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2424         when it hits killed buffer.
2425
2426 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2427
2428         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2429         * wl-news.el.in: `message' and `error' take format string.
2430
2431 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2432
2433         * wl-folder (wl-folder-insert-entity): Display a message,
2434         `...done', when the work finish.
2435         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2436
2437 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2438
2439         * wl-message.el (wl-message-redisplay): Remove unused local
2440         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2441
2442 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2443
2444         * wl-summary.el (wl-summary-replace-status-marks): Disable
2445         interactive use.
2446         (wl-summary-reedit): Check message existence at first.
2447         (wl-summary-mark-line): Fix doc, return value is indefinite.
2448
2449         * wl-highlight.el (wl-highlight-message): Arranged.
2450
2451         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2452         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2453         check temp-mark by wl-summary-temp-mark always.
2454         (wl-highlight-summary): Change accordingly.
2455         * wl-summary.el (wl-summary-mark-as-read-all)
2456         (wl-summary-delete-cache, wl-summary-set-score-mark)
2457         (wl-summary-mark-as-unread, wl-summary-unmark)
2458         (wl-summary-mark-line, wl-summary-mark-as-read)
2459         (wl-summary-mark-as-important): Ditto.
2460
2461         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2462         end of the window if possible.
2463         * wl-summary.el (wl-summary-sync-update): Support lazy
2464         highlighting.
2465         (wl-summary-toggle-disp-msg): Ditto.
2466
2467 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2468
2469         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2470
2471 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2472
2473         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2474         change.
2475
2476 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2477
2478         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2479         API.
2480         (wl-summary-sync-update): Ditto.
2481
2482         * wl-score.el (wl-score-get-score-alist): Changed argument.
2483         (wl-summary-rescore-msgs): Likewise.
2484         (wl-summary-score-headers): Likewise.
2485         (wl-score-headers): Likewise;
2486         Use elmo-folder-do-each-message-entity, etc.
2487         (wl-summary-score-effect): Follow the changes above.
2488         (wl-summary-rescore): Ditto.
2489         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2490         (wl-score-get-overview): Abolish.
2491
2492         * wl-summary.el (wl-summary-default-from): Follow the API change in
2493         elmo-msgdb.
2494         (wl-summary-count-unread): Ditto.
2495         (wl-summary-detect-mark-position): Ditto.
2496         (wl-summary-overview-entity-compare-by-date): Ditto.
2497         (wl-summary-overview-entity-compare-by-number): Ditto.
2498         (wl-summary-overview-entity-compare-by-from): Ditto.
2499         (wl-summary-overview-entity-compare-by-subject): Ditto.
2500         (wl-summary-get-list-info): Ditto.
2501         (wl-summary-rescan): Ditto.
2502         (wl-summary-jump-to-msg-by-message-id): Ditto.
2503         (wl-summary-sync-update): Ditto; Removed comment.
2504         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2505         (wl-summary-insert-message): Use wl-summary-insert
2506         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2507         (wl-summary-insert-headers): Changed argument overview to folder.
2508         (wl-summary-search-by-subject): Likewise.
2509         (wl-summary-insert-thread): Renamed from 
2510         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2511
2512         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2513         too.
2514
2515         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2516         wl-string-member.
2517
2518 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2519
2520         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2521         elmo-folder-append-buffer.
2522         (wl-draft-queue-append): Likewise.
2523
2524         * wl-mime.el (wl-message-delete-current-part): Ditto.
2525         (wl-summary-burst-subr): Ditto.
2526
2527         * wl-news.el.in (wl-news-send-news): Ditto.
2528
2529 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2532         function.
2533         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2534         (wl-summary-update-mark): Enclose with save-excursion.
2535         (wl-summary-mark-as-read-internal): Fixed last change.
2536         (wl-summary-mark-as-important): Use 3rd argument of
2537         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2538         Don't use elmo-msgdb-set-mark.
2539         (wl-summary-redisplay-internal): If msgdb flag is already read,
2540         just update the mark on buffer.
2541
2542 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2543
2544         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2545         cut visible folder when elmo-folder-delete returns non-nil value.
2546
2547 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2548
2549         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2550         by Kenichi OKADA <okada@opaopa.org>).
2551
2552 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2553
2554         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2555
2556 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2557
2558         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2559         Fixed the last change, search group entity by its real name.
2560         (Thanks to: KOBAYASHI Shinji)
2561
2562 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2563
2564         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2565         (wl-fldmgr-access-display-all): Don't refer visible name.
2566         * wl-expire.el (wl-folder-archive-current-entity)
2567         (wl-folder-expire-current-entity): Ditto.
2568         * wl-folder.el (wl-folder-jump-to-current-entity)
2569         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2570         (wl-folder-open-folder-sub,wl-folder-open-all)
2571         (wl-folder-write-current-folder): Ditto.
2572         (wl-folder-insert-entity): Don't use petname for normal group.
2573         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2574         is the real name.
2575         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2576         Abolished.
2577
2578 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2579
2580         * wl-draft.el (wl-draft-create-buffer): Add
2581         `wl-summary-reply-with-citation'
2582
2583 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2584
2585         * wl-draft.el (wl-draft-reply): Fixed.
2586
2587 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2588
2589         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2590         when `wl-draft-send-confirm-with-preview' is non-nil.
2591         You can scroll up/down by j/k.
2592         (wl-draft-send-confirm-with-preview): New variable (default=t).
2593
2594 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2595
2596         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2597         (wl-fldmgr-save-folders): Fix comment.
2598
2599 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2600
2601         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2602         along the last change in `wl-folder-buffer-group-p'.
2603
2604 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2605
2606         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2607         folder.
2608
2609         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2610         the default value.
2611
2612         * wl-mime.el (wl-summary-burst): Update summary only when target
2613         folder equals current folder.
2614
2615 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2616
2617         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2618
2619 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2620
2621         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2622         value.
2623
2624 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2627         `map-extents' instead of `extent-at' repeatedly.
2628         (wl-highlight-folder-current-line): Ditto.
2629
2630         * wl-highlight.el: Remove useless dummy functions.
2631
2632 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2633
2634         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2635         (wl-folder-put-folder-property): New function to put text property.
2636         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2637         (wl-folder-insert-entity, wl-folder-update-diff-line)
2638         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2639         * wl-e21.el, wl-xmas.el, wl-mule.el
2640         (wl-highlight-folder-current-line): Ditto.
2641         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2642         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2643         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2644         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2645
2646 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2647
2648         * Version number is increased to 2.11.3.
2649
2650 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2651
2652         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2653         Resume current-buffer since it is assumed by remaining tasks.
2654
2655 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2656
2657         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2658         (wl-folder-completion-function): Abolished.
2659         (wl-folder-complete-folder): New function.
2660         (wl-folder-complete-filter-condition): Ditto.
2661         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2662         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2663
2664 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2665
2666         * wl-draft.el (wl-draft-send-confirm): New function.
2667         (wl-draft-send): Use it.
2668
2669         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2670         cursor-in-echo-area while confirming.
2671
2672         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2673
2674         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2675         searching via nntp if wl-summary-search-via-nntp is 'force.
2676         Otherwise, invoke searching in nntp folder only.
2677         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2678
2679         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2680         explicitly for mime-make-text-tag.
2681
2682 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2683
2684         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2685         `mime-make-text-tag' instead of `mime-create-tag'.
2686
2687 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2688
2689         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2690         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2691
2692 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2693
2694         * wl-score.el (wl-score-save): Bind print-length and print-level.
2695         (wl-score-pretty-print): Ditto.
2696         (wl-score-edit-insert-header-entry): Ditto.
2697
2698         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2699         "From" entry to be treated with wl-draft-eword-encode-address-list.
2700         * wl-mime.el (wl-draft-preview-message): Ditto.
2701
2702         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2703         (wl-summary-mark-as-unread): Ditto.
2704         (wl-summary-mark-as-read-region): Change accordingly.
2705         (wl-summary-mark-as-unread-region): Ditto.
2706         (wl-summary-target-mark-mark-as-read): Ditto.
2707         (wl-summary-target-mark-mark-as-unread): Ditto.
2708
2709 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2710
2711         * Version number is increased to 2.11.2.
2712
2713 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2714
2715         * wl-news.el.in (wl-news-previous-version-save): Bind
2716         print-length and print-level.
2717         * wl-thread.el (wl-thread-save-entities): Ditto.
2718         (wl-thread-save-top-list): Bind print-length.
2719
2720 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2721
2722         * wl-highlight.el (wl-highlight-summary-line-string): Use
2723         wl-summary-score-below-mark, wl-summary-score-over-mark.
2724         (wl-highlight-summary-current-line): Ditto.
2725
2726 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2727
2728         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2729         insert it.
2730
2731 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2732
2733         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2734
2735 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2736
2737         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2738         message without msgid.
2739         Rewrite with elmo-folder-move-messages.
2740         Set wl-message-buffer to nil.
2741
2742         * wl-summary.el (wl-summary-erase-subr): New function. Use
2743         elmo-folder-move-messages.
2744         (wl-summary-erase): Call it.
2745         (wl-summary-target-mark-erase): Ditto.
2746
2747 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2748
2749         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2750         it is not up-tp-date.
2751
2752 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2753
2754         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2755         buffer after calling `wl-summary-goto-folder-subr' without the
2756         argument `interactive'.
2757         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2758
2759 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2760
2761         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2762         `mime-create-tag'. Use `string=' instead of `looking-at'.
2763
2764 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2765
2766         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2767         to avoid compile warning.
2768
2769         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2770         entity-id when folder is given.
2771         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2772         save-excursion, use save-selected-window instead.
2773         Select folder buffer window if exists.
2774         (To correct behavior with wl-folder-move-cur-folder.)
2775
2776 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2777
2778         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2779
2780 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2781
2782         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2783         list-count instead of %d.
2784
2785 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2786
2787         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2788         (wl-news): Set it.
2789         (wl-news-append-to-folder): Use it.
2790
2791         * wl-news.el.in (wl-news-send-news): Append to specified folder
2792         instead of wl-default-folder.
2793         (wl-news-append-to-folder): Show error message with specified folder.
2794
2795         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2796                 In most major modes, Emacs assumes that any opening
2797                 delimiter found at the left margin is the start of a
2798                 top-level definition, or defun. Therefore, *never put an
2799                 opening delimiter at the left margin unless it should have
2800                 that significance.*
2801
2802         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2803
2804 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2805
2806         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2807
2808 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2809
2810         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2811
2812 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2813
2814         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2815         for sequential numbering case.
2816
2817 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2818
2819         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2820         value.
2821         (wl-draft-reply-without-argument-list): Ditto.
2822         (wl-draft-reply-myself-with-argument-list): Abolish.
2823         (wl-draft-reply-myself-without-argument-list): Ditto.
2824         * wl-draft.el (wl-draft-self-reply-p): New function.
2825         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2826
2827 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2828
2829         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2830         (avoid error for the case without byte-compiling)
2831
2832 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2833
2834         * wl-news.el.in (wl-news-append-to-folder): New function.
2835         (wl-news-exit): Rewrite.
2836         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2837
2838 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2839
2840         * wl-draft.el (wl-draft-reply-position): New function.
2841         (wl-draft-reply-position): Fix.
2842         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2843         (wl-summary-target-mark-reply-with-citation): Ditto.
2844         (wl-summary-reply-with-citation): Ditto.
2845         * wl-vars.el (wl-draft-reply-default-position): New variable.
2846
2847 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2848
2849         * wl-draft.el (wl-draft-send): Preview when interactive send.
2850
2851 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2852
2853         * wl-draft.el (wl-draft-reply): Set default position.
2854         * wl-summary.el (wl-summary-reply): Ditto.
2855         (wl-summary-reply-with-citation): Ditto.
2856         (wl-summary-target-mark-reply-with-citation): Ditto.
2857
2858 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2859
2860         * wl-news.el.in (wl-news-lang): Set default value according to
2861         current-language-environment.
2862         (wl-news-append-news): Do nothing when news-list is nil.
2863
2864 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2865
2866         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2867         (wl-news): Change message.
2868         (wl-news-exit): Check buffer.
2869         (wl-news-force-exit): New function.
2870         (wl-news-show-all): New function.
2871         (wl-news-discard-and-exit): Fix.
2872
2873 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2874
2875         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2876         according to current-language-environment.
2877
2878         * wl-news.el.in (wl-news): If arg, show all NEWS after
2879         wl-news-default-previous-version.
2880
2881 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2882
2883         * wl-news.el.in (wl-news-check): Rewritten.
2884         (wl-news-previous-version-load): Change data type.
2885         (wl-news-previous-version-save): Change data type.
2886         (wl-news-append-news): Add return value.
2887         (wl-news-check-news): New function.
2888         (wl-news-already-current-p): New function.
2889         (wl-news-send-news): Rewritten.
2890         (wl-news-mode-map): Add new keybind.
2891         (wl-news): Rewritten.
2892         (wl-news-exit): Rewritten.
2893         (wl-news-discard-and-mail): New function.
2894         (wl-news-send-to-address): Abolished.
2895         * wl.el (wl-init): Delete a message.
2896
2897 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2898
2899         * wl-news.el.in (wl-news-exit): Update previous version.
2900         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2901
2902 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2903
2904         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2905
2906 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2907
2908         * wl-news.el.in (wl-news): New function.
2909         (wl-news-mode): New function.
2910         (wl-news-next-line): New function.
2911         (wl-news-next-page): New function.
2912         (wl-news-exit): New function.
2913         (wl-news-buf-name): New variable.
2914         (wl-news-mode-map): New variable.
2915         (wl-news-winconf): New variable.
2916         (wl-news-append-news): Add an option.
2917
2918 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2919
2920         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2921
2922 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2923
2924         * wl-news.el.in (wl-news-send-to-address): New variable.
2925         (wl-news-send-news): Use it.
2926         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2927         Return updating status.
2928         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2929
2930 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2931
2932         * wl-news.el.in (wl-news-send-news): Delete
2933         Organization and X-Face.
2934
2935 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2936
2937         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2938         (wl-news-append-news): New function.
2939         (wl-news-send-news): New function.
2940
2941 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2942
2943         * Version number is increased to 2.11.1.
2944
2945 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2946
2947         * wl-news.el.in : New file.
2948
2949 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2950
2951         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2952         default value.
2953         (wl-draft-reply-without-argument-list): Ditto.
2954
2955 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2956
2957         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2958         (wl-message-buffer-prefetch-idle-time): Ditto.
2959         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2960
2961 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2962
2963         * wl-thread.el (wl-thread-insert-message): Use
2964         wl-summary-max-thread-depth.
2965
2966         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2967         loop detection.
2968
2969         * wl-message.el (wl-message-buffer-display): Back to the first page
2970         when cache is hit.
2971
2972 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2973
2974         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2975
2976         * wl-summary.el (wl-summary-insert-thread-entity):
2977         If the thread depth is reached to wl-summary-max-thread-depth,
2978         divide the thread.
2979
2980 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2981
2982         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2983         for elmo-remove-passwd.
2984
2985 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2986
2987         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2988         folder is sticky.
2989         (wl-folder-mark-as-read-all-entity): Ditto.
2990         (wl-folder-prefetch-entity): Ditto.
2991
2992 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2993
2994         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2995
2996 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2997
2998         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2999         Delete messages on buffer for unplugged operation.
3000         (wl-summary-erase): Ditto.
3001
3002 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3003
3004         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
3005         take nil so as not to search parent by subject.
3006
3007 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3008
3009         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
3010         (wl-folder-get-next-folder): Ditto.
3011         (wl-folder-get-path): Ditto.
3012
3013 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3014
3015         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
3016         system and encode the region with it before verifying.
3017
3018 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3019
3020         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
3021         system of the echo buffer before decoding.
3022
3023 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3024
3025         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
3026         original contents.
3027
3028 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
3029
3030         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
3031         with argument 'any-exists.
3032
3033 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3034
3035         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
3036         Use `wl-cs-autoconv'.
3037
3038 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3039
3040         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
3041         by `mime-view-automatic-conversion'.
3042
3043         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
3044         (wl-message-verify-pgp-nonmime): Ditto.
3045         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
3046         Bind them to C-c:d and C-c:v respectively.
3047
3048         Merge following code by Teranishi-san from [wl-en:00167].
3049         * wl-mime.el (wl-mime-preview-application/pgp): New function.
3050         (wl-mime-preview-application/pgp-encrypted): Ditto.
3051         (wl-mime-setup): Add entry.
3052
3053 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3054
3055         * wl-summary.el (wl-summary-target-mark-erase): New function.
3056         Bind it to "mD".
3057
3058 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3059
3060         * wl-vars.el (wl-draft-write-file-function): Fix.
3061         (wl-draft-reedit-hook): Changed default value.
3062
3063         * wl-draft.el (wl-draft-edit-string): Set cursor point for
3064         wl-draft-reedit-hook.
3065         (wl-draft-remove-text-plain-tag): New function.
3066         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
3067
3068         * wl-vars.el (wl-draft-write-file-function): New user option.
3069
3070         * wl-draft.el (wl-draft-prepare-edit): Use it for
3071         local-write-file-hooks.
3072         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
3073
3074         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
3075         (wl-draft-insert-mail-header-separator): Return the body beginning
3076         point.
3077         (wl-draft-reedit): Remove the mime-edit tag if the first part is
3078         text/plain.
3079         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
3080
3081 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3082
3083         * wl-summary.el (wl-summary-erase): New function to erase message
3084         without moving it to trash. Bind to "D".
3085
3086         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3087         as `keep' unless switch-function.
3088
3089 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3090
3091         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3092         message buffer by using `wl-summary-toggle-disp-msg'.
3093         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3094         buffer window.
3095         (wl-summary-supresedes-message): Ditto.
3096
3097         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3098         Do not delete other windows.
3099         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3100         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3101         (wl-draft-create-buffer): Set reply-or-forward also for target
3102         mark commands.
3103
3104 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3105
3106         * wl-draft.el (wl-user-agent-compose): Delete special case for
3107         switch-to-buffer-other-window.
3108
3109         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3110         (wl-summary-forward): Ditto.
3111
3112         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3113         function.
3114         (wl-draft-buffer-style): New use option.
3115
3116         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3117         (wl-draft): Follow the change above.
3118         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3119         wl-draft-buffer-style.
3120         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3121         switch-function.
3122
3123 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3124
3125         * wl-draft.el (wl-user-agent-compose): Delete special case for
3126         switch-to-buffer-other-window.
3127
3128         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3129         (wl-summary-forward): Ditto.
3130
3131         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3132         function.
3133         (wl-draft-buffer-style): New use option.
3134
3135         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3136         (wl-draft): Follow the change above.
3137         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3138         wl-draft-buffer-style.
3139         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3140         switch-function.
3141
3142 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3143
3144         * wl-address.el (wl-address-make-completion-entry): Extracted from
3145         `wl-address-make-completion-list'.
3146         (wl-address-enable-strict-loading): New variable.
3147         (wl-address-make-completion-list): Revive petname duplication
3148         inquiry, and enable it if `wl-address-enable-strict-loading'.
3149         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3150
3151 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3152
3153         * wl-message.el (wl-message-get-original-buffer): Avoid
3154         'Selecting deleted buffer' error when original buffer is killed.
3155
3156 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3157
3158         * wl-summary.el (wl-summary-next-message): Use
3159         elmo-message-accessible-p instead of elmo-message-cached-p.
3160
3161 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3162
3163         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3164
3165         * wl-thread.el (wl-thread-open-all-unread): Use
3166         elmo-folder-list-flagged instead of
3167         elmo-folder-list-messages-mark-match.
3168
3169         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3170         instead of elmo-folder-list-messages-mark-match.
3171         (wl-summary-move-spec-alist): New variable.
3172         (wl-summary-move-spec-plugged-alist,
3173         wl-summary-move-spec-unplugged-alist): Abolish.
3174         (wl-summary-next-message): Follow the change above.
3175         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3176         with 'no-msg' argument.
3177
3178         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3179         variable.
3180         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3181         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3182         (wl-message-buffer-prefetch-get-next): Follow the change above.
3183
3184 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3185
3186         * wl-version.el (wl-version): Changed codename.
3187
3188         * Version number is increased to 2.11.0.
3189
3190 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3191
3192         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3193         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3194         `wl-draft-config-variables'.
3195         (wl-draft-kill): Fixed problem when the draft is reedit.
3196
3197 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3200         buffer-modified status (Thanks to
3201         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3202
3203 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3204
3205         * wl-util.el (wl-region-exists-p): New function.
3206
3207         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3208         Remove defvars for byte-compile warnings.
3209
3210 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3211
3212         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3213         defvar-maybe. Removed unused bind.
3214
3215 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3216
3217         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3218         summary buffer window before creating new frame.
3219         (wl-draft-reply): Ditto.
3220
3221 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3222
3223         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3224
3225 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3226
3227         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3228
3229 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3230
3231         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3232         instead of `kill-region'.
3233
3234 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3235
3236         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3237         (wl-highlight-summary-line-string): Use it.
3238         (wl-highlight-summary-current-line): Ditto.
3239
3240         * wl-mime.el (wl-message-delete-current-part): Check the class of
3241         mime-entity.
3242
3243         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3244
3245         * wl-summary.el (wl-summary-make-number-list): Initialize.
3246         (wl-summary-update-mark): New function.
3247         (wl-summary-reply): Put `answered' mark on the message.
3248         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3249
3250         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3251         (wl-draft-reply): Added optional argument `number';
3252         Set wl-draft-parent-number.
3253         (wl-draft-kill): Delete answered mark if it is a reply.
3254
3255 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3256
3257         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3258         that originates in mime-preview-follow-current-entity.
3259         (wl-draft-yank-current-message-entity): Use it if region is active.
3260
3261         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3262         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3263         `wl-message-delete-current-part'.
3264         * wl-mule.el (wl-message-define-keymap): Ditto.
3265         * wl-xmas.el (wl-message-define-keymap): Ditto.
3266
3267 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3268
3269         * wl-mime.el (wl-message-delete-current-part): New function.
3270         (wl-mime-node-id-to-string): Ditto.
3271
3272         * wl-mime.el (wl-message-delete-current-part): Use existing
3273         original buffer which corresponds current mime-view buffer.
3274         (fetched buffer might have different structure, possibly)
3275
3276         * wl-mime.el (wl-message-delete-current-part): Quit if the
3277         message content differs from the actual message.
3278
3279 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3280
3281         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3282         order.
3283         (wl-summary-search-by-subject): Search parent message from tail;
3284         Check the existence of the parent message on the current thread tree.
3285         (wl-summary-update-thread): Check whether the line is inserted.
3286
3287 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3288
3289         * wl-vars.el (wl-summary-line-format): Undo last change.
3290         * wl-summary.el (wl-summary-print-destination): Do not put
3291         invisible property when `wl-summary-width' is nil.
3292         (wl-summary-line-subject-minimum-length): Abolished.
3293         (wl-summary-line-subject): Ditto.
3294
3295 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3296
3297         * wl-vars.el (wl-summary-line-format): Change default value.
3298         (wl-summary-subject-length-limit): Abolished.
3299         * wl-summary.el (wl-summary-line-subject): Ditto.
3300
3301 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3302
3303         * wl-template.el (wl-template-select): Added optional argument.
3304         If optional argument is specified, reverse
3305         `wl-template-visible-select'.
3306
3307 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3308
3309         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3310         Take prefix argument to force asking the destination folder.
3311
3312 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3313
3314         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3315         count and update status.
3316
3317 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3318
3319         * wl-summary.el (wl-summary-redisplay-internal): If
3320         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3321         after fetching.
3322
3323 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3324
3325         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3326         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3327
3328         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3329
3330 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3331
3332         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3333         (All other related portions are changed).
3334         (wl-summary-mark-as-read-all): Rewrite.
3335
3336 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3337
3338         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3339         `wl-summary-mark-as-read'.
3340         (wl-summary-mark-as-unread): Rewrite.
3341         (wl-summary-mark-as-read): Added no-modeline argument.
3342         (wl-summary-resume-cache-status): Rewrite.
3343         (wl-summary-exec-subr): Remove unused local variable.
3344
3345 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3346
3347         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3348         logic to call `wl-summary-buffer-prev-folder-function'.
3349         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3350
3351 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3352
3353         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3354         is nil.
3355
3356 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3357
3358         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3359         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3360         (wl-mime-setup): Add its entry.
3361
3362 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3363
3364         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3365         (wl-summary-delete-cache): Likewise.
3366         (wl-summary-mark-as-read): Rewrite.
3367
3368 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3369
3370         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3371         `wl-summary-count-unread'.
3372
3373         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3374
3375         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3376
3377 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3378
3379         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3380         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3381         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3382         Renamed to the elmo-msgdb-*-mark.
3383         (wl-summary-score-marks): Follow the change above.
3384         (wl-summary-auto-refile-skip-marks): Ditto.
3385         (wl-summary-incorporate-marks): Ditto.
3386         (wl-summary-expire-reserve-marks): Ditto.
3387
3388         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3389         changes.
3390         (wl-thread-insert-top): Changed updating message.
3391
3392         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3393         variable.
3394         (wl-summary-count-unread): Count answered marks.
3395         (wl-summary-rescan): Call wl-summary-insert-message instead of
3396         wl-summary-append-message-func-internal.
3397         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3398         (wl-summary-prefetch-msg): Follow the variable name changes.
3399         (wl-summary-prefetch-region): Ditto.
3400         (wl-summary-mark-as-read-all): Follow the API changes;
3401         Don't call elmo-folder-replace-marks.
3402         (wl-summary-delete-cache): Follow the variable name changes.
3403         (wl-summary-resume-cache-status): Ditto.
3404         (wl-summary-update-status-marks): New function.
3405         (wl-summary-insert-message): New function.
3406         (wl-summary-sync-marks): Follow the variable name changes.
3407         (wl-summary-sync-update): Synchronize to the msgdb, too;
3408         Changed update messages.
3409         (wl-summary-make-number-list): Rewrite.
3410         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3411         (wl-summary-mark-as-unread): Follow the API changes.
3412         (wl-summary-exec-subr): Follow the variable name changes.
3413         (wl-summary-mark-as-read): Ditto.
3414         (wl-summary-move-spec-plugged-alist): Ditto.
3415         (wl-summary-move-spec-unplugged-alist): Ditto.
3416         (wl-summary-cursor-move-surface): Ditto.
3417
3418         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3419         variable name changes.
3420         (wl-highlight-summary-current-line): Ditto.
3421
3422         * wl-expire.el (wl-expire-refile): Follow the API change in
3423         elmo-folder-move-messages.
3424         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3425         (wl-summary-archive): Use elmo-folder-msgdb instead of
3426         elmo-msgdb-load.
3427
3428 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3429
3430         * wl-mime.el (wl-draft-preview-message): Restore the position
3431         before evaluating wl-draft-send-hook in preview buffer.
3432
3433 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3434
3435         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3436         when it creates new draft buffer.
3437
3438         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3439         without argument.
3440
3441         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3442         Evaluate content and if the value is string, insert it.
3443         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3444         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3445         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3446         wl-draft-config-sub-part-bottom): Use it.
3447
3448         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3449         with the folder name. The question was unintelligible when it is
3450         called from wl-save-status.
3451
3452 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3455         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3456         cannot take second argument).
3457
3458 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3459
3460         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3461         as t. Since type and subtype are not case sensitive (RFC 2045).
3462
3463 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3464
3465         * wl-vars.el (wl-message-mode-line-format): New variable.
3466         (wl-message-mode-line-format-spec-alist): Ditto.
3467         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3468         (wl-message-redisplay): Use wl-message-mode-line-format.
3469
3470 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3471
3472         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3473
3474 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3475
3476         * wl-summary.el (wl-summary-default-from): Write description.
3477
3478 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3479
3480         * wl-vars.el (wl-ldap-objectclass): Abolish.
3481
3482         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3483         (wl-ldap-make-filter): Removed condition for objectclass.
3484         (wl-ldap-make-matched-value-list): Remove meaningless process.
3485         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3486         (wl-address-ldap-search): Don't add `*' to `pat' string;
3487         use ignore-errors; added `email';
3488         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3489         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3490         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3491
3492
3493 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3494
3495         * wl-draft.el (wl-draft-parent-folder): Write description.
3496         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3497
3498 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3499
3500         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3501         as "" (zero-length string) if no parent.
3502         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3503
3504 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3505
3506         * wl-address.el (wl-address-make-completion-list): Skip duplication
3507         checking.
3508         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3509         `append'.
3510
3511 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3512
3513         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3514         instead of `beginning-of-buffer'.
3515
3516 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3517
3518         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3519
3520 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3521
3522         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3523         Refer wl-message-buffer-name.
3524         (wl-message-wheel-down): Ditto.
3525
3526 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3527
3528         * wl-vars.el (wl-message-buffer-name): New user option.
3529
3530         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3531         directly instead of making alist dinamically.
3532
3533         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3534         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3535         wl-message-buffer-cache-name.
3536         (wl-message-buffer-cache-clean-up): Ditto.
3537
3538         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3539
3540         * Version number is increased to 2.9.15.
3541
3542 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3543
3544         * wl-vars.el (wl-summary-default-view-alist): New user option.
3545
3546         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3547
3548         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3549         while deleting address.
3550         (wl-draft-delete-myself-from-cc): Ditto.
3551
3552         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3553         If optional argument is specified, reverse sort order.
3554
3555         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3556
3557 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3558
3559         * wl-thread.el (wl-thread-insert-message): Return parent number if
3560         exists.
3561         (wl-thread-update-indent-string-region): Use
3562         wl-thread-update-line-on-buffer-sub instead of
3563         wl-thread-update-line-on-buffer.
3564
3565 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3566
3567         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3568         (wl-folder-close-all): Ditto.
3569
3570 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3571
3572         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3573         and mailing-list:.
3574         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3575         value.
3576         (wl-summary-line-list-info): Print mailing-list name even when 
3577         list-number is empty.
3578
3579 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3580
3581         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3582
3583         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3584         (wl-draft-open-file): Ditto.
3585         (wl-draft-random-alphabet): Ditto.
3586
3587         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3588         bindings.
3589
3590 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3591
3592         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3593         * wl-vars.el (wl-draft-config-alist): Ditto.
3594
3595 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3596
3597         * Version number is increased to 2.9.14.
3598
3599         * wl.el (wl): Don't set wl-init as nil when error occured while
3600         auto-checking folders.
3601
3602         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3603         `elmo-expand-newtext'.
3604
3605 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3606
3607         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3608         `this-command' so that `wl-folder-goto-folder' contained in
3609         `wl-summary-keep-cursor-command' work.
3610
3611 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3612
3613         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3614         message buffer displaying state.
3615
3616 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3617
3618         * wl-vars.el (wl-summary-default-view): New variable to specify
3619         default value for `wl-summary-buffer-view' instead of using
3620         set-default.
3621         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3622
3623 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3624
3625         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3626
3627         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3628
3629 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3630
3631         * wl-vars.el (wl-forward-subject-prefix): New variable.
3632         * wl-draft.el (wl-draft-forward): Use it.
3633
3634 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3635
3636         * wl-message.el (wl-message-prev-page): When it is called without
3637         lines argument, scroll down by wl-message-scroll-amount lines.
3638         (wl-message-next-page): Ditto.
3639         * wl-vars.el (wl-message-scroll-amount): Change default value
3640         to preserve current behavior.
3641
3642 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3643
3644         * wl-summary.el (wl-summary-prefetch-msg): Bind
3645         `wl-message-entity' to call `wl-summary-from-function'.
3646
3647 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3648
3649         * wl-message.el (wl-message-buffer-create): Run
3650         wl-message-buffer-created-hook.
3651
3652 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3653
3654         * wl-summary.el (wl-summary-sort-specs): New variable.
3655         (wl-summary-default-sort-spec): Ditto.
3656         (wl-summary-sort): Rewrite.
3657         (wl-summary-sort-by-list-info): New function.
3658
3659 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3660
3661         * wl-summary.el (wl-summary-get-list-info): New function.
3662         (wl-summary-sort): Rewrite.
3663         (wl-summary-line-list-info): Ditto.
3664         (wl-summary-line-list-count): Ditto.
3665         (wl-summary-refile-region): Fixed docstring.
3666
3667 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3668
3669         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3670         `wl-folder-entity-hashtb' as completion table.
3671
3672 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3675         only when this command is called interactively; silence the byte-
3676         compiler.
3677
3678 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3679
3680         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3681         active in XEmacs.
3682
3683 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3684
3685         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3686         plural lines.
3687
3688 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3689
3690         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3691         of current line when the cursor is on the header name.
3692         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3693
3694 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3695
3696         * wl-util.el (wl-read-directory-name): Return displayed directory
3697         as the default value also on XEmacs.
3698
3699 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3700
3701         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3702         formatting.
3703
3704 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3705
3706         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3707         argument and when it is non-nil, check face property before
3708         highlighting for each line.
3709         (wl-highlight-summary-window): Set it.
3710
3711 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3712
3713         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3714         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3715
3716         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3717         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3718         (wl-draft-get-fcc-list): Likewise.
3719
3720 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3721
3722         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3723         (wl-thread-entity-cur): Ditto.
3724         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3725         wl-thread-indent-regexp setting.
3726         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3727
3728         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3729         wl-summary-lazy-highlight.
3730         (wl-summary-display-bottom): Ditto.
3731
3732         * wl-thread.el (wl-thread-open-close): Likewise.
3733
3734         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3735         from and subject;
3736         Bind wl-draft-use-frame;
3737         Enclose with save-window-excursion;
3738         Use wl-draft-create-buffer instead of with-temp-buffer;
3739         Use wl-draft-prepare-edit;
3740         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3741         Use wl-draft-send instead of wl-draft-raw-send.
3742
3743 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3744
3745         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3746         of using wl-from.
3747
3748 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3749
3750         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3751         insert-buffer instead of clone-buffer.
3752         (wl-draft-doing-mime-bcc): New variable.
3753         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3754         infinite loop.
3755         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3756
3757         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3758         (wl-draft-mime-bcc-body): Ditto.
3759
3760         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3761         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3762         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3763         wl-draft-do-mime-bcc.
3764         (wl-draft-mime-bcc-field): New function.
3765         (wl-draft-do-mime-bcc): Ditto.
3766
3767         * wl-address.el (wl-address-complete-header-list): New variable.
3768         (wl-address-complete-header-regexp): Changed default value.
3769
3770         * Version number is increased to 2.9.13.
3771
3772 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3773
3774         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3775         it is differed.
3776
3777 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3778
3779         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3780         (wl-summary-line-list-count): Ditto.
3781
3782 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3783
3784         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3785         (wl-nntp-posting-function): New variable.
3786         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3787         `wl-nntp-posting-config-alist'.
3788
3789 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3790
3791         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3792         FLIM.
3793
3794 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3795
3796         * wl-summary.el (wl-summary-target-mark-refile-sub):
3797         Remove a nuisance funcall.
3798
3799 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3802         as t for `try-completion'.
3803
3804 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3805
3806         * wl-summary.el (wl-summary-default-from): Use
3807         wl-address-header-extract-address instead of
3808         std11-extract-address-components.
3809         (wl-summary-simple-from): Ditto.
3810         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3811         (wl-summary-insert-headers): Show message.
3812         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3813         for whole line.
3814         (wl-summary-default-from): Revert last change.
3815         (wl-summary-simple-from): Ditto.
3816         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3817         (wl-summary-mark-as-read-region): Follow the change above.
3818         (wl-summary-sync-marks): Ditto.
3819         (wl-summary-target-mark-mark-as-read): Ditto.
3820         (wl-summary-redisplay-internal): Ditto.
3821         (wl-summary-redisplay-no-mime-internal): Ditto.
3822         (wl-summary-redisplay-all-header): Ditto.
3823         (wl-summary-mark-as-read): Removed argument `cached';
3824         Use current cache status to set cache mark.
3825         (wl-summary-redisplay-internal): Follow the change above.
3826         (wl-summary-redisplay-no-mime-internal): Ditto.
3827         (wl-summary-redisplay-all-header): Ditto.
3828
3829         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3830
3831         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3832         Don't call itself recursively (Adviced by Yamaoka-san).
3833
3834 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3835
3836         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3837         bind wl-summary-highlight as nil to avoid error caused by missing
3838         local variables.
3839
3840 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3841
3842         * wl-vars.el (wl-invalid-character-message): New user option.
3843
3844         * wl-util.el (wl-set-string-width): If truncated string-width is
3845         larger than specified width, use `wl-invalid-character-message'.
3846
3847 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3848
3849         * wl-summary.el (wl-summary-prefetch-msg): 
3850         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3851
3852 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3853
3854         * wl-vars.el (wl-summary-check-line-format): New user option.
3855         (wl-summary-line-format-file): Ditto.
3856
3857         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3858         variable.
3859         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3860         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3861         and `wl-summary-view-old-p' to check whether do a rescan or not.
3862         (wl-summary-view-old-p): New function.
3863         (wl-summary-line-format-changed-p): Ditto.
3864         (wl-summary-line-format-save): Ditto.
3865         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3866
3867         * wl-util.el (wl-set-string-width): Avoid using negative number
3868         for make-string.
3869
3870 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3871
3872         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3873         return value.
3874
3875         * wl-util.el (wl-set-string-width): Added optional argument
3876         `padding' (All other related portions are changed).
3877         (wl-line-parse-format): If the first letter of column number is
3878         `0', zero-padding the result (ex: "%05l").
3879
3880         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3881
3882 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3883
3884         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3885         sequential summary view.
3886
3887 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3890         if it doesn't have a -unix version.
3891
3892 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3893
3894         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3895
3896 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3899         content.
3900         (wl-draft): Follow the change above.
3901
3902         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3903
3904         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3905         and wl-folder-summary-line-format-alist contain %T and %P.
3906
3907         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3908         (wl-summary-mode-line-format): New user option.
3909         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3910         (wl-summary-line-format): Changed default value.
3911         (wl-summary-lazy-highlight): Changed default value.
3912
3913         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3914         change in wl-summary-create-line.
3915         (wl-thread-insert-entity-sub): Ditto.
3916
3917         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3918         (wl-summary-buffer-unread-status): Ditto.
3919         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3920         (wl-summary-buffer-persistent-mark-column): Ditto.
3921         (wl-summary-buffer-mode-line-formatter): Ditto.
3922         (wl-summary-buffer-mode-line): Ditto.
3923         (wl-summary-message-regexp): Abolished.
3924         (All other related portions are changed.)
3925         (wl-summary-detect-mark-position): New function.
3926         (wl-summary-buffer-set-folder): Setup
3927         wl-summary-buffer-mode-line-formatter.
3928         (wl-summary-mode): Setup selective-display;
3929         Setup pre-idle-hook when xemacs.
3930         (wl-summary-update-modeline): Rewrite.
3931         (wl-summary-jump-to-msg): Define as function;
3932         Changed regexp for searching messages.
3933         (wl-summary-message-number): Rewrite.
3934         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3935         Do rescan when old type summary cache.
3936         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3937         (wl-summary-remove-destination): Use '\r' to detect EOL.
3938         (wl-summary-print-destination): Ditto.
3939         (wl-summary-temp-mark): New inline function.
3940         (wl-summary-persistent-mark): Ditto.
3941         (wl-summary-line-number): New function.
3942         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3943         (wl-summary-line-list-count): New function.
3944         (wl-summary-create-line): Added argument persistent-mark.
3945         (All other related portions are changed)
3946         (wl-summary-create-line): Insert '\r'.
3947         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3948         (wl-summary-cursor-move-surface): New inline function.
3949         (wl-summary-prev): Use it.
3950         (wl-summary-next): Ditto.
3951
3952         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3953         wl-summary-message-regexp.
3954         (wl-highlight-summary): Delete progress message.
3955         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3956
3957         * Version number is increased to 2.9.12.
3958
3959 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3960
3961         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3962         variable (nil: no minimum).
3963         (wl-summary-line-subject): Add some spaces after subject by
3964         wl-summary-line-subject-minimum-length.
3965
3966 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3967
3968         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3969         and removed `F'.
3970         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3971         change above).
3972
3973 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl-summary.el (wl-summary-line-list-count): Reverted.
3976         (example setting in samples/*/dot.wl is also updated)
3977
3978 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3979
3980         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3981
3982         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3983
3984         * wl-vars.el (wl-summary-line-format): Addes some description to the
3985         docstring.
3986
3987         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3988         (wl-summary-line-close-bracket): Ditto.
3989         (wl-summary-line-children-number): Ditto.
3990         (wl-summary-line-thread-indent): Ditto.
3991         (wl-summary-line-children-and-from): Ditto.
3992
3993         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3994         't', 'c', 'F' and added 'C'.
3995
3996         * wl-util.el (wl-set-string-width): Accept negative value.
3997         (wl-line-parse-format): Added "%number(" and "%)".
3998
3999 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4000
4001         * wl-summary.el (wl-summary-line-list-count): Change format of the
4002         return value.
4003
4004 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
4005
4006         * wl-draft.el (wl-draft-beginning-of-line): New command imported
4007         from the recent message.el.
4008         (wl-draft-point-in-header-p): Ditto.
4009         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
4010         wl-draft-beginning-of-line.
4011         * wl-e21.el (wl-draft-mode-map): Ditto.
4012         * wl-xmas.el (wl-draft-mode-map): Ditto.
4013
4014         * wl-folder.el: Sort macrodefs by dependencies.
4015
4016 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4017
4018         * wl-summary.el (wl-summary-prev): Fixed regexp.
4019         (wl-summary-next): Ditto.
4020
4021 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
4024
4025 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
4026
4027         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
4028         for backward compatibility.
4029
4030 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4031
4032         * wl-summary.el (wl-summary-line-list-count): New function, merged
4033         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
4034         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
4035         list counts.
4036
4037 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
4038
4039         * wl-summary.el (wl-summary-create-line): Ignore errors while
4040         timezone-fix-time.
4041
4042         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
4043
4044         * wl-summary.el (wl-summary-sync-update): Ditto.
4045         (wl-summary-default-from): Use wl-message-entity
4046         instead of entity.
4047
4048         * wl-summary.el (wl-summary-create-line): Fix.
4049
4050         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
4051         (wl-summary-line-format): New user option.
4052         (wl-folder-summary-line-format-alist): Ditto.
4053         (wl-summary-from-width): Abolished.
4054
4055         * wl-util.el (toplevel): Require 'bytecomp.
4056         (wl-line-parse-format): New function.
4057         (wl-line-formatter-setup): New macro.
4058
4059         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
4060         (wl-summary-buffer-line-formatter): New buffer local variable.
4061         (wl-summary-switch-to-clone-buffer): Follow the change above.
4062         (wl-summary-message-regexp): Fix.
4063         (wl-summary-from-func-internal): Abolished.
4064         (wl-summary-subject-func-internal): Ditto.
4065         (wl-summary-subject-filter-func-internal): Ditto.
4066         (All other related portions are changed.)
4067         (wl-summary-buffer-set-folder):
4068         Set up wl-summary-buffer-number-column and 
4069         wl-summary-buffer-line-formatter
4070         (All other related portions are changed.)
4071         (wl-summary-buffer-number-column-detect): Abolished.
4072         (All other related portions are changed.)
4073         (wl-summary-delete-all-status-marks-on-buffer): Removed.
4074         (wl-summary-delete-all-temp-marks-on-buffer): Use
4075         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
4076         (wl-summary-target-mark-delete): Ditto.
4077         (wl-summary-target-mark-refile-subr): Ditto.
4078         (wl-summary-target-mark-mark-as-read): Ditto.
4079         (wl-summary-target-mark-mark-as-unread): Ditto.
4080         (wl-summary-target-mark-mark-as-important): Ditto.
4081         (wl-summary-target-mark-save): Ditto.
4082         (wl-summary-replace-status-marks): Renamed from
4083         wl-summary-set-status-marks-on-buffer;
4084         Use wl-summary-message-regexp instead of
4085         wl-summary-buffer-number-regexp.
4086         (wl-summary-sync-update): Follow the change above.
4087         (wl-summary-goto-previous-message-beginning): New function.
4088         (wl-summary-mark-as-unread): Use it.
4089         (wl-summary-mark-as-important): Ditto.
4090         (wl-summary-line-formatter): New variable.
4091         (wl-summary-line-year): New function.
4092         (wl-summary-line-day): Ditto.
4093         (wl-summary-line-day-of-week): Ditto.
4094         (wl-summary-line-hour): Ditto.
4095         (wl-summary-line-minute): Ditto.
4096         (wl-summary-line-open-bracket): Ditto.
4097         (wl-summary-line-close-bracket): Ditto.
4098         (wl-summary-line-children-number): Ditto.
4099         (wl-summary-line-thread-indent): Ditto.
4100         (wl-summary-line-size): Ditto.
4101         (wl-summary-line-subject): Ditto.
4102         (wl-summary-line-from): Ditto.
4103         (wl-summary-line-children-and-from): Ditto.
4104         (wl-summary-create-line): Rewritten.
4105         (wl-summary-format-date): Abolished.
4106
4107         * wl-highlight.el (wl-highlight-summary-current-line): Use
4108         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4109         Use thread structure to detect thread top message.
4110
4111         * wl-draft.el (wl-default-draft-cite): Don't use
4112         wl-summary-from-func-internal.
4113
4114         * wl-refile.el (wl-refile-subject-learn): Don't use
4115         wl-summary-subject-filter-func-internal.
4116         (wl-refile-guess-by-subject): Ditto.
4117
4118         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4119         parameters.
4120
4121         * wl-thread.el (wl-thread-update-indent-string-region):
4122         Use wl-thread-update-line-on-buffer instead of
4123         wl-thread-update-indent-string.
4124         (wl-thread-update-children-number): Redefine using
4125         wl-thread-update-line-on-buffer.
4126         (wl-thread-update-indent-string): Abolished.
4127
4128         * Version number is increased to 2.9.11.
4129
4130 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4131
4132         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4133         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4134         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4135
4136         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4137         as nil.
4138
4139         * wl-thread.el (wl-thread-open-all-unread): Use 
4140         elmo-folder-list-messages-mark-match.
4141         (wl-thread-insert-message): Removed argument `mark-alist'.
4142         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4143         elmo-msgdb-set-mark.
4144         (wl-thread-get-children-msgs-uncached): Likewise.
4145         (wl-thread-get-exist-children): Added argument include-self.
4146         (wl-thread-delete-message): Follow the change above.
4147
4148         * wl-summary.el (wl-summary-count-unread): Removed argument.
4149         (wl-summary-rescan): Follow the change above.
4150         (wl-summary-mark-as-read-region): Ditto
4151         (wl-summary-mark-as-unread-region): Ditto.
4152         (wl-summary-delete-messages-on-buffer): Ditto.
4153         (wl-summary-sync-update): Ditto.
4154         (wl-summary-switch-to-clone-buffer): Ditto.
4155         (wl-summary-goto-folder-subr): Ditto.
4156         (wl-summary-target-mark-mark-as-read): Ditto.
4157         (wl-summary-target-mark-mark-as-unread): Ditto.
4158         (wl-summary-target-mark-mark-as-important): Ditto.
4159         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4160         (wl-summary-update-thread): Removed argument `mark-alist'.
4161         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4162         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4163         (wl-summary-resume-cache-status): Likewise.
4164         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4165         elmo-msgdb-set-mark.
4166         (wl-summary-mark-as-read-all): Likewise.
4167         (wl-summary-delete-cache): Ditto.
4168         (wl-summary-auto-select-msg-p): Ditto.
4169         (wl-summary-mark-as-unread): Ditto.
4170         (wl-summary-no-auto-refile-message-p): Ditto.
4171         (wl-summary-mark-as-read): Ditto.
4172         (wl-summary-mark-as-important): Ditto.
4173         (wl-summary-auto-refile): Follow the change above.
4174         (wl-summary-delete-all-marks): Removed.
4175         (wl-summary-resume-marks-and-highlight): Ditto.
4176         (wl-summary-resume-marks): Ditto.
4177         (wl-summary-delete-important-msgs-from-list): Ditto.
4178         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4179
4180         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4181         wl-summary-count-unread.
4182
4183         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4184         (wl-summary-score-update-all-lines): Use
4185         elmo-msgdb-set-mark.
4186
4187 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4188
4189         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4190         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4191         (wl-summary-create-line): Renamed from
4192         wl-summary-overview-create-summary-line;
4193         Argument rearrangement.
4194         (wl-summary-update-thread): Follow the change above.
4195
4196         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4197         (wl-thread-insert-entity-sub): Likewise.
4198
4199         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4200         argument `overview', `mark-alist' and added `msgdb'.
4201
4202         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4203
4204         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4205         (wl-summary-rescan): Follow the change above.
4206         (wl-summary-sync-update): Ditto.
4207         (wl-summary-insert-thread-entity): Ditto;
4208         Don't use `let*' in every while loop;
4209         Detect infinite loop of threads.
4210         (wl-summary-update-thread): Removed argument `overview'.
4211
4212         * wl-thread.el (wl-thread-insert-message): Ditto.
4213
4214         * Version number is increased to 2.9.10.
4215
4216         * wl-message.el (wl-message-redisplay): Ignore errors while
4217         wl-message-redisplay-hook.
4218
4219 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4220
4221         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4222
4223 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4224
4225         * wl.el (wl): inhibit-quit while wl-folder.
4226
4227 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4228
4229         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4230         while msgdb access.
4231
4232 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4233
4234         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4235         even if no folder is not created.
4236
4237 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4238
4239         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4240
4241         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4242         implementation.
4243         (wl-summary-target-mark-thread): Ditto.
4244
4245         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4246
4247 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4248
4249         * wl-util.el (wl-display-bytes): Remove unused function.
4250
4251 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4252
4253         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4254         seems critical one (partially reverse the change in 2002/03/17).
4255
4256 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4257
4258         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4259         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4260
4261 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4262
4263         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4264         is not writable.
4265         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4266         plugged status instead of `'force' as 2nd argument.
4267
4268         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4269         is not creatable.
4270
4271         * Version number is increased to 2.9.9.
4272
4273 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4274
4275         * wl-summary.el (wl-summary-suspend): New function.
4276
4277 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4278
4279         * wl.el (wl): Do not check variables if check is nil.
4280         * wl-utils.el (wl-collect-draft): New function.
4281         * wl-folder.el (wl-folder-suspend): Put summary buffers
4282         and draft buffers at the end of buffer list.
4283         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4284
4285 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4286
4287         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4288         loop instead of recursive call.
4289
4290         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4291         2nd argument.
4292
4293 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4294
4295         * wl-draft.el (wl-draft-create-contents): Don't take neither
4296         (function . args) nor (string . something) any more.
4297
4298         * wl-version.el (wl-generate-user-agent-string): Return string
4299         without header symbol.
4300         * wl-draft.el (wl-draft-default-headers): Use it.
4301
4302         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4303         `wl-draft-insert-ccs' and return field value instead of inserting
4304         the header. Abolish cc argument.
4305         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4306
4307         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4308         rather than one with string car.
4309
4310         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4311         * wl-draft.el (wl-draft-create-contents): Add it after the default
4312         headers.
4313
4314         * wl-draft.el (wl-draft-create-contents): For the case of
4315         (symbol-or-string . function) insert header only when the function
4316         returns string value.
4317
4318 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4319
4320         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4321         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4322
4323 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4324
4325         * wl.el (wl-check-environment): Don't check Message-ID when
4326         `wl-insert-message-id' is nil.
4327         Revive checking if `wl-message-id-domain' contains "@".
4328
4329 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4330
4331         * wl.el (wl-check-environment): Merge examination for "@" at
4332         inappropriate position into the first string-match.
4333
4334         * wl-summary.el (wl-summary-target-mark-print): New function.
4335         (wl-summary-pipe-message-subr): Extracted from
4336         `wl-summary-pipe-message'.
4337         (wl-summary-target-mark-pipe): New function.
4338         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4339         `wl-summary-target-mark-pipe'.
4340
4341 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4342
4343         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4344
4345 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4346
4347         * wl.el (wl-check-environment): Use elmo-warning instead of
4348         error for non-critical ones.
4349         Remove trash folder check.
4350         (wl): Don't ignore error in wl-check-environment.
4351
4352         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4353         check, which is moved from `wl-check-environment'.
4354         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4355
4356 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4357
4358         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4359         guess anything, call wl-summary-write.
4360         (wl-summary-write): Create draft with blank To field.
4361         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4362
4363 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4364
4365         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4366         argument full as well for wl-folder-write-current-folder.
4367         If wl-*-write-current-folder cannot guess addressee, add blank
4368         To header.
4369         Rewrite condition for positioning cursor.
4370
4371 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4372
4373         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4374         summary buffer is present, use it.
4375         (wl-folder-jump-to-previous-summary): Ditto.
4376
4377 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4378
4379         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4380
4381         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4382         wl-summary-previous-buffer and wl-summary-next-buffer.
4383
4384         * wl-folder.el (wl-folder-mode-map): Bind
4385         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4386         (wl-folder-jump-to-next-summary): New function.
4387         (wl-folder-jump-to-previous-summary): Ditto.
4388
4389         * wl-draft.el (wl-draft): Rearranged.
4390
4391 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4392
4393         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4394         of header.
4395         (wl-draft): Collect arguments for the header as header-alist.
4396         (wl-draft-forward): Arrange arguments for wl-draft.
4397         (wl-draft-reply): Ditto.
4398         (wl-draft-edit-string): Ditto.
4399         * wl-summary.el (wl-summary-write): Ditto.
4400         (wl-summary-write-current-folder): Ditto.
4401
4402         * Version number is increased to 2.9.8.
4403
4404 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4405
4406         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4407
4408         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4409
4410         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4411         even if the guess failed.
4412
4413         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4414         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4415         wl-summary-write-current-folder.
4416         * wl-xmas.el: Ditto.
4417
4418 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4419
4420         * wl-summary.el (wl-summary-next-page): Force display message if
4421         message is not displayed yet.
4422         (wl-summary-prev-page): Ditto.
4423
4424 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4425
4426         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4427
4428 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4429
4430         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4431         add "Preview Message" and "Save Draft and Exit".
4432
4433 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4434
4435         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4436         if addrmgr is called from draft in splitted window.
4437
4438         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4439         * wl-mule.el: Ditto.
4440         * wl-xmas.el: Ditto.
4441
4442 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4443
4444         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4445
4446         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4447         * wl-xmas.el (wl-folder-toolbar): Ditto.
4448
4449 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4450
4451         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4452         and wl-draft-save-and-exit.
4453         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4454         * wl-xmas.el: Ditto.
4455         * wl-mule.el: Ditto.
4456
4457         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4458         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4459
4460 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4461
4462         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4463         lists for saving buffer.
4464
4465 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4466
4467         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4468         parent-folder argument instead of it.
4469         (wl-draft-create-buffer): Ditto.
4470         (wl-draft-forward): Ditto.
4471         (wl-draft-reply): Ditto.
4472         * wl-summary.el (wl-summary-write): Ditto.
4473         (wl-summary-write-current-folder): Ditto.
4474
4475         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4476         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4477         Folder buffer after composing.
4478
4479 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4480
4481         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4482         header if the file `wl-x-face-file' already contains it.
4483
4484 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4485
4486         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4487         folder" entry.
4488         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4489         * wl-e21.el (wl-folder-toolbar): Ditto.
4490         * wl-xmas.el (wl-folder-toolbar): Ditto.
4491
4492 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4493
4494         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4495         wl-folder-goto-folder with sticky argument.
4496         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4497
4498 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4499
4500         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4501         and wl-summary-previous-buffer.
4502         (wl-summary-next-buffer): New function.
4503         (wl-summary-previous-buffer): Ditto.
4504
4505 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4508         wl-folder-jump-to-current-entity-with-arg.
4509         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4510         `wl-folder-jump-to-current-entity'.
4511         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4512         `wl-summary-goto-folder-sticky'.
4513         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4514         `wl-summary-goto-folder'.
4515         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4516         Unless force-exit, do not clean temp. marks for sticky summary.
4517         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4518
4519 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4520
4521         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4522         not entire.
4523
4524 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4525
4526         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4527         to `C-x C-s'.
4528         (wl-summary-save-status): New command.
4529         (wl-summary-exit): Don't clean-up temp marks when sticky.
4530         (Applied patch from Nakayama-san [wl: 09548])
4531         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4532         Do nothing when no mark data.
4533         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4534         Call `wl-summary-delete-all-temp-marks' before saving.
4535
4536 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4537
4538         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4539
4540 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4541
4542         * wl.el (wl-check-environment): Also cause error when (system-name)
4543         returns "localhost.localdomain". (Although it doesn't affect because
4544         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4545
4546 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4547
4548         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4549         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4550
4551         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4552         value.
4553
4554 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4555
4556         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4557         Likewise r-cc-list and r-ng-list.
4558
4559 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4560
4561         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4562         only if it is bound as variable.
4563
4564         * wl-mime.el (wl-draft-preview-message): Ditto.
4565
4566 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4569         needless `goto-char'.
4570
4571         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4572         `wl-summary-redisplay-no-mime-internal' instead of
4573         `wl-summary-redisplay-no-mime'.
4574         (wl-summary-redisplay-no-mime): Changed argument;
4575         Call `wl-summary-redisplay-no-mime-internal'.
4576
4577         * wl-mime.el (wl-draft-preview-message): Bind
4578         `mime-header-encode-method-alist' locally.
4579
4580         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4581         (wl-draft-std11-parse-addresses): Added the first address check.
4582         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4583
4584         * Version number is increased to 2.9.7.
4585
4586 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4587
4588         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4589
4590 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4591
4592         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4593         related to scrollbar support, if there is no such a feature
4594         compiled in.
4595
4596 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4597
4598         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4599         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4600         for prefetch.
4601
4602 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4603
4604         * wl-summary.el (wl-summary-pick): Fix for no match.
4605
4606 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4607
4608         * wl-draft.el (wl-draft-save):
4609         Override `mime-header-encode-method-alist'.
4610
4611 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4612
4613         * wl-folder.el (wl-folder-pick): New function.
4614         Define key as "?".
4615
4616 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4617
4618         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4619         Fix for unplugged.
4620
4621 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4622
4623         * wl-folder.el (wl-folder-virtual): New function.
4624         Define key as "V".
4625
4626 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4627
4628         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4629         multi folder if entity is group.
4630
4631 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4632
4633         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4634         is nil.
4635
4636 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4637
4638         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4639         (wl-summary-target-mark-msgs): Return the number of marked messages.
4640
4641 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4642
4643         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4644         "first:" is specified.
4645
4646 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4647
4648         * wl-vars.el (wl-from): Use return value of function
4649         user-full-name instead of the variable user-full-name since
4650         XEmacs-20.4 doesn't set this variable.
4651
4652 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4653
4654         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4655         call `wl' directly.
4656
4657 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4658
4659         * wl-draft.el (wl-draft-reedit): Removed duplicated
4660         switch-to-buffers.
4661
4662 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * wl.el (wl-other-frame): Removed garbages.
4665
4666 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4667
4668         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4669
4670         * wl-xmas.el (wl-draft-key-setup): Ditto.
4671
4672         * wl-mule.el (wl-draft-key-setup): Ditto.
4673
4674         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4675         (wl-draft-reedit): Ditto.
4676         (wl-draft-prepare-edit): Add `wl-draft-save' to
4677         `local-write-file-hooks'.
4678         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4679         (wl-draft-reedit): Set buffer-file-name.
4680         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4681
4682
4683         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4684         call it.
4685         (wl-delete-startup-frame-function): New variable.
4686         (wl-other-frame): New function
4687         (Original was written by Yamaoka san [wl: 09239]).
4688
4689         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4690         if `wl-folder-use-frame'.
4691
4692 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4693
4694         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4695
4696 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4697
4698         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4699         New variable.
4700         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4701         (wl-message-buffer-prefetch-get-next): Use them.
4702         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4703
4704 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4705
4706         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4707         with unwind-protect.
4708
4709         * wl-draft.el (wl-draft-reedit): Rewrite.
4710         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4711         (wl-draft-save): Insert header separator if it does not exist;
4712         Removed condition-case.
4713
4714         * wl-summary.el (wl-summary-reedit): Revert last change.
4715
4716         * wl-draft.el (wl-draft-save): Rewrite.
4717         (wl-draft-create-buffer): Set buffer-file-name as nil.
4718
4719         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4720
4721         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4722
4723         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4724         nil.
4725
4726 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4727
4728         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4729         If count is nil, do not prefetch.
4730         (wl-message-buffer-prefetch-next): Next.
4731
4732 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4733
4734         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4735
4736 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4737
4738         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4739         `delete-backward-char'
4740         (wl-draft-prepare-edit): Check major-mode.
4741         (wl-draft-decode-header): Rewrite.
4742         (wl-draft): Fix.
4743
4744 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4747
4748 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4749
4750         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4751         (wl-message-buffer-prefetch-get-next): Remove size checking.
4752         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4753
4754 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4755
4756         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4757         (wl-draft-default-headers): Fix.
4758
4759 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4760
4761         * wl-draft.el (wl-draft-default-headers): Insert return value of
4762         `wl-generate-mailer-string-function'.
4763
4764 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4765
4766         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4767         (wl-draft-insert-mail-header-separator): Ditto.
4768
4769         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4770         again (Reverted the change on 2002-01-17 by OKADA san).
4771
4772 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4773
4774         * wl-draft.el (wl-draft): Rewrite.
4775         (wl-draft-create-buffer): New function.
4776         (wl-draft-create-contents): Ditto.
4777         (wl-draft-prepare-edit): Ditto.
4778         (wl-draft-decode-header): Ditto.
4779         (wl-draft-decode-body): Ditto.
4780         (wl-draft-check-new-line): Ditto.
4781         (wl-draft-default-headers): Ditto.
4782         (wl-draft-insert-mail-header-separator): Ditto.
4783
4784 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4785
4786         * Version number is increased to 2.9.6.
4787
4788 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4789
4790         * wl-draft.el (wl-draft-delete-field): Optional argument.
4791         (wl-draft-delete-fields): Ditto.
4792
4793 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4794
4795         * wl-message.el (toplevel): Eliminated byte-compile warning.
4796         for `itimer-function', `delete-timer' and `itimer-list'.
4797
4798 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4799
4800         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4801         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4802         `wl-message-buffer-prefetch-threshold'.
4803         * wl-summary.el (wl-summary-redisplay-internal): Remove
4804         the check of `wl-message-buffer-prefetch-depth'.
4805
4806 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4807
4808         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4809         size of article.
4810         (wl-message-buffer-prefetch-subr): Remove size check.
4811
4812 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4813
4814         * wl-vars.el (wl-plugged): Make customizable.
4815
4816 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4817
4818         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4819         (wl-message-buffer-prefetch-set-timer): New function.
4820         (wl-message-buffer-prefetch-get-next): New function.
4821         (wl-message-buffer-prefetch): New function.
4822         (wl-message-buffer-prefetch-next): Rewrite.
4823         (wl-message-buffer-prefetch-subr): Rewrite.
4824         * wl-vars.el (wl-auto-prefetch-first): New variable.
4825         * wl-summary.el (wl-summary-goto-folder-subr): Call
4826         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4827
4828 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4829
4830         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4831         `wl-summary-unread-message-hook'.
4832
4833 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4834
4835         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4836         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4837         if range is `cache-status'.
4838
4839 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4840
4841         * wl-message.el (wl-message-buffer-prefetch-subr):
4842         Improve debug message.
4843
4844 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4845
4846         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4847         `wl-mail-send-pre-hook'.
4848         (wl-draft-send-mail-with-qmail): Ditto.
4849         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4850
4851 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4852
4853         * wl-message.el (wl-message-buffer-prefetch-subr):
4854         Fix for cancel-function-timers bug.
4855         (wl-message-buffer-prefetch-debug): Default value is t.
4856
4857 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4858
4859         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4860         (wl-message-buffer-prefetch-subr): Rewrite.
4861         Rename from `wl-message-buffer-prefetch'.
4862
4863 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4864
4865         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4866         (wl-default-draft-cite-decorate-author): Ditto.
4867
4868         * wl-draft.el (wl-draft-cite-function): Removed.
4869         (wl-default-draft-cite-decorate-author): Ditto.
4870
4871 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4872
4873         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4874         (wl-default-draft-cite): Do not arrange author name if the value of
4875         `wl-default-draft-cite-decorate-author' is nil.
4876
4877 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4880
4881         * wl-folder.el (wl-folder-check-one-entity): Don't care
4882         `elmo-folder-use-flag-p'.
4883
4884 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4885
4886         * wl-folder (wl-folder-check-one-entity): Fix
4887         problem if unread is nil.
4888
4889 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4890
4891         * wl-address.el (wl-address-make-completion-list): Check whether
4892         the address is a group list.
4893         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4894
4895 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4896
4897         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4898         The number of the messages of new and unread does not count
4899         correctly.
4900
4901         * wl-summary.el (wl-summary-count-unread): Changed to return
4902         `(new . unread)' instead of total.
4903         (wl-summary-sync-update): Follow the change above.
4904
4905         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4906
4907 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4908
4909         * wl-address.el (wl-address-make-completion-list): Do not enclose
4910         address by " <" and ">" if associated realname is "".
4911         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4912         This is against the promblem with group list in .addresses pointed
4913         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4914
4915 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4918         message is a format control string.
4919         * wl-expire.el (wl-expire-append-log): Ditto.
4920         * wl-mime.el (wl-summary-burst-subr): Ditto.
4921         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4922         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4923
4924 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4925
4926         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4927         wl.el (wl-check-variables): Rename from `wl-check-type'.
4928         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4929         (wl-check-variables-2): New function.
4930         (wl): Call `wl-check-variables-2'.
4931
4932 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4933
4934         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4935         after renaming folder in access group.
4936
4937 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4938
4939         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4940         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4941         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4942         (wl-message-buffer-prefetch): Rewrite.
4943         (wl-message-buffer-prefetch-idle-time): Removed.
4944         * wl-summary.el (wl-summary-redisplay-internal):
4945         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4946         Error check for `wl-message-buffer-prefetch-depht'.
4947
4948 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4949
4950         * Version number is increased to 2.9.5.
4951         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4952
4953 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4954
4955         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4956         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4957         Based on the patch written by
4958         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4959
4960 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4961
4962         * wl-draft.el (wl-draft-raw-send): Fix for
4963         `wl-news-send-pre-hook'
4964
4965 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4966
4967         * wl-utils.el (wl-message-id-function): New variable.
4968         * wl-draft.el (wl-draft-insert-required-fields):
4969         Use `wl-message-id-function'.
4970
4971 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4972
4973         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4974         * wl-utils.el (wl-draft-make-message-id-string):
4975         Use `wl-from' for domain part of Message-ID
4976         if `wl-message-id-use-wl-from' if non-nil.
4977         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4978
4979 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4980
4981         * wl.el (wl): Call `wl-check-type'
4982         Do not 'condition-case'.
4983
4984 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4985
4986         * wl.el (wl-check-type): New function.
4987         (wl-check-type-variables): New variable.
4988
4989 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4990
4991         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4992
4993 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4994
4995         * wl-draft.el (wl-smtp-password-key): New function.
4996         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4997         (wl-draft-send-mail-with-smtp): Ditto.
4998         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4999
5000 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
5001
5002         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
5003         * wl-utils.el (wl-unique-id-suffix): Remove.
5004
5005 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
5006
5007         * Version number is increased to 2.9.4.
5008
5009 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
5010
5011         * wl-utils.el (wl-unique-id-suffix): New variable.
5012         (wl-unique-id): Use `wl-unique-id-suffix'
5013
5014 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5015
5016         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
5017         instead of `elmo-msgdb-search'.
5018
5019         * Version number is increased to 2.9.3.
5020
5021 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
5022
5023         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
5024
5025 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
5026
5027         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
5028         (wl-draft-dispatch-message): Changed for send-later.
5029         (wl-draft-queue-flush): Ditto.
5030         (wl-draft): Clear `wl-sent-message-queued'.
5031         (wl-draft-reedit): Ditto.
5032         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
5033         * wl-vars.el (wl-draft-force-queuing): New variable.
5034         (wl-draft-force-queuing-mail): New variable.
5035         (wl-draft-force-queuing-news): New variable.
5036
5037 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
5038
5039         * wl-draft.el (wl-draft-hide): Removed `interactive'.
5040         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
5041
5042 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5043
5044         * Version number is increased to 2.9.2.
5045
5046 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * wl-draft.el (wl-draft-elide-region): New user command.
5049         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
5050
5051         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
5052         command `wl-draft-elide-region'.
5053         * wl-mule.el: Ditto.
5054         * wl-xmas.el: Ditto.
5055
5056 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
5057
5058         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
5059         (wl-biff-check-folder-async): Removed needless let.
5060
5061 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
5062
5063         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
5064         wl-folder-get-elmo-folder.
5065         (wl-biff-check-folder): Set `biff' argument of
5066         `wl-folder-check-one-entity'.
5067         (wl-biff-check-folder-async): Setup `biff' slot of folder.
5068
5069         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
5070         (wl-folder-check-one-entity): Added `biff' argument;
5071         Setup `biff' slot of folder.
5072
5073         * Version number is increased to 2.9.1.
5074
5075 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
5078         comment out and fixed.
5079         (wl-fldmgr-add-completion-subr): Ditto.
5080
5081         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5082         and msgdb.
5083
5084         * wl.el (wl-toggle-plugged): Save summary view.
5085
5086 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5089
5090 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5091
5092         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5093
5094 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5095
5096         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5097         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5098         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5099
5100         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5101         if it was failed.
5102         (wl-demo): Disable undo in the demo buffer.
5103
5104 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-version.el (wl-version): Changed codename.
5107
5108         * Version number is increased to 2.9.0.
5109
5110 2001-12-14  Takuo KITAME <kitame@northeye.org>
5111
5112         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5113         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5114         (wl-folder-mark-as-read-all-current-entity): Ditto.
5115
5116 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-vars.el (wl-from-width): Define as obsolete variable.
5119         (wl-subject-length-limit): Ditto.
5120
5121         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5122
5123         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5124         wl-summary-save-view.
5125
5126         * wl.el (wl-save-status): Ditto.
5127         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5128
5129         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5130         (wl-summary-exit): Follow the change above.
5131         (wl-summary-goto-folder-subr): Ditto.
5132
5133         * wl-folder.el (wl-folder-create-subr): Don't use
5134         `elmo-folder-creatable-p'.
5135
5136 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5139
5140 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5141
5142         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5143         rather than bitmap on Emacs 21.
5144         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5145         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5146         for xbm if the new redisplay engine is not available.
5147
5148 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5149
5150         * wl-folder.el (wl-folder-init-hook): New hook.
5151         (wl-folder-init): Run `wl-folder-init-hook'.
5152
5153 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5156
5157 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5158
5159         * wl-acap.el (wl-acap-cache-filename): New variable.
5160         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5161         (wl-acap-init): Use cache if no ACAP server found.
5162
5163 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5164
5165         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5166         `wl-acap-original-msgdb-dir'.
5167
5168         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5169         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5170
5171         * wl-mime.el (wl-mime-save-directory): Renamed from
5172         `wl-mime-save-dir'.
5173
5174 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5175
5176         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5177
5178         * wl-demo.el: Require `path-util'.
5179         (wl-demo-bitmap-mule-available-p): New internal variable.
5180         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5181         `module-installed-p' instead.
5182         (wl-demo-insert-image): Use *.img file for a bitmap image.
5183         (wl-demo): Don't call the ascii demo recursively.
5184
5185 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5186
5187         * Version number is increased to 2.7.7.
5188
5189 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl.el (wl-exit): Eliminated byte-compile warning.
5192
5193 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5194
5195         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5196         obsolete variable using `elmo-define-obsolete-variable'.
5197         (wl-fetch-confirm-threshold): Ditto.
5198         (wl-cache-prefetch-folder-type-list): Ditto.
5199         (wl-cache-prefetch-folder-list): Ditto.
5200
5201 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5202
5203         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5204         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5205         (wl-demo-insert-image): New function.
5206         (wl-demo-insert-text): New function.
5207         (wl-demo-image-type-alist): Redefine as a function.
5208         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5209         (wl-demo-with-temp-file-buffer): Removed.
5210         (wl-logo-xpm): Removed.
5211         (wl-logo-xbm): Removed.
5212         (wl-logo-bitmap): Removed.
5213
5214 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5215
5216         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5217         (wl-expire-localdir-get-folder-function): New user option.
5218         (wl-expire-localdir-get-folder): New function.
5219         (wl-expire-localdir-date): Ditto.
5220
5221 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5222
5223         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5224         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5225         Fixed unread number mismatch when all-unread < unread.
5226
5227 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5230         (wl-fetch-confirm-threshold): Ditto.
5231
5232         * wl-summary.el (wl-summary-confirm-appends): Removed.
5233         (wl-summary-sync-update): Don't refer
5234         `wl-summary-update-confirm-threshold' (It is now abolished).
5235
5236         * wl-message.el (wl-message-display-internal): Don't refer
5237         `wl-fetch-confirm-threshold' (It is now abolished).
5238
5239 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5240
5241         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5242
5243 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5244
5245         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5246         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5247         Change default value to nil.
5248         (wl-summary-indent-length-limit): The value can be nil, nil means
5249         unlimited.
5250
5251         * wl-summary.el: Don't set limit for indent length if the value of
5252         wl-summary-indent-length-limit is nil.
5253         If the value of wl-summary-width is nil, it means only that the width
5254         of summary is unlimited (nil doesn't mean that the indent length is
5255         unlimited).
5256
5257         * wl-thread.el: Ditto.
5258
5259 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5260
5261         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5262         be nil, nil means never confirm.
5263         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5264
5265 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5266
5267         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5268         means unlimited).
5269
5270 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5273         Use `with-temp-buffer'.
5274
5275 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5278         with new backquote style).
5279         (wl-folder-get-entity-from-buffer): Ditto.
5280
5281 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5282
5283         * wl-version.el (nemacs-version): Eliminated.
5284         (wl-extended-emacs-version2): Ignore nemacs.
5285         (wl-extended-emacs-version3): Ditto.
5286
5287 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5288
5289         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5290         (wl-draft-add-in-reply-to): New variable.
5291         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5292         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5293         (wl-draft-yank-from-mail-reply-buffer): Use
5294         `wl-draft-add-in-reply-to'.
5295         (wl-draft-insert-current-message): Ditto.
5296
5297 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5298
5299         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5300         typo (kill->hide).
5301         (wl-message-buffer-prefetch-folder-type-list): Added elements
5302         `mark' and `cache' instead of `internal'.
5303
5304 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5307         resume msgdb directory.
5308
5309 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5310
5311         * wl.el (wl-exit): Call `wl-acap-exit'.
5312
5313         * wl-summary.el (wl-summary-message-string): New function.
5314         (wl-summary-reedit): Use it.
5315         (wl-summary-resend-bounced-mail): Remove needless let.
5316         (wl-summary-supersedes-message): Ditto.
5317         (wl-summary-save): Ditto.
5318
5319         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5320         (wl-acap-init): Set it.
5321         (wl-acap-exit): New function.
5322
5323 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5324
5325         * wl.el (wl-init): Revert (require 'mime-setup). move from
5326         toplevel.
5327
5328 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5329
5330         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5331         local variables.  Add error when guess function return invalid
5332         value.
5333
5334 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5335
5336         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5337         Change local variable name.
5338         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5339         (wl-folder-get-newsgroups): Return nil when non-news folder.
5340         * wl-summary.el (wl-summary-write-current-folder): State through
5341         when guess-list return nil.
5342         (wl-summary-write-current-folder-functions): Fixed docstring.
5343
5344         * wl.el (wl-exit): Changed confirm message.
5345
5346         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5347         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5348
5349         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5350
5351 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5352
5353         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5354         user option (Renamed from wl-cache-prefetch-folder-type-list).
5355         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5356         from wl-cache-prefetch-folder-list).
5357
5358         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5359         Move to wl-vars.el.
5360         (wl-message-buffer-prefetch-p): Changed to enable
5361         `wl-message-buffer-prefetch-folder-list'.
5362
5363         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5364         `ignore-cache'.
5365
5366 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5367
5368         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5369         `part-top' and `part-bottom'.
5370         (wl-draft-config-sub-part-top): New function.
5371         (wl-draft-config-sub-part-bottom): New function.
5372
5373 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5374
5375         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5376
5377 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5378
5379         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5380
5381 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5382
5383         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5384
5385         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5386         (wl-summary-write-current-folder): Ditto.
5387
5388 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5389
5390         * wl-folder.el (wl-folder-get-newsgroups): Use
5391         `elmo-folder-newsgroups'.
5392
5393 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5394
5395         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5396         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5397         `wl-draft-config-sub-header-bottom'.
5398
5399 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5400
5401         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5402         localnews folder.
5403
5404 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5405
5406         * wl-summary.el (wl-summary-mode): Undo last change.
5407
5408         * wl-folder.el (wl-folder-mode): Ditto.
5409
5410 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5411
5412         * wl-summary.el (wl-summary-mode): Locally set
5413         truncate-partial-window-width to nil.
5414         (for XEmacs)
5415
5416         * wl-folder.el (wl-folder-mode): Ditto.
5417
5418 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5419
5420         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5421
5422 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5423
5424         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5425         number.
5426
5427         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5428
5429         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5430
5431         * Version number is increased to 2.7.6.
5432
5433 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5434
5435         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5436
5437 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5438
5439         * wl-summary.el (wl-summary-sync-update): Enclose network
5440         related portion with `unwind-protect'.
5441
5442 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5443
5444         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5445
5446 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5447
5448         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5449         element.
5450         * wl-vars.el (wl-message-body-button-alist): Ditto.
5451
5452         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5453         max match length.
5454         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5455
5456         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5457         for the max match length;
5458         Use 4th element value for the button string regexp group.
5459
5460         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5461         candidate exists, prompt to select.
5462
5463 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5464
5465         * wl-summary.el (wl-summary-jump-to-msg): Search before
5466         calibration point by `beginning-of-line'.
5467
5468 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5469
5470         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5471         for access group.
5472
5473 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * wl-message.el (wl-message-display-internal): Bind
5476         `default-mime-charset'.
5477
5478         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5479
5480         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5481
5482         * Version number is increased to 2.7.5.
5483
5484 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5485
5486         * wl-expire.el (wl-summary-archive): Fixed;
5487         Use `elmo-folder-name-internal'.
5488
5489 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5490
5491         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5492         from `elmo-folder-move-messages' caller.
5493         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5494
5495         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5496         related portions are changed).
5497
5498 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5499
5500         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5501         counter.
5502
5503 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5504
5505         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5506         buffer local and set it to nil.
5507
5508         * wl-message.el (wl-message-redisplay): Ditto.
5509
5510 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5511
5512         * wl-summary.el (wl-summary-mark-as-important): If message is
5513         already cached, set messag as read, otherwise encache and mark as read.
5514
5515 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5516
5517         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5518         point-min.
5519
5520 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5521
5522         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5523         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5524         a keymap.
5525
5526 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5527
5528         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5529         parent.
5530
5531         * wl-mule.el (wl-message-define-keymap): Ditto.
5532
5533         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5534
5535         * wl-xmas.el (wl-message-display-internal-hook): Define.
5536         (wl-xmas-setup-message-toolbar): Define as function.
5537         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5538         (wl-message-overload-functions): Abolished.
5539         (wl-message-define-keymap): New function.
5540
5541         * wl-vars.el (wl-message-display-internal-hook): New variable.
5542         (wl-message-header-button-alist): New variable (Renamed from
5543         wl-highlight-message-header-button-alist).
5544         (wl-message-body-button-alist): Ditto.
5545
5546         * wl-mule.el (wl-message-define-keymap): New function.
5547         (wl-message-overload-functions): Abolished.
5548
5549         * wl-message.el (wl-message-add-buttons-to-body): New function.
5550         (wl-message-redisplay): Don't call wl-message-overload-functions;
5551         Call wl-message-add-buttons-to-header and
5552         wl-message-add-buttons-to-body.
5553         (wl-message-display-internal): Set keymap argument for
5554         elmo-mime-display-as-is, elmo-mime-message-display;
5555         Run wl-message-display-internal-hook.
5556         (wl-message-refer-article-or-url): Abolished.
5557
5558         * wl-highlight.el (wl-highlight-headers): Don't call
5559         wl-highlight-message-add-buttons-to-header.
5560         (wl-highlight-message-add-buttons-to-header): Abolished.
5561
5562
5563         * wl-e21.el (wl-message-display-internal-hook): Define.
5564         (wl-e21-setup-toolbar): Deleted duplicated binding.
5565         (wl-e21-setup-message-toolbar): Define as function.
5566         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5567         (wl-message-define-keymap): New function.
5568         (wl-message-overload-functions): Abolished.
5569
5570 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5573         and elmo-folder-close.
5574
5575         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5576
5577 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5578
5579         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5580         boolean value.
5581         * wl-draft.el (wl-draft-do-fcc): Ditto.
5582
5583 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5584
5585         * wl-vars.el (wl-fcc-force-as-read): New variable.
5586         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5587         mark copied message as read.
5588
5589 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5590
5591         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5592
5593 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5594
5595         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5596         `wl-summary-target-above' instead of obsolete variable
5597         `wl-summary-temp-above'.
5598
5599         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5600         instead of `make-obsolete-variable'.
5601         * wl-refile.el (toplevel): Ditto.
5602
5603 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5604
5605         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5606         with third argument t.
5607         (wl-draft): Set first argument for wl-plugged-init as t.
5608
5609         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5610         definition.
5611
5612 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5613
5614         * wl-vars.el: Tabify.
5615         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5616
5617         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5618         message.
5619
5620 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5621
5622         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5623         and set default to beep.
5624
5625 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5626
5627         * wl-vars.el (wl-draft-truncate-lines): New variable.
5628
5629         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5630         instead of wl-message-truncate-lines for truncate-lines.
5631
5632 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5633
5634         * wl-message.el (wl-message-display-internal): Call
5635         `wl-highlight-message' after `elmo-mime-display-as-is'.
5636
5637         * wl-mime.el (wl-mime-display-text/plain): New function.
5638         (wl-mime-display-header): Ditto.
5639         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5640         body-presentation-method for text/plain;
5641         Register `wl-mime-display-header' as a header-presentation-method;
5642         Don't set up `elmo-message-text-content-inserted-hook' and
5643         `elmo-message-header-inserted-hook'.
5644
5645         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5646         variable.
5647         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5648         as t if flag is 'all-header;
5649         Don't bind `elmo-message-ignored-field-list',
5650         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5651
5652 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5655         for xemacs with non-mule environment.
5656
5657 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5658
5659         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5660         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5661         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5662
5663 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5664
5665         * wl-vars.el (wl-interactive-send): Set default value as t.
5666
5667 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5668
5669         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5670         (wl-addrmgr-method-list): Abolished.
5671         (wl-addrmgr-change-method): Follow above change.
5672
5673         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5674
5675 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5676
5677         * wl-vars.el (wl-message-truncate-lines): Change default value
5678         to default-truncate-lines.
5679
5680         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5681
5682 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5683
5684         * wl-vars.el (wl-message-truncate-lines): New variable.
5685
5686         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5687         wl-message-truncate-lines.
5688
5689 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5690
5691         * wl-acap.el (wl-acap-init): Remove period from error message.
5692         (wl-acap-find-acap-service): Remove period from message.
5693
5694 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5695
5696         * wl.el (wl-check-environment): Undo last change.
5697
5698         * wl-vars.el (wl-from): Changed default value.
5699
5700         * wl-util.el (toplevel): Don't require tm-edit.
5701
5702         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5703         `wl-folder-init';
5704         Don't set mark on mail body.
5705         (wl-draft-reedit): Ditto.
5706
5707         * wl-address.el (wl-address-quote-specials): Define as an alias for
5708         elmo-address-quote-specials.
5709
5710 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5711
5712         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5713
5714         * wl-vars.el (wl-from): Set default value as nil.
5715         (wl-organization): Set default value as ORGANIZATION environment
5716         variable.
5717
5718         * wl-draft.el (wl-smtp-extension-bind): Check value of
5719         wl-smtp-connection-type.
5720
5721         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5722         error.
5723
5724 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5725
5726         * Version number is increased to 2.7.4.
5727
5728         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5729         arguments from `wl-highlight-x-face-function' caller.
5730         Use x-face-1.3.6.12 or later.
5731
5732 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5733
5734         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5735
5736 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5737
5738         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5739         (wl-fcc): Fix to accept function.
5740         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5741
5742 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5743
5744         * wl-acap.el (toplevel): Added `product-provide' declare.
5745         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5746
5747 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5748
5749         * wl.el (wl): Changed order of calling `elmo-init'
5750         and `elmo-folder-init'.
5751
5752 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5753
5754         * wl-mime.el (wl-summary-burst): Extract message when content-type
5755         of root entity is not only `multipart' but also `message/rfc822'.
5756         (wl-summary-burst-subr): Ditto.
5757
5758 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5759
5760         * wl-vars.el (toplevel): Require 'custom.
5761         (wl-trash-folder): Added to `wl-setting' group.
5762
5763         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5764         exists.
5765         (wl-addrmgr-draw): Insert empty line when no entry exists.
5766
5767         * wl-mule.el (wl-message-wheel-up): Fixed.
5768         (wl-message-wheel-down): Ditto.
5769
5770 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5771
5772         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5773         config is an anonymous lambda expression.
5774
5775 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5776
5777         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5778         when Mule 2 is running.
5779
5780 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5781
5782         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5783
5784 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5785
5786         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5787         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5788
5789         * wl-address.el (wl-address-specials-regexp): Eliminated.
5790         (wl-address-quote-specials): Rewrite.
5791
5792 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5795         shy-groups for regexp.
5796
5797         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5798         character classes and Perl style shy-groups for regexp.
5799         (wl-highlight-plugged-current-line): Use Posix style character
5800         classes for regexp.
5801         (wl-e21-highlight-folder-by-numbers): Ditto.
5802         (wl-e21-display-image-p): Use `display-images-p' instead of
5803         `display-graphic-p'.
5804         (display-images-p): Make an alias to `display-graphic-p' if it is
5805         not available.  It is for Emacs version prior to 21.0.105.
5806
5807         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5808         `display-graphic-p'.
5809         (wl-demo-image-type-alist): Ditto.
5810         (display-images-p): Make an alias to `display-graphic-p' if it is
5811         not available.  It is for Emacs version prior to 21.0.105.
5812
5813 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5814
5815         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5816         support.
5817         (wl-generate-user-agent-string): Ditto.
5818
5819         * wl-version.el (wl-version): Update docsting.
5820         (wl-version-status): Ditto.
5821
5822 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5823
5824         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5825         21.0.105.  For Emacs 21.0.104 or earlier.
5826
5827 2001-09-03  Takuo KITAME <kitame@northeye.org>
5828
5829         * wl-e21.el (wl-plugged-init-icons): Use
5830         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5831         (wl-biff-init-icons): Ditto.
5832
5833 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5834
5835         * wl-highlight.el (wl-highlight-summary-current-line):
5836         Fixed highlighting refile/copy destination.
5837
5838         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5839         (wl-acap-store): Encode string by wl-acap-coding-system.
5840
5841 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5842
5843         * wl-acap.el (toplevel): Check and require 'un-define before
5844         'xemacs-ucs;
5845          Added checking for UTF-2000.
5846
5847 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5848
5849         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5850         Don't enclose with `eval-and-compile'.
5851
5852         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5853         wl-init is non-nil.
5854
5855         * wl-draft.el (wl-draft): Ditto.
5856
5857         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5858
5859         * wl-acap.el (toplevel): Require 'wl.
5860         (wl-acap-store): Call `elmo-init'.
5861
5862         * wl.el (wl): Changed position of `wl-check-environment'.
5863         (toplevel): Added autoload setting for wl-acap.
5864
5865         * wl-vars.el (wl-setting): New custom group.
5866         (wl-from): Added wl-setting group.
5867         (wl-user-mail-address-list): Ditto.
5868         (wl-organization): Ditto.
5869         (wl-subscribed-mailing-list): Ditto.
5870         (wl-envelope-from): Ditto.
5871         (wl-smtp-posting-user): Ditto.
5872         (wl-smtp-posting-server): Ditto.
5873         (wl-smtp-posting-port): Ditto.
5874         (wl-smtp-authenticate-type): Ditto.
5875         (wl-pop-before-smtp-user): Ditto.
5876         (wl-pop-before-smtp-server): Ditto.
5877         (wl-pop-before-smtp-port): Ditto.
5878         (wl-pop-before-smtp-authenticate-type): Ditto.
5879         (wl-nntp-posting-server): Ditto.
5880         (wl-nntp-posting-user): Ditto.
5881         (wl-nntp-posting-port): Ditto.
5882         (wl-fetch-confirm-threshold): Ditto.
5883         (wl-prefetch-threshold): Ditto.
5884         (wl-thread-insert-opened): Ditto.
5885         (wl-ldap-server): Ditto.
5886         (wl-ldap-port): Ditto.
5887         (wl-ldap-base): Ditto.
5888         (wl-ldap-objectclass): Ditto.
5889         (wl-use-ldap): Ditto.
5890         (wl-draft-config-alist): Ditto.
5891         (wl-draft-config-matchone): Ditto.
5892         (wl-template-alist): Ditto.
5893         (wl-message-sort-field-list): Ditto.
5894         (wl-message-ignored-field-list): Ditto.
5895         (wl-message-visible-field-list): Ditto.
5896         (wl-interactive-send): Ditto.
5897         (wl-summary-move-order): Ditto.
5898         (wl-auto-select-first): Ditto.
5899         (wl-auto-select-next): Ditto.
5900         (wl-interactive-save-folders): Ditto.
5901
5902         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5903         Initialization codes are moved from wl-local-folder-init.
5904         (wl-local-folder-init): Follow the change above.
5905         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5906
5907         * wl-acap.el: New file.
5908
5909         * Version number is increased to 2.7.3.
5910
5911 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5912
5913         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5914
5915 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5916
5917         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5918         (wl-addrmgr-address-entry-list): Ditto.
5919
5920 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5921
5922         * wl-e21.el (wl-draft-mode-map): Removed binding for
5923         `wl-draft-insert-x-face-field'.
5924
5925         * wl-mule.el (wl-draft-mode-map): Ditto.
5926
5927         * wl-xmas.el (wl-draft-mode-map): Ditto.
5928
5929         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5930         (wl-cs-autoconv): Ditto.
5931         (wl-cs-local): Ditto.
5932         (wl-use-scoring): Ditto.
5933         (wl-mime-charset): Ditto.
5934         (wl-folder-check-async): Ditto.
5935
5936         * wl.el (toplevel): Ignore nemacs and tm.
5937         (wl-exit): Ditto.
5938
5939         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5940         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5941         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5942         instead of wl-address-petname-add-or-change.
5943         (wl-summary-edit-addresses-subr): Use wl-address-delete
5944         instead of wl-address-petname-delete.
5945
5946         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5947
5948         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5949         if error occured.
5950
5951         * wl-message.el (require): Remove tm support.
5952
5953         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5954
5955         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5956         (wl-folder-jump-to-current-entity): Ditto.
5957         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5958
5959         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5960         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5961         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5962
5963         * wl-mule.el (wl-draft-key-setup): Ditto.
5964
5965         * wl-xmas.el (wl-draft-key-setup): Ditto.
5966
5967         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5968         (wl-draft-std11-parse-addresses): New function.
5969         (wl-draft-parse-mailbox-list): Use it.
5970         (wl-draft): Ignore nemacs.
5971         (wl-draft-reedit): Ditto.
5972
5973         * wl-addrmgr.el: New file.
5974         (Original is wl-rcpt.el written by
5975         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5976         Thanks Kitamoto-san.)
5977
5978         * wl-address.el (wl-address-make-address-list): Modified parsing
5979         process.
5980         (wl-address-delete): Renamed from `wl-address-petname-delete';
5981         Modify wl-address-list too.
5982         (wl-address-add-or-change): Renamed from
5983         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5984
5985 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5986
5987         * wl-highlight.el (wl-highlight-summary-current-line):
5988           Work with transient-mark-mode
5989
5990 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5991
5992         * Version number is increased to 2.7.2.
5993
5994         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5995         instead of elmo-dop-queue-method.
5996
5997 2001-08-06  SAITO Atsunori <sai@yedo.com>
5998
5999         * wl-vars.el (wl-ldap-objectclass): New user option.
6000
6001         * wl-address.el (wl-ldap-make-filter): Use it.
6002
6003 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
6004
6005         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
6006
6007 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
6008
6009         * wl-folder.el (wl-folder): redisplay after folder insertion.
6010
6011         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
6012
6013         * wl-summary.el (wl-summary-sync-update):
6014         Change status mark only when new-msgdb exists.
6015         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
6016
6017 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
6018
6019         * wl-summary.el (wl-summary-open-folder): New function.
6020         (wl-summary-goto-folder-subr): Use it.
6021         (wl-summary-mark-as-important): Fix;
6022         Encache only when no cache exists.
6023
6024 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6027         Use with-current-buffer.
6028
6029 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6030
6031         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
6032         before call `get-buffer'. Fixed parenthesis.
6033         (wl-score-get-header-entry): Clear message and help window when
6034         keyboard quit.
6035         (wl-score-edit-insert-header): Ditto.
6036
6037 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
6040         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
6041         (wl-default-draft-cite): Fix.
6042
6043         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
6044         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
6045
6046 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
6047
6048         * wl-message.el (wl-message-prev-page): Do same bahavior
6049         as summary when it is called in the message buffer.
6050         (wl-message-next-page): Ditto.
6051
6052 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
6053
6054         * wl-summary.el (wl-summary-forward): Use cache if it is not
6055         section cache.
6056
6057 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * wl-vars.el: Changed file coding system to ISO-2022-JP.
6060         Removed redundant require of elmo-vars.
6061         (wl-biff-state-indicator-on): Changed default value for
6062         xemacs with non-mule environment.
6063
6064         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6065         wl-message-buffer is nil;
6066         Hide progress bar after moving messages.
6067
6068 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6069
6070         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
6071         message at cursor point is deleted.
6072
6073 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
6074
6075         * wl-vars.el: Changed file coding system to euc-japan.
6076         Added -*-coding:-*- magic to the first line.
6077
6078         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
6079         Search parent from the first message.
6080
6081         * Version number is increased to 2.7.1.
6082
6083 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6084
6085         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6086
6087 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6088
6089         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6090         refile/delete execution.
6091
6092         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6093         Fixed docstring.
6094
6095 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6096
6097         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6098         do update process;
6099         Don't update marks when update process is interrupted.
6100
6101 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6102
6103         * wl-summary.el (wl-summary-reply): Fixed problem when
6104         wl-draft-use-frame is non-nil.
6105         (wl-summary-forward): Ditto.
6106
6107         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6108         as nil.
6109         (wl-folder-mark-as-read-all-entity): Ditto.
6110         (wl-folder-prefetch-entity): Ditto.
6111
6112         * wl.el (wl): Check environment before wl-init.
6113
6114         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6115         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6116         instead of wl-summary-collect-unread.
6117         (wl-summary-reply): Split message window.
6118
6119 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6120
6121         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6122         only if current language environment is japanese,
6123
6124         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6125         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6126         (wl-folder-goto-folder-subr): Ditto.
6127
6128         * wl-draft.el (wl-draft-dispatch-message): Call
6129         `elmo-file-cache-get-path'.
6130
6131 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6132
6133         * wl-summary.el (wl-summary-cursor-move): If return value of
6134         wl-summary-next-message is not number, don't jump.
6135
6136 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6137
6138         * wl-summary.el (wl-summary-buffer-next-message-function): New
6139         variable.
6140         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6141         if it is bound.
6142
6143         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6144         string.
6145
6146         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6147         (wl-plugged-drawing): Ditto.
6148
6149 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6150
6151         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6152         process.
6153         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6154         with unwind-protect.
6155
6156         * wl.el (wl-init): Require mime-setup.
6157         (wl-check-environment): Don't require mime-setup.
6158
6159         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6160         instead of elmo-folder-type.
6161
6162         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6163         value as nil.
6164
6165 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6166
6167         * Version number is increased to 2.7.0.
6168
6169         * wl-version.el (wl-version): Changed codename.
6170
6171         * wl-summary.el (wl-summary-delete-cache): Fixed.
6172
6173         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6174         Workaround for net folders.
6175         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6176
6177         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6178         value to nil (According to the patch from
6179         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6180
6181         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6182         of elmo-folder-close.
6183
6184 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6185
6186         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6187         for postfix.
6188
6189 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6190
6191         * wl-summary.el (wl-summary-resend-message): Fixed.
6192
6193         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6194         Call wl-draft with `from' argument if its address is included in
6195         `wl-user-mail-address-list'.
6196         (wl-draft): Added `from' argument.
6197
6198         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6199         non-nil.
6200         (wl): Don't show demo if wl-demo is nil.
6201
6202         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6203         wl-summary-use-frame.
6204
6205         * wl-vars.el (wl-summary-use-frame): New user option.
6206         (wl-folder-use-frame): Changed docstring.
6207
6208         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6209         non-nil.
6210         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6211         wl-summary-use-frame.
6212
6213         * wl-vars.el (wl-folder-use-frame): New user option.
6214
6215         * wl-summary.el (wl-summary-exit): Back to folder frame if
6216         wl-folder-use-frame is non-nil.
6217         (wl-summary-redisplay-internal): Ignore cache if current folder
6218         is draft folder,
6219         (wl-summary-redisplay-no-mime): Ditto.
6220         (wl-summary-redisplay-all-header): Ditto.
6221
6222         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6223         if wl-folder-use-frame is non-nil.
6224
6225 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6226
6227         * wl-summary.el (wl-summary-sync-update): Bind
6228         elmo-folder-update-threshold.
6229         (wl-summary-mark-as-important): Enclosed server mark processing
6230         with `save-match-data'.
6231
6232         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6233         only when it is already defined.
6234
6235 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6236
6237         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6238         name of folder exclude localdir is wrong.
6239         * wl-folder.el (wl-folder-sync-entity):
6240         Set `wl-summary-always-sticky-folder-list' as nil.
6241         (wl-folder-mark-as-read-all-entity): Ditto.
6242         (wl-folder-prefetch-entity): Ditto.
6243
6244 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6245
6246         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6247         instead of `wl-summary-write-current-newsgroup'.
6248
6249 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6250
6251         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6252         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6253         non-nil and selected message is important, do not display.
6254
6255 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6256
6257         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6258
6259 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6260
6261         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6262
6263         * wl-summary.el (wl-summary-mark-as-important): Set message number
6264         using wl-summary-message-number.
6265
6266 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6267
6268         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6269         destination folder is 'null.
6270
6271 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6272
6273         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6274         New function.
6275         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6276         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6277         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6278
6279 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6280
6281         * wl-mime.el (wl-mime-setup): Added setting for
6282         `mime-setup-signature-key-alist' to avoid overriding key bind for
6283         `wl-draft-send'.
6284
6285         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6286         for `wl-draft-send'.
6287         * wl-mule.el (wl-draft-overload-functions): Ditto.
6288         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6289         * wl-draft.el (wl-draft-send): Ditto.
6290
6291         * wl-message.el (wl-message-display-internal):
6292         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6293         (Patch is provided by <kita@coe.nttdata.co.jp>).
6294
6295 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6296
6297         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6298
6299 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl.el (wl): Fix for wl-demo.
6302
6303 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6304
6305         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6306
6307 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6308
6309         * wl-folder.el (wl-folder-prefetch-entity): Use
6310         `wl-folder-get-elmo-folder'.
6311         (wl-folder-count-incorporates): Do not use
6312         `wl-folder-get-elmo-folder'.
6313
6314 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6315
6316         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6317         instead of `elmo-folder-get-type'.
6318
6319 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6320
6321         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6322         position on Subject: field.
6323         (Advised by Mito <mit@nines.nec.co.jp>)
6324
6325 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6326
6327         * wl-folder.el (wl-folder-prefetch-entity): Use
6328         `wl-folder-get-elmo-folder'.
6329
6330 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6331
6332         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6333
6334         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6335         `process-duplicates' slot.
6336
6337         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6338         if detection failed.
6339
6340 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6341
6342         * wl-version.el (wl-version-status): Set to "alpha".
6343
6344 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6345
6346         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6347         Check wl-message-buffer lives before set-buffer.
6348
6349 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6350
6351         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6352         called in folder mode.
6353         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6354         * wl-summary.el (wl-summary-exit-pre-hook): Run
6355         `wl-summary-exit-pre-hook' before exit summary mode.
6356
6357 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6358
6359         * wl-version.el (wl-version-status): New variable.
6360         (wl-version-status-alist): Removed.
6361         (wl-version-status): Rule included.
6362
6363 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6366         @sponichi.
6367
6368         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6369         when `mail-reply-buffer' is buffer-local variable.
6370         (Reported by <kita@coe.nttdata.co.jp>).
6371
6372 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-vars.el (toplevel): Require 'elmo-util.
6375
6376 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6377
6378         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6379         (All other related portions are changed)
6380
6381         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6382
6383         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6384
6385 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6386
6387         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6388
6389 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6390
6391         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6392         Delete other windows to avoid an error.
6393         Use `point-marker' instead of `point' to remember the start point
6394         of body.
6395
6396         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6397
6398         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6399         number not to exceed all message number.
6400
6401 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6402
6403         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6404         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6405
6406 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6407
6408         * wl-summary.el (wl-summary-sync-force-update): Added argument
6409         no-check.
6410         (wl-summary-sync-update): Ditto.
6411         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6412         with `no-check'.
6413
6414         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6415         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6416         already running.
6417
6418 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6419
6420         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6421         `dst-folder-arg'.
6422         (wl-expire-archive-number1): Diito.
6423         (wl-expire-archive-number2): Diito.
6424         (wl-expire-archive-Date): Diito.
6425         (wl-archive-number1): Diito.
6426         (wl-archive-number2): Diito.
6427         (wl-archive-date): Diito.
6428         (wl-archive-folder-p): New function.
6429         (wl-summary-expire): Support of expand folder name at
6430         wl-expire-alist.
6431         * wl-util.el (wl-expand-newtext): Renamed from
6432         `wl-refile-expand-newtext'.
6433
6434 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6435
6436         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6437         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6438         `(elmo-msgdb-get-overview msgdb)'.
6439         (wl-summary-prefetch): Bind match data before call
6440         `wl-summay-prefetch-msg'.
6441         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6442         'off if `wl-summary-buffer-disp-msg' is non-nil.
6443         Fixed problem that couldn't show only one new or unread message when
6444         enter folder.
6445         (wl-summary-reply): Don't call `split-window-vertically' and other
6446         window.
6447
6448 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * wl-expire.el (wl-expire-refile): Fixed.
6451
6452 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6455
6456         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6457         biff notification is removed.
6458
6459         * wl.el (wl): Changed position of `elmo-init'.
6460
6461         * wl-draft.el (wl-default-draft-cite): Use date field
6462         on the citation buffer.
6463
6464         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6465
6466         * wl-xmas.el (wl-folder-internal-icon-list): Added
6467         `wl-folder-shimbun-image'.
6468
6469         * wl-e21.el (wl-folder-internal-icon-list): Added
6470         `wl-folder-shimbun-image'.
6471
6472 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6473
6474         * wl.el (wl-init): Eliminated argument.
6475         (wl): Rewrite.
6476
6477         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6478         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6479         instead of `elmo-folder-msgdb-internal'.
6480         (wl-summary-sync-update): Ditto.
6481         (wl-summary-flush-pending-append-operations): Eliminated.
6482         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6483         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6484         `elmo-folder-open'.
6485
6486         * wl-mime.el (wl-summary-burst): Fixed.
6487
6488         * wl-folder.el (wl-folder-info-save): Check data type.
6489
6490         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6491         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6492         instead of `elmo-folder-msgdb-internal'.
6493         (wl-expire-hide): Ditto.
6494
6495
6496         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6497
6498 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6499
6500         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6501
6502 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6503
6504         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6505
6506 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6507
6508         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6509         Fixed `match-beginning' argument mismatch.
6510
6511 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6512
6513         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6514         the default value.
6515
6516 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6519         instead of `elmo-nntp-default-port'.
6520
6521         * wl-vars.el: Fixed some doc strings.
6522
6523 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6524
6525         * wl-summary.el (wl-summary-prefetch-msg): Use
6526         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6527
6528         * wl-vars.el: Define *-func as obsolete variable using
6529         `elmo-define-obsolete-variable'.
6530
6531         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6532         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6533         instead of `wl-message-buffer-prefetch-threshold'.
6534
6535         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6536
6537         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6538
6539         * wl-draft.el (wl-caesar-region-func): Ditto.
6540
6541         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6542         Keep unread status in elmo-folder-move-messages.
6543         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6544
6545 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6546
6547         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6548         `wl-summary-buffer-exit-func'
6549         (wl-summary-buffer-message-redisplay-function): Renamed from
6550         `wl-summary-buffer-message-redisplay-func'
6551         (wl-summary-buffer-next-folder-function): Renamed from
6552         `wl-summary-buffer-next-folder-func'.
6553         (wl-summary-buffer-prev-folder-function): Renamed from
6554         `wl-summary-buffer-prev-folder-func'.
6555         (wl-summary-get-petname-function): Renamed from
6556         `wl-summary-get-petname-func'.
6557
6558         * wl-score.el (wl-score-edit-exit-function): Renamed from
6559         `wl-score-edit-exit-func'.
6560
6561         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6562         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6563
6564         * wl-util.el (wl-load-profile-function): Renamed from
6565         `wl-load-profile-func'.
6566
6567         * wl-folder.el (wl-folder-completion-function): Renamed from
6568         `wl-folder-completion-func'.
6569         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6570
6571         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6572         `wl-expire-archive-get-folder-func'.
6573         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6574         (wl-draft-send-mail-function): Renamed from
6575         `wl-draft-send-mail-func'.
6576         (wl-draft-send-news-function): Renamed from
6577         `wl-draft-send-news-func'.
6578         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6579         (wl-generate-mailer-string-function): Renamed from
6580         `wl-generate-mailer-string-func'.
6581         (wl-highlight-signature-search-function): Renamed from
6582         `wl-highlight-signature-search-func'.
6583         (wl-highlight-x-face-function): Renamed from
6584         `wl-highlight-x-face-func'
6585         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6586         (wl-ps-print-buffer-function): Renamed from
6587         `wl-ps-print-buffer-func'
6588         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6589         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6590         (wl-summary-subject-filter-function): Renamed from
6591         `wl-summary-subject-filter-func'.
6592
6593         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6594         `wl-draft-queue-flush-send-func'
6595         (wl-draft-cite-function): Renamed from
6596         `wl-draft-cite-func'
6597
6598         * wl-address.el (wl-address-init-function): Renamed from
6599         `wl-address-init-func'.
6600
6601 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6602
6603         * wl-draft.el (wl-draft-queue-flush): Don't call
6604         `elmo-dop-unlock-message'.
6605         * wl-draft.el (wl-draft-queue-append): Don't call
6606         `elmo-dop-lock-message'.
6607
6608         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6609         (wl-summary-buffer-folder-name): Ditto.
6610         (wl-summary-message-regexp): Added '-' (all other related portions
6611         are changed).
6612         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6613         wl-summary-buffer-folder-name.
6614
6615 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6616
6617         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6618         the number of mails in the folder buffer is not updated by wl-biff.
6619
6620 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6621
6622         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6623         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6624
6625 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6626
6627         * wl-summary.el (wl-summary-next-message):
6628         Return next message number when wl-summary-move-order is nil.
6629
6630 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6631
6632         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6633         `wl-summary-move-spec-alist'.
6634         (wl-summary-move-spec-unplugged-alist): New variable
6635         (Move spec for unplugged status).
6636         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6637         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6638
6639 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6640
6641         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6642         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6643
6644 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6645
6646         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6647         simple quotation to quote the anonymous function.
6648         * tm-wl.el (wl-draft-preview-message): Ditto.
6649
6650 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6651
6652         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6653         Eliminate redundant `save-excursion'.
6654         (wl-highlight-summary-current-line): Ditto.
6655
6656         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6657         accessing match data when `looking-at' failed.
6658
6659         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6660         `elmo-match-string' where users don't care about the speed.
6661         (wl-draft-save): Ditto.
6662
6663 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-util.el (wl-regexp-opt): New function.
6666
6667         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6668         number from `wl-summary-buffer-number-list'.
6669         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6670         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6671         (wl-summary-move-spec-alist): Changed default setting.
6672
6673 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6674
6675         * wl-vars.el (wl-biff-notify-hook): New hook.
6676         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6677         the arrival of new mail.
6678         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6679         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6680
6681 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6682
6683         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6684
6685 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6686
6687         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6688
6689         * Version number is increased to 2.5.8.
6690
6691         * wl-thread.el (toplevel): require 'cl.
6692         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6693         (wl-thread-make-number-list): New function.
6694         (wl-thread-entity-make-number-list-from-children): Ditto.
6695         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6696         (wl-thread-entity-insert-as-children): Likewise.
6697         (wl-thread-delete-message): Likewise.
6698         (wl-meaning-of-mark): Eliminated.
6699         (wl-thread-next-failure-mark-p): Ditto.
6700         (wl-thread-entity-get-mark): Ditto.
6701         (wl-thread-meaning-alist-get-result): Ditto.
6702         (wl-thread-entity-check-prev-mark): Ditto.
6703         (wl-thread-entity-check-next-mark): Ditto.
6704         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6705         (wl-thread-entity-get-prev-marked-entity): Ditto.
6706         (wl-thread-get-prev-unread): Ditto.
6707         (wl-thread-jump-to-prev-unread): Ditto.
6708         (wl-thread-get-next-unread): Ditto.
6709         (wl-thread-jump-to-next-unread): Ditto.
6710         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6711         (wl-thread-entity-get-next-marked-entity): Ditto.
6712
6713         * wl-summary.el (wl-summary-buffer-number-list):
6714         New bufer-local variable.
6715         (wl-summary-switch-to-clone-buffer): Clone
6716         `wl-summary-buffer-number-list'.
6717         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6718         (wl-summary-cursor-move-regex): Eliminated.
6719         (wl-summary-cursor-up): Rewrite.
6720         (wl-summary-cursor-down): Ditto.
6721         (wl-summary-mode-spec-alist): New variable.
6722         (wl-summary-next-message): New inline function.
6723         (wl-summary-cursor-move): New function.
6724         (wl-summary-default-get-next-msg): Rewrite.
6725         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6726         (wl-summary-rescan): Ditto.
6727         (wl-summary-sync-all-init): Ditto.
6728         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6729         summary is not thread view.
6730         (wl-summary-sync-update): Ditto.
6731         (wl-summary-rescan): Ditto.
6732         (wl-summary-make-number-list): New function.
6733
6734         * wl-draft.el: "FCC" -> "Fcc".
6735
6736 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6737
6738         * wl-highlight.el (wl-highlight-summary-window):
6739         Call `set-buffer-modified-p'.
6740
6741         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6742         (wl): Call `elmo-init' and fix.
6743
6744         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6745         Use new variables.
6746
6747         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6748
6749 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6750
6751         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6752
6753 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6754
6755         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6756
6757 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6758
6759         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6760         `wl-use-toolbar' nor `display-graphic-p'.
6761         (wl-e21-setup-message-toolbar): Ditto.
6762         (wl-e21-setup-summary-toolbar): Ditto.
6763         (wl-e21-setup-folder-toolbar): Ditto.
6764
6765         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6766         (wl-plugged-init-icons): Ditto.
6767
6768         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6769         `display-graphic-p'.
6770         (wl-plugged-set-folder-icon): Ditto.
6771         (wl-highlight-plugged-current-line): Ditto.
6772         (wl-highlight-folder-current-line): Ditto.
6773         (wl-e21-highlight-folder-group-line): Ditto.
6774         (wl-e21-setup-toolbar): Ditto.
6775         (wl-e21-display-image-p): New macro.
6776
6777         * wl-demo.el (wl-demo): Simplified.
6778         (wl-demo-image-type-alist): Use `image-type-available-p' for
6779         checking whether the image type `xbm' is available.
6780
6781 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6784         (wl-summary-input-range): Ditto.
6785
6786 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6787
6788         * wl-summary.el (wl-summary-edit-addresses): Use
6789         `wl-summary-get-original-buffer'
6790         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6791         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6792         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6793         (wl-summary-get-newsgroups): Eliminated.
6794         (wl-summary-set-crosspost): Ditto.
6795         (wl-summary-is-crosspost-folder): Ditto.
6796         (wl-crosspost-alist-load): Ditto.
6797         (wl-crosspost-alist-save): Ditto.
6798
6799         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6800         `elmo-setup-subscribed-newsgroups' instead of
6801         `elmo-nntp-make-groups-hashtb'.
6802         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6803         instead of `wl-crosspost-alist-save'.
6804
6805         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6806         of `elmo-folder-message-appendable-p'.
6807         (wl-mime-header-presentation-method): Eliminated.
6808
6809         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6810         (Error occurs in emacs21).
6811
6812         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6813         the current buffer).
6814
6815         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6816         instead of `wl-crosspost-alist-save'.
6817         (wl-init): `elmo-crosspost-message-alist-load'
6818         instead of `wl-crosspost-alist-load'
6819
6820         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6821         (wl-parse-newsgroups): Likewise.
6822         (wl-biff-notify): Run `wl-biff-notify-hook'.
6823
6824 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6825
6826         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6827
6828         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6829         when `wl-summary-lazy-highlight' is non-nil.
6830         (wl-summary-goto-folder-subr): Highlight only when
6831         `wl-summary-lazy-highlight' is non-nil.
6832
6833         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6834         Don't display progress and highlight temp-mark when
6835         `wl-summary-lazy-highlight' is non-nil.
6836         (wl-highlight-summary-window): New function.
6837         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6838
6839 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6840
6841         * wl-summary.el (wl-summary-sync): Change `all-visible'
6842         from `all-shown'
6843         (wl-summary-input-range): Ditto.
6844
6845 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6846
6847         * wl-e21.el (wl-highlight-folder-current-line): Call
6848         `wl-folder-init-icons' when folder icons have not been initialized.
6849
6850         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6851
6852         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6853         (wl-demo-image-type-alist): New macro.
6854
6855 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6856
6857         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6858         display does not support graphics.
6859         (wl-plugged-init-icons): Ditto.
6860         (wl-folder-init-icons): Ditto.
6861
6862         * wl-demo.el (wl-demo): Chech closely whether the display
6863         supports graphics.
6864
6865 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-summary.el (wl-summary-get-original-buffer): New function.
6868         (wl-summary-set-crosspost): Use it.
6869         (wl-summary-target-mark-uudecode): Ditto.
6870         (wl-summary-reedit): Ditto.
6871         (wl-summary-resend-bounced-mail): Ditto.
6872         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6873         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6874
6875         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6876         (wl-message-display-internal): Ditto.
6877
6878 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6879
6880         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6881
6882 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6883
6884         * wl-summary.el (wl-summary-save-view): Renamed from
6885         `wl-summary-save-status'.
6886
6887 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6888
6889         * wl-summary.el (wl-summary-sync): Added `all-shown'
6890
6891 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6892
6893         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6894
6895 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6896
6897         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6898
6899 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6900
6901         * wl-highlight.el (wl-highlight-summary-line-string): Use
6902         `zerop' instead of `= 0'.
6903         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6904
6905         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6906         for comparing numbers.
6907         (wl-template-prev): Use `zerop' instead of `eq 0'.
6908
6909         * wl-draft.el (wl-draft-insert-current-message): Use
6910         `with-current-buffer' instead of `save-excursion'.
6911         Use `zerop' instead of `eq 0'.
6912
6913 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6914
6915         * wl-draft.el (wl-draft-insert-ccs): New function.
6916         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6917         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6918
6919 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6920
6921         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6922
6923 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6924
6925         * wl-expire.el (wl-expire-refile): Don't call
6926         elmo-msgdb-add-msgs-to-seen-list;
6927         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6928         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6929
6930 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6931
6932         * wl-message.el (wl-message-prev-page): Ignore errors while
6933         scroll-down.
6934
6935 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6936
6937         * wl-mime.el: Use elmo-original-message-mode instead of
6938         mmelmo-original-mode.
6939
6940         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6941         `elmo-folder-get-spec';
6942         (wl-fldmgr-add-completion-all-completions):
6943         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6944
6945         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6946         of `elmo-folder-get-type'.
6947
6948         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6949         `elmo-folder-get-spec';
6950         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6951         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6952         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6953         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6954         `elmo-read-msg-no-cache';
6955         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6956         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6957         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6958         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6959         `elmo-cache-save';
6960         (wl-draft-reedit): Use `elmo-message-file-name'.
6961
6962         * wl-expire.el: Use `elmo-folder-name-internal';
6963         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6964         Use macro `wl-summary-buffer-msgdb' instead of variable
6965         `wl-summary-buffer-msgdb';
6966         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6967         Use macro `wl-summary-buffer-folder-name' instead of variable
6968         `wl-summary-buffer-folder-name'.
6969         * wl-score.el: Likewise.
6970
6971         * wl-message.el: Rewrite for new message buffer cache mechanism.
6972         (wl-message-buffer-cache-buffer-get): New macro.
6973         (wl-message-buffer-cache-folder-get): Ditto.
6974         (wl-message-buffer-cache-message-get): Ditto.
6975         (wl-message-buffer-cache-entry-make): Ditto.
6976         (wl-message-buffer-cache-hit): Ditto.
6977         (wl-message-buffer-cache-sort): New function.
6978         (wl-message-buffer-cache-add): Ditto.
6979         (wl-message-buffer-cache-delete): Ditto.
6980         (wl-message-buffer-cache-clean-up): Ditto.
6981         (wl-message-buffer-window): Rewrite.
6982         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6983         (wl-message-buffer-display): New function.
6984         (wl-message-display-internal): New function.
6985
6986 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6987
6988         * wl-folder.el: Use `elmo-folder-name-internal';
6989         Use `wl-folder-get-elmo-folder';
6990         Use `elmo-folder-list-messages' instead of
6991         `elmo-list-folder';
6992         Use `elmo-folder-get-primitive-list' instead of
6993         `elmo-folder-get-primitive-spec-list';
6994         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6995         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6996         Use `elmo-folder-create' instead of `elmo-create-folder'.
6997         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6998         (wl-folder-get-elmo-folder): New macro.
6999         (wl-folder-elmo-folder-cache-get): Ditto.
7000         (wl-folder-elmo-folder-cache-put): Ditto.
7001         (wl-folder-suspend): Call `elmo-quit'.
7002
7003         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
7004         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
7005         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
7006         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
7007         (toplevel): require 'cl.
7008         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
7009
7010         * wl-summary.el: Rewrite to use new elmo interface.
7011
7012 \f
7013 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
7014
7015         * wl-mime.el (wl-draft-preview-message):
7016         Run `wl-draft-send-hook' before collecting recipients information;
7017         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
7018
7019         * tm-wl.el (wl-draft-preview-message): Ditto.
7020
7021 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * wl-mime.el (wl-draft-preview-message): Fixed problem that
7024         wrong recipients are displayed when forwarded message.
7025
7026 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
7027
7028         * Version number is increased to 2.5.7.
7029
7030 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7031
7032         * wl-message.el (wl-message-next-page): Bind
7033         `window-pixel-scroll-increment' to nil while scrolling up.
7034
7035 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7036
7037         * wl-vars.el (wl-save-hook): New hook.
7038         * wl.el (wl-save): Call `wl-save-hook'.
7039
7040 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7041
7042         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
7043         Argument WITH-ARG instead of NO-ARG (negative mean).
7044         (wl-draft-reply): WITH-ARG instead of NO-ARG.
7045         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
7046         * wl-message.el (wl-message-follow-current-entity): Likewise.
7047
7048 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7049
7050         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
7051         FROM was optional argument.
7052         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
7053
7054 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7055
7056         * Version number is increased to 2.5.6.
7057
7058 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7059
7060         * wl-version.el (wl-version-show): Removed.
7061         (wl-version): Add `interactive'.
7062
7063 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
7064
7065         * wl-summary.el (wl-summary-get-petname-func): New variable.
7066         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
7067         instead of `wl-address-get-petname-1'.
7068         (wl-summary-simple-from): Ditto.
7069
7070         * wl-address.el (wl-address-get-petname-1): Define as function.
7071
7072 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7073
7074         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7075         field in the original message.
7076         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7077
7078 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7079
7080         * wl-expire.el (wl-expire-hide):
7081         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7082
7083 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7084
7085         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7086         find decoder for To, Cc, and Subject.
7087
7088 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7091         for checking `elmo-use-buffer-cache'.
7092         (wl-summary-mark-as-important): Fixed typo in comment.
7093
7094 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7095
7096         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7097         field in the original message.
7098         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7099
7100 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7101
7102         * wl-expire.el (wl-expire-hide):
7103         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7104
7105 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7108         find decoder for To, Cc, and Subject.
7109
7110 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7111
7112         * Version number is increased to 2.5.5.
7113
7114         * wl-address.el (wl-address-specials-regexp): New constant.
7115         (wl-address-quote-specials): Use it.
7116
7117 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7118
7119         * wl-summary.el (wl-summary-rescan):
7120         Call `wl-summary-buffer-number-column-detect'.
7121         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7122
7123         * wl-message.el (wl-message-mode-map): Define.
7124         (wl-message-decode): Use it as local-map.
7125
7126 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7127
7128         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7129         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7130
7131 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7132
7133         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7134
7135         * wl-mule.el (wl-read-event-char): Ditto.
7136
7137         * wl-e21.el (wl-read-event-char): Ditto.
7138
7139         * wl-nemacs.el (wl-read-event-char): Ditto.
7140         (read-event): Removed.
7141
7142         * wl-util.el (toplevel): Removed dummy definition of
7143         `read-event'.
7144         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7145
7146 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7147
7148         * wl-nemacs.el (elmo-archive-call-process): Moved to
7149         elmo-archive.el.
7150
7151 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7152
7153         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7154         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7155
7156         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7157         instead of magic-number 6.  Use `not' instead of `null' for symbol
7158         `nil' check (not empty list).
7159         (wl-draft-insert-x-face-field): Fixed paren style.
7160
7161         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7162         one-branch conditional statement, instead of `and' and `if'.
7163         (wl-draft-forward): Likewise.
7164         (wl-draft-add-references): Likewise.
7165         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7166
7167         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7168         conditional steatment.  Use `cond' instead of `if'.
7169         (wl-draft-confirm): Likewise.
7170
7171 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7172
7173         * wl-version.el (wl-version-show): Use `product-string-1'
7174         instead of `wl-version'.
7175         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7176
7177         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7178
7179 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7180
7181         * wl-highlight.el (wl-highlight-headers): Revert
7182         `wl-highlight-x-face-func' argument (`beg' and `end').
7183
7184 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7185
7186         * wl.el (toplevel): Move `product-provide' declare.
7187         * wl-demo.el (toplevel): Ditto.
7188         * wl-dnd.el (toplevel): Ditto.
7189         * wl-highlight.el (toplevel): Ditto.
7190         * wl-message.el (toplevel): Ditto.
7191         * wl-refile.el (toplevel): Ditto.
7192         * wl-util.el (toplevel): Ditto.
7193
7194 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7195
7196         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7197         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7198         (wl-thread-close-all): keep cursor position.
7199
7200 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7201
7202         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7203         (eq x 0).
7204         (wl-generate-user-agent-string-1): Fix conditional statement.
7205
7206 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7207
7208         * wl.el (wl-check-environment): Additional check for
7209         'wl-local-domain' and `wl-message-id-domain'.
7210
7211 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7212
7213         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7214
7215 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7216
7217         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7218         instead of `smtp-sasl-user-realm'.
7219
7220 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7221
7222         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7223
7224 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7225
7226         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7227         to the default value as well as `eword-lexical-analyzer'.
7228
7229 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7230
7231         * wl-version.el (wl-extended-emacs-version,
7232         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7233         `elmo-match-string' instead of `wl-match-string'.
7234
7235 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7236
7237         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7238         docstring.
7239
7240 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7241
7242         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7243
7244 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7245
7246         * wl-highlight.el (wl-highlight-headers): Remove
7247         `wl-highlight-x-face-func' argument (`beg' and `end').
7248
7249 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7250
7251         * wl-summary.el (wl-summary-mark-as-important):
7252         Remove cache if folder is local.
7253
7254 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7255
7256         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7257         to get existing e-mail address string.
7258
7259 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7260
7261         * wl-version.el (wl-generate-user-agent-string): Commentary.
7262         (wl-generate-user-agent-string-1): Use `when' for
7263         one-branch conditional statement, instead of `and' and `if'.
7264         (wl-extended-emacs-version, wl-extended-emacs-version2,
7265         wl-extended-emacs-version3): Ditto.
7266
7267 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7268
7269         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7270         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7271         condition-case; Remove initialization.
7272         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7273         (wl-summary-sync-update3): Added argument `sync-all';
7274         Eliminated local variable `msgdb';
7275         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7276         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7277         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7278
7279 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7280
7281         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7282         connection before call `wl-draft-send-mail-with-smtp'.
7283
7284 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7285
7286         * Version number is increased to 2.5.4.
7287
7288 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7289
7290         * wl.el (wl-check-environment): Additional check for
7291         'wl-local-domain' and `wl-message-id-domain'.
7292
7293 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
7294
7295         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7296         buffer as command specific.
7297         (wl-folder-mark-as-read-all-entity): Ditto.
7298         (wl-folder-prefetch-entity): Ditto.
7299         (wl-folder-drop-unsync-entity): Ditto.
7300
7301         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7302         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7303         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7304
7305         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7306         save-excursion.
7307
7308 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7309
7310         * Version number is increased to 2.5.3.
7311
7312         * wl-summary.el (wl-summary-save-view-cache):
7313         Delete duplicated `write-region';
7314         Use `write-region-as-binary' instead of `as-binary-output-file' and
7315         `write-region'.
7316
7317 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7318
7319         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7320
7321 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7322
7323         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7324         instead of `smtp-via-smtp'.
7325
7326 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7327
7328         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7329
7330 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7331
7332         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7333         instead of `smtp-sasl-user-realm'.
7334
7335 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7336
7337         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7338
7339 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7340
7341         * Version number is increased to 2.5.2.
7342
7343 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7344
7345         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7346         does not exist.
7347         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7348         (wl-biff-start): Call `timer-activate' if timer already exists.
7349
7350         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7351         only when it is bound as function.
7352
7353 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7354
7355         * Version number is increased to 2.5.1.
7356
7357 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7358
7359         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7360         Print refile/copy destination.
7361
7362 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7363
7364         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7365         queue-flush-only is non-nil.
7366
7367         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7368
7369         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7370         checking cache folder.
7371
7372 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7373
7374         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7375         `regexp-quote'.
7376
7377 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7378
7379         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7380         function.
7381         * wl-summary.el (wl-summary-write-current-folder-functions):
7382         Change default value.  Use it.
7383
7384 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7385
7386         * Version number is increased to 2.5.0.
7387
7388         * wl-version.el (wl-version): Changed codename.
7389
7390 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7391
7392         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7393         (wl-summary-supersedes-message): Ditto.
7394
7395 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7396
7397         * wl-refile.el (wl-refile-guess-functions): Renamed from
7398         `wl-refile-guess-func-list'.
7399
7400 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7401
7402         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7403         Fixed problem when no rule was matched.
7404
7405 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7406
7407         * wl-summary.el (wl-summary-get-mark): Fixed
7408         `wl-summary-buffer-target-mark' check logic.
7409
7410 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7411
7412         * wl-folder.el (wl-folder-write-current-folder): Added group
7413         folder check.
7414
7415         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7416         `wl-summary-write-current-newsgroup'.
7417         (wl-summary-write-current-folder-functions): New variable.
7418         * wl-folder.el (wl-folder-get-newsgroups): New function.
7419         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7420         (wl-folder-write-current-folder): Renamed from
7421         `wl-folder-write-current-newsgroup'.
7422
7423 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7424
7425         * Version number is increased to 2.3.93.
7426
7427 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7428
7429         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7430         (wl-ldap-make-matched-value-list): Ditto.
7431         (wl-ldap-alias-safe-string): Split e-mail address.
7432
7433         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7434         petname folder default was selected.
7435         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7436         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7437
7438 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7439
7440         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7441         to `wl-draft-config-exec'.
7442
7443         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7444         instead of calling `wl-draft-config-exec';
7445         Process group-list and show recipients in minibuffer.
7446
7447         * tm-wl.el (wl-draft-preview-message): Ditto.
7448
7449 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7450
7451         * wl.el (toplevel): Added (C) to copyright notice, and
7452         sync Author header.
7453         * tm-wl.el (toplevel): Ditto.
7454         * wl-address.el (toplevel): Ditto.
7455         * wl-demo.el (toplevel): Ditto.
7456         * wl-dnd.el (toplevel): Ditto.
7457         * wl-draft.el (toplevel): Ditto.
7458         * wl-e21.el (toplevel): Ditto.
7459         * wl-expire.el (toplevel): Ditto.
7460         * wl-folder.el (toplevel): Ditto.
7461         * wl-highlight.el (toplevel): Ditto.
7462         * wl-message.el (toplevel): Ditto.
7463         * wl-mime.el (toplevel): Ditto.
7464         * wl-mule.el (toplevel): Ditto.
7465         * wl-nemacs.el (toplevel): Ditto.
7466         * wl-refile.el (toplevel): Ditto.
7467         * wl-score.el (toplevel): Ditto.
7468         * wl-summary.el (toplevel): Ditto.
7469         * wl-template.el (toplevel): Ditto.
7470         * wl-thread.el (toplevel): Ditto.
7471         * wl-util.el (toplevel): Ditto.
7472         * wl-vars.el (toplevel): Ditto.
7473         * wl-xmas.el (toplevel): Ditto.
7474
7475 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7476
7477         * wl.el (wl-init): Added comment about `wl-init-hook'.
7478         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7479         * wl-vars.el (wl-init-hook): Added docs.
7480         (wl-make-plugged-hook): Removed useless docs.
7481         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7482         * wl-xmas.el (toplevel): Ditto.
7483
7484 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7485
7486         * wl-address.el (toplevel): Fixed multiple Author header format.
7487         * wl-demo.el (toplevel): Ditto.
7488         * wl-draft.el (toplevel): Ditto.
7489         * wl-folder.el (toplevel): Ditto.
7490         * wl-summary.el (toplevel): Ditto.
7491         * wl-thread.el (toplevel): Ditto.
7492         * wl-util.el (toplevel): Ditto.
7493         * wl-vars.el (toplevel): Ditto.
7494         * wl-version.el (toplevel): Ditto.
7495         * wl-xmas.el (toplevel): Ditto.
7496         * wl.el (toplevel): Ditto.
7497
7498         * wl-version.el (toplevel): Added require `elmo-version' for
7499         `product-version-as-string'.
7500
7501 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7502
7503         * wl-vars.el (wl-draft-send-hook): Changed default value to
7504         '(wl-draft-config-exec).
7505
7506         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7507         explicitly.
7508         (wl-draft): Set `wl-draft-config-exec-flag' before running
7509         `wl-mail-setup-hook'.
7510
7511         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7512         `wl-biff-init-icons' to `wl-init-hook' instead of
7513         `wl-make-plugged-hook'.
7514         (Because if `wl-draft' command is invoked at first,
7515         they are not initialized)
7516         Updated copyright notice.
7517
7518         * wl-e21.el (toplevel): Ditto;
7519
7520         * wl-demo.el (toplevel): Updated copyright notice.
7521         * wl-address.el (toplevel): Ditto.
7522         * wl-draft.el (toplevel): Ditto.
7523         * wl-version.el (toplevel): Ditto.
7524         * wl-folder.el (toplevel): Ditto.
7525         * wl-summary.el (toplevel): Ditto.
7526         * wl-thread.el (toplevel): Ditto.
7527         * wl-util.el (toplevel): Ditto.
7528         * wl-vars.el (toplevel): Ditto.
7529         * wl.el (toplevel): Ditto.
7530
7531 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7532
7533         * wl-highlight.el (wl-highlight-message): Fixed problem of
7534         highlighting failure which occured when the last field contains
7535         multiple lines in the draft buffer.
7536
7537         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7538         `wl-biff-start' if plugged.
7539
7540         * wl-util.el (wl-biff-check-folder): New function.
7541         (wl-biff-check-folders): Don't set session name prefix.
7542         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7543         (wl-biff-check-folder-async): Ditto.
7544
7545         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7546         in email address.
7547
7548 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7549
7550         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7551
7552         * wl-draft.el (wl-draft-strip-subject-re): New function.
7553
7554         * wl-draft.el (wl-draft-reply): Use it.
7555
7556 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7557
7558         * wl-message.el (wl-mmelmo-message-redisplay): Use
7559         `mime-display-message' instead of `wl-mime-display-message'.
7560
7561         * wl-mime.el (toplevel): Removed compatibility workaround
7562         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7563         (wl-mime-display-message): Abolished.
7564         (wl-mime-entity-read-field): Ditto.
7565         (wl-mime-combine-message/partial-pieces): Use
7566         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7567
7568 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7569
7570         * wl-template.el: Doc fixes.
7571
7572 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7573
7574         * wl-e21.el (wl-message-overload-functions): Do nothing if
7575         `current-local-map' is not available.
7576         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7577
7578 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7579
7580         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7581         representation.
7582
7583         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7584         number.
7585         (wl-fldmgr-save-folders): Don't use `format' when insert
7586         `wl-fldmgr-folders-header'.
7587
7588 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7589
7590         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7591
7592 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7593
7594         * wl-highlight.el (wl-highlight-message):
7595         Use `std11-field-end' to detect end point of the header field.
7596         Refer `wl-highlight-max-header-size'.
7597
7598         * wl-vars.el (wl-highlight-max-header-size): New variable.
7599
7600         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7601
7602         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7603         Set `for-draft' argument of wl-highlight-headers.
7604         (wl-draft): Ditto.
7605         (wl-draft-reedit): Ditto.
7606         (wl-user-agent-compose-internal): Ditto.
7607
7608 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7609
7610         * wl-message.el (wl-message-add-button): Use overlay.
7611
7612 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7613
7614         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7615
7616         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7617         problem when group-list content is nothing.
7618         (Reported by Mito <mit@nines.nec.co.jp>)
7619
7620 2000-10-18  SAITO Atsunori <sai@yedo.com>
7621
7622         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7623
7624 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7625
7626         * tm-wl.el (toplevel): Use product-provide.
7627
7628 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7629
7630         * Version number is increased to 2.3.92.
7631
7632 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7633
7634         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7635         title text, use `display' property for left margin under Emacs 21.
7636
7637         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7638         properties.
7639         (wl-plugged-init-icons): Ditto.
7640
7641 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7642
7643         * wl.el (wl-save-status, wl-init): Remove last period in
7644         "...done." message.
7645         * tm-wl.el (wl-summary-burst): Ditto.
7646         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7647         wl-summary-resume-cache-status,
7648         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7649         wl-summary-sync-update3, wl-summary-highlight-msgs,
7650         wl-summary-flush-pending-append-operations,
7651         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7652         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7653         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7654         wl-thread-open-all): Ditto.
7655         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7656         * wl-mime.el (wl-summary-burst): Ditto.
7657         * wl-highlight.el (wl-highlight-summary): Ditto.
7658         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7659         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7660         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7661         * wl-address.el (wl-local-address-init): Ditto.
7662
7663 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7664
7665         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7666         `add-text-properties'.
7667         (wl-plugged-init-icons): Ditto.
7668         (wl-folder-init-icons): Use `propertize' instead of
7669         `put-text-property'.
7670         (wl-plugged-set-folder-icon): Ditto.
7671         (wl-e21-highlight-folder-group-line): Ditto.
7672
7673 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7674
7675         * wl-version.el (wl-version-status-alist): New variable.
7676         (wl-version-status): New function.
7677
7678         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7679         "Cc" part of the case "Reply-To".
7680
7681         * wl-draft.el (wl-draft-reply): Use result of
7682         `eword-extract-address-components'.
7683
7684         * wl-demo.el (wl-demo-icon-name): New constant.
7685         (wl-logo-xpm): Use it.
7686         (wl-logo-xbm): Ditto.
7687         (wl-logo-bitmap): Ditto.
7688
7689         * Version number is increased to 2.3.91.
7690
7691 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7692
7693         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7694         (wl-extended-emacs-version, wl-extended-emacs-version2,
7695         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7696         docstring.
7697
7698         * wl-version.el (wl-generate-user-agent-string-1): New function.
7699         (wl-generate-user-agent-string): Use it.
7700
7701         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7702         `mime-edit-insert-user-agent-field'.
7703         (wl-generate-user-agent-string): Check
7704         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7705
7706         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7707         instead of `if', when verbose case.
7708
7709 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7710
7711         * wl-expire.el (wl-summary-expire): Fix.
7712
7713 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7714
7715         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7716         and `elmo-lost+found-folder' if 'wl-draft.
7717         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7718
7719 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7720
7721         * wl-expire.el (wl-summary-expire): Change messages.
7722         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7723         `deleing-info' instead of "Deleting..."
7724
7725 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7726
7727         * wl-summary.el (wl-summary-refile-subr): Fix.
7728
7729 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7730
7731         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7732         if pipe folder.
7733
7734 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7735
7736         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7737
7738 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7739
7740         * wl-expire.el (wl-expire-hide): New function.
7741         (wl-summary-expire): Add `hide'.
7742
7743 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7744
7745         * wl-vars.el (wl-draft-reply-without-argument-list):
7746         Changed default value to consider `Reply-To:'.
7747         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7748
7749         * Version number is increased to 2.3.90.
7750
7751         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7752         elmo-imap4-get-session with unwind-protect.
7753         Don't cause error.
7754         (wl-summary-sync-marks): Don't check plugged nor folder type.
7755         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7756         (Always keep current buffer).
7757
7758 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7759
7760         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7761         Enclose with `save-excursion'.
7762
7763 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7764
7765         * wl-version.el (wl-version): Remove interactive.
7766
7767 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7768
7769         * wl-version.el (wl-generate-user-agent-string): Use
7770         `product-string-verbose' instead of `product-string-1'.
7771
7772 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7773
7774         * wl-vars.el (wl-draft-use-cache): New variable.
7775         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7776         if wl-draft-use-cache is non-nil.
7777
7778 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7779
7780         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7781         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7782
7783 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7786         (wl-thread-msg-mark-as-unread): Ditto.
7787
7788         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7789         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7790         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7791         Don't set mark in summary if return value of `elmo-mark-as-read'
7792         is nil.
7793         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7794         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7795         instead of `wl-thread-msg-mark-as-read'.
7796         (wl-summary-mark-as-unread-region): Ditto.
7797         (wl-summary-target-mark-mark-as-read): Ditto.
7798
7799         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7800
7801 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7802
7803         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7804
7805         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7806
7807 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7808
7809         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7810         face.
7811
7812 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7813
7814         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7815         `running-xemacs'.
7816
7817 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7818
7819         * wl-version.el (toplevel): Use `product-version-as-string' for
7820         set verstion-string, if defined.
7821
7822         * wl-version.el (wl-version-show): Insert string at point, when
7823         call with argument.
7824
7825         * wl-version.el (wl-generate-user-agent-string): Use
7826         `product-string-1' instead of `wl-appname', `wl-version' and
7827         `wl-codename'.
7828
7829 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7830
7831         * wl-address.el (toplevel): Use product-provide.
7832         * wl-demo.el (toplevel): Ditto.
7833         * wl-dnd.el (toplevel): Ditto.
7834         * wl-draft.el (toplevel): Ditto.
7835         * wl-e21.el (toplevel): Ditto.
7836         * wl-expire.el (toplevel): Ditto.
7837         * wl-fldmgr.el (toplevel): Ditto.
7838         * wl-folder.el (toplevel): Ditto.
7839         * wl-highlight.el (toplevel): Ditto.
7840         * wl-message.el (toplevel): Ditto.
7841         * wl-mime.el (toplevel): Ditto.
7842         * wl-mule.el (toplevel): Ditto.
7843         * wl-nemacs.el (toplevel): Ditto.
7844         * wl-refile.el (toplevel): Ditto.
7845         * wl-score.el (toplevel): Ditto.
7846         * wl-summary.el (toplevel): Ditto.
7847         * wl-template.el (toplevel): Ditto.
7848         * wl-thread.el (toplevel): Ditto.
7849         * wl-util.el (toplevel): Ditto.
7850         * wl-vars.el (toplevel): Ditto.
7851         * wl-xmas.el (toplevel): Ditto.
7852         * wl.el (toplevel): Ditto.
7853
7854 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7855
7856         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7857         instead of product.
7858
7859         * wl-version.el (wl-version): Compile time evalution elmo-version.
7860
7861 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7862
7863         * wl-summary.el (wl-summary-sync-force-update): Append queue
7864         `mark-as-read'if unplugged.
7865
7866 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7867
7868         * wl-version.el: New file.  Use product.el.
7869         * wl.el: add (require 'wl-version).
7870         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7871         for ~/.folders header.
7872         (wl-fldmgr-folders-header): Changed.
7873         * wl-demo.el (wl-demo): Use product.el.
7874
7875         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7876         wl-version.el.
7877         * wl-util.el (wl-version, wl-version-show): Ditto.
7878
7879         * wl-util.el (wl-generate-user-agent-string,
7880         wl-extended-emacs-version, wl-extended-emacs-version2,
7881         wl-extended-emacs-version3): Move to wl-version.el.
7882         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7883         xemacs-codename, mime-edit-insert-user-agent-field,
7884         mime-edit-user-agent-value, mime-editor/version,
7885         mime-editor/codename): Compile warning killer move to
7886         wl-version.el
7887
7888 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7889
7890         * wl-summary.el (wl-summary-refile-subr): Fix.
7891
7892 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7893
7894         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7895         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7896
7897 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7898
7899         * wl.el (wl-check-environment): Check too many `@'.
7900
7901 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7902
7903         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7904
7905 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7906
7907         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7908         wl-draft-reply-myself-without-argument-list): Add variables.
7909         * wl-draft.el (wl-draft-reply): Use it.
7910
7911 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7912
7913         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7914         the 5th argument of `elmo-network-get-spec'.
7915
7916         * wl-thread.el (wl-thread-reparent-children): New inline function.
7917         (wl-thread-delete-message): Use it.
7918
7919         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7920         (wl-summary-score-update-all-lines): Don't use `dolist'.
7921
7922 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7923
7924         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7925         (require 'elmo-msgdb) for inline function.
7926
7927 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7928
7929         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7930
7931 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7932
7933         * wl-score.el (wl-score-headers): Fix for the confusing macro
7934         `elmo-kill-buffer'.
7935
7936 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7937
7938         * wl-summary.el: Don't use the 3rd argument of `require' because
7939         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7940         * wl-util.el: Ditto.
7941         * wl-draft.el: Ditto.
7942
7943 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7944
7945         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7946         window system is not used.
7947
7948 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7949
7950         * wl-thread.el: Don't use `mapcar' only for iteration.
7951         (wl-thread-resume-entity): Ditto.
7952         (wl-thread-delete-message): Ditto.
7953
7954         * wl-summary.el: Bind `dragdrop-drop-functions',
7955         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7956         of `require' for `timezone', `easymenu' and `ps-print';
7957         don't use `mapcar' only for iteration.
7958
7959         * wl-util.el: Bind `mule-version', `nemacs-version',
7960         `emacs-beta-version', `xemacs-codename',
7961         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7962         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7963         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7964         only for iteration.
7965
7966         * wl-score.el: Don't use `mapcar' only for iteration.
7967         (wl-score-simplify-buffer-fuzzy): Ditto.
7968         (wl-score-simplify-subject): Ditto.
7969         (wl-score-headers): Ditto.
7970         (wl-summary-score-update-all-lines): Ditto.
7971
7972         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7973         `enable-multibyte-characters' and `mule-version'.
7974
7975         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7976         `mapcar' only for iteration.
7977
7978         * wl-demo.el: Don't use `mapcar' only for iteration.
7979
7980         * wl-folder.el: Don't use `mapcar' only for iteration.
7981         (wl-folder-open-all): Ditto.
7982         (wl-folder-count-incorporates): Ditto.
7983
7984         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7985         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7986
7987         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7988         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7989         `smtp-connection-type'; specify 3rd argument of `require' for
7990         `timezone'; don't use `mapcar' only for iteration.
7991         (wl-draft-clone-local-variables): Don't use `mapcar'.
7992         (wl-draft-generate-clone-buffer): Ditto.
7993         (wl-user-agent-compose-internal): Ditto.
7994
7995         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7996
7997         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7998         (wl-save-status): Ditto.
7999
8000         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
8001         for iteration.
8002
8003 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
8004
8005         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
8006         removed `Date'.
8007         (wl-fldmgr-make-filter-default): New user option.
8008
8009         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
8010         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
8011         (wl-fldmgr-filter-completion-alist): Abolish.
8012
8013         * wl.el (wl): Don't check servers if arg is non-nil.
8014
8015         * wl-draft.el (wl-draft-reply): Set only message-id string to
8016         In-Reply-To field.
8017
8018 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8019
8020         * wl-summary.el (wl-summary-pick): Rewrite.
8021
8022         * wl-draft.el (wl-draft-forward): Get references field from
8023         original buffer.
8024         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
8025
8026 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8027
8028         * wl-draft.el (wl-draft-forward): Add references field.
8029
8030 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
8031
8032         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
8033         (wl-draft-reply): Use it.
8034
8035 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
8036
8037         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
8038         when Emacs 21 is running.
8039
8040         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
8041         bindings.
8042
8043 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8044
8045         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
8046         XPM icons transparent.
8047
8048         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
8049         Emacs 21.
8050
8051 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
8052
8053         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
8054         nil.
8055
8056         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
8057         when it is persistent.
8058         (wl-summary-sync-marks): Changed argument for
8059         `elmo-list-folder-unread' and `elmo-list-folder-important'.
8060         (wl-summary-virtual): Use `elmo-read-search-condition'.
8061         (wl-summary-redisplay-internal): If folder is local, mark as read
8062         even when folder is plugged.
8063
8064 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8065
8066         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
8067         of `tool-bar-lines' in the frame parameters.
8068         (after-make-frame-functions, post-command-hook): Don't modify the
8069         value.
8070         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
8071         wl-e21-tool-bar-lines): Removed.
8072
8073 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
8074
8075         * wl-highlight.el (wl-highlight-folder-path): Put overlay
8076         properties `evaporate' and `wl-momentary-overlay' as well.
8077         (wl-highlight-summary-displaying): Ditto.
8078         (wl-delete-all-overlays): Don't delete overlay which does not have
8079         a property `wl-momentary-overlay'.
8080
8081         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8082         `display-mouse-p' and `display-graphic-p'.
8083         (wl-folder-init-icons): Don't search for XBM or the other files.
8084         (wl-plugged-set-folder-icon): Make icons if and only if
8085         `display-graphic-p' returns non-nil.
8086         (wl-highlight-plugged-current-line): Use `before-string' overlay
8087         property to show icon images.
8088         (wl-highlight-folder-current-line): Ditto.
8089         (wl-e21-highlight-folder-group-line): Ditto.
8090         (wl-e21-highlight-folder-by-numbers): Ditto.
8091         (wl-e21-insert-image): Removed.
8092         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8093         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8094         said.
8095         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8096         `wl-e21-force-switch-toolbar'.
8097         (wl-e21-make-icon-image): Removed.
8098         (wl-e21-setup-toolbar): Don't search for XBM files.
8099         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8100         the default value.
8101
8102 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8103
8104         * wl-util.el (wl-biff-check-folder-async): Set
8105         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8106
8107 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8108
8109         * wl-e21.el (after-make-frame-functions): Add
8110         `wl-e21-force-switch-toolbar'.
8111         (wl-e21-force-switch-toolbar): New function force to switch the
8112         toolbar appearance automatically.
8113         (post-command-hook): Add `wl-e21-switch-toolbar'.
8114         (wl-e21-switch-toolbar): New function to switch the toolbar
8115         appearance automatically.
8116         (wl-e21-tool-bar-lines): New buffer local variable.
8117
8118 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8119
8120         * wl-util.el (wl-biff-check-folders-running): New variable.
8121         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8122         (wl-biff-check-folder-async-callback):
8123         Set `wl-biff-check-folders-running'.
8124         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8125         with unwind-protect.
8126
8127         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8128         Enclose `wl-folder-auto-check' with unwind-protect.
8129
8130         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8131         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8132
8133         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8134
8135         * wl-util.el (wl-biff-notify): New inline function.
8136         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8137         locally.
8138         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8139         folder-list' is 1.
8140         Use `wl-biff-notify'.
8141         (wl-biff-check-folder-async-callback): New function.
8142         (wl-biff-check-folder-async): Ditto.
8143
8144         * wl-folder.el (wl-folder): Don't check folders.
8145         (wl-folder-auto-check): New function.
8146
8147 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8148
8149         * wl-util.el (wl-biff-start) [Emacs19+]:
8150         Use `timer-next-integral-multiple-of-time'.
8151         (wl-biff-check-folders): Use `wl-default-folder'
8152         if `wl-biff-check-folder-list' is nil.
8153
8154 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8155
8156         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8157         instead of `elmo-delete-lists'.
8158
8159 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8160
8161         * wl.el (wl-plugged-toggle-all): Set the value of
8162         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8163         (wl-plugged-toggle): Ditto.
8164         (wl-toggle-plugged): Ditto.
8165         (wl-plugged-init): Ditto.
8166
8167         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8168         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8169         instead of `wl-biff-state-indicator-off' and
8170         `wl-biff-state-indicator-on'; don't modify the value and the type
8171         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8172         (wl-plugged-init-icons): Set icons data to
8173         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8174         instead of `wl-plug-state-indicator-off' and
8175         `wl-plug-state-indicator-on'; don't modify the value and the type
8176         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8177
8178         * wl-vars.el (wl-modeline-biff-state-off,
8179         wl-modeline-biff-state-on, wl-modeline-biff-status,
8180         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8181         wl-modeline-plug-status): New internal variables.
8182         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8183         wl-biff-check-interval, wl-biff-check-folder-list): Change
8184         customization group from `wl-folder' to `wl-highlight'.
8185         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8186         wl-show-plug-status-on-modeline): Defcustomized.
8187
8188         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8189         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8190         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8191         a flag to `mode-line-buffer-identification'.
8192
8193         * wl-e21.el (wl-biff-init-icons): Set icons data to
8194         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8195         instead of `wl-biff-state-indicator-off' and
8196         `wl-biff-state-indicator-on'.
8197         (wl-plugged-init-icons): Set icons data to
8198         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8199         instead of `wl-plug-state-indicator-off' and
8200         `wl-plug-state-indicator-on'.
8201
8202 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8203
8204         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8205         excessive titles.
8206
8207 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8208
8209         * wl.el (wl-plugged-mode): Use revised
8210         `wl-mode-line-buffer-identification'.
8211         (wl-plugged-init): Don't use `force-mode-line-update'.
8212
8213         * wl-xmas.el (wl-draft-overload-functions): Use revised
8214         `wl-mode-line-buffer-identification'.
8215         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8216         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8217         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8218         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8219         `wl-make-plugged-hook';
8220         add `wl-folder-init-icons' and `wl-setup-folder' to
8221         `wl-folder-mode-hook'.
8222
8223         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8224         19 as well.
8225         (wl-mode-line-display-priority-list): New user option.
8226         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8227         Defcustomized.
8228         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8229         Add docs.
8230
8231         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8232         start.
8233         (wl-mode-line-buffer-identification): Revised as a function.
8234
8235         * wl-summary.el (wl-summary-mode): Use revised
8236         `wl-mode-line-buffer-identification'; don't call
8237         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8238         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8239         `wl-xmas-setup-summary'.
8240
8241         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8242         `wl-mode-line-buffer-identification'.
8243
8244         * wl-mule.el (wl-draft-overload-functions): Use revised
8245         `wl-mode-line-buffer-identification'.
8246
8247         * wl-folder.el (wl-make-plugged-alist): Don't call
8248         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8249         (wl-folder): Don't call `wl-folder-init-icons' directly.
8250         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8251         `wl-xmas-setup-folder' directly;
8252         use revised `wl-mode-line-buffer-identification'.
8253         (TopLevel): Don't bind `wl-biff-init-icons',
8254         `wl-plugged-init-icons', `wl-folder-init-icons',
8255         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8256
8257         * wl-e21.el (wl-draft-overload-functions): Use revised
8258         `wl-mode-line-buffer-identification'.
8259         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8260         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8261         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8262         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8263         `wl-make-plugged-hook';
8264         add `wl-folder-init-icons' and `wl-setup-folder' to
8265         `wl-folder-mode-hook'.
8266
8267 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8268             Katsumi Yamaoka    <yamaoka@jpl.org>
8269
8270         * wl.el (wl): Call `wl-biff-start'.
8271         (wl-exit): Call `wl-biff-stop'.
8272         (wl-plugged-mode): Show biff in modeline.
8273         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8274
8275         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8276         (wl-biff-init-icons): New function.
8277         (wl-plugged-init-icons): Don't make too much keymaps.
8278         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8279
8280         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8281         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8282         variables.
8283         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8284         options.
8285
8286         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8287         wl-biff-start, wl-biff-stop): New functions.
8288         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8289         (wl-biff-timer-name): New variable.
8290
8291         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8292
8293         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8294         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8295
8296         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8297         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8298
8299         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8300         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8301         `wl-folder-init-icons' to `ignore' if they are not available.
8302         (wl-folder-mode): Show biff in modeline.
8303
8304         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8305         (wl-biff-init-icons): New function.
8306         (wl-plugged-init-icons): Don't make too much keymaps.
8307         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8308
8309 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8310
8311         * wl-vars.el (wl-strict-diff-folders): Customization Type
8312         and doc fix.  Define as a list of regular expressions for
8313         folders or nil.
8314         * wl-folder.el (wl-folder-check-one-entity): Use
8315         `wl-string-match-member' instead of `wl-string-member' for
8316         `wl-strict-diff-folders'.
8317
8318 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8319
8320         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8321         (wl-highlight-folder-current-line): Use it; new implementation.
8322         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8323         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8324         `defsubst' instead of `defun'.
8325
8326         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8327         `wl-highlight-group-folder-by-numbers'; made it can also be a
8328         number.  See info for more details.
8329
8330         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8331         running.
8332
8333         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8334         to bind them.
8335
8336         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8337         (wl-highlight-folder-current-line): New implementation.
8338
8339         * wl-highlight.el (wl-highlight-folder-group-line): New
8340         implementation.
8341         (wl-delete-all-overlays): Rewrite as a marco.
8342         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8343
8344         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8345         running.
8346         (wl-folder-*-glyph): No need to bind them.
8347
8348         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8349         `wl-e21-highlight-folder-group-icon'; rewrite.
8350         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8351         `defsubst' instead of `defun'.
8352         (wl-folder-mode-map): Bind it when compiling.
8353
8354 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8355
8356         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8357
8358         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8359
8360 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8361
8362         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8363
8364 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8365
8366         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8367         (wl-highlight-folder-current-line): Use it.
8368
8369         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8370         in `id-name'.
8371
8372 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8373
8374         * wl.el: Require `wl-e21' when Emacs 21 is running.
8375
8376         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8377         default when Emacs 21 is running.
8378         (wl-use-highlight-mouse-line): Ditto.
8379         (wl-on-emacs21): New constant.
8380         (wl-on-emacs20): Removed.
8381
8382         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8383         Emacs 21 is running.
8384
8385         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8386         Emacs 21 is running.
8387
8388         * wl-e21.el: New file.
8389
8390 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8391
8392         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8393         (wl-toggle-plugged): Ditto.
8394         (wl-plugged-toggle): Ditto.
8395         (wl-plugged-toggle-all): Ditto.
8396
8397         * wl-vars.el (wl-plug-state-indicator): Refer
8398         `wl-plug-state-indicator-on' indirectly.
8399
8400 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8401
8402         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8403         Call `wl-folder-confirm-existence'.
8404
8405         * wl-folder.el (wl-folder-confirm-existence): Added optional
8406         argument `force'.
8407
8408 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8409
8410         * wl-summary.el (wl-summary-refile-subr): Assume
8411         `copy-or-refile' as symbol.
8412         (wl-summary-refile): Follow up above change.
8413         (wl-summary-copy): Ditto.  Doc fix.
8414
8415 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8416
8417         * wl-summary.el (wl-summary-pick): Don't bind
8418         `elmo-search-mime-charset'.
8419
8420         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8421         default using old backquote style.
8422         (wl-search-mime-charset): Abolished.
8423
8424         * wl-highlight.el (wl-highlight-headers):
8425         Call `point' after `re-search-forward'(for Nemacs).
8426
8427         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8428         for elmo-imap4.el.
8429
8430 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8431
8432         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8433         `wl-message-ignored-field-list' instead of
8434         `mime-view-ignored-field-list'.
8435
8436         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8437         Add interactive spec.
8438         (wl-folder-goto-bottom-of-current-folder): Ditto.
8439         (wl-folder-mode-map): Bind them.
8440
8441         * wl-vars.el (wl-message-ignored-field-list): New variable.
8442         (wl-message-visible-field-list): New variable.
8443
8444         * wl-mime.el (wl-mime-header-presentation-method): New function.
8445         (wl-mime-setup): Set header-presentation-method.
8446
8447 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8448
8449         * wl-nemacs.el (wl-draft-overload-functions): Set
8450         `mode-line-buffer-identification' instead of using
8451         `wl-make-modeline'.
8452
8453         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8454         instead of using `wl-make-modeline'.
8455
8456         * wl-xmas.el (wl-plugged-init-icons): Set up
8457         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8458         (wl-make-modeline): Abolish.
8459         (wl-draft-overload-functions): Set
8460         `mode-line-buffer-identification' instead of using
8461         `wl-make-modeline'.
8462
8463         * wl-util.el (wl-make-modeline-subr): Abolish.
8464         (wl-mode-line-buffer-identification): New alias.
8465
8466         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8467         (wl-summary-make-modeline): Abolish.
8468         (wl-summary-buffer-set-folder): Set
8469         `wl-summary-buffer-folder-indicator'.
8470         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8471         of using `wl-make-modeline'.
8472         (wl-summary-switch-to-clone-buffer): Don't set
8473         `mode-line-buffer-identification'.
8474         (wl-summary-goto-folder-subr): Ditto.
8475
8476         * wl-mule.el (wl-draft-overload-functions): Set
8477         `mode-line-buffer-identification' instead of using
8478         `wl-make-modeline'.
8479
8480         * wl-folder.el (wl-folder-mode): Set
8481         `mode-line-buffer-identification' instead of using
8482         `wl-make-modeline'.
8483         (wl-folder): Don't set `mode-line-buffer-identification'.
8484
8485 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8486
8487         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8488         instead of `member' for `wl-refile-guess-func-list' look-ups.
8489         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8490
8491 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8492
8493         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8494         `wl-message-button-dispatcher'.
8495
8496         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8497
8498         * wl-message.el (wl-message-button-dispatcher): Use it.
8499
8500         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8501         "In-Reply-To".
8502
8503         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8504         Bind `case-fold-search' to t.
8505
8506 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8507
8508         * wl-xmas.el (wl-message-overload-functions): Initialize
8509         `wl-message-button-map'.
8510
8511         * wl-mule.el (wl-message-overload-functions): Initialize
8512         `wl-message-button-map'.
8513
8514         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8515
8516         * wl-message.el (wl-message-button-map): New keymap.
8517         (wl-message-add-button): New function.
8518         (wl-message-button-dispatcher): New function.
8519         (wl-message-button-refer-article): New function.
8520
8521         * wl-highlight.el
8522         (wl-highlight-message-add-buttons-to-header): New function.
8523         (wl-highlight-headers): Use it.
8524
8525 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8526
8527         * wl-summary.el (wl-summary-default-from): Use
8528         `wl-address-get-petname-1'.
8529         (wl-summary-simple-from): Ditto.
8530
8531         * wl-address.el (wl-address-get-petname-1): New inline function.
8532         (wl-address-get-petname): Use it.
8533
8534 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8535
8536         * wl-summary.el (wl-summary-default-from): Return full-name part
8537         from the address if no petname was found.
8538         (wl-summary-simple-from): Ditto.
8539
8540         * wl-address.el (wl-address-get-petname): Return nil if no petname
8541         associated with the address was found.
8542
8543 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8544
8545         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8546         display is finished.
8547
8548 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8549
8550         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8551         `elmo-folder-exists-p' argument.
8552
8553 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8554
8555         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8556         the folder.
8557
8558 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8559
8560         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8561
8562         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8563         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8564
8565 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8566
8567         * wl-folder.el (wl-folder-create-subr): New function.
8568         (wl-folder-confirm-existence): Use it.
8569         (wl-folder-check-one-entity): Use it.
8570         Check the error symbol is derived from 'elmo-open-error.
8571
8572         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8573         `ignore-error'.
8574
8575 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8576
8577         * wl-util.el (toplevel): Add (eval-when-compile (require
8578         'elmo-util)).  (Maybe `provide' is typo.)
8579
8580 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8581
8582         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8583         (I don't know why this was needed.)
8584
8585         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8586         Follow up changes for stream-type.
8587
8588         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8589         (wl-draft-elmo-nntp-send): Ditto.
8590
8591         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8592         (wl-nntp-posting-stream-type): Ditto.
8593         (wl-pop-before-smtp-ssl): Abolished.
8594         (wl-nntp-posting-ssl): Ditto.
8595
8596         * wl-address.el (wl-address-quote-specials): New function.
8597         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8598
8599         * wl-draft.el (wl-draft-reply): Ditto.
8600
8601 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8602
8603         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8604         use function `wl-string-match-assoc'.
8605
8606 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8607
8608         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8609
8610         * wl-draft.el (wl-draft-deduce-address-list): New function.
8611         (wl-draft-parse-mailbox-list): Ditto.
8612         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8613         instead of `smtp-deduce-address-list'.
8614         (wl-draft-on-field-p): Follow group list.
8615
8616         * wl-address.el (wl-address-concat-token): New function.
8617         (wl-address-string-without-group-list-contents): Ditto.
8618         (wl-complete-field-body): Fixed problem of completion
8619         by japanese petname.
8620         (wl-address-make-completion-list): Rewrite.
8621
8622 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8623
8624         * wl-address.el (wl-address-make-completion-list): Completion by
8625         petname.
8626         (wl-complete-field-body): Likewise.
8627
8628 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8629
8630         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8631         contains invalid address syntax.
8632
8633 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8634
8635         * wl-folder.el (wl-folder-check-entity-async): Use
8636         `elmo-nntp-spec-hostname'.
8637
8638 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8639
8640         * wl-summary.el (wl-summary-msgdb-load-async): Use
8641         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8642
8643 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8644
8645         * wl-draft.el (wl-draft-reply): Set argument
8646         `content-transfer-encoding' as nil.
8647
8648 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8649
8650         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8651         `wl-refile-alist'.
8652
8653 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8654
8655         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8656         (wl-draft-edit-string): Ditto.
8657         (wl-draft-forward): Ditto.
8658         * wl-summary.el (wl-summary-write): Ditto.
8659
8660 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8661
8662         * wl-summary.el (wl-summary-sync-update3): Call
8663         `wl-summary-buffer-number-column-detect'.
8664         (wl-summary-buffer-number-column-detect): Search from point-min.
8665
8666 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8667
8668         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8669         contains an address which is not included in original to or cc.
8670
8671 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8672
8673         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8674         begin-line does not exist.
8675         * wl-message.el (wl-message-uu-substring): Ditto.
8676
8677 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8678
8679         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8680         clear local variables.
8681         (wl-summary-exit): Call `elmo-commit'.
8682         (wl-summary-switch-to-clone-buffer): Call
8683         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8684         (wl-summary-goto-folder-subr): Ditto.
8685
8686         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8687         POP folder.
8688
8689 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8690
8691         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8692         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8693         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8694         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8695         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8696         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8697
8698         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8699
8700 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8701
8702         * wl-summary.el (wl-summary-search-by-subject):
8703         Search parent message from the latest one.
8704
8705 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8706
8707         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8708         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8709
8710         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8711         New user option.
8712
8713         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8714         if elmo-nntp-use-killed-list is nil.
8715         Use `elmo-msgdb-append-to-killed-list'.
8716         (Append numbers confirmed as disappeared to the killed list.)
8717         (wl-summary-confirm-appends): Don't display negative number.
8718
8719 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8720
8721         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8722
8723 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8724
8725         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8726         range is `all'.
8727         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8728         `elmo-list-bigger-diff'.
8729
8730 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8731
8732         * wl-summary.el (wl-summary-buffer-exit-func):
8733         New buffer local variable.
8734         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8735
8736 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8737
8738         * wl-demo.el (wl-demo): Fix the last change.
8739
8740 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8741
8742         * wl-demo.el (wl-demo): Don't use `eval'.
8743
8744 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8745
8746         * wl-summary.el (wl-summary-buffer-thread-modified):
8747         New buffer-local variable.
8748         (wl-summary-set-thread-modified): New function.
8749         (wl-summary-thread-modified-p): New function.
8750         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8751         (wl-summary-yank-saved-message): Use function
8752         `wl-summary-set-thread-modified'
8753         (wl-summary-switch-to-clone-buffer): Add
8754         `wl-summary-buffer-thread-modified'.
8755
8756         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8757         (wl-summary-buffer-mark-saved-hook): Ditto.
8758         * wl-summary.el (wl-summary-msgdb-save): New hook
8759         `wl-summary-buffer-message-saved-hook' and
8760         `wl-summary-buffer-mark-saved-hook'.
8761
8762 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8763
8764         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8765
8766 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8767
8768         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8769         don't hide scroll bars under FSF Emacsen because it may incur an
8770         undesirable redrawing.
8771
8772 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8773
8774         * wl-draft.el (wl-draft-edit-string): Call
8775         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8776
8777 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8778
8779         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8780
8781 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8782
8783         * wl-summary.el (wl-summary-msgdb-load-async): Call
8784         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8785
8786 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8787
8788         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8789         fringes in demo buffer; center bitmap logo correctly even if old
8790         Mule is used.
8791
8792 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8793
8794         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8795
8796         * wl-refile.el (wl-refile-subject-alist): New variable.
8797         (wl-refile-subject-alist-file-name): Ditto.
8798         (wl-refile-alist-setup): Rewrite.
8799         (wl-refile-alist-save): Use `elmo-object-save'.
8800         Eliminated arguments.
8801         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8802         (wl-refile-guess-by-subject): New function.
8803         (wl-refile-guess-func-list): Added it.
8804
8805 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8806
8807         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8808         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8809
8810 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8811
8812         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8813         New buffer-local variable.
8814         (wl-summary-buffer-next-folder-func): Ditto.
8815         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8816         if non-nil.
8817         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8818         if non-nil.
8819         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8820         if non-nil.
8821         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8822         if non-nil.
8823
8824 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8825
8826         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8827         permanently in the demo buffer.
8828
8829 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8830
8831         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8832         `mime-entity-fetch-field'.
8833
8834         * wl.el (wl-exit): Delete plugged buffer.
8835
8836         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8837         XEmacs has menubar feature.
8838
8839 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8840
8841         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8842         cannot arrive at the beginning of the buffer under old Emacsen.
8843
8844 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8845
8846         * wl-address.el (wl-address-ldap-search):
8847         Call `ldap-search-entries' with `withdn' argument t.
8848         (wl-complete-field-body): Bind completion-ignore-case as t.
8849         Clear ldap search hash when it was sole completion.
8850         Use elmo-string for pattern string.
8851         (wl-ldap-alias-safe-string): Eliminated needless let.
8852
8853 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8854
8855         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8856         (wl-ldap-alias-sep): New constant.
8857         (wl-ldap-search-attribute-type-list): Ditto.
8858         (wl-ldap-get-value): New function.
8859         (wl-ldap-make-filter): Ditto.
8860         (wl-ldap-make-matched-value-list): Ditto.
8861         (wl-ldap-alias-safe-string): Ditto.
8862         (wl-ldap-register-dn-string): Ditto.
8863         (wl-address-ldap-search): Rewrite.
8864
8865 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8866
8867         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8868         thread is deleted.
8869         (wl-thread-delete-line-from-buffer): Ditto.
8870         (wl-thread-get-exist-children): New function.
8871
8872 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8873
8874         * wl-demo.el (wl-demo): Made it to select various image types.
8875         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8876         from `wl-title-logo'.
8877         (wl-logo-ascii): New variable.
8878         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8879         (wl-demo-copyright-notice): New constant.
8880
8881         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8882
8883 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8884
8885         * wl-vars.el (wl-summary-target-above): Renamed from
8886         wl-summary-temp-above.
8887         * wl-score.el (wl-score-get-score-alist): Use it.
8888         (wl-summary-score-update-all-lines): Use it.
8889         * wl-summary.el: Ditto. (make-variable-buffer-local).
8890
8891 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8892
8893         * wl-vars.el (wl-ldap-port): New user option.
8894
8895         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8896         Rewite whole implementation.
8897         (wl-complete-field-body): Fixed.
8898
8899 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8900
8901         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8902         Choose implementation at compile time.
8903
8904 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8905
8906         * wl-address.el (wl-ldap-search-internal): New function.
8907         (wl-complete-field-to): Use it.
8908
8909 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8910
8911         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8912         Use `let' instead of `let*'.
8913         Require 'wl-vars.
8914
8915         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8916         Define as defcustom.
8917         (wl-ldap-base): Ditto.
8918         (wl-use-ldap): Ditto.
8919
8920 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8921
8922         * wl-address.el (wl-ldap-search): New function.
8923         (wl-complete-field-body): Use `wl-ldap-search'.
8924         (wl-ldap-server): New variable.
8925         (wl-ldap-base): Ditto.
8926         (wl-use-ldap): Ditto.
8927
8928 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8929
8930         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8931         (Pointed out by Mito <mit@nines.nec.co.jp>).
8932         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8933         buffer-local variables like `wl-summary-redisplay-internal'.
8934         (wl-summary-redisplay-all-header): Likewise.  Update
8935         Summary view too.
8936
8937 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8938
8939         * wl-summary.el (wl-summary-jump-to-parent-message):
8940         Consider prefix argument.
8941
8942         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8943         when closed thread is deleted.
8944
8945 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8946
8947         * wl-summary.el (wl-summary-jump-to-parent-message):
8948         Consider thread modification.
8949
8950 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8951
8952         * wl-message.el (wl-message-normal-get-original-buffer): Use
8953         `save-excursion'.
8954
8955         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8956         (wl-summary-showto-folder-regexp): Ditto.
8957
8958 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8959
8960         * wl-util.el (wl-delete-alist): Doc fix.
8961         (wl-delete-associations): New function.
8962         (wl-inverse-alist): New function.
8963         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8964         Split temporary variables. Use `wl-delete-associations'
8965         and `wl-inverse-alist'.
8966         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8967
8968 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8969
8970         * wl-folder.el (wl-folder-prefetch-entity):
8971         Execute prefetching if new count is unknown.
8972
8973 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8974
8975         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8976
8977         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8978         delete entity.
8979         (wl-thread-set-parent): If insert as top, set linked as nil.
8980
8981         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8982         `wl-thread-cleanup-symbols' when view mode is thread.
8983
8984 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8985
8986         * wl-folder.el (wl-folder-create-folder-entity): Use
8987         with-current-buffer.
8988         (wl-local-folder-init): Call set-buffer to make sure we are in
8989         the Folder buffer. Don't touch buffer-local variables here.
8990         (wl-folder-mode): Initialize buffer-local variables here.
8991
8992         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8993         (wl-folder-entity-assign-id): Ditto.
8994         (wl-folder-create-entity-hashtb): Ditto.
8995         (wl-local-folder-init): Ditto.
8996         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8997
8998 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8999
9000         * wl-summary.el (wl-summary-default-from): Fix probrem when
9001         std11-extract-address-components return (nil "foo@bar").
9002
9003 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
9004
9005         * wl-draft.el (wl-draft-clone-local-variables):
9006         Remove redundant `setq'.
9007
9008 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
9009
9010         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
9011         Bind wl-highlight-x-face-func as nil while highlighting header.
9012
9013 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
9014
9015         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
9016
9017 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9018
9019         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
9020         elmo-msgdb-overview-hashtb from copy-variables.
9021         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
9022         instead of `elmo-msgdb-overview-get-entity-by-number'.
9023         (wl-summary-auto-refile): Ditto.
9024
9025         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
9026         `elmo-msgdb-overview-get-entity' instead of
9027         `elmo-msgdb-search-overview-entity'.  Use
9028         `elmo-msgdb-overview-get-entity' instead of
9029         `elmo-msgdb-overview-get-entity-by-number'.
9030         (wl-thread-insert-entity-sub): Ditto.
9031         (wl-thread-insert-message): Ditto.
9032
9033         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
9034         `elmo-msgdb-overview-get-entity'.
9035         (wl-normal-message-redisplay): Ditto.
9036
9037 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9038
9039         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
9040         `wl-thread-entities'.
9041         (wl-thread-delete-message): Fix remove top message from
9042         `wl-thread-entity-list'.
9043
9044         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
9045         wl-append(nconc), because update-list is broken on Meadow.
9046
9047         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
9048         updating process.
9049         (wl-summary-rescan): Ditto.
9050         (wl-summary-sync-update3): Ditto.
9051         * wl-thread.el (wl-thread-set-parent): Renamed from
9052         `wl-summary-set-parent'.
9053         (wl-thread-insert-message): Updating buffer faster.
9054         (wl-thread-delete-message): Updating buffer faster.
9055
9056         * wl-score.el (wl-summary-score-update-all-lines): Changed
9057         interval for display progress gauge.
9058
9059 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9060
9061         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
9062         folder always-sticky.
9063         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
9064         defmacro.
9065
9066 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
9067
9068         * wl-vars.el (wl-draft-add-references): New user option.
9069
9070         * wl-draft.el (wl-draft-add-references): New function.
9071         (wl-draft-yank-from-mail-reply-buffer): Use it.
9072         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
9073         as nil.
9074
9075 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9076
9077         * wl-thread.el (wl-thread-update-line-msgs): Called
9078         `wl-thread-update-line-on-buffer-sub'.
9079         (wl-thread-update-line-on-buffer): Delete routine of inserting
9080         thread.
9081         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9082         moved from `wl-thread-update-line-on-buffer'.
9083         Add threshold for displaying progress gauge.
9084         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9085         argument of `wl-thread-update-line-msgs'.
9086         Add threshold for displaying progress gauge.
9087         * wl-folder.el:
9088         Add threshold for displaying progress gauge.
9089         * wl-score.el: Ditto.
9090
9091         * wl-expire.el (wl-summary-expire): Display deleting info.
9092
9093 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9094
9095         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9096         `no-msg'.
9097         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9098         argument of `wl-thread-update-line-msgs'.
9099         (wl-summary-set-parent): Added optional argument `parent-number'.
9100         (wl-summary-buffer-saved-message): New buffer local variable.
9101         (wl-summary-save-current-message): New command.
9102         (wl-summary-yank-saved-message): Ditto.
9103         (wl-summary-mode-map): Added key binding for
9104         `wl-summary-save-current-message' (\ew) and
9105         `wl-summary-yank-saved-message' (\C-y).
9106         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9107
9108 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9109
9110         * wl-summary.el (wl-summary-mode-map): Added key binding for
9111         `wl-summary-set-parent' (ts).
9112
9113 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9114
9115         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9116         subject faster. If thread number is reverse, delayed updating
9117         thread.
9118         (wl-summary-search-by-subject): Ditto.
9119         (wl-summary-put-alike): Ditto.
9120         (wl-summary-get-alike): Ditto.
9121         (wl-summary-insert-headers): Insert header of all overview in
9122         buffer.
9123         (wl-summary-rescan): Delayed updating thread. Kill search subject
9124         buffer for wl-summary-search-by-subject.
9125         (wl-summary-sync-update3): Ditto.
9126         (wl-summary-exit): Ditto.
9127         (wl-summary-goto-bottom-of-current-thread): Change for linked
9128         thread.
9129         (wl-summary-overview-create-summary-line): Change line for linked
9130         thread.
9131
9132         * wl-summary.el (wl-summary-update-thread): Use
9133         wl-thread-maybe-get-children-num.
9134         (wl-summary-set-parent): If change parent, move sub thread.
9135         (wl-summary-redisplay-internal): Add horizontal recenter.
9136         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9137
9138         * wl-thread.el (wl-thread-entity-get-linked): New function.
9139         (wl-thread-entity-set-linked): New function.
9140         (wl-thread-create-entity): Add linked element.
9141         (wl-thread-entity-insert-as-top): Use wl-append.
9142         (wl-thread-maybe-get-children-num): If closing thread, return
9143         children msgs.
9144         (wl-thread-update-line-msgs): Displaying progress message.
9145         (wl-thread-update-line-on-buffer-sub): Use
9146         wl-thread-maybe-get-children-num.
9147         (wl-thread-update-line-on-buffer): If update line is not exists,
9148         insert thread.
9149         (wl-thread-delete-message): If delete top msg of thread, search
9150         parent by subject.
9151         (wl-thread-insert-entity): Use
9152         wl-thread-maybe-get-children-num.
9153
9154         * wl-highlight.el (wl-highlight-summary-current-line): change
9155         sregexp for linked thread.
9156         * wl-util.el (wl-count-lines): Count lines.
9157         (wl-horizontal-recenter): horizontal recenter.
9158         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9159         (wl-score-get-alike): Ditto.
9160         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9161         (wl-subject-length-limit): New variable.
9162         (wl-highlight-thread-indent-string-regexp): Changed for linked
9163         thread.
9164
9165 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9166
9167         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9168         New variable (revival).
9169         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9170         by subject matching if there's no in-reply-to nor references field
9171         (revival).
9172
9173 \f
9174 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9175
9176         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9177         message.
9178
9179 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9180
9181         * wl-summary.el (wl-summary-reply): Return t if there was a
9182         message at cursor point.
9183         Added unwind-protect.
9184         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9185         returns t.
9186         (wl-summary-cancel-message): Do nothing when there's no message at
9187         cursor point.
9188         (wl-summary-forward): Ditto.
9189         (wl-summary-jump-to-parent-message): Ditto.
9190         (wl-summary-reedit): Ditto.
9191         (wl-summary-edit-addresses): Ditto.
9192         (wl-summary-pipe-message): Ditto.
9193         (wl-summary-print-message-with-ps-print): Ditto.
9194         (wl-summary-print-message): Ditto.
9195         (wl-summary-mark-as-important): Ditto.
9196         (wl-summary-mark-as-unread): Ditto.
9197
9198         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9199         message at cursor point.
9200         (wl-summary-reply-with-citation): Remove unwind-protect.
9201
9202         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9203         subject searching feature.
9204         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9205         Eliminated.
9206
9207 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9208
9209         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9210         New variable.
9211         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9212         by subject matching if there's no in-reply-to nor references field.
9213
9214         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9215
9216         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9217         when display is finished.
9218         (wl-folder-open-all): Ditto.
9219         (wl-folder-update-access-group): Ditto.
9220         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9221         * wl-thread.el (wl-thread-close-all): Ditto.
9222
9223         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9224         progress gauge only when it was displayed.
9225         * wl-folder.el (wl-folder-insert-entity): Ditto.
9226
9227 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9228
9229         * wl-summary.el (wl-summary-incorporate): Enclose
9230         `wl-summary-sync-force-update' with save-excursion.
9231
9232 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9233
9234         * wl-summary.el (wl-summary-prefetch-region):
9235         Pass current cursor point to `pos-visible-in-window-p' after
9236         moving cursor to the started point.
9237
9238 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9239
9240         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9241
9242         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9243         fields from the forwarding message.
9244         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9245         `ignored-fields'.
9246
9247 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9248
9249         * wl-mime.el (wl-message-request-partial):
9250         Eliminated argument `msgdb'.
9251         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9252         (wl-mime-combine-message/partial-pieces): Likewise.
9253         * tm-wl.el (wl-message-request-partial): Likewise.
9254         (wl-mime-combine-message/partial-pieces): Likewise.
9255
9256 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9257
9258         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9259         when display is finished.
9260
9261 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9262
9263         * wl-summary.el (wl-summary-goto-folder-subr):
9264         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9265
9266 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9267
9268         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9269         when cursor point is visible.
9270
9271 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9272
9273         * wl-expire.el (wl-expire-archive-get-max-number):
9274         Don't use `file-name-directory'.
9275
9276 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9277
9278         * wl-expire.el (wl-expire-archive-get-max-number):
9279         Use `file-name-directory'.
9280
9281 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9282
9283         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9284         only when there is progress.
9285
9286 2000-04-13  Mito <mit@nines.nec.co.jp>
9287
9288         * wl-summary.el (wl-summary-sync-marks): Display progress.
9289
9290 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9291
9292         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9293         (wl-summary-prev): Move cursor regardless of unread status.
9294         (wl-summary-next): Ditto.
9295
9296 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9297
9298         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9299         Added argument `target' and `number'.
9300         * tm-wl.el (wl-summary-burst-subr): New function.
9301         (wl-summary-burst): Use it.
9302
9303 2000-04-10  Mito <mit@nines.nec.co.jp>
9304
9305         * wl-mime.el (wl-burst): New function.
9306         (wl-summary-burst): Use it.
9307
9308 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9309
9310         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9311         as petname when there's no candidate.
9312
9313 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9314
9315         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9316         New variable.
9317         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9318
9319         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9320
9321         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9322
9323 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9324
9325         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9326         Use substring of `original' instead of buffer-substring.
9327         (wl-refile-evaluate-rule):
9328         Set `original' argument of wl-refile-expand-newtext.
9329
9330         * wl-summary.el
9331         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9332         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9333         (wl-summary-auto-refile): Check existence of destination folder just
9334         before marking.
9335
9336 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9337
9338         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9339         when wl-refile-get-field-value return nil.
9340
9341 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9342
9343         * wl-refile.el
9344         (wl-refile-expand-newtext): New function imported from Gnus.
9345         (wl-refile-evaluate-rule): Use it.
9346
9347 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9348
9349         * wl-summary.el (wl-summary-print-destination):
9350         Duplicate folder string to avoid putting text-property on
9351         original string.
9352
9353         * wl-refile.el (wl-refile-get-field-value): New function.
9354         (wl-refile-evaluate-rule): New function;
9355         Evaluate refile rule recursively.
9356         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9357         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9358         New function; Check existence of a target folder recursively.
9359         (wl-summary-auto-refile-check-refile-rule-alist):
9360         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9361
9362 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9363
9364         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9365
9366         * wl-folder.el (wl-create-folder-entity-from-buffer):
9367         Fixed problem when '}' character is contained in folder name.
9368
9369         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9370
9371 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9372
9373         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9374         (wl-fldmgr-add-completion-all-completions):
9375         Use wl-fldmgr-add-completion-hashtb.
9376
9377 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9378
9379         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9380         wl-fldmgr-add-completion-subr): New functions.
9381         * wl-folder.el (wl-folder-completion-func): New variable.
9382         * wl-summary.el (wl-summary-read-folder):
9383         Use wl-folder-completion-func.
9384
9385         * wl-refile.el: Eliminate throw & catch.
9386
9387         * wl.el (wl-plugged-sending-queue-status): Fixed.
9388
9389 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9390
9391         * wl-draft.el (wl-draft): Put category property on
9392         mail-header-separator.