* wl-folder.el (wl-folder-set-flag): Renamed from
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-folder.el (wl-folder-set-flag): Renamed from
4         `wl-draft-set-flag-on-parent'.
5
6         * wl-draft.el (wl-draft-quit-preview): New function.
7         (wl-draft-send-confirm): Call it instead of `mime-preview-quit'.
8         (wl-draft-send): Call `wl-folder-set-flag' instead of
9         `wl-draft-set-flag-on-parent'.
10         (wl-draft-set-flag-on-parent): Renamed to `wl-folder-set-flag'.
11
12 2004-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
13
14         * wl-draft.el (wl-draft-forward): Fixed parenthesis.
15         (wl-draft-send): Ditto.
16
17 2004-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
18
19         * wl-vars.el (wl-draft-reply-hook): Changed default value.
20         (wl-draft-kill-pre-hook): Set default value as nil.
21         (wl-summary-reply-hook): Ditto.
22         (wl-draft-kill-flags): Abolish.
23
24         * wl-draft.el (wl-draft-parent-flag): New buffer local variable.
25         (wl-draft-parent-variables): Renamed from
26         wl-draft-reply-saved-variables and added wl-draft-parent-flag.
27         (wl-draft-forward): Call wl-draft-config-info-operation with 'save
28         argument; Add wl-draft-parent-variables to
29         wl-draft-config-variables.
30         (wl-draft-reply): Likewise.
31         (wl-draft-kill-flags): Abolish.
32         (wl-draft-send): Call wl-draft-set-flag-on-parent.
33         (wl-draft-set-flag-on-parent): New function.
34         (wl-draft-setup-parent-flag): Ditto.
35
36 2004-09-02  Tetsurou Okazaki  <okazaki@be.to>
37
38         * wl-draft.el (wl-draft-kill-flags): Avoid error when
39         `wl-draft-parent-folder' is "".
40
41 2004-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
42
43         * wl-summary.el (wl-summary-mode-map): Treat digits as prefix args.
44         (wl-summary-digit-jump): New function.
45         (Adviced by John Owens and Hiroya Murata)
46
47         * wl-e21.el (wl-message-define-keymap): Bind "w" as wl-draft.
48         (Adviced by John Owens)
49
50         * wl-xmas.el (wl-message-define-keymap): Ditto.
51
52         * wl-mule.el (wl-message-define-keymap): Ditto.
53
54 2004-08-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
55
56         * wl-vars.el (wl-summary-mode-line-format-spec-alist): Follow the
57         change of return value of elmo-folder-count-flags.
58
59         * wl-summary.el (wl-summary-prefetch-msg): Ditto.
60         (wl-summary-mark-as-read-internal): Ditto.
61         (wl-summary-set-persistent-mark-internal): Ditto.
62         (wl-summary-folder-info-update): Ditto.
63         (wl-summary-sync-update): Fixed the last change.
64
65         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
66
67 2004-09-01  Yuuichi Teranishi  <teranisi@gohome.org>
68
69         * wl-vars.el (wl-draft-kill-pre-hook): New hook.
70         (wl-draft-kill-flags): Fixed docstring.
71
72         * wl-draft.el (wl-draft-kill-flags): New function.
73         (wl-draft-kill): Run `wl-draft-kill-pre-hook'.
74
75 2004-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
76
77         * wl-vars.el (wl-reply-hook): Abolish.
78         (wl-draft-reply-hook): New hook.
79         (wl-summary-reply-hook): Ditto.
80         (wl-draft-forward-hook): Ditto.
81         (wl-summary-forward-hook): Ditto.
82         (wl-draft-kill-flags): New variable.
83
84         * wl-summary.el (wl-summary-mark-as-answered-region): Use
85         wl-summary-set-persistent-mark-internal.
86         (wl-summary-sync-marks): Use elmo-preserved-flags.
87         (wl-summary-update-persistent-mark): Make it interactive.
88         (wl-summary-set-persistent-mark-internal): New inline function.
89         (wl-summary-mark-as-answered): Use it.
90         (wl-summary-mark-as-unanswered): Ditto.
91         (wl-summary-unset-persistent-mark): New function.
92         (wl-summary-set-persistent-mark): Ditto.
93         (wl-summary-reply): Don't set answered flag;
94         Run wl-summary-reply-hook instead.
95         (wl-summary-forward): Call wl-draft-forward with number.
96         Run wl-summary-forward-hook.
97
98         * wl-highlight.el (wl-summary-persistent-mark-face): New face.
99         (wl-highlight-summary-line-face-spec): Use it as a default
100         persistent mark face.
101
102         * wl-draft.el (wl-draft-forward): Added optional argument number;
103         Set wl-draft-parent-number; Run wl-draft-forward-hook.
104         (wl-draft-reply): Run wl-draft-reply-hook instead of wl-reply-hook.
105         (wl-draft-kill): Use wl-draft-kill-flags.
106
107         * wl-vars.el (wl-summary-answered-uncached-mark): Fixed typo.
108
109         * wl-folder.el (wl-folder-check-one-entity): Follow the change
110         of return value of elmo-folder-count-flags.
111
112         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
113
114         * wl-summary.el (wl-summary-count-unread): Ditto.
115         (wl-summary-sync-update): Follow the change above.
116         (wl-summary-force-prefetch): New function.
117
118 2004-08-25  Tetsurou Okazaki  <okazaki@be.to>
119
120         * wl-folder.el (wl-folder-set-folder-updated): Initialize the local
121         variable `buf' with `let' instead of `setq'.
122
123 2004-08-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
124
125         * wl-mime.el (wl-message-delete-current-part): If filename exists,
126         add Content-Disposition heaeder on the deleted part.
127
128 2004-08-05  Yoichi NAKAYAMA  <yoichi@geiin.org>
129
130         * wl-draft.el (wl-draft-save): Encode address list under edit by
131         `eword-encode-unstructured-field-body'.
132
133         * wl-draft.el (toplevel): Require eword-encode, cl (at compile).
134
135 2004-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
136
137         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Set
138         wl-current-summary-buffer.
139
140 2004-07-29  Tetsurou Okazaki  <okazaki@be.to>
141
142         * wl-action.el (wl-summary-exec): Fix the bug whereby a non null
143         `numbers' is ignored.
144
145 2004-07-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
146
147         * wl-folder.el (wl-folder-open-folder): Avoid error.
148         Reported by John Owens, [wl-en:815]
149
150         * wl.el (wl): Set timer for biff process even if prefix argument
151         is given or auto-checking is quitted.
152
153         * wl-util.el (wl-biff-start): Don't call `wl-biff-check-folders'
154         immediately.
155         * wl.el (wl): Call `wl-biff-check-folders' explicitly.
156         (wl-toggle-plugged): Ditto.
157
158         * wl-vars.el (wl-biff-use-idle-timer): New variable.
159         * wl-util.el (wl-biff-start): Use idle timer if
160         `wl-biff-use-idle-timer' is non-nil.
161
162 2004-07-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
163
164         * wl-highlight.el (wl-highlight-message): Fix description.
165
166 2004-07-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
167
168         * wl-demo.el (wl-demo-setup-properties): Avoid error for XEmacs on
169         tty.
170
171 2004-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
172
173         * wl-action.el (wl-summary-exec): Print failure count.
174
175 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
176
177         * wl-summary.el (wl-summary-redisplay-internal): Change `defsubst'
178         to `defun', remove interactive form.
179         Set elmo-message-fetch-confirm when force-reload is non-nil.
180
181 2004-07-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-summary.el (toplevel): Removed unnecessary autoload.
184
185 2004-07-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
186
187         * wl-message.el (wl-message-exit): Switch to mime-mother-buffer if
188         the buffer is generated from another message buffer.
189
190 2004-07-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
191
192         * wl-fldmgr.el (wl-fldmgr-save-access-list): New function
193         extracted from `wl-fldmgr-save-folders'.
194         (wl-fldmgr-delete): Call it after deletion.
195
196 2004-07-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
197
198         * wl-e21.el (wl-plugged-set-folder-icon): Follow the change for
199         multi-tty support.
200
201 2004-07-01  Tetsurou Okazaki  <okazaki@be.to>
202
203         * wl-folder.el (wl-folder-update-group): Change `defsubst' to `defun'.
204
205 2004-06-27  Tetsurou Okazaki  <okazaki@be.to>
206
207         * wl-summary.el (wl-summary-rescan): Remove unused variables.
208         (wl-summary-sync-update): Ditto.  Narrow the scope of local variables.
209
210 2004-06-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
213         unsubscribe list only if argument CLEAR is nil.
214
215 2004-06-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
216
217         * wl-draft.el (wl-draft-reply): Decode subject before removing
218         Re: prefix.
219
220 2004-06-23  Tetsurou Okazaki  <okazaki@be.to>
221
222         * wl-summary.el (wl-summary-sort-by-size): New command.
223
224 2004-06-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
225
226         * wl-summary.el (wl-summary-number-list-from-region): New
227         function.
228         (wl-summary-mark-as-read-region): Use it.
229         (wl-summary-mark-as-unread-region): Ditto.
230         (wl-summary-set-flags-region): Ditto and add optional argument
231         remove.
232         (wl-summary-mark-as-answered-region): Ditto.
233         (wl-summary-mark-as-important-region): Ditto.
234         (wl-summary-target-mark-mark-as-important): Added optional
235         argument remove.
236         (wl-summary-target-mark-mark-as-answered): Ditto.
237         (wl-summary-target-mark-set-flags): Ditto.
238
239 2004-06-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
240
241         * wl-summary.el (wl-summary-set-flags-region): Call
242         `wl-summary-set-flags-internal' with number list instead of call
243         one by each message.
244         (wl-summary-target-mark-set-flags): Likewise.
245
246 2004-06-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * wl-summary.el (wl-summary-target-mark-operation): Add optional
249         argument `inverse' and use `wl-summary-delete-all-target-marks'.
250         (wl-summary-target-mark-mark-as-important): Refine to toggle mark.
251         (wl-summary-target-mark-mark-as-answered): Likewise.
252
253 2004-06-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
254
255         * wl-summary.el (wl-summary-target-mark-forward): Use
256         `wl-summary-delete-all-target-marks' instead of
257         `wl-summary-delete-all-temp-marks'.
258         (wl-summary-target-mark-reply-with-citation): Ditto.
259         (wl-summary-target-mark-uudecode): Ditto.
260         (wl-summary-target-mark-set-flags): Ditto and remove needless
261         cursor move.
262
263 2004-06-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
264
265         * wl-summary.el (wl-summary-target-mark-forward): Protect
266         wl-summary-buffer-target-mark-list from nreverse.
267         (wl-summary-target-mark-reply-with-citation): Ditto.
268
269 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
270
271         * wl-thread.el (wl-thread-update-indent-string-thread): Use
272         `elmo-display-progress-threshold'.
273
274 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
277         check `wl-summary-highlight'.
278         (wl-summary-window-scroll-functions): Respect value of
279         `wl-summary-highlight'.
280         (wl-summary-sync-update): Run hooks
281         `wl-summary-buffer-window-scroll-functions' at any time.
282
283 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
284
285         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
286         from `wl-summary-cleanup-temp-marks'.
287         (wl-summary-cleanup-temp-marks): Abolish argument.
288         * wl.el (wl-save-status): Revert previous change.
289         (wl-execute-temp-marks): New function, call
290         `wl-summary-exec-with-confirmation'.
291         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
292         (wl-folder-save-and-exec-marks): Abolished.
293
294 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
295
296         * wl-e21.el (wl-e21-display-image-p): Respect
297         `wl-highlight-folder-with-icon'.
298         (wl-e21-highlight-folder-group-line): Highlight mouse line
299         even if wl-e21-display-image-p is nil.
300
301         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
302         Respect value of `wl-summary-highlight'.
303
304         * wl.el (wl-save-status): Remove unused variable.
305
306         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
307         (wl-folder-mode-map): Bind it to "x".
308
309 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
310
311         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
312
313         * wl-thread.el (wl-thread-get-parent-list): Don't check
314         disconnected ancestors, neglecting needless work in
315         `wl-thread-update-indent-string-thread'.
316
317         * wl.el (wl-save): Take prefix argument to execute remaining marks.
318         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
319         argument, add argument default-keep to keep marks by default.
320
321         * Version number is increased to 2.11.30.
322
323         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
324         customization type and docstring.
325         (wl-draft-reply-without-argument-list): Ditto.
326
327 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
330
331         * wl-spam.el (wl-spam-mark-action-list): Ditto.
332
333 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
334
335         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
336
337 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
338
339         * wl-draft.el (wl-draft-config-exec): Narrow the range of
340         save-excursion so as not to include run-hooks.
341
342 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
343
344         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
345         Clarify that marks are going to be cleared.
346
347 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
348
349         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
350         according to 3rd element of wl-summary-flag-mark.
351
352         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
353
354 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
355
356         * wl-action.el (wl-summary-target-mark-all): Don't set
357         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
358
359 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
360
361         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
362         (wl-forward-subject-prefix): Ditto.
363         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
364         (wl-draft-reply-make-subject): Ditto.
365
366         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
367         `wl-draft-forward'.
368         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
369
370 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
371
372         * wl-action.el (wl-summary-target-mark-set-action): Stop if
373         target message does not exist.
374
375 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
376
377         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
378         `wl-subject-prefix-regexp'.
379         (wl-subject-forward-prefix-regexp): New variable.
380         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
381         `wl-draft-strip-subject-re' and take regexp as argument.
382         (wl-draft-forward): Use it.
383         (wl-draft-reply): Ditto.
384
385 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
386
387         * wl-e21.el (wl-highlight-plugged-current-line): Change for
388         emacs multi-tty support.
389
390 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
391
392         * wl-e21.el (wl-e21-display-image-p): Don't call
393         `display-images-p'.
394         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
395         support.
396         (wl-highlight-folder-current-line): Ditto.
397         (wl-folder-init-icons): Ditto.
398
399 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
400
401         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
402         the last line of summary in unplugged mode.
403
404 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
405
406         * wl-vars.el (wl-refile-rule-alist): Doc fix.
407
408 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
409
410         * wl-vars.el (wl-user-mail-address-regexp): New variable.
411         * wl-address.el (wl-address-user-mail-address-p): Use it.
412         (wl-address-delete-user-mail-addresses): Ditto.
413         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
414
415         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
416         (wl-address-delete-user-mail-addresses): Ditto.
417
418         * wl-address.el (wl-address-delete-user-mail-addresses): New
419         function.
420         * wl-refile.el (wl-refile-guess-by-history): Use it.
421         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
422         (wl-draft-make-mail-followup-to): Ditto and fix logic.
423
424         * wl-draft.el (wl-draft-edit-string): To judge sender address,
425         use wl-address-user-mail-address-p.
426
427 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
428
429         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
430         after opening group.
431
432 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
433
434         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
435         of elmo-set-buffer-multibyte.
436
437         * wl-message.el (wl-original-message-mode): Ditto.
438
439         * wl-score.el (wl-score-insert-header): Ditto.
440
441         * wl-summary.el
442         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
443         (wl-summary-goto-folder-subr): Ditto.
444         (wl-summary-insert-headers): Ditto.
445
446         * wl-util.el (wl-set-string-width): Ditto.
447
448         * Version number is increased to 2.11.29.
449
450 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
451
452         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
453         (wl-highlight-summary-line-help-echo-alist): New variable.
454         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
455         into `wl-highlight-summary-line-help-echo' and
456         `wl-highlight-flag-folder-help-echo'.
457         (wl-highlight-summary-line-string): Change accordingly.
458         (wl-highlight-summary-current-line): Ditto.
459
460 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
461
462         * wl-highlight.el (wl-highlight-message): Ignore white spaces
463         at the beginning of field body (Thanks to Markus Knittig).
464
465         * wl-draft.el (wl-draft-insert-current-message): Also check
466         summary buffer, remove unnecessary tag.
467
468 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
469
470         * wl-draft.el (wl-draft-insert-current-message): Cause error also
471         when wl-message-buffer is nil.
472
473         * wl-folder.el (wl-folder): Abolish unused argument.
474         Call wl-folder-init when wl-folder-entity is nil.
475         * wl.el (wl): Change accordingly.
476
477 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
478
479         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
480         multibyte string before insert into draft buffer.
481         (wl-draft-create-buffer): Always enable multibyte characters for
482         draft buffer.
483
484         * Version number is increased to 2.11.28.
485
486 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
487
488         * wl-folder.el (wl-folder-open-close): Handle blank line.
489         (wl-folder-jump-to-current-entity): Ditto.
490
491 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
492
493         * Version number is increased to 2.11.27.
494
495 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
496
497         * wl-thread.el (wl-thread-insert-message): When the thread is
498         devided by wl-summary-max-thread-depth, insert line at the end of
499         buffer.
500
501 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * Version number is increased to 2.11.26.
504
505 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
506
507         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
508
509 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
510
511         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
512         value of stream-type and session.
513
514 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * Version number is increased to 2.11.25.
517
518 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
519
520         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
521         in a quit message.
522
523 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
524
525         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
526         (wl-summary-redisplay-no-mime-internal): Ditto.
527
528 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
529
530         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
531         * wl-vars.el (wl-smtp-connection-type): Ditto.
532
533 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
534
535         * wl-highlight.el (wl-highlight-message): Change to strict regexp
536         for the separator line and quote mail-header-separator.
537
538 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
539
540         * wl-spam.el (wl-message-check-spam): Fixed problem no display
541         result message.
542
543         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
544         `elmo-multiple-fields-body-list' with boundary as
545         mail-header-separator.
546
547 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
548
549         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
550
551 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
552
553         * wl-util.el (wl-list-diff): Remove unused function.
554
555         * wl-draft.el (wl-draft-send-confirm): Discard input before
556         confirmation.
557
558 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
561         order of flag and new.
562
563 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
564
565         * wl-vars.el (wl-refile-policy-alist): Abolished.
566
567         * wl-action.el (wl-summary-set-action-refile): Follow the change
568         above.
569
570 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * wl-highlight.el (wl-highlight-signature-search): Don't use
573         re-search-backward for a long word since it is possible to crash
574         XEmacs because of a bug.
575
576 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
577
578         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
579
580 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
581
582         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
583         argument for wl-summary-sync-force-update.
584
585 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
586
587         * wl-summary.el (wl-summary-mode-map): Revival of
588         wl-summary-mark-as-important related bindings;
589         Bind 'F','tF','mF','rF','m&'.
590         (wl-summary-mark-as-important-region): Revival.
591         (wl-summary-target-mark-mark-as-important): Ditto.
592         (wl-summary-target-mark-operation): New function.
593         (wl-summary-target-mark-mark-as-answered): Use it.
594         (wl-summary-decide-flag): Don't set Important as default.
595         (wl-summary-mark-as-important-internal): Revival.
596         (wl-summary-mark-as-important): Ditto.
597
598         * wl-thread.el (wl-thread-mark-as-important): Ditto.
599
600         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
601         instead of facep.
602
603 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
604
605         * wl-dnd.el (wl-dnd-drop-func): Fix.
606
607         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
608         mouse-set-point instead of posn-point.
609
610         * wl-xmas.el (wl-completing-read-multiple): Define as function.
611
612         * wl-mule.el (wl-completing-read-multiple): Ditto.
613
614 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
615
616         * wl-demo.el (face-background-name): Defalias to avoid compile
617         warning.
618
619 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
620
621         * wl-summary.el (wl-summary-decide-flag): Use
622         wl-completing-read-multiple instead of completing-read-multiple.
623
624         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
625         New alias.
626
627         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
628         Use face-background-name instead of face-background.
629
630         * wl-vars.el (wl-summary-save-file-suffix): New user option.
631
632         * wl-summary.el (wl-summary-save): Use it.
633         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
634
635         * wl-mime.el (wl-mime-save-content): Fix last change.
636
637 2004-02-10  Len Trigg <lenbok@myrealbox.com>
638
639         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
640         New function.
641         (wl-summary-sort-specs): Added sort.
642         * wl-mime.el (wl-mime-save-content): Expand file name.
643
644 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
645
646         * wl-mime.el (wl-draft-preview-message): Fixed typo.
647
648         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
649
650 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
651
652         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
653         for flag if it is not defined.
654
655 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
656
657         * wl-e21.el (wl-highlight-folder-current-line): Use
658         elmo-folder-type-internal when elmo-folder-type returns nil.
659
660         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
661
662         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
663
664         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
665
666         * wl-e21.el (wl-summary-toolbar): Ditto.
667
668         * wl-vars.el (wl-demo-background-color): Abolished.
669         (wl-summary-persistent-mark-priority-list): Renamed from
670         wl-summary-flag-priority-list.
671         (wl-summary-flag-alist): New user option.
672         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
673         (wl-message-mode-line-format-spec-alist): Added 'F'.
674         (wl-message-mode-line-format): Likewise.
675         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
676         instead of wl-summary-important-mark.
677         (wl-file-folder-icon): New variable.
678
679         * wl-thread.el (wl-thread-set-flags): Renamed from
680         wl-thread-mark-as-important.
681
682         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
683         warning.
684         (wl-summary-mode-menu-spec): Follow the change of 
685         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
686         (wl-summary-mode-map): Follow the change of
687         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
688         (wl-summary-detect-mark-position): Follow the variable name change.
689         (wl-summary-set-flags-region): New function for the replacement of
690         wl-summary-mark-as-important-region.
691         (wl-summary-sync-marks): Sync all global-flags.
692         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
693         instead of elmo-message-flagged-p.
694         (wl-summary-persistent-mark-string): Follow the variable name change;
695         Put wl-summary-flag-mark if the message has global-flag.
696         (wl-summary-target-mark-set-flags): Renamed from 
697         wl-summary-target-mark-mark-as-important.
698         (wl-summary-decide-flag): New function.
699         (wl-summary-set-flags-internal): Renamed from
700         wl-summary-mark-as-important-internal.
701         (wl-summary-add-flags-internal): New function.
702         (wl-summary-remove-flags-internal): Ditto.
703         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
704         (wl-summary-mark-as-unimportant): Abolish.
705         (wl-summary-move-spec-alist): Changed `important' to `digest'.
706         (wl-summary-next-message): List flagged messages in the msgdb.
707
708         * wl-score.el (wl-summary-score-update-all-lines): Use
709         wl-summary-add-flags-internal instead of 
710
711         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
712
713         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
714         from wl-message-buffer-cur-flag (To avoid misunderstanding).
715         (wl-message-buffer-require-all-header): Renamed from
716         wl-message-buffer-all-header-flag (Ditto).
717         (wl-message-buffer-flag-indicator): New variable.
718         (wl-message-redisplay): Changed local varibale name from `flag' to
719         `display-type'; Set up wl-message-buffer-flag-indicator.
720         (wl-message-buffer-display): Changed varibale name from `flag' to
721         `display-type'.
722         (wl-message-display-internal): Likewise.
723
724         * wl-highlight.el (wl-highlight-demo-face): Define default background
725         color.
726         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
727
728         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
729
730         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
731         (wl-demo-setup-properties): Renamed from
732         `wl-demo-set-background-color'.
733         (wl-demo): Follow the change above.
734         
735         * Version number is increased to 2.11.24.
736
737 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
738
739         * wl-summary.el (wl-summary-toggle-thread): Call
740         `wl-summary-rescan' with disable-thread as non-nil.
741         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
742
743 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
744
745         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
746         foreground property of the face.
747         (wl-demo-insert-text): Don't set up face property here.
748         (wl-demo): Call wl-demo-set-background-color, anyway.
749
750 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
751
752         * wl-vars.el (wl-demo-background-color): The value can be nil.
753
754 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
755
756         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
757         to wl-summary-wheel-dispatcher.
758
759         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
760         wl-message-wheel-dispatcher.
761         (wl-message-wheel-dispatcher): New function.
762         (wl-summary-wheel-dispatcher): Ditto.
763
764 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
765
766         * wl-action.el (wl-summary-target-mark-all): List messages which are
767         not in the killed-list.
768
769         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
770         only when the folder is 'flag/important.
771
772         * wl-address.el (wl-complete-field-body): Complete if the last
773         character is a space.
774
775 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-folder.el (wl-folder-clear-entity-info): Use
778         elmo-clear-hash-val.
779
780         * wl-fldmgr.el (wl-fldmgr-rename): Set
781         wl-folder-info-alist-modified as t.
782
783 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
784
785         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
786
787 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
788
789         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
790         (wl-folder-buffer-last-visited-entity-id): New buffer local
791         variable.
792         (wl-folder-revisit-last-visited-folder): New function.
793         (wl-folder-mode-map): Bind it to "C-i".
794         (wl-folder-set-current-entity-id): Set last visited folder.
795         * wl-summary.el (wl-summary-exit): Ditto.
796
797 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
800         before calling `recenter' in order to cope with an XEmacs bug.
801
802 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
803
804         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
805         to the default value.
806
807 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
808
809         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
810         change.
811         (wl-summary-sync-marks): Ditto.
812         (wl-summary-mark-as-read-internal): Ditto.
813         (wl-summary-mark-as-answered-internal): Ditto.
814         (wl-summary-mark-as-important-internal): Ditto.
815         (wl-summary-reply): Ditto.
816
817         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
818         instead of `elmo-folder-unflag-answered'.
819
820         * Version number is increased to 2.11.23.
821
822         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
823         the last change.
824
825 2004-01-11  Kenichi Okada  <okada@opaopa.org>
826
827         * wl-spam.el (wl-summary-exec-action-refile-with-register):
828         Specify "spam" or "good".
829
830 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
831
832         * wl-spam.el (wl-summary-exec-action-spam): Call
833         wl-folder-confirm-existence for spam folder.
834         (wl-spam-setup): Bind "mk".
835
836 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
837
838         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
839
840 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
841
842         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
843         destination folder is empty.
844
845 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
846
847         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
848         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
849
850         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
851         (wl-summary-refile-prev-destination-region): New function.
852         (wl-thread-refile-prev-destination): Ditto.
853         (wl-summary-target-mark-refile-prev-destination): Ditto.
854
855 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
856
857         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
858         (wl-demo-background-color): Changed default value.
859
860         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
861         color.
862
863         * wl-demo.el (wl-demo-set-background-color): New function.
864         (wl-demo): Call it.
865
866 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
867
868         * wl-address.el (wl-address-delete): Avoid mis-deleting.
869         * wl-address.el (wl-address-add-or-change): Don't add empty
870         address.
871
872 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
873
874         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
875
876 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
877
878         * wl-vars.el (wl-demo-image-filter-alist): New variable
879         (wl-demo-background-color): Ditto.
880
881         * wl-demo.el (wl-demo-xpm-set-background): New function.
882         (wl-demo-image-filter): Ditto.
883         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
884
885         * wl-vars.el (wl-demo-icon-name-alist): New variable.
886
887         * wl-demo.el (wl-demo-icon-name): Define as function.
888         (wl-demo-insert-image): Use it.
889
890 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
891
892         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
893
894 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
895
896         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
897
898 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
899
900         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
901
902 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
903
904         * wl-thread.el (wl-thread-mark-as-answered): New function.
905
906         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
907         answered" entry.
908         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
909         "r&" and wl-thread-mark-as-answered to "t&".
910         (wl-summary-mark-as-important-region): Refine to toggle mark.
911         (wl-summary-mark-as-answered-region): New function.
912         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
913         and 3rd argument.
914         (wl-summary-mark-as-important-internal): Likewise.
915
916 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
917
918         * wl-template.el (wl-template-preview): New internal variable.
919         (wl-template-preview-p): New function.
920         (wl-template-show): Bind `wl-template-preview' as t.
921
922 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
923
924         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
925         `elmo-message-entity-field' with 3rd argument which is non-nil.
926
927 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
928
929         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
930         Removed duplicate local bind `folder'.
931
932 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
933
934         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
935
936 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
937
938         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
939         duplicate definition.
940
941 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
942
943         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
944         non-nil, use it; Don't fetch message if there's no message in the
945         current cursor position.
946
947 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
948
949         * wl-util.el (wl-region-exists-p): Use region-active-p.
950         (wl-deactivate-region): New function.
951         * wl-message.el (wl-message-redisplay): Deactivate region.
952
953         * wl-summary.el (wl-summary-reply): Call
954         `wl-summary-set-message-buffer-or-redisplay' instead of
955         `wl-summary-redisplay-internal', don't move point.
956
957 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
958
959         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
960         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
961         by regexp.
962
963 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
964
965         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
966         if no need.
967
968 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
969
970         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
971         default value to nil.
972         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
973         `wl-summary-prepare-hook'; Replace refile action to
974         `wl-summary-exec-action-refile-with-register'.
975
976         * Version number is increased to 2.11.22.
977
978 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-summary.el (wl-summary-detect-mark-position): Set
981         `wl-summary-buffer-weekday-name-lang'.
982
983 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
984
985         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
986         (wl-summary-mark-as-read-all): Ditto.
987         (wl-summary-delete-messages-on-buffer): Ditto.
988         (wl-summary-sync-update): Ditto.
989         (wl-summary-mark-as-read-internal): Ditto.
990         (wl-summary-mark-as-answered-internal): Ditto.
991         (wl-summary-update-folder-info): Abolished.
992
993 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-summary.el (wl-summary-mark-as-read-all): Use
996         `wl-summary-update-folder-info' instead of
997         `wl-folder-update-unread'.
998
999 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
1000
1001         * wl-summary.el (wl-summary-update-folder-info): New function derived from
1002         `wl-summary-folder-info-update'.
1003         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
1004         instead of `wl-summary-folder-info-update'.
1005         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
1006         `wl-folder-set-folder-updated'.
1007         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
1008         instead of `wl-folder-update-unread'.
1009         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
1010         the value of `wl-summary-buffer-unread-count' for the second parameter of
1011         `wl-folder-update-unread'.
1012
1013         * Version number is increased to 2.11.21.
1014
1015 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
1016
1017         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
1018         a local variable.
1019
1020 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-spam.el (wl-summary-mark-spam): Show message only if call
1023         interactively.
1024
1025         * wl-summary.el (wl-summary-mark-as-important-internal): New
1026         internal function.
1027         (wl-summary-mark-as-important): Use it.
1028         (wl-summary-mark-as-unimportant): New function.
1029         (wl-summary-sync-marks): Follow the API change.
1030
1031         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1032
1033         * wl-mime.el (wl-summary-burst): Check target folder is writable.
1034
1035 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
1036
1037         * wl-folder.el (wl-folder-update-unread): Re-indent.
1038         Narrow the scope of a local variable.
1039
1040 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1041
1042         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
1043         (wl-addrmgr-merge-entries): Ditto.
1044         (wl-addrmgr): Added to address entry which exists in draft buffer
1045         if no entry is in original.
1046
1047 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1048
1049         * wl-batch.el: New file.
1050
1051 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1052
1053         * wl-vars.el (wl-use-semi): Remove unused variable.
1054
1055 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
1056
1057         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
1058         "?".
1059
1060 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1061
1062         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
1063         wl-summary-new-mark.
1064         (wl-summary-new-cached-mark): New user option.
1065         (wl-summary-score-marks): Follow the change above.
1066         (wl-summary-auto-refile-skip-marks): Ditto.
1067         (wl-summary-incorporate-marks): Ditto.
1068         (wl-summary-expire-reserve-marks): Ditto.
1069
1070         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
1071
1072         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
1073         (wl-summary-persistent-mark-string): Distinguished between cached
1074         and uncached mark when the message is new.
1075
1076 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1077
1078         * wl-spam.el (wl-spam-domain): Renamed from
1079         `wl-spam-folder-guess-domain'.
1080         (wl-summary-exec-action-spam): Register as spam if domain of the
1081         source folder is good.
1082         (wl-summary-exec-action-refile-with-register): Register message if
1083         domain of the source folder is not undecided.
1084
1085 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1086
1087         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
1088         detect thread loop.
1089
1090 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1091
1092         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
1093         and wl-summary-skip-mark-list.
1094
1095 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1096
1097         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
1098
1099         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
1100
1101         * wl-spam.el (toplevel): Require wl-highlight.
1102         (wl-spam-auto-check-policy-alist): Abolish.
1103         (wl-spam-auto-check-folder-regexp-list): New user option.
1104         (wl-spam-auto-check-marks): Ditto.
1105         (wl-spam-mark-action-list): Ditto.
1106         (wl-highlight-summary-spam-face): New face.
1107         (wl-spam-auto-check-message-p): New function.
1108         (wl-spam-map-spam-messages): Fixed message.
1109         (wl-spam-register-spam-messages): Ditto.
1110         (wl-spam-register-good-messages): Ditto.
1111         (wl-summary-spam-map): Add and remove keybind.
1112         (wl-summary-target-mark-spam): Abolish.
1113         (wl-summary-refile-spam): Ditto.
1114         (wl-summary-test-spam): New function.
1115         (wl-summary-mark-spam): Ditto.
1116         (wl-summary-auto-check-spam): Follow the above change.
1117         (wl-summary-exec-action-spam): New function.
1118         (wl-summary-exec-action-refile-with-register): Fixed message.
1119         (wl-message-check-spam): New function.
1120         (wl-spam-setup): Ditto.
1121         (toplevel): Call it if this file is loaded interactivity.
1122
1123         * Version number is increased to 2.11.20.
1124
1125 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1126
1127         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
1128         when new optional argument `force' is non nil or modified.
1129
1130 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1131
1132         * wl.el (toplevel): Require wl-spam when compile.
1133         (wl-save-status): Call wl-spam-save-status.
1134
1135         * wl-spam.el (wl-spam-register-spam-messages): New function.
1136         (wl-spam-register-good-messages): Ditto.
1137         (wl-spam-save-status): Ditto.
1138         (wl-summary-mode-map): Bind
1139         wl-summary-target-mark-register-as-spam to "ms" and
1140         wl-summary-target-mark-register-as-good to "mn".
1141         (wl-summary-register-as-spam): Abolish optional argument; Use
1142         wl-spam-register-spam-messages.
1143         (wl-summary-register-as-spam-all): Use
1144         wl-spam-register-spam-messages.
1145         (wl-summary-register-as-good): Abolish optional argument; Use
1146         wl-spam-register-good-messages.
1147         (wl-summary-register-as-good-all): Use
1148         wl-spam-register-good-messages.
1149         (wl-summary-target-mark-register-as-spam): New funtion.
1150         (wl-summary-target-mark-register-as-good): Ditto.
1151
1152 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1153
1154         * wl-spam.el: New file.
1155
1156 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
1159
1160         * wl-action.el (wl-auto-refile-guess-functions): New variable.
1161         (wl-summary-auto-refile): Call wl-refile-guess with
1162         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
1163
1164 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1165
1166         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
1167         with disable-thread argument non-nil.
1168
1169 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1170
1171         * wl-summary.el (wl-summary-rescan): Added optional argument
1172         disable-thread.
1173         (wl-summary-sync): Call wl-summary-rescan with argument
1174         disable-thread.
1175         (wl-summary-input-range): Added new range `rescan-thread'.
1176
1177 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
1178
1179         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
1180
1181 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1182
1183         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
1184         internal variable.
1185         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
1186         wl-summary-search-parent-by-subject-regexp and
1187         wl-summary-divide-thread-when-subject-changed as nil.
1188         (wl-summary-insert-sequential): If entity is nil, nothing to do.
1189         (wl-summary-insert-thread): Search parent entity from
1190         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
1191         thread loop.
1192
1193 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
1194
1195         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
1196
1197         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
1198
1199         * wl-util.el (wl-require-update-all-folder-p): New function.
1200         (wl-get-assoc-list-value): Added `function' to match directive.
1201         (wl-collect-draft): Rewrite.
1202
1203         * wl-summary.el (wl-summary-sync-update): Clear faces
1204         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
1205         are non-nil.
1206         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
1207         argument as function.
1208         (wl-summary-input-range): Ditto.
1209
1210         * wl-folder.el (wl-draft-get-folder): New function.
1211         (wl-folder-get-elmo-folder): Consider draft folder.
1212
1213         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
1214         (wl-draft-buffer-message-number): New buffer local variable.
1215         (wl-draft-folder-internal): New internal variable.
1216         (wl-draft-delete): Rewrite.
1217         (wl-draft-save): Ditto.
1218         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
1219         wl-folder-get-elmo-folder.
1220         (wl-draft-config-info-operation): Ditto.
1221         (wl-jump-to-draft-folder): Ditto.
1222         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
1223         (wl-draft-reedit): Rewrite.
1224
1225         * Version number is increased to 2.11.19.
1226         
1227 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
1228
1229         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
1230         variable.
1231
1232 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1233
1234         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
1235         Use ignore-errors instead of unwind-protect.
1236
1237 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
1238
1239         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
1240         for updating `wl-thread-entity-list'.
1241
1242 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1243
1244         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
1245         parameter from calling `wl-thread-entity-get-older-brothers' and
1246         `wl-thread-entity-get-younger-brothers'.
1247         Replace nested `append' with a single one.
1248
1249 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1250
1251         * wl-summary.el (wl-summary-mode): Don't use the return value of
1252         `make-local-hook'.
1253
1254 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
1255
1256         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
1257         instead of `let*'.
1258         (wl-thread-delete-message): Likewise.  Split and narrow the scope
1259         of local variables.
1260
1261 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1262
1263         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
1264         Renamed from wl-summary-window-scroll-functions.
1265         (wl-summary-window-scroll-functions): Don't set to variable.
1266         (wl-summary-display-top): Use run-hooks.
1267         (wl-summary-display-bottom): Ditto.
1268         (wl-summary-toggle-disp-msg): Ditto.
1269         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1270         Use it instead of wl-summary-window-scroll-functions.
1271         (wl-summary-goto-folder-subr): Don't call
1272         wl-summary-window-scroll-functions, use
1273         wl-summary-buffer-window-scroll-functions instead.
1274
1275 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1276
1277         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1278         make-local-variable.
1279
1280 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1281
1282         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1283         set-buffer-modified-p.
1284         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1285         (wl-summary-display-bottom): Ditto.
1286         (wl-summary-toggle-disp-msg): Ditto.
1287
1288 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1289
1290         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1291
1292         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1293         (wl-summary-forward): Use elmo-message-entity-field instead of
1294         elmo-message-field.
1295
1296         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1297
1298 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1299
1300         * wl-summary.el (wl-summary-window-scroll-functions): No use
1301         `append'.
1302
1303 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1304
1305         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1306         function.
1307         (wl-summary-window-scroll-functions): Call it when both
1308         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1309         (wl-summary-temp-mark): Added optional argument number.
1310         (wl-summary-message-mark): Added optional argument flag.
1311         (wl-summary-persistent-mark): Added optional argument number and flag.
1312         (wl-summary-update-persistent-mark): Ditto.
1313         (wl-summary-update-status-marks): Set "r" for interactive spec.
1314
1315         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1316         argument number and flag.
1317
1318         * wl-action.el (wl-summary-registered-temp-mark): 
1319         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1320
1321 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1322
1323         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1324         internal variable (buffer local).
1325         (wl-summary-window-scroll-functions): New function.
1326         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1327         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1328         as nil.
1329         (wl-summary-update-status-marks): Added arguments beg, end and
1330         check.
1331         (wl-summary-update-mark-window): Use function.
1332         (wl-summary-sync-update): Follow the change above.
1333         (wl-summary-switch-to-clone-buffer): Copy
1334         wl-summary-buffer-unsync-mark-number-list.
1335         (wl-summary-goto-folder-subr): Set
1336         wl-summary-buffer-unsync-mark-number-list and
1337         use wl-summary-window-scroll-functions instead of
1338         wl-summary-lazy-highlight.
1339
1340         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1341
1342 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1343
1344         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1345
1346         * wl-summary.el (wl-summary-update-persistent-mark): Call
1347         wl-summary-set-message-modified.
1348
1349         * wl-summary.el (wl-summary-sync-update): Don't call
1350         wl-summary-update-status-marks.
1351
1352         * Version number is increased to 2.11.18.
1353
1354 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1355
1356         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1357         (wl-message-next-page): Ditto.
1358
1359 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1360
1361         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1362         local variable.  Change the order of a collected list into the
1363         same as the specified range.  Remove nil from a collected list.
1364
1365 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1368         argument for elmo-folder-list-messages.
1369
1370 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1373         change (wl-summary-count-unreads return a list instead of a cons
1374         cell).
1375
1376 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1377
1378         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1379         `wl-summary-folder-info-update'.
1380
1381 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1382
1383         * wl-summary.el (wl-summary-set-message-modified): No use
1384         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1385         (wl-summary-set-mark-modified): Abolish.
1386         (wl-summary-mark-modified-p): Ditto.
1387         (wl-summary-save-view): Follow the change above.
1388
1389         * wl-expire.el (wl-summary-expire): Likewise.
1390
1391 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1392
1393         * wl-summary.el (wl-summary-detect-mark-position): Use
1394         modb-entity-handler.
1395         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1396
1397         * Version number is increased to 2.11.17.
1398
1399 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1400
1401         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1402         entity field value.
1403         (wl-summary-prefetch-msg): Ditto.
1404         (wl-summary-print-message-with-ps-print): Ditto.
1405
1406 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1407
1408         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1409         for dummy entity.
1410         (wl-summary-insert-thread): Use elmo-message-entity-field.
1411         (wl-summary-update-thread): Use elmo-message-entity-field and
1412         elmo-message-entity-number.
1413         (wl-summary-line-number):  Use elmo-message-entity-number.
1414         (wl-summary-line-size): Use elmo-message-entity-field.
1415         (wl-summary-line-subject): Ditto.
1416         (wl-summary-line-from): Ditto.
1417         (wl-summary-line-attached): Ditto.
1418         (wl-summary-create-line): Ditto.
1419         (wl-summary-create-line): Use elmo-message-entity-number.
1420         (wl-summary-print-message-with-ps-print): Use
1421         elmo-message-entity-field.
1422
1423 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1424
1425         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1426         change in elmo-msgdb-make-message-entity.
1427         (wl-summary-buffer-set-folder): Don't call
1428         wl-summary-detect-mark-position here.
1429         (wl-summary-rescan): Call elmo-message-entity-number.
1430         (wl-summary-sync-update): Ditto.
1431         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1432
1433         * wl-score.el (wl-score-header-index): Redefine 2th element.
1434         (wl-score-overview-entity-get-extra): Abolish.
1435         (wl-score-ov-entity-get): Rewrite.
1436         (wl-score-string-index<, wl-score-string-func<): Abolish.
1437         (wl-score-string<): New function.
1438         (wl-score-string-sort): Use it.
1439
1440         * wl-refile.el (wl-refile-guess-by-history): Use
1441         elmo-message-entity-field.
1442         (wl-refile-guess-by-from): Ditto.
1443         (wl-refile-guess-by-msgid): Ditto.
1444
1445         * Version number is increased to 2.11.16.
1446
1447 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1448
1449         * wl-folder.el (wl-folder-confirm-existence): Don't call
1450         file-exists-p if msgdb-path is nil.
1451         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1452         `wl-read-folder-hist' to `wl-read-folder-history'.
1453
1454 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1455
1456         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1457         `y-or-n-p'.
1458
1459 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1460
1461         * wl-score.el (wl-score-headers): Don't use
1462         elmo-folder-do-each-message-entity.
1463
1464         * Version number is increased to 2.11.15.
1465
1466 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1467
1468         * wl-summary.el (wl-summary-delete-all-msgs): Use
1469         elmo-folder-move-messages instead of elmo-folder-delete-messages
1470         and elmo-folder-detach-messages.
1471         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1472
1473         * wl-expire.el (wl-expire-delete): Ditto.
1474         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1475
1476 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1477
1478         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1479         (wl-message-header-narrowing-fields): Ditto.
1480         (wl-message-header-narrowing-lines): Ditto.
1481         (wl-message-header-narrowing-string): Ditto.
1482
1483         * wl-summary.el (wl-summary-mode-map): Bind
1484         wl-summary-toggle-header-narrowing to "C-cC-f".
1485         (wl-summary-toggle-header-narrowing): New function.
1486
1487         * wl-message.el (wl-message-buffer-create): Call
1488         wl-message-header-narrowing-setup.
1489         (wl-message-redisplay): Call wl-message-header-narrowing.
1490         (wl-message-header-narrowing): New function.
1491         (wl-message-header-narrowing-map): New keymap.
1492         (wl-message-header-narrowing-widen-map): New keymap.
1493         (wl-message-header-narrowing-again-at-mouse): New function.
1494         (wl-message-header-narrowing-1): Ditto.
1495         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1496         (wl-message-header-narrowing-setup): Ditto.
1497         (wl-message-header-narrowing-toggle): Ditto.
1498         
1499         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1500
1501         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1502         'flag as all.
1503         (wl-use-flag-folder-help-echo): New user option.
1504
1505         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1506         wl-summary-highlight as nil.
1507         (wl-summary-set-mark-modified): Follow the API change.
1508         (wl-summary-mark-modified-p): Ditto.
1509         (wl-summary-mark-as-read-all): Ditto.
1510         (wl-summary-sync-marks): Don't call
1511         elmo-folder-list-messages-with-global-mark.
1512         (wl-summary-mark-as-read-internal): Follow the API change.
1513         (wl-summary-mark-as-answered-internal): Ditto.
1514         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1515         Follow the API change.
1516         (wl-summary-create-line): Call with number argument.
1517         (wl-summary-reply): Follow the API change.
1518
1519         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1520         function.
1521         (wl-highlight-summary-line-string): Call it when
1522         wl-use-flag-folder-help-echo is non-nil.
1523         (wl-highlight-summary-current-line): Ditto.
1524         (elmo-flag-folder-referrer): Added autoload setting.
1525
1526         * wl-draft.el (wl-draft-kill): Follow the API change.
1527
1528         * Version number is increased to 2.11.14.
1529         
1530 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1531
1532         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1533
1534 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1535
1536         * Version number is increased to 2.11.13.
1537
1538 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1539
1540         * wl-draft.el (wl-draft-previous-history-element): Fixed
1541         unbalanced parenthesis and bind unbound local variables.
1542
1543 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-draft.el (wl-draft-previous-history-element): New function.
1546         (wl-draft-next-history-element): Ditto.
1547         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1548         them to M-p and M-n.
1549
1550 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * Version number is increased to 2.11.12.
1553
1554 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1555
1556         * wl-draft.el (wl-draft-hide): Select buffer-window.
1557
1558 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1559
1560         * wl-summary.el (wl-summary-narrow-to-region): New function.
1561         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1562         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1563         (wl-summary-save-region): Use it.
1564         * wl-action.el (wl-summary-collect-numbers-region)
1565         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1566
1567 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1568
1569         * wl-folder.el (wl-folder-count-incorporates): Don't use
1570         `elmo-msgdb-mark-load'
1571
1572         * Version number is increased to 2.11.11.
1573
1574 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1575
1576         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1577         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1578
1579 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1580
1581         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1582
1583 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1584
1585         * Version number is increased to 2.11.10.
1586
1587 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1588
1589         * wl-mime.el (wl-draft-attribute-value): Fixed.
1590
1591 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1592
1593         * wl-util.el (wl-copy-local-variables): New function.
1594
1595         * wl-mime.el (wl-draft-attribute-recipients): New function.
1596         (wl-draft-attribute-envelope-from): Ditto.
1597         (wl-draft-attribute-smtp-posting-server): Ditto.
1598         (wl-draft-attribute-smtp-posting-port): Ditto.
1599         (wl-draft-attribute-value): Ditto.
1600         (wl-draft-preview-message): Use it to get value for
1601         attributes. Reflect result of `wl-draft-config'.
1602
1603         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1604         and call `wl-summary-mark-as-read' before to call
1605         `wl-summary-unset-mark'.
1606         (wl-summary-target-mark-mark-as-unread): Likewise.
1607         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1608
1609 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1610
1611         * wl-mime.el (wl-draft-preview-message): Use actual value for
1612         attributes; Fix for small window.
1613
1614 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1615
1616         * wl-refile.el (wl-refile-get-field-value): Call
1617         `elmo-message-entity-field' with 3rd argument is non-nil.
1618
1619 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1620
1621         * wl-vars.el (wl-draft-preview-attributes): New user option.
1622         (wl-draft-preview-attributes-list): Ditto.
1623         (wl-draft-preview-attributes-buffer-lines): Ditto.
1624         (wl-draft-preview-attributes-buffer-name): Ditto.
1625
1626         * wl-mime.el (wl-draft-preview-message): Display attributes.
1627
1628 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1629
1630         * wl-summary.el (wl-summary-detect-mark-position): Bind
1631         wl-summary-flag-priority-list to '(new).
1632
1633 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1634
1635         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1636         funtion.
1637         (wl-highlight-summary-line-string): Use it.
1638         (wl-highlight-summary-current-line): Ditto.
1639
1640 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1641
1642         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1643         line even when the mark string is not changed.
1644
1645         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1646         argument change in the wl-summary-create-line.
1647         (wl-thread-insert-entity-sub): Ditto.
1648
1649         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1650         argument change in the wl-summary-create-line.
1651         (wl-summary-insert-sequential): Ditto.
1652         (wl-summary-update-thread): Ditto.
1653         (wl-summary-persistent-mark-string): New inline function.
1654         (wl-summary-message-mark): Use it.
1655         (wl-summary-create-line): Abolish argument wl-persistent-mark
1656         and added wl-flags, wl-cached.
1657
1658         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1659         mark to flags.
1660         (wl-highlight-summary-current-line): Decide the face not by the 
1661         persistent mark but flags.
1662
1663 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1664
1665         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1666         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1667         wl-summary-read-uncached-mark): Revive.
1668         (wl-summary-answered-cached-mark,
1669         wl-summary-answered-uncached-mark): New user option.
1670         (wl-summary-score-marks): Follow the change above.
1671         (wl-summary-auto-refile-skip-marks): Ditto.
1672         (wl-summary-incorporate-marks): Ditto.
1673         (wl-summary-expire-reserve-marks): Ditto.
1674         (wl-summary-flag-priority-list): New user option.
1675
1676         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1677         changes.
1678         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1679         of elmo-message-mark.
1680         (wl-summary-mark-as-read-internal): Ditto.
1681         (wl-summary-mark-as-answered): Ditto.
1682         (wl-summary-mark-as-important): Ditto.
1683         (wl-summary-redisplay-internal): Ditto.
1684         (wl-summary-redisplay-no-mime-internal): Ditto.
1685         (wl-summary-message-mark): New function.
1686         (wl-summary-insert-sequential): Use wl-summary-message-mark
1687         instead of elmo-message-mark.
1688         (wl-summary-update-thread): Ditto.
1689         (wl-summary-persistent-mark): Ditto.
1690         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1691         instead of elmo-message-mark.
1692
1693         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1694         wl-summary-message-mark instead of elmo-message-mark.
1695         (wl-thread-insert-entity-sub): Ditto.
1696         (wl-thread-get-children-msgs-uncached): Ditto.
1697
1698         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1699         variable name changes.
1700         (wl-highlight-summary-current-line): Ditto.
1701
1702         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1703         wl-summary-message-mark instead of elmo-message-mark.
1704
1705         * wl-expire.el (wl-expire-message-p): Ditto.
1706
1707         * wl-score.el (wl-score-headers): Ditto.
1708
1709         * Version number is increased to 2.11.9.
1710
1711         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1712         (wl-summary-sync-update): Follow the change above.
1713         (wl-summary-switch-to-clone-buffer): Ditto.
1714         (wl-summary-open-folder): Ditto.
1715
1716 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1717
1718         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1719         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1720
1721         * Version number is increased to 2.11.8.
1722
1723         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1724
1725         * wl-expire.el (wl-expire-refile): Follow the API change on
1726         `elmo-folder-move-messages'.
1727         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1728
1729         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1730         (wl-summary-exec-action-refile): Ditto.
1731         (wl-summary-exec-action-copy): Ditto.
1732         (wl-summary-no-auto-refile-message-p): No use
1733         `wl-summary-buffer-msgdb'.
1734         (wl-summary-auto-refile): Ditto.
1735
1736 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1737
1738         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1739
1740 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1741
1742         * wl-summary.el (wl-summary-sync): Treat no-sync.
1743
1744         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1745         (wl-default-sync-range): Ditto.
1746
1747 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1748
1749         * wl-refile.el (wl-refile-subject-learn): Call
1750         `elmo-message-entity-field' with 3rd argument is non-nil.
1751         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1752         instead of `elmo-msgdb-overview-entity-get-subject'.
1753
1754 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1755
1756         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1757         scan-type is rescan.
1758         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1759         new optional argument force is non-nil.
1760         (wl-summary-save-view-cache): Call it with force argument non-nil.
1761
1762         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1763
1764 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1765
1766         * wl-action.el (wl-summary-print-argument): Fixed last change.
1767
1768 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1769
1770         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1771         simplified.
1772         (wl-summary-target-mark-mark-as-unread): Likewise.
1773         (wl-summary-target-mark-mark-as-important): Likewise.
1774
1775 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1776
1777         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1778         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1779         (wl-summary-mark-as-important-region): Change accordingly.
1780         (wl-summary-target-mark-mark-as-important): Ditto.
1781
1782 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1783
1784         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1785
1786         * wl-action.el (wl-summary-print-argument): Print argument to
1787         right side of window if `wl-summary-print-argument-within-window'
1788         is non-nil.
1789
1790 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1791
1792         * wl-action.el (wl-summary-set-mark): Use
1793         `wl-summary-message-visible-p' to check visibility of the message
1794         and jump to message only when the message line is visible and have
1795         different number; Call wl-summary-unset-mark with number argument.
1796         (wl-summary-unset-mark): 
1797         Use `wl-summary-message-visible-p'
1798         to check visibility of the message and jump to message only when
1799         the message line is visible and have different number;
1800
1801 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1802
1803         * Version number is increased to 2.11.7.
1804
1805         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1806         and wl-folder-summary-line-format.
1807
1808         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1809         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1810         (wl-summary-set-score-mark): Use it.
1811         (wl-summary-target-mark-mark-as-read): Ditto.
1812         (wl-summary-target-mark-mark-as-unread): Ditto.
1813         (wl-summary-target-mark-mark-as-important): Ditto.
1814         (wl-summary-target-mark-msgs): Simplified.
1815         (wl-summary-detect-mark-position): Fixed problem when
1816         summary-line-format no contain persisten/temp mark spec.
1817         (wl-summary-temp-mark): Ditto.
1818         (wl-summary-persistent-mark): Ditto.
1819         (wl-summary-update-persistent-mark): Ditto.
1820
1821         * wl-action.el (wl-summary-set-mark): Ditto.
1822         (wl-summary-unset-mark): Ditto.
1823         All other related portions are changed.
1824
1825 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1826
1827         * Version number is increased to 2.11.6.
1828
1829 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1830
1831         * wl-util.el (wl-current-message-buffer): Define as function;
1832         Don't use the value of wl-messge-buffer.
1833
1834         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1835         persistent mark.
1836
1837         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1838         no current message, cause an error.
1839
1840 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1841
1842         * wl-summary.el (wl-summary-set-message-modified): Use
1843         elmo-folder-set-message-modified instead of
1844         elmo-folder-set-message-modified-internal.
1845
1846 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1847
1848         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1849         interactively.
1850         (wl-summary-sync): nokill->entirely.
1851         (wl-summary-sync-marks): Fixed message.
1852         (wl-summary-input-range): Added mark, nokill->entirely.
1853
1854         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1855         messages as read.
1856
1857 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1858
1859         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1860         update-noscore.
1861         (wl-summary-sync): Follow the change above.
1862
1863 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-action.el (wl-summary-target-mark-all): Use
1866         elmo-folder-list-messages.
1867
1868 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1869
1870         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1871         (wl-summary-rescan): Set wl-summary-scored as nil.
1872         (wl-summary-sync-force-update): Follow the change above.
1873         (wl-summary-sync): Ditto.
1874         (wl-summary-sync-update): Added argument disable-killed.
1875         (wl-summary-insert-headers): Set visible-only argument for
1876         elmo-folder-list-messages.
1877         (wl-summary-input-range): Added update-nokill, update-noscore,
1878         all-nokill, all-noscore and mark.
1879
1880         * Version number is increased to 2.11.5.
1881
1882         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1883
1884 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1885
1886         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1887         (wl-summary-prefetch-region-no-mark): Change accordingly.
1888         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1889
1890 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1891
1892         * wl-address.el (wl-complete-field-to): Abolished.
1893         (wl-complete-address): Completion function for completing-read.
1894         * wl-action.el (wl-summary-get-resend-address): Use it.
1895
1896         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1897         wl-summary-update-mark and abolish unused argument.
1898         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1899         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1900         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1901         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1902         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1903         * wl-draft.el (wl-draft-kill): Ditto.
1904
1905         * wl-summary.el: Remove unused binding of case-fold-search.
1906         (wl-summary-replace-status-marks): Abolished.
1907
1908 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1909
1910         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1911         is specified or folder length is zero.
1912
1913 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1914
1915         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1916         (wl-folder-archive-current-entity): Ditto.
1917
1918 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1919
1920         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1921         retrieving message mark.
1922         (wl-summary-redisplay-internal): Ditto.
1923
1924         * wl-message.el (wl-message-buffer-display): Ignore errors while
1925         retrieving message-id field.
1926
1927         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1928         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1929         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1930         order of the arguments for `wl-expire-message-p'.
1931         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1932
1933         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1934         Check return value of wl-summary-reply.
1935         (wl-summary-reply): Recover window configuration when an error occured.
1936
1937 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1938
1939         * wl-summary.el (wl-summary-resend-message): Abolished, the
1940         feature is inherited by wl-summary-resend (put resend mark).
1941
1942 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1943
1944         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1945         wl-message-buffer to nil when the message is hide.
1946
1947 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1948
1949         * .cvsignore: New file.
1950
1951 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1952
1953         * wl-action.el (wl-summary-action-docstring): Add more info.
1954         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1955         duplicate definition.
1956         (wl-summary-define-mark-action): Functions wl-summary-*-region
1957         keep current position.
1958         (wl-summary-unregister-target-mark): Store result to the variable.
1959
1960 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1961
1962         * Version number is increased to 2.11.4.
1963
1964 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1965
1966         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1967         wl-summary-delete-all-temp-marks.
1968         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1969
1970         * wl-action.el (wl-summary-set-mark): Changed terminology
1971         refile-destination -> action-argument.
1972         (wl-summary-unset-mark): Ditto.
1973         (wl-summary-remove-argument): Ditto.
1974         (wl-summary-print-argument): Ditto.
1975
1976         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1977         (wl-thread-remove-argument-region): Ditto.
1978         (wl-thread-print-argument-region): Ditto.
1979         (wl-thread-close): Ditto.
1980         (wl-thread-open): Ditto.
1981
1982         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1983         (wl-highlight-refile-destination-face is abolished)
1984         (wl-highlight-action-argument-string): Ditto.
1985         (wl-highlight-summary-current-line): Highlight action argument.
1986
1987         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1988         color for light backgrounds.
1989         (wl-highlight-summary-answered-face): Ditto.
1990
1991 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1992
1993         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1994
1995         * wl-score.el (wl-summary-score-update-all-lines): Use
1996         wl-summary-set-mark.
1997         (wl-summary-score-update-all-lines): Kill expunged messages.
1998
1999         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
2000
2001 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
2002
2003         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
2004         directly.
2005         (wl-score-overview-entity-get-lines): Ditto.
2006         (wl-score-overview-entity-get-xref): Ditto.
2007         (wl-score-get-latest-msgs): Ditto.
2008         (wl-summary-rescore): Ditto.
2009
2010         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
2011         to "&".
2012         (wl-summary-mark-as-answered-internal): New inline function.
2013         (wl-summary-mark-as-answered): New function.
2014         (wl-summary-mark-as-unanswered): Ditto.
2015         (wl-summary-sync-marks): Modified for answered-mark synching.
2016
2017 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2018
2019         * wl-action.el (wl-summary-set-mark): Fixed last change.
2020
2021 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2022
2023         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
2024         behavior of wl-summary-unread-message-hook
2025         (Pointed out by akira yamada <akira@arika.org>).
2026
2027 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2028
2029         * wl-e21.el (wl-summary-toolbar): Follow the rename of
2030         wl-summary-delete.
2031         * wl-xmas.el (wl-summary-toolbar): Ditto.
2032
2033         * wl-action.el (wl-summary-set-mark): Don't override current
2034         temp-mark.
2035
2036         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
2037
2038 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
2039
2040         * wl-refile.el (wl-refile-learn): Don't use msgdb.
2041         (wl-refile-msgid-learn): Ditto.
2042         (wl-refile-get-field-value): Ditto.
2043
2044         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
2045
2046         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
2047         (wl-expire-delete-reserved-messages): Renamed from
2048         wl-expire-reserve-marked-msgs-from-list.
2049         (wl-expire-delete): Removed argument `msgdb'.
2050         (wl-expire-refile): Ditto.
2051         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2052         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
2053         mark-alist as argument.
2054         (wl-expire-archive-number1): Removed argument `msgdb'.
2055         (wl-expire-archive-number2): Ditto.
2056         (wl-expire-archive-date): Ditto.
2057         (wl-expire-localdir-date): Ditto.
2058         (wl-expire-hide): Ditto.
2059         (wl-archive-number1): Ditto.
2060         (wl-archive-number2): Ditto.
2061         (wl-archive-date): Ditto.
2062         (wl-archive-folder): Ditto.
2063         All other related portions are changed.
2064
2065 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2066
2067         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
2068         mean move up and down. (suggested by Takashi Kawachi)
2069
2070 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2071
2072         * wl-acap.el (toplevel): Don't require un-define.
2073
2074 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
2075
2076         * wl-thread.el (wl-thread-delete-message): Always update
2077         wl-summary-buffer-number-list.
2078
2079         * wl-action.el (wl-summary-print-destination): 
2080         Do nothing when folder is nil.
2081
2082 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2083
2084         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
2085         persistent mark when prefetch is succeeded.
2086
2087 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
2088
2089         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
2090         instead of elmo-msgdb-delete-msgs.
2091         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2092         (wl-expire-hide): Ditto.
2093
2094         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
2095
2096         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
2097         elmo-msgdb interface.
2098         (wl-thread-get-exist-children): Likewise.
2099         (wl-thread-insert-message): Likewise.
2100         (wl-thread-msg-mark-as-important): Likewise.
2101         (wl-thread-insert-entity-sub): Likewise.
2102         (wl-thread-get-children-msgs-uncached): Likewise.
2103
2104         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
2105         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
2106         (wl-summary-sync-update): Likewise.
2107         (wl-summary-auto-select-msg-p): Likewise.
2108         (wl-summary-update-thread): Likewise.
2109         (wl-summary-mark-as-important): Likewise.
2110         (wl-summary-jump-to-msg-internal): Likewise.
2111         (wl-summary-redisplay-internal): Likewise.
2112         (wl-summary-print-message-with-ps-print): Likewise.
2113         (wl-summary-folder-info-update): Likewise.
2114
2115         * wl-folder.el (wl-folder-check-one-entity):
2116         elmo-folder-count-flags instead of wl-summary-count-unread.
2117
2118         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
2119
2120         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
2121
2122         * wl-summary.el (wl-summary-set-message-modified): 
2123         Call wl-summary-set-mark-modified.
2124         (wl-summary-delete-messages-on-buffer): Call
2125         wl-folder-set-folder-updated instead of wl-folder-update-unread.
2126         (wl-summary-sync-update): Call elmo-folder-length instead of
2127         elmo-folder-messages.
2128         (wl-summary-insert-headers): Don't call
2129         elmo-folder-list-message-entities.
2130
2131 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl-action.el (wl-summary-define-mark-action): Call
2134         `wl-summary-set-mark' with argument `data'.
2135         (wl-summary-auto-refile): Fixed order of arguments when call
2136         `wl-summary-refile'.
2137
2138 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
2139
2140         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
2141
2142         * wl-summary.el (wl-summary-mode-map): Bind resend action.
2143
2144         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
2145         (Renamed from wl-highlight-summary-deleted-face).
2146         (wl-highlight-summary-resend-face): New face.
2147
2148         (wl-highlight-summary-deleted-face): Renamed from
2149         wl-highlight-summary-erased-face.
2150
2151         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
2152
2153         * wl-action.el (wl-summary-get-resend-address): New function.
2154         (wl-summary-exec-action-resend): Ditto.
2155         (wl-summary-exec-action-resend-subr): Ditto.
2156
2157         * w-thread.el (wl-thread-copy): Removed definition.
2158         (wl-thread-refile): Ditto.
2159         (wl-thread-delete): Ditto.
2160         (wl-thread-target-mark): Ditto.
2161
2162         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
2163         (wl-summary-target-mark-set-action): Fixed.
2164         (wl-summary-define-mark-action): Fixed quotation.
2165         (wl-summary-move-mark-list-messages): Display message.
2166         (wl-summary-define-mark-action): Define thread functions.
2167         (wl-summary-exec-action-refile): Changed message.
2168         (wl-summary-exec): Ditto.
2169
2170 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
2171         
2172         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
2173         '%%'.
2174
2175 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
2176
2177         * wl.el (toplevel): Require wl-action.
2178         (wl-init): Call wl-summary-define-mark-action.
2179
2180         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
2181
2182         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
2183         wl-summary-delete and wl-summary-erase.
2184         (wl-summary-mode-map): Ditto.
2185
2186         * wl-vars.el (wl-dispose-folder-alist): Renamed from
2187         wl-delete-folder-alist.
2188
2189         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
2190         wl-summary-prefetch-msg instead of wl-summary-prefetch.
2191         (toplevel): Moved mark & action related functions to the wl-action.el.
2192
2193         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
2194         in wl-summary-mark-action-list.
2195         (wl-highlight-summary-current-line): Ditto.
2196
2197         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
2198         empty lines.
2199
2200         * wl-action.el: New file. 
2201
2202 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-summary.el (wl-summary-target-mark-replace): New function.
2205         (wl-summary-target-mark-prefetch): Use it.
2206         (wl-summary-target-mark-delete): Ditto.
2207         (toplevel): Rearranged definition order.
2208         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
2209         (wl-summary-target-mark-erase): Rewrite.
2210         (wl-summary-erase-region): New function.
2211         (wl-summary-exec-action-erase): Changed message.
2212         (wl-summary-move-mark-list-messages): New function.
2213         (wl-summary-exec-action-delete): Use it.
2214         (wl-summary-exec-action-erase): Ditto.
2215
2216         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
2217         (wl-summary-skip-mark-list): Added "d".
2218
2219         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
2220         while searching.
2221
2222         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
2223         and define using defcustom;
2224         Define 4th element as a face.
2225         
2226         * wl-summary.el (wl-summary-incorporate): Use 
2227         `wl-summary-prefetch-region-no-mark' instead of
2228         `wl-summary-prefetch-region'.
2229         (wl-summary-prefetch-region-no-mark): Revival of old
2230         `wl-summary-prefetch-region'.
2231         (wl-summary-mark-action-list): Moved to wl-vars.el
2232
2233         * wl-highlight.el (wl-highlight-summary-current-line): Decide
2234         face according to the `wl-summary-mark-action-list'.
2235         (wl-highlight-summary-current-line): Ditto;
2236         Removed destination highlighting.
2237
2238         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
2239         (wl-highlight-summary-line-string): Highlight for "i" mark.
2240         (wl-highlight-summary-current-line): Ditto.
2241
2242         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
2243         no destination.
2244
2245         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
2246         exists, just go ahead.
2247         (wl-summary-prefetch-region): Rewrite.
2248         (wl-summary-prefetch): Ditto.
2249         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
2250         (wl-summary-exec-action-prefetch): New function.
2251         (wl-summary-target-mark-prefetch): Rewrite.
2252
2253 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
2254
2255         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
2256         (wl-highlight-summary-line-string): Added "d" and "D".
2257         (wl-highlight-summary-current-line): Ditto.
2258
2259         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
2260         in wl-summary.el.
2261         (wl-thread-insert-entity-sub): Ditto.
2262         (wl-thread-remove-destination-region): Ditto.
2263         (wl-thread-print-destination-region): Ditto.
2264
2265         * wl-summary.el (wl-summary-buffer-refile-list,
2266         wl-summary-buffer-delete-list,
2267         wl-summary-buffer-copy-list): Abolish.
2268         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2269         All other related portions are changed.
2270         (wl-summary-mark-action-list): New variable.
2271         (wl-summary-set-mark): New function.
2272         (wl-summary-register-target-mark): Ditto.
2273         (wl-summary-unregister-target-mark): Ditto.
2274         (wl-summary-have-target-mark-p): Ditto.
2275         (wl-summary-register-temp-mark): Ditto.
2276         (wl-summary-unregister-temp-mark): Ditto.
2277         (wl-summary-registered-temp-mark): Ditto.
2278         (wl-summary-collect-temp-mark): Ditto.
2279         (wl-summary-unset-mark): Ditto.
2280         (wl-summary-set-target-mark): Ditto.
2281         (wl-summary-unset-target-mark): Ditto.
2282         (wl-summary-set-action-generic): Ditto.
2283         (wl-summary-unset-action-generic): Ditto.
2284         (wl-summary-exec-action-delete): Ditto.
2285         (wl-summary-exec-action-erase): Ditto.
2286         (wl-summary-set-action-refile): Ditto.
2287         (wl-summary-set-action-refile-subr): Ditto.
2288         (wl-summary-unset-action-refile): Ditto.
2289         (wl-summary-make-destination-numbers-list): Ditto.
2290         (wl-summary-exec-action-refile): Ditto.
2291         (wl-summary-set-action-copy): Ditto.
2292         (wl-summary-unset-action-copy): Ditto.
2293         (wl-summary-exec-action-copy): Ditto.
2294         (wl-summary-collect-numbers-region): Ditto.
2295         (wl-summary-delete): Rewrite.
2296         (wl-summary-erase): Ditto.
2297         (wl-summary-remove-destination): Ditto.
2298         (wl-summary-exec): Ditto.
2299         (wl-summary-exec-region): Ditto.
2300         (wl-summary-target-mark-erase): Ditto.
2301         (wl-summary-refile): Ditto.
2302         (wl-summary-copy): Ditto.
2303         (wl-summary-unmark): Ditto.
2304         (wl-summary-delete-all-mark): Ditto.
2305         (wl-summary-mark-line): Don't highlight.
2306         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2307         (wl-summary-target-mark-refile-subr): Rewrite.
2308
2309         (wl-summary-copy-prev-destination): Abolish.
2310
2311 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2312
2313         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2314         default values along the value of wl-on-mule.
2315         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2316         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2317         It is not used anywhere.
2318
2319 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2320
2321         * wl-summary.el (wl-summary-print-destination): Keep position.
2322         (wl-summary-cursor-move-surface): Keep horizontal position.
2323
2324 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2325
2326         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2327         write sendlog.
2328
2329 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2330
2331         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2332         `wl-summary-highlight'.
2333
2334 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2335
2336         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2337         trivial condition for temp-mark.
2338
2339 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2340
2341         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2342         when it hits killed buffer.
2343
2344 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2345
2346         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2347         * wl-news.el.in: `message' and `error' take format string.
2348
2349 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2350
2351         * wl-folder (wl-folder-insert-entity): Display a message,
2352         `...done', when the work finish.
2353         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2354
2355 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2356
2357         * wl-message.el (wl-message-redisplay): Remove unused local
2358         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2359
2360 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2361
2362         * wl-summary.el (wl-summary-replace-status-marks): Disable
2363         interactive use.
2364         (wl-summary-reedit): Check message existence at first.
2365         (wl-summary-mark-line): Fix doc, return value is indefinite.
2366
2367         * wl-highlight.el (wl-highlight-message): Arranged.
2368
2369         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2370         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2371         check temp-mark by wl-summary-temp-mark always.
2372         (wl-highlight-summary): Change accordingly.
2373         * wl-summary.el (wl-summary-mark-as-read-all)
2374         (wl-summary-delete-cache, wl-summary-set-score-mark)
2375         (wl-summary-mark-as-unread, wl-summary-unmark)
2376         (wl-summary-mark-line, wl-summary-mark-as-read)
2377         (wl-summary-mark-as-important): Ditto.
2378
2379         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2380         end of the window if possible.
2381         * wl-summary.el (wl-summary-sync-update): Support lazy
2382         highlighting.
2383         (wl-summary-toggle-disp-msg): Ditto.
2384
2385 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2386
2387         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2388
2389 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2390
2391         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2392         change.
2393
2394 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2395
2396         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2397         API.
2398         (wl-summary-sync-update): Ditto.
2399
2400         * wl-score.el (wl-score-get-score-alist): Changed argument.
2401         (wl-summary-rescore-msgs): Likewise.
2402         (wl-summary-score-headers): Likewise.
2403         (wl-score-headers): Likewise;
2404         Use elmo-folder-do-each-message-entity, etc.
2405         (wl-summary-score-effect): Follow the changes above.
2406         (wl-summary-rescore): Ditto.
2407         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2408         (wl-score-get-overview): Abolish.
2409
2410         * wl-summary.el (wl-summary-default-from): Follow the API change in
2411         elmo-msgdb.
2412         (wl-summary-count-unread): Ditto.
2413         (wl-summary-detect-mark-position): Ditto.
2414         (wl-summary-overview-entity-compare-by-date): Ditto.
2415         (wl-summary-overview-entity-compare-by-number): Ditto.
2416         (wl-summary-overview-entity-compare-by-from): Ditto.
2417         (wl-summary-overview-entity-compare-by-subject): Ditto.
2418         (wl-summary-get-list-info): Ditto.
2419         (wl-summary-rescan): Ditto.
2420         (wl-summary-jump-to-msg-by-message-id): Ditto.
2421         (wl-summary-sync-update): Ditto; Removed comment.
2422         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2423         (wl-summary-insert-message): Use wl-summary-insert
2424         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2425         (wl-summary-insert-headers): Changed argument overview to folder.
2426         (wl-summary-search-by-subject): Likewise.
2427         (wl-summary-insert-thread): Renamed from 
2428         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2429
2430         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2431         too.
2432
2433         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2434         wl-string-member.
2435
2436 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2437
2438         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2439         elmo-folder-append-buffer.
2440         (wl-draft-queue-append): Likewise.
2441
2442         * wl-mime.el (wl-message-delete-current-part): Ditto.
2443         (wl-summary-burst-subr): Ditto.
2444
2445         * wl-news.el.in (wl-news-send-news): Ditto.
2446
2447 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2450         function.
2451         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2452         (wl-summary-update-mark): Enclose with save-excursion.
2453         (wl-summary-mark-as-read-internal): Fixed last change.
2454         (wl-summary-mark-as-important): Use 3rd argument of
2455         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2456         Don't use elmo-msgdb-set-mark.
2457         (wl-summary-redisplay-internal): If msgdb flag is already read,
2458         just update the mark on buffer.
2459
2460 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2461
2462         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2463         cut visible folder when elmo-folder-delete returns non-nil value.
2464
2465 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2466
2467         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2468         by Kenichi OKADA <okada@opaopa.org>).
2469
2470 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2471
2472         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2473
2474 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2475
2476         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2477         Fixed the last change, search group entity by its real name.
2478         (Thanks to: KOBAYASHI Shinji)
2479
2480 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2481
2482         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2483         (wl-fldmgr-access-display-all): Don't refer visible name.
2484         * wl-expire.el (wl-folder-archive-current-entity)
2485         (wl-folder-expire-current-entity): Ditto.
2486         * wl-folder.el (wl-folder-jump-to-current-entity)
2487         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2488         (wl-folder-open-folder-sub,wl-folder-open-all)
2489         (wl-folder-write-current-folder): Ditto.
2490         (wl-folder-insert-entity): Don't use petname for normal group.
2491         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2492         is the real name.
2493         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2494         Abolished.
2495
2496 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2497
2498         * wl-draft.el (wl-draft-create-buffer): Add
2499         `wl-summary-reply-with-citation'
2500
2501 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2502
2503         * wl-draft.el (wl-draft-reply): Fixed.
2504
2505 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2506
2507         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2508         when `wl-draft-send-confirm-with-preview' is non-nil.
2509         You can scroll up/down by j/k.
2510         (wl-draft-send-confirm-with-preview): New variable (default=t).
2511
2512 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2513
2514         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2515         (wl-fldmgr-save-folders): Fix comment.
2516
2517 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2518
2519         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2520         along the last change in `wl-folder-buffer-group-p'.
2521
2522 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2523
2524         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2525         folder.
2526
2527         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2528         the default value.
2529
2530         * wl-mime.el (wl-summary-burst): Update summary only when target
2531         folder equals current folder.
2532
2533 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2534
2535         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2536
2537 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2538
2539         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2540         value.
2541
2542 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2543
2544         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2545         `map-extents' instead of `extent-at' repeatedly.
2546         (wl-highlight-folder-current-line): Ditto.
2547
2548         * wl-highlight.el: Remove useless dummy functions.
2549
2550 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2551
2552         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2553         (wl-folder-put-folder-property): New function to put text property.
2554         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2555         (wl-folder-insert-entity, wl-folder-update-diff-line)
2556         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2557         * wl-e21.el, wl-xmas.el, wl-mule.el
2558         (wl-highlight-folder-current-line): Ditto.
2559         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2560         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2561         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2562         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2563
2564 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2565
2566         * Version number is increased to 2.11.3.
2567
2568 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2569
2570         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2571         Resume current-buffer since it is assumed by remaining tasks.
2572
2573 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2574
2575         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2576         (wl-folder-completion-function): Abolished.
2577         (wl-folder-complete-folder): New function.
2578         (wl-folder-complete-filter-condition): Ditto.
2579         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2580         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2581
2582 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2583
2584         * wl-draft.el (wl-draft-send-confirm): New function.
2585         (wl-draft-send): Use it.
2586
2587         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2588         cursor-in-echo-area while confirming.
2589
2590         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2591
2592         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2593         searching via nntp if wl-summary-search-via-nntp is 'force.
2594         Otherwise, invoke searching in nntp folder only.
2595         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2596
2597         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2598         explicitly for mime-make-text-tag.
2599
2600 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2601
2602         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2603         `mime-make-text-tag' instead of `mime-create-tag'.
2604
2605 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2606
2607         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2608         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2609
2610 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2611
2612         * wl-score.el (wl-score-save): Bind print-length and print-level.
2613         (wl-score-pretty-print): Ditto.
2614         (wl-score-edit-insert-header-entry): Ditto.
2615
2616         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2617         "From" entry to be treated with wl-draft-eword-encode-address-list.
2618         * wl-mime.el (wl-draft-preview-message): Ditto.
2619
2620         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2621         (wl-summary-mark-as-unread): Ditto.
2622         (wl-summary-mark-as-read-region): Change accordingly.
2623         (wl-summary-mark-as-unread-region): Ditto.
2624         (wl-summary-target-mark-mark-as-read): Ditto.
2625         (wl-summary-target-mark-mark-as-unread): Ditto.
2626
2627 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2628
2629         * Version number is increased to 2.11.2.
2630
2631 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2632
2633         * wl-news.el.in (wl-news-previous-version-save): Bind
2634         print-length and print-level.
2635         * wl-thread.el (wl-thread-save-entities): Ditto.
2636         (wl-thread-save-top-list): Bind print-length.
2637
2638 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2639
2640         * wl-highlight.el (wl-highlight-summary-line-string): Use
2641         wl-summary-score-below-mark, wl-summary-score-over-mark.
2642         (wl-highlight-summary-current-line): Ditto.
2643
2644 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2645
2646         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2647         insert it.
2648
2649 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2650
2651         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2652
2653 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2654
2655         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2656         message without msgid.
2657         Rewrite with elmo-folder-move-messages.
2658         Set wl-message-buffer to nil.
2659
2660         * wl-summary.el (wl-summary-erase-subr): New function. Use
2661         elmo-folder-move-messages.
2662         (wl-summary-erase): Call it.
2663         (wl-summary-target-mark-erase): Ditto.
2664
2665 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2666
2667         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2668         it is not up-tp-date.
2669
2670 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2671
2672         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2673         buffer after calling `wl-summary-goto-folder-subr' without the
2674         argument `interactive'.
2675         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2676
2677 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2678
2679         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2680         `mime-create-tag'. Use `string=' instead of `looking-at'.
2681
2682 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2683
2684         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2685         to avoid compile warning.
2686
2687         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2688         entity-id when folder is given.
2689         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2690         save-excursion, use save-selected-window instead.
2691         Select folder buffer window if exists.
2692         (To correct behavior with wl-folder-move-cur-folder.)
2693
2694 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2695
2696         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2697
2698 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2699
2700         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2701         list-count instead of %d.
2702
2703 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2704
2705         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2706         (wl-news): Set it.
2707         (wl-news-append-to-folder): Use it.
2708
2709         * wl-news.el.in (wl-news-send-news): Append to specified folder
2710         instead of wl-default-folder.
2711         (wl-news-append-to-folder): Show error message with specified folder.
2712
2713         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2714                 In most major modes, Emacs assumes that any opening
2715                 delimiter found at the left margin is the start of a
2716                 top-level definition, or defun. Therefore, *never put an
2717                 opening delimiter at the left margin unless it should have
2718                 that significance.*
2719
2720         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2721
2722 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2723
2724         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2725
2726 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2727
2728         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2729
2730 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2731
2732         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2733         for sequential numbering case.
2734
2735 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2736
2737         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2738         value.
2739         (wl-draft-reply-without-argument-list): Ditto.
2740         (wl-draft-reply-myself-with-argument-list): Abolish.
2741         (wl-draft-reply-myself-without-argument-list): Ditto.
2742         * wl-draft.el (wl-draft-self-reply-p): New function.
2743         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2744
2745 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2746
2747         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2748         (avoid error for the case without byte-compiling)
2749
2750 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2751
2752         * wl-news.el.in (wl-news-append-to-folder): New function.
2753         (wl-news-exit): Rewrite.
2754         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2755
2756 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2757
2758         * wl-draft.el (wl-draft-reply-position): New function.
2759         (wl-draft-reply-position): Fix.
2760         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2761         (wl-summary-target-mark-reply-with-citation): Ditto.
2762         (wl-summary-reply-with-citation): Ditto.
2763         * wl-vars.el (wl-draft-reply-default-position): New variable.
2764
2765 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2766
2767         * wl-draft.el (wl-draft-send): Preview when interactive send.
2768
2769 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2770
2771         * wl-draft.el (wl-draft-reply): Set default position.
2772         * wl-summary.el (wl-summary-reply): Ditto.
2773         (wl-summary-reply-with-citation): Ditto.
2774         (wl-summary-target-mark-reply-with-citation): Ditto.
2775
2776 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2777
2778         * wl-news.el.in (wl-news-lang): Set default value according to
2779         current-language-environment.
2780         (wl-news-append-news): Do nothing when news-list is nil.
2781
2782 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2783
2784         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2785         (wl-news): Change message.
2786         (wl-news-exit): Check buffer.
2787         (wl-news-force-exit): New function.
2788         (wl-news-show-all): New function.
2789         (wl-news-discard-and-exit): Fix.
2790
2791 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2792
2793         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2794         according to current-language-environment.
2795
2796         * wl-news.el.in (wl-news): If arg, show all NEWS after
2797         wl-news-default-previous-version.
2798
2799 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2800
2801         * wl-news.el.in (wl-news-check): Rewritten.
2802         (wl-news-previous-version-load): Change data type.
2803         (wl-news-previous-version-save): Change data type.
2804         (wl-news-append-news): Add return value.
2805         (wl-news-check-news): New function.
2806         (wl-news-already-current-p): New function.
2807         (wl-news-send-news): Rewritten.
2808         (wl-news-mode-map): Add new keybind.
2809         (wl-news): Rewritten.
2810         (wl-news-exit): Rewritten.
2811         (wl-news-discard-and-mail): New function.
2812         (wl-news-send-to-address): Abolished.
2813         * wl.el (wl-init): Delete a message.
2814
2815 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2816
2817         * wl-news.el.in (wl-news-exit): Update previous version.
2818         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2819
2820 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2821
2822         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2823
2824 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2825
2826         * wl-news.el.in (wl-news): New function.
2827         (wl-news-mode): New function.
2828         (wl-news-next-line): New function.
2829         (wl-news-next-page): New function.
2830         (wl-news-exit): New function.
2831         (wl-news-buf-name): New variable.
2832         (wl-news-mode-map): New variable.
2833         (wl-news-winconf): New variable.
2834         (wl-news-append-news): Add an option.
2835
2836 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2837
2838         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2839
2840 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2841
2842         * wl-news.el.in (wl-news-send-to-address): New variable.
2843         (wl-news-send-news): Use it.
2844         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2845         Return updating status.
2846         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2847
2848 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2849
2850         * wl-news.el.in (wl-news-send-news): Delete
2851         Organization and X-Face.
2852
2853 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2854
2855         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2856         (wl-news-append-news): New function.
2857         (wl-news-send-news): New function.
2858
2859 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2860
2861         * Version number is increased to 2.11.1.
2862
2863 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2864
2865         * wl-news.el.in : New file.
2866
2867 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2868
2869         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2870         default value.
2871         (wl-draft-reply-without-argument-list): Ditto.
2872
2873 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2874
2875         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2876         (wl-message-buffer-prefetch-idle-time): Ditto.
2877         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2878
2879 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2880
2881         * wl-thread.el (wl-thread-insert-message): Use
2882         wl-summary-max-thread-depth.
2883
2884         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2885         loop detection.
2886
2887         * wl-message.el (wl-message-buffer-display): Back to the first page
2888         when cache is hit.
2889
2890 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2891
2892         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2893
2894         * wl-summary.el (wl-summary-insert-thread-entity):
2895         If the thread depth is reached to wl-summary-max-thread-depth,
2896         divide the thread.
2897
2898 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2899
2900         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2901         for elmo-remove-passwd.
2902
2903 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2904
2905         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2906         folder is sticky.
2907         (wl-folder-mark-as-read-all-entity): Ditto.
2908         (wl-folder-prefetch-entity): Ditto.
2909
2910 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2911
2912         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2913
2914 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2915
2916         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2917         Delete messages on buffer for unplugged operation.
2918         (wl-summary-erase): Ditto.
2919
2920 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2921
2922         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2923         take nil so as not to search parent by subject.
2924
2925 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2926
2927         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2928         (wl-folder-get-next-folder): Ditto.
2929         (wl-folder-get-path): Ditto.
2930
2931 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2932
2933         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2934         system and encode the region with it before verifying.
2935
2936 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2937
2938         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2939         system of the echo buffer before decoding.
2940
2941 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2942
2943         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2944         original contents.
2945
2946 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2947
2948         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2949         with argument 'any-exists.
2950
2951 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2952
2953         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2954         Use `wl-cs-autoconv'.
2955
2956 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2957
2958         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2959         by `mime-view-automatic-conversion'.
2960
2961         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2962         (wl-message-verify-pgp-nonmime): Ditto.
2963         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2964         Bind them to C-c:d and C-c:v respectively.
2965
2966         Merge following code by Teranishi-san from [wl-en:00167].
2967         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2968         (wl-mime-preview-application/pgp-encrypted): Ditto.
2969         (wl-mime-setup): Add entry.
2970
2971 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2972
2973         * wl-summary.el (wl-summary-target-mark-erase): New function.
2974         Bind it to "mD".
2975
2976 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2977
2978         * wl-vars.el (wl-draft-write-file-function): Fix.
2979         (wl-draft-reedit-hook): Changed default value.
2980
2981         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2982         wl-draft-reedit-hook.
2983         (wl-draft-remove-text-plain-tag): New function.
2984         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2985
2986         * wl-vars.el (wl-draft-write-file-function): New user option.
2987
2988         * wl-draft.el (wl-draft-prepare-edit): Use it for
2989         local-write-file-hooks.
2990         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2991
2992         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2993         (wl-draft-insert-mail-header-separator): Return the body beginning
2994         point.
2995         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2996         text/plain.
2997         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2998
2999 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3000
3001         * wl-summary.el (wl-summary-erase): New function to erase message
3002         without moving it to trash. Bind to "D".
3003
3004         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
3005         as `keep' unless switch-function.
3006
3007 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3008
3009         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
3010         message buffer by using `wl-summary-toggle-disp-msg'.
3011         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
3012         buffer window.
3013         (wl-summary-supresedes-message): Ditto.
3014
3015         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
3016         Do not delete other windows.
3017         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
3018         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
3019         (wl-draft-create-buffer): Set reply-or-forward also for target
3020         mark commands.
3021
3022 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3023
3024         * wl-draft.el (wl-user-agent-compose): Delete special case for
3025         switch-to-buffer-other-window.
3026
3027         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3028         (wl-summary-forward): Ditto.
3029
3030         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3031         function.
3032         (wl-draft-buffer-style): New use option.
3033
3034         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3035         (wl-draft): Follow the change above.
3036         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3037         wl-draft-buffer-style.
3038         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3039         switch-function.
3040
3041 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
3042
3043         * wl-draft.el (wl-user-agent-compose): Delete special case for
3044         switch-to-buffer-other-window.
3045
3046         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
3047         (wl-summary-forward): Ditto.
3048
3049         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
3050         function.
3051         (wl-draft-buffer-style): New use option.
3052
3053         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
3054         (wl-draft): Follow the change above.
3055         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
3056         wl-draft-buffer-style.
3057         (wl-user-agent-compose): Bind wl-draft-buffer-style with
3058         switch-function.
3059
3060 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
3061
3062         * wl-address.el (wl-address-make-completion-entry): Extracted from
3063         `wl-address-make-completion-list'.
3064         (wl-address-enable-strict-loading): New variable.
3065         (wl-address-make-completion-list): Revive petname duplication
3066         inquiry, and enable it if `wl-address-enable-strict-loading'.
3067         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
3068
3069 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3070
3071         * wl-message.el (wl-message-get-original-buffer): Avoid
3072         'Selecting deleted buffer' error when original buffer is killed.
3073
3074 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
3075
3076         * wl-summary.el (wl-summary-next-message): Use
3077         elmo-message-accessible-p instead of elmo-message-cached-p.
3078
3079 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
3080
3081         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
3082
3083         * wl-thread.el (wl-thread-open-all-unread): Use
3084         elmo-folder-list-flagged instead of
3085         elmo-folder-list-messages-mark-match.
3086
3087         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
3088         instead of elmo-folder-list-messages-mark-match.
3089         (wl-summary-move-spec-alist): New variable.
3090         (wl-summary-move-spec-plugged-alist,
3091         wl-summary-move-spec-unplugged-alist): Abolish.
3092         (wl-summary-next-message): Follow the change above.
3093         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
3094         with 'no-msg' argument.
3095
3096         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
3097         variable.
3098         (wl-message-buffer-prefetch-move-spec-plugged-alist,
3099         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
3100         (wl-message-buffer-prefetch-get-next): Follow the change above.
3101
3102 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
3103
3104         * wl-version.el (wl-version): Changed codename.
3105
3106         * Version number is increased to 2.11.0.
3107
3108 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3109
3110         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
3111         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
3112         `wl-draft-config-variables'.
3113         (wl-draft-kill): Fixed problem when the draft is reedit.
3114
3115 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
3116
3117         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
3118         buffer-modified status (Thanks to
3119         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
3120
3121 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
3122
3123         * wl-util.el (wl-region-exists-p): New function.
3124
3125         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
3126         Remove defvars for byte-compile warnings.
3127
3128 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3129
3130         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
3131         defvar-maybe. Removed unused bind.
3132
3133 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3134
3135         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
3136         summary buffer window before creating new frame.
3137         (wl-draft-reply): Ditto.
3138
3139 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3140
3141         * wl-mime.el (toplevel): Avoid byte-compile warnings.
3142
3143 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3144
3145         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
3146
3147 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3148
3149         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
3150         instead of `kill-region'.
3151
3152 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
3153
3154         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
3155         (wl-highlight-summary-line-string): Use it.
3156         (wl-highlight-summary-current-line): Ditto.
3157
3158         * wl-mime.el (wl-message-delete-current-part): Check the class of
3159         mime-entity.
3160
3161         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
3162
3163         * wl-summary.el (wl-summary-make-number-list): Initialize.
3164         (wl-summary-update-mark): New function.
3165         (wl-summary-reply): Put `answered' mark on the message.
3166         (wl-summary-reply): Set `number' argument to wl-draft-reply.
3167
3168         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
3169         (wl-draft-reply): Added optional argument `number';
3170         Set wl-draft-parent-number.
3171         (wl-draft-kill): Delete answered mark if it is a reply.
3172
3173 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3174
3175         * wl-mime.el (wl-mime-preview-follow-current-region): New function
3176         that originates in mime-preview-follow-current-entity.
3177         (wl-draft-yank-current-message-entity): Use it if region is active.
3178
3179         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
3180         * wl-e21.el (wl-message-define-keymap): Bind "D" for
3181         `wl-message-delete-current-part'.
3182         * wl-mule.el (wl-message-define-keymap): Ditto.
3183         * wl-xmas.el (wl-message-define-keymap): Ditto.
3184
3185 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3186
3187         * wl-mime.el (wl-message-delete-current-part): New function.
3188         (wl-mime-node-id-to-string): Ditto.
3189
3190         * wl-mime.el (wl-message-delete-current-part): Use existing
3191         original buffer which corresponds current mime-view buffer.
3192         (fetched buffer might have different structure, possibly)
3193
3194         * wl-mime.el (wl-message-delete-current-part): Quit if the
3195         message content differs from the actual message.
3196
3197 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
3198
3199         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
3200         order.
3201         (wl-summary-search-by-subject): Search parent message from tail;
3202         Check the existence of the parent message on the current thread tree.
3203         (wl-summary-update-thread): Check whether the line is inserted.
3204
3205 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3206
3207         * wl-vars.el (wl-summary-line-format): Undo last change.
3208         * wl-summary.el (wl-summary-print-destination): Do not put
3209         invisible property when `wl-summary-width' is nil.
3210         (wl-summary-line-subject-minimum-length): Abolished.
3211         (wl-summary-line-subject): Ditto.
3212
3213 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3214
3215         * wl-vars.el (wl-summary-line-format): Change default value.
3216         (wl-summary-subject-length-limit): Abolished.
3217         * wl-summary.el (wl-summary-line-subject): Ditto.
3218
3219 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3220
3221         * wl-template.el (wl-template-select): Added optional argument.
3222         If optional argument is specified, reverse
3223         `wl-template-visible-select'.
3224
3225 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3226
3227         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
3228         Take prefix argument to force asking the destination folder.
3229
3230 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3231
3232         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
3233         count and update status.
3234
3235 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
3236
3237         * wl-summary.el (wl-summary-redisplay-internal): If
3238         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
3239         after fetching.
3240
3241 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3242
3243         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
3244         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
3245
3246         * wl-vars.el (toplevel): Require 'elmo-msgdb.
3247
3248 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3249
3250         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
3251         (All other related portions are changed).
3252         (wl-summary-mark-as-read-all): Rewrite.
3253
3254 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
3255
3256         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
3257         `wl-summary-mark-as-read'.
3258         (wl-summary-mark-as-unread): Rewrite.
3259         (wl-summary-mark-as-read): Added no-modeline argument.
3260         (wl-summary-resume-cache-status): Rewrite.
3261         (wl-summary-exec-subr): Remove unused local variable.
3262
3263 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3264
3265         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
3266         logic to call `wl-summary-buffer-prev-folder-function'.
3267         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3268
3269 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3272         is nil.
3273
3274 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3275
3276         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3277         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3278         (wl-mime-setup): Add its entry.
3279
3280 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3281
3282         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3283         (wl-summary-delete-cache): Likewise.
3284         (wl-summary-mark-as-read): Rewrite.
3285
3286 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3287
3288         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3289         `wl-summary-count-unread'.
3290
3291         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3292
3293         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3294
3295 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3296
3297         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3298         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3299         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3300         Renamed to the elmo-msgdb-*-mark.
3301         (wl-summary-score-marks): Follow the change above.
3302         (wl-summary-auto-refile-skip-marks): Ditto.
3303         (wl-summary-incorporate-marks): Ditto.
3304         (wl-summary-expire-reserve-marks): Ditto.
3305
3306         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3307         changes.
3308         (wl-thread-insert-top): Changed updating message.
3309
3310         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3311         variable.
3312         (wl-summary-count-unread): Count answered marks.
3313         (wl-summary-rescan): Call wl-summary-insert-message instead of
3314         wl-summary-append-message-func-internal.
3315         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3316         (wl-summary-prefetch-msg): Follow the variable name changes.
3317         (wl-summary-prefetch-region): Ditto.
3318         (wl-summary-mark-as-read-all): Follow the API changes;
3319         Don't call elmo-folder-replace-marks.
3320         (wl-summary-delete-cache): Follow the variable name changes.
3321         (wl-summary-resume-cache-status): Ditto.
3322         (wl-summary-update-status-marks): New function.
3323         (wl-summary-insert-message): New function.
3324         (wl-summary-sync-marks): Follow the variable name changes.
3325         (wl-summary-sync-update): Synchronize to the msgdb, too;
3326         Changed update messages.
3327         (wl-summary-make-number-list): Rewrite.
3328         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3329         (wl-summary-mark-as-unread): Follow the API changes.
3330         (wl-summary-exec-subr): Follow the variable name changes.
3331         (wl-summary-mark-as-read): Ditto.
3332         (wl-summary-move-spec-plugged-alist): Ditto.
3333         (wl-summary-move-spec-unplugged-alist): Ditto.
3334         (wl-summary-cursor-move-surface): Ditto.
3335
3336         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3337         variable name changes.
3338         (wl-highlight-summary-current-line): Ditto.
3339
3340         * wl-expire.el (wl-expire-refile): Follow the API change in
3341         elmo-folder-move-messages.
3342         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3343         (wl-summary-archive): Use elmo-folder-msgdb instead of
3344         elmo-msgdb-load.
3345
3346 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3347
3348         * wl-mime.el (wl-draft-preview-message): Restore the position
3349         before evaluating wl-draft-send-hook in preview buffer.
3350
3351 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3352
3353         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3354         when it creates new draft buffer.
3355
3356         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3357         without argument.
3358
3359         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3360         Evaluate content and if the value is string, insert it.
3361         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3362         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3363         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3364         wl-draft-config-sub-part-bottom): Use it.
3365
3366         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3367         with the folder name. The question was unintelligible when it is
3368         called from wl-save-status.
3369
3370 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3371
3372         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3373         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3374         cannot take second argument).
3375
3376 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3377
3378         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3379         as t. Since type and subtype are not case sensitive (RFC 2045).
3380
3381 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3382
3383         * wl-vars.el (wl-message-mode-line-format): New variable.
3384         (wl-message-mode-line-format-spec-alist): Ditto.
3385         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3386         (wl-message-redisplay): Use wl-message-mode-line-format.
3387
3388 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3389
3390         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3391
3392 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3393
3394         * wl-summary.el (wl-summary-default-from): Write description.
3395
3396 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3397
3398         * wl-vars.el (wl-ldap-objectclass): Abolish.
3399
3400         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3401         (wl-ldap-make-filter): Removed condition for objectclass.
3402         (wl-ldap-make-matched-value-list): Remove meaningless process.
3403         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3404         (wl-address-ldap-search): Don't add `*' to `pat' string;
3405         use ignore-errors; added `email';
3406         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3407         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3408         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3409
3410
3411 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3412
3413         * wl-draft.el (wl-draft-parent-folder): Write description.
3414         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3415
3416 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3417
3418         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3419         as "" (zero-length string) if no parent.
3420         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3421
3422 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-address.el (wl-address-make-completion-list): Skip duplication
3425         checking.
3426         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3427         `append'.
3428
3429 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3430
3431         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3432         instead of `beginning-of-buffer'.
3433
3434 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3435
3436         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3437
3438 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3439
3440         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3441         Refer wl-message-buffer-name.
3442         (wl-message-wheel-down): Ditto.
3443
3444 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3445
3446         * wl-vars.el (wl-message-buffer-name): New user option.
3447
3448         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3449         directly instead of making alist dinamically.
3450
3451         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3452         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3453         wl-message-buffer-cache-name.
3454         (wl-message-buffer-cache-clean-up): Ditto.
3455
3456         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3457
3458         * Version number is increased to 2.9.15.
3459
3460 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3461
3462         * wl-vars.el (wl-summary-default-view-alist): New user option.
3463
3464         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3465
3466         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3467         while deleting address.
3468         (wl-draft-delete-myself-from-cc): Ditto.
3469
3470         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3471         If optional argument is specified, reverse sort order.
3472
3473         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3474
3475 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3476
3477         * wl-thread.el (wl-thread-insert-message): Return parent number if
3478         exists.
3479         (wl-thread-update-indent-string-region): Use
3480         wl-thread-update-line-on-buffer-sub instead of
3481         wl-thread-update-line-on-buffer.
3482
3483 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3484
3485         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3486         (wl-folder-close-all): Ditto.
3487
3488 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3489
3490         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3491         and mailing-list:.
3492         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3493         value.
3494         (wl-summary-line-list-info): Print mailing-list name even when 
3495         list-number is empty.
3496
3497 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3498
3499         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3500
3501         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3502         (wl-draft-open-file): Ditto.
3503         (wl-draft-random-alphabet): Ditto.
3504
3505         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3506         bindings.
3507
3508 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3511         * wl-vars.el (wl-draft-config-alist): Ditto.
3512
3513 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3514
3515         * Version number is increased to 2.9.14.
3516
3517         * wl.el (wl): Don't set wl-init as nil when error occured while
3518         auto-checking folders.
3519
3520         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3521         `elmo-expand-newtext'.
3522
3523 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3524
3525         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3526         `this-command' so that `wl-folder-goto-folder' contained in
3527         `wl-summary-keep-cursor-command' work.
3528
3529 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3530
3531         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3532         message buffer displaying state.
3533
3534 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3535
3536         * wl-vars.el (wl-summary-default-view): New variable to specify
3537         default value for `wl-summary-buffer-view' instead of using
3538         set-default.
3539         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3540
3541 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3542
3543         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3544
3545         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3546
3547 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3548
3549         * wl-vars.el (wl-forward-subject-prefix): New variable.
3550         * wl-draft.el (wl-draft-forward): Use it.
3551
3552 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3553
3554         * wl-message.el (wl-message-prev-page): When it is called without
3555         lines argument, scroll down by wl-message-scroll-amount lines.
3556         (wl-message-next-page): Ditto.
3557         * wl-vars.el (wl-message-scroll-amount): Change default value
3558         to preserve current behavior.
3559
3560 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3561
3562         * wl-summary.el (wl-summary-prefetch-msg): Bind
3563         `wl-message-entity' to call `wl-summary-from-function'.
3564
3565 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3566
3567         * wl-message.el (wl-message-buffer-create): Run
3568         wl-message-buffer-created-hook.
3569
3570 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3571
3572         * wl-summary.el (wl-summary-sort-specs): New variable.
3573         (wl-summary-default-sort-spec): Ditto.
3574         (wl-summary-sort): Rewrite.
3575         (wl-summary-sort-by-list-info): New function.
3576
3577 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3578
3579         * wl-summary.el (wl-summary-get-list-info): New function.
3580         (wl-summary-sort): Rewrite.
3581         (wl-summary-line-list-info): Ditto.
3582         (wl-summary-line-list-count): Ditto.
3583         (wl-summary-refile-region): Fixed docstring.
3584
3585 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3586
3587         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3588         `wl-folder-entity-hashtb' as completion table.
3589
3590 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3591
3592         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3593         only when this command is called interactively; silence the byte-
3594         compiler.
3595
3596 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3597
3598         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3599         active in XEmacs.
3600
3601 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3602
3603         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3604         plural lines.
3605
3606 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3607
3608         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3609         of current line when the cursor is on the header name.
3610         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3611
3612 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3613
3614         * wl-util.el (wl-read-directory-name): Return displayed directory
3615         as the default value also on XEmacs.
3616
3617 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3618
3619         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3620         formatting.
3621
3622 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3623
3624         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3625         argument and when it is non-nil, check face property before
3626         highlighting for each line.
3627         (wl-highlight-summary-window): Set it.
3628
3629 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3630
3631         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3632         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3633
3634         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3635         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3636         (wl-draft-get-fcc-list): Likewise.
3637
3638 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3641         (wl-thread-entity-cur): Ditto.
3642         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3643         wl-thread-indent-regexp setting.
3644         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3645
3646         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3647         wl-summary-lazy-highlight.
3648         (wl-summary-display-bottom): Ditto.
3649
3650         * wl-thread.el (wl-thread-open-close): Likewise.
3651
3652         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3653         from and subject;
3654         Bind wl-draft-use-frame;
3655         Enclose with save-window-excursion;
3656         Use wl-draft-create-buffer instead of with-temp-buffer;
3657         Use wl-draft-prepare-edit;
3658         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3659         Use wl-draft-send instead of wl-draft-raw-send.
3660
3661 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3662
3663         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3664         of using wl-from.
3665
3666 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3667
3668         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3669         insert-buffer instead of clone-buffer.
3670         (wl-draft-doing-mime-bcc): New variable.
3671         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3672         infinite loop.
3673         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3674
3675         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3676         (wl-draft-mime-bcc-body): Ditto.
3677
3678         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3679         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3680         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3681         wl-draft-do-mime-bcc.
3682         (wl-draft-mime-bcc-field): New function.
3683         (wl-draft-do-mime-bcc): Ditto.
3684
3685         * wl-address.el (wl-address-complete-header-list): New variable.
3686         (wl-address-complete-header-regexp): Changed default value.
3687
3688         * Version number is increased to 2.9.13.
3689
3690 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3691
3692         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3693         it is differed.
3694
3695 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3696
3697         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3698         (wl-summary-line-list-count): Ditto.
3699
3700 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3701
3702         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3703         (wl-nntp-posting-function): New variable.
3704         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3705         `wl-nntp-posting-config-alist'.
3706
3707 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3708
3709         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3710         FLIM.
3711
3712 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3713
3714         * wl-summary.el (wl-summary-target-mark-refile-sub):
3715         Remove a nuisance funcall.
3716
3717 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3718
3719         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3720         as t for `try-completion'.
3721
3722 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3723
3724         * wl-summary.el (wl-summary-default-from): Use
3725         wl-address-header-extract-address instead of
3726         std11-extract-address-components.
3727         (wl-summary-simple-from): Ditto.
3728         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3729         (wl-summary-insert-headers): Show message.
3730         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3731         for whole line.
3732         (wl-summary-default-from): Revert last change.
3733         (wl-summary-simple-from): Ditto.
3734         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3735         (wl-summary-mark-as-read-region): Follow the change above.
3736         (wl-summary-sync-marks): Ditto.
3737         (wl-summary-target-mark-mark-as-read): Ditto.
3738         (wl-summary-redisplay-internal): Ditto.
3739         (wl-summary-redisplay-no-mime-internal): Ditto.
3740         (wl-summary-redisplay-all-header): Ditto.
3741         (wl-summary-mark-as-read): Removed argument `cached';
3742         Use current cache status to set cache mark.
3743         (wl-summary-redisplay-internal): Follow the change above.
3744         (wl-summary-redisplay-no-mime-internal): Ditto.
3745         (wl-summary-redisplay-all-header): Ditto.
3746
3747         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3748
3749         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3750         Don't call itself recursively (Adviced by Yamaoka-san).
3751
3752 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3753
3754         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3755         bind wl-summary-highlight as nil to avoid error caused by missing
3756         local variables.
3757
3758 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3759
3760         * wl-vars.el (wl-invalid-character-message): New user option.
3761
3762         * wl-util.el (wl-set-string-width): If truncated string-width is
3763         larger than specified width, use `wl-invalid-character-message'.
3764
3765 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3766
3767         * wl-summary.el (wl-summary-prefetch-msg): 
3768         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3769
3770 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3771
3772         * wl-vars.el (wl-summary-check-line-format): New user option.
3773         (wl-summary-line-format-file): Ditto.
3774
3775         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3776         variable.
3777         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3778         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3779         and `wl-summary-view-old-p' to check whether do a rescan or not.
3780         (wl-summary-view-old-p): New function.
3781         (wl-summary-line-format-changed-p): Ditto.
3782         (wl-summary-line-format-save): Ditto.
3783         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3784
3785         * wl-util.el (wl-set-string-width): Avoid using negative number
3786         for make-string.
3787
3788 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3789
3790         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3791         return value.
3792
3793         * wl-util.el (wl-set-string-width): Added optional argument
3794         `padding' (All other related portions are changed).
3795         (wl-line-parse-format): If the first letter of column number is
3796         `0', zero-padding the result (ex: "%05l").
3797
3798         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3799
3800 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3801
3802         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3803         sequential summary view.
3804
3805 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3806
3807         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3808         if it doesn't have a -unix version.
3809
3810 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3811
3812         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3813
3814 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3815
3816         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3817         content.
3818         (wl-draft): Follow the change above.
3819
3820         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3821
3822         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3823         and wl-folder-summary-line-format-alist contain %T and %P.
3824
3825         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3826         (wl-summary-mode-line-format): New user option.
3827         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3828         (wl-summary-line-format): Changed default value.
3829         (wl-summary-lazy-highlight): Changed default value.
3830
3831         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3832         change in wl-summary-create-line.
3833         (wl-thread-insert-entity-sub): Ditto.
3834
3835         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3836         (wl-summary-buffer-unread-status): Ditto.
3837         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3838         (wl-summary-buffer-persistent-mark-column): Ditto.
3839         (wl-summary-buffer-mode-line-formatter): Ditto.
3840         (wl-summary-buffer-mode-line): Ditto.
3841         (wl-summary-message-regexp): Abolished.
3842         (All other related portions are changed.)
3843         (wl-summary-detect-mark-position): New function.
3844         (wl-summary-buffer-set-folder): Setup
3845         wl-summary-buffer-mode-line-formatter.
3846         (wl-summary-mode): Setup selective-display;
3847         Setup pre-idle-hook when xemacs.
3848         (wl-summary-update-modeline): Rewrite.
3849         (wl-summary-jump-to-msg): Define as function;
3850         Changed regexp for searching messages.
3851         (wl-summary-message-number): Rewrite.
3852         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3853         Do rescan when old type summary cache.
3854         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3855         (wl-summary-remove-destination): Use '\r' to detect EOL.
3856         (wl-summary-print-destination): Ditto.
3857         (wl-summary-temp-mark): New inline function.
3858         (wl-summary-persistent-mark): Ditto.
3859         (wl-summary-line-number): New function.
3860         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3861         (wl-summary-line-list-count): New function.
3862         (wl-summary-create-line): Added argument persistent-mark.
3863         (All other related portions are changed)
3864         (wl-summary-create-line): Insert '\r'.
3865         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3866         (wl-summary-cursor-move-surface): New inline function.
3867         (wl-summary-prev): Use it.
3868         (wl-summary-next): Ditto.
3869
3870         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3871         wl-summary-message-regexp.
3872         (wl-highlight-summary): Delete progress message.
3873         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3874
3875         * Version number is increased to 2.9.12.
3876
3877 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3878
3879         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3880         variable (nil: no minimum).
3881         (wl-summary-line-subject): Add some spaces after subject by
3882         wl-summary-line-subject-minimum-length.
3883
3884 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3885
3886         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3887         and removed `F'.
3888         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3889         change above).
3890
3891 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3892
3893         * wl-summary.el (wl-summary-line-list-count): Reverted.
3894         (example setting in samples/*/dot.wl is also updated)
3895
3896 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3899
3900         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3901
3902         * wl-vars.el (wl-summary-line-format): Addes some description to the
3903         docstring.
3904
3905         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3906         (wl-summary-line-close-bracket): Ditto.
3907         (wl-summary-line-children-number): Ditto.
3908         (wl-summary-line-thread-indent): Ditto.
3909         (wl-summary-line-children-and-from): Ditto.
3910
3911         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3912         't', 'c', 'F' and added 'C'.
3913
3914         * wl-util.el (wl-set-string-width): Accept negative value.
3915         (wl-line-parse-format): Added "%number(" and "%)".
3916
3917 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3918
3919         * wl-summary.el (wl-summary-line-list-count): Change format of the
3920         return value.
3921
3922 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3923
3924         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3925         from the recent message.el.
3926         (wl-draft-point-in-header-p): Ditto.
3927         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3928         wl-draft-beginning-of-line.
3929         * wl-e21.el (wl-draft-mode-map): Ditto.
3930         * wl-xmas.el (wl-draft-mode-map): Ditto.
3931
3932         * wl-folder.el: Sort macrodefs by dependencies.
3933
3934 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3935
3936         * wl-summary.el (wl-summary-prev): Fixed regexp.
3937         (wl-summary-next): Ditto.
3938
3939 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3940
3941         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3942
3943 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3944
3945         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3946         for backward compatibility.
3947
3948 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3949
3950         * wl-summary.el (wl-summary-line-list-count): New function, merged
3951         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3952         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3953         list counts.
3954
3955 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3956
3957         * wl-summary.el (wl-summary-create-line): Ignore errors while
3958         timezone-fix-time.
3959
3960         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3961
3962         * wl-summary.el (wl-summary-sync-update): Ditto.
3963         (wl-summary-default-from): Use wl-message-entity
3964         instead of entity.
3965
3966         * wl-summary.el (wl-summary-create-line): Fix.
3967
3968         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3969         (wl-summary-line-format): New user option.
3970         (wl-folder-summary-line-format-alist): Ditto.
3971         (wl-summary-from-width): Abolished.
3972
3973         * wl-util.el (toplevel): Require 'bytecomp.
3974         (wl-line-parse-format): New function.
3975         (wl-line-formatter-setup): New macro.
3976
3977         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3978         (wl-summary-buffer-line-formatter): New buffer local variable.
3979         (wl-summary-switch-to-clone-buffer): Follow the change above.
3980         (wl-summary-message-regexp): Fix.
3981         (wl-summary-from-func-internal): Abolished.
3982         (wl-summary-subject-func-internal): Ditto.
3983         (wl-summary-subject-filter-func-internal): Ditto.
3984         (All other related portions are changed.)
3985         (wl-summary-buffer-set-folder):
3986         Set up wl-summary-buffer-number-column and 
3987         wl-summary-buffer-line-formatter
3988         (All other related portions are changed.)
3989         (wl-summary-buffer-number-column-detect): Abolished.
3990         (All other related portions are changed.)
3991         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3992         (wl-summary-delete-all-temp-marks-on-buffer): Use
3993         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3994         (wl-summary-target-mark-delete): Ditto.
3995         (wl-summary-target-mark-refile-subr): Ditto.
3996         (wl-summary-target-mark-mark-as-read): Ditto.
3997         (wl-summary-target-mark-mark-as-unread): Ditto.
3998         (wl-summary-target-mark-mark-as-important): Ditto.
3999         (wl-summary-target-mark-save): Ditto.
4000         (wl-summary-replace-status-marks): Renamed from
4001         wl-summary-set-status-marks-on-buffer;
4002         Use wl-summary-message-regexp instead of
4003         wl-summary-buffer-number-regexp.
4004         (wl-summary-sync-update): Follow the change above.
4005         (wl-summary-goto-previous-message-beginning): New function.
4006         (wl-summary-mark-as-unread): Use it.
4007         (wl-summary-mark-as-important): Ditto.
4008         (wl-summary-line-formatter): New variable.
4009         (wl-summary-line-year): New function.
4010         (wl-summary-line-day): Ditto.
4011         (wl-summary-line-day-of-week): Ditto.
4012         (wl-summary-line-hour): Ditto.
4013         (wl-summary-line-minute): Ditto.
4014         (wl-summary-line-open-bracket): Ditto.
4015         (wl-summary-line-close-bracket): Ditto.
4016         (wl-summary-line-children-number): Ditto.
4017         (wl-summary-line-thread-indent): Ditto.
4018         (wl-summary-line-size): Ditto.
4019         (wl-summary-line-subject): Ditto.
4020         (wl-summary-line-from): Ditto.
4021         (wl-summary-line-children-and-from): Ditto.
4022         (wl-summary-create-line): Rewritten.
4023         (wl-summary-format-date): Abolished.
4024
4025         * wl-highlight.el (wl-highlight-summary-current-line): Use
4026         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
4027         Use thread structure to detect thread top message.
4028
4029         * wl-draft.el (wl-default-draft-cite): Don't use
4030         wl-summary-from-func-internal.
4031
4032         * wl-refile.el (wl-refile-subject-learn): Don't use
4033         wl-summary-subject-filter-func-internal.
4034         (wl-refile-guess-by-subject): Ditto.
4035
4036         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
4037         parameters.
4038
4039         * wl-thread.el (wl-thread-update-indent-string-region):
4040         Use wl-thread-update-line-on-buffer instead of
4041         wl-thread-update-indent-string.
4042         (wl-thread-update-children-number): Redefine using
4043         wl-thread-update-line-on-buffer.
4044         (wl-thread-update-indent-string): Abolished.
4045
4046         * Version number is increased to 2.9.11.
4047
4048 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
4049
4050         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
4051         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
4052         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
4053
4054         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
4055         as nil.
4056
4057         * wl-thread.el (wl-thread-open-all-unread): Use 
4058         elmo-folder-list-messages-mark-match.
4059         (wl-thread-insert-message): Removed argument `mark-alist'.
4060         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
4061         elmo-msgdb-set-mark.
4062         (wl-thread-get-children-msgs-uncached): Likewise.
4063         (wl-thread-get-exist-children): Added argument include-self.
4064         (wl-thread-delete-message): Follow the change above.
4065
4066         * wl-summary.el (wl-summary-count-unread): Removed argument.
4067         (wl-summary-rescan): Follow the change above.
4068         (wl-summary-mark-as-read-region): Ditto
4069         (wl-summary-mark-as-unread-region): Ditto.
4070         (wl-summary-delete-messages-on-buffer): Ditto.
4071         (wl-summary-sync-update): Ditto.
4072         (wl-summary-switch-to-clone-buffer): Ditto.
4073         (wl-summary-goto-folder-subr): Ditto.
4074         (wl-summary-target-mark-mark-as-read): Ditto.
4075         (wl-summary-target-mark-mark-as-unread): Ditto.
4076         (wl-summary-target-mark-mark-as-important): Ditto.
4077         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
4078         (wl-summary-update-thread): Removed argument `mark-alist'.
4079         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
4080         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
4081         (wl-summary-resume-cache-status): Likewise.
4082         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
4083         elmo-msgdb-set-mark.
4084         (wl-summary-mark-as-read-all): Likewise.
4085         (wl-summary-delete-cache): Ditto.
4086         (wl-summary-auto-select-msg-p): Ditto.
4087         (wl-summary-mark-as-unread): Ditto.
4088         (wl-summary-no-auto-refile-message-p): Ditto.
4089         (wl-summary-mark-as-read): Ditto.
4090         (wl-summary-mark-as-important): Ditto.
4091         (wl-summary-auto-refile): Follow the change above.
4092         (wl-summary-delete-all-marks): Removed.
4093         (wl-summary-resume-marks-and-highlight): Ditto.
4094         (wl-summary-resume-marks): Ditto.
4095         (wl-summary-delete-important-msgs-from-list): Ditto.
4096         (wl-summary-delete-canceled-msgs-from-list): Ditto.
4097
4098         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
4099         wl-summary-count-unread.
4100
4101         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
4102         (wl-summary-score-update-all-lines): Use
4103         elmo-msgdb-set-mark.
4104
4105 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
4106
4107         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
4108         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
4109         (wl-summary-create-line): Renamed from
4110         wl-summary-overview-create-summary-line;
4111         Argument rearrangement.
4112         (wl-summary-update-thread): Follow the change above.
4113
4114         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
4115         (wl-thread-insert-entity-sub): Likewise.
4116
4117         * wl-summary.el (wl-summary-append-message-func-internal): Removed
4118         argument `overview', `mark-alist' and added `msgdb'.
4119
4120         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
4121
4122         * wl-summary.el (wl-summary-insert-summary): Changed argument.
4123         (wl-summary-rescan): Follow the change above.
4124         (wl-summary-sync-update): Ditto.
4125         (wl-summary-insert-thread-entity): Ditto;
4126         Don't use `let*' in every while loop;
4127         Detect infinite loop of threads.
4128         (wl-summary-update-thread): Removed argument `overview'.
4129
4130         * wl-thread.el (wl-thread-insert-message): Ditto.
4131
4132         * Version number is increased to 2.9.10.
4133
4134         * wl-message.el (wl-message-redisplay): Ignore errors while
4135         wl-message-redisplay-hook.
4136
4137 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4138
4139         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
4140
4141 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4142
4143         * wl.el (wl): inhibit-quit while wl-folder.
4144
4145 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4146
4147         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
4148         while msgdb access.
4149
4150 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4151
4152         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
4153         even if no folder is not created.
4154
4155 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
4158
4159         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
4160         implementation.
4161         (wl-summary-target-mark-thread): Ditto.
4162
4163         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
4164
4165 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4166
4167         * wl-util.el (wl-display-bytes): Remove unused function.
4168
4169 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4170
4171         * wl.el (wl-check-environment): Cause error when wl-from is nil,
4172         seems critical one (partially reverse the change in 2002/03/17).
4173
4174 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4175
4176         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
4177         * wl-draft.el (wl-draft-write-sendlog): Ditto.
4178
4179 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4180
4181         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
4182         is not writable.
4183         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
4184         plugged status instead of `'force' as 2nd argument.
4185
4186         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
4187         is not creatable.
4188
4189         * Version number is increased to 2.9.9.
4190
4191 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4192
4193         * wl-summary.el (wl-summary-suspend): New function.
4194
4195 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
4196
4197         * wl.el (wl): Do not check variables if check is nil.
4198         * wl-utils.el (wl-collect-draft): New function.
4199         * wl-folder.el (wl-folder-suspend): Put summary buffers
4200         and draft buffers at the end of buffer list.
4201         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
4202
4203 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4204
4205         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
4206         loop instead of recursive call.
4207
4208         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
4209         2nd argument.
4210
4211 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4212
4213         * wl-draft.el (wl-draft-create-contents): Don't take neither
4214         (function . args) nor (string . something) any more.
4215
4216         * wl-version.el (wl-generate-user-agent-string): Return string
4217         without header symbol.
4218         * wl-draft.el (wl-draft-default-headers): Use it.
4219
4220         * wl-draft.el (wl-draft-trim-ccs): Renamed from
4221         `wl-draft-insert-ccs' and return field value instead of inserting
4222         the header. Abolish cc argument.
4223         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
4224
4225         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
4226         rather than one with string car.
4227
4228         * wl-vars.el (wl-draft-additional-header-alist): New variable.
4229         * wl-draft.el (wl-draft-create-contents): Add it after the default
4230         headers.
4231
4232         * wl-draft.el (wl-draft-create-contents): For the case of
4233         (symbol-or-string . function) insert header only when the function
4234         returns string value.
4235
4236 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4237
4238         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
4239         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
4240
4241 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4242
4243         * wl.el (wl-check-environment): Don't check Message-ID when
4244         `wl-insert-message-id' is nil.
4245         Revive checking if `wl-message-id-domain' contains "@".
4246
4247 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4248
4249         * wl.el (wl-check-environment): Merge examination for "@" at
4250         inappropriate position into the first string-match.
4251
4252         * wl-summary.el (wl-summary-target-mark-print): New function.
4253         (wl-summary-pipe-message-subr): Extracted from
4254         `wl-summary-pipe-message'.
4255         (wl-summary-target-mark-pipe): New function.
4256         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
4257         `wl-summary-target-mark-pipe'.
4258
4259 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4260
4261         * wl.el (wl-check-environment): Rewrite around Message-ID check.
4262
4263 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4264
4265         * wl.el (wl-check-environment): Use elmo-warning instead of
4266         error for non-critical ones.
4267         Remove trash folder check.
4268         (wl): Don't ignore error in wl-check-environment.
4269
4270         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4271         check, which is moved from `wl-check-environment'.
4272         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4273
4274 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4275
4276         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4277         guess anything, call wl-summary-write.
4278         (wl-summary-write): Create draft with blank To field.
4279         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4280
4281 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4282
4283         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4284         argument full as well for wl-folder-write-current-folder.
4285         If wl-*-write-current-folder cannot guess addressee, add blank
4286         To header.
4287         Rewrite condition for positioning cursor.
4288
4289 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4290
4291         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4292         summary buffer is present, use it.
4293         (wl-folder-jump-to-previous-summary): Ditto.
4294
4295 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4296
4297         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4298
4299         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4300         wl-summary-previous-buffer and wl-summary-next-buffer.
4301
4302         * wl-folder.el (wl-folder-mode-map): Bind
4303         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4304         (wl-folder-jump-to-next-summary): New function.
4305         (wl-folder-jump-to-previous-summary): Ditto.
4306
4307         * wl-draft.el (wl-draft): Rearranged.
4308
4309 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4310
4311         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4312         of header.
4313         (wl-draft): Collect arguments for the header as header-alist.
4314         (wl-draft-forward): Arrange arguments for wl-draft.
4315         (wl-draft-reply): Ditto.
4316         (wl-draft-edit-string): Ditto.
4317         * wl-summary.el (wl-summary-write): Ditto.
4318         (wl-summary-write-current-folder): Ditto.
4319
4320         * Version number is increased to 2.9.8.
4321
4322 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4325
4326         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4327
4328         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4329         even if the guess failed.
4330
4331         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4332         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4333         wl-summary-write-current-folder.
4334         * wl-xmas.el: Ditto.
4335
4336 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-summary.el (wl-summary-next-page): Force display message if
4339         message is not displayed yet.
4340         (wl-summary-prev-page): Ditto.
4341
4342 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4343
4344         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4345
4346 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4347
4348         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4349         add "Preview Message" and "Save Draft and Exit".
4350
4351 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4352
4353         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4354         if addrmgr is called from draft in splitted window.
4355
4356         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4357         * wl-mule.el: Ditto.
4358         * wl-xmas.el: Ditto.
4359
4360 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4361
4362         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4363
4364         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4365         * wl-xmas.el (wl-folder-toolbar): Ditto.
4366
4367 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4368
4369         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4370         and wl-draft-save-and-exit.
4371         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4372         * wl-xmas.el: Ditto.
4373         * wl-mule.el: Ditto.
4374
4375         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4376         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4377
4378 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4379
4380         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4381         lists for saving buffer.
4382
4383 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4384
4385         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4386         parent-folder argument instead of it.
4387         (wl-draft-create-buffer): Ditto.
4388         (wl-draft-forward): Ditto.
4389         (wl-draft-reply): Ditto.
4390         * wl-summary.el (wl-summary-write): Ditto.
4391         (wl-summary-write-current-folder): Ditto.
4392
4393         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4394         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4395         Folder buffer after composing.
4396
4397 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4398
4399         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4400         header if the file `wl-x-face-file' already contains it.
4401
4402 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4403
4404         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4405         folder" entry.
4406         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4407         * wl-e21.el (wl-folder-toolbar): Ditto.
4408         * wl-xmas.el (wl-folder-toolbar): Ditto.
4409
4410 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4411
4412         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4413         wl-folder-goto-folder with sticky argument.
4414         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4415
4416 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4417
4418         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4419         and wl-summary-previous-buffer.
4420         (wl-summary-next-buffer): New function.
4421         (wl-summary-previous-buffer): Ditto.
4422
4423 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4424
4425         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4426         wl-folder-jump-to-current-entity-with-arg.
4427         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4428         `wl-folder-jump-to-current-entity'.
4429         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4430         `wl-summary-goto-folder-sticky'.
4431         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4432         `wl-summary-goto-folder'.
4433         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4434         Unless force-exit, do not clean temp. marks for sticky summary.
4435         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4436
4437 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4438
4439         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4440         not entire.
4441
4442 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4443
4444         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4445         to `C-x C-s'.
4446         (wl-summary-save-status): New command.
4447         (wl-summary-exit): Don't clean-up temp marks when sticky.
4448         (Applied patch from Nakayama-san [wl: 09548])
4449         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4450         Do nothing when no mark data.
4451         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4452         Call `wl-summary-delete-all-temp-marks' before saving.
4453
4454 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4455
4456         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4457
4458 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4459
4460         * wl.el (wl-check-environment): Also cause error when (system-name)
4461         returns "localhost.localdomain". (Although it doesn't affect because
4462         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4463
4464 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4465
4466         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4467         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4468
4469         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4470         value.
4471
4472 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4473
4474         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4475         Likewise r-cc-list and r-ng-list.
4476
4477 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4478
4479         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4480         only if it is bound as variable.
4481
4482         * wl-mime.el (wl-draft-preview-message): Ditto.
4483
4484 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4485
4486         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4487         needless `goto-char'.
4488
4489         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4490         `wl-summary-redisplay-no-mime-internal' instead of
4491         `wl-summary-redisplay-no-mime'.
4492         (wl-summary-redisplay-no-mime): Changed argument;
4493         Call `wl-summary-redisplay-no-mime-internal'.
4494
4495         * wl-mime.el (wl-draft-preview-message): Bind
4496         `mime-header-encode-method-alist' locally.
4497
4498         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4499         (wl-draft-std11-parse-addresses): Added the first address check.
4500         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4501
4502         * Version number is increased to 2.9.7.
4503
4504 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4505
4506         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4507
4508 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4509
4510         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4511         related to scrollbar support, if there is no such a feature
4512         compiled in.
4513
4514 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4515
4516         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4517         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4518         for prefetch.
4519
4520 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * wl-summary.el (wl-summary-pick): Fix for no match.
4523
4524 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4525
4526         * wl-draft.el (wl-draft-save):
4527         Override `mime-header-encode-method-alist'.
4528
4529 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4530
4531         * wl-folder.el (wl-folder-pick): New function.
4532         Define key as "?".
4533
4534 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4535
4536         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4537         Fix for unplugged.
4538
4539 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4540
4541         * wl-folder.el (wl-folder-virtual): New function.
4542         Define key as "V".
4543
4544 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4545
4546         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4547         multi folder if entity is group.
4548
4549 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4550
4551         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4552         is nil.
4553
4554 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4555
4556         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4557         (wl-summary-target-mark-msgs): Return the number of marked messages.
4558
4559 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4560
4561         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4562         "first:" is specified.
4563
4564 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4565
4566         * wl-vars.el (wl-from): Use return value of function
4567         user-full-name instead of the variable user-full-name since
4568         XEmacs-20.4 doesn't set this variable.
4569
4570 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4571
4572         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4573         call `wl' directly.
4574
4575 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4576
4577         * wl-draft.el (wl-draft-reedit): Removed duplicated
4578         switch-to-buffers.
4579
4580 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4581
4582         * wl.el (wl-other-frame): Removed garbages.
4583
4584 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4585
4586         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4587
4588         * wl-xmas.el (wl-draft-key-setup): Ditto.
4589
4590         * wl-mule.el (wl-draft-key-setup): Ditto.
4591
4592         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4593         (wl-draft-reedit): Ditto.
4594         (wl-draft-prepare-edit): Add `wl-draft-save' to
4595         `local-write-file-hooks'.
4596         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4597         (wl-draft-reedit): Set buffer-file-name.
4598         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4599
4600
4601         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4602         call it.
4603         (wl-delete-startup-frame-function): New variable.
4604         (wl-other-frame): New function
4605         (Original was written by Yamaoka san [wl: 09239]).
4606
4607         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4608         if `wl-folder-use-frame'.
4609
4610 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4611
4612         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4613
4614 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4615
4616         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4617         New variable.
4618         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4619         (wl-message-buffer-prefetch-get-next): Use them.
4620         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4621
4622 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4623
4624         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4625         with unwind-protect.
4626
4627         * wl-draft.el (wl-draft-reedit): Rewrite.
4628         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4629         (wl-draft-save): Insert header separator if it does not exist;
4630         Removed condition-case.
4631
4632         * wl-summary.el (wl-summary-reedit): Revert last change.
4633
4634         * wl-draft.el (wl-draft-save): Rewrite.
4635         (wl-draft-create-buffer): Set buffer-file-name as nil.
4636
4637         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4638
4639         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4640
4641         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4642         nil.
4643
4644 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4645
4646         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4647         If count is nil, do not prefetch.
4648         (wl-message-buffer-prefetch-next): Next.
4649
4650 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4651
4652         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4653
4654 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4655
4656         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4657         `delete-backward-char'
4658         (wl-draft-prepare-edit): Check major-mode.
4659         (wl-draft-decode-header): Rewrite.
4660         (wl-draft): Fix.
4661
4662 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4665
4666 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4667
4668         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4669         (wl-message-buffer-prefetch-get-next): Remove size checking.
4670         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4671
4672 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4673
4674         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4675         (wl-draft-default-headers): Fix.
4676
4677 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4678
4679         * wl-draft.el (wl-draft-default-headers): Insert return value of
4680         `wl-generate-mailer-string-function'.
4681
4682 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4683
4684         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4685         (wl-draft-insert-mail-header-separator): Ditto.
4686
4687         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4688         again (Reverted the change on 2002-01-17 by OKADA san).
4689
4690 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4691
4692         * wl-draft.el (wl-draft): Rewrite.
4693         (wl-draft-create-buffer): New function.
4694         (wl-draft-create-contents): Ditto.
4695         (wl-draft-prepare-edit): Ditto.
4696         (wl-draft-decode-header): Ditto.
4697         (wl-draft-decode-body): Ditto.
4698         (wl-draft-check-new-line): Ditto.
4699         (wl-draft-default-headers): Ditto.
4700         (wl-draft-insert-mail-header-separator): Ditto.
4701
4702 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4703
4704         * Version number is increased to 2.9.6.
4705
4706 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4707
4708         * wl-draft.el (wl-draft-delete-field): Optional argument.
4709         (wl-draft-delete-fields): Ditto.
4710
4711 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4712
4713         * wl-message.el (toplevel): Eliminated byte-compile warning.
4714         for `itimer-function', `delete-timer' and `itimer-list'.
4715
4716 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4717
4718         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4719         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4720         `wl-message-buffer-prefetch-threshold'.
4721         * wl-summary.el (wl-summary-redisplay-internal): Remove
4722         the check of `wl-message-buffer-prefetch-depth'.
4723
4724 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4725
4726         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4727         size of article.
4728         (wl-message-buffer-prefetch-subr): Remove size check.
4729
4730 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4731
4732         * wl-vars.el (wl-plugged): Make customizable.
4733
4734 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4735
4736         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4737         (wl-message-buffer-prefetch-set-timer): New function.
4738         (wl-message-buffer-prefetch-get-next): New function.
4739         (wl-message-buffer-prefetch): New function.
4740         (wl-message-buffer-prefetch-next): Rewrite.
4741         (wl-message-buffer-prefetch-subr): Rewrite.
4742         * wl-vars.el (wl-auto-prefetch-first): New variable.
4743         * wl-summary.el (wl-summary-goto-folder-subr): Call
4744         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4745
4746 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4747
4748         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4749         `wl-summary-unread-message-hook'.
4750
4751 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4752
4753         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4754         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4755         if range is `cache-status'.
4756
4757 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4758
4759         * wl-message.el (wl-message-buffer-prefetch-subr):
4760         Improve debug message.
4761
4762 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4763
4764         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4765         `wl-mail-send-pre-hook'.
4766         (wl-draft-send-mail-with-qmail): Ditto.
4767         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4768
4769 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4770
4771         * wl-message.el (wl-message-buffer-prefetch-subr):
4772         Fix for cancel-function-timers bug.
4773         (wl-message-buffer-prefetch-debug): Default value is t.
4774
4775 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4776
4777         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4778         (wl-message-buffer-prefetch-subr): Rewrite.
4779         Rename from `wl-message-buffer-prefetch'.
4780
4781 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4782
4783         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4784         (wl-default-draft-cite-decorate-author): Ditto.
4785
4786         * wl-draft.el (wl-draft-cite-function): Removed.
4787         (wl-default-draft-cite-decorate-author): Ditto.
4788
4789 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4790
4791         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4792         (wl-default-draft-cite): Do not arrange author name if the value of
4793         `wl-default-draft-cite-decorate-author' is nil.
4794
4795 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4796
4797         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4798
4799         * wl-folder.el (wl-folder-check-one-entity): Don't care
4800         `elmo-folder-use-flag-p'.
4801
4802 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4803
4804         * wl-folder (wl-folder-check-one-entity): Fix
4805         problem if unread is nil.
4806
4807 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-address.el (wl-address-make-completion-list): Check whether
4810         the address is a group list.
4811         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4812
4813 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4814
4815         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4816         The number of the messages of new and unread does not count
4817         correctly.
4818
4819         * wl-summary.el (wl-summary-count-unread): Changed to return
4820         `(new . unread)' instead of total.
4821         (wl-summary-sync-update): Follow the change above.
4822
4823         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4824
4825 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4826
4827         * wl-address.el (wl-address-make-completion-list): Do not enclose
4828         address by " <" and ">" if associated realname is "".
4829         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4830         This is against the promblem with group list in .addresses pointed
4831         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4832
4833 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4834
4835         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4836         message is a format control string.
4837         * wl-expire.el (wl-expire-append-log): Ditto.
4838         * wl-mime.el (wl-summary-burst-subr): Ditto.
4839         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4840         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4841
4842 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4843
4844         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4845         wl.el (wl-check-variables): Rename from `wl-check-type'.
4846         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4847         (wl-check-variables-2): New function.
4848         (wl): Call `wl-check-variables-2'.
4849
4850 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4851
4852         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4853         after renaming folder in access group.
4854
4855 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4856
4857         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4858         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4859         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4860         (wl-message-buffer-prefetch): Rewrite.
4861         (wl-message-buffer-prefetch-idle-time): Removed.
4862         * wl-summary.el (wl-summary-redisplay-internal):
4863         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4864         Error check for `wl-message-buffer-prefetch-depht'.
4865
4866 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4867
4868         * Version number is increased to 2.9.5.
4869         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4870
4871 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4872
4873         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4874         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4875         Based on the patch written by
4876         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4877
4878 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4879
4880         * wl-draft.el (wl-draft-raw-send): Fix for
4881         `wl-news-send-pre-hook'
4882
4883 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4884
4885         * wl-utils.el (wl-message-id-function): New variable.
4886         * wl-draft.el (wl-draft-insert-required-fields):
4887         Use `wl-message-id-function'.
4888
4889 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4890
4891         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4892         * wl-utils.el (wl-draft-make-message-id-string):
4893         Use `wl-from' for domain part of Message-ID
4894         if `wl-message-id-use-wl-from' if non-nil.
4895         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4896
4897 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4898
4899         * wl.el (wl): Call `wl-check-type'
4900         Do not 'condition-case'.
4901
4902 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4903
4904         * wl.el (wl-check-type): New function.
4905         (wl-check-type-variables): New variable.
4906
4907 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4908
4909         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4910
4911 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4912
4913         * wl-draft.el (wl-smtp-password-key): New function.
4914         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4915         (wl-draft-send-mail-with-smtp): Ditto.
4916         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4917
4918 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4919
4920         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4921         * wl-utils.el (wl-unique-id-suffix): Remove.
4922
4923 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4924
4925         * Version number is increased to 2.9.4.
4926
4927 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4928
4929         * wl-utils.el (wl-unique-id-suffix): New variable.
4930         (wl-unique-id): Use `wl-unique-id-suffix'
4931
4932 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4933
4934         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4935         instead of `elmo-msgdb-search'.
4936
4937         * Version number is increased to 2.9.3.
4938
4939 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4940
4941         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4942
4943 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4944
4945         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4946         (wl-draft-dispatch-message): Changed for send-later.
4947         (wl-draft-queue-flush): Ditto.
4948         (wl-draft): Clear `wl-sent-message-queued'.
4949         (wl-draft-reedit): Ditto.
4950         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4951         * wl-vars.el (wl-draft-force-queuing): New variable.
4952         (wl-draft-force-queuing-mail): New variable.
4953         (wl-draft-force-queuing-news): New variable.
4954
4955 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4956
4957         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4958         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4959
4960 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4961
4962         * Version number is increased to 2.9.2.
4963
4964 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * wl-draft.el (wl-draft-elide-region): New user command.
4967         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4968
4969         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4970         command `wl-draft-elide-region'.
4971         * wl-mule.el: Ditto.
4972         * wl-xmas.el: Ditto.
4973
4974 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4975
4976         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4977         (wl-biff-check-folder-async): Removed needless let.
4978
4979 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4982         wl-folder-get-elmo-folder.
4983         (wl-biff-check-folder): Set `biff' argument of
4984         `wl-folder-check-one-entity'.
4985         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4986
4987         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4988         (wl-folder-check-one-entity): Added `biff' argument;
4989         Setup `biff' slot of folder.
4990
4991         * Version number is increased to 2.9.1.
4992
4993 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4996         comment out and fixed.
4997         (wl-fldmgr-add-completion-subr): Ditto.
4998
4999         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
5000         and msgdb.
5001
5002         * wl.el (wl-toggle-plugged): Save summary view.
5003
5004 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
5005
5006         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
5007
5008 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5009
5010         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
5011
5012 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * wl-e21.el (wl-e21-toolbar-configurations): Replace
5015         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
5016         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
5017
5018         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
5019         if it was failed.
5020         (wl-demo): Disable undo in the demo buffer.
5021
5022 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5023
5024         * wl-version.el (wl-version): Changed codename.
5025
5026         * Version number is increased to 2.9.0.
5027
5028 2001-12-14  Takuo KITAME <kitame@northeye.org>
5029
5030         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
5031         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
5032         (wl-folder-mark-as-read-all-current-entity): Ditto.
5033
5034 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
5035
5036         * wl-vars.el (wl-from-width): Define as obsolete variable.
5037         (wl-subject-length-limit): Ditto.
5038
5039         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
5040
5041         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
5042         wl-summary-save-view.
5043
5044         * wl.el (wl-save-status): Ditto.
5045         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
5046
5047         * wl-summary.el (wl-summary-save-view): Removed unused argument.
5048         (wl-summary-exit): Follow the change above.
5049         (wl-summary-goto-folder-subr): Ditto.
5050
5051         * wl-folder.el (wl-folder-create-subr): Don't use
5052         `elmo-folder-creatable-p'.
5053
5054 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5055
5056         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
5057
5058 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5059
5060         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
5061         rather than bitmap on Emacs 21.
5062         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
5063         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
5064         for xbm if the new redisplay engine is not available.
5065
5066 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5067
5068         * wl-folder.el (wl-folder-init-hook): New hook.
5069         (wl-folder-init): Run `wl-folder-init-hook'.
5070
5071 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5072
5073         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
5074
5075 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-acap.el (wl-acap-cache-filename): New variable.
5078         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
5079         (wl-acap-init): Use cache if no ACAP server found.
5080
5081 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5082
5083         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
5084         `wl-acap-original-msgdb-dir'.
5085
5086         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
5087         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
5088
5089         * wl-mime.el (wl-mime-save-directory): Renamed from
5090         `wl-mime-save-dir'.
5091
5092 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * wl-vars.el (wl-icon-dir): Fixed the docstring.
5095
5096         * wl-demo.el: Require `path-util'.
5097         (wl-demo-bitmap-mule-available-p): New internal variable.
5098         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
5099         `module-installed-p' instead.
5100         (wl-demo-insert-image): Use *.img file for a bitmap image.
5101         (wl-demo): Don't call the ascii demo recursively.
5102
5103 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5104
5105         * Version number is increased to 2.7.7.
5106
5107 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
5108
5109         * wl.el (wl-exit): Eliminated byte-compile warning.
5110
5111 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5112
5113         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
5114         obsolete variable using `elmo-define-obsolete-variable'.
5115         (wl-fetch-confirm-threshold): Ditto.
5116         (wl-cache-prefetch-folder-type-list): Ditto.
5117         (wl-cache-prefetch-folder-list): Ditto.
5118
5119 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5120
5121         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
5122         (wl-demo-icon-name): Use Xmas logo at the end of the year.
5123         (wl-demo-insert-image): New function.
5124         (wl-demo-insert-text): New function.
5125         (wl-demo-image-type-alist): Redefine as a function.
5126         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
5127         (wl-demo-with-temp-file-buffer): Removed.
5128         (wl-logo-xpm): Removed.
5129         (wl-logo-xbm): Removed.
5130         (wl-logo-bitmap): Removed.
5131
5132 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
5133
5134         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
5135         (wl-expire-localdir-get-folder-function): New user option.
5136         (wl-expire-localdir-get-folder): New function.
5137         (wl-expire-localdir-date): Ditto.
5138
5139 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5140
5141         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
5142         value.  Refactoring `wl-folder-notify-deleted' is nil case.
5143         Fixed unread number mismatch when all-unread < unread.
5144
5145 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
5148         (wl-fetch-confirm-threshold): Ditto.
5149
5150         * wl-summary.el (wl-summary-confirm-appends): Removed.
5151         (wl-summary-sync-update): Don't refer
5152         `wl-summary-update-confirm-threshold' (It is now abolished).
5153
5154         * wl-message.el (wl-message-display-internal): Don't refer
5155         `wl-fetch-confirm-threshold' (It is now abolished).
5156
5157 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
5160
5161 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5162
5163         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
5164         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
5165         Change default value to nil.
5166         (wl-summary-indent-length-limit): The value can be nil, nil means
5167         unlimited.
5168
5169         * wl-summary.el: Don't set limit for indent length if the value of
5170         wl-summary-indent-length-limit is nil.
5171         If the value of wl-summary-width is nil, it means only that the width
5172         of summary is unlimited (nil doesn't mean that the indent length is
5173         unlimited).
5174
5175         * wl-thread.el: Ditto.
5176
5177 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
5178
5179         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
5180         be nil, nil means never confirm.
5181         * wl-summary.el (wl-summary-confirm-appends): Ditto.
5182
5183 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5184
5185         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
5186         means unlimited).
5187
5188 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
5189
5190         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
5191         Use `with-temp-buffer'.
5192
5193 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
5194
5195         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
5196         with new backquote style).
5197         (wl-folder-get-entity-from-buffer): Ditto.
5198
5199 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5200
5201         * wl-version.el (nemacs-version): Eliminated.
5202         (wl-extended-emacs-version2): Ignore nemacs.
5203         (wl-extended-emacs-version3): Ditto.
5204
5205 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
5206
5207         * wl-vars.el (wl-draft-add-references): Set default value as nil.
5208         (wl-draft-add-in-reply-to): New variable.
5209         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
5210         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
5211         (wl-draft-yank-from-mail-reply-buffer): Use
5212         `wl-draft-add-in-reply-to'.
5213         (wl-draft-insert-current-message): Ditto.
5214
5215 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5216
5217         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
5218         typo (kill->hide).
5219         (wl-message-buffer-prefetch-folder-type-list): Added elements
5220         `mark' and `cache' instead of `internal'.
5221
5222 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5223
5224         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
5225         resume msgdb directory.
5226
5227 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl.el (wl-exit): Call `wl-acap-exit'.
5230
5231         * wl-summary.el (wl-summary-message-string): New function.
5232         (wl-summary-reedit): Use it.
5233         (wl-summary-resend-bounced-mail): Remove needless let.
5234         (wl-summary-supersedes-message): Ditto.
5235         (wl-summary-save): Ditto.
5236
5237         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
5238         (wl-acap-init): Set it.
5239         (wl-acap-exit): New function.
5240
5241 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5242
5243         * wl.el (wl-init): Revert (require 'mime-setup). move from
5244         toplevel.
5245
5246 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5247
5248         * wl-summary.el (wl-summary-write-current-folder): Remove unused
5249         local variables.  Add error when guess function return invalid
5250         value.
5251
5252 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5253
5254         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5255         Change local variable name.
5256         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5257         (wl-folder-get-newsgroups): Return nil when non-news folder.
5258         * wl-summary.el (wl-summary-write-current-folder): State through
5259         when guess-list return nil.
5260         (wl-summary-write-current-folder-functions): Fixed docstring.
5261
5262         * wl.el (wl-exit): Changed confirm message.
5263
5264         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
5265         * wl-draft.el (wl-draft): Remove verbose `featurep'.
5266
5267         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5268
5269 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5270
5271         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5272         user option (Renamed from wl-cache-prefetch-folder-type-list).
5273         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5274         from wl-cache-prefetch-folder-list).
5275
5276         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5277         Move to wl-vars.el.
5278         (wl-message-buffer-prefetch-p): Changed to enable
5279         `wl-message-buffer-prefetch-folder-list'.
5280
5281         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5282         `ignore-cache'.
5283
5284 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5285
5286         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5287         `part-top' and `part-bottom'.
5288         (wl-draft-config-sub-part-top): New function.
5289         (wl-draft-config-sub-part-bottom): New function.
5290
5291 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5292
5293         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5294
5295 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5296
5297         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5298
5299 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5300
5301         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5302
5303         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5304         (wl-summary-write-current-folder): Ditto.
5305
5306 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5307
5308         * wl-folder.el (wl-folder-get-newsgroups): Use
5309         `elmo-folder-newsgroups'.
5310
5311 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5312
5313         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5314         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5315         `wl-draft-config-sub-header-bottom'.
5316
5317 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5318
5319         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5320         localnews folder.
5321
5322 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5323
5324         * wl-summary.el (wl-summary-mode): Undo last change.
5325
5326         * wl-folder.el (wl-folder-mode): Ditto.
5327
5328 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5329
5330         * wl-summary.el (wl-summary-mode): Locally set
5331         truncate-partial-window-width to nil.
5332         (for XEmacs)
5333
5334         * wl-folder.el (wl-folder-mode): Ditto.
5335
5336 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5337
5338         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5339
5340 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5341
5342         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5343         number.
5344
5345         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5346
5347         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5348
5349         * Version number is increased to 2.7.6.
5350
5351 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5352
5353         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5354
5355 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5356
5357         * wl-summary.el (wl-summary-sync-update): Enclose network
5358         related portion with `unwind-protect'.
5359
5360 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5361
5362         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5363
5364 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5365
5366         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5367         element.
5368         * wl-vars.el (wl-message-body-button-alist): Ditto.
5369
5370         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5371         max match length.
5372         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5373
5374         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5375         for the max match length;
5376         Use 4th element value for the button string regexp group.
5377
5378         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5379         candidate exists, prompt to select.
5380
5381 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5382
5383         * wl-summary.el (wl-summary-jump-to-msg): Search before
5384         calibration point by `beginning-of-line'.
5385
5386 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5387
5388         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5389         for access group.
5390
5391 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl-message.el (wl-message-display-internal): Bind
5394         `default-mime-charset'.
5395
5396         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5397
5398         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5399
5400         * Version number is increased to 2.7.5.
5401
5402 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5403
5404         * wl-expire.el (wl-summary-archive): Fixed;
5405         Use `elmo-folder-name-internal'.
5406
5407 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5408
5409         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5410         from `elmo-folder-move-messages' caller.
5411         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5412
5413         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5414         related portions are changed).
5415
5416 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5417
5418         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5419         counter.
5420
5421 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5422
5423         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5424         buffer local and set it to nil.
5425
5426         * wl-message.el (wl-message-redisplay): Ditto.
5427
5428 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5429
5430         * wl-summary.el (wl-summary-mark-as-important): If message is
5431         already cached, set messag as read, otherwise encache and mark as read.
5432
5433 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5434
5435         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5436         point-min.
5437
5438 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5439
5440         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5441         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5442         a keymap.
5443
5444 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5445
5446         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5447         parent.
5448
5449         * wl-mule.el (wl-message-define-keymap): Ditto.
5450
5451         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5452
5453         * wl-xmas.el (wl-message-display-internal-hook): Define.
5454         (wl-xmas-setup-message-toolbar): Define as function.
5455         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5456         (wl-message-overload-functions): Abolished.
5457         (wl-message-define-keymap): New function.
5458
5459         * wl-vars.el (wl-message-display-internal-hook): New variable.
5460         (wl-message-header-button-alist): New variable (Renamed from
5461         wl-highlight-message-header-button-alist).
5462         (wl-message-body-button-alist): Ditto.
5463
5464         * wl-mule.el (wl-message-define-keymap): New function.
5465         (wl-message-overload-functions): Abolished.
5466
5467         * wl-message.el (wl-message-add-buttons-to-body): New function.
5468         (wl-message-redisplay): Don't call wl-message-overload-functions;
5469         Call wl-message-add-buttons-to-header and
5470         wl-message-add-buttons-to-body.
5471         (wl-message-display-internal): Set keymap argument for
5472         elmo-mime-display-as-is, elmo-mime-message-display;
5473         Run wl-message-display-internal-hook.
5474         (wl-message-refer-article-or-url): Abolished.
5475
5476         * wl-highlight.el (wl-highlight-headers): Don't call
5477         wl-highlight-message-add-buttons-to-header.
5478         (wl-highlight-message-add-buttons-to-header): Abolished.
5479
5480
5481         * wl-e21.el (wl-message-display-internal-hook): Define.
5482         (wl-e21-setup-toolbar): Deleted duplicated binding.
5483         (wl-e21-setup-message-toolbar): Define as function.
5484         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5485         (wl-message-define-keymap): New function.
5486         (wl-message-overload-functions): Abolished.
5487
5488 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5491         and elmo-folder-close.
5492
5493         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5494
5495 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5496
5497         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5498         boolean value.
5499         * wl-draft.el (wl-draft-do-fcc): Ditto.
5500
5501 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5502
5503         * wl-vars.el (wl-fcc-force-as-read): New variable.
5504         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5505         mark copied message as read.
5506
5507 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5508
5509         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5510
5511 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5512
5513         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5514         `wl-summary-target-above' instead of obsolete variable
5515         `wl-summary-temp-above'.
5516
5517         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5518         instead of `make-obsolete-variable'.
5519         * wl-refile.el (toplevel): Ditto.
5520
5521 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5522
5523         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5524         with third argument t.
5525         (wl-draft): Set first argument for wl-plugged-init as t.
5526
5527         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5528         definition.
5529
5530 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5531
5532         * wl-vars.el: Tabify.
5533         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5534
5535         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5536         message.
5537
5538 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5539
5540         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5541         and set default to beep.
5542
5543 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5544
5545         * wl-vars.el (wl-draft-truncate-lines): New variable.
5546
5547         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5548         instead of wl-message-truncate-lines for truncate-lines.
5549
5550 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-message.el (wl-message-display-internal): Call
5553         `wl-highlight-message' after `elmo-mime-display-as-is'.
5554
5555         * wl-mime.el (wl-mime-display-text/plain): New function.
5556         (wl-mime-display-header): Ditto.
5557         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5558         body-presentation-method for text/plain;
5559         Register `wl-mime-display-header' as a header-presentation-method;
5560         Don't set up `elmo-message-text-content-inserted-hook' and
5561         `elmo-message-header-inserted-hook'.
5562
5563         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5564         variable.
5565         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5566         as t if flag is 'all-header;
5567         Don't bind `elmo-message-ignored-field-list',
5568         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5569
5570 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5571
5572         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5573         for xemacs with non-mule environment.
5574
5575 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5576
5577         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5578         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5579         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5580
5581 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5582
5583         * wl-vars.el (wl-interactive-send): Set default value as t.
5584
5585 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5586
5587         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5588         (wl-addrmgr-method-list): Abolished.
5589         (wl-addrmgr-change-method): Follow above change.
5590
5591         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5592
5593 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5594
5595         * wl-vars.el (wl-message-truncate-lines): Change default value
5596         to default-truncate-lines.
5597
5598         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5599
5600 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5601
5602         * wl-vars.el (wl-message-truncate-lines): New variable.
5603
5604         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5605         wl-message-truncate-lines.
5606
5607 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5608
5609         * wl-acap.el (wl-acap-init): Remove period from error message.
5610         (wl-acap-find-acap-service): Remove period from message.
5611
5612 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5613
5614         * wl.el (wl-check-environment): Undo last change.
5615
5616         * wl-vars.el (wl-from): Changed default value.
5617
5618         * wl-util.el (toplevel): Don't require tm-edit.
5619
5620         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5621         `wl-folder-init';
5622         Don't set mark on mail body.
5623         (wl-draft-reedit): Ditto.
5624
5625         * wl-address.el (wl-address-quote-specials): Define as an alias for
5626         elmo-address-quote-specials.
5627
5628 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5631
5632         * wl-vars.el (wl-from): Set default value as nil.
5633         (wl-organization): Set default value as ORGANIZATION environment
5634         variable.
5635
5636         * wl-draft.el (wl-smtp-extension-bind): Check value of
5637         wl-smtp-connection-type.
5638
5639         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5640         error.
5641
5642 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5643
5644         * Version number is increased to 2.7.4.
5645
5646         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5647         arguments from `wl-highlight-x-face-function' caller.
5648         Use x-face-1.3.6.12 or later.
5649
5650 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5651
5652         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5653
5654 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5655
5656         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5657         (wl-fcc): Fix to accept function.
5658         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5659
5660 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5661
5662         * wl-acap.el (toplevel): Added `product-provide' declare.
5663         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5664
5665 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5666
5667         * wl.el (wl): Changed order of calling `elmo-init'
5668         and `elmo-folder-init'.
5669
5670 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5671
5672         * wl-mime.el (wl-summary-burst): Extract message when content-type
5673         of root entity is not only `multipart' but also `message/rfc822'.
5674         (wl-summary-burst-subr): Ditto.
5675
5676 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5677
5678         * wl-vars.el (toplevel): Require 'custom.
5679         (wl-trash-folder): Added to `wl-setting' group.
5680
5681         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5682         exists.
5683         (wl-addrmgr-draw): Insert empty line when no entry exists.
5684
5685         * wl-mule.el (wl-message-wheel-up): Fixed.
5686         (wl-message-wheel-down): Ditto.
5687
5688 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5689
5690         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5691         config is an anonymous lambda expression.
5692
5693 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5694
5695         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5696         when Mule 2 is running.
5697
5698 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5699
5700         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5701
5702 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5705         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5706
5707         * wl-address.el (wl-address-specials-regexp): Eliminated.
5708         (wl-address-quote-specials): Rewrite.
5709
5710 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5711
5712         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5713         shy-groups for regexp.
5714
5715         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5716         character classes and Perl style shy-groups for regexp.
5717         (wl-highlight-plugged-current-line): Use Posix style character
5718         classes for regexp.
5719         (wl-e21-highlight-folder-by-numbers): Ditto.
5720         (wl-e21-display-image-p): Use `display-images-p' instead of
5721         `display-graphic-p'.
5722         (display-images-p): Make an alias to `display-graphic-p' if it is
5723         not available.  It is for Emacs version prior to 21.0.105.
5724
5725         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5726         `display-graphic-p'.
5727         (wl-demo-image-type-alist): Ditto.
5728         (display-images-p): Make an alias to `display-graphic-p' if it is
5729         not available.  It is for Emacs version prior to 21.0.105.
5730
5731 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5732
5733         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5734         support.
5735         (wl-generate-user-agent-string): Ditto.
5736
5737         * wl-version.el (wl-version): Update docsting.
5738         (wl-version-status): Ditto.
5739
5740 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5741
5742         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5743         21.0.105.  For Emacs 21.0.104 or earlier.
5744
5745 2001-09-03  Takuo KITAME <kitame@northeye.org>
5746
5747         * wl-e21.el (wl-plugged-init-icons): Use
5748         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5749         (wl-biff-init-icons): Ditto.
5750
5751 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5752
5753         * wl-highlight.el (wl-highlight-summary-current-line):
5754         Fixed highlighting refile/copy destination.
5755
5756         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5757         (wl-acap-store): Encode string by wl-acap-coding-system.
5758
5759 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5760
5761         * wl-acap.el (toplevel): Check and require 'un-define before
5762         'xemacs-ucs;
5763          Added checking for UTF-2000.
5764
5765 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5766
5767         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5768         Don't enclose with `eval-and-compile'.
5769
5770         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5771         wl-init is non-nil.
5772
5773         * wl-draft.el (wl-draft): Ditto.
5774
5775         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5776
5777         * wl-acap.el (toplevel): Require 'wl.
5778         (wl-acap-store): Call `elmo-init'.
5779
5780         * wl.el (wl): Changed position of `wl-check-environment'.
5781         (toplevel): Added autoload setting for wl-acap.
5782
5783         * wl-vars.el (wl-setting): New custom group.
5784         (wl-from): Added wl-setting group.
5785         (wl-user-mail-address-list): Ditto.
5786         (wl-organization): Ditto.
5787         (wl-subscribed-mailing-list): Ditto.
5788         (wl-envelope-from): Ditto.
5789         (wl-smtp-posting-user): Ditto.
5790         (wl-smtp-posting-server): Ditto.
5791         (wl-smtp-posting-port): Ditto.
5792         (wl-smtp-authenticate-type): Ditto.
5793         (wl-pop-before-smtp-user): Ditto.
5794         (wl-pop-before-smtp-server): Ditto.
5795         (wl-pop-before-smtp-port): Ditto.
5796         (wl-pop-before-smtp-authenticate-type): Ditto.
5797         (wl-nntp-posting-server): Ditto.
5798         (wl-nntp-posting-user): Ditto.
5799         (wl-nntp-posting-port): Ditto.
5800         (wl-fetch-confirm-threshold): Ditto.
5801         (wl-prefetch-threshold): Ditto.
5802         (wl-thread-insert-opened): Ditto.
5803         (wl-ldap-server): Ditto.
5804         (wl-ldap-port): Ditto.
5805         (wl-ldap-base): Ditto.
5806         (wl-ldap-objectclass): Ditto.
5807         (wl-use-ldap): Ditto.
5808         (wl-draft-config-alist): Ditto.
5809         (wl-draft-config-matchone): Ditto.
5810         (wl-template-alist): Ditto.
5811         (wl-message-sort-field-list): Ditto.
5812         (wl-message-ignored-field-list): Ditto.
5813         (wl-message-visible-field-list): Ditto.
5814         (wl-interactive-send): Ditto.
5815         (wl-summary-move-order): Ditto.
5816         (wl-auto-select-first): Ditto.
5817         (wl-auto-select-next): Ditto.
5818         (wl-interactive-save-folders): Ditto.
5819
5820         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5821         Initialization codes are moved from wl-local-folder-init.
5822         (wl-local-folder-init): Follow the change above.
5823         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5824
5825         * wl-acap.el: New file.
5826
5827         * Version number is increased to 2.7.3.
5828
5829 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5830
5831         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5832
5833 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5834
5835         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5836         (wl-addrmgr-address-entry-list): Ditto.
5837
5838 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5839
5840         * wl-e21.el (wl-draft-mode-map): Removed binding for
5841         `wl-draft-insert-x-face-field'.
5842
5843         * wl-mule.el (wl-draft-mode-map): Ditto.
5844
5845         * wl-xmas.el (wl-draft-mode-map): Ditto.
5846
5847         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5848         (wl-cs-autoconv): Ditto.
5849         (wl-cs-local): Ditto.
5850         (wl-use-scoring): Ditto.
5851         (wl-mime-charset): Ditto.
5852         (wl-folder-check-async): Ditto.
5853
5854         * wl.el (toplevel): Ignore nemacs and tm.
5855         (wl-exit): Ditto.
5856
5857         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5858         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5859         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5860         instead of wl-address-petname-add-or-change.
5861         (wl-summary-edit-addresses-subr): Use wl-address-delete
5862         instead of wl-address-petname-delete.
5863
5864         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5865
5866         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5867         if error occured.
5868
5869         * wl-message.el (require): Remove tm support.
5870
5871         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5872
5873         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5874         (wl-folder-jump-to-current-entity): Ditto.
5875         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5876
5877         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5878         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5879         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5880
5881         * wl-mule.el (wl-draft-key-setup): Ditto.
5882
5883         * wl-xmas.el (wl-draft-key-setup): Ditto.
5884
5885         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5886         (wl-draft-std11-parse-addresses): New function.
5887         (wl-draft-parse-mailbox-list): Use it.
5888         (wl-draft): Ignore nemacs.
5889         (wl-draft-reedit): Ditto.
5890
5891         * wl-addrmgr.el: New file.
5892         (Original is wl-rcpt.el written by
5893         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5894         Thanks Kitamoto-san.)
5895
5896         * wl-address.el (wl-address-make-address-list): Modified parsing
5897         process.
5898         (wl-address-delete): Renamed from `wl-address-petname-delete';
5899         Modify wl-address-list too.
5900         (wl-address-add-or-change): Renamed from
5901         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5902
5903 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5904
5905         * wl-highlight.el (wl-highlight-summary-current-line):
5906           Work with transient-mark-mode
5907
5908 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5909
5910         * Version number is increased to 2.7.2.
5911
5912         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5913         instead of elmo-dop-queue-method.
5914
5915 2001-08-06  SAITO Atsunori <sai@yedo.com>
5916
5917         * wl-vars.el (wl-ldap-objectclass): New user option.
5918
5919         * wl-address.el (wl-ldap-make-filter): Use it.
5920
5921 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5922
5923         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5924
5925 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-folder.el (wl-folder): redisplay after folder insertion.
5928
5929         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5930
5931         * wl-summary.el (wl-summary-sync-update):
5932         Change status mark only when new-msgdb exists.
5933         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5934
5935 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5936
5937         * wl-summary.el (wl-summary-open-folder): New function.
5938         (wl-summary-goto-folder-subr): Use it.
5939         (wl-summary-mark-as-important): Fix;
5940         Encache only when no cache exists.
5941
5942 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5943
5944         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5945         Use with-current-buffer.
5946
5947 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5948
5949         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5950         before call `get-buffer'. Fixed parenthesis.
5951         (wl-score-get-header-entry): Clear message and help window when
5952         keyboard quit.
5953         (wl-score-edit-insert-header): Ditto.
5954
5955 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5956
5957         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5958         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5959         (wl-default-draft-cite): Fix.
5960
5961         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5962         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5963
5964 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5965
5966         * wl-message.el (wl-message-prev-page): Do same bahavior
5967         as summary when it is called in the message buffer.
5968         (wl-message-next-page): Ditto.
5969
5970 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5971
5972         * wl-summary.el (wl-summary-forward): Use cache if it is not
5973         section cache.
5974
5975 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5976
5977         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5978         Removed redundant require of elmo-vars.
5979         (wl-biff-state-indicator-on): Changed default value for
5980         xemacs with non-mule environment.
5981
5982         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5983         wl-message-buffer is nil;
5984         Hide progress bar after moving messages.
5985
5986 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5987
5988         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5989         message at cursor point is deleted.
5990
5991 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5992
5993         * wl-vars.el: Changed file coding system to euc-japan.
5994         Added -*-coding:-*- magic to the first line.
5995
5996         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5997         Search parent from the first message.
5998
5999         * Version number is increased to 2.7.1.
6000
6001 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
6002
6003         * wl-vars.el: Fix file coding system to ISO-2022-JP.
6004
6005 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
6006
6007         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
6008         refile/delete execution.
6009
6010         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
6011         Fixed docstring.
6012
6013 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
6016         do update process;
6017         Don't update marks when update process is interrupted.
6018
6019 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
6020
6021         * wl-summary.el (wl-summary-reply): Fixed problem when
6022         wl-draft-use-frame is non-nil.
6023         (wl-summary-forward): Ditto.
6024
6025         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
6026         as nil.
6027         (wl-folder-mark-as-read-all-entity): Ditto.
6028         (wl-folder-prefetch-entity): Ditto.
6029
6030         * wl.el (wl): Check environment before wl-init.
6031
6032         * wl-summary.el (wl-summary-collect-unread): Eliminated.
6033         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
6034         instead of wl-summary-collect-unread.
6035         (wl-summary-reply): Split message window.
6036
6037 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
6040         only if current language environment is japanese,
6041
6042         * wl-folder.el (wl-folder-jump-to-current-entity): Call
6043         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
6044         (wl-folder-goto-folder-subr): Ditto.
6045
6046         * wl-draft.el (wl-draft-dispatch-message): Call
6047         `elmo-file-cache-get-path'.
6048
6049 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
6050
6051         * wl-summary.el (wl-summary-cursor-move): If return value of
6052         wl-summary-next-message is not number, don't jump.
6053
6054 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
6055
6056         * wl-summary.el (wl-summary-buffer-next-message-function): New
6057         variable.
6058         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
6059         if it is bound.
6060
6061         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
6062         string.
6063
6064         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
6065         (wl-plugged-drawing): Ditto.
6066
6067 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
6070         process.
6071         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
6072         with unwind-protect.
6073
6074         * wl.el (wl-init): Require mime-setup.
6075         (wl-check-environment): Don't require mime-setup.
6076
6077         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
6078         instead of elmo-folder-type.
6079
6080         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
6081         value as nil.
6082
6083 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
6084
6085         * Version number is increased to 2.7.0.
6086
6087         * wl-version.el (wl-version): Changed codename.
6088
6089         * wl-summary.el (wl-summary-delete-cache): Fixed.
6090
6091         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6092         Workaround for net folders.
6093         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
6094
6095         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
6096         value to nil (According to the patch from
6097         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
6098
6099         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
6100         of elmo-folder-close.
6101
6102 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
6103
6104         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
6105         for postfix.
6106
6107 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
6108
6109         * wl-summary.el (wl-summary-resend-message): Fixed.
6110
6111         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
6112         Call wl-draft with `from' argument if its address is included in
6113         `wl-user-mail-address-list'.
6114         (wl-draft): Added `from' argument.
6115
6116         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
6117         non-nil.
6118         (wl): Don't show demo if wl-demo is nil.
6119
6120         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
6121         wl-summary-use-frame.
6122
6123         * wl-vars.el (wl-summary-use-frame): New user option.
6124         (wl-folder-use-frame): Changed docstring.
6125
6126         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
6127         non-nil.
6128         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
6129         wl-summary-use-frame.
6130
6131         * wl-vars.el (wl-folder-use-frame): New user option.
6132
6133         * wl-summary.el (wl-summary-exit): Back to folder frame if
6134         wl-folder-use-frame is non-nil.
6135         (wl-summary-redisplay-internal): Ignore cache if current folder
6136         is draft folder,
6137         (wl-summary-redisplay-no-mime): Ditto.
6138         (wl-summary-redisplay-all-header): Ditto.
6139
6140         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
6141         if wl-folder-use-frame is non-nil.
6142
6143 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
6144
6145         * wl-summary.el (wl-summary-sync-update): Bind
6146         elmo-folder-update-threshold.
6147         (wl-summary-mark-as-important): Enclosed server mark processing
6148         with `save-match-data'.
6149
6150         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
6151         only when it is already defined.
6152
6153 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6154
6155         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
6156         name of folder exclude localdir is wrong.
6157         * wl-folder.el (wl-folder-sync-entity):
6158         Set `wl-summary-always-sticky-folder-list' as nil.
6159         (wl-folder-mark-as-read-all-entity): Ditto.
6160         (wl-folder-prefetch-entity): Ditto.
6161
6162 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
6163
6164         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
6165         instead of `wl-summary-write-current-newsgroup'.
6166
6167 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6168
6169         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
6170         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
6171         non-nil and selected message is important, do not display.
6172
6173 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
6174
6175         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
6176
6177 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
6178
6179         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
6180
6181         * wl-summary.el (wl-summary-mark-as-important): Set message number
6182         using wl-summary-message-number.
6183
6184 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6185
6186         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
6187         destination folder is 'null.
6188
6189 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6190
6191         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
6192         New function.
6193         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
6194         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
6195         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
6196
6197 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-mime.el (wl-mime-setup): Added setting for
6200         `mime-setup-signature-key-alist' to avoid overriding key bind for
6201         `wl-draft-send'.
6202
6203         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
6204         for `wl-draft-send'.
6205         * wl-mule.el (wl-draft-overload-functions): Ditto.
6206         * wl-xmas.el (wl-draft-overload-functions): Ditto.
6207         * wl-draft.el (wl-draft-send): Ditto.
6208
6209         * wl-message.el (wl-message-display-internal):
6210         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
6211         (Patch is provided by <kita@coe.nttdata.co.jp>).
6212
6213 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
6214
6215         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
6216
6217 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6218
6219         * wl.el (wl): Fix for wl-demo.
6220
6221 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6222
6223         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
6224
6225 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6226
6227         * wl-folder.el (wl-folder-prefetch-entity): Use
6228         `wl-folder-get-elmo-folder'.
6229         (wl-folder-count-incorporates): Do not use
6230         `wl-folder-get-elmo-folder'.
6231
6232 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
6233
6234         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
6235         instead of `elmo-folder-get-type'.
6236
6237 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6238
6239         * wl-summary.el (wl-summary-write-current-folder): Set cursor
6240         position on Subject: field.
6241         (Advised by Mito <mit@nines.nec.co.jp>)
6242
6243 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6244
6245         * wl-folder.el (wl-folder-prefetch-entity): Use
6246         `wl-folder-get-elmo-folder'.
6247
6248 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
6249
6250         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
6251
6252         * wl-summary.el (wl-summary-buffer-set-folder): Set up
6253         `process-duplicates' slot.
6254
6255         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
6256         if detection failed.
6257
6258 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6259
6260         * wl-version.el (wl-version-status): Set to "alpha".
6261
6262 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
6263
6264         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
6265         Check wl-message-buffer lives before set-buffer.
6266
6267 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6268
6269         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6270         called in folder mode.
6271         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6272         * wl-summary.el (wl-summary-exit-pre-hook): Run
6273         `wl-summary-exit-pre-hook' before exit summary mode.
6274
6275 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6276
6277         * wl-version.el (wl-version-status): New variable.
6278         (wl-version-status-alist): Removed.
6279         (wl-version-status): Rule included.
6280
6281 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6282
6283         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6284         @sponichi.
6285
6286         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6287         when `mail-reply-buffer' is buffer-local variable.
6288         (Reported by <kita@coe.nttdata.co.jp>).
6289
6290 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6291
6292         * wl-vars.el (toplevel): Require 'elmo-util.
6293
6294 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6295
6296         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6297         (All other related portions are changed)
6298
6299         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6300
6301         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6302
6303 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6304
6305         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6306
6307 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6308
6309         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6310         Delete other windows to avoid an error.
6311         Use `point-marker' instead of `point' to remember the start point
6312         of body.
6313
6314         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6315
6316         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6317         number not to exceed all message number.
6318
6319 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6320
6321         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6322         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6323
6324 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl-summary.el (wl-summary-sync-force-update): Added argument
6327         no-check.
6328         (wl-summary-sync-update): Ditto.
6329         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6330         with `no-check'.
6331
6332         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6333         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6334         already running.
6335
6336 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6337
6338         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6339         `dst-folder-arg'.
6340         (wl-expire-archive-number1): Diito.
6341         (wl-expire-archive-number2): Diito.
6342         (wl-expire-archive-Date): Diito.
6343         (wl-archive-number1): Diito.
6344         (wl-archive-number2): Diito.
6345         (wl-archive-date): Diito.
6346         (wl-archive-folder-p): New function.
6347         (wl-summary-expire): Support of expand folder name at
6348         wl-expire-alist.
6349         * wl-util.el (wl-expand-newtext): Renamed from
6350         `wl-refile-expand-newtext'.
6351
6352 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6353
6354         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6355         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6356         `(elmo-msgdb-get-overview msgdb)'.
6357         (wl-summary-prefetch): Bind match data before call
6358         `wl-summay-prefetch-msg'.
6359         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6360         'off if `wl-summary-buffer-disp-msg' is non-nil.
6361         Fixed problem that couldn't show only one new or unread message when
6362         enter folder.
6363         (wl-summary-reply): Don't call `split-window-vertically' and other
6364         window.
6365
6366 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6367
6368         * wl-expire.el (wl-expire-refile): Fixed.
6369
6370 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6371
6372         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6373
6374         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6375         biff notification is removed.
6376
6377         * wl.el (wl): Changed position of `elmo-init'.
6378
6379         * wl-draft.el (wl-default-draft-cite): Use date field
6380         on the citation buffer.
6381
6382         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6383
6384         * wl-xmas.el (wl-folder-internal-icon-list): Added
6385         `wl-folder-shimbun-image'.
6386
6387         * wl-e21.el (wl-folder-internal-icon-list): Added
6388         `wl-folder-shimbun-image'.
6389
6390 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6391
6392         * wl.el (wl-init): Eliminated argument.
6393         (wl): Rewrite.
6394
6395         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6396         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6397         instead of `elmo-folder-msgdb-internal'.
6398         (wl-summary-sync-update): Ditto.
6399         (wl-summary-flush-pending-append-operations): Eliminated.
6400         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6401         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6402         `elmo-folder-open'.
6403
6404         * wl-mime.el (wl-summary-burst): Fixed.
6405
6406         * wl-folder.el (wl-folder-info-save): Check data type.
6407
6408         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6409         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6410         instead of `elmo-folder-msgdb-internal'.
6411         (wl-expire-hide): Ditto.
6412
6413
6414         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6415
6416 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6417
6418         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6419
6420 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6421
6422         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6423
6424 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6425
6426         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6427         Fixed `match-beginning' argument mismatch.
6428
6429 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6430
6431         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6432         the default value.
6433
6434 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6435
6436         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6437         instead of `elmo-nntp-default-port'.
6438
6439         * wl-vars.el: Fixed some doc strings.
6440
6441 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl-summary.el (wl-summary-prefetch-msg): Use
6444         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6445
6446         * wl-vars.el: Define *-func as obsolete variable using
6447         `elmo-define-obsolete-variable'.
6448
6449         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6450         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6451         instead of `wl-message-buffer-prefetch-threshold'.
6452
6453         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6454
6455         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6456
6457         * wl-draft.el (wl-caesar-region-func): Ditto.
6458
6459         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6460         Keep unread status in elmo-folder-move-messages.
6461         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6462
6463 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6464
6465         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6466         `wl-summary-buffer-exit-func'
6467         (wl-summary-buffer-message-redisplay-function): Renamed from
6468         `wl-summary-buffer-message-redisplay-func'
6469         (wl-summary-buffer-next-folder-function): Renamed from
6470         `wl-summary-buffer-next-folder-func'.
6471         (wl-summary-buffer-prev-folder-function): Renamed from
6472         `wl-summary-buffer-prev-folder-func'.
6473         (wl-summary-get-petname-function): Renamed from
6474         `wl-summary-get-petname-func'.
6475
6476         * wl-score.el (wl-score-edit-exit-function): Renamed from
6477         `wl-score-edit-exit-func'.
6478
6479         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6480         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6481
6482         * wl-util.el (wl-load-profile-function): Renamed from
6483         `wl-load-profile-func'.
6484
6485         * wl-folder.el (wl-folder-completion-function): Renamed from
6486         `wl-folder-completion-func'.
6487         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6488
6489         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6490         `wl-expire-archive-get-folder-func'.
6491         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6492         (wl-draft-send-mail-function): Renamed from
6493         `wl-draft-send-mail-func'.
6494         (wl-draft-send-news-function): Renamed from
6495         `wl-draft-send-news-func'.
6496         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6497         (wl-generate-mailer-string-function): Renamed from
6498         `wl-generate-mailer-string-func'.
6499         (wl-highlight-signature-search-function): Renamed from
6500         `wl-highlight-signature-search-func'.
6501         (wl-highlight-x-face-function): Renamed from
6502         `wl-highlight-x-face-func'
6503         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6504         (wl-ps-print-buffer-function): Renamed from
6505         `wl-ps-print-buffer-func'
6506         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6507         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6508         (wl-summary-subject-filter-function): Renamed from
6509         `wl-summary-subject-filter-func'.
6510
6511         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6512         `wl-draft-queue-flush-send-func'
6513         (wl-draft-cite-function): Renamed from
6514         `wl-draft-cite-func'
6515
6516         * wl-address.el (wl-address-init-function): Renamed from
6517         `wl-address-init-func'.
6518
6519 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * wl-draft.el (wl-draft-queue-flush): Don't call
6522         `elmo-dop-unlock-message'.
6523         * wl-draft.el (wl-draft-queue-append): Don't call
6524         `elmo-dop-lock-message'.
6525
6526         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6527         (wl-summary-buffer-folder-name): Ditto.
6528         (wl-summary-message-regexp): Added '-' (all other related portions
6529         are changed).
6530         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6531         wl-summary-buffer-folder-name.
6532
6533 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6534
6535         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6536         the number of mails in the folder buffer is not updated by wl-biff.
6537
6538 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6539
6540         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6541         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6542
6543 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6544
6545         * wl-summary.el (wl-summary-next-message):
6546         Return next message number when wl-summary-move-order is nil.
6547
6548 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6549
6550         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6551         `wl-summary-move-spec-alist'.
6552         (wl-summary-move-spec-unplugged-alist): New variable
6553         (Move spec for unplugged status).
6554         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6555         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6556
6557 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6558
6559         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6560         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6561
6562 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6563
6564         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6565         simple quotation to quote the anonymous function.
6566         * tm-wl.el (wl-draft-preview-message): Ditto.
6567
6568 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6569
6570         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6571         Eliminate redundant `save-excursion'.
6572         (wl-highlight-summary-current-line): Ditto.
6573
6574         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6575         accessing match data when `looking-at' failed.
6576
6577         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6578         `elmo-match-string' where users don't care about the speed.
6579         (wl-draft-save): Ditto.
6580
6581 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6582
6583         * wl-util.el (wl-regexp-opt): New function.
6584
6585         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6586         number from `wl-summary-buffer-number-list'.
6587         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6588         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6589         (wl-summary-move-spec-alist): Changed default setting.
6590
6591 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6592
6593         * wl-vars.el (wl-biff-notify-hook): New hook.
6594         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6595         the arrival of new mail.
6596         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6597         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6598
6599 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6600
6601         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6602
6603 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6604
6605         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6606
6607         * Version number is increased to 2.5.8.
6608
6609         * wl-thread.el (toplevel): require 'cl.
6610         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6611         (wl-thread-make-number-list): New function.
6612         (wl-thread-entity-make-number-list-from-children): Ditto.
6613         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6614         (wl-thread-entity-insert-as-children): Likewise.
6615         (wl-thread-delete-message): Likewise.
6616         (wl-meaning-of-mark): Eliminated.
6617         (wl-thread-next-failure-mark-p): Ditto.
6618         (wl-thread-entity-get-mark): Ditto.
6619         (wl-thread-meaning-alist-get-result): Ditto.
6620         (wl-thread-entity-check-prev-mark): Ditto.
6621         (wl-thread-entity-check-next-mark): Ditto.
6622         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6623         (wl-thread-entity-get-prev-marked-entity): Ditto.
6624         (wl-thread-get-prev-unread): Ditto.
6625         (wl-thread-jump-to-prev-unread): Ditto.
6626         (wl-thread-get-next-unread): Ditto.
6627         (wl-thread-jump-to-next-unread): Ditto.
6628         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6629         (wl-thread-entity-get-next-marked-entity): Ditto.
6630
6631         * wl-summary.el (wl-summary-buffer-number-list):
6632         New bufer-local variable.
6633         (wl-summary-switch-to-clone-buffer): Clone
6634         `wl-summary-buffer-number-list'.
6635         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6636         (wl-summary-cursor-move-regex): Eliminated.
6637         (wl-summary-cursor-up): Rewrite.
6638         (wl-summary-cursor-down): Ditto.
6639         (wl-summary-mode-spec-alist): New variable.
6640         (wl-summary-next-message): New inline function.
6641         (wl-summary-cursor-move): New function.
6642         (wl-summary-default-get-next-msg): Rewrite.
6643         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6644         (wl-summary-rescan): Ditto.
6645         (wl-summary-sync-all-init): Ditto.
6646         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6647         summary is not thread view.
6648         (wl-summary-sync-update): Ditto.
6649         (wl-summary-rescan): Ditto.
6650         (wl-summary-make-number-list): New function.
6651
6652         * wl-draft.el: "FCC" -> "Fcc".
6653
6654 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6655
6656         * wl-highlight.el (wl-highlight-summary-window):
6657         Call `set-buffer-modified-p'.
6658
6659         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6660         (wl): Call `elmo-init' and fix.
6661
6662         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6663         Use new variables.
6664
6665         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6666
6667 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6668
6669         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6670
6671 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6672
6673         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6674
6675 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6676
6677         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6678         `wl-use-toolbar' nor `display-graphic-p'.
6679         (wl-e21-setup-message-toolbar): Ditto.
6680         (wl-e21-setup-summary-toolbar): Ditto.
6681         (wl-e21-setup-folder-toolbar): Ditto.
6682
6683         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6684         (wl-plugged-init-icons): Ditto.
6685
6686         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6687         `display-graphic-p'.
6688         (wl-plugged-set-folder-icon): Ditto.
6689         (wl-highlight-plugged-current-line): Ditto.
6690         (wl-highlight-folder-current-line): Ditto.
6691         (wl-e21-highlight-folder-group-line): Ditto.
6692         (wl-e21-setup-toolbar): Ditto.
6693         (wl-e21-display-image-p): New macro.
6694
6695         * wl-demo.el (wl-demo): Simplified.
6696         (wl-demo-image-type-alist): Use `image-type-available-p' for
6697         checking whether the image type `xbm' is available.
6698
6699 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6700
6701         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6702         (wl-summary-input-range): Ditto.
6703
6704 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6705
6706         * wl-summary.el (wl-summary-edit-addresses): Use
6707         `wl-summary-get-original-buffer'
6708         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6709         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6710         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6711         (wl-summary-get-newsgroups): Eliminated.
6712         (wl-summary-set-crosspost): Ditto.
6713         (wl-summary-is-crosspost-folder): Ditto.
6714         (wl-crosspost-alist-load): Ditto.
6715         (wl-crosspost-alist-save): Ditto.
6716
6717         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6718         `elmo-setup-subscribed-newsgroups' instead of
6719         `elmo-nntp-make-groups-hashtb'.
6720         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6721         instead of `wl-crosspost-alist-save'.
6722
6723         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6724         of `elmo-folder-message-appendable-p'.
6725         (wl-mime-header-presentation-method): Eliminated.
6726
6727         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6728         (Error occurs in emacs21).
6729
6730         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6731         the current buffer).
6732
6733         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6734         instead of `wl-crosspost-alist-save'.
6735         (wl-init): `elmo-crosspost-message-alist-load'
6736         instead of `wl-crosspost-alist-load'
6737
6738         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6739         (wl-parse-newsgroups): Likewise.
6740         (wl-biff-notify): Run `wl-biff-notify-hook'.
6741
6742 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6743
6744         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6745
6746         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6747         when `wl-summary-lazy-highlight' is non-nil.
6748         (wl-summary-goto-folder-subr): Highlight only when
6749         `wl-summary-lazy-highlight' is non-nil.
6750
6751         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6752         Don't display progress and highlight temp-mark when
6753         `wl-summary-lazy-highlight' is non-nil.
6754         (wl-highlight-summary-window): New function.
6755         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6756
6757 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6758
6759         * wl-summary.el (wl-summary-sync): Change `all-visible'
6760         from `all-shown'
6761         (wl-summary-input-range): Ditto.
6762
6763 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6764
6765         * wl-e21.el (wl-highlight-folder-current-line): Call
6766         `wl-folder-init-icons' when folder icons have not been initialized.
6767
6768         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6769
6770         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6771         (wl-demo-image-type-alist): New macro.
6772
6773 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6774
6775         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6776         display does not support graphics.
6777         (wl-plugged-init-icons): Ditto.
6778         (wl-folder-init-icons): Ditto.
6779
6780         * wl-demo.el (wl-demo): Chech closely whether the display
6781         supports graphics.
6782
6783 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * wl-summary.el (wl-summary-get-original-buffer): New function.
6786         (wl-summary-set-crosspost): Use it.
6787         (wl-summary-target-mark-uudecode): Ditto.
6788         (wl-summary-reedit): Ditto.
6789         (wl-summary-resend-bounced-mail): Ditto.
6790         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6791         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6792
6793         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6794         (wl-message-display-internal): Ditto.
6795
6796 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6797
6798         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6799
6800 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6801
6802         * wl-summary.el (wl-summary-save-view): Renamed from
6803         `wl-summary-save-status'.
6804
6805 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6806
6807         * wl-summary.el (wl-summary-sync): Added `all-shown'
6808
6809 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6810
6811         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6812
6813 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6816
6817 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6818
6819         * wl-highlight.el (wl-highlight-summary-line-string): Use
6820         `zerop' instead of `= 0'.
6821         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6822
6823         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6824         for comparing numbers.
6825         (wl-template-prev): Use `zerop' instead of `eq 0'.
6826
6827         * wl-draft.el (wl-draft-insert-current-message): Use
6828         `with-current-buffer' instead of `save-excursion'.
6829         Use `zerop' instead of `eq 0'.
6830
6831 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6832
6833         * wl-draft.el (wl-draft-insert-ccs): New function.
6834         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6835         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6836
6837 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6838
6839         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6840
6841 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6842
6843         * wl-expire.el (wl-expire-refile): Don't call
6844         elmo-msgdb-add-msgs-to-seen-list;
6845         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6846         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6847
6848 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6849
6850         * wl-message.el (wl-message-prev-page): Ignore errors while
6851         scroll-down.
6852
6853 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6854
6855         * wl-mime.el: Use elmo-original-message-mode instead of
6856         mmelmo-original-mode.
6857
6858         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6859         `elmo-folder-get-spec';
6860         (wl-fldmgr-add-completion-all-completions):
6861         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6862
6863         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6864         of `elmo-folder-get-type'.
6865
6866         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6867         `elmo-folder-get-spec';
6868         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6869         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6870         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6871         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6872         `elmo-read-msg-no-cache';
6873         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6874         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6875         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6876         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6877         `elmo-cache-save';
6878         (wl-draft-reedit): Use `elmo-message-file-name'.
6879
6880         * wl-expire.el: Use `elmo-folder-name-internal';
6881         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6882         Use macro `wl-summary-buffer-msgdb' instead of variable
6883         `wl-summary-buffer-msgdb';
6884         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6885         Use macro `wl-summary-buffer-folder-name' instead of variable
6886         `wl-summary-buffer-folder-name'.
6887         * wl-score.el: Likewise.
6888
6889         * wl-message.el: Rewrite for new message buffer cache mechanism.
6890         (wl-message-buffer-cache-buffer-get): New macro.
6891         (wl-message-buffer-cache-folder-get): Ditto.
6892         (wl-message-buffer-cache-message-get): Ditto.
6893         (wl-message-buffer-cache-entry-make): Ditto.
6894         (wl-message-buffer-cache-hit): Ditto.
6895         (wl-message-buffer-cache-sort): New function.
6896         (wl-message-buffer-cache-add): Ditto.
6897         (wl-message-buffer-cache-delete): Ditto.
6898         (wl-message-buffer-cache-clean-up): Ditto.
6899         (wl-message-buffer-window): Rewrite.
6900         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6901         (wl-message-buffer-display): New function.
6902         (wl-message-display-internal): New function.
6903
6904 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6905
6906         * wl-folder.el: Use `elmo-folder-name-internal';
6907         Use `wl-folder-get-elmo-folder';
6908         Use `elmo-folder-list-messages' instead of
6909         `elmo-list-folder';
6910         Use `elmo-folder-get-primitive-list' instead of
6911         `elmo-folder-get-primitive-spec-list';
6912         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6913         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6914         Use `elmo-folder-create' instead of `elmo-create-folder'.
6915         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6916         (wl-folder-get-elmo-folder): New macro.
6917         (wl-folder-elmo-folder-cache-get): Ditto.
6918         (wl-folder-elmo-folder-cache-put): Ditto.
6919         (wl-folder-suspend): Call `elmo-quit'.
6920
6921         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6922         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6923         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6924         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6925         (toplevel): require 'cl.
6926         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6927
6928         * wl-summary.el: Rewrite to use new elmo interface.
6929
6930 \f
6931 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6932
6933         * wl-mime.el (wl-draft-preview-message):
6934         Run `wl-draft-send-hook' before collecting recipients information;
6935         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6936
6937         * tm-wl.el (wl-draft-preview-message): Ditto.
6938
6939 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6942         wrong recipients are displayed when forwarded message.
6943
6944 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6945
6946         * Version number is increased to 2.5.7.
6947
6948 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6949
6950         * wl-message.el (wl-message-next-page): Bind
6951         `window-pixel-scroll-increment' to nil while scrolling up.
6952
6953 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6954
6955         * wl-vars.el (wl-save-hook): New hook.
6956         * wl.el (wl-save): Call `wl-save-hook'.
6957
6958 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6959
6960         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6961         Argument WITH-ARG instead of NO-ARG (negative mean).
6962         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6963         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6964         * wl-message.el (wl-message-follow-current-entity): Likewise.
6965
6966 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6967
6968         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6969         FROM was optional argument.
6970         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6971
6972 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6973
6974         * Version number is increased to 2.5.6.
6975
6976 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6977
6978         * wl-version.el (wl-version-show): Removed.
6979         (wl-version): Add `interactive'.
6980
6981 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6982
6983         * wl-summary.el (wl-summary-get-petname-func): New variable.
6984         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6985         instead of `wl-address-get-petname-1'.
6986         (wl-summary-simple-from): Ditto.
6987
6988         * wl-address.el (wl-address-get-petname-1): Define as function.
6989
6990 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6991
6992         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6993         field in the original message.
6994         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6995
6996 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6997
6998         * wl-expire.el (wl-expire-hide):
6999         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7000
7001 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7002
7003         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7004         find decoder for To, Cc, and Subject.
7005
7006 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
7009         for checking `elmo-use-buffer-cache'.
7010         (wl-summary-mark-as-important): Fixed typo in comment.
7011
7012 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
7015         field in the original message.
7016         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7017
7018 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
7019
7020         * wl-expire.el (wl-expire-hide):
7021         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
7022
7023 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
7024
7025         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
7026         find decoder for To, Cc, and Subject.
7027
7028 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
7029
7030         * Version number is increased to 2.5.5.
7031
7032         * wl-address.el (wl-address-specials-regexp): New constant.
7033         (wl-address-quote-specials): Use it.
7034
7035 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
7036
7037         * wl-summary.el (wl-summary-rescan):
7038         Call `wl-summary-buffer-number-column-detect'.
7039         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
7040
7041         * wl-message.el (wl-message-mode-map): Define.
7042         (wl-message-decode): Use it as local-map.
7043
7044 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
7045
7046         * wl-score.el (wl-score-guess-like-gnus): Abolished.
7047         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
7048
7049 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
7050
7051         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
7052
7053         * wl-mule.el (wl-read-event-char): Ditto.
7054
7055         * wl-e21.el (wl-read-event-char): Ditto.
7056
7057         * wl-nemacs.el (wl-read-event-char): Ditto.
7058         (read-event): Removed.
7059
7060         * wl-util.el (toplevel): Removed dummy definition of
7061         `read-event'.
7062         (wl-read-event-char, wl-xmas-read-event-char): Removed.
7063
7064 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7065
7066         * wl-nemacs.el (elmo-archive-call-process): Moved to
7067         elmo-archive.el.
7068
7069 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7070
7071         * wl-draft.el (wl-draft-reply-list-symbol): New function.
7072         (wl-draft-reply): Use it.  Fixed "No match field" error message.
7073
7074         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
7075         instead of magic-number 6.  Use `not' instead of `null' for symbol
7076         `nil' check (not empty list).
7077         (wl-draft-insert-x-face-field): Fixed paren style.
7078
7079         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
7080         one-branch conditional statement, instead of `and' and `if'.
7081         (wl-draft-forward): Likewise.
7082         (wl-draft-add-references): Likewise.
7083         (wl-draft-yank-from-mail-reply-buffer): Likewise.
7084
7085         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
7086         conditional steatment.  Use `cond' instead of `if'.
7087         (wl-draft-confirm): Likewise.
7088
7089 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7090
7091         * wl-version.el (wl-version-show): Use `product-string-1'
7092         instead of `wl-version'.
7093         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
7094
7095         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
7096
7097 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7098
7099         * wl-highlight.el (wl-highlight-headers): Revert
7100         `wl-highlight-x-face-func' argument (`beg' and `end').
7101
7102 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7103
7104         * wl.el (toplevel): Move `product-provide' declare.
7105         * wl-demo.el (toplevel): Ditto.
7106         * wl-dnd.el (toplevel): Ditto.
7107         * wl-highlight.el (toplevel): Ditto.
7108         * wl-message.el (toplevel): Ditto.
7109         * wl-refile.el (toplevel): Ditto.
7110         * wl-util.el (toplevel): Ditto.
7111
7112 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
7113
7114         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
7115         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
7116         (wl-thread-close-all): keep cursor position.
7117
7118 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7119
7120         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
7121         (eq x 0).
7122         (wl-generate-user-agent-string-1): Fix conditional statement.
7123
7124 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
7125
7126         * wl.el (wl-check-environment): Additional check for
7127         'wl-local-domain' and `wl-message-id-domain'.
7128
7129 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7130
7131         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7132
7133 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7134
7135         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7136         instead of `smtp-sasl-user-realm'.
7137
7138 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7139
7140         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7141
7142 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7143
7144         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
7145         to the default value as well as `eword-lexical-analyzer'.
7146
7147 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7148
7149         * wl-version.el (wl-extended-emacs-version,
7150         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
7151         `elmo-match-string' instead of `wl-match-string'.
7152
7153 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7154
7155         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
7156         docstring.
7157
7158 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
7159
7160         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
7161
7162 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7163
7164         * wl-highlight.el (wl-highlight-headers): Remove
7165         `wl-highlight-x-face-func' argument (`beg' and `end').
7166
7167 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
7168
7169         * wl-summary.el (wl-summary-mark-as-important):
7170         Remove cache if folder is local.
7171
7172 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
7173
7174         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
7175         to get existing e-mail address string.
7176
7177 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7178
7179         * wl-version.el (wl-generate-user-agent-string): Commentary.
7180         (wl-generate-user-agent-string-1): Use `when' for
7181         one-branch conditional statement, instead of `and' and `if'.
7182         (wl-extended-emacs-version, wl-extended-emacs-version2,
7183         wl-extended-emacs-version3): Ditto.
7184
7185 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-summary.el (wl-summary-sync-all-init): New inline function.
7188         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
7189         condition-case; Remove initialization.
7190         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
7191         (wl-summary-sync-update3): Added argument `sync-all';
7192         Eliminated local variable `msgdb';
7193         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
7194         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
7195         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
7196
7197 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
7198
7199         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
7200         connection before call `wl-draft-send-mail-with-smtp'.
7201
7202 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
7203
7204         * Version number is increased to 2.5.4.
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-28  Yuuichi Teranishi  <teranisi@gohome.org>
7212
7213         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
7214         buffer as command specific.
7215         (wl-folder-mark-as-read-all-entity): Ditto.
7216         (wl-folder-prefetch-entity): Ditto.
7217         (wl-folder-drop-unsync-entity): Ditto.
7218
7219         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
7220         (wl-prog-uudecode-no-stdout-option): Changed default to t.
7221         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
7222
7223         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
7224         save-excursion.
7225
7226 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
7227
7228         * Version number is increased to 2.5.3.
7229
7230         * wl-summary.el (wl-summary-save-view-cache):
7231         Delete duplicated `write-region';
7232         Use `write-region-as-binary' instead of `as-binary-output-file' and
7233         `write-region'.
7234
7235 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7236
7237         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
7238
7239 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
7240
7241         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
7242         instead of `smtp-via-smtp'.
7243
7244 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7245
7246         * wl-draft.el (toplevel): Delete defvar for sasl-*.
7247
7248 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7249
7250         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
7251         instead of `smtp-sasl-user-realm'.
7252
7253 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7254
7255         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
7256
7257 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
7258
7259         * Version number is increased to 2.5.2.
7260
7261 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
7262
7263         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
7264         does not exist.
7265         (wl-biff-stop): Call `cancel-timer' if timer already exists.
7266         (wl-biff-start): Call `timer-activate' if timer already exists.
7267
7268         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7269         only when it is bound as function.
7270
7271 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7272
7273         * Version number is increased to 2.5.1.
7274
7275 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7276
7277         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7278         Print refile/copy destination.
7279
7280 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7281
7282         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7283         queue-flush-only is non-nil.
7284
7285         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7286
7287         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7288         checking cache folder.
7289
7290 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7291
7292         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7293         `regexp-quote'.
7294
7295 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7296
7297         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7298         function.
7299         * wl-summary.el (wl-summary-write-current-folder-functions):
7300         Change default value.  Use it.
7301
7302 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7303
7304         * Version number is increased to 2.5.0.
7305
7306         * wl-version.el (wl-version): Changed codename.
7307
7308 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7309
7310         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7311         (wl-summary-supersedes-message): Ditto.
7312
7313 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7314
7315         * wl-refile.el (wl-refile-guess-functions): Renamed from
7316         `wl-refile-guess-func-list'.
7317
7318 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7319
7320         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7321         Fixed problem when no rule was matched.
7322
7323 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7324
7325         * wl-summary.el (wl-summary-get-mark): Fixed
7326         `wl-summary-buffer-target-mark' check logic.
7327
7328 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7329
7330         * wl-folder.el (wl-folder-write-current-folder): Added group
7331         folder check.
7332
7333         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7334         `wl-summary-write-current-newsgroup'.
7335         (wl-summary-write-current-folder-functions): New variable.
7336         * wl-folder.el (wl-folder-get-newsgroups): New function.
7337         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7338         (wl-folder-write-current-folder): Renamed from
7339         `wl-folder-write-current-newsgroup'.
7340
7341 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7342
7343         * Version number is increased to 2.3.93.
7344
7345 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7346
7347         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7348         (wl-ldap-make-matched-value-list): Ditto.
7349         (wl-ldap-alias-safe-string): Split e-mail address.
7350
7351         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7352         petname folder default was selected.
7353         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7354         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7355
7356 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7357
7358         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7359         to `wl-draft-config-exec'.
7360
7361         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7362         instead of calling `wl-draft-config-exec';
7363         Process group-list and show recipients in minibuffer.
7364
7365         * tm-wl.el (wl-draft-preview-message): Ditto.
7366
7367 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7368
7369         * wl.el (toplevel): Added (C) to copyright notice, and
7370         sync Author header.
7371         * tm-wl.el (toplevel): Ditto.
7372         * wl-address.el (toplevel): Ditto.
7373         * wl-demo.el (toplevel): Ditto.
7374         * wl-dnd.el (toplevel): Ditto.
7375         * wl-draft.el (toplevel): Ditto.
7376         * wl-e21.el (toplevel): Ditto.
7377         * wl-expire.el (toplevel): Ditto.
7378         * wl-folder.el (toplevel): Ditto.
7379         * wl-highlight.el (toplevel): Ditto.
7380         * wl-message.el (toplevel): Ditto.
7381         * wl-mime.el (toplevel): Ditto.
7382         * wl-mule.el (toplevel): Ditto.
7383         * wl-nemacs.el (toplevel): Ditto.
7384         * wl-refile.el (toplevel): Ditto.
7385         * wl-score.el (toplevel): Ditto.
7386         * wl-summary.el (toplevel): Ditto.
7387         * wl-template.el (toplevel): Ditto.
7388         * wl-thread.el (toplevel): Ditto.
7389         * wl-util.el (toplevel): Ditto.
7390         * wl-vars.el (toplevel): Ditto.
7391         * wl-xmas.el (toplevel): Ditto.
7392
7393 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7394
7395         * wl.el (wl-init): Added comment about `wl-init-hook'.
7396         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7397         * wl-vars.el (wl-init-hook): Added docs.
7398         (wl-make-plugged-hook): Removed useless docs.
7399         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7400         * wl-xmas.el (toplevel): Ditto.
7401
7402 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7403
7404         * wl-address.el (toplevel): Fixed multiple Author header format.
7405         * wl-demo.el (toplevel): Ditto.
7406         * wl-draft.el (toplevel): Ditto.
7407         * wl-folder.el (toplevel): Ditto.
7408         * wl-summary.el (toplevel): Ditto.
7409         * wl-thread.el (toplevel): Ditto.
7410         * wl-util.el (toplevel): Ditto.
7411         * wl-vars.el (toplevel): Ditto.
7412         * wl-version.el (toplevel): Ditto.
7413         * wl-xmas.el (toplevel): Ditto.
7414         * wl.el (toplevel): Ditto.
7415
7416         * wl-version.el (toplevel): Added require `elmo-version' for
7417         `product-version-as-string'.
7418
7419 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7420
7421         * wl-vars.el (wl-draft-send-hook): Changed default value to
7422         '(wl-draft-config-exec).
7423
7424         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7425         explicitly.
7426         (wl-draft): Set `wl-draft-config-exec-flag' before running
7427         `wl-mail-setup-hook'.
7428
7429         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7430         `wl-biff-init-icons' to `wl-init-hook' instead of
7431         `wl-make-plugged-hook'.
7432         (Because if `wl-draft' command is invoked at first,
7433         they are not initialized)
7434         Updated copyright notice.
7435
7436         * wl-e21.el (toplevel): Ditto;
7437
7438         * wl-demo.el (toplevel): Updated copyright notice.
7439         * wl-address.el (toplevel): Ditto.
7440         * wl-draft.el (toplevel): Ditto.
7441         * wl-version.el (toplevel): Ditto.
7442         * wl-folder.el (toplevel): Ditto.
7443         * wl-summary.el (toplevel): Ditto.
7444         * wl-thread.el (toplevel): Ditto.
7445         * wl-util.el (toplevel): Ditto.
7446         * wl-vars.el (toplevel): Ditto.
7447         * wl.el (toplevel): Ditto.
7448
7449 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7450
7451         * wl-highlight.el (wl-highlight-message): Fixed problem of
7452         highlighting failure which occured when the last field contains
7453         multiple lines in the draft buffer.
7454
7455         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7456         `wl-biff-start' if plugged.
7457
7458         * wl-util.el (wl-biff-check-folder): New function.
7459         (wl-biff-check-folders): Don't set session name prefix.
7460         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7461         (wl-biff-check-folder-async): Ditto.
7462
7463         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7464         in email address.
7465
7466 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7467
7468         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7469
7470         * wl-draft.el (wl-draft-strip-subject-re): New function.
7471
7472         * wl-draft.el (wl-draft-reply): Use it.
7473
7474 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7475
7476         * wl-message.el (wl-mmelmo-message-redisplay): Use
7477         `mime-display-message' instead of `wl-mime-display-message'.
7478
7479         * wl-mime.el (toplevel): Removed compatibility workaround
7480         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7481         (wl-mime-display-message): Abolished.
7482         (wl-mime-entity-read-field): Ditto.
7483         (wl-mime-combine-message/partial-pieces): Use
7484         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7485
7486 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7487
7488         * wl-template.el: Doc fixes.
7489
7490 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7491
7492         * wl-e21.el (wl-message-overload-functions): Do nothing if
7493         `current-local-map' is not available.
7494         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7495
7496 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7497
7498         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7499         representation.
7500
7501         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7502         number.
7503         (wl-fldmgr-save-folders): Don't use `format' when insert
7504         `wl-fldmgr-folders-header'.
7505
7506 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7507
7508         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7509
7510 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7511
7512         * wl-highlight.el (wl-highlight-message):
7513         Use `std11-field-end' to detect end point of the header field.
7514         Refer `wl-highlight-max-header-size'.
7515
7516         * wl-vars.el (wl-highlight-max-header-size): New variable.
7517
7518         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7519
7520         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7521         Set `for-draft' argument of wl-highlight-headers.
7522         (wl-draft): Ditto.
7523         (wl-draft-reedit): Ditto.
7524         (wl-user-agent-compose-internal): Ditto.
7525
7526 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7527
7528         * wl-message.el (wl-message-add-button): Use overlay.
7529
7530 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7531
7532         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7533
7534         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7535         problem when group-list content is nothing.
7536         (Reported by Mito <mit@nines.nec.co.jp>)
7537
7538 2000-10-18  SAITO Atsunori <sai@yedo.com>
7539
7540         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7541
7542 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7543
7544         * tm-wl.el (toplevel): Use product-provide.
7545
7546 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7547
7548         * Version number is increased to 2.3.92.
7549
7550 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7551
7552         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7553         title text, use `display' property for left margin under Emacs 21.
7554
7555         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7556         properties.
7557         (wl-plugged-init-icons): Ditto.
7558
7559 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7560
7561         * wl.el (wl-save-status, wl-init): Remove last period in
7562         "...done." message.
7563         * tm-wl.el (wl-summary-burst): Ditto.
7564         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7565         wl-summary-resume-cache-status,
7566         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7567         wl-summary-sync-update3, wl-summary-highlight-msgs,
7568         wl-summary-flush-pending-append-operations,
7569         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7570         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7571         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7572         wl-thread-open-all): Ditto.
7573         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7574         * wl-mime.el (wl-summary-burst): Ditto.
7575         * wl-highlight.el (wl-highlight-summary): Ditto.
7576         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7577         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7578         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7579         * wl-address.el (wl-local-address-init): Ditto.
7580
7581 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7582
7583         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7584         `add-text-properties'.
7585         (wl-plugged-init-icons): Ditto.
7586         (wl-folder-init-icons): Use `propertize' instead of
7587         `put-text-property'.
7588         (wl-plugged-set-folder-icon): Ditto.
7589         (wl-e21-highlight-folder-group-line): Ditto.
7590
7591 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7592
7593         * wl-version.el (wl-version-status-alist): New variable.
7594         (wl-version-status): New function.
7595
7596         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7597         "Cc" part of the case "Reply-To".
7598
7599         * wl-draft.el (wl-draft-reply): Use result of
7600         `eword-extract-address-components'.
7601
7602         * wl-demo.el (wl-demo-icon-name): New constant.
7603         (wl-logo-xpm): Use it.
7604         (wl-logo-xbm): Ditto.
7605         (wl-logo-bitmap): Ditto.
7606
7607         * Version number is increased to 2.3.91.
7608
7609 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7610
7611         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7612         (wl-extended-emacs-version, wl-extended-emacs-version2,
7613         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7614         docstring.
7615
7616         * wl-version.el (wl-generate-user-agent-string-1): New function.
7617         (wl-generate-user-agent-string): Use it.
7618
7619         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7620         `mime-edit-insert-user-agent-field'.
7621         (wl-generate-user-agent-string): Check
7622         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7623
7624         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7625         instead of `if', when verbose case.
7626
7627 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7628
7629         * wl-expire.el (wl-summary-expire): Fix.
7630
7631 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7632
7633         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7634         and `elmo-lost+found-folder' if 'wl-draft.
7635         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7636
7637 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7638
7639         * wl-expire.el (wl-summary-expire): Change messages.
7640         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7641         `deleing-info' instead of "Deleting..."
7642
7643 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7644
7645         * wl-summary.el (wl-summary-refile-subr): Fix.
7646
7647 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7648
7649         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7650         if pipe folder.
7651
7652 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7653
7654         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7655
7656 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7657
7658         * wl-expire.el (wl-expire-hide): New function.
7659         (wl-summary-expire): Add `hide'.
7660
7661 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7662
7663         * wl-vars.el (wl-draft-reply-without-argument-list):
7664         Changed default value to consider `Reply-To:'.
7665         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7666
7667         * Version number is increased to 2.3.90.
7668
7669         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7670         elmo-imap4-get-session with unwind-protect.
7671         Don't cause error.
7672         (wl-summary-sync-marks): Don't check plugged nor folder type.
7673         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7674         (Always keep current buffer).
7675
7676 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7677
7678         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7679         Enclose with `save-excursion'.
7680
7681 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7682
7683         * wl-version.el (wl-version): Remove interactive.
7684
7685 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7686
7687         * wl-version.el (wl-generate-user-agent-string): Use
7688         `product-string-verbose' instead of `product-string-1'.
7689
7690 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7691
7692         * wl-vars.el (wl-draft-use-cache): New variable.
7693         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7694         if wl-draft-use-cache is non-nil.
7695
7696 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7697
7698         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7699         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7700
7701 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7704         (wl-thread-msg-mark-as-unread): Ditto.
7705
7706         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7707         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7708         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7709         Don't set mark in summary if return value of `elmo-mark-as-read'
7710         is nil.
7711         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7712         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7713         instead of `wl-thread-msg-mark-as-read'.
7714         (wl-summary-mark-as-unread-region): Ditto.
7715         (wl-summary-target-mark-mark-as-read): Ditto.
7716
7717         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7718
7719 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7720
7721         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7722
7723         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7724
7725 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7726
7727         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7728         face.
7729
7730 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7731
7732         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7733         `running-xemacs'.
7734
7735 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7736
7737         * wl-version.el (toplevel): Use `product-version-as-string' for
7738         set verstion-string, if defined.
7739
7740         * wl-version.el (wl-version-show): Insert string at point, when
7741         call with argument.
7742
7743         * wl-version.el (wl-generate-user-agent-string): Use
7744         `product-string-1' instead of `wl-appname', `wl-version' and
7745         `wl-codename'.
7746
7747 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7748
7749         * wl-address.el (toplevel): Use product-provide.
7750         * wl-demo.el (toplevel): Ditto.
7751         * wl-dnd.el (toplevel): Ditto.
7752         * wl-draft.el (toplevel): Ditto.
7753         * wl-e21.el (toplevel): Ditto.
7754         * wl-expire.el (toplevel): Ditto.
7755         * wl-fldmgr.el (toplevel): Ditto.
7756         * wl-folder.el (toplevel): Ditto.
7757         * wl-highlight.el (toplevel): Ditto.
7758         * wl-message.el (toplevel): Ditto.
7759         * wl-mime.el (toplevel): Ditto.
7760         * wl-mule.el (toplevel): Ditto.
7761         * wl-nemacs.el (toplevel): Ditto.
7762         * wl-refile.el (toplevel): Ditto.
7763         * wl-score.el (toplevel): Ditto.
7764         * wl-summary.el (toplevel): Ditto.
7765         * wl-template.el (toplevel): Ditto.
7766         * wl-thread.el (toplevel): Ditto.
7767         * wl-util.el (toplevel): Ditto.
7768         * wl-vars.el (toplevel): Ditto.
7769         * wl-xmas.el (toplevel): Ditto.
7770         * wl.el (toplevel): Ditto.
7771
7772 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7773
7774         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7775         instead of product.
7776
7777         * wl-version.el (wl-version): Compile time evalution elmo-version.
7778
7779 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7780
7781         * wl-summary.el (wl-summary-sync-force-update): Append queue
7782         `mark-as-read'if unplugged.
7783
7784 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7785
7786         * wl-version.el: New file.  Use product.el.
7787         * wl.el: add (require 'wl-version).
7788         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7789         for ~/.folders header.
7790         (wl-fldmgr-folders-header): Changed.
7791         * wl-demo.el (wl-demo): Use product.el.
7792
7793         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7794         wl-version.el.
7795         * wl-util.el (wl-version, wl-version-show): Ditto.
7796
7797         * wl-util.el (wl-generate-user-agent-string,
7798         wl-extended-emacs-version, wl-extended-emacs-version2,
7799         wl-extended-emacs-version3): Move to wl-version.el.
7800         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7801         xemacs-codename, mime-edit-insert-user-agent-field,
7802         mime-edit-user-agent-value, mime-editor/version,
7803         mime-editor/codename): Compile warning killer move to
7804         wl-version.el
7805
7806 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7807
7808         * wl-summary.el (wl-summary-refile-subr): Fix.
7809
7810 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7813         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7814
7815 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7816
7817         * wl.el (wl-check-environment): Check too many `@'.
7818
7819 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7820
7821         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7822
7823 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7824
7825         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7826         wl-draft-reply-myself-without-argument-list): Add variables.
7827         * wl-draft.el (wl-draft-reply): Use it.
7828
7829 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7830
7831         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7832         the 5th argument of `elmo-network-get-spec'.
7833
7834         * wl-thread.el (wl-thread-reparent-children): New inline function.
7835         (wl-thread-delete-message): Use it.
7836
7837         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7838         (wl-summary-score-update-all-lines): Don't use `dolist'.
7839
7840 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7841
7842         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7843         (require 'elmo-msgdb) for inline function.
7844
7845 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7846
7847         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7848
7849 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7850
7851         * wl-score.el (wl-score-headers): Fix for the confusing macro
7852         `elmo-kill-buffer'.
7853
7854 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7855
7856         * wl-summary.el: Don't use the 3rd argument of `require' because
7857         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7858         * wl-util.el: Ditto.
7859         * wl-draft.el: Ditto.
7860
7861 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7862
7863         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7864         window system is not used.
7865
7866 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7867
7868         * wl-thread.el: Don't use `mapcar' only for iteration.
7869         (wl-thread-resume-entity): Ditto.
7870         (wl-thread-delete-message): Ditto.
7871
7872         * wl-summary.el: Bind `dragdrop-drop-functions',
7873         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7874         of `require' for `timezone', `easymenu' and `ps-print';
7875         don't use `mapcar' only for iteration.
7876
7877         * wl-util.el: Bind `mule-version', `nemacs-version',
7878         `emacs-beta-version', `xemacs-codename',
7879         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7880         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7881         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7882         only for iteration.
7883
7884         * wl-score.el: Don't use `mapcar' only for iteration.
7885         (wl-score-simplify-buffer-fuzzy): Ditto.
7886         (wl-score-simplify-subject): Ditto.
7887         (wl-score-headers): Ditto.
7888         (wl-summary-score-update-all-lines): Ditto.
7889
7890         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7891         `enable-multibyte-characters' and `mule-version'.
7892
7893         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7894         `mapcar' only for iteration.
7895
7896         * wl-demo.el: Don't use `mapcar' only for iteration.
7897
7898         * wl-folder.el: Don't use `mapcar' only for iteration.
7899         (wl-folder-open-all): Ditto.
7900         (wl-folder-count-incorporates): Ditto.
7901
7902         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7903         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7904
7905         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7906         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7907         `smtp-connection-type'; specify 3rd argument of `require' for
7908         `timezone'; don't use `mapcar' only for iteration.
7909         (wl-draft-clone-local-variables): Don't use `mapcar'.
7910         (wl-draft-generate-clone-buffer): Ditto.
7911         (wl-user-agent-compose-internal): Ditto.
7912
7913         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7914
7915         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7916         (wl-save-status): Ditto.
7917
7918         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7919         for iteration.
7920
7921 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7922
7923         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7924         removed `Date'.
7925         (wl-fldmgr-make-filter-default): New user option.
7926
7927         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7928         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7929         (wl-fldmgr-filter-completion-alist): Abolish.
7930
7931         * wl.el (wl): Don't check servers if arg is non-nil.
7932
7933         * wl-draft.el (wl-draft-reply): Set only message-id string to
7934         In-Reply-To field.
7935
7936 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7937
7938         * wl-summary.el (wl-summary-pick): Rewrite.
7939
7940         * wl-draft.el (wl-draft-forward): Get references field from
7941         original buffer.
7942         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7943
7944 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7945
7946         * wl-draft.el (wl-draft-forward): Add references field.
7947
7948 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7949
7950         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7951         (wl-draft-reply): Use it.
7952
7953 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7954
7955         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7956         when Emacs 21 is running.
7957
7958         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7959         bindings.
7960
7961 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7962
7963         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7964         XPM icons transparent.
7965
7966         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7967         Emacs 21.
7968
7969 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7970
7971         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7972         nil.
7973
7974         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7975         when it is persistent.
7976         (wl-summary-sync-marks): Changed argument for
7977         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7978         (wl-summary-virtual): Use `elmo-read-search-condition'.
7979         (wl-summary-redisplay-internal): If folder is local, mark as read
7980         even when folder is plugged.
7981
7982 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7983
7984         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7985         of `tool-bar-lines' in the frame parameters.
7986         (after-make-frame-functions, post-command-hook): Don't modify the
7987         value.
7988         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7989         wl-e21-tool-bar-lines): Removed.
7990
7991 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7992
7993         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7994         properties `evaporate' and `wl-momentary-overlay' as well.
7995         (wl-highlight-summary-displaying): Ditto.
7996         (wl-delete-all-overlays): Don't delete overlay which does not have
7997         a property `wl-momentary-overlay'.
7998
7999         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
8000         `display-mouse-p' and `display-graphic-p'.
8001         (wl-folder-init-icons): Don't search for XBM or the other files.
8002         (wl-plugged-set-folder-icon): Make icons if and only if
8003         `display-graphic-p' returns non-nil.
8004         (wl-highlight-plugged-current-line): Use `before-string' overlay
8005         property to show icon images.
8006         (wl-highlight-folder-current-line): Ditto.
8007         (wl-e21-highlight-folder-group-line): Ditto.
8008         (wl-e21-highlight-folder-by-numbers): Ditto.
8009         (wl-e21-insert-image): Removed.
8010         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
8011         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
8012         said.
8013         (wl-e21-switch-toolbar-after-make-frame): Renamed from
8014         `wl-e21-force-switch-toolbar'.
8015         (wl-e21-make-icon-image): Removed.
8016         (wl-e21-setup-toolbar): Don't search for XBM files.
8017         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
8018         the default value.
8019
8020 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
8021
8022         * wl-util.el (wl-biff-check-folder-async): Set
8023         `wl-biff-check-folders-running' even when it is not an IMAP folder.
8024
8025 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
8026
8027         * wl-e21.el (after-make-frame-functions): Add
8028         `wl-e21-force-switch-toolbar'.
8029         (wl-e21-force-switch-toolbar): New function force to switch the
8030         toolbar appearance automatically.
8031         (post-command-hook): Add `wl-e21-switch-toolbar'.
8032         (wl-e21-switch-toolbar): New function to switch the toolbar
8033         appearance automatically.
8034         (wl-e21-tool-bar-lines): New buffer local variable.
8035
8036 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
8037
8038         * wl-util.el (wl-biff-check-folders-running): New variable.
8039         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
8040         (wl-biff-check-folder-async-callback):
8041         Set `wl-biff-check-folders-running'.
8042         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
8043         with unwind-protect.
8044
8045         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
8046         Enclose `wl-folder-auto-check' with unwind-protect.
8047
8048         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
8049         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
8050
8051         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
8052
8053         * wl-util.el (wl-biff-notify): New inline function.
8054         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
8055         locally.
8056         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
8057         folder-list' is 1.
8058         Use `wl-biff-notify'.
8059         (wl-biff-check-folder-async-callback): New function.
8060         (wl-biff-check-folder-async): Ditto.
8061
8062         * wl-folder.el (wl-folder): Don't check folders.
8063         (wl-folder-auto-check): New function.
8064
8065 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
8066
8067         * wl-util.el (wl-biff-start) [Emacs19+]:
8068         Use `timer-next-integral-multiple-of-time'.
8069         (wl-biff-check-folders): Use `wl-default-folder'
8070         if `wl-biff-check-folder-list' is nil.
8071
8072 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
8073
8074         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
8075         instead of `elmo-delete-lists'.
8076
8077 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
8078
8079         * wl.el (wl-plugged-toggle-all): Set the value of
8080         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
8081         (wl-plugged-toggle): Ditto.
8082         (wl-toggle-plugged): Ditto.
8083         (wl-plugged-init): Ditto.
8084
8085         * wl-xmas.el (wl-biff-init-icons): Set icons data to
8086         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8087         instead of `wl-biff-state-indicator-off' and
8088         `wl-biff-state-indicator-on'; don't modify the value and the type
8089         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
8090         (wl-plugged-init-icons): Set icons data to
8091         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8092         instead of `wl-plug-state-indicator-off' and
8093         `wl-plug-state-indicator-on'; don't modify the value and the type
8094         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
8095
8096         * wl-vars.el (wl-modeline-biff-state-off,
8097         wl-modeline-biff-state-on, wl-modeline-biff-status,
8098         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
8099         wl-modeline-plug-status): New internal variables.
8100         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
8101         wl-biff-check-interval, wl-biff-check-folder-list): Change
8102         customization group from `wl-folder' to `wl-highlight'.
8103         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
8104         wl-show-plug-status-on-modeline): Defcustomized.
8105
8106         * wl-util.el (wl-biff-check-folders): Set the value of the flag
8107         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
8108         (wl-mode-line-buffer-identification): Set both ON and OFF data with
8109         a flag to `mode-line-buffer-identification'.
8110
8111         * wl-e21.el (wl-biff-init-icons): Set icons data to
8112         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
8113         instead of `wl-biff-state-indicator-off' and
8114         `wl-biff-state-indicator-on'.
8115         (wl-plugged-init-icons): Set icons data to
8116         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
8117         instead of `wl-plug-state-indicator-off' and
8118         `wl-plug-state-indicator-on'.
8119
8120 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8121
8122         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
8123         excessive titles.
8124
8125 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8126
8127         * wl.el (wl-plugged-mode): Use revised
8128         `wl-mode-line-buffer-identification'.
8129         (wl-plugged-init): Don't use `force-mode-line-update'.
8130
8131         * wl-xmas.el (wl-draft-overload-functions): Use revised
8132         `wl-mode-line-buffer-identification'.
8133         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
8134         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
8135         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8136         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8137         `wl-make-plugged-hook';
8138         add `wl-folder-init-icons' and `wl-setup-folder' to
8139         `wl-folder-mode-hook'.
8140
8141         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
8142         19 as well.
8143         (wl-mode-line-display-priority-list): New user option.
8144         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
8145         Defcustomized.
8146         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
8147         Add docs.
8148
8149         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
8150         start.
8151         (wl-mode-line-buffer-identification): Revised as a function.
8152
8153         * wl-summary.el (wl-summary-mode): Use revised
8154         `wl-mode-line-buffer-identification'; don't call
8155         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
8156         (TopLevel): Don't bind `wl-e21-setup-summary' nor
8157         `wl-xmas-setup-summary'.
8158
8159         * wl-nemacs.el (wl-draft-overload-functions): Use revised
8160         `wl-mode-line-buffer-identification'.
8161
8162         * wl-mule.el (wl-draft-overload-functions): Use revised
8163         `wl-mode-line-buffer-identification'.
8164
8165         * wl-folder.el (wl-make-plugged-alist): Don't call
8166         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
8167         (wl-folder): Don't call `wl-folder-init-icons' directly.
8168         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
8169         `wl-xmas-setup-folder' directly;
8170         use revised `wl-mode-line-buffer-identification'.
8171         (TopLevel): Don't bind `wl-biff-init-icons',
8172         `wl-plugged-init-icons', `wl-folder-init-icons',
8173         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
8174
8175         * wl-e21.el (wl-draft-overload-functions): Use revised
8176         `wl-mode-line-buffer-identification'.
8177         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
8178         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
8179         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
8180         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
8181         `wl-make-plugged-hook';
8182         add `wl-folder-init-icons' and `wl-setup-folder' to
8183         `wl-folder-mode-hook'.
8184
8185 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8186             Katsumi Yamaoka    <yamaoka@jpl.org>
8187
8188         * wl.el (wl): Call `wl-biff-start'.
8189         (wl-exit): Call `wl-biff-stop'.
8190         (wl-plugged-mode): Show biff in modeline.
8191         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
8192
8193         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
8194         (wl-biff-init-icons): New function.
8195         (wl-plugged-init-icons): Don't make too much keymaps.
8196         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
8197
8198         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
8199         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
8200         variables.
8201         (wl-biff-check-interval, wl-biff-check-folder-list): New user
8202         options.
8203
8204         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
8205         wl-biff-start, wl-biff-stop): New functions.
8206         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
8207         (wl-biff-timer-name): New variable.
8208
8209         * wl-summary.el (wl-summary-mode): Show biff in modeline.
8210
8211         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
8212         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8213
8214         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
8215         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
8216
8217         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
8218         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
8219         `wl-folder-init-icons' to `ignore' if they are not available.
8220         (wl-folder-mode): Show biff in modeline.
8221
8222         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
8223         (wl-biff-init-icons): New function.
8224         (wl-plugged-init-icons): Don't make too much keymaps.
8225         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
8226
8227 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
8228
8229         * wl-vars.el (wl-strict-diff-folders): Customization Type
8230         and doc fix.  Define as a list of regular expressions for
8231         folders or nil.
8232         * wl-folder.el (wl-folder-check-one-entity): Use
8233         `wl-string-match-member' instead of `wl-string-member' for
8234         `wl-strict-diff-folders'.
8235
8236 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
8237
8238         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
8239         (wl-highlight-folder-current-line): Use it; new implementation.
8240         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
8241         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
8242         `defsubst' instead of `defun'.
8243
8244         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
8245         `wl-highlight-group-folder-by-numbers'; made it can also be a
8246         number.  See info for more details.
8247
8248         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
8249         running.
8250
8251         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
8252         to bind them.
8253
8254         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
8255         (wl-highlight-folder-current-line): New implementation.
8256
8257         * wl-highlight.el (wl-highlight-folder-group-line): New
8258         implementation.
8259         (wl-delete-all-overlays): Rewrite as a marco.
8260         (TopLevel): Require `wl-e21' when Emacs 21 is running.
8261
8262         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
8263         running.
8264         (wl-folder-*-glyph): No need to bind them.
8265
8266         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
8267         `wl-e21-highlight-folder-group-icon'; rewrite.
8268         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8269         `defsubst' instead of `defun'.
8270         (wl-folder-mode-map): Bind it when compiling.
8271
8272 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8273
8274         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8275
8276         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8277
8278 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8279
8280         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8281
8282 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8283
8284         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8285         (wl-highlight-folder-current-line): Use it.
8286
8287         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8288         in `id-name'.
8289
8290 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8291
8292         * wl.el: Require `wl-e21' when Emacs 21 is running.
8293
8294         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8295         default when Emacs 21 is running.
8296         (wl-use-highlight-mouse-line): Ditto.
8297         (wl-on-emacs21): New constant.
8298         (wl-on-emacs20): Removed.
8299
8300         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8301         Emacs 21 is running.
8302
8303         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8304         Emacs 21 is running.
8305
8306         * wl-e21.el: New file.
8307
8308 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8309
8310         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8311         (wl-toggle-plugged): Ditto.
8312         (wl-plugged-toggle): Ditto.
8313         (wl-plugged-toggle-all): Ditto.
8314
8315         * wl-vars.el (wl-plug-state-indicator): Refer
8316         `wl-plug-state-indicator-on' indirectly.
8317
8318 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8321         Call `wl-folder-confirm-existence'.
8322
8323         * wl-folder.el (wl-folder-confirm-existence): Added optional
8324         argument `force'.
8325
8326 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8327
8328         * wl-summary.el (wl-summary-refile-subr): Assume
8329         `copy-or-refile' as symbol.
8330         (wl-summary-refile): Follow up above change.
8331         (wl-summary-copy): Ditto.  Doc fix.
8332
8333 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8334
8335         * wl-summary.el (wl-summary-pick): Don't bind
8336         `elmo-search-mime-charset'.
8337
8338         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8339         default using old backquote style.
8340         (wl-search-mime-charset): Abolished.
8341
8342         * wl-highlight.el (wl-highlight-headers):
8343         Call `point' after `re-search-forward'(for Nemacs).
8344
8345         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8346         for elmo-imap4.el.
8347
8348 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8349
8350         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8351         `wl-message-ignored-field-list' instead of
8352         `mime-view-ignored-field-list'.
8353
8354         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8355         Add interactive spec.
8356         (wl-folder-goto-bottom-of-current-folder): Ditto.
8357         (wl-folder-mode-map): Bind them.
8358
8359         * wl-vars.el (wl-message-ignored-field-list): New variable.
8360         (wl-message-visible-field-list): New variable.
8361
8362         * wl-mime.el (wl-mime-header-presentation-method): New function.
8363         (wl-mime-setup): Set header-presentation-method.
8364
8365 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8366
8367         * wl-nemacs.el (wl-draft-overload-functions): Set
8368         `mode-line-buffer-identification' instead of using
8369         `wl-make-modeline'.
8370
8371         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8372         instead of using `wl-make-modeline'.
8373
8374         * wl-xmas.el (wl-plugged-init-icons): Set up
8375         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8376         (wl-make-modeline): Abolish.
8377         (wl-draft-overload-functions): Set
8378         `mode-line-buffer-identification' instead of using
8379         `wl-make-modeline'.
8380
8381         * wl-util.el (wl-make-modeline-subr): Abolish.
8382         (wl-mode-line-buffer-identification): New alias.
8383
8384         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8385         (wl-summary-make-modeline): Abolish.
8386         (wl-summary-buffer-set-folder): Set
8387         `wl-summary-buffer-folder-indicator'.
8388         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8389         of using `wl-make-modeline'.
8390         (wl-summary-switch-to-clone-buffer): Don't set
8391         `mode-line-buffer-identification'.
8392         (wl-summary-goto-folder-subr): Ditto.
8393
8394         * wl-mule.el (wl-draft-overload-functions): Set
8395         `mode-line-buffer-identification' instead of using
8396         `wl-make-modeline'.
8397
8398         * wl-folder.el (wl-folder-mode): Set
8399         `mode-line-buffer-identification' instead of using
8400         `wl-make-modeline'.
8401         (wl-folder): Don't set `mode-line-buffer-identification'.
8402
8403 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8404
8405         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8406         instead of `member' for `wl-refile-guess-func-list' look-ups.
8407         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8408
8409 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8410
8411         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8412         `wl-message-button-dispatcher'.
8413
8414         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8415
8416         * wl-message.el (wl-message-button-dispatcher): Use it.
8417
8418         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8419         "In-Reply-To".
8420
8421         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8422         Bind `case-fold-search' to t.
8423
8424 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8425
8426         * wl-xmas.el (wl-message-overload-functions): Initialize
8427         `wl-message-button-map'.
8428
8429         * wl-mule.el (wl-message-overload-functions): Initialize
8430         `wl-message-button-map'.
8431
8432         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8433
8434         * wl-message.el (wl-message-button-map): New keymap.
8435         (wl-message-add-button): New function.
8436         (wl-message-button-dispatcher): New function.
8437         (wl-message-button-refer-article): New function.
8438
8439         * wl-highlight.el
8440         (wl-highlight-message-add-buttons-to-header): New function.
8441         (wl-highlight-headers): Use it.
8442
8443 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8444
8445         * wl-summary.el (wl-summary-default-from): Use
8446         `wl-address-get-petname-1'.
8447         (wl-summary-simple-from): Ditto.
8448
8449         * wl-address.el (wl-address-get-petname-1): New inline function.
8450         (wl-address-get-petname): Use it.
8451
8452 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8453
8454         * wl-summary.el (wl-summary-default-from): Return full-name part
8455         from the address if no petname was found.
8456         (wl-summary-simple-from): Ditto.
8457
8458         * wl-address.el (wl-address-get-petname): Return nil if no petname
8459         associated with the address was found.
8460
8461 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8462
8463         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8464         display is finished.
8465
8466 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8467
8468         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8469         `elmo-folder-exists-p' argument.
8470
8471 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8472
8473         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8474         the folder.
8475
8476 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8477
8478         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8479
8480         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8481         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8482
8483 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8484
8485         * wl-folder.el (wl-folder-create-subr): New function.
8486         (wl-folder-confirm-existence): Use it.
8487         (wl-folder-check-one-entity): Use it.
8488         Check the error symbol is derived from 'elmo-open-error.
8489
8490         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8491         `ignore-error'.
8492
8493 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8494
8495         * wl-util.el (toplevel): Add (eval-when-compile (require
8496         'elmo-util)).  (Maybe `provide' is typo.)
8497
8498 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8499
8500         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8501         (I don't know why this was needed.)
8502
8503         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8504         Follow up changes for stream-type.
8505
8506         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8507         (wl-draft-elmo-nntp-send): Ditto.
8508
8509         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8510         (wl-nntp-posting-stream-type): Ditto.
8511         (wl-pop-before-smtp-ssl): Abolished.
8512         (wl-nntp-posting-ssl): Ditto.
8513
8514         * wl-address.el (wl-address-quote-specials): New function.
8515         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8516
8517         * wl-draft.el (wl-draft-reply): Ditto.
8518
8519 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8520
8521         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8522         use function `wl-string-match-assoc'.
8523
8524 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8525
8526         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8527
8528         * wl-draft.el (wl-draft-deduce-address-list): New function.
8529         (wl-draft-parse-mailbox-list): Ditto.
8530         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8531         instead of `smtp-deduce-address-list'.
8532         (wl-draft-on-field-p): Follow group list.
8533
8534         * wl-address.el (wl-address-concat-token): New function.
8535         (wl-address-string-without-group-list-contents): Ditto.
8536         (wl-complete-field-body): Fixed problem of completion
8537         by japanese petname.
8538         (wl-address-make-completion-list): Rewrite.
8539
8540 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8541
8542         * wl-address.el (wl-address-make-completion-list): Completion by
8543         petname.
8544         (wl-complete-field-body): Likewise.
8545
8546 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8547
8548         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8549         contains invalid address syntax.
8550
8551 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8552
8553         * wl-folder.el (wl-folder-check-entity-async): Use
8554         `elmo-nntp-spec-hostname'.
8555
8556 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8557
8558         * wl-summary.el (wl-summary-msgdb-load-async): Use
8559         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8560
8561 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8562
8563         * wl-draft.el (wl-draft-reply): Set argument
8564         `content-transfer-encoding' as nil.
8565
8566 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8567
8568         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8569         `wl-refile-alist'.
8570
8571 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8572
8573         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8574         (wl-draft-edit-string): Ditto.
8575         (wl-draft-forward): Ditto.
8576         * wl-summary.el (wl-summary-write): Ditto.
8577
8578 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8579
8580         * wl-summary.el (wl-summary-sync-update3): Call
8581         `wl-summary-buffer-number-column-detect'.
8582         (wl-summary-buffer-number-column-detect): Search from point-min.
8583
8584 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8585
8586         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8587         contains an address which is not included in original to or cc.
8588
8589 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8590
8591         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8592         begin-line does not exist.
8593         * wl-message.el (wl-message-uu-substring): Ditto.
8594
8595 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8596
8597         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8598         clear local variables.
8599         (wl-summary-exit): Call `elmo-commit'.
8600         (wl-summary-switch-to-clone-buffer): Call
8601         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8602         (wl-summary-goto-folder-subr): Ditto.
8603
8604         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8605         POP folder.
8606
8607 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8608
8609         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8610         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8611         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8612         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8613         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8614         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8615
8616         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8617
8618 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8619
8620         * wl-summary.el (wl-summary-search-by-subject):
8621         Search parent message from the latest one.
8622
8623 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8624
8625         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8626         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8627
8628         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8629         New user option.
8630
8631         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8632         if elmo-nntp-use-killed-list is nil.
8633         Use `elmo-msgdb-append-to-killed-list'.
8634         (Append numbers confirmed as disappeared to the killed list.)
8635         (wl-summary-confirm-appends): Don't display negative number.
8636
8637 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8638
8639         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8640
8641 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8642
8643         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8644         range is `all'.
8645         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8646         `elmo-list-bigger-diff'.
8647
8648 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8649
8650         * wl-summary.el (wl-summary-buffer-exit-func):
8651         New buffer local variable.
8652         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8653
8654 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8655
8656         * wl-demo.el (wl-demo): Fix the last change.
8657
8658 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8659
8660         * wl-demo.el (wl-demo): Don't use `eval'.
8661
8662 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8663
8664         * wl-summary.el (wl-summary-buffer-thread-modified):
8665         New buffer-local variable.
8666         (wl-summary-set-thread-modified): New function.
8667         (wl-summary-thread-modified-p): New function.
8668         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8669         (wl-summary-yank-saved-message): Use function
8670         `wl-summary-set-thread-modified'
8671         (wl-summary-switch-to-clone-buffer): Add
8672         `wl-summary-buffer-thread-modified'.
8673
8674         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8675         (wl-summary-buffer-mark-saved-hook): Ditto.
8676         * wl-summary.el (wl-summary-msgdb-save): New hook
8677         `wl-summary-buffer-message-saved-hook' and
8678         `wl-summary-buffer-mark-saved-hook'.
8679
8680 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8681
8682         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8683
8684 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8685
8686         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8687         don't hide scroll bars under FSF Emacsen because it may incur an
8688         undesirable redrawing.
8689
8690 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8691
8692         * wl-draft.el (wl-draft-edit-string): Call
8693         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8694
8695 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8696
8697         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8698
8699 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8700
8701         * wl-summary.el (wl-summary-msgdb-load-async): Call
8702         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8703
8704 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8705
8706         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8707         fringes in demo buffer; center bitmap logo correctly even if old
8708         Mule is used.
8709
8710 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8711
8712         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8713
8714         * wl-refile.el (wl-refile-subject-alist): New variable.
8715         (wl-refile-subject-alist-file-name): Ditto.
8716         (wl-refile-alist-setup): Rewrite.
8717         (wl-refile-alist-save): Use `elmo-object-save'.
8718         Eliminated arguments.
8719         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8720         (wl-refile-guess-by-subject): New function.
8721         (wl-refile-guess-func-list): Added it.
8722
8723 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8724
8725         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8726         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8727
8728 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8729
8730         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8731         New buffer-local variable.
8732         (wl-summary-buffer-next-folder-func): Ditto.
8733         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8734         if non-nil.
8735         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8736         if non-nil.
8737         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8738         if non-nil.
8739         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8740         if non-nil.
8741
8742 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8743
8744         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8745         permanently in the demo buffer.
8746
8747 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8748
8749         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8750         `mime-entity-fetch-field'.
8751
8752         * wl.el (wl-exit): Delete plugged buffer.
8753
8754         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8755         XEmacs has menubar feature.
8756
8757 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8758
8759         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8760         cannot arrive at the beginning of the buffer under old Emacsen.
8761
8762 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8763
8764         * wl-address.el (wl-address-ldap-search):
8765         Call `ldap-search-entries' with `withdn' argument t.
8766         (wl-complete-field-body): Bind completion-ignore-case as t.
8767         Clear ldap search hash when it was sole completion.
8768         Use elmo-string for pattern string.
8769         (wl-ldap-alias-safe-string): Eliminated needless let.
8770
8771 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8772
8773         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8774         (wl-ldap-alias-sep): New constant.
8775         (wl-ldap-search-attribute-type-list): Ditto.
8776         (wl-ldap-get-value): New function.
8777         (wl-ldap-make-filter): Ditto.
8778         (wl-ldap-make-matched-value-list): Ditto.
8779         (wl-ldap-alias-safe-string): Ditto.
8780         (wl-ldap-register-dn-string): Ditto.
8781         (wl-address-ldap-search): Rewrite.
8782
8783 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8784
8785         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8786         thread is deleted.
8787         (wl-thread-delete-line-from-buffer): Ditto.
8788         (wl-thread-get-exist-children): New function.
8789
8790 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8791
8792         * wl-demo.el (wl-demo): Made it to select various image types.
8793         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8794         from `wl-title-logo'.
8795         (wl-logo-ascii): New variable.
8796         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8797         (wl-demo-copyright-notice): New constant.
8798
8799         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8800
8801 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8802
8803         * wl-vars.el (wl-summary-target-above): Renamed from
8804         wl-summary-temp-above.
8805         * wl-score.el (wl-score-get-score-alist): Use it.
8806         (wl-summary-score-update-all-lines): Use it.
8807         * wl-summary.el: Ditto. (make-variable-buffer-local).
8808
8809 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8810
8811         * wl-vars.el (wl-ldap-port): New user option.
8812
8813         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8814         Rewite whole implementation.
8815         (wl-complete-field-body): Fixed.
8816
8817 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8818
8819         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8820         Choose implementation at compile time.
8821
8822 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8823
8824         * wl-address.el (wl-ldap-search-internal): New function.
8825         (wl-complete-field-to): Use it.
8826
8827 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8828
8829         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8830         Use `let' instead of `let*'.
8831         Require 'wl-vars.
8832
8833         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8834         Define as defcustom.
8835         (wl-ldap-base): Ditto.
8836         (wl-use-ldap): Ditto.
8837
8838 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8839
8840         * wl-address.el (wl-ldap-search): New function.
8841         (wl-complete-field-body): Use `wl-ldap-search'.
8842         (wl-ldap-server): New variable.
8843         (wl-ldap-base): Ditto.
8844         (wl-use-ldap): Ditto.
8845
8846 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8847
8848         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8849         (Pointed out by Mito <mit@nines.nec.co.jp>).
8850         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8851         buffer-local variables like `wl-summary-redisplay-internal'.
8852         (wl-summary-redisplay-all-header): Likewise.  Update
8853         Summary view too.
8854
8855 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8856
8857         * wl-summary.el (wl-summary-jump-to-parent-message):
8858         Consider prefix argument.
8859
8860         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8861         when closed thread is deleted.
8862
8863 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8864
8865         * wl-summary.el (wl-summary-jump-to-parent-message):
8866         Consider thread modification.
8867
8868 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8869
8870         * wl-message.el (wl-message-normal-get-original-buffer): Use
8871         `save-excursion'.
8872
8873         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8874         (wl-summary-showto-folder-regexp): Ditto.
8875
8876 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8877
8878         * wl-util.el (wl-delete-alist): Doc fix.
8879         (wl-delete-associations): New function.
8880         (wl-inverse-alist): New function.
8881         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8882         Split temporary variables. Use `wl-delete-associations'
8883         and `wl-inverse-alist'.
8884         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8885
8886 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8887
8888         * wl-folder.el (wl-folder-prefetch-entity):
8889         Execute prefetching if new count is unknown.
8890
8891 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8892
8893         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8894
8895         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8896         delete entity.
8897         (wl-thread-set-parent): If insert as top, set linked as nil.
8898
8899         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8900         `wl-thread-cleanup-symbols' when view mode is thread.
8901
8902 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8903
8904         * wl-folder.el (wl-folder-create-folder-entity): Use
8905         with-current-buffer.
8906         (wl-local-folder-init): Call set-buffer to make sure we are in
8907         the Folder buffer. Don't touch buffer-local variables here.
8908         (wl-folder-mode): Initialize buffer-local variables here.
8909
8910         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8911         (wl-folder-entity-assign-id): Ditto.
8912         (wl-folder-create-entity-hashtb): Ditto.
8913         (wl-local-folder-init): Ditto.
8914         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8915
8916 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8917
8918         * wl-summary.el (wl-summary-default-from): Fix probrem when
8919         std11-extract-address-components return (nil "foo@bar").
8920
8921 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8922
8923         * wl-draft.el (wl-draft-clone-local-variables):
8924         Remove redundant `setq'.
8925
8926 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8929         Bind wl-highlight-x-face-func as nil while highlighting header.
8930
8931 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8932
8933         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8934
8935 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8936
8937         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8938         elmo-msgdb-overview-hashtb from copy-variables.
8939         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8940         instead of `elmo-msgdb-overview-get-entity-by-number'.
8941         (wl-summary-auto-refile): Ditto.
8942
8943         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8944         `elmo-msgdb-overview-get-entity' instead of
8945         `elmo-msgdb-search-overview-entity'.  Use
8946         `elmo-msgdb-overview-get-entity' instead of
8947         `elmo-msgdb-overview-get-entity-by-number'.
8948         (wl-thread-insert-entity-sub): Ditto.
8949         (wl-thread-insert-message): Ditto.
8950
8951         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8952         `elmo-msgdb-overview-get-entity'.
8953         (wl-normal-message-redisplay): Ditto.
8954
8955 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8956
8957         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8958         `wl-thread-entities'.
8959         (wl-thread-delete-message): Fix remove top message from
8960         `wl-thread-entity-list'.
8961
8962         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8963         wl-append(nconc), because update-list is broken on Meadow.
8964
8965         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8966         updating process.
8967         (wl-summary-rescan): Ditto.
8968         (wl-summary-sync-update3): Ditto.
8969         * wl-thread.el (wl-thread-set-parent): Renamed from
8970         `wl-summary-set-parent'.
8971         (wl-thread-insert-message): Updating buffer faster.
8972         (wl-thread-delete-message): Updating buffer faster.
8973
8974         * wl-score.el (wl-summary-score-update-all-lines): Changed
8975         interval for display progress gauge.
8976
8977 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8978
8979         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8980         folder always-sticky.
8981         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8982         defmacro.
8983
8984 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8985
8986         * wl-vars.el (wl-draft-add-references): New user option.
8987
8988         * wl-draft.el (wl-draft-add-references): New function.
8989         (wl-draft-yank-from-mail-reply-buffer): Use it.
8990         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8991         as nil.
8992
8993 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8994
8995         * wl-thread.el (wl-thread-update-line-msgs): Called
8996         `wl-thread-update-line-on-buffer-sub'.
8997         (wl-thread-update-line-on-buffer): Delete routine of inserting
8998         thread.
8999         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
9000         moved from `wl-thread-update-line-on-buffer'.
9001         Add threshold for displaying progress gauge.
9002         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
9003         argument of `wl-thread-update-line-msgs'.
9004         Add threshold for displaying progress gauge.
9005         * wl-folder.el:
9006         Add threshold for displaying progress gauge.
9007         * wl-score.el: Ditto.
9008
9009         * wl-expire.el (wl-summary-expire): Display deleting info.
9010
9011 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
9012
9013         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
9014         `no-msg'.
9015         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
9016         argument of `wl-thread-update-line-msgs'.
9017         (wl-summary-set-parent): Added optional argument `parent-number'.
9018         (wl-summary-buffer-saved-message): New buffer local variable.
9019         (wl-summary-save-current-message): New command.
9020         (wl-summary-yank-saved-message): Ditto.
9021         (wl-summary-mode-map): Added key binding for
9022         `wl-summary-save-current-message' (\ew) and
9023         `wl-summary-yank-saved-message' (\C-y).
9024         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
9025
9026 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
9027
9028         * wl-summary.el (wl-summary-mode-map): Added key binding for
9029         `wl-summary-set-parent' (ts).
9030
9031 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
9032
9033         * wl-summary.el (wl-summary-insert-thread-entity): Search same
9034         subject faster. If thread number is reverse, delayed updating
9035         thread.
9036         (wl-summary-search-by-subject): Ditto.
9037         (wl-summary-put-alike): Ditto.
9038         (wl-summary-get-alike): Ditto.
9039         (wl-summary-insert-headers): Insert header of all overview in
9040         buffer.
9041         (wl-summary-rescan): Delayed updating thread. Kill search subject
9042         buffer for wl-summary-search-by-subject.
9043         (wl-summary-sync-update3): Ditto.
9044         (wl-summary-exit): Ditto.
9045         (wl-summary-goto-bottom-of-current-thread): Change for linked
9046         thread.
9047         (wl-summary-overview-create-summary-line): Change line for linked
9048         thread.
9049
9050         * wl-summary.el (wl-summary-update-thread): Use
9051         wl-thread-maybe-get-children-num.
9052         (wl-summary-set-parent): If change parent, move sub thread.
9053         (wl-summary-redisplay-internal): Add horizontal recenter.
9054         (wl-summary-redisplay-no-mime): Add horizontal recenter.
9055
9056         * wl-thread.el (wl-thread-entity-get-linked): New function.
9057         (wl-thread-entity-set-linked): New function.
9058         (wl-thread-create-entity): Add linked element.
9059         (wl-thread-entity-insert-as-top): Use wl-append.
9060         (wl-thread-maybe-get-children-num): If closing thread, return
9061         children msgs.
9062         (wl-thread-update-line-msgs): Displaying progress message.
9063         (wl-thread-update-line-on-buffer-sub): Use
9064         wl-thread-maybe-get-children-num.
9065         (wl-thread-update-line-on-buffer): If update line is not exists,
9066         insert thread.
9067         (wl-thread-delete-message): If delete top msg of thread, search
9068         parent by subject.
9069         (wl-thread-insert-entity): Use
9070         wl-thread-maybe-get-children-num.
9071
9072         * wl-highlight.el (wl-highlight-summary-current-line): change
9073         sregexp for linked thread.
9074         * wl-util.el (wl-count-lines): Count lines.
9075         (wl-horizontal-recenter): horizontal recenter.
9076         * wl-score.el (wl-score-put-alike): Use wl-count-lines
9077         (wl-score-get-alike): Ditto.
9078         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
9079         (wl-subject-length-limit): New variable.
9080         (wl-highlight-thread-indent-string-regexp): Changed for linked
9081         thread.
9082
9083 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9084
9085         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9086         New variable (revival).
9087         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9088         by subject matching if there's no in-reply-to nor references field
9089         (revival).
9090
9091 \f
9092 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
9093
9094         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
9095         message.
9096
9097 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
9098
9099         * wl-summary.el (wl-summary-reply): Return t if there was a
9100         message at cursor point.
9101         Added unwind-protect.
9102         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
9103         returns t.
9104         (wl-summary-cancel-message): Do nothing when there's no message at
9105         cursor point.
9106         (wl-summary-forward): Ditto.
9107         (wl-summary-jump-to-parent-message): Ditto.
9108         (wl-summary-reedit): Ditto.
9109         (wl-summary-edit-addresses): Ditto.
9110         (wl-summary-pipe-message): Ditto.
9111         (wl-summary-print-message-with-ps-print): Ditto.
9112         (wl-summary-print-message): Ditto.
9113         (wl-summary-mark-as-important): Ditto.
9114         (wl-summary-mark-as-unread): Ditto.
9115
9116         * wl-summary.el (wl-summary-reply): Cause an error when there's no
9117         message at cursor point.
9118         (wl-summary-reply-with-citation): Remove unwind-protect.
9119
9120         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
9121         subject searching feature.
9122         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9123         Eliminated.
9124
9125 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
9126
9127         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
9128         New variable.
9129         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
9130         by subject matching if there's no in-reply-to nor references field.
9131
9132         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
9133
9134         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
9135         when display is finished.
9136         (wl-folder-open-all): Ditto.
9137         (wl-folder-update-access-group): Ditto.
9138         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
9139         * wl-thread.el (wl-thread-close-all): Ditto.
9140
9141         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
9142         progress gauge only when it was displayed.
9143         * wl-folder.el (wl-folder-insert-entity): Ditto.
9144
9145 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
9146
9147         * wl-summary.el (wl-summary-incorporate): Enclose
9148         `wl-summary-sync-force-update' with save-excursion.
9149
9150 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
9151
9152         * wl-summary.el (wl-summary-prefetch-region):
9153         Pass current cursor point to `pos-visible-in-window-p' after
9154         moving cursor to the started point.
9155
9156 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
9157
9158         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
9159
9160         * wl-draft.el (wl-draft-insert-current-message): Delete useless
9161         fields from the forwarding message.
9162         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
9163         `ignored-fields'.
9164
9165 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
9166
9167         * wl-mime.el (wl-message-request-partial):
9168         Eliminated argument `msgdb'.
9169         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
9170         (wl-mime-combine-message/partial-pieces): Likewise.
9171         * tm-wl.el (wl-message-request-partial): Likewise.
9172         (wl-mime-combine-message/partial-pieces): Likewise.
9173
9174 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
9175
9176         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
9177         when display is finished.
9178
9179 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
9180
9181         * wl-summary.el (wl-summary-goto-folder-subr):
9182         Fix problem when wl-summary-partial-highlight-above-lines is nil.
9183
9184 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
9185
9186         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
9187         when cursor point is visible.
9188
9189 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
9190
9191         * wl-expire.el (wl-expire-archive-get-max-number):
9192         Don't use `file-name-directory'.
9193
9194 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
9195
9196         * wl-expire.el (wl-expire-archive-get-max-number):
9197         Use `file-name-directory'.
9198
9199 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9200
9201         * wl-summary.el (wl-summary-sync-marks): Re-display progress
9202         only when there is progress.
9203
9204 2000-04-13  Mito <mit@nines.nec.co.jp>
9205
9206         * wl-summary.el (wl-summary-sync-marks): Display progress.
9207
9208 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
9209
9210         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
9211         (wl-summary-prev): Move cursor regardless of unread status.
9212         (wl-summary-next): Ditto.
9213
9214 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
9215
9216         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
9217         Added argument `target' and `number'.
9218         * tm-wl.el (wl-summary-burst-subr): New function.
9219         (wl-summary-burst): Use it.
9220
9221 2000-04-10  Mito <mit@nines.nec.co.jp>
9222
9223         * wl-mime.el (wl-burst): New function.
9224         (wl-summary-burst): Use it.
9225
9226 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
9227
9228         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
9229         as petname when there's no candidate.
9230
9231 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
9232
9233         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
9234         New variable.
9235         * wl-fldmgr.el (wl-fldmgr-add): Use it.
9236
9237         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
9238
9239         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
9240
9241 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
9242
9243         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
9244         Use substring of `original' instead of buffer-substring.
9245         (wl-refile-evaluate-rule):
9246         Set `original' argument of wl-refile-expand-newtext.
9247
9248         * wl-summary.el
9249         (wl-summary-auto-refile-check-refile-rule-alist-subr,
9250         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
9251         (wl-summary-auto-refile): Check existence of destination folder just
9252         before marking.
9253
9254 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
9255
9256         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
9257         when wl-refile-get-field-value return nil.
9258
9259 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
9260
9261         * wl-refile.el
9262         (wl-refile-expand-newtext): New function imported from Gnus.
9263         (wl-refile-evaluate-rule): Use it.
9264
9265 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
9266
9267         * wl-summary.el (wl-summary-print-destination):
9268         Duplicate folder string to avoid putting text-property on
9269         original string.
9270
9271         * wl-refile.el (wl-refile-get-field-value): New function.
9272         (wl-refile-evaluate-rule): New function;
9273         Evaluate refile rule recursively.
9274         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9275         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9276         New function; Check existence of a target folder recursively.
9277         (wl-summary-auto-refile-check-refile-rule-alist):
9278         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9279
9280 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9281
9282         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9283
9284         * wl-folder.el (wl-create-folder-entity-from-buffer):
9285         Fixed problem when '}' character is contained in folder name.
9286
9287         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9288
9289 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9290
9291         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9292         (wl-fldmgr-add-completion-all-completions):
9293         Use wl-fldmgr-add-completion-hashtb.
9294
9295 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9296
9297         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9298         wl-fldmgr-add-completion-subr): New functions.
9299         * wl-folder.el (wl-folder-completion-func): New variable.
9300         * wl-summary.el (wl-summary-read-folder):
9301         Use wl-folder-completion-func.
9302
9303         * wl-refile.el: Eliminate throw & catch.
9304
9305         * wl.el (wl-plugged-sending-queue-status): Fixed.
9306
9307 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9308
9309         * wl-draft.el (wl-draft): Put category property on
9310         mail-header-separator.