4419d979c354040b13ae854732b75dd60ed06e25
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
4         (wl-folder-buffer-last-visited-entity-id): New buffer local
5         variable.
6         (wl-folder-revisit-last-visited-folder): New function.
7         (wl-folder-mode-map): Bind it to "C-i".
8         (wl-folder-set-current-entity-id): Set last visited folder.
9         * wl-summary.el (wl-summary-exit): Ditto.
10
11 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
14         before calling `recenter' in order to cope with an XEmacs bug.
15
16 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
17
18         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
19         to the default value.
20
21 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
24         change.
25         (wl-summary-sync-marks): Ditto.
26         (wl-summary-mark-as-read-internal): Ditto.
27         (wl-summary-mark-as-answered-internal): Ditto.
28         (wl-summary-mark-as-important-internal): Ditto.
29         (wl-summary-reply): Ditto.
30
31         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
32         instead of `elmo-folder-unflag-answered'.
33
34         * Version number is increased to 2.11.23.
35
36         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
37         the last change.
38
39 2004-01-11  Kenichi Okada  <okada@opaopa.org>
40
41         * wl-spam.el (wl-summary-exec-action-refile-with-register):
42         Specify "spam" or "good".
43
44 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
45
46         * wl-spam.el (wl-summary-exec-action-spam): Call
47         wl-folder-confirm-existence for spam folder.
48         (wl-spam-setup): Bind "mk".
49
50 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
51
52         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
53
54 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
55
56         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
57         destination folder is empty.
58
59 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
60
61         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
62         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
63
64         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
65         (wl-summary-refile-prev-destination-region): New function.
66         (wl-thread-refile-prev-destination): Ditto.
67         (wl-summary-target-mark-refile-prev-destination): Ditto.
68
69 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
70
71         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
72         (wl-demo-background-color): Changed default value.
73
74         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
75         color.
76
77         * wl-demo.el (wl-demo-set-background-color): New function.
78         (wl-demo): Call it.
79
80 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
81
82         * wl-address.el (wl-address-delete): Avoid mis-deleting.
83         * wl-address.el (wl-address-add-or-change): Don't add empty
84         address.
85
86 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
87
88         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
89
90 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
91
92         * wl-vars.el (wl-demo-image-filter-alist): New variable
93         (wl-demo-background-color): Ditto.
94
95         * wl-demo.el (wl-demo-xpm-set-background): New function.
96         (wl-demo-image-filter): Ditto.
97         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
98
99         * wl-vars.el (wl-demo-icon-name-alist): New variable.
100
101         * wl-demo.el (wl-demo-icon-name): Define as function.
102         (wl-demo-insert-image): Use it.
103
104 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
105
106         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
107
108 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
109
110         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
111
112 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
113
114         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
115
116 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
117
118         * wl-thread.el (wl-thread-mark-as-answered): New function.
119
120         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
121         answered" entry.
122         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
123         "r&" and wl-thread-mark-as-answered to "t&".
124         (wl-summary-mark-as-important-region): Refine to toggle mark.
125         (wl-summary-mark-as-answered-region): New function.
126         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
127         and 3rd argument.
128         (wl-summary-mark-as-important-internal): Likewise.
129
130 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
131
132         * wl-template.el (wl-template-preview): New internal variable.
133         (wl-template-preview-p): New function.
134         (wl-template-show): Bind `wl-template-preview' as t.
135
136 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
137
138         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
139         `elmo-message-entity-field' with 3rd argument which is non-nil.
140
141 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
142
143         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
144         Removed duplicate local bind `folder'.
145
146 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
147
148         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
149
150 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
151
152         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
153         duplicate definition.
154
155 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
156
157         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
158         non-nil, use it; Don't fetch message if there's no message in the
159         current cursor position.
160
161 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
162
163         * wl-util.el (wl-region-exists-p): Use region-active-p.
164         (wl-deactivate-region): New function.
165         * wl-message.el (wl-message-redisplay): Deactivate region.
166
167         * wl-summary.el (wl-summary-reply): Call
168         `wl-summary-set-message-buffer-or-redisplay' instead of
169         `wl-summary-redisplay-internal', don't move point.
170
171 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
172
173         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
174         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
175         by regexp.
176
177 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
178
179         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
180         if no need.
181
182 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
183
184         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
185         default value to nil.
186         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
187         `wl-summary-prepare-hook'; Replace refile action to
188         `wl-summary-exec-action-refile-with-register'.
189
190         * Version number is increased to 2.11.22.
191
192 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-summary.el (wl-summary-detect-mark-position): Set
195         `wl-summary-buffer-weekday-name-lang'.
196
197 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
198
199         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
200         (wl-summary-mark-as-read-all): Ditto.
201         (wl-summary-delete-messages-on-buffer): Ditto.
202         (wl-summary-sync-update): Ditto.
203         (wl-summary-mark-as-read-internal): Ditto.
204         (wl-summary-mark-as-answered-internal): Ditto.
205         (wl-summary-update-folder-info): Abolished.
206
207 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
208
209         * wl-summary.el (wl-summary-mark-as-read-all): Use
210         `wl-summary-update-folder-info' instead of
211         `wl-folder-update-unread'.
212
213 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
214
215         * wl-summary.el (wl-summary-update-folder-info): New function derived from
216         `wl-summary-folder-info-update'.
217         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
218         instead of `wl-summary-folder-info-update'.
219         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
220         `wl-folder-set-folder-updated'.
221         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
222         instead of `wl-folder-update-unread'.
223         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
224         the value of `wl-summary-buffer-unread-count' for the second parameter of
225         `wl-folder-update-unread'.
226
227         * Version number is increased to 2.11.21.
228
229 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
230
231         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
232         a local variable.
233
234 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
235
236         * wl-spam.el (wl-summary-mark-spam): Show message only if call
237         interactively.
238
239         * wl-summary.el (wl-summary-mark-as-important-internal): New
240         internal function.
241         (wl-summary-mark-as-important): Use it.
242         (wl-summary-mark-as-unimportant): New function.
243         (wl-summary-sync-marks): Follow the API change.
244
245         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
246
247         * wl-mime.el (wl-summary-burst): Check target folder is writable.
248
249 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
250
251         * wl-folder.el (wl-folder-update-unread): Re-indent.
252         Narrow the scope of a local variable.
253
254 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
255
256         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
257         (wl-addrmgr-merge-entries): Ditto.
258         (wl-addrmgr): Added to address entry which exists in draft buffer
259         if no entry is in original.
260
261 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
262
263         * wl-batch.el: New file.
264
265 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
266
267         * wl-vars.el (wl-use-semi): Remove unused variable.
268
269 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
270
271         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
272         "?".
273
274 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
277         wl-summary-new-mark.
278         (wl-summary-new-cached-mark): New user option.
279         (wl-summary-score-marks): Follow the change above.
280         (wl-summary-auto-refile-skip-marks): Ditto.
281         (wl-summary-incorporate-marks): Ditto.
282         (wl-summary-expire-reserve-marks): Ditto.
283
284         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
285
286         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
287         (wl-summary-persistent-mark-string): Distinguished between cached
288         and uncached mark when the message is new.
289
290 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-spam.el (wl-spam-domain): Renamed from
293         `wl-spam-folder-guess-domain'.
294         (wl-summary-exec-action-spam): Register as spam if domain of the
295         source folder is good.
296         (wl-summary-exec-action-refile-with-register): Register message if
297         domain of the source folder is not undecided.
298
299 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
300
301         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
302         detect thread loop.
303
304 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
307         and wl-summary-skip-mark-list.
308
309 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
310
311         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
312
313         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
314
315         * wl-spam.el (toplevel): Require wl-highlight.
316         (wl-spam-auto-check-policy-alist): Abolish.
317         (wl-spam-auto-check-folder-regexp-list): New user option.
318         (wl-spam-auto-check-marks): Ditto.
319         (wl-spam-mark-action-list): Ditto.
320         (wl-highlight-summary-spam-face): New face.
321         (wl-spam-auto-check-message-p): New function.
322         (wl-spam-map-spam-messages): Fixed message.
323         (wl-spam-register-spam-messages): Ditto.
324         (wl-spam-register-good-messages): Ditto.
325         (wl-summary-spam-map): Add and remove keybind.
326         (wl-summary-target-mark-spam): Abolish.
327         (wl-summary-refile-spam): Ditto.
328         (wl-summary-test-spam): New function.
329         (wl-summary-mark-spam): Ditto.
330         (wl-summary-auto-check-spam): Follow the above change.
331         (wl-summary-exec-action-spam): New function.
332         (wl-summary-exec-action-refile-with-register): Fixed message.
333         (wl-message-check-spam): New function.
334         (wl-spam-setup): Ditto.
335         (toplevel): Call it if this file is loaded interactivity.
336
337         * Version number is increased to 2.11.20.
338
339 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
340
341         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
342         when new optional argument `force' is non nil or modified.
343
344 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
345
346         * wl.el (toplevel): Require wl-spam when compile.
347         (wl-save-status): Call wl-spam-save-status.
348
349         * wl-spam.el (wl-spam-register-spam-messages): New function.
350         (wl-spam-register-good-messages): Ditto.
351         (wl-spam-save-status): Ditto.
352         (wl-summary-mode-map): Bind
353         wl-summary-target-mark-register-as-spam to "ms" and
354         wl-summary-target-mark-register-as-good to "mn".
355         (wl-summary-register-as-spam): Abolish optional argument; Use
356         wl-spam-register-spam-messages.
357         (wl-summary-register-as-spam-all): Use
358         wl-spam-register-spam-messages.
359         (wl-summary-register-as-good): Abolish optional argument; Use
360         wl-spam-register-good-messages.
361         (wl-summary-register-as-good-all): Use
362         wl-spam-register-good-messages.
363         (wl-summary-target-mark-register-as-spam): New funtion.
364         (wl-summary-target-mark-register-as-good): Ditto.
365
366 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
367
368         * wl-spam.el: New file.
369
370 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
371
372         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
373
374         * wl-action.el (wl-auto-refile-guess-functions): New variable.
375         (wl-summary-auto-refile): Call wl-refile-guess with
376         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
377
378 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
381         with disable-thread argument non-nil.
382
383 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-summary.el (wl-summary-rescan): Added optional argument
386         disable-thread.
387         (wl-summary-sync): Call wl-summary-rescan with argument
388         disable-thread.
389         (wl-summary-input-range): Added new range `rescan-thread'.
390
391 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
392
393         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
394
395 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
398         internal variable.
399         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
400         wl-summary-search-parent-by-subject-regexp and
401         wl-summary-divide-thread-when-subject-changed as nil.
402         (wl-summary-insert-sequential): If entity is nil, nothing to do.
403         (wl-summary-insert-thread): Search parent entity from
404         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
405         thread loop.
406
407 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
408
409         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
410
411         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
412
413         * wl-util.el (wl-require-update-all-folder-p): New function.
414         (wl-get-assoc-list-value): Added `function' to match directive.
415         (wl-collect-draft): Rewrite.
416
417         * wl-summary.el (wl-summary-sync-update): Clear faces
418         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
419         are non-nil.
420         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
421         argument as function.
422         (wl-summary-input-range): Ditto.
423
424         * wl-folder.el (wl-draft-get-folder): New function.
425         (wl-folder-get-elmo-folder): Consider draft folder.
426
427         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
428         (wl-draft-buffer-message-number): New buffer local variable.
429         (wl-draft-folder-internal): New internal variable.
430         (wl-draft-delete): Rewrite.
431         (wl-draft-save): Ditto.
432         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
433         wl-folder-get-elmo-folder.
434         (wl-draft-config-info-operation): Ditto.
435         (wl-jump-to-draft-folder): Ditto.
436         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
437         (wl-draft-reedit): Rewrite.
438
439         * Version number is increased to 2.11.19.
440         
441 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
442
443         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
444         variable.
445
446 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
447
448         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
449         Use ignore-errors instead of unwind-protect.
450
451 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
452
453         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
454         for updating `wl-thread-entity-list'.
455
456 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
457
458         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
459         parameter from calling `wl-thread-entity-get-older-brothers' and
460         `wl-thread-entity-get-younger-brothers'.
461         Replace nested `append' with a single one.
462
463 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
464
465         * wl-summary.el (wl-summary-mode): Don't use the return value of
466         `make-local-hook'.
467
468 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
469
470         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
471         instead of `let*'.
472         (wl-thread-delete-message): Likewise.  Split and narrow the scope
473         of local variables.
474
475 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
478         Renamed from wl-summary-window-scroll-functions.
479         (wl-summary-window-scroll-functions): Don't set to variable.
480         (wl-summary-display-top): Use run-hooks.
481         (wl-summary-display-bottom): Ditto.
482         (wl-summary-toggle-disp-msg): Ditto.
483         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
484         Use it instead of wl-summary-window-scroll-functions.
485         (wl-summary-goto-folder-subr): Don't call
486         wl-summary-window-scroll-functions, use
487         wl-summary-buffer-window-scroll-functions instead.
488
489 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
490
491         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
492         make-local-variable.
493
494 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
495
496         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
497         set-buffer-modified-p.
498         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
499         (wl-summary-display-bottom): Ditto.
500         (wl-summary-toggle-disp-msg): Ditto.
501
502 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
503
504         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
505
506         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
507         (wl-summary-forward): Use elmo-message-entity-field instead of
508         elmo-message-field.
509
510         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
511
512 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-summary.el (wl-summary-window-scroll-functions): No use
515         `append'.
516
517 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
518
519         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
520         function.
521         (wl-summary-window-scroll-functions): Call it when both
522         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
523         (wl-summary-temp-mark): Added optional argument number.
524         (wl-summary-message-mark): Added optional argument flag.
525         (wl-summary-persistent-mark): Added optional argument number and flag.
526         (wl-summary-update-persistent-mark): Ditto.
527         (wl-summary-update-status-marks): Set "r" for interactive spec.
528
529         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
530         argument number and flag.
531
532         * wl-action.el (wl-summary-registered-temp-mark): 
533         Do nothing when wl-summary-buffer-temp-mark-list is nil.
534
535 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536
537         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
538         internal variable (buffer local).
539         (wl-summary-window-scroll-functions): New function.
540         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
541         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
542         as nil.
543         (wl-summary-update-status-marks): Added arguments beg, end and
544         check.
545         (wl-summary-update-mark-window): Use function.
546         (wl-summary-sync-update): Follow the change above.
547         (wl-summary-switch-to-clone-buffer): Copy
548         wl-summary-buffer-unsync-mark-number-list.
549         (wl-summary-goto-folder-subr): Set
550         wl-summary-buffer-unsync-mark-number-list and
551         use wl-summary-window-scroll-functions insteaf of
552         wl-summary-lazy-highlight.
553
554         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
555
556 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
557
558         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
559
560         * wl-summary.el (wl-summary-update-persistent-mark): Call
561         wl-summary-set-message-modified.
562
563         * wl-summary.el (wl-summary-sync-update): Don't call
564         wl-summary-update-status-marks.
565
566         * Version number is increased to 2.11.18.
567
568 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
569
570         * wl-message.el (wl-message-prev-page): Use save-selected-window.
571         (wl-message-next-page): Ditto.
572
573 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
574
575         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
576         local variable.  Change the order of a collected list into the
577         same as the specified range.  Remove nil from a collected list.
578
579 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-summary.el (wl-summary-insert-headers): Set visible-only
582         argument for elmo-folder-list-messages.
583
584 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
585
586         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
587         change (wl-summary-count-unreads return a list instead of a cons
588         cell).
589
590 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
591
592         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
593         `wl-summary-folder-info-update'.
594
595 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
596
597         * wl-summary.el (wl-summary-set-message-modified): No use
598         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
599         (wl-summary-set-mark-modified): Abolish.
600         (wl-summary-mark-modified-p): Ditto.
601         (wl-summary-save-view): Follow the change above.
602
603         * wl-expire.el (wl-summary-expire): Likewise.
604
605 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
606
607         * wl-summary.el (wl-summary-detect-mark-position): Use
608         modb-entity-handler.
609         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
610
611         * Version number is increased to 2.11.17.
612
613 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
614
615         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
616         entity field value.
617         (wl-summary-prefetch-msg): Ditto.
618         (wl-summary-print-message-with-ps-print): Ditto.
619
620 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
621
622         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
623         for dummy entity.
624         (wl-summary-insert-thread): Use elmo-message-entity-field.
625         (wl-summary-update-thread): Use elmo-message-entity-field and
626         elmo-message-entity-number.
627         (wl-summary-line-number):  Use elmo-message-entity-number.
628         (wl-summary-line-size): Use elmo-message-entity-field.
629         (wl-summary-line-subject): Ditto.
630         (wl-summary-line-from): Ditto.
631         (wl-summary-line-attached): Ditto.
632         (wl-summary-create-line): Ditto.
633         (wl-summary-create-line): Use elmo-message-entity-number.
634         (wl-summary-print-message-with-ps-print): Use
635         elmo-message-entity-field.
636
637 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
638
639         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
640         change in elmo-msgdb-make-message-entity.
641         (wl-summary-buffer-set-folder): Don't call
642         wl-summary-detect-mark-position here.
643         (wl-summary-rescan): Call elmo-message-entity-number.
644         (wl-summary-sync-update): Ditto.
645         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
646
647         * wl-score.el (wl-score-header-index): Redefine 2th element.
648         (wl-score-overview-entity-get-extra): Abolish.
649         (wl-score-ov-entity-get): Rewrite.
650         (wl-score-string-index<, wl-score-string-func<): Abolish.
651         (wl-score-string<): New function.
652         (wl-score-string-sort): Use it.
653
654         * wl-refile.el (wl-refile-guess-by-history): Use
655         elmo-message-entity-field.
656         (wl-refile-guess-by-from): Ditto.
657         (wl-refile-guess-by-msgid): Ditto.
658
659         * Version number is increased to 2.11.16.
660
661 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
662
663         * wl-folder.el (wl-folder-confirm-existence): Don't call
664         file-exists-p if msgdb-path is nil.
665         * wl-summary.el, wl-draft.el, wl-action.el: Rename
666         `wl-read-folder-hist' to `wl-read-folder-history'.
667
668 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
669
670         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
671         `y-or-n-p'.
672
673 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
674
675         * wl-score.el (wl-score-headers): Don't use
676         elmo-folder-do-each-message-entity.
677
678         * Version number is increased to 2.11.15.
679
680 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
681
682         * wl-summary.el (wl-summary-delete-all-msgs): Use
683         elmo-folder-move-messages instead of elmo-folder-delete-messages
684         and elmo-folder-detach-messages.
685         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
686
687         * wl-expire.el (wl-expire-delete): Ditto.
688         (wl-expire-refile-with-copy-reserve-msg): Ditto.
689
690 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
691
692         * wl-vars.el (wl-message-use-header-narrowing): New user option.
693         (wl-message-header-narrowing-fields): Ditto.
694         (wl-message-header-narrowing-lines): Ditto.
695         (wl-message-header-narrowing-string): Ditto.
696
697         * wl-summary.el (wl-summary-mode-map): Bind
698         wl-summary-toggle-header-narrowing to "C-cC-f".
699         (wl-summary-toggle-header-narrowing): New function.
700
701         * wl-message.el (wl-message-buffer-create): Call
702         wl-message-header-narrowing-setup.
703         (wl-message-redisplay): Call wl-message-header-narrowing.
704         (wl-message-header-narrowing): New function.
705         (wl-message-header-narrowing-map): New keymap.
706         (wl-message-header-narrowing-widen-map): New keymap.
707         (wl-message-header-narrowing-again-at-mouse): New function.
708         (wl-message-header-narrowing-1): Ditto.
709         (wl-message-header-narrowing-widen-at-mouse): Ditto.
710         (wl-message-header-narrowing-setup): Ditto.
711         (wl-message-header-narrowing-toggle): Ditto.
712         
713         * wl-highlight.el (wl-message-header-narrowing-face): New face.
714
715         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
716         'flag as all.
717         (wl-use-flag-folder-help-echo): New user option.
718
719         * wl-summary.el (wl-summary-detect-mark-position): Bind 
720         wl-summary-highlight as nil.
721         (wl-summary-set-mark-modified): Follow the API change.
722         (wl-summary-mark-modified-p): Ditto.
723         (wl-summary-mark-as-read-all): Ditto.
724         (wl-summary-sync-marks): Don't call
725         elmo-folder-list-messages-with-global-mark.
726         (wl-summary-mark-as-read-internal): Follow the API change.
727         (wl-summary-mark-as-answered-internal): Ditto.
728         (wl-summary-mark-as-important): Cause an error when 'flag folder;
729         Follow the API change.
730         (wl-summary-create-line): Call with number argument.
731         (wl-summary-reply): Follow the API change.
732
733         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
734         function.
735         (wl-highlight-summary-line-string): Call it when
736         wl-use-flag-folder-help-echo is non-nil.
737         (wl-highlight-summary-current-line): Ditto.
738         (elmo-flag-folder-referrer): Added autoload setting.
739
740         * wl-draft.el (wl-draft-kill): Follow the API change.
741
742         * Version number is increased to 2.11.14.
743         
744 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
747
748 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * Version number is increased to 2.11.13.
751
752 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-draft.el (wl-draft-previous-history-element): Fixed
755         unbalanced parenthesis and bind unbound local variables.
756
757 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
758
759         * wl-draft.el (wl-draft-previous-history-element): New function.
760         (wl-draft-next-history-element): Ditto.
761         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
762         them to M-p and M-n.
763
764 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * Version number is increased to 2.11.12.
767
768 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
769
770         * wl-draft.el (wl-draft-hide): Select buffer-window.
771
772 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
773
774         * wl-summary.el (wl-summary-narrow-to-region): New function.
775         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
776         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
777         (wl-summary-save-region): Use it.
778         * wl-action.el (wl-summary-collect-numbers-region)
779         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
780
781 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
782
783         * wl-folder.el (wl-folder-count-incorporates): Don't use
784         `elmo-msgdb-mark-load'
785
786         * Version number is increased to 2.11.11.
787
788 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
789
790         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
791         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
792
793 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
794
795         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
796
797 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
798
799         * Version number is increased to 2.11.10.
800
801 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-mime.el (wl-draft-attribute-value): Fixed.
804
805 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
806
807         * wl-util.el (wl-copy-local-variables): New function.
808
809         * wl-mime.el (wl-draft-attribute-recipients): New function.
810         (wl-draft-attribute-envelope-from): Ditto.
811         (wl-draft-attribute-smtp-posting-server): Ditto.
812         (wl-draft-attribute-smtp-posting-port): Ditto.
813         (wl-draft-attribute-value): Ditto.
814         (wl-draft-preview-message): Use it to get value for
815         attributes. Reflect result of `wl-draft-config'.
816
817         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
818         and call `wl-summary-mark-as-read' before to call
819         `wl-summary-unset-mark'.
820         (wl-summary-target-mark-mark-as-unread): Likewise.
821         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
822
823 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
824
825         * wl-mime.el (wl-draft-preview-message): Use actual value for
826         attributes; Fix for small window.
827
828 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-refile.el (wl-refile-get-field-value): Call
831         `elmo-message-entity-field' with 3rd argument is non-nil.
832
833 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
834
835         * wl-vars.el (wl-draft-preview-attributes): New user option.
836         (wl-draft-preview-attributes-list): Ditto.
837         (wl-draft-preview-attributes-buffer-lines): Ditto.
838         (wl-draft-preview-attributes-buffer-name): Ditto.
839
840         * wl-mime.el (wl-draft-preview-message): Display attributes.
841
842 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
843
844         * wl-summary.el (wl-summary-detect-mark-position): Bind
845         wl-summary-flag-priority-list to '(new).
846
847 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
848
849         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
850         funtion.
851         (wl-highlight-summary-line-string): Use it.
852         (wl-highlight-summary-current-line): Ditto.
853
854 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
855
856         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
857         line even when the mark string is not changed.
858
859         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
860         argument change in the wl-summary-create-line.
861         (wl-thread-insert-entity-sub): Ditto.
862
863         * wl-summary.el (wl-summary-detect-mark-position): Follow the
864         argument change in the wl-summary-create-line.
865         (wl-summary-insert-sequential): Ditto.
866         (wl-summary-update-thread): Ditto.
867         (wl-summary-persistent-mark-string): New inline function.
868         (wl-summary-message-mark): Use it.
869         (wl-summary-create-line): Abolish argument wl-persistent-mark
870         and added wl-flags, wl-cached.
871
872         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
873         mark to flags.
874         (wl-highlight-summary-current-line): Decide the face not by the 
875         persistent mark but flags.
876
877 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
880         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
881         wl-summary-read-uncached-mark): Revive.
882         (wl-summary-answered-cached-mark,
883         wl-summary-answered-uncached-mark): New user option.
884         (wl-summary-score-marks): Follow the change above.
885         (wl-summary-auto-refile-skip-marks): Ditto.
886         (wl-summary-incorporate-marks): Ditto.
887         (wl-summary-expire-reserve-marks): Ditto.
888         (wl-summary-flag-priority-list): New user option.
889
890         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
891         changes.
892         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
893         of elmo-message-mark.
894         (wl-summary-mark-as-read-internal): Ditto.
895         (wl-summary-mark-as-answered): Ditto.
896         (wl-summary-mark-as-important): Ditto.
897         (wl-summary-redisplay-internal): Ditto.
898         (wl-summary-redisplay-no-mime-internal): Ditto.
899         (wl-summary-message-mark): New function.
900         (wl-summary-insert-sequential): Use wl-summary-message-mark
901         instead of elmo-message-mark.
902         (wl-summary-update-thread): Ditto.
903         (wl-summary-persistent-mark): Ditto.
904         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
905         instead of elmo-message-mark.
906
907         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
908         wl-summary-message-mark instead of elmo-message-mark.
909         (wl-thread-insert-entity-sub): Ditto.
910         (wl-thread-get-children-msgs-uncached): Ditto.
911
912         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
913         variable name changes.
914         (wl-highlight-summary-current-line): Ditto.
915
916         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
917         wl-summary-message-mark instead of elmo-message-mark.
918
919         * wl-expire.el (wl-expire-message-p): Ditto.
920
921         * wl-score.el (wl-score-headers): Ditto.
922
923         * Version number is increased to 2.11.9.
924
925         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
926         (wl-summary-sync-update): Follow the change above.
927         (wl-summary-switch-to-clone-buffer): Ditto.
928         (wl-summary-open-folder): Ditto.
929
930 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
931
932         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
933         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
934
935         * Version number is increased to 2.11.8.
936
937         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
938
939         * wl-expire.el (wl-expire-refile): Follow the API change on
940         `elmo-folder-move-messages'.
941         (wl-expire-refile-with-copy-reserve-msg): Ditto.
942
943         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
944         (wl-summary-exec-action-refile): Ditto.
945         (wl-summary-exec-action-copy): Ditto.
946         (wl-summary-no-auto-refile-message-p): No use
947         `wl-summary-buffer-msgdb'.
948         (wl-summary-auto-refile): Ditto.
949
950 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
951
952         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
953
954 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
955
956         * wl-summary.el (wl-summary-sync): Treat no-sync.
957
958         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
959         (wl-default-sync-range): Ditto.
960
961 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
962
963         * wl-refile.el (wl-refile-subject-learn): Call
964         `elmo-message-entity-field' with 3rd argument is non-nil.
965         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
966         instead of `elmo-msgdb-overview-entity-get-subject'.
967
968 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
969
970         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
971         scan-type is rescan.
972         (wl-summary-delete-all-temp-marks): Remove scored mark too when
973         new optional argument force is non-nil.
974         (wl-summary-save-view-cache): Call it with force argument non-nil.
975
976         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
977
978 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
979
980         * wl-action.el (wl-summary-print-argument): Fixed last change.
981
982 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
983
984         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
985         simplified.
986         (wl-summary-target-mark-mark-as-unread): Likewise.
987         (wl-summary-target-mark-mark-as-important): Likewise.
988
989 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
990
991         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
992         * wl-summary.el (wl-summary-mark-as-important): Arranged.
993         (wl-summary-mark-as-important-region): Change accordingly.
994         (wl-summary-target-mark-mark-as-important): Ditto.
995
996 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
999
1000         * wl-action.el (wl-summary-print-argument): Print argument to
1001         right side of window if `wl-summary-print-argument-within-window'
1002         is non-nil.
1003
1004 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1005
1006         * wl-action.el (wl-summary-set-mark): Use
1007         `wl-summary-message-visible-p' to check visibility of the message
1008         and jump to message only when the message line is visible and have
1009         different number; Call wl-summary-unset-mark with number argument.
1010         (wl-summary-unset-mark): 
1011         Use `wl-summary-message-visible-p'
1012         to check visibility of the message and jump to message only when
1013         the message line is visible and have different number;
1014
1015 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1016
1017         * Version number is increased to 2.11.7.
1018
1019         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1020         and wl-folder-summary-line-format.
1021
1022         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1023         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1024         (wl-summary-set-score-mark): Use it.
1025         (wl-summary-target-mark-mark-as-read): Ditto.
1026         (wl-summary-target-mark-mark-as-unread): Ditto.
1027         (wl-summary-target-mark-mark-as-important): Ditto.
1028         (wl-summary-target-mark-msgs): Simplified.
1029         (wl-summary-detect-mark-position): Fixed problem when
1030         summary-line-format no contain persisten/temp mark spec.
1031         (wl-summary-temp-mark): Ditto.
1032         (wl-summary-persistent-mark): Ditto.
1033         (wl-summary-update-persistent-mark): Ditto.
1034
1035         * wl-action.el (wl-summary-set-mark): Ditto.
1036         (wl-summary-unset-mark): Ditto.
1037         All other related portions are changed.
1038
1039 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1040
1041         * Version number is increased to 2.11.6.
1042
1043 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1044
1045         * wl-util.el (wl-current-message-buffer): Define as function;
1046         Don't use the value of wl-messge-buffer.
1047
1048         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1049         persistent mark.
1050
1051         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1052         no current message, cause an error.
1053
1054 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1055
1056         * wl-summary.el (wl-summary-set-message-modified): Use
1057         elmo-folder-set-message-modified instead of
1058         elmo-folder-set-message-modified-internal.
1059
1060 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1063         interactively.
1064         (wl-summary-sync): nokill->entirely.
1065         (wl-summary-sync-marks): Fixed message.
1066         (wl-summary-input-range): Added mark, nokill->entirely.
1067
1068         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1069         messages as read.
1070
1071 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1072
1073         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1074         update-noscore.
1075         (wl-summary-sync): Follow the change above.
1076
1077 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl-action.el (wl-summary-target-mark-all): Use
1080         elmo-folder-list-messages.
1081
1082 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1083
1084         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1085         (wl-summary-rescan): Set wl-summary-scored as nil.
1086         (wl-summary-sync-force-update): Follow the change above.
1087         (wl-summary-sync): Ditto.
1088         (wl-summary-sync-update): Added argument disable-killed.
1089         (wl-summary-insert-headers): Set visible-only argument for
1090         elmo-folder-list-messages.
1091         (wl-summary-input-range): Added update-nokill, update-noscore,
1092         all-nokill, all-noscore and mark.
1093
1094         * Version number is increased to 2.11.5.
1095
1096         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1097
1098 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1099
1100         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1101         (wl-summary-prefetch-region-no-mark): Change accordingly.
1102         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1103
1104 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1105
1106         * wl-address.el (wl-complete-field-to): Abolished.
1107         (wl-complete-address): Completion function for completing-read.
1108         * wl-action.el (wl-summary-get-resend-address): Use it.
1109
1110         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1111         wl-summary-update-mark and abolish unused argument.
1112         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1113         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1114         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1115         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1116         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1117         * wl-draft.el (wl-draft-kill): Ditto.
1118
1119         * wl-summary.el: Remove unused binding of case-fold-search.
1120         (wl-summary-replace-status-marks): Abolished.
1121
1122 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1123
1124         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1125         is specified or folder length is zero.
1126
1127 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1128
1129         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1130         (wl-folder-archive-current-entity): Ditto.
1131
1132 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1133
1134         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1135         retrieving message mark.
1136         (wl-summary-redisplay-internal): Ditto.
1137
1138         * wl-message.el (wl-message-buffer-display): Ignore errors while
1139         retrieving message-id field.
1140
1141         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1142         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1143         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1144         order of the arguments for `wl-expire-message-p'.
1145         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1146
1147         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1148         Check return value of wl-summary-reply.
1149         (wl-summary-reply): Recover window configuration when an error occured.
1150
1151 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1152
1153         * wl-summary.el (wl-summary-resend-message): Abolished, the
1154         feature is inherited by wl-summary-resend (put resend mark).
1155
1156 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1157
1158         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1159         wl-message-buffer to nil when the message is hide.
1160
1161 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1162
1163         * .cvsignore: New file.
1164
1165 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1166
1167         * wl-action.el (wl-summary-action-docstring): Add more info.
1168         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1169         duplicate definition.
1170         (wl-summary-define-mark-action): Functions wl-summary-*-region
1171         keep current position.
1172         (wl-summary-unregister-target-mark): Store result to the variable.
1173
1174 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1175
1176         * Version number is increased to 2.11.4.
1177
1178 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1179
1180         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1181         wl-summary-delete-all-temp-marks.
1182         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1183
1184         * wl-action.el (wl-summary-set-mark): Changed terminology
1185         refile-destination -> action-argument.
1186         (wl-summary-unset-mark): Ditto.
1187         (wl-summary-remove-argument): Ditto.
1188         (wl-summary-print-argument): Ditto.
1189
1190         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1191         (wl-thread-remove-argument-region): Ditto.
1192         (wl-thread-print-argument-region): Ditto.
1193         (wl-thread-close): Ditto.
1194         (wl-thread-open): Ditto.
1195
1196         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1197         (wl-highlight-refile-destination-face is abolished)
1198         (wl-highlight-action-argument-string): Ditto.
1199         (wl-highlight-summary-current-line): Highlight action argument.
1200
1201         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1202         color for light backgrounds.
1203         (wl-highlight-summary-answered-face): Ditto.
1204
1205 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1206
1207         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1208
1209         * wl-score.el (wl-summary-score-update-all-lines): Use
1210         wl-summary-set-mark.
1211         (wl-summary-score-update-all-lines): Kill expunged messages.
1212
1213         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1214
1215 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1216
1217         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1218         directly.
1219         (wl-score-overview-entity-get-lines): Ditto.
1220         (wl-score-overview-entity-get-xref): Ditto.
1221         (wl-score-get-latest-msgs): Ditto.
1222         (wl-summary-rescore): Ditto.
1223
1224         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1225         to "&".
1226         (wl-summary-mark-as-answered-internal): New inline function.
1227         (wl-summary-mark-as-answered): New function.
1228         (wl-summary-mark-as-unanswered): Ditto.
1229         (wl-summary-sync-marks): Modified for answered-mark synching.
1230
1231 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1232
1233         * wl-action.el (wl-summary-set-mark): Fixed last change.
1234
1235 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1236
1237         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1238         behavior of wl-summary-unread-message-hook
1239         (Pointed out by akira yamada <akira@arika.org>).
1240
1241 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1244         wl-summary-delete.
1245         * wl-xmas.el (wl-summary-toolbar): Ditto.
1246
1247         * wl-action.el (wl-summary-set-mark): Don't override current
1248         temp-mark.
1249
1250         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1251
1252 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1253
1254         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1255         (wl-refile-msgid-learn): Ditto.
1256         (wl-refile-get-field-value): Ditto.
1257
1258         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1259
1260         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1261         (wl-expire-delete-reserved-messages): Renamed from
1262         wl-expire-reserve-marked-msgs-from-list.
1263         (wl-expire-delete): Removed argument `msgdb'.
1264         (wl-expire-refile): Ditto.
1265         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1266         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1267         mark-alist as argument.
1268         (wl-expire-archive-number1): Removed argument `msgdb'.
1269         (wl-expire-archive-number2): Ditto.
1270         (wl-expire-archive-date): Ditto.
1271         (wl-expire-localdir-date): Ditto.
1272         (wl-expire-hide): Ditto.
1273         (wl-archive-number1): Ditto.
1274         (wl-archive-number2): Ditto.
1275         (wl-archive-date): Ditto.
1276         (wl-archive-folder): Ditto.
1277         All other related portions are changed.
1278
1279 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1280
1281         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1282         mean move up and down. (suggested by Takashi Kawachi)
1283
1284 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1285
1286         * wl-acap.el (toplevel): Don't require un-define.
1287
1288 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1289
1290         * wl-thread.el (wl-thread-delete-message): Always update
1291         wl-summary-buffer-number-list.
1292
1293         * wl-action.el (wl-summary-print-destination): 
1294         Do nothing when folder is nil.
1295
1296 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1297
1298         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1299         persistent mark when prefetch is succeeded.
1300
1301 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1302
1303         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1304         instead of elmo-msgdb-delete-msgs.
1305         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1306         (wl-expire-hide): Ditto.
1307
1308         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1309
1310         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1311         elmo-msgdb interface.
1312         (wl-thread-get-exist-children): Likewise.
1313         (wl-thread-insert-message): Likewise.
1314         (wl-thread-msg-mark-as-important): Likewise.
1315         (wl-thread-insert-entity-sub): Likewise.
1316         (wl-thread-get-children-msgs-uncached): Likewise.
1317
1318         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1319         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1320         (wl-summary-sync-update): Likewise.
1321         (wl-summary-auto-select-msg-p): Likewise.
1322         (wl-summary-update-thread): Likewise.
1323         (wl-summary-mark-as-important): Likewise.
1324         (wl-summary-jump-to-msg-internal): Likewise.
1325         (wl-summary-redisplay-internal): Likewise.
1326         (wl-summary-print-message-with-ps-print): Likewise.
1327         (wl-summary-folder-info-update): Likewise.
1328
1329         * wl-folder.el (wl-folder-check-one-entity):
1330         elmo-folder-count-flags instead of wl-summary-count-unread.
1331
1332         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1333
1334         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1335
1336         * wl-summary.el (wl-summary-set-message-modified): 
1337         Call wl-summary-set-mark-modified.
1338         (wl-summary-delete-messages-on-buffer): Call
1339         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1340         (wl-summary-sync-update): Call elmo-folder-length instead of
1341         elmo-folder-messages.
1342         (wl-summary-insert-headers): Don't call
1343         elmo-folder-list-message-entities.
1344
1345 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1346
1347         * wl-action.el (wl-summary-define-mark-action): Call
1348         `wl-summary-set-mark' with argument `data'.
1349         (wl-summary-auto-refile): Fixed order of arguments when call
1350         `wl-summary-refile'.
1351
1352 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1353
1354         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1355
1356         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1357
1358         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1359         (Renamed from wl-highlight-summary-deleted-face).
1360         (wl-highlight-summary-resend-face): New face.
1361
1362         (wl-highlight-summary-deleted-face): Renamed from
1363         wl-highlight-summary-erased-face.
1364
1365         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1366
1367         * wl-action.el (wl-summary-get-resend-address): New function.
1368         (wl-summary-exec-action-resend): Ditto.
1369         (wl-summary-exec-action-resend-subr): Ditto.
1370
1371         * w-thread.el (wl-thread-copy): Removed definition.
1372         (wl-thread-refile): Ditto.
1373         (wl-thread-delete): Ditto.
1374         (wl-thread-target-mark): Ditto.
1375
1376         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1377         (wl-summary-target-mark-set-action): Fixed.
1378         (wl-summary-define-mark-action): Fixed quotation.
1379         (wl-summary-move-mark-list-messages): Display message.
1380         (wl-summary-define-mark-action): Define thread functions.
1381         (wl-summary-exec-action-refile): Changed message.
1382         (wl-summary-exec): Ditto.
1383
1384 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1385         
1386         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1387         '%%'.
1388
1389 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1390
1391         * wl.el (toplevel): Require wl-action.
1392         (wl-init): Call wl-summary-define-mark-action.
1393
1394         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1395
1396         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1397         wl-summary-delete and wl-summary-erase.
1398         (wl-summary-mode-map): Ditto.
1399
1400         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1401         wl-delete-folder-alist.
1402
1403         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1404         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1405         (toplevel): Moved mark & action related functions to the wl-action.el.
1406
1407         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1408         in wl-summary-mark-action-list.
1409         (wl-highlight-summary-current-line): Ditto.
1410
1411         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1412         empty lines.
1413
1414         * wl-action.el: New file. 
1415
1416 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1417
1418         * wl-summary.el (wl-summary-target-mark-replace): New function.
1419         (wl-summary-target-mark-prefetch): Use it.
1420         (wl-summary-target-mark-delete): Ditto.
1421         (toplevel): Rearranged definition order.
1422         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1423         (wl-summary-target-mark-erase): Rewrite.
1424         (wl-summary-erase-region): New function.
1425         (wl-summary-exec-action-erase): Changed message.
1426         (wl-summary-move-mark-list-messages): New function.
1427         (wl-summary-exec-action-delete): Use it.
1428         (wl-summary-exec-action-erase): Ditto.
1429
1430         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1431         (wl-summary-skip-mark-list): Added "d".
1432
1433         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1434         while searching.
1435
1436         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1437         and define using defcustom;
1438         Define 4th element as a face.
1439         
1440         * wl-summary.el (wl-summary-incorporate): Use 
1441         `wl-summary-prefetch-region-no-mark' instead of
1442         `wl-summary-prefetch-region'.
1443         (wl-summary-prefetch-region-no-mark): Revival of old
1444         `wl-summary-prefetch-region'.
1445         (wl-summary-mark-action-list): Moved to wl-vars.el
1446
1447         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1448         face according to the `wl-summary-mark-action-list'.
1449         (wl-highlight-summary-current-line): Ditto;
1450         Removed destination highlighting.
1451
1452         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1453         (wl-highlight-summary-line-string): Highlight for "i" mark.
1454         (wl-highlight-summary-current-line): Ditto.
1455
1456         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1457         no destination.
1458
1459         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1460         exists, just go ahead.
1461         (wl-summary-prefetch-region): Rewrite.
1462         (wl-summary-prefetch): Ditto.
1463         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1464         (wl-summary-exec-action-prefetch): New function.
1465         (wl-summary-target-mark-prefetch): Rewrite.
1466
1467 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1468
1469         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1470         (wl-highlight-summary-line-string): Added "d" and "D".
1471         (wl-highlight-summary-current-line): Ditto.
1472
1473         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1474         in wl-summary.el.
1475         (wl-thread-insert-entity-sub): Ditto.
1476         (wl-thread-remove-destination-region): Ditto.
1477         (wl-thread-print-destination-region): Ditto.
1478
1479         * wl-summary.el (wl-summary-buffer-refile-list,
1480         wl-summary-buffer-delete-list,
1481         wl-summary-buffer-copy-list): Abolish.
1482         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1483         All other related portions are changed.
1484         (wl-summary-mark-action-list): New variable.
1485         (wl-summary-set-mark): New function.
1486         (wl-summary-register-target-mark): Ditto.
1487         (wl-summary-unregister-target-mark): Ditto.
1488         (wl-summary-have-target-mark-p): Ditto.
1489         (wl-summary-register-temp-mark): Ditto.
1490         (wl-summary-unregister-temp-mark): Ditto.
1491         (wl-summary-registered-temp-mark): Ditto.
1492         (wl-summary-collect-temp-mark): Ditto.
1493         (wl-summary-unset-mark): Ditto.
1494         (wl-summary-set-target-mark): Ditto.
1495         (wl-summary-unset-target-mark): Ditto.
1496         (wl-summary-set-action-generic): Ditto.
1497         (wl-summary-unset-action-generic): Ditto.
1498         (wl-summary-exec-action-delete): Ditto.
1499         (wl-summary-exec-action-erase): Ditto.
1500         (wl-summary-set-action-refile): Ditto.
1501         (wl-summary-set-action-refile-subr): Ditto.
1502         (wl-summary-unset-action-refile): Ditto.
1503         (wl-summary-make-destination-numbers-list): Ditto.
1504         (wl-summary-exec-action-refile): Ditto.
1505         (wl-summary-set-action-copy): Ditto.
1506         (wl-summary-unset-action-copy): Ditto.
1507         (wl-summary-exec-action-copy): Ditto.
1508         (wl-summary-collect-numbers-region): Ditto.
1509         (wl-summary-delete): Rewrite.
1510         (wl-summary-erase): Ditto.
1511         (wl-summary-remove-destination): Ditto.
1512         (wl-summary-exec): Ditto.
1513         (wl-summary-exec-region): Ditto.
1514         (wl-summary-target-mark-erase): Ditto.
1515         (wl-summary-refile): Ditto.
1516         (wl-summary-copy): Ditto.
1517         (wl-summary-unmark): Ditto.
1518         (wl-summary-delete-all-mark): Ditto.
1519         (wl-summary-mark-line): Don't highlight.
1520         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1521         (wl-summary-target-mark-refile-subr): Rewrite.
1522
1523         (wl-summary-copy-prev-destination): Abolish.
1524
1525 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1526
1527         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1528         default values along the value of wl-on-mule.
1529         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1530         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1531         It is not used anywhere.
1532
1533 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1534
1535         * wl-summary.el (wl-summary-print-destination): Keep position.
1536         (wl-summary-cursor-move-surface): Keep horizontal position.
1537
1538 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1539
1540         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1541         write sendlog.
1542
1543 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1544
1545         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1546         `wl-summary-highlight'.
1547
1548 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1551         trivial condition for temp-mark.
1552
1553 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1554
1555         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1556         when it hits killed buffer.
1557
1558 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1559
1560         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1561         * wl-news.el.in: `message' and `error' take format string.
1562
1563 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1564
1565         * wl-folder (wl-folder-insert-entity): Display a message,
1566         `...done', when the work finish.
1567         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1568
1569 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1570
1571         * wl-message.el (wl-message-redisplay): Remove unused local
1572         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1573
1574 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1575
1576         * wl-summary.el (wl-summary-replace-status-marks): Disable
1577         interactive use.
1578         (wl-summary-reedit): Check message existence at first.
1579         (wl-summary-mark-line): Fix doc, return value is indefinite.
1580
1581         * wl-highlight.el (wl-highlight-message): Arranged.
1582
1583         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1584         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1585         check temp-mark by wl-summary-temp-mark always.
1586         (wl-highlight-summary): Change accordingly.
1587         * wl-summary.el (wl-summary-mark-as-read-all)
1588         (wl-summary-delete-cache, wl-summary-set-score-mark)
1589         (wl-summary-mark-as-unread, wl-summary-unmark)
1590         (wl-summary-mark-line, wl-summary-mark-as-read)
1591         (wl-summary-mark-as-important): Ditto.
1592
1593         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1594         end of the window if possible.
1595         * wl-summary.el (wl-summary-sync-update): Support lazy
1596         highlighting.
1597         (wl-summary-toggle-disp-msg): Ditto.
1598
1599 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1600
1601         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1602
1603 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1604
1605         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1606         change.
1607
1608 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1609
1610         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1611         API.
1612         (wl-summary-sync-update): Ditto.
1613
1614         * wl-score.el (wl-score-get-score-alist): Changed argument.
1615         (wl-summary-rescore-msgs): Likewise.
1616         (wl-summary-score-headers): Likewise.
1617         (wl-score-headers): Likewise;
1618         Use elmo-folder-do-each-message-entity, etc.
1619         (wl-summary-score-effect): Follow the changes above.
1620         (wl-summary-rescore): Ditto.
1621         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1622         (wl-score-get-overview): Abolish.
1623
1624         * wl-summary.el (wl-summary-default-from): Follow the API change in
1625         elmo-msgdb.
1626         (wl-summary-count-unread): Ditto.
1627         (wl-summary-detect-mark-position): Ditto.
1628         (wl-summary-overview-entity-compare-by-date): Ditto.
1629         (wl-summary-overview-entity-compare-by-number): Ditto.
1630         (wl-summary-overview-entity-compare-by-from): Ditto.
1631         (wl-summary-overview-entity-compare-by-subject): Ditto.
1632         (wl-summary-get-list-info): Ditto.
1633         (wl-summary-rescan): Ditto.
1634         (wl-summary-jump-to-msg-by-message-id): Ditto.
1635         (wl-summary-sync-update): Ditto; Removed comment.
1636         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1637         (wl-summary-insert-message): Use wl-summary-insert
1638         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1639         (wl-summary-insert-headers): Changed argument overview to folder.
1640         (wl-summary-search-by-subject): Likewise.
1641         (wl-summary-insert-thread): Renamed from 
1642         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1643
1644         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1645         too.
1646
1647         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1648         wl-string-member.
1649
1650 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1653         elmo-folder-append-buffer.
1654         (wl-draft-queue-append): Likewise.
1655
1656         * wl-mime.el (wl-message-delete-current-part): Ditto.
1657         (wl-summary-burst-subr): Ditto.
1658
1659         * wl-news.el.in (wl-news-send-news): Ditto.
1660
1661 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1662
1663         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1664         function.
1665         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1666         (wl-summary-update-mark): Enclose with save-excursion.
1667         (wl-summary-mark-as-read-internal): Fixed last change.
1668         (wl-summary-mark-as-important): Use 3rd argument of
1669         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1670         Don't use elmo-msgdb-set-mark.
1671         (wl-summary-redisplay-internal): If msgdb flag is already read,
1672         just update the mark on buffer.
1673
1674 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1675
1676         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1677         cut visible folder when elmo-folder-delete returns non-nil value.
1678
1679 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1680
1681         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1682         by Kenichi OKADA <okada@opaopa.org>).
1683
1684 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1685
1686         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1687
1688 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1689
1690         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1691         Fixed the last change, search group entity by its real name.
1692         (Thanks to: KOBAYASHI Shinji)
1693
1694 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1695
1696         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1697         (wl-fldmgr-access-display-all): Don't refer visible name.
1698         * wl-expire.el (wl-folder-archive-current-entity)
1699         (wl-folder-expire-current-entity): Ditto.
1700         * wl-folder.el (wl-folder-jump-to-current-entity)
1701         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1702         (wl-folder-open-folder-sub,wl-folder-open-all)
1703         (wl-folder-write-current-folder): Ditto.
1704         (wl-folder-insert-entity): Don't use petname for normal group.
1705         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1706         is the real name.
1707         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1708         Abolished.
1709
1710 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1711
1712         * wl-draft.el (wl-draft-create-buffer): Add
1713         `wl-summary-reply-with-citation'
1714
1715 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1716
1717         * wl-draft.el (wl-draft-reply): Fixed.
1718
1719 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1720
1721         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1722         when `wl-draft-send-confirm-with-preview' is non-nil.
1723         You can scroll up/down by j/k.
1724         (wl-draft-send-confirm-with-preview): New variable (default=t).
1725
1726 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1727
1728         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1729         (wl-fldmgr-save-folders): Fix comment.
1730
1731 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1732
1733         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1734         along the last change in `wl-folder-buffer-group-p'.
1735
1736 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1737
1738         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1739         folder.
1740
1741         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1742         the default value.
1743
1744         * wl-mime.el (wl-summary-burst): Update summary only when target
1745         folder equals current folder.
1746
1747 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1748
1749         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1750
1751 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1752
1753         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1754         value.
1755
1756 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1757
1758         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1759         `map-extents' instead of `extent-at' repeatedly.
1760         (wl-highlight-folder-current-line): Ditto.
1761
1762         * wl-highlight.el: Remove useless dummy functions.
1763
1764 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1765
1766         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1767         (wl-folder-put-folder-property): New function to put text property.
1768         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1769         (wl-folder-insert-entity, wl-folder-update-diff-line)
1770         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1771         * wl-e21.el, wl-xmas.el, wl-mule.el
1772         (wl-highlight-folder-current-line): Ditto.
1773         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1774         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1775         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1776         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1777
1778 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1779
1780         * Version number is increased to 2.11.3.
1781
1782 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1783
1784         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1785         Resume current-buffer since it is assumed by remaining tasks.
1786
1787 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1788
1789         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1790         (wl-folder-completion-function): Abolished.
1791         (wl-folder-complete-folder): New function.
1792         (wl-folder-complete-filter-condition): Ditto.
1793         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1794         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1795
1796 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1797
1798         * wl-draft.el (wl-draft-send-confirm): New function.
1799         (wl-draft-send): Use it.
1800
1801         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1802         cursor-in-echo-area while confirming.
1803
1804         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1805
1806         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1807         searching via nntp if wl-summary-search-via-nntp is 'force.
1808         Otherwise, invoke searching in nntp folder only.
1809         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1810
1811         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1812         explicitly for mime-make-text-tag.
1813
1814 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1815
1816         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1817         `mime-make-text-tag' instead of `mime-create-tag'.
1818
1819 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1820
1821         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1822         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1823
1824 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1825
1826         * wl-score.el (wl-score-save): Bind print-length and print-level.
1827         (wl-score-pretty-print): Ditto.
1828         (wl-score-edit-insert-header-entry): Ditto.
1829
1830         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1831         "From" entry to be treated with wl-draft-eword-encode-address-list.
1832         * wl-mime.el (wl-draft-preview-message): Ditto.
1833
1834         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1835         (wl-summary-mark-as-unread): Ditto.
1836         (wl-summary-mark-as-read-region): Change accordingly.
1837         (wl-summary-mark-as-unread-region): Ditto.
1838         (wl-summary-target-mark-mark-as-read): Ditto.
1839         (wl-summary-target-mark-mark-as-unread): Ditto.
1840
1841 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1842
1843         * Version number is increased to 2.11.2.
1844
1845 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1846
1847         * wl-news.el.in (wl-news-previous-version-save): Bind
1848         print-length and print-level.
1849         * wl-thread.el (wl-thread-save-entities): Ditto.
1850         (wl-thread-save-top-list): Bind print-length.
1851
1852 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1853
1854         * wl-highlight.el (wl-highlight-summary-line-string): Use
1855         wl-summary-score-below-mark, wl-summary-score-over-mark.
1856         (wl-highlight-summary-current-line): Ditto.
1857
1858 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1859
1860         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1861         insert it.
1862
1863 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1864
1865         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1866
1867 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1868
1869         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1870         message without msgid.
1871         Rewrite with elmo-folder-move-messages.
1872         Set wl-message-buffer to nil.
1873
1874         * wl-summary.el (wl-summary-erase-subr): New function. Use
1875         elmo-folder-move-messages.
1876         (wl-summary-erase): Call it.
1877         (wl-summary-target-mark-erase): Ditto.
1878
1879 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1880
1881         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1882         it is not up-tp-date.
1883
1884 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1885
1886         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1887         buffer after calling `wl-summary-goto-folder-subr' without the
1888         argument `interactive'.
1889         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1890
1891 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1892
1893         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1894         `mime-create-tag'. Use `string=' instead of `looking-at'.
1895
1896 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1897
1898         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1899         to avoid compile warning.
1900
1901         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1902         entity-id when folder is given.
1903         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1904         save-excursion, use save-selected-window instead.
1905         Select folder buffer window if exists.
1906         (To correct behavior with wl-folder-move-cur-folder.)
1907
1908 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1909
1910         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1911
1912 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1913
1914         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1915         list-count instead of %d.
1916
1917 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1918
1919         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1920         (wl-news): Set it.
1921         (wl-news-append-to-folder): Use it.
1922
1923         * wl-news.el.in (wl-news-send-news): Append to specified folder
1924         instead of wl-default-folder.
1925         (wl-news-append-to-folder): Show error message with specified folder.
1926
1927         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1928                 In most major modes, Emacs assumes that any opening
1929                 delimiter found at the left margin is the start of a
1930                 top-level definition, or defun. Therefore, *never put an
1931                 opening delimiter at the left margin unless it should have
1932                 that significance.*
1933
1934         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1935
1936 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1937
1938         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1939
1940 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1941
1942         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1943
1944 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1945
1946         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1947         for sequential numbering case.
1948
1949 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1950
1951         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1952         value.
1953         (wl-draft-reply-without-argument-list): Ditto.
1954         (wl-draft-reply-myself-with-argument-list): Abolish.
1955         (wl-draft-reply-myself-without-argument-list): Ditto.
1956         * wl-draft.el (wl-draft-self-reply-p): New function.
1957         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1958
1959 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1960
1961         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1962         (avoid error for the case without byte-compiling)
1963
1964 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1965
1966         * wl-news.el.in (wl-news-append-to-folder): New function.
1967         (wl-news-exit): Rewrite.
1968         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1969
1970 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1971
1972         * wl-draft.el (wl-draft-reply-position): New function.
1973         (wl-draft-reply-position): Fix.
1974         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1975         (wl-summary-target-mark-reply-with-citation): Ditto.
1976         (wl-summary-reply-with-citation): Ditto.
1977         * wl-vars.el (wl-draft-reply-default-position): New variable.
1978
1979 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1980
1981         * wl-draft.el (wl-draft-send): Preview when interactive send.
1982
1983 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1984
1985         * wl-draft.el (wl-draft-reply): Set default position.
1986         * wl-summary.el (wl-summary-reply): Ditto.
1987         (wl-summary-reply-with-citation): Ditto.
1988         (wl-summary-target-mark-reply-with-citation): Ditto.
1989
1990 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1991
1992         * wl-news.el.in (wl-news-lang): Set default value according to
1993         current-language-environment.
1994         (wl-news-append-news): Do nothing when news-list is nil.
1995
1996 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1997
1998         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1999         (wl-news): Change message.
2000         (wl-news-exit): Check buffer.
2001         (wl-news-force-exit): New function.
2002         (wl-news-show-all): New function.
2003         (wl-news-discard-and-exit): Fix.
2004
2005 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2006
2007         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2008         according to current-language-environment.
2009
2010         * wl-news.el.in (wl-news): If arg, show all NEWS after
2011         wl-news-default-previous-version.
2012
2013 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2014
2015         * wl-news.el.in (wl-news-check): Rewritten.
2016         (wl-news-previous-version-load): Change data type.
2017         (wl-news-previous-version-save): Change data type.
2018         (wl-news-append-news): Add return value.
2019         (wl-news-check-news): New function.
2020         (wl-news-already-current-p): New function.
2021         (wl-news-send-news): Rewritten.
2022         (wl-news-mode-map): Add new keybind.
2023         (wl-news): Rewritten.
2024         (wl-news-exit): Rewritten.
2025         (wl-news-discard-and-mail): New function.
2026         (wl-news-send-to-address): Abolished.
2027         * wl.el (wl-init): Delete a message.
2028
2029 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2030
2031         * wl-news.el.in (wl-news-exit): Update previous version.
2032         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2033
2034 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2035
2036         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2037
2038 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2039
2040         * wl-news.el.in (wl-news): New function.
2041         (wl-news-mode): New function.
2042         (wl-news-next-line): New function.
2043         (wl-news-next-page): New function.
2044         (wl-news-exit): New function.
2045         (wl-news-buf-name): New variable.
2046         (wl-news-mode-map): New variable.
2047         (wl-news-winconf): New variable.
2048         (wl-news-append-news): Add an option.
2049
2050 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2051
2052         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2053
2054 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2055
2056         * wl-news.el.in (wl-news-send-to-address): New variable.
2057         (wl-news-send-news): Use it.
2058         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2059         Return updating status.
2060         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2061
2062 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2063
2064         * wl-news.el.in (wl-news-send-news): Delete
2065         Organization and X-Face.
2066
2067 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2068
2069         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2070         (wl-news-append-news): New function.
2071         (wl-news-send-news): New function.
2072
2073 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2074
2075         * Version number is increased to 2.11.1.
2076
2077 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2078
2079         * wl-news.el.in : New file.
2080
2081 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2082
2083         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2084         default value.
2085         (wl-draft-reply-without-argument-list): Ditto.
2086
2087 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2088
2089         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2090         (wl-message-buffer-prefetch-idle-time): Ditto.
2091         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2092
2093 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2094
2095         * wl-thread.el (wl-thread-insert-message): Use
2096         wl-summary-max-thread-depth.
2097
2098         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2099         loop detection.
2100
2101         * wl-message.el (wl-message-buffer-display): Back to the first page
2102         when cache is hit.
2103
2104 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2105
2106         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2107
2108         * wl-summary.el (wl-summary-insert-thread-entity):
2109         If the thread depth is reached to wl-summary-max-thread-depth,
2110         divide the thread.
2111
2112 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2113
2114         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2115         for elmo-remove-passwd.
2116
2117 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2118
2119         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2120         folder is sticky.
2121         (wl-folder-mark-as-read-all-entity): Ditto.
2122         (wl-folder-prefetch-entity): Ditto.
2123
2124 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2125
2126         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2127
2128 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2129
2130         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2131         Delete messages on buffer for unplugged operation.
2132         (wl-summary-erase): Ditto.
2133
2134 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2135
2136         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2137         take nil so as not to search parent by subject.
2138
2139 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2140
2141         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2142         (wl-folder-get-next-folder): Ditto.
2143         (wl-folder-get-path): Ditto.
2144
2145 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2146
2147         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2148         system and encode the region with it before verifying.
2149
2150 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2151
2152         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2153         system of the echo buffer before decoding.
2154
2155 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2156
2157         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2158         original contents.
2159
2160 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2161
2162         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2163         with argument 'any-exists.
2164
2165 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2166
2167         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2168         Use `wl-cs-autoconv'.
2169
2170 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2171
2172         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2173         by `mime-view-automatic-conversion'.
2174
2175         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2176         (wl-message-verify-pgp-nonmime): Ditto.
2177         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2178         Bind them to C-c:d and C-c:v respectively.
2179
2180         Merge following code by Teranishi-san from [wl-en:00167].
2181         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2182         (wl-mime-preview-application/pgp-encrypted): Ditto.
2183         (wl-mime-setup): Add entry.
2184
2185 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2186
2187         * wl-summary.el (wl-summary-target-mark-erase): New function.
2188         Bind it to "mD".
2189
2190 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2191
2192         * wl-vars.el (wl-draft-write-file-function): Fix.
2193         (wl-draft-reedit-hook): Changed default value.
2194
2195         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2196         wl-draft-reedit-hook.
2197         (wl-draft-remove-text-plain-tag): New function.
2198         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2199
2200         * wl-vars.el (wl-draft-write-file-function): New user option.
2201
2202         * wl-draft.el (wl-draft-prepare-edit): Use it for
2203         local-write-file-hooks.
2204         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2205
2206         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2207         (wl-draft-insert-mail-header-separator): Return the body beginning
2208         point.
2209         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2210         text/plain.
2211         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2212
2213 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2214
2215         * wl-summary.el (wl-summary-erase): New function to erase message
2216         without moving it to trash. Bind to "D".
2217
2218         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2219         as `keep' unless switch-function.
2220
2221 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2222
2223         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2224         message buffer by using `wl-summary-toggle-disp-msg'.
2225         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2226         buffer window.
2227         (wl-summary-supresedes-message): Ditto.
2228
2229         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2230         Do not delete other windows.
2231         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2232         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2233         (wl-draft-create-buffer): Set reply-or-forward also for target
2234         mark commands.
2235
2236 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2237
2238         * wl-draft.el (wl-user-agent-compose): Delete special case for
2239         switch-to-buffer-other-window.
2240
2241         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2242         (wl-summary-forward): Ditto.
2243
2244         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2245         function.
2246         (wl-draft-buffer-style): New use option.
2247
2248         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2249         (wl-draft): Follow the change above.
2250         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2251         wl-draft-buffer-style.
2252         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2253         switch-function.
2254
2255 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2256
2257         * wl-draft.el (wl-user-agent-compose): Delete special case for
2258         switch-to-buffer-other-window.
2259
2260         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2261         (wl-summary-forward): Ditto.
2262
2263         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2264         function.
2265         (wl-draft-buffer-style): New use option.
2266
2267         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2268         (wl-draft): Follow the change above.
2269         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2270         wl-draft-buffer-style.
2271         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2272         switch-function.
2273
2274 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2275
2276         * wl-address.el (wl-address-make-completion-entry): Extracted from
2277         `wl-address-make-completion-list'.
2278         (wl-address-enable-strict-loading): New variable.
2279         (wl-address-make-completion-list): Revive petname duplication
2280         inquiry, and enable it if `wl-address-enable-strict-loading'.
2281         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2282
2283 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2284
2285         * wl-message.el (wl-message-get-original-buffer): Avoid
2286         'Selecting deleted buffer' error when original buffer is killed.
2287
2288 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2289
2290         * wl-summary.el (wl-summary-next-message): Use
2291         elmo-message-accessible-p instead of elmo-message-cached-p.
2292
2293 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2294
2295         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2296
2297         * wl-thread.el (wl-thread-open-all-unread): Use
2298         elmo-folder-list-flagged instead of
2299         elmo-folder-list-messages-mark-match.
2300
2301         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2302         instead of elmo-folder-list-messages-mark-match.
2303         (wl-summary-move-spec-alist): New variable.
2304         (wl-summary-move-spec-plugged-alist,
2305         wl-summary-move-spec-unplugged-alist): Abolish.
2306         (wl-summary-next-message): Follow the change above.
2307         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2308         with 'no-msg' argument.
2309
2310         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2311         variable.
2312         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2313         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2314         (wl-message-buffer-prefetch-get-next): Follow the change above.
2315
2316 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2317
2318         * wl-version.el (wl-version): Changed codename.
2319
2320         * Version number is increased to 2.11.0.
2321
2322 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2323
2324         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2325         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2326         `wl-draft-config-variables'.
2327         (wl-draft-kill): Fixed problem when the draft is reedit.
2328
2329 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2330
2331         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2332         buffer-modified status (Thanks to
2333         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2334
2335 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2336
2337         * wl-util.el (wl-region-exists-p): New function.
2338
2339         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2340         Remove defvars for byte-compile warnings.
2341
2342 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2343
2344         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2345         defvar-maybe. Removed unused bind.
2346
2347 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2348
2349         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2350         summary buffer window before creating new frame.
2351         (wl-draft-reply): Ditto.
2352
2353 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2354
2355         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2356
2357 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2358
2359         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2360
2361 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2362
2363         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2364         instead of `kill-region'.
2365
2366 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2367
2368         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2369         (wl-highlight-summary-line-string): Use it.
2370         (wl-highlight-summary-current-line): Ditto.
2371
2372         * wl-mime.el (wl-message-delete-current-part): Check the class of
2373         mime-entity.
2374
2375         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2376
2377         * wl-summary.el (wl-summary-make-number-list): Initialize.
2378         (wl-summary-update-mark): New function.
2379         (wl-summary-reply): Put `answered' mark on the message.
2380         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2381
2382         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2383         (wl-draft-reply): Added optional argument `number';
2384         Set wl-draft-parent-number.
2385         (wl-draft-kill): Delete answered mark if it is a reply.
2386
2387 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2388
2389         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2390         that originates in mime-preview-follow-current-entity.
2391         (wl-draft-yank-current-message-entity): Use it if region is active.
2392
2393         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2394         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2395         `wl-message-delete-current-part'.
2396         * wl-mule.el (wl-message-define-keymap): Ditto.
2397         * wl-xmas.el (wl-message-define-keymap): Ditto.
2398
2399 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2400
2401         * wl-mime.el (wl-message-delete-current-part): New function.
2402         (wl-mime-node-id-to-string): Ditto.
2403
2404         * wl-mime.el (wl-message-delete-current-part): Use existing
2405         original buffer which corresponds current mime-view buffer.
2406         (fetched buffer might have different structure, possibly)
2407
2408         * wl-mime.el (wl-message-delete-current-part): Quit if the
2409         message content differs from the actual message.
2410
2411 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2412
2413         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2414         order.
2415         (wl-summary-search-by-subject): Search parent message from tail;
2416         Check the existence of the parent message on the current thread tree.
2417         (wl-summary-update-thread): Check whether the line is inserted.
2418
2419 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2420
2421         * wl-vars.el (wl-summary-line-format): Undo last change.
2422         * wl-summary.el (wl-summary-print-destination): Do not put
2423         invisible property when `wl-summary-width' is nil.
2424         (wl-summary-line-subject-minimum-length): Abolished.
2425         (wl-summary-line-subject): Ditto.
2426
2427 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2428
2429         * wl-vars.el (wl-summary-line-format): Change default value.
2430         (wl-summary-subject-length-limit): Abolished.
2431         * wl-summary.el (wl-summary-line-subject): Ditto.
2432
2433 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2434
2435         * wl-template.el (wl-template-select): Added optional argument.
2436         If optional argument is specified, reverse
2437         `wl-template-visible-select'.
2438
2439 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2440
2441         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2442         Take prefix argument to force asking the destination folder.
2443
2444 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2445
2446         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2447         count and update status.
2448
2449 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2450
2451         * wl-summary.el (wl-summary-redisplay-internal): If
2452         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2453         after fetching.
2454
2455 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2456
2457         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2458         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2459
2460         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2461
2462 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2463
2464         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2465         (All other related portions are changed).
2466         (wl-summary-mark-as-read-all): Rewrite.
2467
2468 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2469
2470         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2471         `wl-summary-mark-as-read'.
2472         (wl-summary-mark-as-unread): Rewrite.
2473         (wl-summary-mark-as-read): Added no-modeline argument.
2474         (wl-summary-resume-cache-status): Rewrite.
2475         (wl-summary-exec-subr): Remove unused local variable.
2476
2477 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2480         logic to call `wl-summary-buffer-prev-folder-function'.
2481         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2482
2483 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2484
2485         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2486         is nil.
2487
2488 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2489
2490         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2491         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2492         (wl-mime-setup): Add its entry.
2493
2494 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2495
2496         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2497         (wl-summary-delete-cache): Likewise.
2498         (wl-summary-mark-as-read): Rewrite.
2499
2500 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2501
2502         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2503         `wl-summary-count-unread'.
2504
2505         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2506
2507         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2508
2509 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2510
2511         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2512         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2513         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2514         Renamed to the elmo-msgdb-*-mark.
2515         (wl-summary-score-marks): Follow the change above.
2516         (wl-summary-auto-refile-skip-marks): Ditto.
2517         (wl-summary-incorporate-marks): Ditto.
2518         (wl-summary-expire-reserve-marks): Ditto.
2519
2520         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2521         changes.
2522         (wl-thread-insert-top): Changed updating message.
2523
2524         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2525         variable.
2526         (wl-summary-count-unread): Count answered marks.
2527         (wl-summary-rescan): Call wl-summary-insert-message instead of
2528         wl-summary-append-message-func-internal.
2529         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2530         (wl-summary-prefetch-msg): Follow the variable name changes.
2531         (wl-summary-prefetch-region): Ditto.
2532         (wl-summary-mark-as-read-all): Follow the API changes;
2533         Don't call elmo-folder-replace-marks.
2534         (wl-summary-delete-cache): Follow the variable name changes.
2535         (wl-summary-resume-cache-status): Ditto.
2536         (wl-summary-update-status-marks): New function.
2537         (wl-summary-insert-message): New function.
2538         (wl-summary-sync-marks): Follow the variable name changes.
2539         (wl-summary-sync-update): Synchronize to the msgdb, too;
2540         Changed update messages.
2541         (wl-summary-make-number-list): Rewrite.
2542         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2543         (wl-summary-mark-as-unread): Follow the API changes.
2544         (wl-summary-exec-subr): Follow the variable name changes.
2545         (wl-summary-mark-as-read): Ditto.
2546         (wl-summary-move-spec-plugged-alist): Ditto.
2547         (wl-summary-move-spec-unplugged-alist): Ditto.
2548         (wl-summary-cursor-move-surface): Ditto.
2549
2550         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2551         variable name changes.
2552         (wl-highlight-summary-current-line): Ditto.
2553
2554         * wl-expire.el (wl-expire-refile): Follow the API change in
2555         elmo-folder-move-messages.
2556         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2557         (wl-summary-archive): Use elmo-folder-msgdb instead of
2558         elmo-msgdb-load.
2559
2560 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2561
2562         * wl-mime.el (wl-draft-preview-message): Restore the position
2563         before evaluating wl-draft-send-hook in preview buffer.
2564
2565 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2566
2567         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2568         when it creates new draft buffer.
2569
2570         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2571         without argument.
2572
2573         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2574         Evaluate content and if the value is string, insert it.
2575         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2576         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2577         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2578         wl-draft-config-sub-part-bottom): Use it.
2579
2580         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2581         with the folder name. The question was unintelligible when it is
2582         called from wl-save-status.
2583
2584 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2585
2586         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2587         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2588         cannot take second argument).
2589
2590 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2591
2592         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2593         as t. Since type and subtype are not case sensitive (RFC 2045).
2594
2595 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2596
2597         * wl-vars.el (wl-message-mode-line-format): New variable.
2598         (wl-message-mode-line-format-spec-alist): Ditto.
2599         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2600         (wl-message-redisplay): Use wl-message-mode-line-format.
2601
2602 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2603
2604         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2605
2606 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2607
2608         * wl-summary.el (wl-summary-default-from): Write description.
2609
2610 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2611
2612         * wl-vars.el (wl-ldap-objectclass): Abolish.
2613
2614         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2615         (wl-ldap-make-filter): Removed condition for objectclass.
2616         (wl-ldap-make-matched-value-list): Remove meaningless process.
2617         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2618         (wl-address-ldap-search): Don't add `*' to `pat' string;
2619         use ignore-errors; added `email';
2620         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2621         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2622         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2623
2624
2625 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2626
2627         * wl-draft.el (wl-draft-parent-folder): Write description.
2628         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2629
2630 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2631
2632         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2633         as "" (zero-length string) if no parent.
2634         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2635
2636 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2637
2638         * wl-address.el (wl-address-make-completion-list): Skip duplication
2639         checking.
2640         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2641         `append'.
2642
2643 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2644
2645         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2646         instead of `beginning-of-buffer'.
2647
2648 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2649
2650         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2651
2652 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2653
2654         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2655         Refer wl-message-buffer-name.
2656         (wl-message-wheel-down): Ditto.
2657
2658 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2659
2660         * wl-vars.el (wl-message-buffer-name): New user option.
2661
2662         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2663         directly instead of making alist dinamically.
2664
2665         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2666         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2667         wl-message-buffer-cache-name.
2668         (wl-message-buffer-cache-clean-up): Ditto.
2669
2670         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2671
2672         * Version number is increased to 2.9.15.
2673
2674 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * wl-vars.el (wl-summary-default-view-alist): New user option.
2677
2678         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2679
2680         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2681         while deleting address.
2682         (wl-draft-delete-myself-from-cc): Ditto.
2683
2684         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2685         If optional argument is specified, reverse sort order.
2686
2687         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2688
2689 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2690
2691         * wl-thread.el (wl-thread-insert-message): Return parent number if
2692         exists.
2693         (wl-thread-update-indent-string-region): Use
2694         wl-thread-update-line-on-buffer-sub instead of
2695         wl-thread-update-line-on-buffer.
2696
2697 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2698
2699         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2700         (wl-folder-close-all): Ditto.
2701
2702 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2703
2704         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2705         and mailing-list:.
2706         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2707         value.
2708         (wl-summary-line-list-info): Print mailing-list name even when 
2709         list-number is empty.
2710
2711 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2712
2713         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2714
2715         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2716         (wl-draft-open-file): Ditto.
2717         (wl-draft-random-alphabet): Ditto.
2718
2719         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2720         bindings.
2721
2722 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2723
2724         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2725         * wl-vars.el (wl-draft-config-alist): Ditto.
2726
2727 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2728
2729         * Version number is increased to 2.9.14.
2730
2731         * wl.el (wl): Don't set wl-init as nil when error occured while
2732         auto-checking folders.
2733
2734         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2735         `elmo-expand-newtext'.
2736
2737 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2738
2739         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2740         `this-command' so that `wl-folder-goto-folder' contained in
2741         `wl-summary-keep-cursor-command' work.
2742
2743 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2744
2745         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2746         message buffer displaying state.
2747
2748 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2749
2750         * wl-vars.el (wl-summary-default-view): New variable to specify
2751         default value for `wl-summary-buffer-view' instead of using
2752         set-default.
2753         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2754
2755 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2756
2757         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2758
2759         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2760
2761 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2762
2763         * wl-vars.el (wl-forward-subject-prefix): New variable.
2764         * wl-draft.el (wl-draft-forward): Use it.
2765
2766 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2767
2768         * wl-message.el (wl-message-prev-page): When it is called without
2769         lines argument, scroll down by wl-message-scroll-amount lines.
2770         (wl-message-next-page): Ditto.
2771         * wl-vars.el (wl-message-scroll-amount): Change default value
2772         to preserve current behavior.
2773
2774 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2775
2776         * wl-summary.el (wl-summary-prefetch-msg): Bind
2777         `wl-message-entity' to call `wl-summary-from-function'.
2778
2779 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2780
2781         * wl-message.el (wl-message-buffer-create): Run
2782         wl-message-buffer-created-hook.
2783
2784 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2785
2786         * wl-summary.el (wl-summary-sort-specs): New variable.
2787         (wl-summary-default-sort-spec): Ditto.
2788         (wl-summary-sort): Rewrite.
2789         (wl-summary-sort-by-list-info): New function.
2790
2791 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2792
2793         * wl-summary.el (wl-summary-get-list-info): New function.
2794         (wl-summary-sort): Rewrite.
2795         (wl-summary-line-list-info): Ditto.
2796         (wl-summary-line-list-count): Ditto.
2797         (wl-summary-refile-region): Fixed docstring.
2798
2799 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2802         `wl-folder-entity-hashtb' as completion table.
2803
2804 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2805
2806         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2807         only when this command is called interactively; silence the byte-
2808         compiler.
2809
2810 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2811
2812         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2813         active in XEmacs.
2814
2815 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2816
2817         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2818         plural lines.
2819
2820 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2821
2822         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2823         of current line when the cursor is on the header name.
2824         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2825
2826 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2827
2828         * wl-util.el (wl-read-directory-name): Return displayed directory
2829         as the default value also on XEmacs.
2830
2831 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2834         formatting.
2835
2836 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2837
2838         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2839         argument and when it is non-nil, check face property before
2840         highlighting for each line.
2841         (wl-highlight-summary-window): Set it.
2842
2843 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2846         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2847
2848         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2849         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2850         (wl-draft-get-fcc-list): Likewise.
2851
2852 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2853
2854         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2855         (wl-thread-entity-cur): Ditto.
2856         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2857         wl-thread-indent-regexp setting.
2858         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2859
2860         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2861         wl-summary-lazy-highlight.
2862         (wl-summary-display-bottom): Ditto.
2863
2864         * wl-thread.el (wl-thread-open-close): Likewise.
2865
2866         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2867         from and subject;
2868         Bind wl-draft-use-frame;
2869         Enclose with save-window-excursion;
2870         Use wl-draft-create-buffer instead of with-temp-buffer;
2871         Use wl-draft-prepare-edit;
2872         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2873         Use wl-draft-send instead of wl-draft-raw-send.
2874
2875 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2876
2877         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2878         of using wl-from.
2879
2880 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2881
2882         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2883         insert-buffer instead of clone-buffer.
2884         (wl-draft-doing-mime-bcc): New variable.
2885         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2886         infinite loop.
2887         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2888
2889         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2890         (wl-draft-mime-bcc-body): Ditto.
2891
2892         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2893         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2894         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2895         wl-draft-do-mime-bcc.
2896         (wl-draft-mime-bcc-field): New function.
2897         (wl-draft-do-mime-bcc): Ditto.
2898
2899         * wl-address.el (wl-address-complete-header-list): New variable.
2900         (wl-address-complete-header-regexp): Changed default value.
2901
2902         * Version number is increased to 2.9.13.
2903
2904 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2905
2906         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2907         it is differed.
2908
2909 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2910
2911         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2912         (wl-summary-line-list-count): Ditto.
2913
2914 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2915
2916         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2917         (wl-nntp-posting-function): New variable.
2918         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2919         `wl-nntp-posting-config-alist'.
2920
2921 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2922
2923         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2924         FLIM.
2925
2926 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2927
2928         * wl-summary.el (wl-summary-target-mark-refile-sub):
2929         Remove a nuisance funcall.
2930
2931 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2934         as t for `try-completion'.
2935
2936 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2937
2938         * wl-summary.el (wl-summary-default-from): Use
2939         wl-address-header-extract-address instead of
2940         std11-extract-address-components.
2941         (wl-summary-simple-from): Ditto.
2942         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2943         (wl-summary-insert-headers): Show message.
2944         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2945         for whole line.
2946         (wl-summary-default-from): Revert last change.
2947         (wl-summary-simple-from): Ditto.
2948         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2949         (wl-summary-mark-as-read-region): Follow the change above.
2950         (wl-summary-sync-marks): Ditto.
2951         (wl-summary-target-mark-mark-as-read): Ditto.
2952         (wl-summary-redisplay-internal): Ditto.
2953         (wl-summary-redisplay-no-mime-internal): Ditto.
2954         (wl-summary-redisplay-all-header): Ditto.
2955         (wl-summary-mark-as-read): Removed argument `cached';
2956         Use current cache status to set cache mark.
2957         (wl-summary-redisplay-internal): Follow the change above.
2958         (wl-summary-redisplay-no-mime-internal): Ditto.
2959         (wl-summary-redisplay-all-header): Ditto.
2960
2961         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2962
2963         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2964         Don't call itself recursively (Adviced by Yamaoka-san).
2965
2966 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2967
2968         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2969         bind wl-summary-highlight as nil to avoid error caused by missing
2970         local variables.
2971
2972 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2973
2974         * wl-vars.el (wl-invalid-character-message): New user option.
2975
2976         * wl-util.el (wl-set-string-width): If truncated string-width is
2977         larger than specified width, use `wl-invalid-character-message'.
2978
2979 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2980
2981         * wl-summary.el (wl-summary-prefetch-msg): 
2982         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2983
2984 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-vars.el (wl-summary-check-line-format): New user option.
2987         (wl-summary-line-format-file): Ditto.
2988
2989         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2990         variable.
2991         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2992         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2993         and `wl-summary-view-old-p' to check whether do a rescan or not.
2994         (wl-summary-view-old-p): New function.
2995         (wl-summary-line-format-changed-p): Ditto.
2996         (wl-summary-line-format-save): Ditto.
2997         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2998
2999         * wl-util.el (wl-set-string-width): Avoid using negative number
3000         for make-string.
3001
3002 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3003
3004         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3005         return value.
3006
3007         * wl-util.el (wl-set-string-width): Added optional argument
3008         `padding' (All other related portions are changed).
3009         (wl-line-parse-format): If the first letter of column number is
3010         `0', zero-padding the result (ex: "%05l").
3011
3012         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3013
3014 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3015
3016         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3017         sequential summary view.
3018
3019 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3020
3021         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3022         if it doesn't have a -unix version.
3023
3024 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3025
3026         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3027
3028 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3029
3030         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3031         content.
3032         (wl-draft): Follow the change above.
3033
3034         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3035
3036         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3037         and wl-folder-summary-line-format-alist contain %T and %P.
3038
3039         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3040         (wl-summary-mode-line-format): New user option.
3041         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3042         (wl-summary-line-format): Changed default value.
3043         (wl-summary-lazy-highlight): Changed default value.
3044
3045         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3046         change in wl-summary-create-line.
3047         (wl-thread-insert-entity-sub): Ditto.
3048
3049         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3050         (wl-summary-buffer-unread-status): Ditto.
3051         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3052         (wl-summary-buffer-persistent-mark-column): Ditto.
3053         (wl-summary-buffer-mode-line-formatter): Ditto.
3054         (wl-summary-buffer-mode-line): Ditto.
3055         (wl-summary-message-regexp): Abolished.
3056         (All other related portions are changed.)
3057         (wl-summary-detect-mark-position): New function.
3058         (wl-summary-buffer-set-folder): Setup
3059         wl-summary-buffer-mode-line-formatter.
3060         (wl-summary-mode): Setup selective-display;
3061         Setup pre-idle-hook when xemacs.
3062         (wl-summary-update-modeline): Rewrite.
3063         (wl-summary-jump-to-msg): Define as function;
3064         Changed regexp for searching messages.
3065         (wl-summary-message-number): Rewrite.
3066         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3067         Do rescan when old type summary cache.
3068         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3069         (wl-summary-remove-destination): Use '\r' to detect EOL.
3070         (wl-summary-print-destination): Ditto.
3071         (wl-summary-temp-mark): New inline function.
3072         (wl-summary-persistent-mark): Ditto.
3073         (wl-summary-line-number): New function.
3074         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3075         (wl-summary-line-list-count): New function.
3076         (wl-summary-create-line): Added argument persistent-mark.
3077         (All other related portions are changed)
3078         (wl-summary-create-line): Insert '\r'.
3079         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3080         (wl-summary-cursor-move-surface): New inline function.
3081         (wl-summary-prev): Use it.
3082         (wl-summary-next): Ditto.
3083
3084         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3085         wl-summary-message-regexp.
3086         (wl-highlight-summary): Delete progress message.
3087         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3088
3089         * Version number is increased to 2.9.12.
3090
3091 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3092
3093         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3094         variable (nil: no minimum).
3095         (wl-summary-line-subject): Add some spaces after subject by
3096         wl-summary-line-subject-minimum-length.
3097
3098 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3099
3100         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3101         and removed `F'.
3102         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3103         change above).
3104
3105 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3106
3107         * wl-summary.el (wl-summary-line-list-count): Reverted.
3108         (example setting in samples/*/dot.wl is also updated)
3109
3110 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3111
3112         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3113
3114         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3115
3116         * wl-vars.el (wl-summary-line-format): Addes some description to the
3117         docstring.
3118
3119         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3120         (wl-summary-line-close-bracket): Ditto.
3121         (wl-summary-line-children-number): Ditto.
3122         (wl-summary-line-thread-indent): Ditto.
3123         (wl-summary-line-children-and-from): Ditto.
3124
3125         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3126         't', 'c', 'F' and added 'C'.
3127
3128         * wl-util.el (wl-set-string-width): Accept negative value.
3129         (wl-line-parse-format): Added "%number(" and "%)".
3130
3131 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3132
3133         * wl-summary.el (wl-summary-line-list-count): Change format of the
3134         return value.
3135
3136 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3137
3138         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3139         from the recent message.el.
3140         (wl-draft-point-in-header-p): Ditto.
3141         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3142         wl-draft-beginning-of-line.
3143         * wl-e21.el (wl-draft-mode-map): Ditto.
3144         * wl-xmas.el (wl-draft-mode-map): Ditto.
3145
3146         * wl-folder.el: Sort macrodefs by dependencies.
3147
3148 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3149
3150         * wl-summary.el (wl-summary-prev): Fixed regexp.
3151         (wl-summary-next): Ditto.
3152
3153 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3154
3155         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3156
3157 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3158
3159         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3160         for backward compatibility.
3161
3162 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3163
3164         * wl-summary.el (wl-summary-line-list-count): New function, merged
3165         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3166         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3167         list counts.
3168
3169 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3170
3171         * wl-summary.el (wl-summary-create-line): Ignore errors while
3172         timezone-fix-time.
3173
3174         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3175
3176         * wl-summary.el (wl-summary-sync-update): Ditto.
3177         (wl-summary-default-from): Use wl-message-entity
3178         instead of entity.
3179
3180         * wl-summary.el (wl-summary-create-line): Fix.
3181
3182         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3183         (wl-summary-line-format): New user option.
3184         (wl-folder-summary-line-format-alist): Ditto.
3185         (wl-summary-from-width): Abolished.
3186
3187         * wl-util.el (toplevel): Require 'bytecomp.
3188         (wl-line-parse-format): New function.
3189         (wl-line-formatter-setup): New macro.
3190
3191         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3192         (wl-summary-buffer-line-formatter): New buffer local variable.
3193         (wl-summary-switch-to-clone-buffer): Follow the change above.
3194         (wl-summary-message-regexp): Fix.
3195         (wl-summary-from-func-internal): Abolished.
3196         (wl-summary-subject-func-internal): Ditto.
3197         (wl-summary-subject-filter-func-internal): Ditto.
3198         (All other related portions are changed.)
3199         (wl-summary-buffer-set-folder):
3200         Set up wl-summary-buffer-number-column and 
3201         wl-summary-buffer-line-formatter
3202         (All other related portions are changed.)
3203         (wl-summary-buffer-number-column-detect): Abolished.
3204         (All other related portions are changed.)
3205         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3206         (wl-summary-delete-all-temp-marks-on-buffer): Use
3207         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3208         (wl-summary-target-mark-delete): Ditto.
3209         (wl-summary-target-mark-refile-subr): Ditto.
3210         (wl-summary-target-mark-mark-as-read): Ditto.
3211         (wl-summary-target-mark-mark-as-unread): Ditto.
3212         (wl-summary-target-mark-mark-as-important): Ditto.
3213         (wl-summary-target-mark-save): Ditto.
3214         (wl-summary-replace-status-marks): Renamed from
3215         wl-summary-set-status-marks-on-buffer;
3216         Use wl-summary-message-regexp instead of
3217         wl-summary-buffer-number-regexp.
3218         (wl-summary-sync-update): Follow the change above.
3219         (wl-summary-goto-previous-message-beginning): New function.
3220         (wl-summary-mark-as-unread): Use it.
3221         (wl-summary-mark-as-important): Ditto.
3222         (wl-summary-line-formatter): New variable.
3223         (wl-summary-line-year): New function.
3224         (wl-summary-line-day): Ditto.
3225         (wl-summary-line-day-of-week): Ditto.
3226         (wl-summary-line-hour): Ditto.
3227         (wl-summary-line-minute): Ditto.
3228         (wl-summary-line-open-bracket): Ditto.
3229         (wl-summary-line-close-bracket): Ditto.
3230         (wl-summary-line-children-number): Ditto.
3231         (wl-summary-line-thread-indent): Ditto.
3232         (wl-summary-line-size): Ditto.
3233         (wl-summary-line-subject): Ditto.
3234         (wl-summary-line-from): Ditto.
3235         (wl-summary-line-children-and-from): Ditto.
3236         (wl-summary-create-line): Rewritten.
3237         (wl-summary-format-date): Abolished.
3238
3239         * wl-highlight.el (wl-highlight-summary-current-line): Use
3240         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3241         Use thread structure to detect thread top message.
3242
3243         * wl-draft.el (wl-default-draft-cite): Don't use
3244         wl-summary-from-func-internal.
3245
3246         * wl-refile.el (wl-refile-subject-learn): Don't use
3247         wl-summary-subject-filter-func-internal.
3248         (wl-refile-guess-by-subject): Ditto.
3249
3250         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3251         parameters.
3252
3253         * wl-thread.el (wl-thread-update-indent-string-region):
3254         Use wl-thread-update-line-on-buffer instead of
3255         wl-thread-update-indent-string.
3256         (wl-thread-update-children-number): Redefine using
3257         wl-thread-update-line-on-buffer.
3258         (wl-thread-update-indent-string): Abolished.
3259
3260         * Version number is increased to 2.9.11.
3261
3262 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3263
3264         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3265         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3266         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3267
3268         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3269         as nil.
3270
3271         * wl-thread.el (wl-thread-open-all-unread): Use 
3272         elmo-folder-list-messages-mark-match.
3273         (wl-thread-insert-message): Removed argument `mark-alist'.
3274         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3275         elmo-msgdb-set-mark.
3276         (wl-thread-get-children-msgs-uncached): Likewise.
3277         (wl-thread-get-exist-children): Added argument include-self.
3278         (wl-thread-delete-message): Follow the change above.
3279
3280         * wl-summary.el (wl-summary-count-unread): Removed argument.
3281         (wl-summary-rescan): Follow the change above.
3282         (wl-summary-mark-as-read-region): Ditto
3283         (wl-summary-mark-as-unread-region): Ditto.
3284         (wl-summary-delete-messages-on-buffer): Ditto.
3285         (wl-summary-sync-update): Ditto.
3286         (wl-summary-switch-to-clone-buffer): Ditto.
3287         (wl-summary-goto-folder-subr): Ditto.
3288         (wl-summary-target-mark-mark-as-read): Ditto.
3289         (wl-summary-target-mark-mark-as-unread): Ditto.
3290         (wl-summary-target-mark-mark-as-important): Ditto.
3291         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3292         (wl-summary-update-thread): Removed argument `mark-alist'.
3293         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3294         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3295         (wl-summary-resume-cache-status): Likewise.
3296         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3297         elmo-msgdb-set-mark.
3298         (wl-summary-mark-as-read-all): Likewise.
3299         (wl-summary-delete-cache): Ditto.
3300         (wl-summary-auto-select-msg-p): Ditto.
3301         (wl-summary-mark-as-unread): Ditto.
3302         (wl-summary-no-auto-refile-message-p): Ditto.
3303         (wl-summary-mark-as-read): Ditto.
3304         (wl-summary-mark-as-important): Ditto.
3305         (wl-summary-auto-refile): Follow the change above.
3306         (wl-summary-delete-all-marks): Removed.
3307         (wl-summary-resume-marks-and-highlight): Ditto.
3308         (wl-summary-resume-marks): Ditto.
3309         (wl-summary-delete-important-msgs-from-list): Ditto.
3310         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3311
3312         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3313         wl-summary-count-unread.
3314
3315         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3316         (wl-summary-score-update-all-lines): Use
3317         elmo-msgdb-set-mark.
3318
3319 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3320
3321         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3322         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3323         (wl-summary-create-line): Renamed from
3324         wl-summary-overview-create-summary-line;
3325         Argument rearrangement.
3326         (wl-summary-update-thread): Follow the change above.
3327
3328         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3329         (wl-thread-insert-entity-sub): Likewise.
3330
3331         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3332         argument `overview', `mark-alist' and added `msgdb'.
3333
3334         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3335
3336         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3337         (wl-summary-rescan): Follow the change above.
3338         (wl-summary-sync-update): Ditto.
3339         (wl-summary-insert-thread-entity): Ditto;
3340         Don't use `let*' in every while loop;
3341         Detect infinite loop of threads.
3342         (wl-summary-update-thread): Removed argument `overview'.
3343
3344         * wl-thread.el (wl-thread-insert-message): Ditto.
3345
3346         * Version number is increased to 2.9.10.
3347
3348         * wl-message.el (wl-message-redisplay): Ignore errors while
3349         wl-message-redisplay-hook.
3350
3351 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3352
3353         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3354
3355 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3356
3357         * wl.el (wl): inhibit-quit while wl-folder.
3358
3359 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3360
3361         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3362         while msgdb access.
3363
3364 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3365
3366         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3367         even if no folder is not created.
3368
3369 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3370
3371         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3372
3373         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3374         implementation.
3375         (wl-summary-target-mark-thread): Ditto.
3376
3377         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3378
3379 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3380
3381         * wl-util.el (wl-display-bytes): Remove unused function.
3382
3383 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3384
3385         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3386         seems critical one (partially reverse the change in 2002/03/17).
3387
3388 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3389
3390         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3391         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3392
3393 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3394
3395         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3396         is not writable.
3397         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3398         plugged status instead of `'force' as 2nd argument.
3399
3400         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3401         is not creatable.
3402
3403         * Version number is increased to 2.9.9.
3404
3405 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3406
3407         * wl-summary.el (wl-summary-suspend): New function.
3408
3409 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3410
3411         * wl.el (wl): Do not check variables if check is nil.
3412         * wl-utils.el (wl-collect-draft): New function.
3413         * wl-folder.el (wl-folder-suspend): Put summary buffers
3414         and draft buffers at the end of buffer list.
3415         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3416
3417 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3418
3419         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3420         loop instead of recursive call.
3421
3422         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3423         2nd argument.
3424
3425 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3426
3427         * wl-draft.el (wl-draft-create-contents): Don't take neither
3428         (function . args) nor (string . something) any more.
3429
3430         * wl-version.el (wl-generate-user-agent-string): Return string
3431         without header symbol.
3432         * wl-draft.el (wl-draft-default-headers): Use it.
3433
3434         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3435         `wl-draft-insert-ccs' and return field value instead of inserting
3436         the header. Abolish cc argument.
3437         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3438
3439         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3440         rather than one with string car.
3441
3442         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3443         * wl-draft.el (wl-draft-create-contents): Add it after the default
3444         headers.
3445
3446         * wl-draft.el (wl-draft-create-contents): For the case of
3447         (symbol-or-string . function) insert header only when the function
3448         returns string value.
3449
3450 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3451
3452         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3453         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3454
3455 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3456
3457         * wl.el (wl-check-environment): Don't check Message-ID when
3458         `wl-insert-message-id' is nil.
3459         Revive checking if `wl-message-id-domain' contains "@".
3460
3461 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3462
3463         * wl.el (wl-check-environment): Merge examination for "@" at
3464         inappropriate position into the first string-match.
3465
3466         * wl-summary.el (wl-summary-target-mark-print): New function.
3467         (wl-summary-pipe-message-subr): Extracted from
3468         `wl-summary-pipe-message'.
3469         (wl-summary-target-mark-pipe): New function.
3470         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3471         `wl-summary-target-mark-pipe'.
3472
3473 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3476
3477 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3478
3479         * wl.el (wl-check-environment): Use elmo-warning instead of
3480         error for non-critical ones.
3481         Remove trash folder check.
3482         (wl): Don't ignore error in wl-check-environment.
3483
3484         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3485         check, which is moved from `wl-check-environment'.
3486         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3487
3488 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3489
3490         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3491         guess anything, call wl-summary-write.
3492         (wl-summary-write): Create draft with blank To field.
3493         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3494
3495 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3496
3497         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3498         argument full as well for wl-folder-write-current-folder.
3499         If wl-*-write-current-folder cannot guess addressee, add blank
3500         To header.
3501         Rewrite condition for positioning cursor.
3502
3503 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3504
3505         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3506         summary buffer is present, use it.
3507         (wl-folder-jump-to-previous-summary): Ditto.
3508
3509 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3510
3511         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3512
3513         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3514         wl-summary-previous-buffer and wl-summary-next-buffer.
3515
3516         * wl-folder.el (wl-folder-mode-map): Bind
3517         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3518         (wl-folder-jump-to-next-summary): New function.
3519         (wl-folder-jump-to-previous-summary): Ditto.
3520
3521         * wl-draft.el (wl-draft): Rearranged.
3522
3523 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3524
3525         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3526         of header.
3527         (wl-draft): Collect arguments for the header as header-alist.
3528         (wl-draft-forward): Arrange arguments for wl-draft.
3529         (wl-draft-reply): Ditto.
3530         (wl-draft-edit-string): Ditto.
3531         * wl-summary.el (wl-summary-write): Ditto.
3532         (wl-summary-write-current-folder): Ditto.
3533
3534         * Version number is increased to 2.9.8.
3535
3536 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3537
3538         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3539
3540         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3541
3542         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3543         even if the guess failed.
3544
3545         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3546         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3547         wl-summary-write-current-folder.
3548         * wl-xmas.el: Ditto.
3549
3550 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * wl-summary.el (wl-summary-next-page): Force display message if
3553         message is not displayed yet.
3554         (wl-summary-prev-page): Ditto.
3555
3556 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3557
3558         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3559
3560 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3561
3562         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3563         add "Preview Message" and "Save Draft and Exit".
3564
3565 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3566
3567         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3568         if addrmgr is called from draft in splitted window.
3569
3570         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3571         * wl-mule.el: Ditto.
3572         * wl-xmas.el: Ditto.
3573
3574 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3575
3576         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3577
3578         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3579         * wl-xmas.el (wl-folder-toolbar): Ditto.
3580
3581 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3582
3583         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3584         and wl-draft-save-and-exit.
3585         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3586         * wl-xmas.el: Ditto.
3587         * wl-mule.el: Ditto.
3588
3589         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3590         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3591
3592 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3593
3594         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3595         lists for saving buffer.
3596
3597 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3598
3599         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3600         parent-folder argument instead of it.
3601         (wl-draft-create-buffer): Ditto.
3602         (wl-draft-forward): Ditto.
3603         (wl-draft-reply): Ditto.
3604         * wl-summary.el (wl-summary-write): Ditto.
3605         (wl-summary-write-current-folder): Ditto.
3606
3607         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3608         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3609         Folder buffer after composing.
3610
3611 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3614         header if the file `wl-x-face-file' already contains it.
3615
3616 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3617
3618         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3619         folder" entry.
3620         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3621         * wl-e21.el (wl-folder-toolbar): Ditto.
3622         * wl-xmas.el (wl-folder-toolbar): Ditto.
3623
3624 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3625
3626         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3627         wl-folder-goto-folder with sticky argument.
3628         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3629
3630 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3631
3632         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3633         and wl-summary-previous-buffer.
3634         (wl-summary-next-buffer): New function.
3635         (wl-summary-previous-buffer): Ditto.
3636
3637 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3638
3639         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3640         wl-folder-jump-to-current-entity-with-arg.
3641         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3642         `wl-folder-jump-to-current-entity'.
3643         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3644         `wl-summary-goto-folder-sticky'.
3645         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3646         `wl-summary-goto-folder'.
3647         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3648         Unless force-exit, do not clean temp. marks for sticky summary.
3649         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3650
3651 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3652
3653         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3654         not entire.
3655
3656 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3657
3658         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3659         to `C-x C-s'.
3660         (wl-summary-save-status): New command.
3661         (wl-summary-exit): Don't clean-up temp marks when sticky.
3662         (Applied patch from Nakayama-san [wl: 09548])
3663         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3664         Do nothing when no mark data.
3665         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3666         Call `wl-summary-delete-all-temp-marks' before saving.
3667
3668 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3669
3670         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3671
3672 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3673
3674         * wl.el (wl-check-environment): Also cause error when (system-name)
3675         returns "localhost.localdomain". (Although it doesn't affect because
3676         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3677
3678 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3679
3680         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3681         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3682
3683         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3684         value.
3685
3686 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3687
3688         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3689         Likewise r-cc-list and r-ng-list.
3690
3691 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3692
3693         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3694         only if it is bound as variable.
3695
3696         * wl-mime.el (wl-draft-preview-message): Ditto.
3697
3698 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3699
3700         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3701         needless `goto-char'.
3702
3703         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3704         `wl-summary-redisplay-no-mime-internal' instead of
3705         `wl-summary-redisplay-no-mime'.
3706         (wl-summary-redisplay-no-mime): Changed argument;
3707         Call `wl-summary-redisplay-no-mime-internal'.
3708
3709         * wl-mime.el (wl-draft-preview-message): Bind
3710         `mime-header-encode-method-alist' locally.
3711
3712         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3713         (wl-draft-std11-parse-addresses): Added the first address check.
3714         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3715
3716         * Version number is increased to 2.9.7.
3717
3718 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3719
3720         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3721
3722 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3723
3724         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3725         related to scrollbar support, if there is no such a feature
3726         compiled in.
3727
3728 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3729
3730         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3731         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3732         for prefetch.
3733
3734 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3735
3736         * wl-summary.el (wl-summary-pick): Fix for no match.
3737
3738 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3739
3740         * wl-draft.el (wl-draft-save):
3741         Override `mime-header-encode-method-alist'.
3742
3743 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3744
3745         * wl-folder.el (wl-folder-pick): New function.
3746         Define key as "?".
3747
3748 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3749
3750         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3751         Fix for unplugged.
3752
3753 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3754
3755         * wl-folder.el (wl-folder-virtual): New function.
3756         Define key as "V".
3757
3758 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3759
3760         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3761         multi folder if entity is group.
3762
3763 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3764
3765         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3766         is nil.
3767
3768 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3769
3770         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3771         (wl-summary-target-mark-msgs): Return the number of marked messages.
3772
3773 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3774
3775         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3776         "first:" is specified.
3777
3778 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3779
3780         * wl-vars.el (wl-from): Use return value of function
3781         user-full-name instead of the variable user-full-name since
3782         XEmacs-20.4 doesn't set this variable.
3783
3784 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3785
3786         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3787         call `wl' directly.
3788
3789 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3790
3791         * wl-draft.el (wl-draft-reedit): Removed duplicated
3792         switch-to-buffers.
3793
3794 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * wl.el (wl-other-frame): Removed garbages.
3797
3798 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3799
3800         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3801
3802         * wl-xmas.el (wl-draft-key-setup): Ditto.
3803
3804         * wl-mule.el (wl-draft-key-setup): Ditto.
3805
3806         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3807         (wl-draft-reedit): Ditto.
3808         (wl-draft-prepare-edit): Add `wl-draft-save' to
3809         `local-write-file-hooks'.
3810         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3811         (wl-draft-reedit): Set buffer-file-name.
3812         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3813
3814
3815         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3816         call it.
3817         (wl-delete-startup-frame-function): New variable.
3818         (wl-other-frame): New function
3819         (Original was written by Yamaoka san [wl: 09239]).
3820
3821         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3822         if `wl-folder-use-frame'.
3823
3824 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3825
3826         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3827
3828 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3829
3830         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3831         New variable.
3832         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3833         (wl-message-buffer-prefetch-get-next): Use them.
3834         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3835
3836 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3837
3838         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3839         with unwind-protect.
3840
3841         * wl-draft.el (wl-draft-reedit): Rewrite.
3842         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3843         (wl-draft-save): Insert header separator if it does not exist;
3844         Removed condition-case.
3845
3846         * wl-summary.el (wl-summary-reedit): Revert last change.
3847
3848         * wl-draft.el (wl-draft-save): Rewrite.
3849         (wl-draft-create-buffer): Set buffer-file-name as nil.
3850
3851         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3852
3853         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3854
3855         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3856         nil.
3857
3858 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3859
3860         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3861         If count is nil, do not prefetch.
3862         (wl-message-buffer-prefetch-next): Next.
3863
3864 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3865
3866         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3867
3868 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3869
3870         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3871         `delete-backward-char'
3872         (wl-draft-prepare-edit): Check major-mode.
3873         (wl-draft-decode-header): Rewrite.
3874         (wl-draft): Fix.
3875
3876 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3877
3878         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3879
3880 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3881
3882         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3883         (wl-message-buffer-prefetch-get-next): Remove size checking.
3884         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3885
3886 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3887
3888         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3889         (wl-draft-default-headers): Fix.
3890
3891 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3892
3893         * wl-draft.el (wl-draft-default-headers): Insert return value of
3894         `wl-generate-mailer-string-function'.
3895
3896 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3897
3898         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3899         (wl-draft-insert-mail-header-separator): Ditto.
3900
3901         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3902         again (Reverted the change on 2002-01-17 by OKADA san).
3903
3904 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3905
3906         * wl-draft.el (wl-draft): Rewrite.
3907         (wl-draft-create-buffer): New function.
3908         (wl-draft-create-contents): Ditto.
3909         (wl-draft-prepare-edit): Ditto.
3910         (wl-draft-decode-header): Ditto.
3911         (wl-draft-decode-body): Ditto.
3912         (wl-draft-check-new-line): Ditto.
3913         (wl-draft-default-headers): Ditto.
3914         (wl-draft-insert-mail-header-separator): Ditto.
3915
3916 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3917
3918         * Version number is increased to 2.9.6.
3919
3920 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3921
3922         * wl-draft.el (wl-draft-delete-field): Optional argument.
3923         (wl-draft-delete-fields): Ditto.
3924
3925 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3926
3927         * wl-message.el (toplevel): Eliminated byte-compile warning.
3928         for `itimer-function', `delete-timer' and `itimer-list'.
3929
3930 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3931
3932         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3933         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3934         `wl-message-buffer-prefetch-threshold'.
3935         * wl-summary.el (wl-summary-redisplay-internal): Remove
3936         the check of `wl-message-buffer-prefetch-depth'.
3937
3938 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3939
3940         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3941         size of article.
3942         (wl-message-buffer-prefetch-subr): Remove size check.
3943
3944 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3945
3946         * wl-vars.el (wl-plugged): Make customizable.
3947
3948 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3949
3950         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3951         (wl-message-buffer-prefetch-set-timer): New function.
3952         (wl-message-buffer-prefetch-get-next): New function.
3953         (wl-message-buffer-prefetch): New function.
3954         (wl-message-buffer-prefetch-next): Rewrite.
3955         (wl-message-buffer-prefetch-subr): Rewrite.
3956         * wl-vars.el (wl-auto-prefetch-first): New variable.
3957         * wl-summary.el (wl-summary-goto-folder-subr): Call
3958         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3959
3960 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3961
3962         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3963         `wl-summary-unread-message-hook'.
3964
3965 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3966
3967         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3968         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3969         if range is `cache-status'.
3970
3971 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3972
3973         * wl-message.el (wl-message-buffer-prefetch-subr):
3974         Improve debug message.
3975
3976 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3977
3978         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3979         `wl-mail-send-pre-hook'.
3980         (wl-draft-send-mail-with-qmail): Ditto.
3981         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3982
3983 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3984
3985         * wl-message.el (wl-message-buffer-prefetch-subr):
3986         Fix for cancel-function-timers bug.
3987         (wl-message-buffer-prefetch-debug): Default value is t.
3988
3989 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3990
3991         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3992         (wl-message-buffer-prefetch-subr): Rewrite.
3993         Rename from `wl-message-buffer-prefetch'.
3994
3995 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3996
3997         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3998         (wl-default-draft-cite-decorate-author): Ditto.
3999
4000         * wl-draft.el (wl-draft-cite-function): Removed.
4001         (wl-default-draft-cite-decorate-author): Ditto.
4002
4003 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4004
4005         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4006         (wl-default-draft-cite): Do not arrange author name if the value of
4007         `wl-default-draft-cite-decorate-author' is nil.
4008
4009 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4010
4011         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4012
4013         * wl-folder.el (wl-folder-check-one-entity): Don't care
4014         `elmo-folder-use-flag-p'.
4015
4016 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4017
4018         * wl-folder (wl-folder-check-one-entity): Fix
4019         problem if unread is nil.
4020
4021 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-address.el (wl-address-make-completion-list): Check whether
4024         the address is a group list.
4025         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4026
4027 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4028
4029         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4030         The number of the messages of new and unread does not count
4031         correctly.
4032
4033         * wl-summary.el (wl-summary-count-unread): Changed to return
4034         `(new . unread)' instead of total.
4035         (wl-summary-sync-update): Follow the change above.
4036
4037         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4038
4039 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4040
4041         * wl-address.el (wl-address-make-completion-list): Do not enclose
4042         address by " <" and ">" if associated realname is "".
4043         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4044         This is against the promblem with group list in .addresses pointed
4045         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4046
4047 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4048
4049         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4050         message is a format control string.
4051         * wl-expire.el (wl-expire-append-log): Ditto.
4052         * wl-mime.el (wl-summary-burst-subr): Ditto.
4053         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4054         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4055
4056 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4057
4058         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4059         wl.el (wl-check-variables): Rename from `wl-check-type'.
4060         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4061         (wl-check-variables-2): New function.
4062         (wl): Call `wl-check-variables-2'.
4063
4064 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4067         after renaming folder in access group.
4068
4069 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4070
4071         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4072         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4073         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4074         (wl-message-buffer-prefetch): Rewrite.
4075         (wl-message-buffer-prefetch-idle-time): Removed.
4076         * wl-summary.el (wl-summary-redisplay-internal):
4077         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4078         Error check for `wl-message-buffer-prefetch-depht'.
4079
4080 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4081
4082         * Version number is increased to 2.9.5.
4083         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4084
4085 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4086
4087         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4088         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4089         Based on the patch written by
4090         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4091
4092 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * wl-draft.el (wl-draft-raw-send): Fix for
4095         `wl-news-send-pre-hook'
4096
4097 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * wl-utils.el (wl-message-id-function): New variable.
4100         * wl-draft.el (wl-draft-insert-required-fields):
4101         Use `wl-message-id-function'.
4102
4103 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4104
4105         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4106         * wl-utils.el (wl-draft-make-message-id-string):
4107         Use `wl-from' for domain part of Message-ID
4108         if `wl-message-id-use-wl-from' if non-nil.
4109         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4110
4111 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4112
4113         * wl.el (wl): Call `wl-check-type'
4114         Do not 'condition-case'.
4115
4116 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4117
4118         * wl.el (wl-check-type): New function.
4119         (wl-check-type-variables): New variable.
4120
4121 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4122
4123         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4124
4125 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4126
4127         * wl-draft.el (wl-smtp-password-key): New function.
4128         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4129         (wl-draft-send-mail-with-smtp): Ditto.
4130         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4131
4132 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4133
4134         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4135         * wl-utils.el (wl-unique-id-suffix): Remove.
4136
4137 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4138
4139         * Version number is increased to 2.9.4.
4140
4141 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4142
4143         * wl-utils.el (wl-unique-id-suffix): New variable.
4144         (wl-unique-id): Use `wl-unique-id-suffix'
4145
4146 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4147
4148         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4149         instead of `elmo-msgdb-search'.
4150
4151         * Version number is increased to 2.9.3.
4152
4153 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4154
4155         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4156
4157 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4158
4159         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4160         (wl-draft-dispatch-message): Changed for send-later.
4161         (wl-draft-queue-flush): Ditto.
4162         (wl-draft): Clear `wl-sent-message-queued'.
4163         (wl-draft-reedit): Ditto.
4164         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4165         * wl-vars.el (wl-draft-force-queuing): New variable.
4166         (wl-draft-force-queuing-mail): New variable.
4167         (wl-draft-force-queuing-news): New variable.
4168
4169 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4170
4171         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4172         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4173
4174 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4175
4176         * Version number is increased to 2.9.2.
4177
4178 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * wl-draft.el (wl-draft-elide-region): New user command.
4181         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4182
4183         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4184         command `wl-draft-elide-region'.
4185         * wl-mule.el: Ditto.
4186         * wl-xmas.el: Ditto.
4187
4188 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4189
4190         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4191         (wl-biff-check-folder-async): Removed needless let.
4192
4193 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4194
4195         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4196         wl-folder-get-elmo-folder.
4197         (wl-biff-check-folder): Set `biff' argument of
4198         `wl-folder-check-one-entity'.
4199         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4200
4201         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4202         (wl-folder-check-one-entity): Added `biff' argument;
4203         Setup `biff' slot of folder.
4204
4205         * Version number is increased to 2.9.1.
4206
4207 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4208
4209         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4210         comment out and fixed.
4211         (wl-fldmgr-add-completion-subr): Ditto.
4212
4213         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4214         and msgdb.
4215
4216         * wl.el (wl-toggle-plugged): Save summary view.
4217
4218 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4219
4220         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4221
4222 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4223
4224         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4225
4226 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4229         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4230         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4231
4232         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4233         if it was failed.
4234         (wl-demo): Disable undo in the demo buffer.
4235
4236 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-version.el (wl-version): Changed codename.
4239
4240         * Version number is increased to 2.9.0.
4241
4242 2001-12-14  Takuo KITAME <kitame@northeye.org>
4243
4244         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4245         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4246         (wl-folder-mark-as-read-all-current-entity): Ditto.
4247
4248 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * wl-vars.el (wl-from-width): Define as obsolete variable.
4251         (wl-subject-length-limit): Ditto.
4252
4253         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4254
4255         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4256         wl-summary-save-view.
4257
4258         * wl.el (wl-save-status): Ditto.
4259         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4260
4261         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4262         (wl-summary-exit): Follow the change above.
4263         (wl-summary-goto-folder-subr): Ditto.
4264
4265         * wl-folder.el (wl-folder-create-subr): Don't use
4266         `elmo-folder-creatable-p'.
4267
4268 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4271
4272 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4275         rather than bitmap on Emacs 21.
4276         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4277         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4278         for xbm if the new redisplay engine is not available.
4279
4280 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4281
4282         * wl-folder.el (wl-folder-init-hook): New hook.
4283         (wl-folder-init): Run `wl-folder-init-hook'.
4284
4285 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4286
4287         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4288
4289 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4290
4291         * wl-acap.el (wl-acap-cache-filename): New variable.
4292         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4293         (wl-acap-init): Use cache if no ACAP server found.
4294
4295 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4296
4297         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4298         `wl-acap-original-msgdb-dir'.
4299
4300         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4301         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4302
4303         * wl-mime.el (wl-mime-save-directory): Renamed from
4304         `wl-mime-save-dir'.
4305
4306 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4307
4308         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4309
4310         * wl-demo.el: Require `path-util'.
4311         (wl-demo-bitmap-mule-available-p): New internal variable.
4312         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4313         `module-installed-p' instead.
4314         (wl-demo-insert-image): Use *.img file for a bitmap image.
4315         (wl-demo): Don't call the ascii demo recursively.
4316
4317 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4318
4319         * Version number is increased to 2.7.7.
4320
4321 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4322
4323         * wl.el (wl-exit): Eliminated byte-compile warning.
4324
4325 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4326
4327         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4328         obsolete variable using `elmo-define-obsolete-variable'.
4329         (wl-fetch-confirm-threshold): Ditto.
4330         (wl-cache-prefetch-folder-type-list): Ditto.
4331         (wl-cache-prefetch-folder-list): Ditto.
4332
4333 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4334
4335         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4336         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4337         (wl-demo-insert-image): New function.
4338         (wl-demo-insert-text): New function.
4339         (wl-demo-image-type-alist): Redefine as a function.
4340         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4341         (wl-demo-with-temp-file-buffer): Removed.
4342         (wl-logo-xpm): Removed.
4343         (wl-logo-xbm): Removed.
4344         (wl-logo-bitmap): Removed.
4345
4346 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4347
4348         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4349         (wl-expire-localdir-get-folder-function): New user option.
4350         (wl-expire-localdir-get-folder): New function.
4351         (wl-expire-localdir-date): Ditto.
4352
4353 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4354
4355         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4356         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4357         Fixed unread number mismatch when all-unread < unread.
4358
4359 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4360
4361         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4362         (wl-fetch-confirm-threshold): Ditto.
4363
4364         * wl-summary.el (wl-summary-confirm-appends): Removed.
4365         (wl-summary-sync-update): Don't refer
4366         `wl-summary-update-confirm-threshold' (It is now abolished).
4367
4368         * wl-message.el (wl-message-display-internal): Don't refer
4369         `wl-fetch-confirm-threshold' (It is now abolished).
4370
4371 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4372
4373         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4374
4375 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4376
4377         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4378         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4379         Change default value to nil.
4380         (wl-summary-indent-length-limit): The value can be nil, nil means
4381         unlimited.
4382
4383         * wl-summary.el: Don't set limit for indent length if the value of
4384         wl-summary-indent-length-limit is nil.
4385         If the value of wl-summary-width is nil, it means only that the width
4386         of summary is unlimited (nil doesn't mean that the indent length is
4387         unlimited).
4388
4389         * wl-thread.el: Ditto.
4390
4391 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4392
4393         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4394         be nil, nil means never confirm.
4395         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4396
4397 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4398
4399         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4400         means unlimited).
4401
4402 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4403
4404         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4405         Use `with-temp-buffer'.
4406
4407 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4408
4409         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4410         with new backquote style).
4411         (wl-folder-get-entity-from-buffer): Ditto.
4412
4413 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4414
4415         * wl-version.el (nemacs-version): Eliminated.
4416         (wl-extended-emacs-version2): Ignore nemacs.
4417         (wl-extended-emacs-version3): Ditto.
4418
4419 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4420
4421         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4422         (wl-draft-add-in-reply-to): New variable.
4423         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4424         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4425         (wl-draft-yank-from-mail-reply-buffer): Use
4426         `wl-draft-add-in-reply-to'.
4427         (wl-draft-insert-current-message): Ditto.
4428
4429 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4430
4431         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4432         typo (kill->hide).
4433         (wl-message-buffer-prefetch-folder-type-list): Added elements
4434         `mark' and `cache' instead of `internal'.
4435
4436 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4437
4438         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4439         resume msgdb directory.
4440
4441 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4442
4443         * wl.el (wl-exit): Call `wl-acap-exit'.
4444
4445         * wl-summary.el (wl-summary-message-string): New function.
4446         (wl-summary-reedit): Use it.
4447         (wl-summary-resend-bounced-mail): Remove needless let.
4448         (wl-summary-supersedes-message): Ditto.
4449         (wl-summary-save): Ditto.
4450
4451         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4452         (wl-acap-init): Set it.
4453         (wl-acap-exit): New function.
4454
4455 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4456
4457         * wl.el (wl-init): Revert (require 'mime-setup). move from
4458         toplevel.
4459
4460 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4461
4462         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4463         local variables.  Add error when guess function return invalid
4464         value.
4465
4466 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4467
4468         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4469         Change local variable name.
4470         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4471         (wl-folder-get-newsgroups): Return nil when non-news folder.
4472         * wl-summary.el (wl-summary-write-current-folder): State through
4473         when guess-list return nil.
4474         (wl-summary-write-current-folder-functions): Fixed docstring.
4475
4476         * wl.el (wl-exit): Changed confirm message.
4477
4478         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4479         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4480
4481         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4482
4483 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4484
4485         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4486         user option (Renamed from wl-cache-prefetch-folder-type-list).
4487         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4488         from wl-cache-prefetch-folder-list).
4489
4490         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4491         Move to wl-vars.el.
4492         (wl-message-buffer-prefetch-p): Changed to enable
4493         `wl-message-buffer-prefetch-folder-list'.
4494
4495         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4496         `ignore-cache'.
4497
4498 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4499
4500         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4501         `part-top' and `part-bottom'.
4502         (wl-draft-config-sub-part-top): New function.
4503         (wl-draft-config-sub-part-bottom): New function.
4504
4505 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4506
4507         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4508
4509 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4512
4513 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4514
4515         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4516
4517         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4518         (wl-summary-write-current-folder): Ditto.
4519
4520 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4521
4522         * wl-folder.el (wl-folder-get-newsgroups): Use
4523         `elmo-folder-newsgroups'.
4524
4525 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4528         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4529         `wl-draft-config-sub-header-bottom'.
4530
4531 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4532
4533         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4534         localnews folder.
4535
4536 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-summary.el (wl-summary-mode): Undo last change.
4539
4540         * wl-folder.el (wl-folder-mode): Ditto.
4541
4542 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4543
4544         * wl-summary.el (wl-summary-mode): Locally set
4545         truncate-partial-window-width to nil.
4546         (for XEmacs)
4547
4548         * wl-folder.el (wl-folder-mode): Ditto.
4549
4550 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4551
4552         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4553
4554 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4555
4556         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4557         number.
4558
4559         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4560
4561         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4562
4563         * Version number is increased to 2.7.6.
4564
4565 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4566
4567         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4568
4569 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4570
4571         * wl-summary.el (wl-summary-sync-update): Enclose network
4572         related portion with `unwind-protect'.
4573
4574 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4575
4576         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4577
4578 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4579
4580         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4581         element.
4582         * wl-vars.el (wl-message-body-button-alist): Ditto.
4583
4584         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4585         max match length.
4586         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4587
4588         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4589         for the max match length;
4590         Use 4th element value for the button string regexp group.
4591
4592         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4593         candidate exists, prompt to select.
4594
4595 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4596
4597         * wl-summary.el (wl-summary-jump-to-msg): Search before
4598         calibration point by `beginning-of-line'.
4599
4600 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4601
4602         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4603         for access group.
4604
4605 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4606
4607         * wl-message.el (wl-message-display-internal): Bind
4608         `default-mime-charset'.
4609
4610         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4611
4612         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4613
4614         * Version number is increased to 2.7.5.
4615
4616 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4617
4618         * wl-expire.el (wl-summary-archive): Fixed;
4619         Use `elmo-folder-name-internal'.
4620
4621 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4622
4623         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4624         from `elmo-folder-move-messages' caller.
4625         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4626
4627         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4628         related portions are changed).
4629
4630 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4631
4632         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4633         counter.
4634
4635 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4636
4637         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4638         buffer local and set it to nil.
4639
4640         * wl-message.el (wl-message-redisplay): Ditto.
4641
4642 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4643
4644         * wl-summary.el (wl-summary-mark-as-important): If message is
4645         already cached, set messag as read, otherwise encache and mark as read.
4646
4647 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4650         point-min.
4651
4652 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4653
4654         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4655         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4656         a keymap.
4657
4658 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4661         parent.
4662
4663         * wl-mule.el (wl-message-define-keymap): Ditto.
4664
4665         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4666
4667         * wl-xmas.el (wl-message-display-internal-hook): Define.
4668         (wl-xmas-setup-message-toolbar): Define as function.
4669         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4670         (wl-message-overload-functions): Abolished.
4671         (wl-message-define-keymap): New function.
4672
4673         * wl-vars.el (wl-message-display-internal-hook): New variable.
4674         (wl-message-header-button-alist): New variable (Renamed from
4675         wl-highlight-message-header-button-alist).
4676         (wl-message-body-button-alist): Ditto.
4677
4678         * wl-mule.el (wl-message-define-keymap): New function.
4679         (wl-message-overload-functions): Abolished.
4680
4681         * wl-message.el (wl-message-add-buttons-to-body): New function.
4682         (wl-message-redisplay): Don't call wl-message-overload-functions;
4683         Call wl-message-add-buttons-to-header and
4684         wl-message-add-buttons-to-body.
4685         (wl-message-display-internal): Set keymap argument for
4686         elmo-mime-display-as-is, elmo-mime-message-display;
4687         Run wl-message-display-internal-hook.
4688         (wl-message-refer-article-or-url): Abolished.
4689
4690         * wl-highlight.el (wl-highlight-headers): Don't call
4691         wl-highlight-message-add-buttons-to-header.
4692         (wl-highlight-message-add-buttons-to-header): Abolished.
4693
4694
4695         * wl-e21.el (wl-message-display-internal-hook): Define.
4696         (wl-e21-setup-toolbar): Deleted duplicated binding.
4697         (wl-e21-setup-message-toolbar): Define as function.
4698         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4699         (wl-message-define-keymap): New function.
4700         (wl-message-overload-functions): Abolished.
4701
4702 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4703
4704         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4705         and elmo-folder-close.
4706
4707         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4708
4709 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4710
4711         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4712         boolean value.
4713         * wl-draft.el (wl-draft-do-fcc): Ditto.
4714
4715 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4716
4717         * wl-vars.el (wl-fcc-force-as-read): New variable.
4718         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4719         mark copied message as read.
4720
4721 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4722
4723         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4724
4725 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4726
4727         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4728         `wl-summary-target-above' instead of obsolete variable
4729         `wl-summary-temp-above'.
4730
4731         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4732         instead of `make-obsolete-variable'.
4733         * wl-refile.el (toplevel): Ditto.
4734
4735 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4736
4737         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4738         with third argument t.
4739         (wl-draft): Set first argument for wl-plugged-init as t.
4740
4741         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4742         definition.
4743
4744 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4745
4746         * wl-vars.el: Tabify.
4747         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4748
4749         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4750         message.
4751
4752 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4753
4754         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4755         and set default to beep.
4756
4757 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4758
4759         * wl-vars.el (wl-draft-truncate-lines): New variable.
4760
4761         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4762         instead of wl-message-truncate-lines for truncate-lines.
4763
4764 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4765
4766         * wl-message.el (wl-message-display-internal): Call
4767         `wl-highlight-message' after `elmo-mime-display-as-is'.
4768
4769         * wl-mime.el (wl-mime-display-text/plain): New function.
4770         (wl-mime-display-header): Ditto.
4771         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4772         body-presentation-method for text/plain;
4773         Register `wl-mime-display-header' as a header-presentation-method;
4774         Don't set up `elmo-message-text-content-inserted-hook' and
4775         `elmo-message-header-inserted-hook'.
4776
4777         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4778         variable.
4779         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4780         as t if flag is 'all-header;
4781         Don't bind `elmo-message-ignored-field-list',
4782         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4783
4784 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4785
4786         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4787         for xemacs with non-mule environment.
4788
4789 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4790
4791         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4792         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4793         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4794
4795 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4796
4797         * wl-vars.el (wl-interactive-send): Set default value as t.
4798
4799 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4802         (wl-addrmgr-method-list): Abolished.
4803         (wl-addrmgr-change-method): Follow above change.
4804
4805         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4806
4807 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4808
4809         * wl-vars.el (wl-message-truncate-lines): Change default value
4810         to default-truncate-lines.
4811
4812         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4813
4814 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4815
4816         * wl-vars.el (wl-message-truncate-lines): New variable.
4817
4818         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4819         wl-message-truncate-lines.
4820
4821 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4822
4823         * wl-acap.el (wl-acap-init): Remove period from error message.
4824         (wl-acap-find-acap-service): Remove period from message.
4825
4826 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * wl.el (wl-check-environment): Undo last change.
4829
4830         * wl-vars.el (wl-from): Changed default value.
4831
4832         * wl-util.el (toplevel): Don't require tm-edit.
4833
4834         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4835         `wl-folder-init';
4836         Don't set mark on mail body.
4837         (wl-draft-reedit): Ditto.
4838
4839         * wl-address.el (wl-address-quote-specials): Define as an alias for
4840         elmo-address-quote-specials.
4841
4842 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4843
4844         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4845
4846         * wl-vars.el (wl-from): Set default value as nil.
4847         (wl-organization): Set default value as ORGANIZATION environment
4848         variable.
4849
4850         * wl-draft.el (wl-smtp-extension-bind): Check value of
4851         wl-smtp-connection-type.
4852
4853         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4854         error.
4855
4856 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4857
4858         * Version number is increased to 2.7.4.
4859
4860         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4861         arguments from `wl-highlight-x-face-function' caller.
4862         Use x-face-1.3.6.12 or later.
4863
4864 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4865
4866         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4867
4868 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4869
4870         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4871         (wl-fcc): Fix to accept function.
4872         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4873
4874 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4875
4876         * wl-acap.el (toplevel): Added `product-provide' declare.
4877         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4878
4879 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4880
4881         * wl.el (wl): Changed order of calling `elmo-init'
4882         and `elmo-folder-init'.
4883
4884 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4885
4886         * wl-mime.el (wl-summary-burst): Extract message when content-type
4887         of root entity is not only `multipart' but also `message/rfc822'.
4888         (wl-summary-burst-subr): Ditto.
4889
4890 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4891
4892         * wl-vars.el (toplevel): Require 'custom.
4893         (wl-trash-folder): Added to `wl-setting' group.
4894
4895         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4896         exists.
4897         (wl-addrmgr-draw): Insert empty line when no entry exists.
4898
4899         * wl-mule.el (wl-message-wheel-up): Fixed.
4900         (wl-message-wheel-down): Ditto.
4901
4902 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4903
4904         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4905         config is an anonymous lambda expression.
4906
4907 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4910         when Mule 2 is running.
4911
4912 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4915
4916 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4917
4918         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4919         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4920
4921         * wl-address.el (wl-address-specials-regexp): Eliminated.
4922         (wl-address-quote-specials): Rewrite.
4923
4924 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4925
4926         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4927         shy-groups for regexp.
4928
4929         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4930         character classes and Perl style shy-groups for regexp.
4931         (wl-highlight-plugged-current-line): Use Posix style character
4932         classes for regexp.
4933         (wl-e21-highlight-folder-by-numbers): Ditto.
4934         (wl-e21-display-image-p): Use `display-images-p' instead of
4935         `display-graphic-p'.
4936         (display-images-p): Make an alias to `display-graphic-p' if it is
4937         not available.  It is for Emacs version prior to 21.0.105.
4938
4939         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4940         `display-graphic-p'.
4941         (wl-demo-image-type-alist): Ditto.
4942         (display-images-p): Make an alias to `display-graphic-p' if it is
4943         not available.  It is for Emacs version prior to 21.0.105.
4944
4945 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4946
4947         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4948         support.
4949         (wl-generate-user-agent-string): Ditto.
4950
4951         * wl-version.el (wl-version): Update docsting.
4952         (wl-version-status): Ditto.
4953
4954 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4955
4956         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4957         21.0.105.  For Emacs 21.0.104 or earlier.
4958
4959 2001-09-03  Takuo KITAME <kitame@northeye.org>
4960
4961         * wl-e21.el (wl-plugged-init-icons): Use
4962         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4963         (wl-biff-init-icons): Ditto.
4964
4965 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4966
4967         * wl-highlight.el (wl-highlight-summary-current-line):
4968         Fixed highlighting refile/copy destination.
4969
4970         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4971         (wl-acap-store): Encode string by wl-acap-coding-system.
4972
4973 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4974
4975         * wl-acap.el (toplevel): Check and require 'un-define before
4976         'xemacs-ucs;
4977          Added checking for UTF-2000.
4978
4979 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4980
4981         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4982         Don't enclose with `eval-and-compile'.
4983
4984         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4985         wl-init is non-nil.
4986
4987         * wl-draft.el (wl-draft): Ditto.
4988
4989         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4990
4991         * wl-acap.el (toplevel): Require 'wl.
4992         (wl-acap-store): Call `elmo-init'.
4993
4994         * wl.el (wl): Changed position of `wl-check-environment'.
4995         (toplevel): Added autoload setting for wl-acap.
4996
4997         * wl-vars.el (wl-setting): New custom group.
4998         (wl-from): Added wl-setting group.
4999         (wl-user-mail-address-list): Ditto.
5000         (wl-organization): Ditto.
5001         (wl-subscribed-mailing-list): Ditto.
5002         (wl-envelope-from): Ditto.
5003         (wl-smtp-posting-user): Ditto.
5004         (wl-smtp-posting-server): Ditto.
5005         (wl-smtp-posting-port): Ditto.
5006         (wl-smtp-authenticate-type): Ditto.
5007         (wl-pop-before-smtp-user): Ditto.
5008         (wl-pop-before-smtp-server): Ditto.
5009         (wl-pop-before-smtp-port): Ditto.
5010         (wl-pop-before-smtp-authenticate-type): Ditto.
5011         (wl-nntp-posting-server): Ditto.
5012         (wl-nntp-posting-user): Ditto.
5013         (wl-nntp-posting-port): Ditto.
5014         (wl-fetch-confirm-threshold): Ditto.
5015         (wl-prefetch-threshold): Ditto.
5016         (wl-thread-insert-opened): Ditto.
5017         (wl-ldap-server): Ditto.
5018         (wl-ldap-port): Ditto.
5019         (wl-ldap-base): Ditto.
5020         (wl-ldap-objectclass): Ditto.
5021         (wl-use-ldap): Ditto.
5022         (wl-draft-config-alist): Ditto.
5023         (wl-draft-config-matchone): Ditto.
5024         (wl-template-alist): Ditto.
5025         (wl-message-sort-field-list): Ditto.
5026         (wl-message-ignored-field-list): Ditto.
5027         (wl-message-visible-field-list): Ditto.
5028         (wl-interactive-send): Ditto.
5029         (wl-summary-move-order): Ditto.
5030         (wl-auto-select-first): Ditto.
5031         (wl-auto-select-next): Ditto.
5032         (wl-interactive-save-folders): Ditto.
5033
5034         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5035         Initialization codes are moved from wl-local-folder-init.
5036         (wl-local-folder-init): Follow the change above.
5037         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5038
5039         * wl-acap.el: New file.
5040
5041         * Version number is increased to 2.7.3.
5042
5043 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5046
5047 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5048
5049         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5050         (wl-addrmgr-address-entry-list): Ditto.
5051
5052 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5053
5054         * wl-e21.el (wl-draft-mode-map): Removed binding for
5055         `wl-draft-insert-x-face-field'.
5056
5057         * wl-mule.el (wl-draft-mode-map): Ditto.
5058
5059         * wl-xmas.el (wl-draft-mode-map): Ditto.
5060
5061         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5062         (wl-cs-autoconv): Ditto.
5063         (wl-cs-local): Ditto.
5064         (wl-use-scoring): Ditto.
5065         (wl-mime-charset): Ditto.
5066         (wl-folder-check-async): Ditto.
5067
5068         * wl.el (toplevel): Ignore nemacs and tm.
5069         (wl-exit): Ditto.
5070
5071         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5072         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5073         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5074         instead of wl-address-petname-add-or-change.
5075         (wl-summary-edit-addresses-subr): Use wl-address-delete
5076         instead of wl-address-petname-delete.
5077
5078         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5079
5080         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5081         if error occured.
5082
5083         * wl-message.el (require): Remove tm support.
5084
5085         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5086
5087         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5088         (wl-folder-jump-to-current-entity): Ditto.
5089         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5090
5091         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5092         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5093         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5094
5095         * wl-mule.el (wl-draft-key-setup): Ditto.
5096
5097         * wl-xmas.el (wl-draft-key-setup): Ditto.
5098
5099         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5100         (wl-draft-std11-parse-addresses): New function.
5101         (wl-draft-parse-mailbox-list): Use it.
5102         (wl-draft): Ignore nemacs.
5103         (wl-draft-reedit): Ditto.
5104
5105         * wl-addrmgr.el: New file.
5106         (Original is wl-rcpt.el written by
5107         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5108         Thanks Kitamoto-san.)
5109
5110         * wl-address.el (wl-address-make-address-list): Modified parsing
5111         process.
5112         (wl-address-delete): Renamed from `wl-address-petname-delete';
5113         Modify wl-address-list too.
5114         (wl-address-add-or-change): Renamed from
5115         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5116
5117 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5118
5119         * wl-highlight.el (wl-highlight-summary-current-line):
5120           Work with transient-mark-mode
5121
5122 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * Version number is increased to 2.7.2.
5125
5126         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5127         instead of elmo-dop-queue-method.
5128
5129 2001-08-06  SAITO Atsunori <sai@yedo.com>
5130
5131         * wl-vars.el (wl-ldap-objectclass): New user option.
5132
5133         * wl-address.el (wl-ldap-make-filter): Use it.
5134
5135 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5136
5137         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5138
5139 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-folder.el (wl-folder): redisplay after folder insertion.
5142
5143         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5144
5145         * wl-summary.el (wl-summary-sync-update):
5146         Change status mark only when new-msgdb exists.
5147         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5148
5149 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5150
5151         * wl-summary.el (wl-summary-open-folder): New function.
5152         (wl-summary-goto-folder-subr): Use it.
5153         (wl-summary-mark-as-important): Fix;
5154         Encache only when no cache exists.
5155
5156 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5157
5158         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5159         Use with-current-buffer.
5160
5161 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5162
5163         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5164         before call `get-buffer'. Fixed parenthesis.
5165         (wl-score-get-header-entry): Clear message and help window when
5166         keyboard quit.
5167         (wl-score-edit-insert-header): Ditto.
5168
5169 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5170
5171         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5172         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5173         (wl-default-draft-cite): Fix.
5174
5175         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5176         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5177
5178 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-message.el (wl-message-prev-page): Do same bahavior
5181         as summary when it is called in the message buffer.
5182         (wl-message-next-page): Ditto.
5183
5184 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5185
5186         * wl-summary.el (wl-summary-forward): Use cache if it is not
5187         section cache.
5188
5189 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5190
5191         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5192         Removed redundant require of elmo-vars.
5193         (wl-biff-state-indicator-on): Changed default value for
5194         xemacs with non-mule environment.
5195
5196         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5197         wl-message-buffer is nil;
5198         Hide progress bar after moving messages.
5199
5200 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5201
5202         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5203         message at cursor point is deleted.
5204
5205 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5206
5207         * wl-vars.el: Changed file coding system to euc-japan.
5208         Added -*-coding:-*- magic to the first line.
5209
5210         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5211         Search parent from the first message.
5212
5213         * Version number is increased to 2.7.1.
5214
5215 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5216
5217         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5218
5219 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5220
5221         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5222         refile/delete execution.
5223
5224         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5225         Fixed docstring.
5226
5227 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5228
5229         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5230         do update process;
5231         Don't update marks when update process is interrupted.
5232
5233 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5234
5235         * wl-summary.el (wl-summary-reply): Fixed problem when
5236         wl-draft-use-frame is non-nil.
5237         (wl-summary-forward): Ditto.
5238
5239         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5240         as nil.
5241         (wl-folder-mark-as-read-all-entity): Ditto.
5242         (wl-folder-prefetch-entity): Ditto.
5243
5244         * wl.el (wl): Check environment before wl-init.
5245
5246         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5247         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5248         instead of wl-summary-collect-unread.
5249         (wl-summary-reply): Split message window.
5250
5251 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5252
5253         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5254         only if current language environment is japanese,
5255
5256         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5257         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5258         (wl-folder-goto-folder-subr): Ditto.
5259
5260         * wl-draft.el (wl-draft-dispatch-message): Call
5261         `elmo-file-cache-get-path'.
5262
5263 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5264
5265         * wl-summary.el (wl-summary-cursor-move): If return value of
5266         wl-summary-next-message is not number, don't jump.
5267
5268 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl-summary.el (wl-summary-buffer-next-message-function): New
5271         variable.
5272         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5273         if it is bound.
5274
5275         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5276         string.
5277
5278         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5279         (wl-plugged-drawing): Ditto.
5280
5281 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5282
5283         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5284         process.
5285         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5286         with unwind-protect.
5287
5288         * wl.el (wl-init): Require mime-setup.
5289         (wl-check-environment): Don't require mime-setup.
5290
5291         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5292         instead of elmo-folder-type.
5293
5294         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5295         value as nil.
5296
5297 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5298
5299         * Version number is increased to 2.7.0.
5300
5301         * wl-version.el (wl-version): Changed codename.
5302
5303         * wl-summary.el (wl-summary-delete-cache): Fixed.
5304
5305         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5306         Workaround for net folders.
5307         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5308
5309         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5310         value to nil (According to the patch from
5311         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5312
5313         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5314         of elmo-folder-close.
5315
5316 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5317
5318         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5319         for postfix.
5320
5321 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5322
5323         * wl-summary.el (wl-summary-resend-message): Fixed.
5324
5325         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5326         Call wl-draft with `from' argument if its address is included in
5327         `wl-user-mail-address-list'.
5328         (wl-draft): Added `from' argument.
5329
5330         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5331         non-nil.
5332         (wl): Don't show demo if wl-demo is nil.
5333
5334         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5335         wl-summary-use-frame.
5336
5337         * wl-vars.el (wl-summary-use-frame): New user option.
5338         (wl-folder-use-frame): Changed docstring.
5339
5340         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5341         non-nil.
5342         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5343         wl-summary-use-frame.
5344
5345         * wl-vars.el (wl-folder-use-frame): New user option.
5346
5347         * wl-summary.el (wl-summary-exit): Back to folder frame if
5348         wl-folder-use-frame is non-nil.
5349         (wl-summary-redisplay-internal): Ignore cache if current folder
5350         is draft folder,
5351         (wl-summary-redisplay-no-mime): Ditto.
5352         (wl-summary-redisplay-all-header): Ditto.
5353
5354         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5355         if wl-folder-use-frame is non-nil.
5356
5357 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5358
5359         * wl-summary.el (wl-summary-sync-update): Bind
5360         elmo-folder-update-threshold.
5361         (wl-summary-mark-as-important): Enclosed server mark processing
5362         with `save-match-data'.
5363
5364         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5365         only when it is already defined.
5366
5367 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5368
5369         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5370         name of folder exclude localdir is wrong.
5371         * wl-folder.el (wl-folder-sync-entity):
5372         Set `wl-summary-always-sticky-folder-list' as nil.
5373         (wl-folder-mark-as-read-all-entity): Ditto.
5374         (wl-folder-prefetch-entity): Ditto.
5375
5376 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5377
5378         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5379         instead of `wl-summary-write-current-newsgroup'.
5380
5381 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5382
5383         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5384         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5385         non-nil and selected message is important, do not display.
5386
5387 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5388
5389         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5390
5391 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5392
5393         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5394
5395         * wl-summary.el (wl-summary-mark-as-important): Set message number
5396         using wl-summary-message-number.
5397
5398 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5399
5400         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5401         destination folder is 'null.
5402
5403 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5404
5405         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5406         New function.
5407         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5408         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5409         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5410
5411 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5412
5413         * wl-mime.el (wl-mime-setup): Added setting for
5414         `mime-setup-signature-key-alist' to avoid overriding key bind for
5415         `wl-draft-send'.
5416
5417         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5418         for `wl-draft-send'.
5419         * wl-mule.el (wl-draft-overload-functions): Ditto.
5420         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5421         * wl-draft.el (wl-draft-send): Ditto.
5422
5423         * wl-message.el (wl-message-display-internal):
5424         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5425         (Patch is provided by <kita@coe.nttdata.co.jp>).
5426
5427 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5428
5429         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5430
5431 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5432
5433         * wl.el (wl): Fix for wl-demo.
5434
5435 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5436
5437         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5438
5439 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5440
5441         * wl-folder.el (wl-folder-prefetch-entity): Use
5442         `wl-folder-get-elmo-folder'.
5443         (wl-folder-count-incorporates): Do not use
5444         `wl-folder-get-elmo-folder'.
5445
5446 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5447
5448         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5449         instead of `elmo-folder-get-type'.
5450
5451 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5452
5453         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5454         position on Subject: field.
5455         (Advised by Mito <mit@nines.nec.co.jp>)
5456
5457 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5458
5459         * wl-folder.el (wl-folder-prefetch-entity): Use
5460         `wl-folder-get-elmo-folder'.
5461
5462 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5463
5464         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5465
5466         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5467         `process-duplicates' slot.
5468
5469         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5470         if detection failed.
5471
5472 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5473
5474         * wl-version.el (wl-version-status): Set to "alpha".
5475
5476 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5477
5478         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5479         Check wl-message-buffer lives before set-buffer.
5480
5481 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5482
5483         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5484         called in folder mode.
5485         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5486         * wl-summary.el (wl-summary-exit-pre-hook): Run
5487         `wl-summary-exit-pre-hook' before exit summary mode.
5488
5489 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5490
5491         * wl-version.el (wl-version-status): New variable.
5492         (wl-version-status-alist): Removed.
5493         (wl-version-status): Rule included.
5494
5495 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5496
5497         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5498         @sponichi.
5499
5500         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5501         when `mail-reply-buffer' is buffer-local variable.
5502         (Reported by <kita@coe.nttdata.co.jp>).
5503
5504 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5505
5506         * wl-vars.el (toplevel): Require 'elmo-util.
5507
5508 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5511         (All other related portions are changed)
5512
5513         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5514
5515         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5516
5517 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5518
5519         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5520
5521 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5522
5523         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5524         Delete other windows to avoid an error.
5525         Use `point-marker' instead of `point' to remember the start point
5526         of body.
5527
5528         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5529
5530         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5531         number not to exceed all message number.
5532
5533 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5534
5535         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5536         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5537
5538 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5539
5540         * wl-summary.el (wl-summary-sync-force-update): Added argument
5541         no-check.
5542         (wl-summary-sync-update): Ditto.
5543         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5544         with `no-check'.
5545
5546         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5547         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5548         already running.
5549
5550 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5551
5552         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5553         `dst-folder-arg'.
5554         (wl-expire-archive-number1): Diito.
5555         (wl-expire-archive-number2): Diito.
5556         (wl-expire-archive-Date): Diito.
5557         (wl-archive-number1): Diito.
5558         (wl-archive-number2): Diito.
5559         (wl-archive-date): Diito.
5560         (wl-archive-folder-p): New function.
5561         (wl-summary-expire): Support of expand folder name at
5562         wl-expire-alist.
5563         * wl-util.el (wl-expand-newtext): Renamed from
5564         `wl-refile-expand-newtext'.
5565
5566 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5567
5568         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5569         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5570         `(elmo-msgdb-get-overview msgdb)'.
5571         (wl-summary-prefetch): Bind match data before call
5572         `wl-summay-prefetch-msg'.
5573         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5574         'off if `wl-summary-buffer-disp-msg' is non-nil.
5575         Fixed problem that couldn't show only one new or unread message when
5576         enter folder.
5577         (wl-summary-reply): Don't call `split-window-vertically' and other
5578         window.
5579
5580 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5581
5582         * wl-expire.el (wl-expire-refile): Fixed.
5583
5584 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5585
5586         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5587
5588         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5589         biff notification is removed.
5590
5591         * wl.el (wl): Changed position of `elmo-init'.
5592
5593         * wl-draft.el (wl-default-draft-cite): Use date field
5594         on the citation buffer.
5595
5596         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5597
5598         * wl-xmas.el (wl-folder-internal-icon-list): Added
5599         `wl-folder-shimbun-image'.
5600
5601         * wl-e21.el (wl-folder-internal-icon-list): Added
5602         `wl-folder-shimbun-image'.
5603
5604 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * wl.el (wl-init): Eliminated argument.
5607         (wl): Rewrite.
5608
5609         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5610         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5611         instead of `elmo-folder-msgdb-internal'.
5612         (wl-summary-sync-update): Ditto.
5613         (wl-summary-flush-pending-append-operations): Eliminated.
5614         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5615         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5616         `elmo-folder-open'.
5617
5618         * wl-mime.el (wl-summary-burst): Fixed.
5619
5620         * wl-folder.el (wl-folder-info-save): Check data type.
5621
5622         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5623         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5624         instead of `elmo-folder-msgdb-internal'.
5625         (wl-expire-hide): Ditto.
5626
5627
5628         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5629
5630 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5631
5632         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5633
5634 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5635
5636         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5637
5638 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5639
5640         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5641         Fixed `match-beginning' argument mismatch.
5642
5643 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5644
5645         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5646         the default value.
5647
5648 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5649
5650         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5651         instead of `elmo-nntp-default-port'.
5652
5653         * wl-vars.el: Fixed some doc strings.
5654
5655 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5656
5657         * wl-summary.el (wl-summary-prefetch-msg): Use
5658         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5659
5660         * wl-vars.el: Define *-func as obsolete variable using
5661         `elmo-define-obsolete-variable'.
5662
5663         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5664         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5665         instead of `wl-message-buffer-prefetch-threshold'.
5666
5667         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5668
5669         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5670
5671         * wl-draft.el (wl-caesar-region-func): Ditto.
5672
5673         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5674         Keep unread status in elmo-folder-move-messages.
5675         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5676
5677 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5678
5679         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5680         `wl-summary-buffer-exit-func'
5681         (wl-summary-buffer-message-redisplay-function): Renamed from
5682         `wl-summary-buffer-message-redisplay-func'
5683         (wl-summary-buffer-next-folder-function): Renamed from
5684         `wl-summary-buffer-next-folder-func'.
5685         (wl-summary-buffer-prev-folder-function): Renamed from
5686         `wl-summary-buffer-prev-folder-func'.
5687         (wl-summary-get-petname-function): Renamed from
5688         `wl-summary-get-petname-func'.
5689
5690         * wl-score.el (wl-score-edit-exit-function): Renamed from
5691         `wl-score-edit-exit-func'.
5692
5693         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5694         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5695
5696         * wl-util.el (wl-load-profile-function): Renamed from
5697         `wl-load-profile-func'.
5698
5699         * wl-folder.el (wl-folder-completion-function): Renamed from
5700         `wl-folder-completion-func'.
5701         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5702
5703         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5704         `wl-expire-archive-get-folder-func'.
5705         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5706         (wl-draft-send-mail-function): Renamed from
5707         `wl-draft-send-mail-func'.
5708         (wl-draft-send-news-function): Renamed from
5709         `wl-draft-send-news-func'.
5710         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5711         (wl-generate-mailer-string-function): Renamed from
5712         `wl-generate-mailer-string-func'.
5713         (wl-highlight-signature-search-function): Renamed from
5714         `wl-highlight-signature-search-func'.
5715         (wl-highlight-x-face-function): Renamed from
5716         `wl-highlight-x-face-func'
5717         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5718         (wl-ps-print-buffer-function): Renamed from
5719         `wl-ps-print-buffer-func'
5720         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5721         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5722         (wl-summary-subject-filter-function): Renamed from
5723         `wl-summary-subject-filter-func'.
5724
5725         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5726         `wl-draft-queue-flush-send-func'
5727         (wl-draft-cite-function): Renamed from
5728         `wl-draft-cite-func'
5729
5730         * wl-address.el (wl-address-init-function): Renamed from
5731         `wl-address-init-func'.
5732
5733 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5734
5735         * wl-draft.el (wl-draft-queue-flush): Don't call
5736         `elmo-dop-unlock-message'.
5737         * wl-draft.el (wl-draft-queue-append): Don't call
5738         `elmo-dop-lock-message'.
5739
5740         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5741         (wl-summary-buffer-folder-name): Ditto.
5742         (wl-summary-message-regexp): Added '-' (all other related portions
5743         are changed).
5744         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5745         wl-summary-buffer-folder-name.
5746
5747 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5748
5749         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5750         the number of mails in the folder buffer is not updated by wl-biff.
5751
5752 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5753
5754         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5755         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5756
5757 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5758
5759         * wl-summary.el (wl-summary-next-message):
5760         Return next message number when wl-summary-move-order is nil.
5761
5762 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5763
5764         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5765         `wl-summary-move-spec-alist'.
5766         (wl-summary-move-spec-unplugged-alist): New variable
5767         (Move spec for unplugged status).
5768         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5769         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5770
5771 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5772
5773         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5774         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5775
5776 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5777
5778         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5779         simple quotation to quote the anonymous function.
5780         * tm-wl.el (wl-draft-preview-message): Ditto.
5781
5782 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5783
5784         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5785         Eliminate redundant `save-excursion'.
5786         (wl-highlight-summary-current-line): Ditto.
5787
5788         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5789         accessing match data when `looking-at' failed.
5790
5791         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5792         `elmo-match-string' where users don't care about the speed.
5793         (wl-draft-save): Ditto.
5794
5795 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5796
5797         * wl-util.el (wl-regexp-opt): New function.
5798
5799         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5800         number from `wl-summary-buffer-number-list'.
5801         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5802         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5803         (wl-summary-move-spec-alist): Changed default setting.
5804
5805 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5806
5807         * wl-vars.el (wl-biff-notify-hook): New hook.
5808         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5809         the arrival of new mail.
5810         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5811         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5812
5813 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5814
5815         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5816
5817 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5818
5819         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5820
5821         * Version number is increased to 2.5.8.
5822
5823         * wl-thread.el (toplevel): require 'cl.
5824         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5825         (wl-thread-make-number-list): New function.
5826         (wl-thread-entity-make-number-list-from-children): Ditto.
5827         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5828         (wl-thread-entity-insert-as-children): Likewise.
5829         (wl-thread-delete-message): Likewise.
5830         (wl-meaning-of-mark): Eliminated.
5831         (wl-thread-next-failure-mark-p): Ditto.
5832         (wl-thread-entity-get-mark): Ditto.
5833         (wl-thread-meaning-alist-get-result): Ditto.
5834         (wl-thread-entity-check-prev-mark): Ditto.
5835         (wl-thread-entity-check-next-mark): Ditto.
5836         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5837         (wl-thread-entity-get-prev-marked-entity): Ditto.
5838         (wl-thread-get-prev-unread): Ditto.
5839         (wl-thread-jump-to-prev-unread): Ditto.
5840         (wl-thread-get-next-unread): Ditto.
5841         (wl-thread-jump-to-next-unread): Ditto.
5842         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5843         (wl-thread-entity-get-next-marked-entity): Ditto.
5844
5845         * wl-summary.el (wl-summary-buffer-number-list):
5846         New bufer-local variable.
5847         (wl-summary-switch-to-clone-buffer): Clone
5848         `wl-summary-buffer-number-list'.
5849         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5850         (wl-summary-cursor-move-regex): Eliminated.
5851         (wl-summary-cursor-up): Rewrite.
5852         (wl-summary-cursor-down): Ditto.
5853         (wl-summary-mode-spec-alist): New variable.
5854         (wl-summary-next-message): New inline function.
5855         (wl-summary-cursor-move): New function.
5856         (wl-summary-default-get-next-msg): Rewrite.
5857         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5858         (wl-summary-rescan): Ditto.
5859         (wl-summary-sync-all-init): Ditto.
5860         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5861         summary is not thread view.
5862         (wl-summary-sync-update): Ditto.
5863         (wl-summary-rescan): Ditto.
5864         (wl-summary-make-number-list): New function.
5865
5866         * wl-draft.el: "FCC" -> "Fcc".
5867
5868 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-highlight.el (wl-highlight-summary-window):
5871         Call `set-buffer-modified-p'.
5872
5873         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5874         (wl): Call `elmo-init' and fix.
5875
5876         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5877         Use new variables.
5878
5879         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5880
5881 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5882
5883         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5884
5885 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5886
5887         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5888
5889 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5890
5891         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5892         `wl-use-toolbar' nor `display-graphic-p'.
5893         (wl-e21-setup-message-toolbar): Ditto.
5894         (wl-e21-setup-summary-toolbar): Ditto.
5895         (wl-e21-setup-folder-toolbar): Ditto.
5896
5897         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5898         (wl-plugged-init-icons): Ditto.
5899
5900         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5901         `display-graphic-p'.
5902         (wl-plugged-set-folder-icon): Ditto.
5903         (wl-highlight-plugged-current-line): Ditto.
5904         (wl-highlight-folder-current-line): Ditto.
5905         (wl-e21-highlight-folder-group-line): Ditto.
5906         (wl-e21-setup-toolbar): Ditto.
5907         (wl-e21-display-image-p): New macro.
5908
5909         * wl-demo.el (wl-demo): Simplified.
5910         (wl-demo-image-type-alist): Use `image-type-available-p' for
5911         checking whether the image type `xbm' is available.
5912
5913 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5914
5915         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5916         (wl-summary-input-range): Ditto.
5917
5918 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5919
5920         * wl-summary.el (wl-summary-edit-addresses): Use
5921         `wl-summary-get-original-buffer'
5922         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5923         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5924         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5925         (wl-summary-get-newsgroups): Eliminated.
5926         (wl-summary-set-crosspost): Ditto.
5927         (wl-summary-is-crosspost-folder): Ditto.
5928         (wl-crosspost-alist-load): Ditto.
5929         (wl-crosspost-alist-save): Ditto.
5930
5931         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5932         `elmo-setup-subscribed-newsgroups' instead of
5933         `elmo-nntp-make-groups-hashtb'.
5934         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5935         instead of `wl-crosspost-alist-save'.
5936
5937         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5938         of `elmo-folder-message-appendable-p'.
5939         (wl-mime-header-presentation-method): Eliminated.
5940
5941         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5942         (Error occurs in emacs21).
5943
5944         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5945         the current buffer).
5946
5947         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5948         instead of `wl-crosspost-alist-save'.
5949         (wl-init): `elmo-crosspost-message-alist-load'
5950         instead of `wl-crosspost-alist-load'
5951
5952         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5953         (wl-parse-newsgroups): Likewise.
5954         (wl-biff-notify): Run `wl-biff-notify-hook'.
5955
5956 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5957
5958         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5959
5960         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5961         when `wl-summary-lazy-highlight' is non-nil.
5962         (wl-summary-goto-folder-subr): Highlight only when
5963         `wl-summary-lazy-highlight' is non-nil.
5964
5965         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5966         Don't display progress and highlight temp-mark when
5967         `wl-summary-lazy-highlight' is non-nil.
5968         (wl-highlight-summary-window): New function.
5969         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5970
5971 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5972
5973         * wl-summary.el (wl-summary-sync): Change `all-visible'
5974         from `all-shown'
5975         (wl-summary-input-range): Ditto.
5976
5977 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5978
5979         * wl-e21.el (wl-highlight-folder-current-line): Call
5980         `wl-folder-init-icons' when folder icons have not been initialized.
5981
5982         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5983
5984         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5985         (wl-demo-image-type-alist): New macro.
5986
5987 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5988
5989         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5990         display does not support graphics.
5991         (wl-plugged-init-icons): Ditto.
5992         (wl-folder-init-icons): Ditto.
5993
5994         * wl-demo.el (wl-demo): Chech closely whether the display
5995         supports graphics.
5996
5997 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5998
5999         * wl-summary.el (wl-summary-get-original-buffer): New function.
6000         (wl-summary-set-crosspost): Use it.
6001         (wl-summary-target-mark-uudecode): Ditto.
6002         (wl-summary-reedit): Ditto.
6003         (wl-summary-resend-bounced-mail): Ditto.
6004         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6005         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6006
6007         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6008         (wl-message-display-internal): Ditto.
6009
6010 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6011
6012         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6013
6014 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-summary.el (wl-summary-save-view): Renamed from
6017         `wl-summary-save-status'.
6018
6019 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6020
6021         * wl-summary.el (wl-summary-sync): Added `all-shown'
6022
6023 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6024
6025         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6026
6027 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6028
6029         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6030
6031 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6032
6033         * wl-highlight.el (wl-highlight-summary-line-string): Use
6034         `zerop' instead of `= 0'.
6035         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6036
6037         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6038         for comparing numbers.
6039         (wl-template-prev): Use `zerop' instead of `eq 0'.
6040
6041         * wl-draft.el (wl-draft-insert-current-message): Use
6042         `with-current-buffer' instead of `save-excursion'.
6043         Use `zerop' instead of `eq 0'.
6044
6045 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6046
6047         * wl-draft.el (wl-draft-insert-ccs): New function.
6048         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6049         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6050
6051 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6052
6053         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6054
6055 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6056
6057         * wl-expire.el (wl-expire-refile): Don't call
6058         elmo-msgdb-add-msgs-to-seen-list;
6059         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6060         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6061
6062 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6063
6064         * wl-message.el (wl-message-prev-page): Ignore errors while
6065         scroll-down.
6066
6067 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-mime.el: Use elmo-original-message-mode instead of
6070         mmelmo-original-mode.
6071
6072         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6073         `elmo-folder-get-spec';
6074         (wl-fldmgr-add-completion-all-completions):
6075         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6076
6077         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6078         of `elmo-folder-get-type'.
6079
6080         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6081         `elmo-folder-get-spec';
6082         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6083         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6084         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6085         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6086         `elmo-read-msg-no-cache';
6087         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6088         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6089         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6090         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6091         `elmo-cache-save';
6092         (wl-draft-reedit): Use `elmo-message-file-name'.
6093
6094         * wl-expire.el: Use `elmo-folder-name-internal';
6095         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6096         Use macro `wl-summary-buffer-msgdb' instead of variable
6097         `wl-summary-buffer-msgdb';
6098         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6099         Use macro `wl-summary-buffer-folder-name' instead of variable
6100         `wl-summary-buffer-folder-name'.
6101         * wl-score.el: Likewise.
6102
6103         * wl-message.el: Rewrite for new message buffer cache mechanism.
6104         (wl-message-buffer-cache-buffer-get): New macro.
6105         (wl-message-buffer-cache-folder-get): Ditto.
6106         (wl-message-buffer-cache-message-get): Ditto.
6107         (wl-message-buffer-cache-entry-make): Ditto.
6108         (wl-message-buffer-cache-hit): Ditto.
6109         (wl-message-buffer-cache-sort): New function.
6110         (wl-message-buffer-cache-add): Ditto.
6111         (wl-message-buffer-cache-delete): Ditto.
6112         (wl-message-buffer-cache-clean-up): Ditto.
6113         (wl-message-buffer-window): Rewrite.
6114         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6115         (wl-message-buffer-display): New function.
6116         (wl-message-display-internal): New function.
6117
6118 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6119
6120         * wl-folder.el: Use `elmo-folder-name-internal';
6121         Use `wl-folder-get-elmo-folder';
6122         Use `elmo-folder-list-messages' instead of
6123         `elmo-list-folder';
6124         Use `elmo-folder-get-primitive-list' instead of
6125         `elmo-folder-get-primitive-spec-list';
6126         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6127         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6128         Use `elmo-folder-create' instead of `elmo-create-folder'.
6129         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6130         (wl-folder-get-elmo-folder): New macro.
6131         (wl-folder-elmo-folder-cache-get): Ditto.
6132         (wl-folder-elmo-folder-cache-put): Ditto.
6133         (wl-folder-suspend): Call `elmo-quit'.
6134
6135         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6136         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6137         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6138         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6139         (toplevel): require 'cl.
6140         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6141
6142         * wl-summary.el: Rewrite to use new elmo interface.
6143
6144 \f
6145 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6146
6147         * wl-mime.el (wl-draft-preview-message):
6148         Run `wl-draft-send-hook' before collecting recipients information;
6149         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6150
6151         * tm-wl.el (wl-draft-preview-message): Ditto.
6152
6153 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6154
6155         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6156         wrong receipients are displayed when forwarded message.
6157
6158 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6159
6160         * Version number is increased to 2.5.7.
6161
6162 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6163
6164         * wl-message.el (wl-message-next-page): Bind
6165         `window-pixel-scroll-increment' to nil while scrolling up.
6166
6167 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6168
6169         * wl-vars.el (wl-save-hook): New hook.
6170         * wl.el (wl-save): Call `wl-save-hook'.
6171
6172 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6173
6174         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6175         Argument WITH-ARG instead of NO-ARG (negative mean).
6176         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6177         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6178         * wl-message.el (wl-message-follow-current-entity): Likewise.
6179
6180 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6181
6182         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6183         FROM was optional argument.
6184         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6185
6186 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6187
6188         * Version number is increased to 2.5.6.
6189
6190 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6191
6192         * wl-version.el (wl-version-show): Removed.
6193         (wl-version): Add `interactive'.
6194
6195 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6196
6197         * wl-summary.el (wl-summary-get-petname-func): New variable.
6198         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6199         instead of `wl-address-get-petname-1'.
6200         (wl-summary-simple-from): Ditto.
6201
6202         * wl-address.el (wl-address-get-petname-1): Define as function.
6203
6204 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6205
6206         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6207         field in the original message.
6208         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6209
6210 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6211
6212         * wl-expire.el (wl-expire-hide):
6213         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6214
6215 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6216
6217         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6218         find decoder for To, Cc, and Subject.
6219
6220 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6221
6222         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6223         for checking `elmo-use-buffer-cache'.
6224         (wl-summary-mark-as-important): Fixed typo in comment.
6225
6226 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6227
6228         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6229         field in the original message.
6230         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6231
6232 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6233
6234         * wl-expire.el (wl-expire-hide):
6235         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6236
6237 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6238
6239         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6240         find decoder for To, Cc, and Subject.
6241
6242 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6243
6244         * Version number is increased to 2.5.5.
6245
6246         * wl-address.el (wl-address-specials-regexp): New constant.
6247         (wl-address-quote-specials): Use it.
6248
6249 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6250
6251         * wl-summary.el (wl-summary-rescan):
6252         Call `wl-summary-buffer-number-column-detect'.
6253         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6254
6255         * wl-message.el (wl-message-mode-map): Define.
6256         (wl-message-decode): Use it as local-map.
6257
6258 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6259
6260         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6261         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6262
6263 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6264
6265         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6266
6267         * wl-mule.el (wl-read-event-char): Ditto.
6268
6269         * wl-e21.el (wl-read-event-char): Ditto.
6270
6271         * wl-nemacs.el (wl-read-event-char): Ditto.
6272         (read-event): Removed.
6273
6274         * wl-util.el (toplevel): Removed dummy definition of
6275         `read-event'.
6276         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6277
6278 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6279
6280         * wl-nemacs.el (elmo-archive-call-process): Moved to
6281         elmo-archive.el.
6282
6283 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6284
6285         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6286         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6287
6288         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6289         instead of magic-number 6.  Use `not' instead of `null' for symbol
6290         `nil' check (not empty list).
6291         (wl-draft-insert-x-face-field): Fixed paren style.
6292
6293         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6294         one-branch conditional statement, instead of `and' and `if'.
6295         (wl-draft-forward): Likewise.
6296         (wl-draft-add-references): Likewise.
6297         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6298
6299         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6300         conditional steatment.  Use `cond' instead of `if'.
6301         (wl-draft-confirm): Likewise.
6302
6303 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6304
6305         * wl-version.el (wl-version-show): Use `product-string-1'
6306         instead of `wl-version'.
6307         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6308
6309         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6310
6311 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6312
6313         * wl-highlight.el (wl-highlight-headers): Revert
6314         `wl-highlight-x-face-func' argument (`beg' and `end').
6315
6316 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6317
6318         * wl.el (toplevel): Move `product-provide' declare.
6319         * wl-demo.el (toplevel): Ditto.
6320         * wl-dnd.el (toplevel): Ditto.
6321         * wl-highlight.el (toplevel): Ditto.
6322         * wl-message.el (toplevel): Ditto.
6323         * wl-refile.el (toplevel): Ditto.
6324         * wl-util.el (toplevel): Ditto.
6325
6326 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6327
6328         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6329         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6330         (wl-thread-close-all): keep cursor position.
6331
6332 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6333
6334         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6335         (eq x 0).
6336         (wl-generate-user-agent-string-1): Fix conditional statement.
6337
6338 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6339
6340         * wl.el (wl-check-environment): Additional check for
6341         'wl-local-domain' and `wl-message-id-domain'.
6342
6343 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6344
6345         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6346
6347 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6348
6349         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6350         instead of `smtp-sasl-user-realm'.
6351
6352 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6353
6354         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6355
6356 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6357
6358         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6359         to the default value as well as `eword-lexical-analyzer'.
6360
6361 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6362
6363         * wl-version.el (wl-extended-emacs-version,
6364         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6365         `elmo-match-string' instead of `wl-match-string'.
6366
6367 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6368
6369         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6370         docstring.
6371
6372 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6373
6374         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6375
6376 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6377
6378         * wl-highlight.el (wl-highlight-headers): Remove
6379         `wl-highlight-x-face-func' argument (`beg' and `end').
6380
6381 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6382
6383         * wl-summary.el (wl-summary-mark-as-important):
6384         Remove cache if folder is local.
6385
6386 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6387
6388         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6389         to get existing e-mail address string.
6390
6391 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6392
6393         * wl-version.el (wl-generate-user-agent-string): Commentary.
6394         (wl-generate-user-agent-string-1): Use `when' for
6395         one-branch conditional statement, instead of `and' and `if'.
6396         (wl-extended-emacs-version, wl-extended-emacs-version2,
6397         wl-extended-emacs-version3): Ditto.
6398
6399 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6402         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6403         condition-case; Remove initialization.
6404         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6405         (wl-summary-sync-update3): Added argument `sync-all';
6406         Eliminated local variable `msgdb';
6407         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6408         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6409         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6410
6411 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6412
6413         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6414         connection before call `wl-draft-send-mail-with-smtp'.
6415
6416 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6417
6418         * Version number is increased to 2.5.4.
6419
6420 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6421
6422         * wl.el (wl-check-environment): Additional check for
6423         'wl-local-domain' and `wl-message-id-domain'.
6424
6425 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6426
6427         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6428         buffer as command specific.
6429         (wl-folder-mark-as-read-all-entity): Ditto.
6430         (wl-folder-prefetch-entity): Ditto.
6431         (wl-folder-drop-unsync-entity): Ditto.
6432
6433         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6434         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6435         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6436
6437         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6438         save-excursion.
6439
6440 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6441
6442         * Version number is increased to 2.5.3.
6443
6444         * wl-summary.el (wl-summary-save-view-cache):
6445         Delete duplicated `write-region';
6446         Use `write-region-as-binary' instead of `as-binary-output-file' and
6447         `write-region'.
6448
6449 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6450
6451         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6452
6453 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6454
6455         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6456         instead of `smtp-via-smtp'.
6457
6458 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6459
6460         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6461
6462 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6463
6464         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6465         instead of `smtp-sasl-user-realm'.
6466
6467 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6468
6469         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6470
6471 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6472
6473         * Version number is increased to 2.5.2.
6474
6475 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6476
6477         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6478         does not exist.
6479         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6480         (wl-biff-start): Call `timer-activate' if timer already exists.
6481
6482         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6483         only when it is bound as function.
6484
6485 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6486
6487         * Version number is increased to 2.5.1.
6488
6489 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6490
6491         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6492         Print refile/copy destination.
6493
6494 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6495
6496         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6497         queue-flush-only is non-nil.
6498
6499         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6500
6501         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6502         checking cache folder.
6503
6504 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6505
6506         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6507         `regexp-quote'.
6508
6509 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6510
6511         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6512         function.
6513         * wl-summary.el (wl-summary-write-current-folder-functions):
6514         Change default value.  Use it.
6515
6516 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6517
6518         * Version number is increased to 2.5.0.
6519
6520         * wl-version.el (wl-version): Changed codename.
6521
6522 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6523
6524         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6525         (wl-summary-supersedes-message): Ditto.
6526
6527 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6528
6529         * wl-refile.el (wl-refile-guess-functions): Renamed from
6530         `wl-refile-guess-func-list'.
6531
6532 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6535         Fixed problem when no rule was matched.
6536
6537 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6538
6539         * wl-summary.el (wl-summary-get-mark): Fixed
6540         `wl-summary-buffer-target-mark' check logic.
6541
6542 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6543
6544         * wl-folder.el (wl-folder-write-current-folder): Added group
6545         folder check.
6546
6547         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6548         `wl-summary-write-current-newsgroup'.
6549         (wl-summary-write-current-folder-functions): New variable.
6550         * wl-folder.el (wl-folder-get-newsgroups): New function.
6551         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6552         (wl-folder-write-current-folder): Renamed from
6553         `wl-folder-write-current-newsgroup'.
6554
6555 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6556
6557         * Version number is increased to 2.3.93.
6558
6559 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6560
6561         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6562         (wl-ldap-make-matched-value-list): Ditto.
6563         (wl-ldap-alias-safe-string): Split e-mail address.
6564
6565         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6566         petname folder default was selected.
6567         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6568         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6569
6570 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6571
6572         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6573         to `wl-draft-config-exec'.
6574
6575         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6576         instead of calling `wl-draft-config-exec';
6577         Process group-list and show recipients in minibuffer.
6578
6579         * tm-wl.el (wl-draft-preview-message): Ditto.
6580
6581 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6582
6583         * wl.el (toplevel): Added (C) to copyright notice, and
6584         sync Author header.
6585         * tm-wl.el (toplevel): Ditto.
6586         * wl-address.el (toplevel): Ditto.
6587         * wl-demo.el (toplevel): Ditto.
6588         * wl-dnd.el (toplevel): Ditto.
6589         * wl-draft.el (toplevel): Ditto.
6590         * wl-e21.el (toplevel): Ditto.
6591         * wl-expire.el (toplevel): Ditto.
6592         * wl-folder.el (toplevel): Ditto.
6593         * wl-highlight.el (toplevel): Ditto.
6594         * wl-message.el (toplevel): Ditto.
6595         * wl-mime.el (toplevel): Ditto.
6596         * wl-mule.el (toplevel): Ditto.
6597         * wl-nemacs.el (toplevel): Ditto.
6598         * wl-refile.el (toplevel): Ditto.
6599         * wl-score.el (toplevel): Ditto.
6600         * wl-summary.el (toplevel): Ditto.
6601         * wl-template.el (toplevel): Ditto.
6602         * wl-thread.el (toplevel): Ditto.
6603         * wl-util.el (toplevel): Ditto.
6604         * wl-vars.el (toplevel): Ditto.
6605         * wl-xmas.el (toplevel): Ditto.
6606
6607 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6608
6609         * wl.el (wl-init): Added comment about `wl-init-hook'.
6610         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6611         * wl-vars.el (wl-init-hook): Added docs.
6612         (wl-make-plugged-hook): Removed useless docs.
6613         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6614         * wl-xmas.el (toplevel): Ditto.
6615
6616 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6617
6618         * wl-address.el (toplevel): Fixed multiple Author header format.
6619         * wl-demo.el (toplevel): Ditto.
6620         * wl-draft.el (toplevel): Ditto.
6621         * wl-folder.el (toplevel): Ditto.
6622         * wl-summary.el (toplevel): Ditto.
6623         * wl-thread.el (toplevel): Ditto.
6624         * wl-util.el (toplevel): Ditto.
6625         * wl-vars.el (toplevel): Ditto.
6626         * wl-version.el (toplevel): Ditto.
6627         * wl-xmas.el (toplevel): Ditto.
6628         * wl.el (toplevel): Ditto.
6629
6630         * wl-version.el (toplevel): Added require `elmo-version' for
6631         `product-version-as-string'.
6632
6633 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6634
6635         * wl-vars.el (wl-draft-send-hook): Changed default value to
6636         '(wl-draft-config-exec).
6637
6638         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6639         explicitly.
6640         (wl-draft): Set `wl-draft-config-exec-flag' before running
6641         `wl-mail-setup-hook'.
6642
6643         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6644         `wl-biff-init-icons' to `wl-init-hook' instead of
6645         `wl-make-plugged-hook'.
6646         (Because if `wl-draft' command is invoked at first,
6647         they are not initialized)
6648         Updated copyright notice.
6649
6650         * wl-e21.el (toplevel): Ditto;
6651
6652         * wl-demo.el (toplevel): Updated copyright notice.
6653         * wl-address.el (toplevel): Ditto.
6654         * wl-draft.el (toplevel): Ditto.
6655         * wl-version.el (toplevel): Ditto.
6656         * wl-folder.el (toplevel): Ditto.
6657         * wl-summary.el (toplevel): Ditto.
6658         * wl-thread.el (toplevel): Ditto.
6659         * wl-util.el (toplevel): Ditto.
6660         * wl-vars.el (toplevel): Ditto.
6661         * wl.el (toplevel): Ditto.
6662
6663 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-highlight.el (wl-highlight-message): Fixed problem of
6666         highlighting failure which occured when the last field contains
6667         multiple lines in the draft buffer.
6668
6669         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6670         `wl-biff-start' if plugged.
6671
6672         * wl-util.el (wl-biff-check-folder): New function.
6673         (wl-biff-check-folders): Don't set session name prefix.
6674         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6675         (wl-biff-check-folder-async): Ditto.
6676
6677         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6678         in email address.
6679
6680 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6681
6682         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6683
6684         * wl-draft.el (wl-draft-strip-subject-re): New function.
6685
6686         * wl-draft.el (wl-draft-reply): Use it.
6687
6688 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6689
6690         * wl-message.el (wl-mmelmo-message-redisplay): Use
6691         `mime-display-message' instead of `wl-mime-display-message'.
6692
6693         * wl-mime.el (toplevel): Removed compatibility workaround
6694         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6695         (wl-mime-display-message): Abolished.
6696         (wl-mime-entity-read-field): Ditto.
6697         (wl-mime-combine-message/partial-pieces): Use
6698         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6699
6700 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6701
6702         * wl-template.el: Doc fixes.
6703
6704 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6705
6706         * wl-e21.el (wl-message-overload-functions): Do nothing if
6707         `current-local-map' is not available.
6708         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6709
6710 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6711
6712         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6713         representation.
6714
6715         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6716         number.
6717         (wl-fldmgr-save-folders): Don't use `format' when insert
6718         `wl-fldmgr-folders-header'.
6719
6720 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6721
6722         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6723
6724 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6725
6726         * wl-highlight.el (wl-highlight-message):
6727         Use `std11-field-end' to detect end point of the header field.
6728         Refer `wl-highlight-max-header-size'.
6729
6730         * wl-vars.el (wl-highlight-max-header-size): New variable.
6731
6732         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6733
6734         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6735         Set `for-draft' argument of wl-highlight-headers.
6736         (wl-draft): Ditto.
6737         (wl-draft-reedit): Ditto.
6738         (wl-user-agent-compose-internal): Ditto.
6739
6740 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6741
6742         * wl-message.el (wl-message-add-button): Use overlay.
6743
6744 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6747
6748         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6749         problem when group-list content is nothing.
6750         (Reported by Mito <mit@nines.nec.co.jp>)
6751
6752 2000-10-18  SAITO Atsunori <sai@yedo.com>
6753
6754         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6755
6756 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6757
6758         * tm-wl.el (toplevel): Use product-provide.
6759
6760 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6761
6762         * Version number is increased to 2.3.92.
6763
6764 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6765
6766         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6767         title text, use `display' property for left margin under Emacs 21.
6768
6769         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6770         properties.
6771         (wl-plugged-init-icons): Ditto.
6772
6773 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6774
6775         * wl.el (wl-save-status, wl-init): Remove last period in
6776         "...done." message.
6777         * tm-wl.el (wl-summary-burst): Ditto.
6778         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6779         wl-summary-resume-cache-status,
6780         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6781         wl-summary-sync-update3, wl-summary-highlight-msgs,
6782         wl-summary-flush-pending-append-operations,
6783         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6784         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6785         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6786         wl-thread-open-all): Ditto.
6787         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6788         * wl-mime.el (wl-summary-burst): Ditto.
6789         * wl-highlight.el (wl-highlight-summary): Ditto.
6790         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6791         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6792         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6793         * wl-address.el (wl-local-address-init): Ditto.
6794
6795 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6796
6797         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6798         `add-text-properties'.
6799         (wl-plugged-init-icons): Ditto.
6800         (wl-folder-init-icons): Use `propertize' instead of
6801         `put-text-property'.
6802         (wl-plugged-set-folder-icon): Ditto.
6803         (wl-e21-highlight-folder-group-line): Ditto.
6804
6805 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6806
6807         * wl-version.el (wl-version-status-alist): New variable.
6808         (wl-version-status): New function.
6809
6810         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6811         "Cc" part of the case "Reply-To".
6812
6813         * wl-draft.el (wl-draft-reply): Use result of
6814         `eword-extract-address-components'.
6815
6816         * wl-demo.el (wl-demo-icon-name): New constant.
6817         (wl-logo-xpm): Use it.
6818         (wl-logo-xbm): Ditto.
6819         (wl-logo-bitmap): Ditto.
6820
6821         * Version number is increased to 2.3.91.
6822
6823 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6824
6825         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6826         (wl-extended-emacs-version, wl-extended-emacs-version2,
6827         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6828         docstring.
6829
6830         * wl-version.el (wl-generate-user-agent-string-1): New function.
6831         (wl-generate-user-agent-string): Use it.
6832
6833         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6834         `mime-edit-insert-user-agent-field'.
6835         (wl-generate-user-agent-string): Check
6836         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6837
6838         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6839         instead of `if', when verbose case.
6840
6841 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6842
6843         * wl-expire.el (wl-summary-expire): Fix.
6844
6845 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6846
6847         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6848         and `elmo-lost+found-folder' if 'wl-draft.
6849         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6850
6851 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6852
6853         * wl-expire.el (wl-summary-expire): Change messages.
6854         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6855         `deleing-info' instead of "Deleting..."
6856
6857 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6858
6859         * wl-summary.el (wl-summary-refile-subr): Fix.
6860
6861 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6862
6863         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6864         if pipe folder.
6865
6866 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6867
6868         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6869
6870 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6871
6872         * wl-expire.el (wl-expire-hide): New function.
6873         (wl-summary-expire): Add `hide'.
6874
6875 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6876
6877         * wl-vars.el (wl-draft-reply-without-argument-list):
6878         Changed default value to consider `Reply-To:'.
6879         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6880
6881         * Version number is increased to 2.3.90.
6882
6883         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6884         elmo-imap4-get-session with unwind-protect.
6885         Don't cause error.
6886         (wl-summary-sync-marks): Don't check plugged nor folder type.
6887         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6888         (Always keep current buffer).
6889
6890 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6891
6892         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6893         Enclose with `save-excursion'.
6894
6895 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6896
6897         * wl-version.el (wl-version): Remove interactive.
6898
6899 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6900
6901         * wl-version.el (wl-generate-user-agent-string): Use
6902         `product-string-verbose' instead of `product-string-1'.
6903
6904 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6905
6906         * wl-vars.el (wl-draft-use-cache): New variable.
6907         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6908         if wl-draft-use-cache is non-nil.
6909
6910 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6911
6912         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6913         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6914
6915 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6918         (wl-thread-msg-mark-as-unread): Ditto.
6919
6920         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6921         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6922         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6923         Don't set mark in summary if return value of `elmo-mark-as-read'
6924         is nil.
6925         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6926         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6927         instead of `wl-thread-msg-mark-as-read'.
6928         (wl-summary-mark-as-unread-region): Ditto.
6929         (wl-summary-target-mark-mark-as-read): Ditto.
6930
6931         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6932
6933 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6934
6935         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6936
6937         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6938
6939 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6940
6941         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6942         face.
6943
6944 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6945
6946         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6947         `running-xemacs'.
6948
6949 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-version.el (toplevel): Use `product-version-as-string' for
6952         set verstion-string, if defined.
6953
6954         * wl-version.el (wl-version-show): Insert string at point, when
6955         call with argument.
6956
6957         * wl-version.el (wl-generate-user-agent-string): Use
6958         `product-string-1' instead of `wl-appname', `wl-version' and
6959         `wl-codename'.
6960
6961 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6962
6963         * wl-address.el (toplevel): Use product-provide.
6964         * wl-demo.el (toplevel): Ditto.
6965         * wl-dnd.el (toplevel): Ditto.
6966         * wl-draft.el (toplevel): Ditto.
6967         * wl-e21.el (toplevel): Ditto.
6968         * wl-expire.el (toplevel): Ditto.
6969         * wl-fldmgr.el (toplevel): Ditto.
6970         * wl-folder.el (toplevel): Ditto.
6971         * wl-highlight.el (toplevel): Ditto.
6972         * wl-message.el (toplevel): Ditto.
6973         * wl-mime.el (toplevel): Ditto.
6974         * wl-mule.el (toplevel): Ditto.
6975         * wl-nemacs.el (toplevel): Ditto.
6976         * wl-refile.el (toplevel): Ditto.
6977         * wl-score.el (toplevel): Ditto.
6978         * wl-summary.el (toplevel): Ditto.
6979         * wl-template.el (toplevel): Ditto.
6980         * wl-thread.el (toplevel): Ditto.
6981         * wl-util.el (toplevel): Ditto.
6982         * wl-vars.el (toplevel): Ditto.
6983         * wl-xmas.el (toplevel): Ditto.
6984         * wl.el (toplevel): Ditto.
6985
6986 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6987
6988         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6989         instead of product.
6990
6991         * wl-version.el (wl-version): Compile time evalution elmo-version.
6992
6993 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6994
6995         * wl-summary.el (wl-summary-sync-force-update): Append queue
6996         `mark-as-read'if unplugged.
6997
6998 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6999
7000         * wl-version.el: New file.  Use product.el.
7001         * wl.el: add (require 'wl-version).
7002         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7003         for ~/.folders header.
7004         (wl-fldmgr-folders-header): Changed.
7005         * wl-demo.el (wl-demo): Use product.el.
7006
7007         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7008         wl-version.el.
7009         * wl-util.el (wl-version, wl-version-show): Ditto.
7010
7011         * wl-util.el (wl-generate-user-agent-string,
7012         wl-extended-emacs-version, wl-extended-emacs-version2,
7013         wl-extended-emacs-version3): Move to wl-version.el.
7014         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7015         xemacs-codename, mime-edit-insert-user-agent-field,
7016         mime-edit-user-agent-value, mime-editor/version,
7017         mime-editor/codename): Compile warning killer move to
7018         wl-version.el
7019
7020 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7021
7022         * wl-summary.el (wl-summary-refile-subr): Fix.
7023
7024 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7025
7026         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7027         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7028
7029 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7030
7031         * wl.el (wl-check-environment): Check too many `@'.
7032
7033 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7034
7035         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7036
7037 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7038
7039         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7040         wl-draft-reply-myself-without-argument-list): Add variables.
7041         * wl-draft.el (wl-draft-reply): Use it.
7042
7043 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7044
7045         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7046         the 5th argument of `elmo-network-get-spec'.
7047
7048         * wl-thread.el (wl-thread-reparent-children): New inline function.
7049         (wl-thread-delete-message): Use it.
7050
7051         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7052         (wl-summary-score-update-all-lines): Don't use `dolist'.
7053
7054 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7055
7056         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7057         (require 'elmo-msgdb) for inline function.
7058
7059 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7060
7061         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7062
7063 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7064
7065         * wl-score.el (wl-score-headers): Fix for the confusing macro
7066         `elmo-kill-buffer'.
7067
7068 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7069
7070         * wl-summary.el: Don't use the 3rd argument of `require' because
7071         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7072         * wl-util.el: Ditto.
7073         * wl-draft.el: Ditto.
7074
7075 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7076
7077         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7078         window system is not used.
7079
7080 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7081
7082         * wl-thread.el: Don't use `mapcar' only for iteration.
7083         (wl-thread-resume-entity): Ditto.
7084         (wl-thread-delete-message): Ditto.
7085
7086         * wl-summary.el: Bind `dragdrop-drop-functions',
7087         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7088         of `require' for `timezone', `easymenu' and `ps-print';
7089         don't use `mapcar' only for iteration.
7090
7091         * wl-util.el: Bind `mule-version', `nemacs-version',
7092         `emacs-beta-version', `xemacs-codename',
7093         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7094         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7095         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7096         only for iteration.
7097
7098         * wl-score.el: Don't use `mapcar' only for iteration.
7099         (wl-score-simplify-buffer-fuzzy): Ditto.
7100         (wl-score-simplify-subject): Ditto.
7101         (wl-score-headers): Ditto.
7102         (wl-summary-score-update-all-lines): Ditto.
7103
7104         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7105         `enable-multibyte-characters' and `mule-version'.
7106
7107         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7108         `mapcar' only for iteration.
7109
7110         * wl-demo.el: Don't use `mapcar' only for iteration.
7111
7112         * wl-folder.el: Don't use `mapcar' only for iteration.
7113         (wl-folder-open-all): Ditto.
7114         (wl-folder-count-incorporates): Ditto.
7115
7116         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7117         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7118
7119         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7120         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7121         `smtp-connection-type'; specify 3rd argument of `require' for
7122         `timezone'; don't use `mapcar' only for iteration.
7123         (wl-draft-clone-local-variables): Don't use `mapcar'.
7124         (wl-draft-generate-clone-buffer): Ditto.
7125         (wl-user-agent-compose-internal): Ditto.
7126
7127         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7128
7129         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7130         (wl-save-status): Ditto.
7131
7132         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7133         for iteration.
7134
7135 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7136
7137         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7138         removed `Date'.
7139         (wl-fldmgr-make-filter-default): New user option.
7140
7141         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7142         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7143         (wl-fldmgr-filter-completion-alist): Abolish.
7144
7145         * wl.el (wl): Don't check servers if arg is non-nil.
7146
7147         * wl-draft.el (wl-draft-reply): Set only message-id string to
7148         In-Reply-To field.
7149
7150 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7151
7152         * wl-summary.el (wl-summary-pick): Rewrite.
7153
7154         * wl-draft.el (wl-draft-forward): Get references field from
7155         original buffer.
7156         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7157
7158 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7159
7160         * wl-draft.el (wl-draft-forward): Add references field.
7161
7162 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7165         (wl-draft-reply): Use it.
7166
7167 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7168
7169         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7170         when Emacs 21 is running.
7171
7172         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7173         bindings.
7174
7175 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7176
7177         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7178         XPM icons transparent.
7179
7180         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7181         Emacs 21.
7182
7183 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7184
7185         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7186         nil.
7187
7188         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7189         when it is persistent.
7190         (wl-summary-sync-marks): Changed argument for
7191         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7192         (wl-summary-virtual): Use `elmo-read-search-condition'.
7193         (wl-summary-redisplay-internal): If folder is local, mark as read
7194         even when folder is plugged.
7195
7196 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7197
7198         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7199         of `tool-bar-lines' in the frame parameters.
7200         (after-make-frame-functions, post-command-hook): Don't modify the
7201         value.
7202         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7203         wl-e21-tool-bar-lines): Removed.
7204
7205 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7206
7207         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7208         properties `evaporate' and `wl-momentary-overlay' as well.
7209         (wl-highlight-summary-displaying): Ditto.
7210         (wl-delete-all-overlays): Don't delete overlay which does not have
7211         a property `wl-momentary-overlay'.
7212
7213         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7214         `display-mouse-p' and `display-graphic-p'.
7215         (wl-folder-init-icons): Don't search for XBM or the other files.
7216         (wl-plugged-set-folder-icon): Make icons if and only if
7217         `display-graphic-p' returns non-nil.
7218         (wl-highlight-plugged-current-line): Use `before-string' overlay
7219         property to show icon images.
7220         (wl-highlight-folder-current-line): Ditto.
7221         (wl-e21-highlight-folder-group-line): Ditto.
7222         (wl-e21-highlight-folder-by-numbers): Ditto.
7223         (wl-e21-insert-image): Removed.
7224         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7225         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7226         said.
7227         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7228         `wl-e21-force-switch-toolbar'.
7229         (wl-e21-make-icon-image): Removed.
7230         (wl-e21-setup-toolbar): Don't search for XBM files.
7231         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7232         the default value.
7233
7234 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7235
7236         * wl-util.el (wl-biff-check-folder-async): Set
7237         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7238
7239 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7240
7241         * wl-e21.el (after-make-frame-functions): Add
7242         `wl-e21-force-switch-toolbar'.
7243         (wl-e21-force-switch-toolbar): New function force to switch the
7244         toolbar appearance automatically.
7245         (post-command-hook): Add `wl-e21-switch-toolbar'.
7246         (wl-e21-switch-toolbar): New function to switch the toolbar
7247         appearance automatically.
7248         (wl-e21-tool-bar-lines): New buffer local variable.
7249
7250 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7251
7252         * wl-util.el (wl-biff-check-folders-running): New variable.
7253         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7254         (wl-biff-check-folder-async-callback):
7255         Set `wl-biff-check-folders-running'.
7256         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7257         with unwind-protect.
7258
7259         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7260         Enclose `wl-folder-auto-check' with unwind-protect.
7261
7262         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7263         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7264
7265         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7266
7267         * wl-util.el (wl-biff-notify): New inline function.
7268         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7269         locally.
7270         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7271         folder-list' is 1.
7272         Use `wl-biff-notify'.
7273         (wl-biff-check-folder-async-callback): New function.
7274         (wl-biff-check-folder-async): Ditto.
7275
7276         * wl-folder.el (wl-folder): Don't check folders.
7277         (wl-folder-auto-check): New function.
7278
7279 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7280
7281         * wl-util.el (wl-biff-start) [Emacs19+]:
7282         Use `timer-next-integral-multiple-of-time'.
7283         (wl-biff-check-folders): Use `wl-default-folder'
7284         if `wl-biff-check-folder-list' is nil.
7285
7286 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7287
7288         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7289         instead of `elmo-delete-lists'.
7290
7291 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7292
7293         * wl.el (wl-plugged-toggle-all): Set the value of
7294         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7295         (wl-plugged-toggle): Ditto.
7296         (wl-toggle-plugged): Ditto.
7297         (wl-plugged-init): Ditto.
7298
7299         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7300         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7301         instead of `wl-biff-state-indicator-off' and
7302         `wl-biff-state-indicator-on'; don't modify the value and the type
7303         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7304         (wl-plugged-init-icons): Set icons data to
7305         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7306         instead of `wl-plug-state-indicator-off' and
7307         `wl-plug-state-indicator-on'; don't modify the value and the type
7308         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7309
7310         * wl-vars.el (wl-modeline-biff-state-off,
7311         wl-modeline-biff-state-on, wl-modeline-biff-status,
7312         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7313         wl-modeline-plug-status): New internal variables.
7314         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7315         wl-biff-check-interval, wl-biff-check-folder-list): Change
7316         customization group from `wl-folder' to `wl-highlight'.
7317         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7318         wl-show-plug-status-on-modeline): Defcustomized.
7319
7320         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7321         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7322         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7323         a flag to `mode-line-buffer-identification'.
7324
7325         * wl-e21.el (wl-biff-init-icons): Set icons data to
7326         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7327         instead of `wl-biff-state-indicator-off' and
7328         `wl-biff-state-indicator-on'.
7329         (wl-plugged-init-icons): Set icons data to
7330         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7331         instead of `wl-plug-state-indicator-off' and
7332         `wl-plug-state-indicator-on'.
7333
7334 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7335
7336         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7337         excessive titles.
7338
7339 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7340
7341         * wl.el (wl-plugged-mode): Use revised
7342         `wl-mode-line-buffer-identification'.
7343         (wl-plugged-init): Don't use `force-mode-line-update'.
7344
7345         * wl-xmas.el (wl-draft-overload-functions): Use revised
7346         `wl-mode-line-buffer-identification'.
7347         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7348         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7349         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7350         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7351         `wl-make-plugged-hook';
7352         add `wl-folder-init-icons' and `wl-setup-folder' to
7353         `wl-folder-mode-hook'.
7354
7355         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7356         19 as well.
7357         (wl-mode-line-display-priority-list): New user option.
7358         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7359         Defcustomized.
7360         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7361         Add docs.
7362
7363         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7364         start.
7365         (wl-mode-line-buffer-identification): Revised as a function.
7366
7367         * wl-summary.el (wl-summary-mode): Use revised
7368         `wl-mode-line-buffer-identification'; don't call
7369         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7370         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7371         `wl-xmas-setup-summary'.
7372
7373         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7374         `wl-mode-line-buffer-identification'.
7375
7376         * wl-mule.el (wl-draft-overload-functions): Use revised
7377         `wl-mode-line-buffer-identification'.
7378
7379         * wl-folder.el (wl-make-plugged-alist): Don't call
7380         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7381         (wl-folder): Don't call `wl-folder-init-icons' directly.
7382         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7383         `wl-xmas-setup-folder' directly;
7384         use revised `wl-mode-line-buffer-identification'.
7385         (TopLevel): Don't bind `wl-biff-init-icons',
7386         `wl-plugged-init-icons', `wl-folder-init-icons',
7387         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7388
7389         * wl-e21.el (wl-draft-overload-functions): Use revised
7390         `wl-mode-line-buffer-identification'.
7391         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7392         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7393         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7394         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7395         `wl-make-plugged-hook';
7396         add `wl-folder-init-icons' and `wl-setup-folder' to
7397         `wl-folder-mode-hook'.
7398
7399 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7400             Katsumi Yamaoka    <yamaoka@jpl.org>
7401
7402         * wl.el (wl): Call `wl-biff-start'.
7403         (wl-exit): Call `wl-biff-stop'.
7404         (wl-plugged-mode): Show biff in modeline.
7405         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7406
7407         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7408         (wl-biff-init-icons): New function.
7409         (wl-plugged-init-icons): Don't make too much keymaps.
7410         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7411
7412         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7413         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7414         variables.
7415         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7416         options.
7417
7418         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7419         wl-biff-start, wl-biff-stop): New functions.
7420         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7421         (wl-biff-timer-name): New variable.
7422
7423         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7424
7425         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7426         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7427
7428         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7429         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7430
7431         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7432         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7433         `wl-folder-init-icons' to `ignore' if they are not available.
7434         (wl-folder-mode): Show biff in modeline.
7435
7436         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7437         (wl-biff-init-icons): New function.
7438         (wl-plugged-init-icons): Don't make too much keymaps.
7439         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7440
7441 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7442
7443         * wl-vars.el (wl-strict-diff-folders): Customization Type
7444         and doc fix.  Define as a list of regular expressions for
7445         folders or nil.
7446         * wl-folder.el (wl-folder-check-one-entity): Use
7447         `wl-string-match-member' instead of `wl-string-member' for
7448         `wl-strict-diff-folders'.
7449
7450 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7451
7452         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7453         (wl-highlight-folder-current-line): Use it; new implementation.
7454         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7455         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7456         `defsubst' instead of `defun'.
7457
7458         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7459         `wl-highlight-group-folder-by-numbers'; made it can also be a
7460         number.  See info for more details.
7461
7462         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7463         running.
7464
7465         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7466         to bind them.
7467
7468         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7469         (wl-highlight-folder-current-line): New implementation.
7470
7471         * wl-highlight.el (wl-highlight-folder-group-line): New
7472         implementation.
7473         (wl-delete-all-overlays): Rewrite as a marco.
7474         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7475
7476         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7477         running.
7478         (wl-folder-*-glyph): No need to bind them.
7479
7480         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7481         `wl-e21-highlight-folder-group-icon'; rewrite.
7482         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7483         `defsubst' instead of `defun'.
7484         (wl-folder-mode-map): Bind it when compiling.
7485
7486 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7487
7488         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7489
7490         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7491
7492 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7493
7494         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7495
7496 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7497
7498         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7499         (wl-highlight-folder-current-line): Use it.
7500
7501         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7502         in `id-name'.
7503
7504 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7505
7506         * wl.el: Require `wl-e21' when Emacs 21 is running.
7507
7508         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7509         default when Emacs 21 is running.
7510         (wl-use-highlight-mouse-line): Ditto.
7511         (wl-on-emacs21): New constant.
7512         (wl-on-emacs20): Removed.
7513
7514         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7515         Emacs 21 is running.
7516
7517         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7518         Emacs 21 is running.
7519
7520         * wl-e21.el: New file.
7521
7522 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7523
7524         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7525         (wl-toggle-plugged): Ditto.
7526         (wl-plugged-toggle): Ditto.
7527         (wl-plugged-toggle-all): Ditto.
7528
7529         * wl-vars.el (wl-plug-state-indicator): Refer
7530         `wl-plug-state-indicator-on' indirectly.
7531
7532 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7533
7534         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7535         Call `wl-folder-confirm-existence'.
7536
7537         * wl-folder.el (wl-folder-confirm-existence): Added optional
7538         argument `force'.
7539
7540 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7541
7542         * wl-summary.el (wl-summary-refile-subr): Assume
7543         `copy-or-refile' as symbol.
7544         (wl-summary-refile): Follow up above change.
7545         (wl-summary-copy): Ditto.  Doc fix.
7546
7547 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7548
7549         * wl-summary.el (wl-summary-pick): Don't bind
7550         `elmo-search-mime-charset'.
7551
7552         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7553         default using old backquote style.
7554         (wl-search-mime-charset): Abolished.
7555
7556         * wl-highlight.el (wl-highlight-headers):
7557         Call `point' after `re-search-forward'(for Nemacs).
7558
7559         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7560         for elmo-imap4.el.
7561
7562 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7563
7564         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7565         `wl-message-ignored-field-list' instead of
7566         `mime-view-ignored-field-list'.
7567
7568         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7569         Add interactive spec.
7570         (wl-folder-goto-bottom-of-current-folder): Ditto.
7571         (wl-folder-mode-map): Bind them.
7572
7573         * wl-vars.el (wl-message-ignored-field-list): New variable.
7574         (wl-message-visible-field-list): New variable.
7575
7576         * wl-mime.el (wl-mime-header-presentation-method): New function.
7577         (wl-mime-setup): Set header-presentation-method.
7578
7579 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7580
7581         * wl-nemacs.el (wl-draft-overload-functions): Set
7582         `mode-line-buffer-identification' instead of using
7583         `wl-make-modeline'.
7584
7585         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7586         instead of using `wl-make-modeline'.
7587
7588         * wl-xmas.el (wl-plugged-init-icons): Set up
7589         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7590         (wl-make-modeline): Abolish.
7591         (wl-draft-overload-functions): Set
7592         `mode-line-buffer-identification' instead of using
7593         `wl-make-modeline'.
7594
7595         * wl-util.el (wl-make-modeline-subr): Abolish.
7596         (wl-mode-line-buffer-identification): New alias.
7597
7598         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7599         (wl-summary-make-modeline): Abolish.
7600         (wl-summary-buffer-set-folder): Set
7601         `wl-summary-buffer-folder-indicator'.
7602         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7603         of using `wl-make-modeline'.
7604         (wl-summary-switch-to-clone-buffer): Don't set
7605         `mode-line-buffer-identification'.
7606         (wl-summary-goto-folder-subr): Ditto.
7607
7608         * wl-mule.el (wl-draft-overload-functions): Set
7609         `mode-line-buffer-identification' instead of using
7610         `wl-make-modeline'.
7611
7612         * wl-folder.el (wl-folder-mode): Set
7613         `mode-line-buffer-identification' instead of using
7614         `wl-make-modeline'.
7615         (wl-folder): Don't set `mode-line-buffer-identification'.
7616
7617 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7618
7619         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7620         instead of `member' for `wl-refile-guess-func-list' look-ups.
7621         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7622
7623 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7624
7625         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7626         `wl-message-button-dispatcher'.
7627
7628         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7629
7630         * wl-message.el (wl-message-button-dispatcher): Use it.
7631
7632         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7633         "In-Reply-To".
7634
7635         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7636         Bind `case-fold-search' to t.
7637
7638 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7639
7640         * wl-xmas.el (wl-message-overload-functions): Initialize
7641         `wl-message-button-map'.
7642
7643         * wl-mule.el (wl-message-overload-functions): Initialize
7644         `wl-message-button-map'.
7645
7646         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7647
7648         * wl-message.el (wl-message-button-map): New keymap.
7649         (wl-message-add-button): New function.
7650         (wl-message-button-dispatcher): New function.
7651         (wl-message-button-refer-article): New function.
7652
7653         * wl-highlight.el
7654         (wl-highlight-message-add-buttons-to-header): New function.
7655         (wl-highlight-headers): Use it.
7656
7657 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7658
7659         * wl-summary.el (wl-summary-default-from): Use
7660         `wl-address-get-petname-1'.
7661         (wl-summary-simple-from): Ditto.
7662
7663         * wl-address.el (wl-address-get-petname-1): New inline function.
7664         (wl-address-get-petname): Use it.
7665
7666 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7667
7668         * wl-summary.el (wl-summary-default-from): Return full-name part
7669         from the address if no petname was found.
7670         (wl-summary-simple-from): Ditto.
7671
7672         * wl-address.el (wl-address-get-petname): Return nil if no petname
7673         associated with the address was found.
7674
7675 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7676
7677         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7678         display is finished.
7679
7680 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7681
7682         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7683         `elmo-folder-exists-p' argument.
7684
7685 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7686
7687         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7688         the folder.
7689
7690 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7693
7694         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7695         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7696
7697 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7698
7699         * wl-folder.el (wl-folder-create-subr): New function.
7700         (wl-folder-confirm-existence): Use it.
7701         (wl-folder-check-one-entity): Use it.
7702         Check the error symbol is derived from 'elmo-open-error.
7703
7704         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7705         `ignore-error'.
7706
7707 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7708
7709         * wl-util.el (toplevel): Add (eval-when-compile (require
7710         'elmo-util)).  (Maybe `provide' is typo.)
7711
7712 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7713
7714         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7715         (I don't know why this was needed.)
7716
7717         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7718         Follow up changes for stream-type.
7719
7720         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7721         (wl-draft-elmo-nntp-send): Ditto.
7722
7723         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7724         (wl-nntp-posting-stream-type): Ditto.
7725         (wl-pop-before-smtp-ssl): Abolished.
7726         (wl-nntp-posting-ssl): Ditto.
7727
7728         * wl-address.el (wl-address-quote-specials): New function.
7729         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7730
7731         * wl-draft.el (wl-draft-reply): Ditto.
7732
7733 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7734
7735         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7736         use function `wl-string-match-assoc'.
7737
7738 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7739
7740         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7741
7742         * wl-draft.el (wl-draft-deduce-address-list): New function.
7743         (wl-draft-parse-mailbox-list): Ditto.
7744         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7745         instead of `smtp-deduce-address-list'.
7746         (wl-draft-on-field-p): Follow group list.
7747
7748         * wl-address.el (wl-address-concat-token): New function.
7749         (wl-address-string-without-group-list-contents): Ditto.
7750         (wl-complete-field-body): Fixed problem of completion
7751         by japanese petname.
7752         (wl-address-make-completion-list): Rewrite.
7753
7754 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7755
7756         * wl-address.el (wl-address-make-completion-list): Completion by
7757         petname.
7758         (wl-complete-field-body): Likewise.
7759
7760 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7761
7762         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7763         contains invalid address syntax.
7764
7765 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7766
7767         * wl-folder.el (wl-folder-check-entity-async): Use
7768         `elmo-nntp-spec-hostname'.
7769
7770 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7771
7772         * wl-summary.el (wl-summary-msgdb-load-async): Use
7773         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7774
7775 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7776
7777         * wl-draft.el (wl-draft-reply): Set argument
7778         `content-transfer-encoding' as nil.
7779
7780 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7781
7782         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7783         `wl-refile-alist'.
7784
7785 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7786
7787         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7788         (wl-draft-edit-string): Ditto.
7789         (wl-draft-forward): Ditto.
7790         * wl-summary.el (wl-summary-write): Ditto.
7791
7792 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7793
7794         * wl-summary.el (wl-summary-sync-update3): Call
7795         `wl-summary-buffer-number-column-detect'.
7796         (wl-summary-buffer-number-column-detect): Search from point-min.
7797
7798 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7801         contains an address which is not included in original to or cc.
7802
7803 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7804
7805         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7806         begin-line does not exist.
7807         * wl-message.el (wl-message-uu-substring): Ditto.
7808
7809 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7812         clear local variables.
7813         (wl-summary-exit): Call `elmo-commit'.
7814         (wl-summary-switch-to-clone-buffer): Call
7815         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7816         (wl-summary-goto-folder-subr): Ditto.
7817
7818         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7819         POP folder.
7820
7821 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7824         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7825         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7826         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7827         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7828         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7829
7830         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7831
7832 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7833
7834         * wl-summary.el (wl-summary-search-by-subject):
7835         Search parent message from the latest one.
7836
7837 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7838
7839         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7840         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7841
7842         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7843         New user option.
7844
7845         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7846         if elmo-nntp-use-killed-list is nil.
7847         Use `elmo-msgdb-append-to-killed-list'.
7848         (Append numbers confirmed as disappeared to the killed list.)
7849         (wl-summary-confirm-appends): Don't display negative number.
7850
7851 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7852
7853         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7854
7855 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7856
7857         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7858         range is `all'.
7859         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7860         `elmo-list-bigger-diff'.
7861
7862 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7863
7864         * wl-summary.el (wl-summary-buffer-exit-func):
7865         New buffer local variable.
7866         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7867
7868 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7869
7870         * wl-demo.el (wl-demo): Fix the last change.
7871
7872 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7873
7874         * wl-demo.el (wl-demo): Don't use `eval'.
7875
7876 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7877
7878         * wl-summary.el (wl-summary-buffer-thread-modified):
7879         New buffer-local variable.
7880         (wl-summary-set-thread-modified): New function.
7881         (wl-summary-thread-modified-p): New function.
7882         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7883         (wl-summary-yank-saved-message): Use function
7884         `wl-summary-set-thread-modified'
7885         (wl-summary-switch-to-clone-buffer): Add
7886         `wl-summary-buffer-thread-modified'.
7887
7888         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7889         (wl-summary-buffer-mark-saved-hook): Ditto.
7890         * wl-summary.el (wl-summary-msgdb-save): New hook
7891         `wl-summary-buffer-message-saved-hook' and
7892         `wl-summary-buffer-mark-saved-hook'.
7893
7894 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7895
7896         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7897
7898 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7899
7900         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7901         don't hide scroll bars under FSF Emacsen because it may incur an
7902         undesirable redrawing.
7903
7904 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7905
7906         * wl-draft.el (wl-draft-edit-string): Call
7907         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7908
7909 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7910
7911         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7912
7913 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7914
7915         * wl-summary.el (wl-summary-msgdb-load-async): Call
7916         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7917
7918 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7919
7920         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7921         fringes in demo buffer; center bitmap logo correctly even if old
7922         Mule is used.
7923
7924 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7925
7926         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7927
7928         * wl-refile.el (wl-refile-subject-alist): New variable.
7929         (wl-refile-subject-alist-file-name): Ditto.
7930         (wl-refile-alist-setup): Rewrite.
7931         (wl-refile-alist-save): Use `elmo-object-save'.
7932         Eliminated arguments.
7933         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7934         (wl-refile-guess-by-subject): New function.
7935         (wl-refile-guess-func-list): Added it.
7936
7937 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7938
7939         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7940         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7941
7942 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7943
7944         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7945         New buffer-local variable.
7946         (wl-summary-buffer-next-folder-func): Ditto.
7947         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7948         if non-nil.
7949         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7950         if non-nil.
7951         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7952         if non-nil.
7953         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7954         if non-nil.
7955
7956 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7957
7958         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7959         permanently in the demo buffer.
7960
7961 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7962
7963         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7964         `mime-entity-fetch-field'.
7965
7966         * wl.el (wl-exit): Delete plugged buffer.
7967
7968         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7969         XEmacs has menubar feature.
7970
7971 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7972
7973         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7974         cannot arrive at the beginning of the buffer under old Emacsen.
7975
7976 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7977
7978         * wl-address.el (wl-address-ldap-search):
7979         Call `ldap-search-entries' with `withdn' argument t.
7980         (wl-complete-field-body): Bind completion-ignore-case as t.
7981         Clear ldap search hash when it was sole completion.
7982         Use elmo-string for pattern string.
7983         (wl-ldap-alias-safe-string): Eliminated needless let.
7984
7985 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7986
7987         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7988         (wl-ldap-alias-sep): New constant.
7989         (wl-ldap-search-attribute-type-list): Ditto.
7990         (wl-ldap-get-value): New function.
7991         (wl-ldap-make-filter): Ditto.
7992         (wl-ldap-make-matched-value-list): Ditto.
7993         (wl-ldap-alias-safe-string): Ditto.
7994         (wl-ldap-register-dn-string): Ditto.
7995         (wl-address-ldap-search): Rewrite.
7996
7997 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7998
7999         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8000         thread is deleted.
8001         (wl-thread-delete-line-from-buffer): Ditto.
8002         (wl-thread-get-exist-children): New function.
8003
8004 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8005
8006         * wl-demo.el (wl-demo): Made it to select various image types.
8007         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8008         from `wl-title-logo'.
8009         (wl-logo-ascii): New variable.
8010         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8011         (wl-demo-copyright-notice): New constant.
8012
8013         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8014
8015 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8016
8017         * wl-vars.el (wl-summary-target-above): Renamed from
8018         wl-summary-temp-above.
8019         * wl-score.el (wl-score-get-score-alist): Use it.
8020         (wl-summary-score-update-all-lines): Use it.
8021         * wl-summary.el: Ditto. (make-variable-buffer-local).
8022
8023 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8024
8025         * wl-vars.el (wl-ldap-port): New user option.
8026
8027         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8028         Rewite whole implementation.
8029         (wl-complete-field-body): Fixed.
8030
8031 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8032
8033         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8034         Choose implementation at compile time.
8035
8036 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8037
8038         * wl-address.el (wl-ldap-search-internal): New function.
8039         (wl-complete-field-to): Use it.
8040
8041 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8042
8043         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8044         Use `let' instead of `let*'.
8045         Require 'wl-vars.
8046
8047         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8048         Define as defcustom.
8049         (wl-ldap-base): Ditto.
8050         (wl-use-ldap): Ditto.
8051
8052 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8053
8054         * wl-address.el (wl-ldap-search): New function.
8055         (wl-complete-field-body): Use `wl-ldap-search'.
8056         (wl-ldap-server): New variable.
8057         (wl-ldap-base): Ditto.
8058         (wl-use-ldap): Ditto.
8059
8060 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8061
8062         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8063         (Pointed out by Mito <mit@nines.nec.co.jp>).
8064         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8065         buffer-local variables like `wl-summary-redisplay-internal'.
8066         (wl-summary-redisplay-all-header): Likewise.  Update
8067         Summary view too.
8068
8069 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-summary.el (wl-summary-jump-to-parent-message):
8072         Consider prefix argument.
8073
8074         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8075         when closed thread is deleted.
8076
8077 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8078
8079         * wl-summary.el (wl-summary-jump-to-parent-message):
8080         Consider thread modification.
8081
8082 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8083
8084         * wl-message.el (wl-message-normal-get-original-buffer): Use
8085         `save-excursion'.
8086
8087         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8088         (wl-summary-showto-folder-regexp): Ditto.
8089
8090 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8091
8092         * wl-util.el (wl-delete-alist): Doc fix.
8093         (wl-delete-associations): New function.
8094         (wl-inverse-alist): New function.
8095         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8096         Split temporary variables. Use `wl-delete-associations'
8097         and `wl-inverse-alist'.
8098         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8099
8100 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8101
8102         * wl-folder.el (wl-folder-prefetch-entity):
8103         Execute prefetching if new count is unknown.
8104
8105 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8106
8107         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8108
8109         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8110         delete entity.
8111         (wl-thread-set-parent): If insert as top, set linked as nil.
8112
8113         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8114         `wl-thread-cleanup-symbols' when view mode is thread.
8115
8116 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8117
8118         * wl-folder.el (wl-folder-create-folder-entity): Use
8119         with-current-buffer.
8120         (wl-local-folder-init): Call set-buffer to make sure we are in
8121         the Folder buffer. Don't touch buffer-local variables here.
8122         (wl-folder-mode): Initialize buffer-local variables here.
8123
8124         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8125         (wl-folder-entity-assign-id): Ditto.
8126         (wl-folder-create-entity-hashtb): Ditto.
8127         (wl-local-folder-init): Ditto.
8128         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8129
8130 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8131
8132         * wl-summary.el (wl-summary-default-from): Fix probrem when
8133         std11-extract-address-components return (nil "foo@bar").
8134
8135 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8136
8137         * wl-draft.el (wl-draft-clone-local-variables):
8138         Remove redundant `setq'.
8139
8140 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8141
8142         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8143         Bind wl-highlight-x-face-func as nil while highlighting header.
8144
8145 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8146
8147         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8148
8149 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8150
8151         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8152         elmo-msgdb-overview-hashtb from copy-variables.
8153         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8154         instead of `elmo-msgdb-overview-get-entity-by-number'.
8155         (wl-summary-auto-refile): Ditto.
8156
8157         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8158         `elmo-msgdb-overview-get-entity' instead of
8159         `elmo-msgdb-search-overview-entity'.  Use
8160         `elmo-msgdb-overview-get-entity' instead of
8161         `elmo-msgdb-overview-get-entity-by-number'.
8162         (wl-thread-insert-entity-sub): Ditto.
8163         (wl-thread-insert-message): Ditto.
8164
8165         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8166         `elmo-msgdb-overview-get-entity'.
8167         (wl-normal-message-redisplay): Ditto.
8168
8169 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8170
8171         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8172         `wl-thread-entities'.
8173         (wl-thread-delete-message): Fix remove top message from
8174         `wl-thread-entity-list'.
8175
8176         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8177         wl-append(nconc), because update-list is broken on Meadow.
8178
8179         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8180         updating process.
8181         (wl-summary-rescan): Ditto.
8182         (wl-summary-sync-update3): Ditto.
8183         * wl-thread.el (wl-thread-set-parent): Renamed from
8184         `wl-summary-set-parent'.
8185         (wl-thread-insert-message): Updating buffer faster.
8186         (wl-thread-delete-message): Updating buffer faster.
8187
8188         * wl-score.el (wl-summary-score-update-all-lines): Changed
8189         interval for display progress gauge.
8190
8191 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8192
8193         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8194         folder always-sticky.
8195         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8196         defmacro.
8197
8198 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8199
8200         * wl-vars.el (wl-draft-add-references): New user option.
8201
8202         * wl-draft.el (wl-draft-add-references): New function.
8203         (wl-draft-yank-from-mail-reply-buffer): Use it.
8204         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8205         as nil.
8206
8207 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8208
8209         * wl-thread.el (wl-thread-update-line-msgs): Called
8210         `wl-thread-update-line-on-buffer-sub'.
8211         (wl-thread-update-line-on-buffer): Delete routine of inserting
8212         thread.
8213         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8214         moved from `wl-thread-update-line-on-buffer'.
8215         Add threshold for displaying progress gauge.
8216         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8217         argument of `wl-thread-update-line-msgs'.
8218         Add threshold for displaying progress gauge.
8219         * wl-folder.el:
8220         Add threshold for displaying progress gauge.
8221         * wl-score.el: Ditto.
8222
8223         * wl-expire.el (wl-summary-expire): Display deleting info.
8224
8225 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8226
8227         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8228         `no-msg'.
8229         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8230         argument of `wl-thread-update-line-msgs'.
8231         (wl-summary-set-parent): Added optional argument `parent-number'.
8232         (wl-summary-buffer-saved-message): New buffer local variable.
8233         (wl-summary-save-current-message): New command.
8234         (wl-summary-yank-saved-message): Ditto.
8235         (wl-summary-mode-map): Added key binding for
8236         `wl-summary-save-current-message' (\ew) and
8237         `wl-summary-yank-saved-message' (\C-y).
8238         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8239
8240 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8241
8242         * wl-summary.el (wl-summary-mode-map): Added key binding for
8243         `wl-summary-set-parent' (ts).
8244
8245 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8246
8247         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8248         subject faster. If thread number is reverse, delayed updating
8249         thread.
8250         (wl-summary-search-by-subject): Ditto.
8251         (wl-summary-put-alike): Ditto.
8252         (wl-summary-get-alike): Ditto.
8253         (wl-summary-insert-headers): Insert header of all overview in
8254         buffer.
8255         (wl-summary-rescan): Delayed updating thread. Kill search subject
8256         buffer for wl-summary-search-by-subject.
8257         (wl-summary-sync-update3): Ditto.
8258         (wl-summary-exit): Ditto.
8259         (wl-summary-goto-bottom-of-current-thread): Change for linked
8260         thread.
8261         (wl-summary-overview-create-summary-line): Change line for linked
8262         thread.
8263
8264         * wl-summary.el (wl-summary-update-thread): Use
8265         wl-thread-maybe-get-children-num.
8266         (wl-summary-set-parent): If change parent, move sub thread.
8267         (wl-summary-redisplay-internal): Add horizontal recenter.
8268         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8269
8270         * wl-thread.el (wl-thread-entity-get-linked): New function.
8271         (wl-thread-entity-set-linked): New function.
8272         (wl-thread-create-entity): Add linked element.
8273         (wl-thread-entity-insert-as-top): Use wl-append.
8274         (wl-thread-maybe-get-children-num): If closing thread, return
8275         children msgs.
8276         (wl-thread-update-line-msgs): Displaying progress message.
8277         (wl-thread-update-line-on-buffer-sub): Use
8278         wl-thread-maybe-get-children-num.
8279         (wl-thread-update-line-on-buffer): If update line is not exists,
8280         insert thread.
8281         (wl-thread-delete-message): If delete top msg of thread, search
8282         parent by subject.
8283         (wl-thread-insert-entity): Use
8284         wl-thread-maybe-get-children-num.
8285
8286         * wl-highlight.el (wl-highlight-summary-current-line): change
8287         sregexp for linked thread.
8288         * wl-util.el (wl-count-lines): Count lines.
8289         (wl-horizontal-recenter): horizontal recenter.
8290         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8291         (wl-score-get-alike): Ditto.
8292         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8293         (wl-subject-length-limit): New variable.
8294         (wl-highlight-thread-indent-string-regexp): Changed for linked
8295         thread.
8296
8297 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8298
8299         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8300         New variable (revival).
8301         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8302         by subject matching if there's no in-reply-to nor references field
8303         (revival).
8304
8305 \f
8306 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8309         message.
8310
8311 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8312
8313         * wl-summary.el (wl-summary-reply): Return t if there was a
8314         message at cursor point.
8315         Added unwind-protect.
8316         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8317         returns t.
8318         (wl-summary-cancel-message): Do nothing when there's no message at
8319         cursor point.
8320         (wl-summary-forward): Ditto.
8321         (wl-summary-jump-to-parent-message): Ditto.
8322         (wl-summary-reedit): Ditto.
8323         (wl-summary-edit-addresses): Ditto.
8324         (wl-summary-pipe-message): Ditto.
8325         (wl-summary-print-message-with-ps-print): Ditto.
8326         (wl-summary-print-message): Ditto.
8327         (wl-summary-mark-as-important): Ditto.
8328         (wl-summary-mark-as-unread): Ditto.
8329
8330         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8331         message at cursor point.
8332         (wl-summary-reply-with-citation): Remove unwind-protect.
8333
8334         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8335         subject searching feature.
8336         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8337         Eliminated.
8338
8339 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8342         New variable.
8343         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8344         by subject matching if there's no in-reply-to nor references field.
8345
8346         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8347
8348         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8349         when display is finished.
8350         (wl-folder-open-all): Ditto.
8351         (wl-folder-update-access-group): Ditto.
8352         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8353         * wl-thread.el (wl-thread-close-all): Ditto.
8354
8355         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8356         progress gauge only when it was displayed.
8357         * wl-folder.el (wl-folder-insert-entity): Ditto.
8358
8359 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8360
8361         * wl-summary.el (wl-summary-incorporate): Enclose
8362         `wl-summary-sync-force-update' with save-excursion.
8363
8364 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8365
8366         * wl-summary.el (wl-summary-prefetch-region):
8367         Pass current cursor point to `pos-visible-in-window-p' after
8368         moving cursor to the started point.
8369
8370 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8371
8372         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8373
8374         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8375         fields from the forwarding message.
8376         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8377         `ignored-fields'.
8378
8379 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8380
8381         * wl-mime.el (wl-message-request-partial):
8382         Eliminated argument `msgdb'.
8383         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8384         (wl-mime-combine-message/partial-pieces): Likewise.
8385         * tm-wl.el (wl-message-request-partial): Likewise.
8386         (wl-mime-combine-message/partial-pieces): Likewise.
8387
8388 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8389
8390         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8391         when display is finished.
8392
8393 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8394
8395         * wl-summary.el (wl-summary-goto-folder-subr):
8396         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8397
8398 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8399
8400         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8401         when cursor point is visible.
8402
8403 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8404
8405         * wl-expire.el (wl-expire-archive-get-max-number):
8406         Don't use `file-name-directory'.
8407
8408 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8409
8410         * wl-expire.el (wl-expire-archive-get-max-number):
8411         Use `file-name-directory'.
8412
8413 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8414
8415         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8416         only when there is progress.
8417
8418 2000-04-13  Mito <mit@nines.nec.co.jp>
8419
8420         * wl-summary.el (wl-summary-sync-marks): Display progress.
8421
8422 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8423
8424         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8425         (wl-summary-prev): Move cursor regardless of unread status.
8426         (wl-summary-next): Ditto.
8427
8428 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8429
8430         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8431         Added argument `target' and `number'.
8432         * tm-wl.el (wl-summary-burst-subr): New function.
8433         (wl-summary-burst): Use it.
8434
8435 2000-04-10  Mito <mit@nines.nec.co.jp>
8436
8437         * wl-mime.el (wl-burst): New function.
8438         (wl-summary-burst): Use it.
8439
8440 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8441
8442         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8443         as petname when there's no candidate.
8444
8445 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8448         New variable.
8449         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8450
8451         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8452
8453         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8454
8455 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8456
8457         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8458         Use substring of `original' instead of buffer-substring.
8459         (wl-refile-evaluate-rule):
8460         Set `original' argument of wl-refile-expand-newtext.
8461
8462         * wl-summary.el
8463         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8464         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8465         (wl-summary-auto-refile): Check existence of destination folder just
8466         before marking.
8467
8468 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8469
8470         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8471         when wl-refile-get-field-value return nil.
8472
8473 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8474
8475         * wl-refile.el
8476         (wl-refile-expand-newtext): New function imported from Gnus.
8477         (wl-refile-evaluate-rule): Use it.
8478
8479 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8480
8481         * wl-summary.el (wl-summary-print-destination):
8482         Duplicate folder string to avoid putting text-property on
8483         original string.
8484
8485         * wl-refile.el (wl-refile-get-field-value): New function.
8486         (wl-refile-evaluate-rule): New function;
8487         Evaluate refile rule recursively.
8488         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8489         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8490         New function; Check existence of a target folder recursively.
8491         (wl-summary-auto-refile-check-refile-rule-alist):
8492         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8493
8494 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8497
8498         * wl-folder.el (wl-create-folder-entity-from-buffer):
8499         Fixed problem when '}' character is contained in folder name.
8500
8501         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8502
8503 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8504
8505         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8506         (wl-fldmgr-add-completion-all-completions):
8507         Use wl-fldmgr-add-completion-hashtb.
8508
8509 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8510
8511         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8512         wl-fldmgr-add-completion-subr): New functions.
8513         * wl-folder.el (wl-folder-completion-func): New variable.
8514         * wl-summary.el (wl-summary-read-folder):
8515         Use wl-folder-completion-func.
8516
8517         * wl-refile.el: Eliminate throw & catch.
8518
8519         * wl.el (wl-plugged-sending-queue-status): Fixed.
8520
8521 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8522
8523         * wl-draft.el (wl-draft): Put category property on
8524         mail-header-separator.