* wl-action.el (wl-summary-target-mark-all): List messages which are
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-action.el (wl-summary-target-mark-all): List messages which are
4         not in the killed-list.
5
6         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
7         only when the folder is 'flag/important.
8
9         * wl-address.el (wl-complete-field-body): Complete if the last
10         character is a space.
11
12 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
13
14         * wl-folder.el (wl-folder-clear-entity-info): Use
15         elmo-clear-hash-val.
16
17         * wl-fldmgr.el (wl-fldmgr-rename): Set
18         wl-folder-info-alist-modified as t.
19
20 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
21
22         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
23
24 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
25
26         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
27         (wl-folder-buffer-last-visited-entity-id): New buffer local
28         variable.
29         (wl-folder-revisit-last-visited-folder): New function.
30         (wl-folder-mode-map): Bind it to "C-i".
31         (wl-folder-set-current-entity-id): Set last visited folder.
32         * wl-summary.el (wl-summary-exit): Ditto.
33
34 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
35
36         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
37         before calling `recenter' in order to cope with an XEmacs bug.
38
39 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
40
41         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
42         to the default value.
43
44 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
45
46         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
47         change.
48         (wl-summary-sync-marks): Ditto.
49         (wl-summary-mark-as-read-internal): Ditto.
50         (wl-summary-mark-as-answered-internal): Ditto.
51         (wl-summary-mark-as-important-internal): Ditto.
52         (wl-summary-reply): Ditto.
53
54         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
55         instead of `elmo-folder-unflag-answered'.
56
57         * Version number is increased to 2.11.23.
58
59         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
60         the last change.
61
62 2004-01-11  Kenichi Okada  <okada@opaopa.org>
63
64         * wl-spam.el (wl-summary-exec-action-refile-with-register):
65         Specify "spam" or "good".
66
67 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
68
69         * wl-spam.el (wl-summary-exec-action-spam): Call
70         wl-folder-confirm-existence for spam folder.
71         (wl-spam-setup): Bind "mk".
72
73 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
74
75         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
76
77 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
78
79         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
80         destination folder is empty.
81
82 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
83
84         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
85         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
86
87         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
88         (wl-summary-refile-prev-destination-region): New function.
89         (wl-thread-refile-prev-destination): Ditto.
90         (wl-summary-target-mark-refile-prev-destination): Ditto.
91
92 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
93
94         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
95         (wl-demo-background-color): Changed default value.
96
97         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
98         color.
99
100         * wl-demo.el (wl-demo-set-background-color): New function.
101         (wl-demo): Call it.
102
103 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
104
105         * wl-address.el (wl-address-delete): Avoid mis-deleting.
106         * wl-address.el (wl-address-add-or-change): Don't add empty
107         address.
108
109 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
110
111         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
112
113 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
114
115         * wl-vars.el (wl-demo-image-filter-alist): New variable
116         (wl-demo-background-color): Ditto.
117
118         * wl-demo.el (wl-demo-xpm-set-background): New function.
119         (wl-demo-image-filter): Ditto.
120         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
121
122         * wl-vars.el (wl-demo-icon-name-alist): New variable.
123
124         * wl-demo.el (wl-demo-icon-name): Define as function.
125         (wl-demo-insert-image): Use it.
126
127 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
128
129         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
130
131 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
132
133         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
134
135 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
136
137         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
138
139 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
140
141         * wl-thread.el (wl-thread-mark-as-answered): New function.
142
143         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
144         answered" entry.
145         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
146         "r&" and wl-thread-mark-as-answered to "t&".
147         (wl-summary-mark-as-important-region): Refine to toggle mark.
148         (wl-summary-mark-as-answered-region): New function.
149         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
150         and 3rd argument.
151         (wl-summary-mark-as-important-internal): Likewise.
152
153 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-template.el (wl-template-preview): New internal variable.
156         (wl-template-preview-p): New function.
157         (wl-template-show): Bind `wl-template-preview' as t.
158
159 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
160
161         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
162         `elmo-message-entity-field' with 3rd argument which is non-nil.
163
164 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
167         Removed duplicate local bind `folder'.
168
169 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
170
171         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
172
173 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
174
175         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
176         duplicate definition.
177
178 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
179
180         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
181         non-nil, use it; Don't fetch message if there's no message in the
182         current cursor position.
183
184 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
185
186         * wl-util.el (wl-region-exists-p): Use region-active-p.
187         (wl-deactivate-region): New function.
188         * wl-message.el (wl-message-redisplay): Deactivate region.
189
190         * wl-summary.el (wl-summary-reply): Call
191         `wl-summary-set-message-buffer-or-redisplay' instead of
192         `wl-summary-redisplay-internal', don't move point.
193
194 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
197         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
198         by regexp.
199
200 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
201
202         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
203         if no need.
204
205 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
206
207         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
208         default value to nil.
209         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
210         `wl-summary-prepare-hook'; Replace refile action to
211         `wl-summary-exec-action-refile-with-register'.
212
213         * Version number is increased to 2.11.22.
214
215 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216
217         * wl-summary.el (wl-summary-detect-mark-position): Set
218         `wl-summary-buffer-weekday-name-lang'.
219
220 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
221
222         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
223         (wl-summary-mark-as-read-all): Ditto.
224         (wl-summary-delete-messages-on-buffer): Ditto.
225         (wl-summary-sync-update): Ditto.
226         (wl-summary-mark-as-read-internal): Ditto.
227         (wl-summary-mark-as-answered-internal): Ditto.
228         (wl-summary-update-folder-info): Abolished.
229
230 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
231
232         * wl-summary.el (wl-summary-mark-as-read-all): Use
233         `wl-summary-update-folder-info' instead of
234         `wl-folder-update-unread'.
235
236 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
237
238         * wl-summary.el (wl-summary-update-folder-info): New function derived from
239         `wl-summary-folder-info-update'.
240         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
241         instead of `wl-summary-folder-info-update'.
242         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
243         `wl-folder-set-folder-updated'.
244         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
245         instead of `wl-folder-update-unread'.
246         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
247         the value of `wl-summary-buffer-unread-count' for the second parameter of
248         `wl-folder-update-unread'.
249
250         * Version number is increased to 2.11.21.
251
252 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
253
254         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
255         a local variable.
256
257 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
258
259         * wl-spam.el (wl-summary-mark-spam): Show message only if call
260         interactively.
261
262         * wl-summary.el (wl-summary-mark-as-important-internal): New
263         internal function.
264         (wl-summary-mark-as-important): Use it.
265         (wl-summary-mark-as-unimportant): New function.
266         (wl-summary-sync-marks): Follow the API change.
267
268         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
269
270         * wl-mime.el (wl-summary-burst): Check target folder is writable.
271
272 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
273
274         * wl-folder.el (wl-folder-update-unread): Re-indent.
275         Narrow the scope of a local variable.
276
277 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
278
279         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
280         (wl-addrmgr-merge-entries): Ditto.
281         (wl-addrmgr): Added to address entry which exists in draft buffer
282         if no entry is in original.
283
284 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
285
286         * wl-batch.el: New file.
287
288 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
289
290         * wl-vars.el (wl-use-semi): Remove unused variable.
291
292 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
293
294         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
295         "?".
296
297 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
298
299         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
300         wl-summary-new-mark.
301         (wl-summary-new-cached-mark): New user option.
302         (wl-summary-score-marks): Follow the change above.
303         (wl-summary-auto-refile-skip-marks): Ditto.
304         (wl-summary-incorporate-marks): Ditto.
305         (wl-summary-expire-reserve-marks): Ditto.
306
307         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
308
309         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
310         (wl-summary-persistent-mark-string): Distinguished between cached
311         and uncached mark when the message is new.
312
313 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-spam.el (wl-spam-domain): Renamed from
316         `wl-spam-folder-guess-domain'.
317         (wl-summary-exec-action-spam): Register as spam if domain of the
318         source folder is good.
319         (wl-summary-exec-action-refile-with-register): Register message if
320         domain of the source folder is not undecided.
321
322 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
323
324         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
325         detect thread loop.
326
327 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
328
329         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
330         and wl-summary-skip-mark-list.
331
332 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
333
334         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
335
336         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
337
338         * wl-spam.el (toplevel): Require wl-highlight.
339         (wl-spam-auto-check-policy-alist): Abolish.
340         (wl-spam-auto-check-folder-regexp-list): New user option.
341         (wl-spam-auto-check-marks): Ditto.
342         (wl-spam-mark-action-list): Ditto.
343         (wl-highlight-summary-spam-face): New face.
344         (wl-spam-auto-check-message-p): New function.
345         (wl-spam-map-spam-messages): Fixed message.
346         (wl-spam-register-spam-messages): Ditto.
347         (wl-spam-register-good-messages): Ditto.
348         (wl-summary-spam-map): Add and remove keybind.
349         (wl-summary-target-mark-spam): Abolish.
350         (wl-summary-refile-spam): Ditto.
351         (wl-summary-test-spam): New function.
352         (wl-summary-mark-spam): Ditto.
353         (wl-summary-auto-check-spam): Follow the above change.
354         (wl-summary-exec-action-spam): New function.
355         (wl-summary-exec-action-refile-with-register): Fixed message.
356         (wl-message-check-spam): New function.
357         (wl-spam-setup): Ditto.
358         (toplevel): Call it if this file is loaded interactivity.
359
360         * Version number is increased to 2.11.20.
361
362 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
363
364         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
365         when new optional argument `force' is non nil or modified.
366
367 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
368
369         * wl.el (toplevel): Require wl-spam when compile.
370         (wl-save-status): Call wl-spam-save-status.
371
372         * wl-spam.el (wl-spam-register-spam-messages): New function.
373         (wl-spam-register-good-messages): Ditto.
374         (wl-spam-save-status): Ditto.
375         (wl-summary-mode-map): Bind
376         wl-summary-target-mark-register-as-spam to "ms" and
377         wl-summary-target-mark-register-as-good to "mn".
378         (wl-summary-register-as-spam): Abolish optional argument; Use
379         wl-spam-register-spam-messages.
380         (wl-summary-register-as-spam-all): Use
381         wl-spam-register-spam-messages.
382         (wl-summary-register-as-good): Abolish optional argument; Use
383         wl-spam-register-good-messages.
384         (wl-summary-register-as-good-all): Use
385         wl-spam-register-good-messages.
386         (wl-summary-target-mark-register-as-spam): New funtion.
387         (wl-summary-target-mark-register-as-good): Ditto.
388
389 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
390
391         * wl-spam.el: New file.
392
393 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
396
397         * wl-action.el (wl-auto-refile-guess-functions): New variable.
398         (wl-summary-auto-refile): Call wl-refile-guess with
399         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
400
401 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
402
403         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
404         with disable-thread argument non-nil.
405
406 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-summary.el (wl-summary-rescan): Added optional argument
409         disable-thread.
410         (wl-summary-sync): Call wl-summary-rescan with argument
411         disable-thread.
412         (wl-summary-input-range): Added new range `rescan-thread'.
413
414 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
415
416         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
417
418 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
419
420         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
421         internal variable.
422         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
423         wl-summary-search-parent-by-subject-regexp and
424         wl-summary-divide-thread-when-subject-changed as nil.
425         (wl-summary-insert-sequential): If entity is nil, nothing to do.
426         (wl-summary-insert-thread): Search parent entity from
427         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
428         thread loop.
429
430 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
431
432         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
433
434         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
435
436         * wl-util.el (wl-require-update-all-folder-p): New function.
437         (wl-get-assoc-list-value): Added `function' to match directive.
438         (wl-collect-draft): Rewrite.
439
440         * wl-summary.el (wl-summary-sync-update): Clear faces
441         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
442         are non-nil.
443         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
444         argument as function.
445         (wl-summary-input-range): Ditto.
446
447         * wl-folder.el (wl-draft-get-folder): New function.
448         (wl-folder-get-elmo-folder): Consider draft folder.
449
450         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
451         (wl-draft-buffer-message-number): New buffer local variable.
452         (wl-draft-folder-internal): New internal variable.
453         (wl-draft-delete): Rewrite.
454         (wl-draft-save): Ditto.
455         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
456         wl-folder-get-elmo-folder.
457         (wl-draft-config-info-operation): Ditto.
458         (wl-jump-to-draft-folder): Ditto.
459         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
460         (wl-draft-reedit): Rewrite.
461
462         * Version number is increased to 2.11.19.
463         
464 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
465
466         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
467         variable.
468
469 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
472         Use ignore-errors instead of unwind-protect.
473
474 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
475
476         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
477         for updating `wl-thread-entity-list'.
478
479 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
480
481         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
482         parameter from calling `wl-thread-entity-get-older-brothers' and
483         `wl-thread-entity-get-younger-brothers'.
484         Replace nested `append' with a single one.
485
486 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
487
488         * wl-summary.el (wl-summary-mode): Don't use the return value of
489         `make-local-hook'.
490
491 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
492
493         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
494         instead of `let*'.
495         (wl-thread-delete-message): Likewise.  Split and narrow the scope
496         of local variables.
497
498 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
499
500         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
501         Renamed from wl-summary-window-scroll-functions.
502         (wl-summary-window-scroll-functions): Don't set to variable.
503         (wl-summary-display-top): Use run-hooks.
504         (wl-summary-display-bottom): Ditto.
505         (wl-summary-toggle-disp-msg): Ditto.
506         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
507         Use it instead of wl-summary-window-scroll-functions.
508         (wl-summary-goto-folder-subr): Don't call
509         wl-summary-window-scroll-functions, use
510         wl-summary-buffer-window-scroll-functions instead.
511
512 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
513
514         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
515         make-local-variable.
516
517 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
518
519         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
520         set-buffer-modified-p.
521         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
522         (wl-summary-display-bottom): Ditto.
523         (wl-summary-toggle-disp-msg): Ditto.
524
525 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
526
527         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
528
529         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
530         (wl-summary-forward): Use elmo-message-entity-field instead of
531         elmo-message-field.
532
533         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
534
535 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
536
537         * wl-summary.el (wl-summary-window-scroll-functions): No use
538         `append'.
539
540 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
541
542         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
543         function.
544         (wl-summary-window-scroll-functions): Call it when both
545         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
546         (wl-summary-temp-mark): Added optional argument number.
547         (wl-summary-message-mark): Added optional argument flag.
548         (wl-summary-persistent-mark): Added optional argument number and flag.
549         (wl-summary-update-persistent-mark): Ditto.
550         (wl-summary-update-status-marks): Set "r" for interactive spec.
551
552         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
553         argument number and flag.
554
555         * wl-action.el (wl-summary-registered-temp-mark): 
556         Do nothing when wl-summary-buffer-temp-mark-list is nil.
557
558 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
559
560         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
561         internal variable (buffer local).
562         (wl-summary-window-scroll-functions): New function.
563         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
564         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
565         as nil.
566         (wl-summary-update-status-marks): Added arguments beg, end and
567         check.
568         (wl-summary-update-mark-window): Use function.
569         (wl-summary-sync-update): Follow the change above.
570         (wl-summary-switch-to-clone-buffer): Copy
571         wl-summary-buffer-unsync-mark-number-list.
572         (wl-summary-goto-folder-subr): Set
573         wl-summary-buffer-unsync-mark-number-list and
574         use wl-summary-window-scroll-functions insteaf of
575         wl-summary-lazy-highlight.
576
577         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
578
579 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
580
581         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
582
583         * wl-summary.el (wl-summary-update-persistent-mark): Call
584         wl-summary-set-message-modified.
585
586         * wl-summary.el (wl-summary-sync-update): Don't call
587         wl-summary-update-status-marks.
588
589         * Version number is increased to 2.11.18.
590
591 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
592
593         * wl-message.el (wl-message-prev-page): Use save-selected-window.
594         (wl-message-next-page): Ditto.
595
596 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
597
598         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
599         local variable.  Change the order of a collected list into the
600         same as the specified range.  Remove nil from a collected list.
601
602 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-summary.el (wl-summary-insert-headers): Set visible-only
605         argument for elmo-folder-list-messages.
606
607 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
610         change (wl-summary-count-unreads return a list instead of a cons
611         cell).
612
613 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
614
615         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
616         `wl-summary-folder-info-update'.
617
618 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
619
620         * wl-summary.el (wl-summary-set-message-modified): No use
621         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
622         (wl-summary-set-mark-modified): Abolish.
623         (wl-summary-mark-modified-p): Ditto.
624         (wl-summary-save-view): Follow the change above.
625
626         * wl-expire.el (wl-summary-expire): Likewise.
627
628 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
629
630         * wl-summary.el (wl-summary-detect-mark-position): Use
631         modb-entity-handler.
632         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
633
634         * Version number is increased to 2.11.17.
635
636 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
637
638         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
639         entity field value.
640         (wl-summary-prefetch-msg): Ditto.
641         (wl-summary-print-message-with-ps-print): Ditto.
642
643 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
644
645         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
646         for dummy entity.
647         (wl-summary-insert-thread): Use elmo-message-entity-field.
648         (wl-summary-update-thread): Use elmo-message-entity-field and
649         elmo-message-entity-number.
650         (wl-summary-line-number):  Use elmo-message-entity-number.
651         (wl-summary-line-size): Use elmo-message-entity-field.
652         (wl-summary-line-subject): Ditto.
653         (wl-summary-line-from): Ditto.
654         (wl-summary-line-attached): Ditto.
655         (wl-summary-create-line): Ditto.
656         (wl-summary-create-line): Use elmo-message-entity-number.
657         (wl-summary-print-message-with-ps-print): Use
658         elmo-message-entity-field.
659
660 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
661
662         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
663         change in elmo-msgdb-make-message-entity.
664         (wl-summary-buffer-set-folder): Don't call
665         wl-summary-detect-mark-position here.
666         (wl-summary-rescan): Call elmo-message-entity-number.
667         (wl-summary-sync-update): Ditto.
668         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
669
670         * wl-score.el (wl-score-header-index): Redefine 2th element.
671         (wl-score-overview-entity-get-extra): Abolish.
672         (wl-score-ov-entity-get): Rewrite.
673         (wl-score-string-index<, wl-score-string-func<): Abolish.
674         (wl-score-string<): New function.
675         (wl-score-string-sort): Use it.
676
677         * wl-refile.el (wl-refile-guess-by-history): Use
678         elmo-message-entity-field.
679         (wl-refile-guess-by-from): Ditto.
680         (wl-refile-guess-by-msgid): Ditto.
681
682         * Version number is increased to 2.11.16.
683
684 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
685
686         * wl-folder.el (wl-folder-confirm-existence): Don't call
687         file-exists-p if msgdb-path is nil.
688         * wl-summary.el, wl-draft.el, wl-action.el: Rename
689         `wl-read-folder-hist' to `wl-read-folder-history'.
690
691 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
692
693         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
694         `y-or-n-p'.
695
696 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
697
698         * wl-score.el (wl-score-headers): Don't use
699         elmo-folder-do-each-message-entity.
700
701         * Version number is increased to 2.11.15.
702
703 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
704
705         * wl-summary.el (wl-summary-delete-all-msgs): Use
706         elmo-folder-move-messages instead of elmo-folder-delete-messages
707         and elmo-folder-detach-messages.
708         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
709
710         * wl-expire.el (wl-expire-delete): Ditto.
711         (wl-expire-refile-with-copy-reserve-msg): Ditto.
712
713 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
714
715         * wl-vars.el (wl-message-use-header-narrowing): New user option.
716         (wl-message-header-narrowing-fields): Ditto.
717         (wl-message-header-narrowing-lines): Ditto.
718         (wl-message-header-narrowing-string): Ditto.
719
720         * wl-summary.el (wl-summary-mode-map): Bind
721         wl-summary-toggle-header-narrowing to "C-cC-f".
722         (wl-summary-toggle-header-narrowing): New function.
723
724         * wl-message.el (wl-message-buffer-create): Call
725         wl-message-header-narrowing-setup.
726         (wl-message-redisplay): Call wl-message-header-narrowing.
727         (wl-message-header-narrowing): New function.
728         (wl-message-header-narrowing-map): New keymap.
729         (wl-message-header-narrowing-widen-map): New keymap.
730         (wl-message-header-narrowing-again-at-mouse): New function.
731         (wl-message-header-narrowing-1): Ditto.
732         (wl-message-header-narrowing-widen-at-mouse): Ditto.
733         (wl-message-header-narrowing-setup): Ditto.
734         (wl-message-header-narrowing-toggle): Ditto.
735         
736         * wl-highlight.el (wl-message-header-narrowing-face): New face.
737
738         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
739         'flag as all.
740         (wl-use-flag-folder-help-echo): New user option.
741
742         * wl-summary.el (wl-summary-detect-mark-position): Bind 
743         wl-summary-highlight as nil.
744         (wl-summary-set-mark-modified): Follow the API change.
745         (wl-summary-mark-modified-p): Ditto.
746         (wl-summary-mark-as-read-all): Ditto.
747         (wl-summary-sync-marks): Don't call
748         elmo-folder-list-messages-with-global-mark.
749         (wl-summary-mark-as-read-internal): Follow the API change.
750         (wl-summary-mark-as-answered-internal): Ditto.
751         (wl-summary-mark-as-important): Cause an error when 'flag folder;
752         Follow the API change.
753         (wl-summary-create-line): Call with number argument.
754         (wl-summary-reply): Follow the API change.
755
756         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
757         function.
758         (wl-highlight-summary-line-string): Call it when
759         wl-use-flag-folder-help-echo is non-nil.
760         (wl-highlight-summary-current-line): Ditto.
761         (elmo-flag-folder-referrer): Added autoload setting.
762
763         * wl-draft.el (wl-draft-kill): Follow the API change.
764
765         * Version number is increased to 2.11.14.
766         
767 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
768
769         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
770
771 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
772
773         * Version number is increased to 2.11.13.
774
775 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-draft.el (wl-draft-previous-history-element): Fixed
778         unbalanced parenthesis and bind unbound local variables.
779
780 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-draft.el (wl-draft-previous-history-element): New function.
783         (wl-draft-next-history-element): Ditto.
784         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
785         them to M-p and M-n.
786
787 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
788
789         * Version number is increased to 2.11.12.
790
791 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
792
793         * wl-draft.el (wl-draft-hide): Select buffer-window.
794
795 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
796
797         * wl-summary.el (wl-summary-narrow-to-region): New function.
798         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
799         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
800         (wl-summary-save-region): Use it.
801         * wl-action.el (wl-summary-collect-numbers-region)
802         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
803
804 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
805
806         * wl-folder.el (wl-folder-count-incorporates): Don't use
807         `elmo-msgdb-mark-load'
808
809         * Version number is increased to 2.11.11.
810
811 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
812
813         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
814         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
815
816 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
817
818         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
819
820 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
821
822         * Version number is increased to 2.11.10.
823
824 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-mime.el (wl-draft-attribute-value): Fixed.
827
828 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
829
830         * wl-util.el (wl-copy-local-variables): New function.
831
832         * wl-mime.el (wl-draft-attribute-recipients): New function.
833         (wl-draft-attribute-envelope-from): Ditto.
834         (wl-draft-attribute-smtp-posting-server): Ditto.
835         (wl-draft-attribute-smtp-posting-port): Ditto.
836         (wl-draft-attribute-value): Ditto.
837         (wl-draft-preview-message): Use it to get value for
838         attributes. Reflect result of `wl-draft-config'.
839
840         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
841         and call `wl-summary-mark-as-read' before to call
842         `wl-summary-unset-mark'.
843         (wl-summary-target-mark-mark-as-unread): Likewise.
844         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
845
846 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
847
848         * wl-mime.el (wl-draft-preview-message): Use actual value for
849         attributes; Fix for small window.
850
851 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
852
853         * wl-refile.el (wl-refile-get-field-value): Call
854         `elmo-message-entity-field' with 3rd argument is non-nil.
855
856 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
857
858         * wl-vars.el (wl-draft-preview-attributes): New user option.
859         (wl-draft-preview-attributes-list): Ditto.
860         (wl-draft-preview-attributes-buffer-lines): Ditto.
861         (wl-draft-preview-attributes-buffer-name): Ditto.
862
863         * wl-mime.el (wl-draft-preview-message): Display attributes.
864
865 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
866
867         * wl-summary.el (wl-summary-detect-mark-position): Bind
868         wl-summary-flag-priority-list to '(new).
869
870 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
871
872         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
873         funtion.
874         (wl-highlight-summary-line-string): Use it.
875         (wl-highlight-summary-current-line): Ditto.
876
877 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
878
879         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
880         line even when the mark string is not changed.
881
882         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
883         argument change in the wl-summary-create-line.
884         (wl-thread-insert-entity-sub): Ditto.
885
886         * wl-summary.el (wl-summary-detect-mark-position): Follow the
887         argument change in the wl-summary-create-line.
888         (wl-summary-insert-sequential): Ditto.
889         (wl-summary-update-thread): Ditto.
890         (wl-summary-persistent-mark-string): New inline function.
891         (wl-summary-message-mark): Use it.
892         (wl-summary-create-line): Abolish argument wl-persistent-mark
893         and added wl-flags, wl-cached.
894
895         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
896         mark to flags.
897         (wl-highlight-summary-current-line): Decide the face not by the 
898         persistent mark but flags.
899
900 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
901
902         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
903         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
904         wl-summary-read-uncached-mark): Revive.
905         (wl-summary-answered-cached-mark,
906         wl-summary-answered-uncached-mark): New user option.
907         (wl-summary-score-marks): Follow the change above.
908         (wl-summary-auto-refile-skip-marks): Ditto.
909         (wl-summary-incorporate-marks): Ditto.
910         (wl-summary-expire-reserve-marks): Ditto.
911         (wl-summary-flag-priority-list): New user option.
912
913         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
914         changes.
915         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
916         of elmo-message-mark.
917         (wl-summary-mark-as-read-internal): Ditto.
918         (wl-summary-mark-as-answered): Ditto.
919         (wl-summary-mark-as-important): Ditto.
920         (wl-summary-redisplay-internal): Ditto.
921         (wl-summary-redisplay-no-mime-internal): Ditto.
922         (wl-summary-message-mark): New function.
923         (wl-summary-insert-sequential): Use wl-summary-message-mark
924         instead of elmo-message-mark.
925         (wl-summary-update-thread): Ditto.
926         (wl-summary-persistent-mark): Ditto.
927         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
928         instead of elmo-message-mark.
929
930         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
931         wl-summary-message-mark instead of elmo-message-mark.
932         (wl-thread-insert-entity-sub): Ditto.
933         (wl-thread-get-children-msgs-uncached): Ditto.
934
935         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
936         variable name changes.
937         (wl-highlight-summary-current-line): Ditto.
938
939         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
940         wl-summary-message-mark instead of elmo-message-mark.
941
942         * wl-expire.el (wl-expire-message-p): Ditto.
943
944         * wl-score.el (wl-score-headers): Ditto.
945
946         * Version number is increased to 2.11.9.
947
948         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
949         (wl-summary-sync-update): Follow the change above.
950         (wl-summary-switch-to-clone-buffer): Ditto.
951         (wl-summary-open-folder): Ditto.
952
953 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
954
955         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
956         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
957
958         * Version number is increased to 2.11.8.
959
960         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
961
962         * wl-expire.el (wl-expire-refile): Follow the API change on
963         `elmo-folder-move-messages'.
964         (wl-expire-refile-with-copy-reserve-msg): Ditto.
965
966         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
967         (wl-summary-exec-action-refile): Ditto.
968         (wl-summary-exec-action-copy): Ditto.
969         (wl-summary-no-auto-refile-message-p): No use
970         `wl-summary-buffer-msgdb'.
971         (wl-summary-auto-refile): Ditto.
972
973 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
974
975         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
976
977 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
978
979         * wl-summary.el (wl-summary-sync): Treat no-sync.
980
981         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
982         (wl-default-sync-range): Ditto.
983
984 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
985
986         * wl-refile.el (wl-refile-subject-learn): Call
987         `elmo-message-entity-field' with 3rd argument is non-nil.
988         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
989         instead of `elmo-msgdb-overview-entity-get-subject'.
990
991 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
992
993         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
994         scan-type is rescan.
995         (wl-summary-delete-all-temp-marks): Remove scored mark too when
996         new optional argument force is non-nil.
997         (wl-summary-save-view-cache): Call it with force argument non-nil.
998
999         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1000
1001 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-action.el (wl-summary-print-argument): Fixed last change.
1004
1005 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1006
1007         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1008         simplified.
1009         (wl-summary-target-mark-mark-as-unread): Likewise.
1010         (wl-summary-target-mark-mark-as-important): Likewise.
1011
1012 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1013
1014         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1015         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1016         (wl-summary-mark-as-important-region): Change accordingly.
1017         (wl-summary-target-mark-mark-as-important): Ditto.
1018
1019 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1022
1023         * wl-action.el (wl-summary-print-argument): Print argument to
1024         right side of window if `wl-summary-print-argument-within-window'
1025         is non-nil.
1026
1027 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1028
1029         * wl-action.el (wl-summary-set-mark): Use
1030         `wl-summary-message-visible-p' to check visibility of the message
1031         and jump to message only when the message line is visible and have
1032         different number; Call wl-summary-unset-mark with number argument.
1033         (wl-summary-unset-mark): 
1034         Use `wl-summary-message-visible-p'
1035         to check visibility of the message and jump to message only when
1036         the message line is visible and have different number;
1037
1038 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1039
1040         * Version number is increased to 2.11.7.
1041
1042         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1043         and wl-folder-summary-line-format.
1044
1045         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1046         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1047         (wl-summary-set-score-mark): Use it.
1048         (wl-summary-target-mark-mark-as-read): Ditto.
1049         (wl-summary-target-mark-mark-as-unread): Ditto.
1050         (wl-summary-target-mark-mark-as-important): Ditto.
1051         (wl-summary-target-mark-msgs): Simplified.
1052         (wl-summary-detect-mark-position): Fixed problem when
1053         summary-line-format no contain persisten/temp mark spec.
1054         (wl-summary-temp-mark): Ditto.
1055         (wl-summary-persistent-mark): Ditto.
1056         (wl-summary-update-persistent-mark): Ditto.
1057
1058         * wl-action.el (wl-summary-set-mark): Ditto.
1059         (wl-summary-unset-mark): Ditto.
1060         All other related portions are changed.
1061
1062 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1063
1064         * Version number is increased to 2.11.6.
1065
1066 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1067
1068         * wl-util.el (wl-current-message-buffer): Define as function;
1069         Don't use the value of wl-messge-buffer.
1070
1071         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1072         persistent mark.
1073
1074         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1075         no current message, cause an error.
1076
1077 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1078
1079         * wl-summary.el (wl-summary-set-message-modified): Use
1080         elmo-folder-set-message-modified instead of
1081         elmo-folder-set-message-modified-internal.
1082
1083 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1086         interactively.
1087         (wl-summary-sync): nokill->entirely.
1088         (wl-summary-sync-marks): Fixed message.
1089         (wl-summary-input-range): Added mark, nokill->entirely.
1090
1091         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1092         messages as read.
1093
1094 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1095
1096         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1097         update-noscore.
1098         (wl-summary-sync): Follow the change above.
1099
1100 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1101
1102         * wl-action.el (wl-summary-target-mark-all): Use
1103         elmo-folder-list-messages.
1104
1105 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1106
1107         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1108         (wl-summary-rescan): Set wl-summary-scored as nil.
1109         (wl-summary-sync-force-update): Follow the change above.
1110         (wl-summary-sync): Ditto.
1111         (wl-summary-sync-update): Added argument disable-killed.
1112         (wl-summary-insert-headers): Set visible-only argument for
1113         elmo-folder-list-messages.
1114         (wl-summary-input-range): Added update-nokill, update-noscore,
1115         all-nokill, all-noscore and mark.
1116
1117         * Version number is increased to 2.11.5.
1118
1119         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1120
1121 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1122
1123         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1124         (wl-summary-prefetch-region-no-mark): Change accordingly.
1125         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1126
1127 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1128
1129         * wl-address.el (wl-complete-field-to): Abolished.
1130         (wl-complete-address): Completion function for completing-read.
1131         * wl-action.el (wl-summary-get-resend-address): Use it.
1132
1133         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1134         wl-summary-update-mark and abolish unused argument.
1135         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1136         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1137         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1138         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1139         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1140         * wl-draft.el (wl-draft-kill): Ditto.
1141
1142         * wl-summary.el: Remove unused binding of case-fold-search.
1143         (wl-summary-replace-status-marks): Abolished.
1144
1145 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1146
1147         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1148         is specified or folder length is zero.
1149
1150 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1151
1152         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1153         (wl-folder-archive-current-entity): Ditto.
1154
1155 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1156
1157         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1158         retrieving message mark.
1159         (wl-summary-redisplay-internal): Ditto.
1160
1161         * wl-message.el (wl-message-buffer-display): Ignore errors while
1162         retrieving message-id field.
1163
1164         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1165         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1166         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1167         order of the arguments for `wl-expire-message-p'.
1168         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1169
1170         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1171         Check return value of wl-summary-reply.
1172         (wl-summary-reply): Recover window configuration when an error occured.
1173
1174 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1175
1176         * wl-summary.el (wl-summary-resend-message): Abolished, the
1177         feature is inherited by wl-summary-resend (put resend mark).
1178
1179 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1180
1181         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1182         wl-message-buffer to nil when the message is hide.
1183
1184 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * .cvsignore: New file.
1187
1188 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1189
1190         * wl-action.el (wl-summary-action-docstring): Add more info.
1191         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1192         duplicate definition.
1193         (wl-summary-define-mark-action): Functions wl-summary-*-region
1194         keep current position.
1195         (wl-summary-unregister-target-mark): Store result to the variable.
1196
1197 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1198
1199         * Version number is increased to 2.11.4.
1200
1201 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1202
1203         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1204         wl-summary-delete-all-temp-marks.
1205         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1206
1207         * wl-action.el (wl-summary-set-mark): Changed terminology
1208         refile-destination -> action-argument.
1209         (wl-summary-unset-mark): Ditto.
1210         (wl-summary-remove-argument): Ditto.
1211         (wl-summary-print-argument): Ditto.
1212
1213         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1214         (wl-thread-remove-argument-region): Ditto.
1215         (wl-thread-print-argument-region): Ditto.
1216         (wl-thread-close): Ditto.
1217         (wl-thread-open): Ditto.
1218
1219         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1220         (wl-highlight-refile-destination-face is abolished)
1221         (wl-highlight-action-argument-string): Ditto.
1222         (wl-highlight-summary-current-line): Highlight action argument.
1223
1224         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1225         color for light backgrounds.
1226         (wl-highlight-summary-answered-face): Ditto.
1227
1228 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1229
1230         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1231
1232         * wl-score.el (wl-summary-score-update-all-lines): Use
1233         wl-summary-set-mark.
1234         (wl-summary-score-update-all-lines): Kill expunged messages.
1235
1236         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1237
1238 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1239
1240         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1241         directly.
1242         (wl-score-overview-entity-get-lines): Ditto.
1243         (wl-score-overview-entity-get-xref): Ditto.
1244         (wl-score-get-latest-msgs): Ditto.
1245         (wl-summary-rescore): Ditto.
1246
1247         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1248         to "&".
1249         (wl-summary-mark-as-answered-internal): New inline function.
1250         (wl-summary-mark-as-answered): New function.
1251         (wl-summary-mark-as-unanswered): Ditto.
1252         (wl-summary-sync-marks): Modified for answered-mark synching.
1253
1254 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1255
1256         * wl-action.el (wl-summary-set-mark): Fixed last change.
1257
1258 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1259
1260         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1261         behavior of wl-summary-unread-message-hook
1262         (Pointed out by akira yamada <akira@arika.org>).
1263
1264 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1265
1266         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1267         wl-summary-delete.
1268         * wl-xmas.el (wl-summary-toolbar): Ditto.
1269
1270         * wl-action.el (wl-summary-set-mark): Don't override current
1271         temp-mark.
1272
1273         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1274
1275 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1276
1277         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1278         (wl-refile-msgid-learn): Ditto.
1279         (wl-refile-get-field-value): Ditto.
1280
1281         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1282
1283         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1284         (wl-expire-delete-reserved-messages): Renamed from
1285         wl-expire-reserve-marked-msgs-from-list.
1286         (wl-expire-delete): Removed argument `msgdb'.
1287         (wl-expire-refile): Ditto.
1288         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1289         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1290         mark-alist as argument.
1291         (wl-expire-archive-number1): Removed argument `msgdb'.
1292         (wl-expire-archive-number2): Ditto.
1293         (wl-expire-archive-date): Ditto.
1294         (wl-expire-localdir-date): Ditto.
1295         (wl-expire-hide): Ditto.
1296         (wl-archive-number1): Ditto.
1297         (wl-archive-number2): Ditto.
1298         (wl-archive-date): Ditto.
1299         (wl-archive-folder): Ditto.
1300         All other related portions are changed.
1301
1302 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1303
1304         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1305         mean move up and down. (suggested by Takashi Kawachi)
1306
1307 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1308
1309         * wl-acap.el (toplevel): Don't require un-define.
1310
1311 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1312
1313         * wl-thread.el (wl-thread-delete-message): Always update
1314         wl-summary-buffer-number-list.
1315
1316         * wl-action.el (wl-summary-print-destination): 
1317         Do nothing when folder is nil.
1318
1319 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1322         persistent mark when prefetch is succeeded.
1323
1324 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1325
1326         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1327         instead of elmo-msgdb-delete-msgs.
1328         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1329         (wl-expire-hide): Ditto.
1330
1331         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1332
1333         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1334         elmo-msgdb interface.
1335         (wl-thread-get-exist-children): Likewise.
1336         (wl-thread-insert-message): Likewise.
1337         (wl-thread-msg-mark-as-important): Likewise.
1338         (wl-thread-insert-entity-sub): Likewise.
1339         (wl-thread-get-children-msgs-uncached): Likewise.
1340
1341         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1342         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1343         (wl-summary-sync-update): Likewise.
1344         (wl-summary-auto-select-msg-p): Likewise.
1345         (wl-summary-update-thread): Likewise.
1346         (wl-summary-mark-as-important): Likewise.
1347         (wl-summary-jump-to-msg-internal): Likewise.
1348         (wl-summary-redisplay-internal): Likewise.
1349         (wl-summary-print-message-with-ps-print): Likewise.
1350         (wl-summary-folder-info-update): Likewise.
1351
1352         * wl-folder.el (wl-folder-check-one-entity):
1353         elmo-folder-count-flags instead of wl-summary-count-unread.
1354
1355         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1356
1357         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1358
1359         * wl-summary.el (wl-summary-set-message-modified): 
1360         Call wl-summary-set-mark-modified.
1361         (wl-summary-delete-messages-on-buffer): Call
1362         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1363         (wl-summary-sync-update): Call elmo-folder-length instead of
1364         elmo-folder-messages.
1365         (wl-summary-insert-headers): Don't call
1366         elmo-folder-list-message-entities.
1367
1368 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1369
1370         * wl-action.el (wl-summary-define-mark-action): Call
1371         `wl-summary-set-mark' with argument `data'.
1372         (wl-summary-auto-refile): Fixed order of arguments when call
1373         `wl-summary-refile'.
1374
1375 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1376
1377         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1378
1379         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1380
1381         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1382         (Renamed from wl-highlight-summary-deleted-face).
1383         (wl-highlight-summary-resend-face): New face.
1384
1385         (wl-highlight-summary-deleted-face): Renamed from
1386         wl-highlight-summary-erased-face.
1387
1388         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1389
1390         * wl-action.el (wl-summary-get-resend-address): New function.
1391         (wl-summary-exec-action-resend): Ditto.
1392         (wl-summary-exec-action-resend-subr): Ditto.
1393
1394         * w-thread.el (wl-thread-copy): Removed definition.
1395         (wl-thread-refile): Ditto.
1396         (wl-thread-delete): Ditto.
1397         (wl-thread-target-mark): Ditto.
1398
1399         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1400         (wl-summary-target-mark-set-action): Fixed.
1401         (wl-summary-define-mark-action): Fixed quotation.
1402         (wl-summary-move-mark-list-messages): Display message.
1403         (wl-summary-define-mark-action): Define thread functions.
1404         (wl-summary-exec-action-refile): Changed message.
1405         (wl-summary-exec): Ditto.
1406
1407 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1408         
1409         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1410         '%%'.
1411
1412 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1413
1414         * wl.el (toplevel): Require wl-action.
1415         (wl-init): Call wl-summary-define-mark-action.
1416
1417         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1418
1419         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1420         wl-summary-delete and wl-summary-erase.
1421         (wl-summary-mode-map): Ditto.
1422
1423         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1424         wl-delete-folder-alist.
1425
1426         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1427         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1428         (toplevel): Moved mark & action related functions to the wl-action.el.
1429
1430         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1431         in wl-summary-mark-action-list.
1432         (wl-highlight-summary-current-line): Ditto.
1433
1434         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1435         empty lines.
1436
1437         * wl-action.el: New file. 
1438
1439 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1440
1441         * wl-summary.el (wl-summary-target-mark-replace): New function.
1442         (wl-summary-target-mark-prefetch): Use it.
1443         (wl-summary-target-mark-delete): Ditto.
1444         (toplevel): Rearranged definition order.
1445         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1446         (wl-summary-target-mark-erase): Rewrite.
1447         (wl-summary-erase-region): New function.
1448         (wl-summary-exec-action-erase): Changed message.
1449         (wl-summary-move-mark-list-messages): New function.
1450         (wl-summary-exec-action-delete): Use it.
1451         (wl-summary-exec-action-erase): Ditto.
1452
1453         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1454         (wl-summary-skip-mark-list): Added "d".
1455
1456         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1457         while searching.
1458
1459         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1460         and define using defcustom;
1461         Define 4th element as a face.
1462         
1463         * wl-summary.el (wl-summary-incorporate): Use 
1464         `wl-summary-prefetch-region-no-mark' instead of
1465         `wl-summary-prefetch-region'.
1466         (wl-summary-prefetch-region-no-mark): Revival of old
1467         `wl-summary-prefetch-region'.
1468         (wl-summary-mark-action-list): Moved to wl-vars.el
1469
1470         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1471         face according to the `wl-summary-mark-action-list'.
1472         (wl-highlight-summary-current-line): Ditto;
1473         Removed destination highlighting.
1474
1475         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1476         (wl-highlight-summary-line-string): Highlight for "i" mark.
1477         (wl-highlight-summary-current-line): Ditto.
1478
1479         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1480         no destination.
1481
1482         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1483         exists, just go ahead.
1484         (wl-summary-prefetch-region): Rewrite.
1485         (wl-summary-prefetch): Ditto.
1486         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1487         (wl-summary-exec-action-prefetch): New function.
1488         (wl-summary-target-mark-prefetch): Rewrite.
1489
1490 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1491
1492         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1493         (wl-highlight-summary-line-string): Added "d" and "D".
1494         (wl-highlight-summary-current-line): Ditto.
1495
1496         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1497         in wl-summary.el.
1498         (wl-thread-insert-entity-sub): Ditto.
1499         (wl-thread-remove-destination-region): Ditto.
1500         (wl-thread-print-destination-region): Ditto.
1501
1502         * wl-summary.el (wl-summary-buffer-refile-list,
1503         wl-summary-buffer-delete-list,
1504         wl-summary-buffer-copy-list): Abolish.
1505         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1506         All other related portions are changed.
1507         (wl-summary-mark-action-list): New variable.
1508         (wl-summary-set-mark): New function.
1509         (wl-summary-register-target-mark): Ditto.
1510         (wl-summary-unregister-target-mark): Ditto.
1511         (wl-summary-have-target-mark-p): Ditto.
1512         (wl-summary-register-temp-mark): Ditto.
1513         (wl-summary-unregister-temp-mark): Ditto.
1514         (wl-summary-registered-temp-mark): Ditto.
1515         (wl-summary-collect-temp-mark): Ditto.
1516         (wl-summary-unset-mark): Ditto.
1517         (wl-summary-set-target-mark): Ditto.
1518         (wl-summary-unset-target-mark): Ditto.
1519         (wl-summary-set-action-generic): Ditto.
1520         (wl-summary-unset-action-generic): Ditto.
1521         (wl-summary-exec-action-delete): Ditto.
1522         (wl-summary-exec-action-erase): Ditto.
1523         (wl-summary-set-action-refile): Ditto.
1524         (wl-summary-set-action-refile-subr): Ditto.
1525         (wl-summary-unset-action-refile): Ditto.
1526         (wl-summary-make-destination-numbers-list): Ditto.
1527         (wl-summary-exec-action-refile): Ditto.
1528         (wl-summary-set-action-copy): Ditto.
1529         (wl-summary-unset-action-copy): Ditto.
1530         (wl-summary-exec-action-copy): Ditto.
1531         (wl-summary-collect-numbers-region): Ditto.
1532         (wl-summary-delete): Rewrite.
1533         (wl-summary-erase): Ditto.
1534         (wl-summary-remove-destination): Ditto.
1535         (wl-summary-exec): Ditto.
1536         (wl-summary-exec-region): Ditto.
1537         (wl-summary-target-mark-erase): Ditto.
1538         (wl-summary-refile): Ditto.
1539         (wl-summary-copy): Ditto.
1540         (wl-summary-unmark): Ditto.
1541         (wl-summary-delete-all-mark): Ditto.
1542         (wl-summary-mark-line): Don't highlight.
1543         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1544         (wl-summary-target-mark-refile-subr): Rewrite.
1545
1546         (wl-summary-copy-prev-destination): Abolish.
1547
1548 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1549
1550         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1551         default values along the value of wl-on-mule.
1552         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1553         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1554         It is not used anywhere.
1555
1556 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1557
1558         * wl-summary.el (wl-summary-print-destination): Keep position.
1559         (wl-summary-cursor-move-surface): Keep horizontal position.
1560
1561 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1562
1563         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1564         write sendlog.
1565
1566 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1567
1568         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1569         `wl-summary-highlight'.
1570
1571 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1572
1573         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1574         trivial condition for temp-mark.
1575
1576 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1577
1578         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1579         when it hits killed buffer.
1580
1581 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1582
1583         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1584         * wl-news.el.in: `message' and `error' take format string.
1585
1586 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * wl-folder (wl-folder-insert-entity): Display a message,
1589         `...done', when the work finish.
1590         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1591
1592 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1593
1594         * wl-message.el (wl-message-redisplay): Remove unused local
1595         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1596
1597 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1598
1599         * wl-summary.el (wl-summary-replace-status-marks): Disable
1600         interactive use.
1601         (wl-summary-reedit): Check message existence at first.
1602         (wl-summary-mark-line): Fix doc, return value is indefinite.
1603
1604         * wl-highlight.el (wl-highlight-message): Arranged.
1605
1606         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1607         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1608         check temp-mark by wl-summary-temp-mark always.
1609         (wl-highlight-summary): Change accordingly.
1610         * wl-summary.el (wl-summary-mark-as-read-all)
1611         (wl-summary-delete-cache, wl-summary-set-score-mark)
1612         (wl-summary-mark-as-unread, wl-summary-unmark)
1613         (wl-summary-mark-line, wl-summary-mark-as-read)
1614         (wl-summary-mark-as-important): Ditto.
1615
1616         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1617         end of the window if possible.
1618         * wl-summary.el (wl-summary-sync-update): Support lazy
1619         highlighting.
1620         (wl-summary-toggle-disp-msg): Ditto.
1621
1622 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1623
1624         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1625
1626 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1627
1628         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1629         change.
1630
1631 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1632
1633         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1634         API.
1635         (wl-summary-sync-update): Ditto.
1636
1637         * wl-score.el (wl-score-get-score-alist): Changed argument.
1638         (wl-summary-rescore-msgs): Likewise.
1639         (wl-summary-score-headers): Likewise.
1640         (wl-score-headers): Likewise;
1641         Use elmo-folder-do-each-message-entity, etc.
1642         (wl-summary-score-effect): Follow the changes above.
1643         (wl-summary-rescore): Ditto.
1644         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1645         (wl-score-get-overview): Abolish.
1646
1647         * wl-summary.el (wl-summary-default-from): Follow the API change in
1648         elmo-msgdb.
1649         (wl-summary-count-unread): Ditto.
1650         (wl-summary-detect-mark-position): Ditto.
1651         (wl-summary-overview-entity-compare-by-date): Ditto.
1652         (wl-summary-overview-entity-compare-by-number): Ditto.
1653         (wl-summary-overview-entity-compare-by-from): Ditto.
1654         (wl-summary-overview-entity-compare-by-subject): Ditto.
1655         (wl-summary-get-list-info): Ditto.
1656         (wl-summary-rescan): Ditto.
1657         (wl-summary-jump-to-msg-by-message-id): Ditto.
1658         (wl-summary-sync-update): Ditto; Removed comment.
1659         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1660         (wl-summary-insert-message): Use wl-summary-insert
1661         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1662         (wl-summary-insert-headers): Changed argument overview to folder.
1663         (wl-summary-search-by-subject): Likewise.
1664         (wl-summary-insert-thread): Renamed from 
1665         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1666
1667         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1668         too.
1669
1670         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1671         wl-string-member.
1672
1673 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1674
1675         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1676         elmo-folder-append-buffer.
1677         (wl-draft-queue-append): Likewise.
1678
1679         * wl-mime.el (wl-message-delete-current-part): Ditto.
1680         (wl-summary-burst-subr): Ditto.
1681
1682         * wl-news.el.in (wl-news-send-news): Ditto.
1683
1684 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1685
1686         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1687         function.
1688         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1689         (wl-summary-update-mark): Enclose with save-excursion.
1690         (wl-summary-mark-as-read-internal): Fixed last change.
1691         (wl-summary-mark-as-important): Use 3rd argument of
1692         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1693         Don't use elmo-msgdb-set-mark.
1694         (wl-summary-redisplay-internal): If msgdb flag is already read,
1695         just update the mark on buffer.
1696
1697 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1698
1699         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1700         cut visible folder when elmo-folder-delete returns non-nil value.
1701
1702 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1703
1704         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1705         by Kenichi OKADA <okada@opaopa.org>).
1706
1707 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1708
1709         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1710
1711 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1712
1713         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1714         Fixed the last change, search group entity by its real name.
1715         (Thanks to: KOBAYASHI Shinji)
1716
1717 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1718
1719         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1720         (wl-fldmgr-access-display-all): Don't refer visible name.
1721         * wl-expire.el (wl-folder-archive-current-entity)
1722         (wl-folder-expire-current-entity): Ditto.
1723         * wl-folder.el (wl-folder-jump-to-current-entity)
1724         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1725         (wl-folder-open-folder-sub,wl-folder-open-all)
1726         (wl-folder-write-current-folder): Ditto.
1727         (wl-folder-insert-entity): Don't use petname for normal group.
1728         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1729         is the real name.
1730         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1731         Abolished.
1732
1733 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1734
1735         * wl-draft.el (wl-draft-create-buffer): Add
1736         `wl-summary-reply-with-citation'
1737
1738 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1739
1740         * wl-draft.el (wl-draft-reply): Fixed.
1741
1742 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1743
1744         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1745         when `wl-draft-send-confirm-with-preview' is non-nil.
1746         You can scroll up/down by j/k.
1747         (wl-draft-send-confirm-with-preview): New variable (default=t).
1748
1749 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1750
1751         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1752         (wl-fldmgr-save-folders): Fix comment.
1753
1754 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1755
1756         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1757         along the last change in `wl-folder-buffer-group-p'.
1758
1759 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1760
1761         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1762         folder.
1763
1764         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1765         the default value.
1766
1767         * wl-mime.el (wl-summary-burst): Update summary only when target
1768         folder equals current folder.
1769
1770 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1771
1772         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1773
1774 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1775
1776         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1777         value.
1778
1779 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1780
1781         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1782         `map-extents' instead of `extent-at' repeatedly.
1783         (wl-highlight-folder-current-line): Ditto.
1784
1785         * wl-highlight.el: Remove useless dummy functions.
1786
1787 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1788
1789         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1790         (wl-folder-put-folder-property): New function to put text property.
1791         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1792         (wl-folder-insert-entity, wl-folder-update-diff-line)
1793         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1794         * wl-e21.el, wl-xmas.el, wl-mule.el
1795         (wl-highlight-folder-current-line): Ditto.
1796         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1797         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1798         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1799         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1800
1801 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1802
1803         * Version number is increased to 2.11.3.
1804
1805 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1806
1807         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1808         Resume current-buffer since it is assumed by remaining tasks.
1809
1810 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1811
1812         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1813         (wl-folder-completion-function): Abolished.
1814         (wl-folder-complete-folder): New function.
1815         (wl-folder-complete-filter-condition): Ditto.
1816         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1817         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1818
1819 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1820
1821         * wl-draft.el (wl-draft-send-confirm): New function.
1822         (wl-draft-send): Use it.
1823
1824         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1825         cursor-in-echo-area while confirming.
1826
1827         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1828
1829         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1830         searching via nntp if wl-summary-search-via-nntp is 'force.
1831         Otherwise, invoke searching in nntp folder only.
1832         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1833
1834         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1835         explicitly for mime-make-text-tag.
1836
1837 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1838
1839         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1840         `mime-make-text-tag' instead of `mime-create-tag'.
1841
1842 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1843
1844         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1845         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1846
1847 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1848
1849         * wl-score.el (wl-score-save): Bind print-length and print-level.
1850         (wl-score-pretty-print): Ditto.
1851         (wl-score-edit-insert-header-entry): Ditto.
1852
1853         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1854         "From" entry to be treated with wl-draft-eword-encode-address-list.
1855         * wl-mime.el (wl-draft-preview-message): Ditto.
1856
1857         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1858         (wl-summary-mark-as-unread): Ditto.
1859         (wl-summary-mark-as-read-region): Change accordingly.
1860         (wl-summary-mark-as-unread-region): Ditto.
1861         (wl-summary-target-mark-mark-as-read): Ditto.
1862         (wl-summary-target-mark-mark-as-unread): Ditto.
1863
1864 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1865
1866         * Version number is increased to 2.11.2.
1867
1868 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1869
1870         * wl-news.el.in (wl-news-previous-version-save): Bind
1871         print-length and print-level.
1872         * wl-thread.el (wl-thread-save-entities): Ditto.
1873         (wl-thread-save-top-list): Bind print-length.
1874
1875 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1876
1877         * wl-highlight.el (wl-highlight-summary-line-string): Use
1878         wl-summary-score-below-mark, wl-summary-score-over-mark.
1879         (wl-highlight-summary-current-line): Ditto.
1880
1881 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1882
1883         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1884         insert it.
1885
1886 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1887
1888         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1889
1890 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1891
1892         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1893         message without msgid.
1894         Rewrite with elmo-folder-move-messages.
1895         Set wl-message-buffer to nil.
1896
1897         * wl-summary.el (wl-summary-erase-subr): New function. Use
1898         elmo-folder-move-messages.
1899         (wl-summary-erase): Call it.
1900         (wl-summary-target-mark-erase): Ditto.
1901
1902 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1903
1904         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1905         it is not up-tp-date.
1906
1907 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1908
1909         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1910         buffer after calling `wl-summary-goto-folder-subr' without the
1911         argument `interactive'.
1912         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1913
1914 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1915
1916         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1917         `mime-create-tag'. Use `string=' instead of `looking-at'.
1918
1919 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1920
1921         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1922         to avoid compile warning.
1923
1924         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1925         entity-id when folder is given.
1926         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1927         save-excursion, use save-selected-window instead.
1928         Select folder buffer window if exists.
1929         (To correct behavior with wl-folder-move-cur-folder.)
1930
1931 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1932
1933         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1934
1935 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1936
1937         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1938         list-count instead of %d.
1939
1940 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1941
1942         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1943         (wl-news): Set it.
1944         (wl-news-append-to-folder): Use it.
1945
1946         * wl-news.el.in (wl-news-send-news): Append to specified folder
1947         instead of wl-default-folder.
1948         (wl-news-append-to-folder): Show error message with specified folder.
1949
1950         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1951                 In most major modes, Emacs assumes that any opening
1952                 delimiter found at the left margin is the start of a
1953                 top-level definition, or defun. Therefore, *never put an
1954                 opening delimiter at the left margin unless it should have
1955                 that significance.*
1956
1957         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1958
1959 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1960
1961         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1962
1963 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1964
1965         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1966
1967 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1968
1969         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1970         for sequential numbering case.
1971
1972 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1973
1974         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1975         value.
1976         (wl-draft-reply-without-argument-list): Ditto.
1977         (wl-draft-reply-myself-with-argument-list): Abolish.
1978         (wl-draft-reply-myself-without-argument-list): Ditto.
1979         * wl-draft.el (wl-draft-self-reply-p): New function.
1980         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1981
1982 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1983
1984         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1985         (avoid error for the case without byte-compiling)
1986
1987 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1988
1989         * wl-news.el.in (wl-news-append-to-folder): New function.
1990         (wl-news-exit): Rewrite.
1991         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1992
1993 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1994
1995         * wl-draft.el (wl-draft-reply-position): New function.
1996         (wl-draft-reply-position): Fix.
1997         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1998         (wl-summary-target-mark-reply-with-citation): Ditto.
1999         (wl-summary-reply-with-citation): Ditto.
2000         * wl-vars.el (wl-draft-reply-default-position): New variable.
2001
2002 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2003
2004         * wl-draft.el (wl-draft-send): Preview when interactive send.
2005
2006 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2007
2008         * wl-draft.el (wl-draft-reply): Set default position.
2009         * wl-summary.el (wl-summary-reply): Ditto.
2010         (wl-summary-reply-with-citation): Ditto.
2011         (wl-summary-target-mark-reply-with-citation): Ditto.
2012
2013 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2014
2015         * wl-news.el.in (wl-news-lang): Set default value according to
2016         current-language-environment.
2017         (wl-news-append-news): Do nothing when news-list is nil.
2018
2019 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2020
2021         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2022         (wl-news): Change message.
2023         (wl-news-exit): Check buffer.
2024         (wl-news-force-exit): New function.
2025         (wl-news-show-all): New function.
2026         (wl-news-discard-and-exit): Fix.
2027
2028 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2029
2030         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2031         according to current-language-environment.
2032
2033         * wl-news.el.in (wl-news): If arg, show all NEWS after
2034         wl-news-default-previous-version.
2035
2036 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2037
2038         * wl-news.el.in (wl-news-check): Rewritten.
2039         (wl-news-previous-version-load): Change data type.
2040         (wl-news-previous-version-save): Change data type.
2041         (wl-news-append-news): Add return value.
2042         (wl-news-check-news): New function.
2043         (wl-news-already-current-p): New function.
2044         (wl-news-send-news): Rewritten.
2045         (wl-news-mode-map): Add new keybind.
2046         (wl-news): Rewritten.
2047         (wl-news-exit): Rewritten.
2048         (wl-news-discard-and-mail): New function.
2049         (wl-news-send-to-address): Abolished.
2050         * wl.el (wl-init): Delete a message.
2051
2052 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2053
2054         * wl-news.el.in (wl-news-exit): Update previous version.
2055         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2056
2057 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2058
2059         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2060
2061 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2062
2063         * wl-news.el.in (wl-news): New function.
2064         (wl-news-mode): New function.
2065         (wl-news-next-line): New function.
2066         (wl-news-next-page): New function.
2067         (wl-news-exit): New function.
2068         (wl-news-buf-name): New variable.
2069         (wl-news-mode-map): New variable.
2070         (wl-news-winconf): New variable.
2071         (wl-news-append-news): Add an option.
2072
2073 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2074
2075         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2076
2077 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2078
2079         * wl-news.el.in (wl-news-send-to-address): New variable.
2080         (wl-news-send-news): Use it.
2081         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2082         Return updating status.
2083         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2084
2085 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2086
2087         * wl-news.el.in (wl-news-send-news): Delete
2088         Organization and X-Face.
2089
2090 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2091
2092         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2093         (wl-news-append-news): New function.
2094         (wl-news-send-news): New function.
2095
2096 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2097
2098         * Version number is increased to 2.11.1.
2099
2100 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2101
2102         * wl-news.el.in : New file.
2103
2104 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2105
2106         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2107         default value.
2108         (wl-draft-reply-without-argument-list): Ditto.
2109
2110 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2111
2112         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2113         (wl-message-buffer-prefetch-idle-time): Ditto.
2114         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2115
2116 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-thread.el (wl-thread-insert-message): Use
2119         wl-summary-max-thread-depth.
2120
2121         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2122         loop detection.
2123
2124         * wl-message.el (wl-message-buffer-display): Back to the first page
2125         when cache is hit.
2126
2127 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2128
2129         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2130
2131         * wl-summary.el (wl-summary-insert-thread-entity):
2132         If the thread depth is reached to wl-summary-max-thread-depth,
2133         divide the thread.
2134
2135 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2136
2137         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2138         for elmo-remove-passwd.
2139
2140 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2141
2142         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2143         folder is sticky.
2144         (wl-folder-mark-as-read-all-entity): Ditto.
2145         (wl-folder-prefetch-entity): Ditto.
2146
2147 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2148
2149         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2150
2151 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2152
2153         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2154         Delete messages on buffer for unplugged operation.
2155         (wl-summary-erase): Ditto.
2156
2157 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2158
2159         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2160         take nil so as not to search parent by subject.
2161
2162 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2163
2164         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2165         (wl-folder-get-next-folder): Ditto.
2166         (wl-folder-get-path): Ditto.
2167
2168 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2169
2170         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2171         system and encode the region with it before verifying.
2172
2173 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2174
2175         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2176         system of the echo buffer before decoding.
2177
2178 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2179
2180         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2181         original contents.
2182
2183 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2184
2185         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2186         with argument 'any-exists.
2187
2188 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2189
2190         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2191         Use `wl-cs-autoconv'.
2192
2193 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2194
2195         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2196         by `mime-view-automatic-conversion'.
2197
2198         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2199         (wl-message-verify-pgp-nonmime): Ditto.
2200         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2201         Bind them to C-c:d and C-c:v respectively.
2202
2203         Merge following code by Teranishi-san from [wl-en:00167].
2204         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2205         (wl-mime-preview-application/pgp-encrypted): Ditto.
2206         (wl-mime-setup): Add entry.
2207
2208 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2209
2210         * wl-summary.el (wl-summary-target-mark-erase): New function.
2211         Bind it to "mD".
2212
2213 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2214
2215         * wl-vars.el (wl-draft-write-file-function): Fix.
2216         (wl-draft-reedit-hook): Changed default value.
2217
2218         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2219         wl-draft-reedit-hook.
2220         (wl-draft-remove-text-plain-tag): New function.
2221         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2222
2223         * wl-vars.el (wl-draft-write-file-function): New user option.
2224
2225         * wl-draft.el (wl-draft-prepare-edit): Use it for
2226         local-write-file-hooks.
2227         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2228
2229         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2230         (wl-draft-insert-mail-header-separator): Return the body beginning
2231         point.
2232         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2233         text/plain.
2234         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2235
2236 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2237
2238         * wl-summary.el (wl-summary-erase): New function to erase message
2239         without moving it to trash. Bind to "D".
2240
2241         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2242         as `keep' unless switch-function.
2243
2244 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2245
2246         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2247         message buffer by using `wl-summary-toggle-disp-msg'.
2248         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2249         buffer window.
2250         (wl-summary-supresedes-message): Ditto.
2251
2252         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2253         Do not delete other windows.
2254         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2255         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2256         (wl-draft-create-buffer): Set reply-or-forward also for target
2257         mark commands.
2258
2259 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2260
2261         * wl-draft.el (wl-user-agent-compose): Delete special case for
2262         switch-to-buffer-other-window.
2263
2264         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2265         (wl-summary-forward): Ditto.
2266
2267         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2268         function.
2269         (wl-draft-buffer-style): New use option.
2270
2271         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2272         (wl-draft): Follow the change above.
2273         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2274         wl-draft-buffer-style.
2275         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2276         switch-function.
2277
2278 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2279
2280         * wl-draft.el (wl-user-agent-compose): Delete special case for
2281         switch-to-buffer-other-window.
2282
2283         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2284         (wl-summary-forward): Ditto.
2285
2286         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2287         function.
2288         (wl-draft-buffer-style): New use option.
2289
2290         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2291         (wl-draft): Follow the change above.
2292         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2293         wl-draft-buffer-style.
2294         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2295         switch-function.
2296
2297 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2298
2299         * wl-address.el (wl-address-make-completion-entry): Extracted from
2300         `wl-address-make-completion-list'.
2301         (wl-address-enable-strict-loading): New variable.
2302         (wl-address-make-completion-list): Revive petname duplication
2303         inquiry, and enable it if `wl-address-enable-strict-loading'.
2304         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2305
2306 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2307
2308         * wl-message.el (wl-message-get-original-buffer): Avoid
2309         'Selecting deleted buffer' error when original buffer is killed.
2310
2311 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2312
2313         * wl-summary.el (wl-summary-next-message): Use
2314         elmo-message-accessible-p instead of elmo-message-cached-p.
2315
2316 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2317
2318         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2319
2320         * wl-thread.el (wl-thread-open-all-unread): Use
2321         elmo-folder-list-flagged instead of
2322         elmo-folder-list-messages-mark-match.
2323
2324         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2325         instead of elmo-folder-list-messages-mark-match.
2326         (wl-summary-move-spec-alist): New variable.
2327         (wl-summary-move-spec-plugged-alist,
2328         wl-summary-move-spec-unplugged-alist): Abolish.
2329         (wl-summary-next-message): Follow the change above.
2330         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2331         with 'no-msg' argument.
2332
2333         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2334         variable.
2335         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2336         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2337         (wl-message-buffer-prefetch-get-next): Follow the change above.
2338
2339 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2340
2341         * wl-version.el (wl-version): Changed codename.
2342
2343         * Version number is increased to 2.11.0.
2344
2345 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2346
2347         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2348         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2349         `wl-draft-config-variables'.
2350         (wl-draft-kill): Fixed problem when the draft is reedit.
2351
2352 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2353
2354         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2355         buffer-modified status (Thanks to
2356         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2357
2358 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2359
2360         * wl-util.el (wl-region-exists-p): New function.
2361
2362         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2363         Remove defvars for byte-compile warnings.
2364
2365 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2368         defvar-maybe. Removed unused bind.
2369
2370 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2373         summary buffer window before creating new frame.
2374         (wl-draft-reply): Ditto.
2375
2376 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2377
2378         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2379
2380 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2381
2382         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2383
2384 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2385
2386         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2387         instead of `kill-region'.
2388
2389 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2390
2391         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2392         (wl-highlight-summary-line-string): Use it.
2393         (wl-highlight-summary-current-line): Ditto.
2394
2395         * wl-mime.el (wl-message-delete-current-part): Check the class of
2396         mime-entity.
2397
2398         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2399
2400         * wl-summary.el (wl-summary-make-number-list): Initialize.
2401         (wl-summary-update-mark): New function.
2402         (wl-summary-reply): Put `answered' mark on the message.
2403         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2404
2405         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2406         (wl-draft-reply): Added optional argument `number';
2407         Set wl-draft-parent-number.
2408         (wl-draft-kill): Delete answered mark if it is a reply.
2409
2410 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2411
2412         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2413         that originates in mime-preview-follow-current-entity.
2414         (wl-draft-yank-current-message-entity): Use it if region is active.
2415
2416         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2417         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2418         `wl-message-delete-current-part'.
2419         * wl-mule.el (wl-message-define-keymap): Ditto.
2420         * wl-xmas.el (wl-message-define-keymap): Ditto.
2421
2422 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2423
2424         * wl-mime.el (wl-message-delete-current-part): New function.
2425         (wl-mime-node-id-to-string): Ditto.
2426
2427         * wl-mime.el (wl-message-delete-current-part): Use existing
2428         original buffer which corresponds current mime-view buffer.
2429         (fetched buffer might have different structure, possibly)
2430
2431         * wl-mime.el (wl-message-delete-current-part): Quit if the
2432         message content differs from the actual message.
2433
2434 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2435
2436         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2437         order.
2438         (wl-summary-search-by-subject): Search parent message from tail;
2439         Check the existence of the parent message on the current thread tree.
2440         (wl-summary-update-thread): Check whether the line is inserted.
2441
2442 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2443
2444         * wl-vars.el (wl-summary-line-format): Undo last change.
2445         * wl-summary.el (wl-summary-print-destination): Do not put
2446         invisible property when `wl-summary-width' is nil.
2447         (wl-summary-line-subject-minimum-length): Abolished.
2448         (wl-summary-line-subject): Ditto.
2449
2450 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2451
2452         * wl-vars.el (wl-summary-line-format): Change default value.
2453         (wl-summary-subject-length-limit): Abolished.
2454         * wl-summary.el (wl-summary-line-subject): Ditto.
2455
2456 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-template.el (wl-template-select): Added optional argument.
2459         If optional argument is specified, reverse
2460         `wl-template-visible-select'.
2461
2462 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2463
2464         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2465         Take prefix argument to force asking the destination folder.
2466
2467 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2468
2469         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2470         count and update status.
2471
2472 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2473
2474         * wl-summary.el (wl-summary-redisplay-internal): If
2475         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2476         after fetching.
2477
2478 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2479
2480         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2481         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2482
2483         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2484
2485 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2486
2487         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2488         (All other related portions are changed).
2489         (wl-summary-mark-as-read-all): Rewrite.
2490
2491 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2492
2493         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2494         `wl-summary-mark-as-read'.
2495         (wl-summary-mark-as-unread): Rewrite.
2496         (wl-summary-mark-as-read): Added no-modeline argument.
2497         (wl-summary-resume-cache-status): Rewrite.
2498         (wl-summary-exec-subr): Remove unused local variable.
2499
2500 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2501
2502         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2503         logic to call `wl-summary-buffer-prev-folder-function'.
2504         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2505
2506 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2509         is nil.
2510
2511 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2512
2513         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2514         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2515         (wl-mime-setup): Add its entry.
2516
2517 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2518
2519         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2520         (wl-summary-delete-cache): Likewise.
2521         (wl-summary-mark-as-read): Rewrite.
2522
2523 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2526         `wl-summary-count-unread'.
2527
2528         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2529
2530         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2531
2532 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2533
2534         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2535         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2536         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2537         Renamed to the elmo-msgdb-*-mark.
2538         (wl-summary-score-marks): Follow the change above.
2539         (wl-summary-auto-refile-skip-marks): Ditto.
2540         (wl-summary-incorporate-marks): Ditto.
2541         (wl-summary-expire-reserve-marks): Ditto.
2542
2543         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2544         changes.
2545         (wl-thread-insert-top): Changed updating message.
2546
2547         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2548         variable.
2549         (wl-summary-count-unread): Count answered marks.
2550         (wl-summary-rescan): Call wl-summary-insert-message instead of
2551         wl-summary-append-message-func-internal.
2552         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2553         (wl-summary-prefetch-msg): Follow the variable name changes.
2554         (wl-summary-prefetch-region): Ditto.
2555         (wl-summary-mark-as-read-all): Follow the API changes;
2556         Don't call elmo-folder-replace-marks.
2557         (wl-summary-delete-cache): Follow the variable name changes.
2558         (wl-summary-resume-cache-status): Ditto.
2559         (wl-summary-update-status-marks): New function.
2560         (wl-summary-insert-message): New function.
2561         (wl-summary-sync-marks): Follow the variable name changes.
2562         (wl-summary-sync-update): Synchronize to the msgdb, too;
2563         Changed update messages.
2564         (wl-summary-make-number-list): Rewrite.
2565         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2566         (wl-summary-mark-as-unread): Follow the API changes.
2567         (wl-summary-exec-subr): Follow the variable name changes.
2568         (wl-summary-mark-as-read): Ditto.
2569         (wl-summary-move-spec-plugged-alist): Ditto.
2570         (wl-summary-move-spec-unplugged-alist): Ditto.
2571         (wl-summary-cursor-move-surface): Ditto.
2572
2573         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2574         variable name changes.
2575         (wl-highlight-summary-current-line): Ditto.
2576
2577         * wl-expire.el (wl-expire-refile): Follow the API change in
2578         elmo-folder-move-messages.
2579         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2580         (wl-summary-archive): Use elmo-folder-msgdb instead of
2581         elmo-msgdb-load.
2582
2583 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2584
2585         * wl-mime.el (wl-draft-preview-message): Restore the position
2586         before evaluating wl-draft-send-hook in preview buffer.
2587
2588 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2589
2590         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2591         when it creates new draft buffer.
2592
2593         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2594         without argument.
2595
2596         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2597         Evaluate content and if the value is string, insert it.
2598         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2599         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2600         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2601         wl-draft-config-sub-part-bottom): Use it.
2602
2603         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2604         with the folder name. The question was unintelligible when it is
2605         called from wl-save-status.
2606
2607 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2608
2609         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2610         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2611         cannot take second argument).
2612
2613 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2614
2615         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2616         as t. Since type and subtype are not case sensitive (RFC 2045).
2617
2618 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2619
2620         * wl-vars.el (wl-message-mode-line-format): New variable.
2621         (wl-message-mode-line-format-spec-alist): Ditto.
2622         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2623         (wl-message-redisplay): Use wl-message-mode-line-format.
2624
2625 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2626
2627         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2628
2629 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2630
2631         * wl-summary.el (wl-summary-default-from): Write description.
2632
2633 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2634
2635         * wl-vars.el (wl-ldap-objectclass): Abolish.
2636
2637         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2638         (wl-ldap-make-filter): Removed condition for objectclass.
2639         (wl-ldap-make-matched-value-list): Remove meaningless process.
2640         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2641         (wl-address-ldap-search): Don't add `*' to `pat' string;
2642         use ignore-errors; added `email';
2643         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2644         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2645         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2646
2647
2648 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2649
2650         * wl-draft.el (wl-draft-parent-folder): Write description.
2651         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2652
2653 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2654
2655         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2656         as "" (zero-length string) if no parent.
2657         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2658
2659 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2660
2661         * wl-address.el (wl-address-make-completion-list): Skip duplication
2662         checking.
2663         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2664         `append'.
2665
2666 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2667
2668         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2669         instead of `beginning-of-buffer'.
2670
2671 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2672
2673         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2674
2675 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2676
2677         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2678         Refer wl-message-buffer-name.
2679         (wl-message-wheel-down): Ditto.
2680
2681 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2682
2683         * wl-vars.el (wl-message-buffer-name): New user option.
2684
2685         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2686         directly instead of making alist dinamically.
2687
2688         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2689         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2690         wl-message-buffer-cache-name.
2691         (wl-message-buffer-cache-clean-up): Ditto.
2692
2693         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2694
2695         * Version number is increased to 2.9.15.
2696
2697 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2698
2699         * wl-vars.el (wl-summary-default-view-alist): New user option.
2700
2701         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2702
2703         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2704         while deleting address.
2705         (wl-draft-delete-myself-from-cc): Ditto.
2706
2707         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2708         If optional argument is specified, reverse sort order.
2709
2710         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2711
2712 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2713
2714         * wl-thread.el (wl-thread-insert-message): Return parent number if
2715         exists.
2716         (wl-thread-update-indent-string-region): Use
2717         wl-thread-update-line-on-buffer-sub instead of
2718         wl-thread-update-line-on-buffer.
2719
2720 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2721
2722         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2723         (wl-folder-close-all): Ditto.
2724
2725 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2726
2727         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2728         and mailing-list:.
2729         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2730         value.
2731         (wl-summary-line-list-info): Print mailing-list name even when 
2732         list-number is empty.
2733
2734 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2735
2736         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2737
2738         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2739         (wl-draft-open-file): Ditto.
2740         (wl-draft-random-alphabet): Ditto.
2741
2742         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2743         bindings.
2744
2745 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2746
2747         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2748         * wl-vars.el (wl-draft-config-alist): Ditto.
2749
2750 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2751
2752         * Version number is increased to 2.9.14.
2753
2754         * wl.el (wl): Don't set wl-init as nil when error occured while
2755         auto-checking folders.
2756
2757         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2758         `elmo-expand-newtext'.
2759
2760 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2761
2762         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2763         `this-command' so that `wl-folder-goto-folder' contained in
2764         `wl-summary-keep-cursor-command' work.
2765
2766 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2767
2768         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2769         message buffer displaying state.
2770
2771 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2772
2773         * wl-vars.el (wl-summary-default-view): New variable to specify
2774         default value for `wl-summary-buffer-view' instead of using
2775         set-default.
2776         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2777
2778 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2779
2780         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2781
2782         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2783
2784 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2785
2786         * wl-vars.el (wl-forward-subject-prefix): New variable.
2787         * wl-draft.el (wl-draft-forward): Use it.
2788
2789 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2790
2791         * wl-message.el (wl-message-prev-page): When it is called without
2792         lines argument, scroll down by wl-message-scroll-amount lines.
2793         (wl-message-next-page): Ditto.
2794         * wl-vars.el (wl-message-scroll-amount): Change default value
2795         to preserve current behavior.
2796
2797 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2798
2799         * wl-summary.el (wl-summary-prefetch-msg): Bind
2800         `wl-message-entity' to call `wl-summary-from-function'.
2801
2802 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2803
2804         * wl-message.el (wl-message-buffer-create): Run
2805         wl-message-buffer-created-hook.
2806
2807 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2808
2809         * wl-summary.el (wl-summary-sort-specs): New variable.
2810         (wl-summary-default-sort-spec): Ditto.
2811         (wl-summary-sort): Rewrite.
2812         (wl-summary-sort-by-list-info): New function.
2813
2814 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2815
2816         * wl-summary.el (wl-summary-get-list-info): New function.
2817         (wl-summary-sort): Rewrite.
2818         (wl-summary-line-list-info): Ditto.
2819         (wl-summary-line-list-count): Ditto.
2820         (wl-summary-refile-region): Fixed docstring.
2821
2822 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2823
2824         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2825         `wl-folder-entity-hashtb' as completion table.
2826
2827 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2830         only when this command is called interactively; silence the byte-
2831         compiler.
2832
2833 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2834
2835         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2836         active in XEmacs.
2837
2838 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2839
2840         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2841         plural lines.
2842
2843 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2844
2845         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2846         of current line when the cursor is on the header name.
2847         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2848
2849 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2850
2851         * wl-util.el (wl-read-directory-name): Return displayed directory
2852         as the default value also on XEmacs.
2853
2854 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2855
2856         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2857         formatting.
2858
2859 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2860
2861         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2862         argument and when it is non-nil, check face property before
2863         highlighting for each line.
2864         (wl-highlight-summary-window): Set it.
2865
2866 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2867
2868         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2869         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2870
2871         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2872         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2873         (wl-draft-get-fcc-list): Likewise.
2874
2875 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2876
2877         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2878         (wl-thread-entity-cur): Ditto.
2879         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2880         wl-thread-indent-regexp setting.
2881         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2882
2883         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2884         wl-summary-lazy-highlight.
2885         (wl-summary-display-bottom): Ditto.
2886
2887         * wl-thread.el (wl-thread-open-close): Likewise.
2888
2889         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2890         from and subject;
2891         Bind wl-draft-use-frame;
2892         Enclose with save-window-excursion;
2893         Use wl-draft-create-buffer instead of with-temp-buffer;
2894         Use wl-draft-prepare-edit;
2895         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2896         Use wl-draft-send instead of wl-draft-raw-send.
2897
2898 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2899
2900         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2901         of using wl-from.
2902
2903 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2904
2905         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2906         insert-buffer instead of clone-buffer.
2907         (wl-draft-doing-mime-bcc): New variable.
2908         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2909         infinite loop.
2910         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2911
2912         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2913         (wl-draft-mime-bcc-body): Ditto.
2914
2915         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2916         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2917         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2918         wl-draft-do-mime-bcc.
2919         (wl-draft-mime-bcc-field): New function.
2920         (wl-draft-do-mime-bcc): Ditto.
2921
2922         * wl-address.el (wl-address-complete-header-list): New variable.
2923         (wl-address-complete-header-regexp): Changed default value.
2924
2925         * Version number is increased to 2.9.13.
2926
2927 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2928
2929         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2930         it is differed.
2931
2932 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2933
2934         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2935         (wl-summary-line-list-count): Ditto.
2936
2937 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2938
2939         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2940         (wl-nntp-posting-function): New variable.
2941         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2942         `wl-nntp-posting-config-alist'.
2943
2944 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2945
2946         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2947         FLIM.
2948
2949 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2950
2951         * wl-summary.el (wl-summary-target-mark-refile-sub):
2952         Remove a nuisance funcall.
2953
2954 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2955
2956         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2957         as t for `try-completion'.
2958
2959 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2960
2961         * wl-summary.el (wl-summary-default-from): Use
2962         wl-address-header-extract-address instead of
2963         std11-extract-address-components.
2964         (wl-summary-simple-from): Ditto.
2965         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2966         (wl-summary-insert-headers): Show message.
2967         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2968         for whole line.
2969         (wl-summary-default-from): Revert last change.
2970         (wl-summary-simple-from): Ditto.
2971         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2972         (wl-summary-mark-as-read-region): Follow the change above.
2973         (wl-summary-sync-marks): Ditto.
2974         (wl-summary-target-mark-mark-as-read): Ditto.
2975         (wl-summary-redisplay-internal): Ditto.
2976         (wl-summary-redisplay-no-mime-internal): Ditto.
2977         (wl-summary-redisplay-all-header): Ditto.
2978         (wl-summary-mark-as-read): Removed argument `cached';
2979         Use current cache status to set cache mark.
2980         (wl-summary-redisplay-internal): Follow the change above.
2981         (wl-summary-redisplay-no-mime-internal): Ditto.
2982         (wl-summary-redisplay-all-header): Ditto.
2983
2984         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2985
2986         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2987         Don't call itself recursively (Adviced by Yamaoka-san).
2988
2989 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2990
2991         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2992         bind wl-summary-highlight as nil to avoid error caused by missing
2993         local variables.
2994
2995 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2996
2997         * wl-vars.el (wl-invalid-character-message): New user option.
2998
2999         * wl-util.el (wl-set-string-width): If truncated string-width is
3000         larger than specified width, use `wl-invalid-character-message'.
3001
3002 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3003
3004         * wl-summary.el (wl-summary-prefetch-msg): 
3005         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3006
3007 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3008
3009         * wl-vars.el (wl-summary-check-line-format): New user option.
3010         (wl-summary-line-format-file): Ditto.
3011
3012         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3013         variable.
3014         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3015         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3016         and `wl-summary-view-old-p' to check whether do a rescan or not.
3017         (wl-summary-view-old-p): New function.
3018         (wl-summary-line-format-changed-p): Ditto.
3019         (wl-summary-line-format-save): Ditto.
3020         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3021
3022         * wl-util.el (wl-set-string-width): Avoid using negative number
3023         for make-string.
3024
3025 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3026
3027         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3028         return value.
3029
3030         * wl-util.el (wl-set-string-width): Added optional argument
3031         `padding' (All other related portions are changed).
3032         (wl-line-parse-format): If the first letter of column number is
3033         `0', zero-padding the result (ex: "%05l").
3034
3035         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3036
3037 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3038
3039         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3040         sequential summary view.
3041
3042 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3043
3044         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3045         if it doesn't have a -unix version.
3046
3047 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3048
3049         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3050
3051 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3052
3053         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3054         content.
3055         (wl-draft): Follow the change above.
3056
3057         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3058
3059         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3060         and wl-folder-summary-line-format-alist contain %T and %P.
3061
3062         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3063         (wl-summary-mode-line-format): New user option.
3064         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3065         (wl-summary-line-format): Changed default value.
3066         (wl-summary-lazy-highlight): Changed default value.
3067
3068         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3069         change in wl-summary-create-line.
3070         (wl-thread-insert-entity-sub): Ditto.
3071
3072         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3073         (wl-summary-buffer-unread-status): Ditto.
3074         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3075         (wl-summary-buffer-persistent-mark-column): Ditto.
3076         (wl-summary-buffer-mode-line-formatter): Ditto.
3077         (wl-summary-buffer-mode-line): Ditto.
3078         (wl-summary-message-regexp): Abolished.
3079         (All other related portions are changed.)
3080         (wl-summary-detect-mark-position): New function.
3081         (wl-summary-buffer-set-folder): Setup
3082         wl-summary-buffer-mode-line-formatter.
3083         (wl-summary-mode): Setup selective-display;
3084         Setup pre-idle-hook when xemacs.
3085         (wl-summary-update-modeline): Rewrite.
3086         (wl-summary-jump-to-msg): Define as function;
3087         Changed regexp for searching messages.
3088         (wl-summary-message-number): Rewrite.
3089         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3090         Do rescan when old type summary cache.
3091         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3092         (wl-summary-remove-destination): Use '\r' to detect EOL.
3093         (wl-summary-print-destination): Ditto.
3094         (wl-summary-temp-mark): New inline function.
3095         (wl-summary-persistent-mark): Ditto.
3096         (wl-summary-line-number): New function.
3097         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3098         (wl-summary-line-list-count): New function.
3099         (wl-summary-create-line): Added argument persistent-mark.
3100         (All other related portions are changed)
3101         (wl-summary-create-line): Insert '\r'.
3102         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3103         (wl-summary-cursor-move-surface): New inline function.
3104         (wl-summary-prev): Use it.
3105         (wl-summary-next): Ditto.
3106
3107         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3108         wl-summary-message-regexp.
3109         (wl-highlight-summary): Delete progress message.
3110         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3111
3112         * Version number is increased to 2.9.12.
3113
3114 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3115
3116         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3117         variable (nil: no minimum).
3118         (wl-summary-line-subject): Add some spaces after subject by
3119         wl-summary-line-subject-minimum-length.
3120
3121 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3122
3123         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3124         and removed `F'.
3125         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3126         change above).
3127
3128 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3129
3130         * wl-summary.el (wl-summary-line-list-count): Reverted.
3131         (example setting in samples/*/dot.wl is also updated)
3132
3133 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3134
3135         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3136
3137         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3138
3139         * wl-vars.el (wl-summary-line-format): Addes some description to the
3140         docstring.
3141
3142         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3143         (wl-summary-line-close-bracket): Ditto.
3144         (wl-summary-line-children-number): Ditto.
3145         (wl-summary-line-thread-indent): Ditto.
3146         (wl-summary-line-children-and-from): Ditto.
3147
3148         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3149         't', 'c', 'F' and added 'C'.
3150
3151         * wl-util.el (wl-set-string-width): Accept negative value.
3152         (wl-line-parse-format): Added "%number(" and "%)".
3153
3154 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3155
3156         * wl-summary.el (wl-summary-line-list-count): Change format of the
3157         return value.
3158
3159 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3160
3161         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3162         from the recent message.el.
3163         (wl-draft-point-in-header-p): Ditto.
3164         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3165         wl-draft-beginning-of-line.
3166         * wl-e21.el (wl-draft-mode-map): Ditto.
3167         * wl-xmas.el (wl-draft-mode-map): Ditto.
3168
3169         * wl-folder.el: Sort macrodefs by dependencies.
3170
3171 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3172
3173         * wl-summary.el (wl-summary-prev): Fixed regexp.
3174         (wl-summary-next): Ditto.
3175
3176 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3177
3178         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3179
3180 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3181
3182         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3183         for backward compatibility.
3184
3185 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3186
3187         * wl-summary.el (wl-summary-line-list-count): New function, merged
3188         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3189         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3190         list counts.
3191
3192 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3193
3194         * wl-summary.el (wl-summary-create-line): Ignore errors while
3195         timezone-fix-time.
3196
3197         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3198
3199         * wl-summary.el (wl-summary-sync-update): Ditto.
3200         (wl-summary-default-from): Use wl-message-entity
3201         instead of entity.
3202
3203         * wl-summary.el (wl-summary-create-line): Fix.
3204
3205         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3206         (wl-summary-line-format): New user option.
3207         (wl-folder-summary-line-format-alist): Ditto.
3208         (wl-summary-from-width): Abolished.
3209
3210         * wl-util.el (toplevel): Require 'bytecomp.
3211         (wl-line-parse-format): New function.
3212         (wl-line-formatter-setup): New macro.
3213
3214         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3215         (wl-summary-buffer-line-formatter): New buffer local variable.
3216         (wl-summary-switch-to-clone-buffer): Follow the change above.
3217         (wl-summary-message-regexp): Fix.
3218         (wl-summary-from-func-internal): Abolished.
3219         (wl-summary-subject-func-internal): Ditto.
3220         (wl-summary-subject-filter-func-internal): Ditto.
3221         (All other related portions are changed.)
3222         (wl-summary-buffer-set-folder):
3223         Set up wl-summary-buffer-number-column and 
3224         wl-summary-buffer-line-formatter
3225         (All other related portions are changed.)
3226         (wl-summary-buffer-number-column-detect): Abolished.
3227         (All other related portions are changed.)
3228         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3229         (wl-summary-delete-all-temp-marks-on-buffer): Use
3230         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3231         (wl-summary-target-mark-delete): Ditto.
3232         (wl-summary-target-mark-refile-subr): Ditto.
3233         (wl-summary-target-mark-mark-as-read): Ditto.
3234         (wl-summary-target-mark-mark-as-unread): Ditto.
3235         (wl-summary-target-mark-mark-as-important): Ditto.
3236         (wl-summary-target-mark-save): Ditto.
3237         (wl-summary-replace-status-marks): Renamed from
3238         wl-summary-set-status-marks-on-buffer;
3239         Use wl-summary-message-regexp instead of
3240         wl-summary-buffer-number-regexp.
3241         (wl-summary-sync-update): Follow the change above.
3242         (wl-summary-goto-previous-message-beginning): New function.
3243         (wl-summary-mark-as-unread): Use it.
3244         (wl-summary-mark-as-important): Ditto.
3245         (wl-summary-line-formatter): New variable.
3246         (wl-summary-line-year): New function.
3247         (wl-summary-line-day): Ditto.
3248         (wl-summary-line-day-of-week): Ditto.
3249         (wl-summary-line-hour): Ditto.
3250         (wl-summary-line-minute): Ditto.
3251         (wl-summary-line-open-bracket): Ditto.
3252         (wl-summary-line-close-bracket): Ditto.
3253         (wl-summary-line-children-number): Ditto.
3254         (wl-summary-line-thread-indent): Ditto.
3255         (wl-summary-line-size): Ditto.
3256         (wl-summary-line-subject): Ditto.
3257         (wl-summary-line-from): Ditto.
3258         (wl-summary-line-children-and-from): Ditto.
3259         (wl-summary-create-line): Rewritten.
3260         (wl-summary-format-date): Abolished.
3261
3262         * wl-highlight.el (wl-highlight-summary-current-line): Use
3263         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3264         Use thread structure to detect thread top message.
3265
3266         * wl-draft.el (wl-default-draft-cite): Don't use
3267         wl-summary-from-func-internal.
3268
3269         * wl-refile.el (wl-refile-subject-learn): Don't use
3270         wl-summary-subject-filter-func-internal.
3271         (wl-refile-guess-by-subject): Ditto.
3272
3273         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3274         parameters.
3275
3276         * wl-thread.el (wl-thread-update-indent-string-region):
3277         Use wl-thread-update-line-on-buffer instead of
3278         wl-thread-update-indent-string.
3279         (wl-thread-update-children-number): Redefine using
3280         wl-thread-update-line-on-buffer.
3281         (wl-thread-update-indent-string): Abolished.
3282
3283         * Version number is increased to 2.9.11.
3284
3285 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3286
3287         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3288         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3289         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3290
3291         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3292         as nil.
3293
3294         * wl-thread.el (wl-thread-open-all-unread): Use 
3295         elmo-folder-list-messages-mark-match.
3296         (wl-thread-insert-message): Removed argument `mark-alist'.
3297         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3298         elmo-msgdb-set-mark.
3299         (wl-thread-get-children-msgs-uncached): Likewise.
3300         (wl-thread-get-exist-children): Added argument include-self.
3301         (wl-thread-delete-message): Follow the change above.
3302
3303         * wl-summary.el (wl-summary-count-unread): Removed argument.
3304         (wl-summary-rescan): Follow the change above.
3305         (wl-summary-mark-as-read-region): Ditto
3306         (wl-summary-mark-as-unread-region): Ditto.
3307         (wl-summary-delete-messages-on-buffer): Ditto.
3308         (wl-summary-sync-update): Ditto.
3309         (wl-summary-switch-to-clone-buffer): Ditto.
3310         (wl-summary-goto-folder-subr): Ditto.
3311         (wl-summary-target-mark-mark-as-read): Ditto.
3312         (wl-summary-target-mark-mark-as-unread): Ditto.
3313         (wl-summary-target-mark-mark-as-important): Ditto.
3314         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3315         (wl-summary-update-thread): Removed argument `mark-alist'.
3316         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3317         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3318         (wl-summary-resume-cache-status): Likewise.
3319         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3320         elmo-msgdb-set-mark.
3321         (wl-summary-mark-as-read-all): Likewise.
3322         (wl-summary-delete-cache): Ditto.
3323         (wl-summary-auto-select-msg-p): Ditto.
3324         (wl-summary-mark-as-unread): Ditto.
3325         (wl-summary-no-auto-refile-message-p): Ditto.
3326         (wl-summary-mark-as-read): Ditto.
3327         (wl-summary-mark-as-important): Ditto.
3328         (wl-summary-auto-refile): Follow the change above.
3329         (wl-summary-delete-all-marks): Removed.
3330         (wl-summary-resume-marks-and-highlight): Ditto.
3331         (wl-summary-resume-marks): Ditto.
3332         (wl-summary-delete-important-msgs-from-list): Ditto.
3333         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3334
3335         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3336         wl-summary-count-unread.
3337
3338         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3339         (wl-summary-score-update-all-lines): Use
3340         elmo-msgdb-set-mark.
3341
3342 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3343
3344         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3345         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3346         (wl-summary-create-line): Renamed from
3347         wl-summary-overview-create-summary-line;
3348         Argument rearrangement.
3349         (wl-summary-update-thread): Follow the change above.
3350
3351         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3352         (wl-thread-insert-entity-sub): Likewise.
3353
3354         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3355         argument `overview', `mark-alist' and added `msgdb'.
3356
3357         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3358
3359         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3360         (wl-summary-rescan): Follow the change above.
3361         (wl-summary-sync-update): Ditto.
3362         (wl-summary-insert-thread-entity): Ditto;
3363         Don't use `let*' in every while loop;
3364         Detect infinite loop of threads.
3365         (wl-summary-update-thread): Removed argument `overview'.
3366
3367         * wl-thread.el (wl-thread-insert-message): Ditto.
3368
3369         * Version number is increased to 2.9.10.
3370
3371         * wl-message.el (wl-message-redisplay): Ignore errors while
3372         wl-message-redisplay-hook.
3373
3374 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3375
3376         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3377
3378 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3379
3380         * wl.el (wl): inhibit-quit while wl-folder.
3381
3382 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3383
3384         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3385         while msgdb access.
3386
3387 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3388
3389         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3390         even if no folder is not created.
3391
3392 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3393
3394         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3395
3396         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3397         implementation.
3398         (wl-summary-target-mark-thread): Ditto.
3399
3400         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3401
3402 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3403
3404         * wl-util.el (wl-display-bytes): Remove unused function.
3405
3406 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3407
3408         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3409         seems critical one (partially reverse the change in 2002/03/17).
3410
3411 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3412
3413         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3414         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3415
3416 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3417
3418         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3419         is not writable.
3420         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3421         plugged status instead of `'force' as 2nd argument.
3422
3423         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3424         is not creatable.
3425
3426         * Version number is increased to 2.9.9.
3427
3428 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3429
3430         * wl-summary.el (wl-summary-suspend): New function.
3431
3432 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3433
3434         * wl.el (wl): Do not check variables if check is nil.
3435         * wl-utils.el (wl-collect-draft): New function.
3436         * wl-folder.el (wl-folder-suspend): Put summary buffers
3437         and draft buffers at the end of buffer list.
3438         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3439
3440 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3441
3442         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3443         loop instead of recursive call.
3444
3445         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3446         2nd argument.
3447
3448 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3449
3450         * wl-draft.el (wl-draft-create-contents): Don't take neither
3451         (function . args) nor (string . something) any more.
3452
3453         * wl-version.el (wl-generate-user-agent-string): Return string
3454         without header symbol.
3455         * wl-draft.el (wl-draft-default-headers): Use it.
3456
3457         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3458         `wl-draft-insert-ccs' and return field value instead of inserting
3459         the header. Abolish cc argument.
3460         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3461
3462         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3463         rather than one with string car.
3464
3465         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3466         * wl-draft.el (wl-draft-create-contents): Add it after the default
3467         headers.
3468
3469         * wl-draft.el (wl-draft-create-contents): For the case of
3470         (symbol-or-string . function) insert header only when the function
3471         returns string value.
3472
3473 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3476         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3477
3478 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3479
3480         * wl.el (wl-check-environment): Don't check Message-ID when
3481         `wl-insert-message-id' is nil.
3482         Revive checking if `wl-message-id-domain' contains "@".
3483
3484 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3485
3486         * wl.el (wl-check-environment): Merge examination for "@" at
3487         inappropriate position into the first string-match.
3488
3489         * wl-summary.el (wl-summary-target-mark-print): New function.
3490         (wl-summary-pipe-message-subr): Extracted from
3491         `wl-summary-pipe-message'.
3492         (wl-summary-target-mark-pipe): New function.
3493         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3494         `wl-summary-target-mark-pipe'.
3495
3496 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3497
3498         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3499
3500 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl.el (wl-check-environment): Use elmo-warning instead of
3503         error for non-critical ones.
3504         Remove trash folder check.
3505         (wl): Don't ignore error in wl-check-environment.
3506
3507         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3508         check, which is moved from `wl-check-environment'.
3509         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3510
3511 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3512
3513         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3514         guess anything, call wl-summary-write.
3515         (wl-summary-write): Create draft with blank To field.
3516         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3517
3518 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3519
3520         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3521         argument full as well for wl-folder-write-current-folder.
3522         If wl-*-write-current-folder cannot guess addressee, add blank
3523         To header.
3524         Rewrite condition for positioning cursor.
3525
3526 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3527
3528         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3529         summary buffer is present, use it.
3530         (wl-folder-jump-to-previous-summary): Ditto.
3531
3532 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3533
3534         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3535
3536         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3537         wl-summary-previous-buffer and wl-summary-next-buffer.
3538
3539         * wl-folder.el (wl-folder-mode-map): Bind
3540         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3541         (wl-folder-jump-to-next-summary): New function.
3542         (wl-folder-jump-to-previous-summary): Ditto.
3543
3544         * wl-draft.el (wl-draft): Rearranged.
3545
3546 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3549         of header.
3550         (wl-draft): Collect arguments for the header as header-alist.
3551         (wl-draft-forward): Arrange arguments for wl-draft.
3552         (wl-draft-reply): Ditto.
3553         (wl-draft-edit-string): Ditto.
3554         * wl-summary.el (wl-summary-write): Ditto.
3555         (wl-summary-write-current-folder): Ditto.
3556
3557         * Version number is increased to 2.9.8.
3558
3559 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3560
3561         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3562
3563         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3564
3565         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3566         even if the guess failed.
3567
3568         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3569         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3570         wl-summary-write-current-folder.
3571         * wl-xmas.el: Ditto.
3572
3573 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3574
3575         * wl-summary.el (wl-summary-next-page): Force display message if
3576         message is not displayed yet.
3577         (wl-summary-prev-page): Ditto.
3578
3579 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3580
3581         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3582
3583 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3584
3585         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3586         add "Preview Message" and "Save Draft and Exit".
3587
3588 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3589
3590         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3591         if addrmgr is called from draft in splitted window.
3592
3593         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3594         * wl-mule.el: Ditto.
3595         * wl-xmas.el: Ditto.
3596
3597 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3598
3599         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3600
3601         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3602         * wl-xmas.el (wl-folder-toolbar): Ditto.
3603
3604 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3605
3606         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3607         and wl-draft-save-and-exit.
3608         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3609         * wl-xmas.el: Ditto.
3610         * wl-mule.el: Ditto.
3611
3612         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3613         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3614
3615 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3616
3617         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3618         lists for saving buffer.
3619
3620 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3621
3622         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3623         parent-folder argument instead of it.
3624         (wl-draft-create-buffer): Ditto.
3625         (wl-draft-forward): Ditto.
3626         (wl-draft-reply): Ditto.
3627         * wl-summary.el (wl-summary-write): Ditto.
3628         (wl-summary-write-current-folder): Ditto.
3629
3630         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3631         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3632         Folder buffer after composing.
3633
3634 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3635
3636         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3637         header if the file `wl-x-face-file' already contains it.
3638
3639 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3640
3641         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3642         folder" entry.
3643         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3644         * wl-e21.el (wl-folder-toolbar): Ditto.
3645         * wl-xmas.el (wl-folder-toolbar): Ditto.
3646
3647 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3648
3649         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3650         wl-folder-goto-folder with sticky argument.
3651         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3652
3653 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3654
3655         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3656         and wl-summary-previous-buffer.
3657         (wl-summary-next-buffer): New function.
3658         (wl-summary-previous-buffer): Ditto.
3659
3660 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3661
3662         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3663         wl-folder-jump-to-current-entity-with-arg.
3664         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3665         `wl-folder-jump-to-current-entity'.
3666         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3667         `wl-summary-goto-folder-sticky'.
3668         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3669         `wl-summary-goto-folder'.
3670         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3671         Unless force-exit, do not clean temp. marks for sticky summary.
3672         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3673
3674 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3675
3676         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3677         not entire.
3678
3679 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3680
3681         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3682         to `C-x C-s'.
3683         (wl-summary-save-status): New command.
3684         (wl-summary-exit): Don't clean-up temp marks when sticky.
3685         (Applied patch from Nakayama-san [wl: 09548])
3686         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3687         Do nothing when no mark data.
3688         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3689         Call `wl-summary-delete-all-temp-marks' before saving.
3690
3691 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3692
3693         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3694
3695 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3696
3697         * wl.el (wl-check-environment): Also cause error when (system-name)
3698         returns "localhost.localdomain". (Although it doesn't affect because
3699         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3700
3701 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3702
3703         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3704         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3705
3706         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3707         value.
3708
3709 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3710
3711         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3712         Likewise r-cc-list and r-ng-list.
3713
3714 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3715
3716         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3717         only if it is bound as variable.
3718
3719         * wl-mime.el (wl-draft-preview-message): Ditto.
3720
3721 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3722
3723         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3724         needless `goto-char'.
3725
3726         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3727         `wl-summary-redisplay-no-mime-internal' instead of
3728         `wl-summary-redisplay-no-mime'.
3729         (wl-summary-redisplay-no-mime): Changed argument;
3730         Call `wl-summary-redisplay-no-mime-internal'.
3731
3732         * wl-mime.el (wl-draft-preview-message): Bind
3733         `mime-header-encode-method-alist' locally.
3734
3735         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3736         (wl-draft-std11-parse-addresses): Added the first address check.
3737         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3738
3739         * Version number is increased to 2.9.7.
3740
3741 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3742
3743         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3744
3745 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3746
3747         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3748         related to scrollbar support, if there is no such a feature
3749         compiled in.
3750
3751 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3752
3753         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3754         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3755         for prefetch.
3756
3757 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3758
3759         * wl-summary.el (wl-summary-pick): Fix for no match.
3760
3761 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3762
3763         * wl-draft.el (wl-draft-save):
3764         Override `mime-header-encode-method-alist'.
3765
3766 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3767
3768         * wl-folder.el (wl-folder-pick): New function.
3769         Define key as "?".
3770
3771 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3772
3773         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3774         Fix for unplugged.
3775
3776 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3777
3778         * wl-folder.el (wl-folder-virtual): New function.
3779         Define key as "V".
3780
3781 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3782
3783         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3784         multi folder if entity is group.
3785
3786 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3787
3788         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3789         is nil.
3790
3791 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3792
3793         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3794         (wl-summary-target-mark-msgs): Return the number of marked messages.
3795
3796 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3797
3798         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3799         "first:" is specified.
3800
3801 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3802
3803         * wl-vars.el (wl-from): Use return value of function
3804         user-full-name instead of the variable user-full-name since
3805         XEmacs-20.4 doesn't set this variable.
3806
3807 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3808
3809         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3810         call `wl' directly.
3811
3812 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3813
3814         * wl-draft.el (wl-draft-reedit): Removed duplicated
3815         switch-to-buffers.
3816
3817 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * wl.el (wl-other-frame): Removed garbages.
3820
3821 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3822
3823         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3824
3825         * wl-xmas.el (wl-draft-key-setup): Ditto.
3826
3827         * wl-mule.el (wl-draft-key-setup): Ditto.
3828
3829         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3830         (wl-draft-reedit): Ditto.
3831         (wl-draft-prepare-edit): Add `wl-draft-save' to
3832         `local-write-file-hooks'.
3833         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3834         (wl-draft-reedit): Set buffer-file-name.
3835         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3836
3837
3838         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3839         call it.
3840         (wl-delete-startup-frame-function): New variable.
3841         (wl-other-frame): New function
3842         (Original was written by Yamaoka san [wl: 09239]).
3843
3844         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3845         if `wl-folder-use-frame'.
3846
3847 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3848
3849         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3850
3851 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3852
3853         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3854         New variable.
3855         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3856         (wl-message-buffer-prefetch-get-next): Use them.
3857         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3858
3859 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3860
3861         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3862         with unwind-protect.
3863
3864         * wl-draft.el (wl-draft-reedit): Rewrite.
3865         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3866         (wl-draft-save): Insert header separator if it does not exist;
3867         Removed condition-case.
3868
3869         * wl-summary.el (wl-summary-reedit): Revert last change.
3870
3871         * wl-draft.el (wl-draft-save): Rewrite.
3872         (wl-draft-create-buffer): Set buffer-file-name as nil.
3873
3874         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3875
3876         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3877
3878         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3879         nil.
3880
3881 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3882
3883         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3884         If count is nil, do not prefetch.
3885         (wl-message-buffer-prefetch-next): Next.
3886
3887 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3888
3889         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3890
3891 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3892
3893         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3894         `delete-backward-char'
3895         (wl-draft-prepare-edit): Check major-mode.
3896         (wl-draft-decode-header): Rewrite.
3897         (wl-draft): Fix.
3898
3899 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3900
3901         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3902
3903 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3904
3905         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3906         (wl-message-buffer-prefetch-get-next): Remove size checking.
3907         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3908
3909 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3910
3911         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3912         (wl-draft-default-headers): Fix.
3913
3914 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3915
3916         * wl-draft.el (wl-draft-default-headers): Insert return value of
3917         `wl-generate-mailer-string-function'.
3918
3919 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3920
3921         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3922         (wl-draft-insert-mail-header-separator): Ditto.
3923
3924         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3925         again (Reverted the change on 2002-01-17 by OKADA san).
3926
3927 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl-draft.el (wl-draft): Rewrite.
3930         (wl-draft-create-buffer): New function.
3931         (wl-draft-create-contents): Ditto.
3932         (wl-draft-prepare-edit): Ditto.
3933         (wl-draft-decode-header): Ditto.
3934         (wl-draft-decode-body): Ditto.
3935         (wl-draft-check-new-line): Ditto.
3936         (wl-draft-default-headers): Ditto.
3937         (wl-draft-insert-mail-header-separator): Ditto.
3938
3939 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3940
3941         * Version number is increased to 2.9.6.
3942
3943 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3944
3945         * wl-draft.el (wl-draft-delete-field): Optional argument.
3946         (wl-draft-delete-fields): Ditto.
3947
3948 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3949
3950         * wl-message.el (toplevel): Eliminated byte-compile warning.
3951         for `itimer-function', `delete-timer' and `itimer-list'.
3952
3953 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3954
3955         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3956         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3957         `wl-message-buffer-prefetch-threshold'.
3958         * wl-summary.el (wl-summary-redisplay-internal): Remove
3959         the check of `wl-message-buffer-prefetch-depth'.
3960
3961 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3962
3963         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3964         size of article.
3965         (wl-message-buffer-prefetch-subr): Remove size check.
3966
3967 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3968
3969         * wl-vars.el (wl-plugged): Make customizable.
3970
3971 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3972
3973         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3974         (wl-message-buffer-prefetch-set-timer): New function.
3975         (wl-message-buffer-prefetch-get-next): New function.
3976         (wl-message-buffer-prefetch): New function.
3977         (wl-message-buffer-prefetch-next): Rewrite.
3978         (wl-message-buffer-prefetch-subr): Rewrite.
3979         * wl-vars.el (wl-auto-prefetch-first): New variable.
3980         * wl-summary.el (wl-summary-goto-folder-subr): Call
3981         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3982
3983 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3984
3985         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3986         `wl-summary-unread-message-hook'.
3987
3988 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3989
3990         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3991         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3992         if range is `cache-status'.
3993
3994 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3995
3996         * wl-message.el (wl-message-buffer-prefetch-subr):
3997         Improve debug message.
3998
3999 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4000
4001         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4002         `wl-mail-send-pre-hook'.
4003         (wl-draft-send-mail-with-qmail): Ditto.
4004         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4005
4006 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4007
4008         * wl-message.el (wl-message-buffer-prefetch-subr):
4009         Fix for cancel-function-timers bug.
4010         (wl-message-buffer-prefetch-debug): Default value is t.
4011
4012 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4013
4014         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4015         (wl-message-buffer-prefetch-subr): Rewrite.
4016         Rename from `wl-message-buffer-prefetch'.
4017
4018 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4019
4020         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4021         (wl-default-draft-cite-decorate-author): Ditto.
4022
4023         * wl-draft.el (wl-draft-cite-function): Removed.
4024         (wl-default-draft-cite-decorate-author): Ditto.
4025
4026 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4027
4028         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4029         (wl-default-draft-cite): Do not arrange author name if the value of
4030         `wl-default-draft-cite-decorate-author' is nil.
4031
4032 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4033
4034         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4035
4036         * wl-folder.el (wl-folder-check-one-entity): Don't care
4037         `elmo-folder-use-flag-p'.
4038
4039 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4040
4041         * wl-folder (wl-folder-check-one-entity): Fix
4042         problem if unread is nil.
4043
4044 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4045
4046         * wl-address.el (wl-address-make-completion-list): Check whether
4047         the address is a group list.
4048         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4049
4050 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4051
4052         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4053         The number of the messages of new and unread does not count
4054         correctly.
4055
4056         * wl-summary.el (wl-summary-count-unread): Changed to return
4057         `(new . unread)' instead of total.
4058         (wl-summary-sync-update): Follow the change above.
4059
4060         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4061
4062 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4063
4064         * wl-address.el (wl-address-make-completion-list): Do not enclose
4065         address by " <" and ">" if associated realname is "".
4066         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4067         This is against the promblem with group list in .addresses pointed
4068         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4069
4070 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4071
4072         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4073         message is a format control string.
4074         * wl-expire.el (wl-expire-append-log): Ditto.
4075         * wl-mime.el (wl-summary-burst-subr): Ditto.
4076         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4077         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4078
4079 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4080
4081         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4082         wl.el (wl-check-variables): Rename from `wl-check-type'.
4083         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4084         (wl-check-variables-2): New function.
4085         (wl): Call `wl-check-variables-2'.
4086
4087 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4088
4089         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4090         after renaming folder in access group.
4091
4092 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4095         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4096         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4097         (wl-message-buffer-prefetch): Rewrite.
4098         (wl-message-buffer-prefetch-idle-time): Removed.
4099         * wl-summary.el (wl-summary-redisplay-internal):
4100         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4101         Error check for `wl-message-buffer-prefetch-depht'.
4102
4103 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4104
4105         * Version number is increased to 2.9.5.
4106         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4107
4108 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4109
4110         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4111         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4112         Based on the patch written by
4113         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4114
4115 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4116
4117         * wl-draft.el (wl-draft-raw-send): Fix for
4118         `wl-news-send-pre-hook'
4119
4120 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4121
4122         * wl-utils.el (wl-message-id-function): New variable.
4123         * wl-draft.el (wl-draft-insert-required-fields):
4124         Use `wl-message-id-function'.
4125
4126 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4127
4128         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4129         * wl-utils.el (wl-draft-make-message-id-string):
4130         Use `wl-from' for domain part of Message-ID
4131         if `wl-message-id-use-wl-from' if non-nil.
4132         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4133
4134 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4135
4136         * wl.el (wl): Call `wl-check-type'
4137         Do not 'condition-case'.
4138
4139 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4140
4141         * wl.el (wl-check-type): New function.
4142         (wl-check-type-variables): New variable.
4143
4144 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4145
4146         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4147
4148 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4149
4150         * wl-draft.el (wl-smtp-password-key): New function.
4151         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4152         (wl-draft-send-mail-with-smtp): Ditto.
4153         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4154
4155 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4156
4157         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4158         * wl-utils.el (wl-unique-id-suffix): Remove.
4159
4160 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4161
4162         * Version number is increased to 2.9.4.
4163
4164 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4165
4166         * wl-utils.el (wl-unique-id-suffix): New variable.
4167         (wl-unique-id): Use `wl-unique-id-suffix'
4168
4169 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4170
4171         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4172         instead of `elmo-msgdb-search'.
4173
4174         * Version number is increased to 2.9.3.
4175
4176 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4177
4178         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4179
4180 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4181
4182         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4183         (wl-draft-dispatch-message): Changed for send-later.
4184         (wl-draft-queue-flush): Ditto.
4185         (wl-draft): Clear `wl-sent-message-queued'.
4186         (wl-draft-reedit): Ditto.
4187         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4188         * wl-vars.el (wl-draft-force-queuing): New variable.
4189         (wl-draft-force-queuing-mail): New variable.
4190         (wl-draft-force-queuing-news): New variable.
4191
4192 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4193
4194         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4195         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4196
4197 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4198
4199         * Version number is increased to 2.9.2.
4200
4201 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * wl-draft.el (wl-draft-elide-region): New user command.
4204         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4205
4206         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4207         command `wl-draft-elide-region'.
4208         * wl-mule.el: Ditto.
4209         * wl-xmas.el: Ditto.
4210
4211 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4214         (wl-biff-check-folder-async): Removed needless let.
4215
4216 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4217
4218         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4219         wl-folder-get-elmo-folder.
4220         (wl-biff-check-folder): Set `biff' argument of
4221         `wl-folder-check-one-entity'.
4222         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4223
4224         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4225         (wl-folder-check-one-entity): Added `biff' argument;
4226         Setup `biff' slot of folder.
4227
4228         * Version number is increased to 2.9.1.
4229
4230 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4233         comment out and fixed.
4234         (wl-fldmgr-add-completion-subr): Ditto.
4235
4236         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4237         and msgdb.
4238
4239         * wl.el (wl-toggle-plugged): Save summary view.
4240
4241 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4242
4243         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4244
4245 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4246
4247         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4248
4249 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4250
4251         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4252         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4253         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4254
4255         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4256         if it was failed.
4257         (wl-demo): Disable undo in the demo buffer.
4258
4259 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4260
4261         * wl-version.el (wl-version): Changed codename.
4262
4263         * Version number is increased to 2.9.0.
4264
4265 2001-12-14  Takuo KITAME <kitame@northeye.org>
4266
4267         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4268         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4269         (wl-folder-mark-as-read-all-current-entity): Ditto.
4270
4271 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4272
4273         * wl-vars.el (wl-from-width): Define as obsolete variable.
4274         (wl-subject-length-limit): Ditto.
4275
4276         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4277
4278         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4279         wl-summary-save-view.
4280
4281         * wl.el (wl-save-status): Ditto.
4282         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4283
4284         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4285         (wl-summary-exit): Follow the change above.
4286         (wl-summary-goto-folder-subr): Ditto.
4287
4288         * wl-folder.el (wl-folder-create-subr): Don't use
4289         `elmo-folder-creatable-p'.
4290
4291 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4292
4293         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4294
4295 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4296
4297         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4298         rather than bitmap on Emacs 21.
4299         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4300         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4301         for xbm if the new redisplay engine is not available.
4302
4303 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4304
4305         * wl-folder.el (wl-folder-init-hook): New hook.
4306         (wl-folder-init): Run `wl-folder-init-hook'.
4307
4308 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4309
4310         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4311
4312 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4313
4314         * wl-acap.el (wl-acap-cache-filename): New variable.
4315         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4316         (wl-acap-init): Use cache if no ACAP server found.
4317
4318 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4319
4320         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4321         `wl-acap-original-msgdb-dir'.
4322
4323         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4324         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4325
4326         * wl-mime.el (wl-mime-save-directory): Renamed from
4327         `wl-mime-save-dir'.
4328
4329 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4330
4331         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4332
4333         * wl-demo.el: Require `path-util'.
4334         (wl-demo-bitmap-mule-available-p): New internal variable.
4335         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4336         `module-installed-p' instead.
4337         (wl-demo-insert-image): Use *.img file for a bitmap image.
4338         (wl-demo): Don't call the ascii demo recursively.
4339
4340 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4341
4342         * Version number is increased to 2.7.7.
4343
4344 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4345
4346         * wl.el (wl-exit): Eliminated byte-compile warning.
4347
4348 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4349
4350         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4351         obsolete variable using `elmo-define-obsolete-variable'.
4352         (wl-fetch-confirm-threshold): Ditto.
4353         (wl-cache-prefetch-folder-type-list): Ditto.
4354         (wl-cache-prefetch-folder-list): Ditto.
4355
4356 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4357
4358         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4359         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4360         (wl-demo-insert-image): New function.
4361         (wl-demo-insert-text): New function.
4362         (wl-demo-image-type-alist): Redefine as a function.
4363         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4364         (wl-demo-with-temp-file-buffer): Removed.
4365         (wl-logo-xpm): Removed.
4366         (wl-logo-xbm): Removed.
4367         (wl-logo-bitmap): Removed.
4368
4369 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4370
4371         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4372         (wl-expire-localdir-get-folder-function): New user option.
4373         (wl-expire-localdir-get-folder): New function.
4374         (wl-expire-localdir-date): Ditto.
4375
4376 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4377
4378         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4379         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4380         Fixed unread number mismatch when all-unread < unread.
4381
4382 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4383
4384         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4385         (wl-fetch-confirm-threshold): Ditto.
4386
4387         * wl-summary.el (wl-summary-confirm-appends): Removed.
4388         (wl-summary-sync-update): Don't refer
4389         `wl-summary-update-confirm-threshold' (It is now abolished).
4390
4391         * wl-message.el (wl-message-display-internal): Don't refer
4392         `wl-fetch-confirm-threshold' (It is now abolished).
4393
4394 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4395
4396         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4397
4398 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4399
4400         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4401         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4402         Change default value to nil.
4403         (wl-summary-indent-length-limit): The value can be nil, nil means
4404         unlimited.
4405
4406         * wl-summary.el: Don't set limit for indent length if the value of
4407         wl-summary-indent-length-limit is nil.
4408         If the value of wl-summary-width is nil, it means only that the width
4409         of summary is unlimited (nil doesn't mean that the indent length is
4410         unlimited).
4411
4412         * wl-thread.el: Ditto.
4413
4414 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4415
4416         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4417         be nil, nil means never confirm.
4418         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4419
4420 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4421
4422         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4423         means unlimited).
4424
4425 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4428         Use `with-temp-buffer'.
4429
4430 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4431
4432         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4433         with new backquote style).
4434         (wl-folder-get-entity-from-buffer): Ditto.
4435
4436 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4437
4438         * wl-version.el (nemacs-version): Eliminated.
4439         (wl-extended-emacs-version2): Ignore nemacs.
4440         (wl-extended-emacs-version3): Ditto.
4441
4442 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4443
4444         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4445         (wl-draft-add-in-reply-to): New variable.
4446         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4447         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4448         (wl-draft-yank-from-mail-reply-buffer): Use
4449         `wl-draft-add-in-reply-to'.
4450         (wl-draft-insert-current-message): Ditto.
4451
4452 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4453
4454         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4455         typo (kill->hide).
4456         (wl-message-buffer-prefetch-folder-type-list): Added elements
4457         `mark' and `cache' instead of `internal'.
4458
4459 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4460
4461         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4462         resume msgdb directory.
4463
4464 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4465
4466         * wl.el (wl-exit): Call `wl-acap-exit'.
4467
4468         * wl-summary.el (wl-summary-message-string): New function.
4469         (wl-summary-reedit): Use it.
4470         (wl-summary-resend-bounced-mail): Remove needless let.
4471         (wl-summary-supersedes-message): Ditto.
4472         (wl-summary-save): Ditto.
4473
4474         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4475         (wl-acap-init): Set it.
4476         (wl-acap-exit): New function.
4477
4478 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4479
4480         * wl.el (wl-init): Revert (require 'mime-setup). move from
4481         toplevel.
4482
4483 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4484
4485         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4486         local variables.  Add error when guess function return invalid
4487         value.
4488
4489 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4490
4491         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4492         Change local variable name.
4493         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4494         (wl-folder-get-newsgroups): Return nil when non-news folder.
4495         * wl-summary.el (wl-summary-write-current-folder): State through
4496         when guess-list return nil.
4497         (wl-summary-write-current-folder-functions): Fixed docstring.
4498
4499         * wl.el (wl-exit): Changed confirm message.
4500
4501         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4502         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4503
4504         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4505
4506 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4507
4508         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4509         user option (Renamed from wl-cache-prefetch-folder-type-list).
4510         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4511         from wl-cache-prefetch-folder-list).
4512
4513         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4514         Move to wl-vars.el.
4515         (wl-message-buffer-prefetch-p): Changed to enable
4516         `wl-message-buffer-prefetch-folder-list'.
4517
4518         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4519         `ignore-cache'.
4520
4521 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4522
4523         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4524         `part-top' and `part-bottom'.
4525         (wl-draft-config-sub-part-top): New function.
4526         (wl-draft-config-sub-part-bottom): New function.
4527
4528 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4529
4530         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4531
4532 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4533
4534         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4535
4536 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4537
4538         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4539
4540         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4541         (wl-summary-write-current-folder): Ditto.
4542
4543 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4544
4545         * wl-folder.el (wl-folder-get-newsgroups): Use
4546         `elmo-folder-newsgroups'.
4547
4548 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4549
4550         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4551         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4552         `wl-draft-config-sub-header-bottom'.
4553
4554 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4555
4556         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4557         localnews folder.
4558
4559 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4560
4561         * wl-summary.el (wl-summary-mode): Undo last change.
4562
4563         * wl-folder.el (wl-folder-mode): Ditto.
4564
4565 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-summary.el (wl-summary-mode): Locally set
4568         truncate-partial-window-width to nil.
4569         (for XEmacs)
4570
4571         * wl-folder.el (wl-folder-mode): Ditto.
4572
4573 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4574
4575         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4576
4577 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4580         number.
4581
4582         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4583
4584         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4585
4586         * Version number is increased to 2.7.6.
4587
4588 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4589
4590         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4591
4592 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4593
4594         * wl-summary.el (wl-summary-sync-update): Enclose network
4595         related portion with `unwind-protect'.
4596
4597 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4598
4599         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4600
4601 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4602
4603         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4604         element.
4605         * wl-vars.el (wl-message-body-button-alist): Ditto.
4606
4607         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4608         max match length.
4609         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4610
4611         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4612         for the max match length;
4613         Use 4th element value for the button string regexp group.
4614
4615         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4616         candidate exists, prompt to select.
4617
4618 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4619
4620         * wl-summary.el (wl-summary-jump-to-msg): Search before
4621         calibration point by `beginning-of-line'.
4622
4623 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4624
4625         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4626         for access group.
4627
4628 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl-message.el (wl-message-display-internal): Bind
4631         `default-mime-charset'.
4632
4633         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4634
4635         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4636
4637         * Version number is increased to 2.7.5.
4638
4639 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4640
4641         * wl-expire.el (wl-summary-archive): Fixed;
4642         Use `elmo-folder-name-internal'.
4643
4644 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4645
4646         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4647         from `elmo-folder-move-messages' caller.
4648         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4649
4650         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4651         related portions are changed).
4652
4653 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4654
4655         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4656         counter.
4657
4658 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4659
4660         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4661         buffer local and set it to nil.
4662
4663         * wl-message.el (wl-message-redisplay): Ditto.
4664
4665 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4666
4667         * wl-summary.el (wl-summary-mark-as-important): If message is
4668         already cached, set messag as read, otherwise encache and mark as read.
4669
4670 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4671
4672         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4673         point-min.
4674
4675 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4676
4677         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4678         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4679         a keymap.
4680
4681 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4684         parent.
4685
4686         * wl-mule.el (wl-message-define-keymap): Ditto.
4687
4688         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4689
4690         * wl-xmas.el (wl-message-display-internal-hook): Define.
4691         (wl-xmas-setup-message-toolbar): Define as function.
4692         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4693         (wl-message-overload-functions): Abolished.
4694         (wl-message-define-keymap): New function.
4695
4696         * wl-vars.el (wl-message-display-internal-hook): New variable.
4697         (wl-message-header-button-alist): New variable (Renamed from
4698         wl-highlight-message-header-button-alist).
4699         (wl-message-body-button-alist): Ditto.
4700
4701         * wl-mule.el (wl-message-define-keymap): New function.
4702         (wl-message-overload-functions): Abolished.
4703
4704         * wl-message.el (wl-message-add-buttons-to-body): New function.
4705         (wl-message-redisplay): Don't call wl-message-overload-functions;
4706         Call wl-message-add-buttons-to-header and
4707         wl-message-add-buttons-to-body.
4708         (wl-message-display-internal): Set keymap argument for
4709         elmo-mime-display-as-is, elmo-mime-message-display;
4710         Run wl-message-display-internal-hook.
4711         (wl-message-refer-article-or-url): Abolished.
4712
4713         * wl-highlight.el (wl-highlight-headers): Don't call
4714         wl-highlight-message-add-buttons-to-header.
4715         (wl-highlight-message-add-buttons-to-header): Abolished.
4716
4717
4718         * wl-e21.el (wl-message-display-internal-hook): Define.
4719         (wl-e21-setup-toolbar): Deleted duplicated binding.
4720         (wl-e21-setup-message-toolbar): Define as function.
4721         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4722         (wl-message-define-keymap): New function.
4723         (wl-message-overload-functions): Abolished.
4724
4725 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4728         and elmo-folder-close.
4729
4730         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4731
4732 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4733
4734         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4735         boolean value.
4736         * wl-draft.el (wl-draft-do-fcc): Ditto.
4737
4738 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4739
4740         * wl-vars.el (wl-fcc-force-as-read): New variable.
4741         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4742         mark copied message as read.
4743
4744 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4745
4746         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4747
4748 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4749
4750         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4751         `wl-summary-target-above' instead of obsolete variable
4752         `wl-summary-temp-above'.
4753
4754         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4755         instead of `make-obsolete-variable'.
4756         * wl-refile.el (toplevel): Ditto.
4757
4758 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4759
4760         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4761         with third argument t.
4762         (wl-draft): Set first argument for wl-plugged-init as t.
4763
4764         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4765         definition.
4766
4767 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4768
4769         * wl-vars.el: Tabify.
4770         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4771
4772         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4773         message.
4774
4775 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4776
4777         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4778         and set default to beep.
4779
4780 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4781
4782         * wl-vars.el (wl-draft-truncate-lines): New variable.
4783
4784         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4785         instead of wl-message-truncate-lines for truncate-lines.
4786
4787 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-message.el (wl-message-display-internal): Call
4790         `wl-highlight-message' after `elmo-mime-display-as-is'.
4791
4792         * wl-mime.el (wl-mime-display-text/plain): New function.
4793         (wl-mime-display-header): Ditto.
4794         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4795         body-presentation-method for text/plain;
4796         Register `wl-mime-display-header' as a header-presentation-method;
4797         Don't set up `elmo-message-text-content-inserted-hook' and
4798         `elmo-message-header-inserted-hook'.
4799
4800         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4801         variable.
4802         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4803         as t if flag is 'all-header;
4804         Don't bind `elmo-message-ignored-field-list',
4805         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4806
4807 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4810         for xemacs with non-mule environment.
4811
4812 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4813
4814         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4815         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4816         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4817
4818 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4819
4820         * wl-vars.el (wl-interactive-send): Set default value as t.
4821
4822 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4823
4824         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4825         (wl-addrmgr-method-list): Abolished.
4826         (wl-addrmgr-change-method): Follow above change.
4827
4828         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4829
4830 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4831
4832         * wl-vars.el (wl-message-truncate-lines): Change default value
4833         to default-truncate-lines.
4834
4835         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4836
4837 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4838
4839         * wl-vars.el (wl-message-truncate-lines): New variable.
4840
4841         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4842         wl-message-truncate-lines.
4843
4844 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4845
4846         * wl-acap.el (wl-acap-init): Remove period from error message.
4847         (wl-acap-find-acap-service): Remove period from message.
4848
4849 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4850
4851         * wl.el (wl-check-environment): Undo last change.
4852
4853         * wl-vars.el (wl-from): Changed default value.
4854
4855         * wl-util.el (toplevel): Don't require tm-edit.
4856
4857         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4858         `wl-folder-init';
4859         Don't set mark on mail body.
4860         (wl-draft-reedit): Ditto.
4861
4862         * wl-address.el (wl-address-quote-specials): Define as an alias for
4863         elmo-address-quote-specials.
4864
4865 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4866
4867         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4868
4869         * wl-vars.el (wl-from): Set default value as nil.
4870         (wl-organization): Set default value as ORGANIZATION environment
4871         variable.
4872
4873         * wl-draft.el (wl-smtp-extension-bind): Check value of
4874         wl-smtp-connection-type.
4875
4876         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4877         error.
4878
4879 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4880
4881         * Version number is increased to 2.7.4.
4882
4883         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4884         arguments from `wl-highlight-x-face-function' caller.
4885         Use x-face-1.3.6.12 or later.
4886
4887 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4888
4889         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4890
4891 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4892
4893         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4894         (wl-fcc): Fix to accept function.
4895         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4896
4897 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4898
4899         * wl-acap.el (toplevel): Added `product-provide' declare.
4900         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4901
4902 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl.el (wl): Changed order of calling `elmo-init'
4905         and `elmo-folder-init'.
4906
4907 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4908
4909         * wl-mime.el (wl-summary-burst): Extract message when content-type
4910         of root entity is not only `multipart' but also `message/rfc822'.
4911         (wl-summary-burst-subr): Ditto.
4912
4913 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4914
4915         * wl-vars.el (toplevel): Require 'custom.
4916         (wl-trash-folder): Added to `wl-setting' group.
4917
4918         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4919         exists.
4920         (wl-addrmgr-draw): Insert empty line when no entry exists.
4921
4922         * wl-mule.el (wl-message-wheel-up): Fixed.
4923         (wl-message-wheel-down): Ditto.
4924
4925 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4926
4927         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4928         config is an anonymous lambda expression.
4929
4930 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4933         when Mule 2 is running.
4934
4935 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4936
4937         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4938
4939 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4940
4941         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4942         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4943
4944         * wl-address.el (wl-address-specials-regexp): Eliminated.
4945         (wl-address-quote-specials): Rewrite.
4946
4947 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4948
4949         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4950         shy-groups for regexp.
4951
4952         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4953         character classes and Perl style shy-groups for regexp.
4954         (wl-highlight-plugged-current-line): Use Posix style character
4955         classes for regexp.
4956         (wl-e21-highlight-folder-by-numbers): Ditto.
4957         (wl-e21-display-image-p): Use `display-images-p' instead of
4958         `display-graphic-p'.
4959         (display-images-p): Make an alias to `display-graphic-p' if it is
4960         not available.  It is for Emacs version prior to 21.0.105.
4961
4962         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4963         `display-graphic-p'.
4964         (wl-demo-image-type-alist): Ditto.
4965         (display-images-p): Make an alias to `display-graphic-p' if it is
4966         not available.  It is for Emacs version prior to 21.0.105.
4967
4968 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4969
4970         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4971         support.
4972         (wl-generate-user-agent-string): Ditto.
4973
4974         * wl-version.el (wl-version): Update docsting.
4975         (wl-version-status): Ditto.
4976
4977 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4978
4979         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4980         21.0.105.  For Emacs 21.0.104 or earlier.
4981
4982 2001-09-03  Takuo KITAME <kitame@northeye.org>
4983
4984         * wl-e21.el (wl-plugged-init-icons): Use
4985         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4986         (wl-biff-init-icons): Ditto.
4987
4988 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4989
4990         * wl-highlight.el (wl-highlight-summary-current-line):
4991         Fixed highlighting refile/copy destination.
4992
4993         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4994         (wl-acap-store): Encode string by wl-acap-coding-system.
4995
4996 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4997
4998         * wl-acap.el (toplevel): Check and require 'un-define before
4999         'xemacs-ucs;
5000          Added checking for UTF-2000.
5001
5002 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5003
5004         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5005         Don't enclose with `eval-and-compile'.
5006
5007         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5008         wl-init is non-nil.
5009
5010         * wl-draft.el (wl-draft): Ditto.
5011
5012         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5013
5014         * wl-acap.el (toplevel): Require 'wl.
5015         (wl-acap-store): Call `elmo-init'.
5016
5017         * wl.el (wl): Changed position of `wl-check-environment'.
5018         (toplevel): Added autoload setting for wl-acap.
5019
5020         * wl-vars.el (wl-setting): New custom group.
5021         (wl-from): Added wl-setting group.
5022         (wl-user-mail-address-list): Ditto.
5023         (wl-organization): Ditto.
5024         (wl-subscribed-mailing-list): Ditto.
5025         (wl-envelope-from): Ditto.
5026         (wl-smtp-posting-user): Ditto.
5027         (wl-smtp-posting-server): Ditto.
5028         (wl-smtp-posting-port): Ditto.
5029         (wl-smtp-authenticate-type): Ditto.
5030         (wl-pop-before-smtp-user): Ditto.
5031         (wl-pop-before-smtp-server): Ditto.
5032         (wl-pop-before-smtp-port): Ditto.
5033         (wl-pop-before-smtp-authenticate-type): Ditto.
5034         (wl-nntp-posting-server): Ditto.
5035         (wl-nntp-posting-user): Ditto.
5036         (wl-nntp-posting-port): Ditto.
5037         (wl-fetch-confirm-threshold): Ditto.
5038         (wl-prefetch-threshold): Ditto.
5039         (wl-thread-insert-opened): Ditto.
5040         (wl-ldap-server): Ditto.
5041         (wl-ldap-port): Ditto.
5042         (wl-ldap-base): Ditto.
5043         (wl-ldap-objectclass): Ditto.
5044         (wl-use-ldap): Ditto.
5045         (wl-draft-config-alist): Ditto.
5046         (wl-draft-config-matchone): Ditto.
5047         (wl-template-alist): Ditto.
5048         (wl-message-sort-field-list): Ditto.
5049         (wl-message-ignored-field-list): Ditto.
5050         (wl-message-visible-field-list): Ditto.
5051         (wl-interactive-send): Ditto.
5052         (wl-summary-move-order): Ditto.
5053         (wl-auto-select-first): Ditto.
5054         (wl-auto-select-next): Ditto.
5055         (wl-interactive-save-folders): Ditto.
5056
5057         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5058         Initialization codes are moved from wl-local-folder-init.
5059         (wl-local-folder-init): Follow the change above.
5060         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5061
5062         * wl-acap.el: New file.
5063
5064         * Version number is increased to 2.7.3.
5065
5066 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5067
5068         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5069
5070 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5071
5072         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5073         (wl-addrmgr-address-entry-list): Ditto.
5074
5075 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5076
5077         * wl-e21.el (wl-draft-mode-map): Removed binding for
5078         `wl-draft-insert-x-face-field'.
5079
5080         * wl-mule.el (wl-draft-mode-map): Ditto.
5081
5082         * wl-xmas.el (wl-draft-mode-map): Ditto.
5083
5084         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5085         (wl-cs-autoconv): Ditto.
5086         (wl-cs-local): Ditto.
5087         (wl-use-scoring): Ditto.
5088         (wl-mime-charset): Ditto.
5089         (wl-folder-check-async): Ditto.
5090
5091         * wl.el (toplevel): Ignore nemacs and tm.
5092         (wl-exit): Ditto.
5093
5094         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5095         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5096         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5097         instead of wl-address-petname-add-or-change.
5098         (wl-summary-edit-addresses-subr): Use wl-address-delete
5099         instead of wl-address-petname-delete.
5100
5101         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5102
5103         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5104         if error occured.
5105
5106         * wl-message.el (require): Remove tm support.
5107
5108         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5109
5110         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5111         (wl-folder-jump-to-current-entity): Ditto.
5112         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5113
5114         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5115         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5116         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5117
5118         * wl-mule.el (wl-draft-key-setup): Ditto.
5119
5120         * wl-xmas.el (wl-draft-key-setup): Ditto.
5121
5122         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5123         (wl-draft-std11-parse-addresses): New function.
5124         (wl-draft-parse-mailbox-list): Use it.
5125         (wl-draft): Ignore nemacs.
5126         (wl-draft-reedit): Ditto.
5127
5128         * wl-addrmgr.el: New file.
5129         (Original is wl-rcpt.el written by
5130         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5131         Thanks Kitamoto-san.)
5132
5133         * wl-address.el (wl-address-make-address-list): Modified parsing
5134         process.
5135         (wl-address-delete): Renamed from `wl-address-petname-delete';
5136         Modify wl-address-list too.
5137         (wl-address-add-or-change): Renamed from
5138         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5139
5140 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5141
5142         * wl-highlight.el (wl-highlight-summary-current-line):
5143           Work with transient-mark-mode
5144
5145 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5146
5147         * Version number is increased to 2.7.2.
5148
5149         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5150         instead of elmo-dop-queue-method.
5151
5152 2001-08-06  SAITO Atsunori <sai@yedo.com>
5153
5154         * wl-vars.el (wl-ldap-objectclass): New user option.
5155
5156         * wl-address.el (wl-ldap-make-filter): Use it.
5157
5158 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5159
5160         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5161
5162 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5163
5164         * wl-folder.el (wl-folder): redisplay after folder insertion.
5165
5166         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5167
5168         * wl-summary.el (wl-summary-sync-update):
5169         Change status mark only when new-msgdb exists.
5170         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5171
5172 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5173
5174         * wl-summary.el (wl-summary-open-folder): New function.
5175         (wl-summary-goto-folder-subr): Use it.
5176         (wl-summary-mark-as-important): Fix;
5177         Encache only when no cache exists.
5178
5179 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5180
5181         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5182         Use with-current-buffer.
5183
5184 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5185
5186         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5187         before call `get-buffer'. Fixed parenthesis.
5188         (wl-score-get-header-entry): Clear message and help window when
5189         keyboard quit.
5190         (wl-score-edit-insert-header): Ditto.
5191
5192 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5193
5194         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5195         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5196         (wl-default-draft-cite): Fix.
5197
5198         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5199         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5200
5201 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-message.el (wl-message-prev-page): Do same bahavior
5204         as summary when it is called in the message buffer.
5205         (wl-message-next-page): Ditto.
5206
5207 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5208
5209         * wl-summary.el (wl-summary-forward): Use cache if it is not
5210         section cache.
5211
5212 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5213
5214         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5215         Removed redundant require of elmo-vars.
5216         (wl-biff-state-indicator-on): Changed default value for
5217         xemacs with non-mule environment.
5218
5219         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5220         wl-message-buffer is nil;
5221         Hide progress bar after moving messages.
5222
5223 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5224
5225         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5226         message at cursor point is deleted.
5227
5228 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-vars.el: Changed file coding system to euc-japan.
5231         Added -*-coding:-*- magic to the first line.
5232
5233         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5234         Search parent from the first message.
5235
5236         * Version number is increased to 2.7.1.
5237
5238 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5239
5240         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5241
5242 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5243
5244         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5245         refile/delete execution.
5246
5247         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5248         Fixed docstring.
5249
5250 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5251
5252         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5253         do update process;
5254         Don't update marks when update process is interrupted.
5255
5256 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5257
5258         * wl-summary.el (wl-summary-reply): Fixed problem when
5259         wl-draft-use-frame is non-nil.
5260         (wl-summary-forward): Ditto.
5261
5262         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5263         as nil.
5264         (wl-folder-mark-as-read-all-entity): Ditto.
5265         (wl-folder-prefetch-entity): Ditto.
5266
5267         * wl.el (wl): Check environment before wl-init.
5268
5269         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5270         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5271         instead of wl-summary-collect-unread.
5272         (wl-summary-reply): Split message window.
5273
5274 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5275
5276         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5277         only if current language environment is japanese,
5278
5279         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5280         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5281         (wl-folder-goto-folder-subr): Ditto.
5282
5283         * wl-draft.el (wl-draft-dispatch-message): Call
5284         `elmo-file-cache-get-path'.
5285
5286 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5287
5288         * wl-summary.el (wl-summary-cursor-move): If return value of
5289         wl-summary-next-message is not number, don't jump.
5290
5291 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * wl-summary.el (wl-summary-buffer-next-message-function): New
5294         variable.
5295         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5296         if it is bound.
5297
5298         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5299         string.
5300
5301         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5302         (wl-plugged-drawing): Ditto.
5303
5304 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5307         process.
5308         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5309         with unwind-protect.
5310
5311         * wl.el (wl-init): Require mime-setup.
5312         (wl-check-environment): Don't require mime-setup.
5313
5314         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5315         instead of elmo-folder-type.
5316
5317         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5318         value as nil.
5319
5320 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5321
5322         * Version number is increased to 2.7.0.
5323
5324         * wl-version.el (wl-version): Changed codename.
5325
5326         * wl-summary.el (wl-summary-delete-cache): Fixed.
5327
5328         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5329         Workaround for net folders.
5330         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5331
5332         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5333         value to nil (According to the patch from
5334         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5335
5336         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5337         of elmo-folder-close.
5338
5339 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5340
5341         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5342         for postfix.
5343
5344 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5345
5346         * wl-summary.el (wl-summary-resend-message): Fixed.
5347
5348         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5349         Call wl-draft with `from' argument if its address is included in
5350         `wl-user-mail-address-list'.
5351         (wl-draft): Added `from' argument.
5352
5353         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5354         non-nil.
5355         (wl): Don't show demo if wl-demo is nil.
5356
5357         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5358         wl-summary-use-frame.
5359
5360         * wl-vars.el (wl-summary-use-frame): New user option.
5361         (wl-folder-use-frame): Changed docstring.
5362
5363         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5364         non-nil.
5365         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5366         wl-summary-use-frame.
5367
5368         * wl-vars.el (wl-folder-use-frame): New user option.
5369
5370         * wl-summary.el (wl-summary-exit): Back to folder frame if
5371         wl-folder-use-frame is non-nil.
5372         (wl-summary-redisplay-internal): Ignore cache if current folder
5373         is draft folder,
5374         (wl-summary-redisplay-no-mime): Ditto.
5375         (wl-summary-redisplay-all-header): Ditto.
5376
5377         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5378         if wl-folder-use-frame is non-nil.
5379
5380 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5381
5382         * wl-summary.el (wl-summary-sync-update): Bind
5383         elmo-folder-update-threshold.
5384         (wl-summary-mark-as-important): Enclosed server mark processing
5385         with `save-match-data'.
5386
5387         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5388         only when it is already defined.
5389
5390 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5391
5392         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5393         name of folder exclude localdir is wrong.
5394         * wl-folder.el (wl-folder-sync-entity):
5395         Set `wl-summary-always-sticky-folder-list' as nil.
5396         (wl-folder-mark-as-read-all-entity): Ditto.
5397         (wl-folder-prefetch-entity): Ditto.
5398
5399 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5400
5401         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5402         instead of `wl-summary-write-current-newsgroup'.
5403
5404 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5405
5406         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5407         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5408         non-nil and selected message is important, do not display.
5409
5410 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5411
5412         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5413
5414 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5415
5416         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5417
5418         * wl-summary.el (wl-summary-mark-as-important): Set message number
5419         using wl-summary-message-number.
5420
5421 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5422
5423         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5424         destination folder is 'null.
5425
5426 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5427
5428         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5429         New function.
5430         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5431         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5432         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5433
5434 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-mime.el (wl-mime-setup): Added setting for
5437         `mime-setup-signature-key-alist' to avoid overriding key bind for
5438         `wl-draft-send'.
5439
5440         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5441         for `wl-draft-send'.
5442         * wl-mule.el (wl-draft-overload-functions): Ditto.
5443         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5444         * wl-draft.el (wl-draft-send): Ditto.
5445
5446         * wl-message.el (wl-message-display-internal):
5447         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5448         (Patch is provided by <kita@coe.nttdata.co.jp>).
5449
5450 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5451
5452         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5453
5454 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5455
5456         * wl.el (wl): Fix for wl-demo.
5457
5458 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5459
5460         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5461
5462 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5463
5464         * wl-folder.el (wl-folder-prefetch-entity): Use
5465         `wl-folder-get-elmo-folder'.
5466         (wl-folder-count-incorporates): Do not use
5467         `wl-folder-get-elmo-folder'.
5468
5469 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5470
5471         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5472         instead of `elmo-folder-get-type'.
5473
5474 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5475
5476         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5477         position on Subject: field.
5478         (Advised by Mito <mit@nines.nec.co.jp>)
5479
5480 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5481
5482         * wl-folder.el (wl-folder-prefetch-entity): Use
5483         `wl-folder-get-elmo-folder'.
5484
5485 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5488
5489         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5490         `process-duplicates' slot.
5491
5492         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5493         if detection failed.
5494
5495 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5496
5497         * wl-version.el (wl-version-status): Set to "alpha".
5498
5499 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5500
5501         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5502         Check wl-message-buffer lives before set-buffer.
5503
5504 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5505
5506         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5507         called in folder mode.
5508         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5509         * wl-summary.el (wl-summary-exit-pre-hook): Run
5510         `wl-summary-exit-pre-hook' before exit summary mode.
5511
5512 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5513
5514         * wl-version.el (wl-version-status): New variable.
5515         (wl-version-status-alist): Removed.
5516         (wl-version-status): Rule included.
5517
5518 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5521         @sponichi.
5522
5523         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5524         when `mail-reply-buffer' is buffer-local variable.
5525         (Reported by <kita@coe.nttdata.co.jp>).
5526
5527 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-vars.el (toplevel): Require 'elmo-util.
5530
5531 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5534         (All other related portions are changed)
5535
5536         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5537
5538         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5539
5540 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5541
5542         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5543
5544 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5545
5546         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5547         Delete other windows to avoid an error.
5548         Use `point-marker' instead of `point' to remember the start point
5549         of body.
5550
5551         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5552
5553         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5554         number not to exceed all message number.
5555
5556 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5557
5558         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5559         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5560
5561 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5562
5563         * wl-summary.el (wl-summary-sync-force-update): Added argument
5564         no-check.
5565         (wl-summary-sync-update): Ditto.
5566         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5567         with `no-check'.
5568
5569         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5570         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5571         already running.
5572
5573 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5574
5575         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5576         `dst-folder-arg'.
5577         (wl-expire-archive-number1): Diito.
5578         (wl-expire-archive-number2): Diito.
5579         (wl-expire-archive-Date): Diito.
5580         (wl-archive-number1): Diito.
5581         (wl-archive-number2): Diito.
5582         (wl-archive-date): Diito.
5583         (wl-archive-folder-p): New function.
5584         (wl-summary-expire): Support of expand folder name at
5585         wl-expire-alist.
5586         * wl-util.el (wl-expand-newtext): Renamed from
5587         `wl-refile-expand-newtext'.
5588
5589 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5590
5591         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5592         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5593         `(elmo-msgdb-get-overview msgdb)'.
5594         (wl-summary-prefetch): Bind match data before call
5595         `wl-summay-prefetch-msg'.
5596         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5597         'off if `wl-summary-buffer-disp-msg' is non-nil.
5598         Fixed problem that couldn't show only one new or unread message when
5599         enter folder.
5600         (wl-summary-reply): Don't call `split-window-vertically' and other
5601         window.
5602
5603 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5604
5605         * wl-expire.el (wl-expire-refile): Fixed.
5606
5607 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5608
5609         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5610
5611         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5612         biff notification is removed.
5613
5614         * wl.el (wl): Changed position of `elmo-init'.
5615
5616         * wl-draft.el (wl-default-draft-cite): Use date field
5617         on the citation buffer.
5618
5619         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5620
5621         * wl-xmas.el (wl-folder-internal-icon-list): Added
5622         `wl-folder-shimbun-image'.
5623
5624         * wl-e21.el (wl-folder-internal-icon-list): Added
5625         `wl-folder-shimbun-image'.
5626
5627 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5628
5629         * wl.el (wl-init): Eliminated argument.
5630         (wl): Rewrite.
5631
5632         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5633         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5634         instead of `elmo-folder-msgdb-internal'.
5635         (wl-summary-sync-update): Ditto.
5636         (wl-summary-flush-pending-append-operations): Eliminated.
5637         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5638         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5639         `elmo-folder-open'.
5640
5641         * wl-mime.el (wl-summary-burst): Fixed.
5642
5643         * wl-folder.el (wl-folder-info-save): Check data type.
5644
5645         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5646         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5647         instead of `elmo-folder-msgdb-internal'.
5648         (wl-expire-hide): Ditto.
5649
5650
5651         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5652
5653 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5654
5655         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5656
5657 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5658
5659         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5660
5661 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5662
5663         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5664         Fixed `match-beginning' argument mismatch.
5665
5666 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5667
5668         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5669         the default value.
5670
5671 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5672
5673         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5674         instead of `elmo-nntp-default-port'.
5675
5676         * wl-vars.el: Fixed some doc strings.
5677
5678 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5679
5680         * wl-summary.el (wl-summary-prefetch-msg): Use
5681         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5682
5683         * wl-vars.el: Define *-func as obsolete variable using
5684         `elmo-define-obsolete-variable'.
5685
5686         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5687         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5688         instead of `wl-message-buffer-prefetch-threshold'.
5689
5690         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5691
5692         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5693
5694         * wl-draft.el (wl-caesar-region-func): Ditto.
5695
5696         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5697         Keep unread status in elmo-folder-move-messages.
5698         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5699
5700 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5701
5702         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5703         `wl-summary-buffer-exit-func'
5704         (wl-summary-buffer-message-redisplay-function): Renamed from
5705         `wl-summary-buffer-message-redisplay-func'
5706         (wl-summary-buffer-next-folder-function): Renamed from
5707         `wl-summary-buffer-next-folder-func'.
5708         (wl-summary-buffer-prev-folder-function): Renamed from
5709         `wl-summary-buffer-prev-folder-func'.
5710         (wl-summary-get-petname-function): Renamed from
5711         `wl-summary-get-petname-func'.
5712
5713         * wl-score.el (wl-score-edit-exit-function): Renamed from
5714         `wl-score-edit-exit-func'.
5715
5716         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5717         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5718
5719         * wl-util.el (wl-load-profile-function): Renamed from
5720         `wl-load-profile-func'.
5721
5722         * wl-folder.el (wl-folder-completion-function): Renamed from
5723         `wl-folder-completion-func'.
5724         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5725
5726         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5727         `wl-expire-archive-get-folder-func'.
5728         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5729         (wl-draft-send-mail-function): Renamed from
5730         `wl-draft-send-mail-func'.
5731         (wl-draft-send-news-function): Renamed from
5732         `wl-draft-send-news-func'.
5733         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5734         (wl-generate-mailer-string-function): Renamed from
5735         `wl-generate-mailer-string-func'.
5736         (wl-highlight-signature-search-function): Renamed from
5737         `wl-highlight-signature-search-func'.
5738         (wl-highlight-x-face-function): Renamed from
5739         `wl-highlight-x-face-func'
5740         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5741         (wl-ps-print-buffer-function): Renamed from
5742         `wl-ps-print-buffer-func'
5743         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5744         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5745         (wl-summary-subject-filter-function): Renamed from
5746         `wl-summary-subject-filter-func'.
5747
5748         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5749         `wl-draft-queue-flush-send-func'
5750         (wl-draft-cite-function): Renamed from
5751         `wl-draft-cite-func'
5752
5753         * wl-address.el (wl-address-init-function): Renamed from
5754         `wl-address-init-func'.
5755
5756 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5757
5758         * wl-draft.el (wl-draft-queue-flush): Don't call
5759         `elmo-dop-unlock-message'.
5760         * wl-draft.el (wl-draft-queue-append): Don't call
5761         `elmo-dop-lock-message'.
5762
5763         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5764         (wl-summary-buffer-folder-name): Ditto.
5765         (wl-summary-message-regexp): Added '-' (all other related portions
5766         are changed).
5767         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5768         wl-summary-buffer-folder-name.
5769
5770 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5771
5772         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5773         the number of mails in the folder buffer is not updated by wl-biff.
5774
5775 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5776
5777         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5778         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5779
5780 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5781
5782         * wl-summary.el (wl-summary-next-message):
5783         Return next message number when wl-summary-move-order is nil.
5784
5785 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5786
5787         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5788         `wl-summary-move-spec-alist'.
5789         (wl-summary-move-spec-unplugged-alist): New variable
5790         (Move spec for unplugged status).
5791         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5792         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5793
5794 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5795
5796         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5797         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5798
5799 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5800
5801         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5802         simple quotation to quote the anonymous function.
5803         * tm-wl.el (wl-draft-preview-message): Ditto.
5804
5805 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5806
5807         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5808         Eliminate redundant `save-excursion'.
5809         (wl-highlight-summary-current-line): Ditto.
5810
5811         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5812         accessing match data when `looking-at' failed.
5813
5814         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5815         `elmo-match-string' where users don't care about the speed.
5816         (wl-draft-save): Ditto.
5817
5818 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5819
5820         * wl-util.el (wl-regexp-opt): New function.
5821
5822         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5823         number from `wl-summary-buffer-number-list'.
5824         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5825         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5826         (wl-summary-move-spec-alist): Changed default setting.
5827
5828 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5829
5830         * wl-vars.el (wl-biff-notify-hook): New hook.
5831         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5832         the arrival of new mail.
5833         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5834         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5835
5836 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5837
5838         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5839
5840 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5841
5842         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5843
5844         * Version number is increased to 2.5.8.
5845
5846         * wl-thread.el (toplevel): require 'cl.
5847         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5848         (wl-thread-make-number-list): New function.
5849         (wl-thread-entity-make-number-list-from-children): Ditto.
5850         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5851         (wl-thread-entity-insert-as-children): Likewise.
5852         (wl-thread-delete-message): Likewise.
5853         (wl-meaning-of-mark): Eliminated.
5854         (wl-thread-next-failure-mark-p): Ditto.
5855         (wl-thread-entity-get-mark): Ditto.
5856         (wl-thread-meaning-alist-get-result): Ditto.
5857         (wl-thread-entity-check-prev-mark): Ditto.
5858         (wl-thread-entity-check-next-mark): Ditto.
5859         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5860         (wl-thread-entity-get-prev-marked-entity): Ditto.
5861         (wl-thread-get-prev-unread): Ditto.
5862         (wl-thread-jump-to-prev-unread): Ditto.
5863         (wl-thread-get-next-unread): Ditto.
5864         (wl-thread-jump-to-next-unread): Ditto.
5865         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5866         (wl-thread-entity-get-next-marked-entity): Ditto.
5867
5868         * wl-summary.el (wl-summary-buffer-number-list):
5869         New bufer-local variable.
5870         (wl-summary-switch-to-clone-buffer): Clone
5871         `wl-summary-buffer-number-list'.
5872         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5873         (wl-summary-cursor-move-regex): Eliminated.
5874         (wl-summary-cursor-up): Rewrite.
5875         (wl-summary-cursor-down): Ditto.
5876         (wl-summary-mode-spec-alist): New variable.
5877         (wl-summary-next-message): New inline function.
5878         (wl-summary-cursor-move): New function.
5879         (wl-summary-default-get-next-msg): Rewrite.
5880         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5881         (wl-summary-rescan): Ditto.
5882         (wl-summary-sync-all-init): Ditto.
5883         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5884         summary is not thread view.
5885         (wl-summary-sync-update): Ditto.
5886         (wl-summary-rescan): Ditto.
5887         (wl-summary-make-number-list): New function.
5888
5889         * wl-draft.el: "FCC" -> "Fcc".
5890
5891 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5892
5893         * wl-highlight.el (wl-highlight-summary-window):
5894         Call `set-buffer-modified-p'.
5895
5896         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5897         (wl): Call `elmo-init' and fix.
5898
5899         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5900         Use new variables.
5901
5902         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5903
5904 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5905
5906         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5907
5908 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5909
5910         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5911
5912 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5913
5914         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5915         `wl-use-toolbar' nor `display-graphic-p'.
5916         (wl-e21-setup-message-toolbar): Ditto.
5917         (wl-e21-setup-summary-toolbar): Ditto.
5918         (wl-e21-setup-folder-toolbar): Ditto.
5919
5920         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5921         (wl-plugged-init-icons): Ditto.
5922
5923         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5924         `display-graphic-p'.
5925         (wl-plugged-set-folder-icon): Ditto.
5926         (wl-highlight-plugged-current-line): Ditto.
5927         (wl-highlight-folder-current-line): Ditto.
5928         (wl-e21-highlight-folder-group-line): Ditto.
5929         (wl-e21-setup-toolbar): Ditto.
5930         (wl-e21-display-image-p): New macro.
5931
5932         * wl-demo.el (wl-demo): Simplified.
5933         (wl-demo-image-type-alist): Use `image-type-available-p' for
5934         checking whether the image type `xbm' is available.
5935
5936 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5937
5938         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5939         (wl-summary-input-range): Ditto.
5940
5941 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5942
5943         * wl-summary.el (wl-summary-edit-addresses): Use
5944         `wl-summary-get-original-buffer'
5945         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5946         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5947         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5948         (wl-summary-get-newsgroups): Eliminated.
5949         (wl-summary-set-crosspost): Ditto.
5950         (wl-summary-is-crosspost-folder): Ditto.
5951         (wl-crosspost-alist-load): Ditto.
5952         (wl-crosspost-alist-save): Ditto.
5953
5954         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5955         `elmo-setup-subscribed-newsgroups' instead of
5956         `elmo-nntp-make-groups-hashtb'.
5957         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5958         instead of `wl-crosspost-alist-save'.
5959
5960         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5961         of `elmo-folder-message-appendable-p'.
5962         (wl-mime-header-presentation-method): Eliminated.
5963
5964         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5965         (Error occurs in emacs21).
5966
5967         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5968         the current buffer).
5969
5970         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5971         instead of `wl-crosspost-alist-save'.
5972         (wl-init): `elmo-crosspost-message-alist-load'
5973         instead of `wl-crosspost-alist-load'
5974
5975         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5976         (wl-parse-newsgroups): Likewise.
5977         (wl-biff-notify): Run `wl-biff-notify-hook'.
5978
5979 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5980
5981         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5982
5983         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5984         when `wl-summary-lazy-highlight' is non-nil.
5985         (wl-summary-goto-folder-subr): Highlight only when
5986         `wl-summary-lazy-highlight' is non-nil.
5987
5988         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5989         Don't display progress and highlight temp-mark when
5990         `wl-summary-lazy-highlight' is non-nil.
5991         (wl-highlight-summary-window): New function.
5992         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5993
5994 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5995
5996         * wl-summary.el (wl-summary-sync): Change `all-visible'
5997         from `all-shown'
5998         (wl-summary-input-range): Ditto.
5999
6000 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6001
6002         * wl-e21.el (wl-highlight-folder-current-line): Call
6003         `wl-folder-init-icons' when folder icons have not been initialized.
6004
6005         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6006
6007         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6008         (wl-demo-image-type-alist): New macro.
6009
6010 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6011
6012         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6013         display does not support graphics.
6014         (wl-plugged-init-icons): Ditto.
6015         (wl-folder-init-icons): Ditto.
6016
6017         * wl-demo.el (wl-demo): Chech closely whether the display
6018         supports graphics.
6019
6020 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-summary.el (wl-summary-get-original-buffer): New function.
6023         (wl-summary-set-crosspost): Use it.
6024         (wl-summary-target-mark-uudecode): Ditto.
6025         (wl-summary-reedit): Ditto.
6026         (wl-summary-resend-bounced-mail): Ditto.
6027         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6028         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6029
6030         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6031         (wl-message-display-internal): Ditto.
6032
6033 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6034
6035         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6036
6037 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6038
6039         * wl-summary.el (wl-summary-save-view): Renamed from
6040         `wl-summary-save-status'.
6041
6042 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6043
6044         * wl-summary.el (wl-summary-sync): Added `all-shown'
6045
6046 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6047
6048         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6049
6050 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6051
6052         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6053
6054 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6055
6056         * wl-highlight.el (wl-highlight-summary-line-string): Use
6057         `zerop' instead of `= 0'.
6058         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6059
6060         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6061         for comparing numbers.
6062         (wl-template-prev): Use `zerop' instead of `eq 0'.
6063
6064         * wl-draft.el (wl-draft-insert-current-message): Use
6065         `with-current-buffer' instead of `save-excursion'.
6066         Use `zerop' instead of `eq 0'.
6067
6068 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6069
6070         * wl-draft.el (wl-draft-insert-ccs): New function.
6071         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6072         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6073
6074 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6075
6076         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6077
6078 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6079
6080         * wl-expire.el (wl-expire-refile): Don't call
6081         elmo-msgdb-add-msgs-to-seen-list;
6082         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6083         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6084
6085 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6086
6087         * wl-message.el (wl-message-prev-page): Ignore errors while
6088         scroll-down.
6089
6090 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6091
6092         * wl-mime.el: Use elmo-original-message-mode instead of
6093         mmelmo-original-mode.
6094
6095         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6096         `elmo-folder-get-spec';
6097         (wl-fldmgr-add-completion-all-completions):
6098         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6099
6100         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6101         of `elmo-folder-get-type'.
6102
6103         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6104         `elmo-folder-get-spec';
6105         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6106         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6107         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6108         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6109         `elmo-read-msg-no-cache';
6110         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6111         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6112         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6113         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6114         `elmo-cache-save';
6115         (wl-draft-reedit): Use `elmo-message-file-name'.
6116
6117         * wl-expire.el: Use `elmo-folder-name-internal';
6118         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6119         Use macro `wl-summary-buffer-msgdb' instead of variable
6120         `wl-summary-buffer-msgdb';
6121         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6122         Use macro `wl-summary-buffer-folder-name' instead of variable
6123         `wl-summary-buffer-folder-name'.
6124         * wl-score.el: Likewise.
6125
6126         * wl-message.el: Rewrite for new message buffer cache mechanism.
6127         (wl-message-buffer-cache-buffer-get): New macro.
6128         (wl-message-buffer-cache-folder-get): Ditto.
6129         (wl-message-buffer-cache-message-get): Ditto.
6130         (wl-message-buffer-cache-entry-make): Ditto.
6131         (wl-message-buffer-cache-hit): Ditto.
6132         (wl-message-buffer-cache-sort): New function.
6133         (wl-message-buffer-cache-add): Ditto.
6134         (wl-message-buffer-cache-delete): Ditto.
6135         (wl-message-buffer-cache-clean-up): Ditto.
6136         (wl-message-buffer-window): Rewrite.
6137         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6138         (wl-message-buffer-display): New function.
6139         (wl-message-display-internal): New function.
6140
6141 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6142
6143         * wl-folder.el: Use `elmo-folder-name-internal';
6144         Use `wl-folder-get-elmo-folder';
6145         Use `elmo-folder-list-messages' instead of
6146         `elmo-list-folder';
6147         Use `elmo-folder-get-primitive-list' instead of
6148         `elmo-folder-get-primitive-spec-list';
6149         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6150         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6151         Use `elmo-folder-create' instead of `elmo-create-folder'.
6152         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6153         (wl-folder-get-elmo-folder): New macro.
6154         (wl-folder-elmo-folder-cache-get): Ditto.
6155         (wl-folder-elmo-folder-cache-put): Ditto.
6156         (wl-folder-suspend): Call `elmo-quit'.
6157
6158         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6159         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6160         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6161         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6162         (toplevel): require 'cl.
6163         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6164
6165         * wl-summary.el: Rewrite to use new elmo interface.
6166
6167 \f
6168 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6169
6170         * wl-mime.el (wl-draft-preview-message):
6171         Run `wl-draft-send-hook' before collecting recipients information;
6172         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6173
6174         * tm-wl.el (wl-draft-preview-message): Ditto.
6175
6176 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6177
6178         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6179         wrong receipients are displayed when forwarded message.
6180
6181 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6182
6183         * Version number is increased to 2.5.7.
6184
6185 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6186
6187         * wl-message.el (wl-message-next-page): Bind
6188         `window-pixel-scroll-increment' to nil while scrolling up.
6189
6190 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6191
6192         * wl-vars.el (wl-save-hook): New hook.
6193         * wl.el (wl-save): Call `wl-save-hook'.
6194
6195 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6196
6197         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6198         Argument WITH-ARG instead of NO-ARG (negative mean).
6199         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6200         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6201         * wl-message.el (wl-message-follow-current-entity): Likewise.
6202
6203 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6204
6205         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6206         FROM was optional argument.
6207         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6208
6209 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6210
6211         * Version number is increased to 2.5.6.
6212
6213 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6214
6215         * wl-version.el (wl-version-show): Removed.
6216         (wl-version): Add `interactive'.
6217
6218 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6219
6220         * wl-summary.el (wl-summary-get-petname-func): New variable.
6221         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6222         instead of `wl-address-get-petname-1'.
6223         (wl-summary-simple-from): Ditto.
6224
6225         * wl-address.el (wl-address-get-petname-1): Define as function.
6226
6227 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6230         field in the original message.
6231         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6232
6233 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6234
6235         * wl-expire.el (wl-expire-hide):
6236         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6237
6238 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6239
6240         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6241         find decoder for To, Cc, and Subject.
6242
6243 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6244
6245         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6246         for checking `elmo-use-buffer-cache'.
6247         (wl-summary-mark-as-important): Fixed typo in comment.
6248
6249 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6250
6251         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6252         field in the original message.
6253         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6254
6255 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6256
6257         * wl-expire.el (wl-expire-hide):
6258         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6259
6260 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6261
6262         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6263         find decoder for To, Cc, and Subject.
6264
6265 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6266
6267         * Version number is increased to 2.5.5.
6268
6269         * wl-address.el (wl-address-specials-regexp): New constant.
6270         (wl-address-quote-specials): Use it.
6271
6272 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6273
6274         * wl-summary.el (wl-summary-rescan):
6275         Call `wl-summary-buffer-number-column-detect'.
6276         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6277
6278         * wl-message.el (wl-message-mode-map): Define.
6279         (wl-message-decode): Use it as local-map.
6280
6281 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6282
6283         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6284         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6285
6286 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6287
6288         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6289
6290         * wl-mule.el (wl-read-event-char): Ditto.
6291
6292         * wl-e21.el (wl-read-event-char): Ditto.
6293
6294         * wl-nemacs.el (wl-read-event-char): Ditto.
6295         (read-event): Removed.
6296
6297         * wl-util.el (toplevel): Removed dummy definition of
6298         `read-event'.
6299         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6300
6301 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6302
6303         * wl-nemacs.el (elmo-archive-call-process): Moved to
6304         elmo-archive.el.
6305
6306 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6307
6308         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6309         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6310
6311         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6312         instead of magic-number 6.  Use `not' instead of `null' for symbol
6313         `nil' check (not empty list).
6314         (wl-draft-insert-x-face-field): Fixed paren style.
6315
6316         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6317         one-branch conditional statement, instead of `and' and `if'.
6318         (wl-draft-forward): Likewise.
6319         (wl-draft-add-references): Likewise.
6320         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6321
6322         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6323         conditional steatment.  Use `cond' instead of `if'.
6324         (wl-draft-confirm): Likewise.
6325
6326 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6327
6328         * wl-version.el (wl-version-show): Use `product-string-1'
6329         instead of `wl-version'.
6330         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6331
6332         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6333
6334 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6335
6336         * wl-highlight.el (wl-highlight-headers): Revert
6337         `wl-highlight-x-face-func' argument (`beg' and `end').
6338
6339 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6340
6341         * wl.el (toplevel): Move `product-provide' declare.
6342         * wl-demo.el (toplevel): Ditto.
6343         * wl-dnd.el (toplevel): Ditto.
6344         * wl-highlight.el (toplevel): Ditto.
6345         * wl-message.el (toplevel): Ditto.
6346         * wl-refile.el (toplevel): Ditto.
6347         * wl-util.el (toplevel): Ditto.
6348
6349 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6350
6351         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6352         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6353         (wl-thread-close-all): keep cursor position.
6354
6355 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6356
6357         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6358         (eq x 0).
6359         (wl-generate-user-agent-string-1): Fix conditional statement.
6360
6361 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6362
6363         * wl.el (wl-check-environment): Additional check for
6364         'wl-local-domain' and `wl-message-id-domain'.
6365
6366 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6367
6368         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6369
6370 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6371
6372         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6373         instead of `smtp-sasl-user-realm'.
6374
6375 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6376
6377         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6378
6379 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6380
6381         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6382         to the default value as well as `eword-lexical-analyzer'.
6383
6384 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6385
6386         * wl-version.el (wl-extended-emacs-version,
6387         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6388         `elmo-match-string' instead of `wl-match-string'.
6389
6390 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6391
6392         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6393         docstring.
6394
6395 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6396
6397         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6398
6399 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6400
6401         * wl-highlight.el (wl-highlight-headers): Remove
6402         `wl-highlight-x-face-func' argument (`beg' and `end').
6403
6404 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6405
6406         * wl-summary.el (wl-summary-mark-as-important):
6407         Remove cache if folder is local.
6408
6409 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6410
6411         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6412         to get existing e-mail address string.
6413
6414 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6415
6416         * wl-version.el (wl-generate-user-agent-string): Commentary.
6417         (wl-generate-user-agent-string-1): Use `when' for
6418         one-branch conditional statement, instead of `and' and `if'.
6419         (wl-extended-emacs-version, wl-extended-emacs-version2,
6420         wl-extended-emacs-version3): Ditto.
6421
6422 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6425         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6426         condition-case; Remove initialization.
6427         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6428         (wl-summary-sync-update3): Added argument `sync-all';
6429         Eliminated local variable `msgdb';
6430         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6431         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6432         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6433
6434 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6435
6436         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6437         connection before call `wl-draft-send-mail-with-smtp'.
6438
6439 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6440
6441         * Version number is increased to 2.5.4.
6442
6443 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6444
6445         * wl.el (wl-check-environment): Additional check for
6446         'wl-local-domain' and `wl-message-id-domain'.
6447
6448 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6449
6450         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6451         buffer as command specific.
6452         (wl-folder-mark-as-read-all-entity): Ditto.
6453         (wl-folder-prefetch-entity): Ditto.
6454         (wl-folder-drop-unsync-entity): Ditto.
6455
6456         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6457         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6458         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6459
6460         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6461         save-excursion.
6462
6463 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * Version number is increased to 2.5.3.
6466
6467         * wl-summary.el (wl-summary-save-view-cache):
6468         Delete duplicated `write-region';
6469         Use `write-region-as-binary' instead of `as-binary-output-file' and
6470         `write-region'.
6471
6472 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6473
6474         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6475
6476 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6477
6478         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6479         instead of `smtp-via-smtp'.
6480
6481 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6482
6483         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6484
6485 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6488         instead of `smtp-sasl-user-realm'.
6489
6490 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6491
6492         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6493
6494 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6495
6496         * Version number is increased to 2.5.2.
6497
6498 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6499
6500         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6501         does not exist.
6502         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6503         (wl-biff-start): Call `timer-activate' if timer already exists.
6504
6505         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6506         only when it is bound as function.
6507
6508 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6509
6510         * Version number is increased to 2.5.1.
6511
6512 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6513
6514         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6515         Print refile/copy destination.
6516
6517 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6520         queue-flush-only is non-nil.
6521
6522         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6523
6524         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6525         checking cache folder.
6526
6527 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6528
6529         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6530         `regexp-quote'.
6531
6532 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6533
6534         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6535         function.
6536         * wl-summary.el (wl-summary-write-current-folder-functions):
6537         Change default value.  Use it.
6538
6539 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6540
6541         * Version number is increased to 2.5.0.
6542
6543         * wl-version.el (wl-version): Changed codename.
6544
6545 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6546
6547         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6548         (wl-summary-supersedes-message): Ditto.
6549
6550 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6551
6552         * wl-refile.el (wl-refile-guess-functions): Renamed from
6553         `wl-refile-guess-func-list'.
6554
6555 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6556
6557         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6558         Fixed problem when no rule was matched.
6559
6560 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6561
6562         * wl-summary.el (wl-summary-get-mark): Fixed
6563         `wl-summary-buffer-target-mark' check logic.
6564
6565 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6566
6567         * wl-folder.el (wl-folder-write-current-folder): Added group
6568         folder check.
6569
6570         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6571         `wl-summary-write-current-newsgroup'.
6572         (wl-summary-write-current-folder-functions): New variable.
6573         * wl-folder.el (wl-folder-get-newsgroups): New function.
6574         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6575         (wl-folder-write-current-folder): Renamed from
6576         `wl-folder-write-current-newsgroup'.
6577
6578 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6579
6580         * Version number is increased to 2.3.93.
6581
6582 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6585         (wl-ldap-make-matched-value-list): Ditto.
6586         (wl-ldap-alias-safe-string): Split e-mail address.
6587
6588         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6589         petname folder default was selected.
6590         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6591         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6592
6593 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6596         to `wl-draft-config-exec'.
6597
6598         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6599         instead of calling `wl-draft-config-exec';
6600         Process group-list and show recipients in minibuffer.
6601
6602         * tm-wl.el (wl-draft-preview-message): Ditto.
6603
6604 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6605
6606         * wl.el (toplevel): Added (C) to copyright notice, and
6607         sync Author header.
6608         * tm-wl.el (toplevel): Ditto.
6609         * wl-address.el (toplevel): Ditto.
6610         * wl-demo.el (toplevel): Ditto.
6611         * wl-dnd.el (toplevel): Ditto.
6612         * wl-draft.el (toplevel): Ditto.
6613         * wl-e21.el (toplevel): Ditto.
6614         * wl-expire.el (toplevel): Ditto.
6615         * wl-folder.el (toplevel): Ditto.
6616         * wl-highlight.el (toplevel): Ditto.
6617         * wl-message.el (toplevel): Ditto.
6618         * wl-mime.el (toplevel): Ditto.
6619         * wl-mule.el (toplevel): Ditto.
6620         * wl-nemacs.el (toplevel): Ditto.
6621         * wl-refile.el (toplevel): Ditto.
6622         * wl-score.el (toplevel): Ditto.
6623         * wl-summary.el (toplevel): Ditto.
6624         * wl-template.el (toplevel): Ditto.
6625         * wl-thread.el (toplevel): Ditto.
6626         * wl-util.el (toplevel): Ditto.
6627         * wl-vars.el (toplevel): Ditto.
6628         * wl-xmas.el (toplevel): Ditto.
6629
6630 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6631
6632         * wl.el (wl-init): Added comment about `wl-init-hook'.
6633         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6634         * wl-vars.el (wl-init-hook): Added docs.
6635         (wl-make-plugged-hook): Removed useless docs.
6636         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6637         * wl-xmas.el (toplevel): Ditto.
6638
6639 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6640
6641         * wl-address.el (toplevel): Fixed multiple Author header format.
6642         * wl-demo.el (toplevel): Ditto.
6643         * wl-draft.el (toplevel): Ditto.
6644         * wl-folder.el (toplevel): Ditto.
6645         * wl-summary.el (toplevel): Ditto.
6646         * wl-thread.el (toplevel): Ditto.
6647         * wl-util.el (toplevel): Ditto.
6648         * wl-vars.el (toplevel): Ditto.
6649         * wl-version.el (toplevel): Ditto.
6650         * wl-xmas.el (toplevel): Ditto.
6651         * wl.el (toplevel): Ditto.
6652
6653         * wl-version.el (toplevel): Added require `elmo-version' for
6654         `product-version-as-string'.
6655
6656 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6657
6658         * wl-vars.el (wl-draft-send-hook): Changed default value to
6659         '(wl-draft-config-exec).
6660
6661         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6662         explicitly.
6663         (wl-draft): Set `wl-draft-config-exec-flag' before running
6664         `wl-mail-setup-hook'.
6665
6666         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6667         `wl-biff-init-icons' to `wl-init-hook' instead of
6668         `wl-make-plugged-hook'.
6669         (Because if `wl-draft' command is invoked at first,
6670         they are not initialized)
6671         Updated copyright notice.
6672
6673         * wl-e21.el (toplevel): Ditto;
6674
6675         * wl-demo.el (toplevel): Updated copyright notice.
6676         * wl-address.el (toplevel): Ditto.
6677         * wl-draft.el (toplevel): Ditto.
6678         * wl-version.el (toplevel): Ditto.
6679         * wl-folder.el (toplevel): Ditto.
6680         * wl-summary.el (toplevel): Ditto.
6681         * wl-thread.el (toplevel): Ditto.
6682         * wl-util.el (toplevel): Ditto.
6683         * wl-vars.el (toplevel): Ditto.
6684         * wl.el (toplevel): Ditto.
6685
6686 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6687
6688         * wl-highlight.el (wl-highlight-message): Fixed problem of
6689         highlighting failure which occured when the last field contains
6690         multiple lines in the draft buffer.
6691
6692         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6693         `wl-biff-start' if plugged.
6694
6695         * wl-util.el (wl-biff-check-folder): New function.
6696         (wl-biff-check-folders): Don't set session name prefix.
6697         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6698         (wl-biff-check-folder-async): Ditto.
6699
6700         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6701         in email address.
6702
6703 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6704
6705         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6706
6707         * wl-draft.el (wl-draft-strip-subject-re): New function.
6708
6709         * wl-draft.el (wl-draft-reply): Use it.
6710
6711 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6712
6713         * wl-message.el (wl-mmelmo-message-redisplay): Use
6714         `mime-display-message' instead of `wl-mime-display-message'.
6715
6716         * wl-mime.el (toplevel): Removed compatibility workaround
6717         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6718         (wl-mime-display-message): Abolished.
6719         (wl-mime-entity-read-field): Ditto.
6720         (wl-mime-combine-message/partial-pieces): Use
6721         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6722
6723 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6724
6725         * wl-template.el: Doc fixes.
6726
6727 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6728
6729         * wl-e21.el (wl-message-overload-functions): Do nothing if
6730         `current-local-map' is not available.
6731         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6732
6733 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6734
6735         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6736         representation.
6737
6738         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6739         number.
6740         (wl-fldmgr-save-folders): Don't use `format' when insert
6741         `wl-fldmgr-folders-header'.
6742
6743 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6744
6745         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6746
6747 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6748
6749         * wl-highlight.el (wl-highlight-message):
6750         Use `std11-field-end' to detect end point of the header field.
6751         Refer `wl-highlight-max-header-size'.
6752
6753         * wl-vars.el (wl-highlight-max-header-size): New variable.
6754
6755         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6756
6757         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6758         Set `for-draft' argument of wl-highlight-headers.
6759         (wl-draft): Ditto.
6760         (wl-draft-reedit): Ditto.
6761         (wl-user-agent-compose-internal): Ditto.
6762
6763 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6764
6765         * wl-message.el (wl-message-add-button): Use overlay.
6766
6767 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6770
6771         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6772         problem when group-list content is nothing.
6773         (Reported by Mito <mit@nines.nec.co.jp>)
6774
6775 2000-10-18  SAITO Atsunori <sai@yedo.com>
6776
6777         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6778
6779 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6780
6781         * tm-wl.el (toplevel): Use product-provide.
6782
6783 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6784
6785         * Version number is increased to 2.3.92.
6786
6787 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6788
6789         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6790         title text, use `display' property for left margin under Emacs 21.
6791
6792         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6793         properties.
6794         (wl-plugged-init-icons): Ditto.
6795
6796 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6797
6798         * wl.el (wl-save-status, wl-init): Remove last period in
6799         "...done." message.
6800         * tm-wl.el (wl-summary-burst): Ditto.
6801         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6802         wl-summary-resume-cache-status,
6803         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6804         wl-summary-sync-update3, wl-summary-highlight-msgs,
6805         wl-summary-flush-pending-append-operations,
6806         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6807         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6808         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6809         wl-thread-open-all): Ditto.
6810         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6811         * wl-mime.el (wl-summary-burst): Ditto.
6812         * wl-highlight.el (wl-highlight-summary): Ditto.
6813         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6814         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6815         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6816         * wl-address.el (wl-local-address-init): Ditto.
6817
6818 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6819
6820         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6821         `add-text-properties'.
6822         (wl-plugged-init-icons): Ditto.
6823         (wl-folder-init-icons): Use `propertize' instead of
6824         `put-text-property'.
6825         (wl-plugged-set-folder-icon): Ditto.
6826         (wl-e21-highlight-folder-group-line): Ditto.
6827
6828 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6829
6830         * wl-version.el (wl-version-status-alist): New variable.
6831         (wl-version-status): New function.
6832
6833         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6834         "Cc" part of the case "Reply-To".
6835
6836         * wl-draft.el (wl-draft-reply): Use result of
6837         `eword-extract-address-components'.
6838
6839         * wl-demo.el (wl-demo-icon-name): New constant.
6840         (wl-logo-xpm): Use it.
6841         (wl-logo-xbm): Ditto.
6842         (wl-logo-bitmap): Ditto.
6843
6844         * Version number is increased to 2.3.91.
6845
6846 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6847
6848         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6849         (wl-extended-emacs-version, wl-extended-emacs-version2,
6850         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6851         docstring.
6852
6853         * wl-version.el (wl-generate-user-agent-string-1): New function.
6854         (wl-generate-user-agent-string): Use it.
6855
6856         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6857         `mime-edit-insert-user-agent-field'.
6858         (wl-generate-user-agent-string): Check
6859         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6860
6861         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6862         instead of `if', when verbose case.
6863
6864 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6865
6866         * wl-expire.el (wl-summary-expire): Fix.
6867
6868 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6869
6870         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6871         and `elmo-lost+found-folder' if 'wl-draft.
6872         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6873
6874 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6875
6876         * wl-expire.el (wl-summary-expire): Change messages.
6877         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6878         `deleing-info' instead of "Deleting..."
6879
6880 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6881
6882         * wl-summary.el (wl-summary-refile-subr): Fix.
6883
6884 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6885
6886         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6887         if pipe folder.
6888
6889 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6890
6891         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6892
6893 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6894
6895         * wl-expire.el (wl-expire-hide): New function.
6896         (wl-summary-expire): Add `hide'.
6897
6898 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6899
6900         * wl-vars.el (wl-draft-reply-without-argument-list):
6901         Changed default value to consider `Reply-To:'.
6902         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6903
6904         * Version number is increased to 2.3.90.
6905
6906         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6907         elmo-imap4-get-session with unwind-protect.
6908         Don't cause error.
6909         (wl-summary-sync-marks): Don't check plugged nor folder type.
6910         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6911         (Always keep current buffer).
6912
6913 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6914
6915         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6916         Enclose with `save-excursion'.
6917
6918 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6919
6920         * wl-version.el (wl-version): Remove interactive.
6921
6922 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6923
6924         * wl-version.el (wl-generate-user-agent-string): Use
6925         `product-string-verbose' instead of `product-string-1'.
6926
6927 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6928
6929         * wl-vars.el (wl-draft-use-cache): New variable.
6930         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6931         if wl-draft-use-cache is non-nil.
6932
6933 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6934
6935         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6936         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6937
6938 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6939
6940         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6941         (wl-thread-msg-mark-as-unread): Ditto.
6942
6943         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6944         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6945         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6946         Don't set mark in summary if return value of `elmo-mark-as-read'
6947         is nil.
6948         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6949         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6950         instead of `wl-thread-msg-mark-as-read'.
6951         (wl-summary-mark-as-unread-region): Ditto.
6952         (wl-summary-target-mark-mark-as-read): Ditto.
6953
6954         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6955
6956 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6957
6958         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6959
6960         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6961
6962 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6963
6964         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6965         face.
6966
6967 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6968
6969         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6970         `running-xemacs'.
6971
6972 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6973
6974         * wl-version.el (toplevel): Use `product-version-as-string' for
6975         set verstion-string, if defined.
6976
6977         * wl-version.el (wl-version-show): Insert string at point, when
6978         call with argument.
6979
6980         * wl-version.el (wl-generate-user-agent-string): Use
6981         `product-string-1' instead of `wl-appname', `wl-version' and
6982         `wl-codename'.
6983
6984 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6985
6986         * wl-address.el (toplevel): Use product-provide.
6987         * wl-demo.el (toplevel): Ditto.
6988         * wl-dnd.el (toplevel): Ditto.
6989         * wl-draft.el (toplevel): Ditto.
6990         * wl-e21.el (toplevel): Ditto.
6991         * wl-expire.el (toplevel): Ditto.
6992         * wl-fldmgr.el (toplevel): Ditto.
6993         * wl-folder.el (toplevel): Ditto.
6994         * wl-highlight.el (toplevel): Ditto.
6995         * wl-message.el (toplevel): Ditto.
6996         * wl-mime.el (toplevel): Ditto.
6997         * wl-mule.el (toplevel): Ditto.
6998         * wl-nemacs.el (toplevel): Ditto.
6999         * wl-refile.el (toplevel): Ditto.
7000         * wl-score.el (toplevel): Ditto.
7001         * wl-summary.el (toplevel): Ditto.
7002         * wl-template.el (toplevel): Ditto.
7003         * wl-thread.el (toplevel): Ditto.
7004         * wl-util.el (toplevel): Ditto.
7005         * wl-vars.el (toplevel): Ditto.
7006         * wl-xmas.el (toplevel): Ditto.
7007         * wl.el (toplevel): Ditto.
7008
7009 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7010
7011         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7012         instead of product.
7013
7014         * wl-version.el (wl-version): Compile time evalution elmo-version.
7015
7016 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7017
7018         * wl-summary.el (wl-summary-sync-force-update): Append queue
7019         `mark-as-read'if unplugged.
7020
7021 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7022
7023         * wl-version.el: New file.  Use product.el.
7024         * wl.el: add (require 'wl-version).
7025         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7026         for ~/.folders header.
7027         (wl-fldmgr-folders-header): Changed.
7028         * wl-demo.el (wl-demo): Use product.el.
7029
7030         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7031         wl-version.el.
7032         * wl-util.el (wl-version, wl-version-show): Ditto.
7033
7034         * wl-util.el (wl-generate-user-agent-string,
7035         wl-extended-emacs-version, wl-extended-emacs-version2,
7036         wl-extended-emacs-version3): Move to wl-version.el.
7037         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7038         xemacs-codename, mime-edit-insert-user-agent-field,
7039         mime-edit-user-agent-value, mime-editor/version,
7040         mime-editor/codename): Compile warning killer move to
7041         wl-version.el
7042
7043 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7044
7045         * wl-summary.el (wl-summary-refile-subr): Fix.
7046
7047 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7048
7049         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7050         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7051
7052 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7053
7054         * wl.el (wl-check-environment): Check too many `@'.
7055
7056 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7057
7058         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7059
7060 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7061
7062         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7063         wl-draft-reply-myself-without-argument-list): Add variables.
7064         * wl-draft.el (wl-draft-reply): Use it.
7065
7066 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7067
7068         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7069         the 5th argument of `elmo-network-get-spec'.
7070
7071         * wl-thread.el (wl-thread-reparent-children): New inline function.
7072         (wl-thread-delete-message): Use it.
7073
7074         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7075         (wl-summary-score-update-all-lines): Don't use `dolist'.
7076
7077 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7078
7079         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7080         (require 'elmo-msgdb) for inline function.
7081
7082 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7083
7084         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7085
7086 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7087
7088         * wl-score.el (wl-score-headers): Fix for the confusing macro
7089         `elmo-kill-buffer'.
7090
7091 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7092
7093         * wl-summary.el: Don't use the 3rd argument of `require' because
7094         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7095         * wl-util.el: Ditto.
7096         * wl-draft.el: Ditto.
7097
7098 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7099
7100         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7101         window system is not used.
7102
7103 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7104
7105         * wl-thread.el: Don't use `mapcar' only for iteration.
7106         (wl-thread-resume-entity): Ditto.
7107         (wl-thread-delete-message): Ditto.
7108
7109         * wl-summary.el: Bind `dragdrop-drop-functions',
7110         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7111         of `require' for `timezone', `easymenu' and `ps-print';
7112         don't use `mapcar' only for iteration.
7113
7114         * wl-util.el: Bind `mule-version', `nemacs-version',
7115         `emacs-beta-version', `xemacs-codename',
7116         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7117         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7118         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7119         only for iteration.
7120
7121         * wl-score.el: Don't use `mapcar' only for iteration.
7122         (wl-score-simplify-buffer-fuzzy): Ditto.
7123         (wl-score-simplify-subject): Ditto.
7124         (wl-score-headers): Ditto.
7125         (wl-summary-score-update-all-lines): Ditto.
7126
7127         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7128         `enable-multibyte-characters' and `mule-version'.
7129
7130         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7131         `mapcar' only for iteration.
7132
7133         * wl-demo.el: Don't use `mapcar' only for iteration.
7134
7135         * wl-folder.el: Don't use `mapcar' only for iteration.
7136         (wl-folder-open-all): Ditto.
7137         (wl-folder-count-incorporates): Ditto.
7138
7139         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7140         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7141
7142         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7143         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7144         `smtp-connection-type'; specify 3rd argument of `require' for
7145         `timezone'; don't use `mapcar' only for iteration.
7146         (wl-draft-clone-local-variables): Don't use `mapcar'.
7147         (wl-draft-generate-clone-buffer): Ditto.
7148         (wl-user-agent-compose-internal): Ditto.
7149
7150         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7151
7152         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7153         (wl-save-status): Ditto.
7154
7155         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7156         for iteration.
7157
7158 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7159
7160         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7161         removed `Date'.
7162         (wl-fldmgr-make-filter-default): New user option.
7163
7164         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7165         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7166         (wl-fldmgr-filter-completion-alist): Abolish.
7167
7168         * wl.el (wl): Don't check servers if arg is non-nil.
7169
7170         * wl-draft.el (wl-draft-reply): Set only message-id string to
7171         In-Reply-To field.
7172
7173 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * wl-summary.el (wl-summary-pick): Rewrite.
7176
7177         * wl-draft.el (wl-draft-forward): Get references field from
7178         original buffer.
7179         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7180
7181 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7182
7183         * wl-draft.el (wl-draft-forward): Add references field.
7184
7185 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7186
7187         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7188         (wl-draft-reply): Use it.
7189
7190 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7191
7192         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7193         when Emacs 21 is running.
7194
7195         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7196         bindings.
7197
7198 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7199
7200         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7201         XPM icons transparent.
7202
7203         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7204         Emacs 21.
7205
7206 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7207
7208         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7209         nil.
7210
7211         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7212         when it is persistent.
7213         (wl-summary-sync-marks): Changed argument for
7214         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7215         (wl-summary-virtual): Use `elmo-read-search-condition'.
7216         (wl-summary-redisplay-internal): If folder is local, mark as read
7217         even when folder is plugged.
7218
7219 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7220
7221         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7222         of `tool-bar-lines' in the frame parameters.
7223         (after-make-frame-functions, post-command-hook): Don't modify the
7224         value.
7225         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7226         wl-e21-tool-bar-lines): Removed.
7227
7228 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7229
7230         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7231         properties `evaporate' and `wl-momentary-overlay' as well.
7232         (wl-highlight-summary-displaying): Ditto.
7233         (wl-delete-all-overlays): Don't delete overlay which does not have
7234         a property `wl-momentary-overlay'.
7235
7236         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7237         `display-mouse-p' and `display-graphic-p'.
7238         (wl-folder-init-icons): Don't search for XBM or the other files.
7239         (wl-plugged-set-folder-icon): Make icons if and only if
7240         `display-graphic-p' returns non-nil.
7241         (wl-highlight-plugged-current-line): Use `before-string' overlay
7242         property to show icon images.
7243         (wl-highlight-folder-current-line): Ditto.
7244         (wl-e21-highlight-folder-group-line): Ditto.
7245         (wl-e21-highlight-folder-by-numbers): Ditto.
7246         (wl-e21-insert-image): Removed.
7247         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7248         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7249         said.
7250         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7251         `wl-e21-force-switch-toolbar'.
7252         (wl-e21-make-icon-image): Removed.
7253         (wl-e21-setup-toolbar): Don't search for XBM files.
7254         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7255         the default value.
7256
7257 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7258
7259         * wl-util.el (wl-biff-check-folder-async): Set
7260         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7261
7262 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7263
7264         * wl-e21.el (after-make-frame-functions): Add
7265         `wl-e21-force-switch-toolbar'.
7266         (wl-e21-force-switch-toolbar): New function force to switch the
7267         toolbar appearance automatically.
7268         (post-command-hook): Add `wl-e21-switch-toolbar'.
7269         (wl-e21-switch-toolbar): New function to switch the toolbar
7270         appearance automatically.
7271         (wl-e21-tool-bar-lines): New buffer local variable.
7272
7273 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7274
7275         * wl-util.el (wl-biff-check-folders-running): New variable.
7276         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7277         (wl-biff-check-folder-async-callback):
7278         Set `wl-biff-check-folders-running'.
7279         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7280         with unwind-protect.
7281
7282         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7283         Enclose `wl-folder-auto-check' with unwind-protect.
7284
7285         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7286         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7287
7288         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7289
7290         * wl-util.el (wl-biff-notify): New inline function.
7291         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7292         locally.
7293         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7294         folder-list' is 1.
7295         Use `wl-biff-notify'.
7296         (wl-biff-check-folder-async-callback): New function.
7297         (wl-biff-check-folder-async): Ditto.
7298
7299         * wl-folder.el (wl-folder): Don't check folders.
7300         (wl-folder-auto-check): New function.
7301
7302 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7303
7304         * wl-util.el (wl-biff-start) [Emacs19+]:
7305         Use `timer-next-integral-multiple-of-time'.
7306         (wl-biff-check-folders): Use `wl-default-folder'
7307         if `wl-biff-check-folder-list' is nil.
7308
7309 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7310
7311         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7312         instead of `elmo-delete-lists'.
7313
7314 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7315
7316         * wl.el (wl-plugged-toggle-all): Set the value of
7317         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7318         (wl-plugged-toggle): Ditto.
7319         (wl-toggle-plugged): Ditto.
7320         (wl-plugged-init): Ditto.
7321
7322         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7323         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7324         instead of `wl-biff-state-indicator-off' and
7325         `wl-biff-state-indicator-on'; don't modify the value and the type
7326         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7327         (wl-plugged-init-icons): Set icons data to
7328         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7329         instead of `wl-plug-state-indicator-off' and
7330         `wl-plug-state-indicator-on'; don't modify the value and the type
7331         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7332
7333         * wl-vars.el (wl-modeline-biff-state-off,
7334         wl-modeline-biff-state-on, wl-modeline-biff-status,
7335         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7336         wl-modeline-plug-status): New internal variables.
7337         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7338         wl-biff-check-interval, wl-biff-check-folder-list): Change
7339         customization group from `wl-folder' to `wl-highlight'.
7340         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7341         wl-show-plug-status-on-modeline): Defcustomized.
7342
7343         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7344         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7345         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7346         a flag to `mode-line-buffer-identification'.
7347
7348         * wl-e21.el (wl-biff-init-icons): Set icons data to
7349         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7350         instead of `wl-biff-state-indicator-off' and
7351         `wl-biff-state-indicator-on'.
7352         (wl-plugged-init-icons): Set icons data to
7353         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7354         instead of `wl-plug-state-indicator-off' and
7355         `wl-plug-state-indicator-on'.
7356
7357 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7358
7359         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7360         excessive titles.
7361
7362 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7363
7364         * wl.el (wl-plugged-mode): Use revised
7365         `wl-mode-line-buffer-identification'.
7366         (wl-plugged-init): Don't use `force-mode-line-update'.
7367
7368         * wl-xmas.el (wl-draft-overload-functions): Use revised
7369         `wl-mode-line-buffer-identification'.
7370         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7371         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7372         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7373         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7374         `wl-make-plugged-hook';
7375         add `wl-folder-init-icons' and `wl-setup-folder' to
7376         `wl-folder-mode-hook'.
7377
7378         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7379         19 as well.
7380         (wl-mode-line-display-priority-list): New user option.
7381         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7382         Defcustomized.
7383         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7384         Add docs.
7385
7386         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7387         start.
7388         (wl-mode-line-buffer-identification): Revised as a function.
7389
7390         * wl-summary.el (wl-summary-mode): Use revised
7391         `wl-mode-line-buffer-identification'; don't call
7392         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7393         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7394         `wl-xmas-setup-summary'.
7395
7396         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7397         `wl-mode-line-buffer-identification'.
7398
7399         * wl-mule.el (wl-draft-overload-functions): Use revised
7400         `wl-mode-line-buffer-identification'.
7401
7402         * wl-folder.el (wl-make-plugged-alist): Don't call
7403         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7404         (wl-folder): Don't call `wl-folder-init-icons' directly.
7405         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7406         `wl-xmas-setup-folder' directly;
7407         use revised `wl-mode-line-buffer-identification'.
7408         (TopLevel): Don't bind `wl-biff-init-icons',
7409         `wl-plugged-init-icons', `wl-folder-init-icons',
7410         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7411
7412         * wl-e21.el (wl-draft-overload-functions): Use revised
7413         `wl-mode-line-buffer-identification'.
7414         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7415         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7416         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7417         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7418         `wl-make-plugged-hook';
7419         add `wl-folder-init-icons' and `wl-setup-folder' to
7420         `wl-folder-mode-hook'.
7421
7422 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7423             Katsumi Yamaoka    <yamaoka@jpl.org>
7424
7425         * wl.el (wl): Call `wl-biff-start'.
7426         (wl-exit): Call `wl-biff-stop'.
7427         (wl-plugged-mode): Show biff in modeline.
7428         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7429
7430         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7431         (wl-biff-init-icons): New function.
7432         (wl-plugged-init-icons): Don't make too much keymaps.
7433         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7434
7435         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7436         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7437         variables.
7438         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7439         options.
7440
7441         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7442         wl-biff-start, wl-biff-stop): New functions.
7443         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7444         (wl-biff-timer-name): New variable.
7445
7446         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7447
7448         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7449         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7450
7451         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7452         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7453
7454         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7455         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7456         `wl-folder-init-icons' to `ignore' if they are not available.
7457         (wl-folder-mode): Show biff in modeline.
7458
7459         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7460         (wl-biff-init-icons): New function.
7461         (wl-plugged-init-icons): Don't make too much keymaps.
7462         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7463
7464 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7465
7466         * wl-vars.el (wl-strict-diff-folders): Customization Type
7467         and doc fix.  Define as a list of regular expressions for
7468         folders or nil.
7469         * wl-folder.el (wl-folder-check-one-entity): Use
7470         `wl-string-match-member' instead of `wl-string-member' for
7471         `wl-strict-diff-folders'.
7472
7473 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7474
7475         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7476         (wl-highlight-folder-current-line): Use it; new implementation.
7477         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7478         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7479         `defsubst' instead of `defun'.
7480
7481         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7482         `wl-highlight-group-folder-by-numbers'; made it can also be a
7483         number.  See info for more details.
7484
7485         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7486         running.
7487
7488         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7489         to bind them.
7490
7491         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7492         (wl-highlight-folder-current-line): New implementation.
7493
7494         * wl-highlight.el (wl-highlight-folder-group-line): New
7495         implementation.
7496         (wl-delete-all-overlays): Rewrite as a marco.
7497         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7498
7499         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7500         running.
7501         (wl-folder-*-glyph): No need to bind them.
7502
7503         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7504         `wl-e21-highlight-folder-group-icon'; rewrite.
7505         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7506         `defsubst' instead of `defun'.
7507         (wl-folder-mode-map): Bind it when compiling.
7508
7509 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7510
7511         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7512
7513         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7514
7515 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7516
7517         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7518
7519 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7520
7521         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7522         (wl-highlight-folder-current-line): Use it.
7523
7524         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7525         in `id-name'.
7526
7527 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7528
7529         * wl.el: Require `wl-e21' when Emacs 21 is running.
7530
7531         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7532         default when Emacs 21 is running.
7533         (wl-use-highlight-mouse-line): Ditto.
7534         (wl-on-emacs21): New constant.
7535         (wl-on-emacs20): Removed.
7536
7537         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7538         Emacs 21 is running.
7539
7540         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7541         Emacs 21 is running.
7542
7543         * wl-e21.el: New file.
7544
7545 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7546
7547         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7548         (wl-toggle-plugged): Ditto.
7549         (wl-plugged-toggle): Ditto.
7550         (wl-plugged-toggle-all): Ditto.
7551
7552         * wl-vars.el (wl-plug-state-indicator): Refer
7553         `wl-plug-state-indicator-on' indirectly.
7554
7555 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7556
7557         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7558         Call `wl-folder-confirm-existence'.
7559
7560         * wl-folder.el (wl-folder-confirm-existence): Added optional
7561         argument `force'.
7562
7563 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7564
7565         * wl-summary.el (wl-summary-refile-subr): Assume
7566         `copy-or-refile' as symbol.
7567         (wl-summary-refile): Follow up above change.
7568         (wl-summary-copy): Ditto.  Doc fix.
7569
7570 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7571
7572         * wl-summary.el (wl-summary-pick): Don't bind
7573         `elmo-search-mime-charset'.
7574
7575         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7576         default using old backquote style.
7577         (wl-search-mime-charset): Abolished.
7578
7579         * wl-highlight.el (wl-highlight-headers):
7580         Call `point' after `re-search-forward'(for Nemacs).
7581
7582         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7583         for elmo-imap4.el.
7584
7585 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7586
7587         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7588         `wl-message-ignored-field-list' instead of
7589         `mime-view-ignored-field-list'.
7590
7591         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7592         Add interactive spec.
7593         (wl-folder-goto-bottom-of-current-folder): Ditto.
7594         (wl-folder-mode-map): Bind them.
7595
7596         * wl-vars.el (wl-message-ignored-field-list): New variable.
7597         (wl-message-visible-field-list): New variable.
7598
7599         * wl-mime.el (wl-mime-header-presentation-method): New function.
7600         (wl-mime-setup): Set header-presentation-method.
7601
7602 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7603
7604         * wl-nemacs.el (wl-draft-overload-functions): Set
7605         `mode-line-buffer-identification' instead of using
7606         `wl-make-modeline'.
7607
7608         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7609         instead of using `wl-make-modeline'.
7610
7611         * wl-xmas.el (wl-plugged-init-icons): Set up
7612         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7613         (wl-make-modeline): Abolish.
7614         (wl-draft-overload-functions): Set
7615         `mode-line-buffer-identification' instead of using
7616         `wl-make-modeline'.
7617
7618         * wl-util.el (wl-make-modeline-subr): Abolish.
7619         (wl-mode-line-buffer-identification): New alias.
7620
7621         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7622         (wl-summary-make-modeline): Abolish.
7623         (wl-summary-buffer-set-folder): Set
7624         `wl-summary-buffer-folder-indicator'.
7625         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7626         of using `wl-make-modeline'.
7627         (wl-summary-switch-to-clone-buffer): Don't set
7628         `mode-line-buffer-identification'.
7629         (wl-summary-goto-folder-subr): Ditto.
7630
7631         * wl-mule.el (wl-draft-overload-functions): Set
7632         `mode-line-buffer-identification' instead of using
7633         `wl-make-modeline'.
7634
7635         * wl-folder.el (wl-folder-mode): Set
7636         `mode-line-buffer-identification' instead of using
7637         `wl-make-modeline'.
7638         (wl-folder): Don't set `mode-line-buffer-identification'.
7639
7640 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7641
7642         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7643         instead of `member' for `wl-refile-guess-func-list' look-ups.
7644         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7645
7646 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7647
7648         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7649         `wl-message-button-dispatcher'.
7650
7651         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7652
7653         * wl-message.el (wl-message-button-dispatcher): Use it.
7654
7655         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7656         "In-Reply-To".
7657
7658         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7659         Bind `case-fold-search' to t.
7660
7661 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7662
7663         * wl-xmas.el (wl-message-overload-functions): Initialize
7664         `wl-message-button-map'.
7665
7666         * wl-mule.el (wl-message-overload-functions): Initialize
7667         `wl-message-button-map'.
7668
7669         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7670
7671         * wl-message.el (wl-message-button-map): New keymap.
7672         (wl-message-add-button): New function.
7673         (wl-message-button-dispatcher): New function.
7674         (wl-message-button-refer-article): New function.
7675
7676         * wl-highlight.el
7677         (wl-highlight-message-add-buttons-to-header): New function.
7678         (wl-highlight-headers): Use it.
7679
7680 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7681
7682         * wl-summary.el (wl-summary-default-from): Use
7683         `wl-address-get-petname-1'.
7684         (wl-summary-simple-from): Ditto.
7685
7686         * wl-address.el (wl-address-get-petname-1): New inline function.
7687         (wl-address-get-petname): Use it.
7688
7689 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7690
7691         * wl-summary.el (wl-summary-default-from): Return full-name part
7692         from the address if no petname was found.
7693         (wl-summary-simple-from): Ditto.
7694
7695         * wl-address.el (wl-address-get-petname): Return nil if no petname
7696         associated with the address was found.
7697
7698 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7699
7700         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7701         display is finished.
7702
7703 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7704
7705         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7706         `elmo-folder-exists-p' argument.
7707
7708 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7709
7710         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7711         the folder.
7712
7713 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7714
7715         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7716
7717         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7718         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7719
7720 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7721
7722         * wl-folder.el (wl-folder-create-subr): New function.
7723         (wl-folder-confirm-existence): Use it.
7724         (wl-folder-check-one-entity): Use it.
7725         Check the error symbol is derived from 'elmo-open-error.
7726
7727         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7728         `ignore-error'.
7729
7730 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7731
7732         * wl-util.el (toplevel): Add (eval-when-compile (require
7733         'elmo-util)).  (Maybe `provide' is typo.)
7734
7735 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7736
7737         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7738         (I don't know why this was needed.)
7739
7740         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7741         Follow up changes for stream-type.
7742
7743         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7744         (wl-draft-elmo-nntp-send): Ditto.
7745
7746         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7747         (wl-nntp-posting-stream-type): Ditto.
7748         (wl-pop-before-smtp-ssl): Abolished.
7749         (wl-nntp-posting-ssl): Ditto.
7750
7751         * wl-address.el (wl-address-quote-specials): New function.
7752         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7753
7754         * wl-draft.el (wl-draft-reply): Ditto.
7755
7756 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7757
7758         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7759         use function `wl-string-match-assoc'.
7760
7761 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7762
7763         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7764
7765         * wl-draft.el (wl-draft-deduce-address-list): New function.
7766         (wl-draft-parse-mailbox-list): Ditto.
7767         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7768         instead of `smtp-deduce-address-list'.
7769         (wl-draft-on-field-p): Follow group list.
7770
7771         * wl-address.el (wl-address-concat-token): New function.
7772         (wl-address-string-without-group-list-contents): Ditto.
7773         (wl-complete-field-body): Fixed problem of completion
7774         by japanese petname.
7775         (wl-address-make-completion-list): Rewrite.
7776
7777 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7778
7779         * wl-address.el (wl-address-make-completion-list): Completion by
7780         petname.
7781         (wl-complete-field-body): Likewise.
7782
7783 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7784
7785         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7786         contains invalid address syntax.
7787
7788 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7789
7790         * wl-folder.el (wl-folder-check-entity-async): Use
7791         `elmo-nntp-spec-hostname'.
7792
7793 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7794
7795         * wl-summary.el (wl-summary-msgdb-load-async): Use
7796         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7797
7798 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7799
7800         * wl-draft.el (wl-draft-reply): Set argument
7801         `content-transfer-encoding' as nil.
7802
7803 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7804
7805         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7806         `wl-refile-alist'.
7807
7808 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7809
7810         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7811         (wl-draft-edit-string): Ditto.
7812         (wl-draft-forward): Ditto.
7813         * wl-summary.el (wl-summary-write): Ditto.
7814
7815 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7816
7817         * wl-summary.el (wl-summary-sync-update3): Call
7818         `wl-summary-buffer-number-column-detect'.
7819         (wl-summary-buffer-number-column-detect): Search from point-min.
7820
7821 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7824         contains an address which is not included in original to or cc.
7825
7826 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7827
7828         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7829         begin-line does not exist.
7830         * wl-message.el (wl-message-uu-substring): Ditto.
7831
7832 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7835         clear local variables.
7836         (wl-summary-exit): Call `elmo-commit'.
7837         (wl-summary-switch-to-clone-buffer): Call
7838         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7839         (wl-summary-goto-folder-subr): Ditto.
7840
7841         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7842         POP folder.
7843
7844 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7845
7846         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7847         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7848         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7849         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7850         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7851         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7852
7853         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7854
7855 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7856
7857         * wl-summary.el (wl-summary-search-by-subject):
7858         Search parent message from the latest one.
7859
7860 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7861
7862         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7863         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7864
7865         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7866         New user option.
7867
7868         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7869         if elmo-nntp-use-killed-list is nil.
7870         Use `elmo-msgdb-append-to-killed-list'.
7871         (Append numbers confirmed as disappeared to the killed list.)
7872         (wl-summary-confirm-appends): Don't display negative number.
7873
7874 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7875
7876         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7877
7878 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7879
7880         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7881         range is `all'.
7882         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7883         `elmo-list-bigger-diff'.
7884
7885 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7886
7887         * wl-summary.el (wl-summary-buffer-exit-func):
7888         New buffer local variable.
7889         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7890
7891 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7892
7893         * wl-demo.el (wl-demo): Fix the last change.
7894
7895 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7896
7897         * wl-demo.el (wl-demo): Don't use `eval'.
7898
7899 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7900
7901         * wl-summary.el (wl-summary-buffer-thread-modified):
7902         New buffer-local variable.
7903         (wl-summary-set-thread-modified): New function.
7904         (wl-summary-thread-modified-p): New function.
7905         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7906         (wl-summary-yank-saved-message): Use function
7907         `wl-summary-set-thread-modified'
7908         (wl-summary-switch-to-clone-buffer): Add
7909         `wl-summary-buffer-thread-modified'.
7910
7911         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7912         (wl-summary-buffer-mark-saved-hook): Ditto.
7913         * wl-summary.el (wl-summary-msgdb-save): New hook
7914         `wl-summary-buffer-message-saved-hook' and
7915         `wl-summary-buffer-mark-saved-hook'.
7916
7917 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7918
7919         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7920
7921 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7922
7923         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7924         don't hide scroll bars under FSF Emacsen because it may incur an
7925         undesirable redrawing.
7926
7927 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7928
7929         * wl-draft.el (wl-draft-edit-string): Call
7930         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7931
7932 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7933
7934         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7935
7936 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7937
7938         * wl-summary.el (wl-summary-msgdb-load-async): Call
7939         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7940
7941 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7942
7943         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7944         fringes in demo buffer; center bitmap logo correctly even if old
7945         Mule is used.
7946
7947 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7948
7949         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7950
7951         * wl-refile.el (wl-refile-subject-alist): New variable.
7952         (wl-refile-subject-alist-file-name): Ditto.
7953         (wl-refile-alist-setup): Rewrite.
7954         (wl-refile-alist-save): Use `elmo-object-save'.
7955         Eliminated arguments.
7956         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7957         (wl-refile-guess-by-subject): New function.
7958         (wl-refile-guess-func-list): Added it.
7959
7960 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7961
7962         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7963         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7964
7965 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7966
7967         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7968         New buffer-local variable.
7969         (wl-summary-buffer-next-folder-func): Ditto.
7970         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7971         if non-nil.
7972         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7973         if non-nil.
7974         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7975         if non-nil.
7976         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7977         if non-nil.
7978
7979 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7980
7981         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7982         permanently in the demo buffer.
7983
7984 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7985
7986         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7987         `mime-entity-fetch-field'.
7988
7989         * wl.el (wl-exit): Delete plugged buffer.
7990
7991         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7992         XEmacs has menubar feature.
7993
7994 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7995
7996         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7997         cannot arrive at the beginning of the buffer under old Emacsen.
7998
7999 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8000
8001         * wl-address.el (wl-address-ldap-search):
8002         Call `ldap-search-entries' with `withdn' argument t.
8003         (wl-complete-field-body): Bind completion-ignore-case as t.
8004         Clear ldap search hash when it was sole completion.
8005         Use elmo-string for pattern string.
8006         (wl-ldap-alias-safe-string): Eliminated needless let.
8007
8008 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8009
8010         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8011         (wl-ldap-alias-sep): New constant.
8012         (wl-ldap-search-attribute-type-list): Ditto.
8013         (wl-ldap-get-value): New function.
8014         (wl-ldap-make-filter): Ditto.
8015         (wl-ldap-make-matched-value-list): Ditto.
8016         (wl-ldap-alias-safe-string): Ditto.
8017         (wl-ldap-register-dn-string): Ditto.
8018         (wl-address-ldap-search): Rewrite.
8019
8020 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8021
8022         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8023         thread is deleted.
8024         (wl-thread-delete-line-from-buffer): Ditto.
8025         (wl-thread-get-exist-children): New function.
8026
8027 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8028
8029         * wl-demo.el (wl-demo): Made it to select various image types.
8030         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8031         from `wl-title-logo'.
8032         (wl-logo-ascii): New variable.
8033         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8034         (wl-demo-copyright-notice): New constant.
8035
8036         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8037
8038 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8039
8040         * wl-vars.el (wl-summary-target-above): Renamed from
8041         wl-summary-temp-above.
8042         * wl-score.el (wl-score-get-score-alist): Use it.
8043         (wl-summary-score-update-all-lines): Use it.
8044         * wl-summary.el: Ditto. (make-variable-buffer-local).
8045
8046 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8047
8048         * wl-vars.el (wl-ldap-port): New user option.
8049
8050         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8051         Rewite whole implementation.
8052         (wl-complete-field-body): Fixed.
8053
8054 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8055
8056         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8057         Choose implementation at compile time.
8058
8059 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8060
8061         * wl-address.el (wl-ldap-search-internal): New function.
8062         (wl-complete-field-to): Use it.
8063
8064 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8065
8066         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8067         Use `let' instead of `let*'.
8068         Require 'wl-vars.
8069
8070         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8071         Define as defcustom.
8072         (wl-ldap-base): Ditto.
8073         (wl-use-ldap): Ditto.
8074
8075 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8076
8077         * wl-address.el (wl-ldap-search): New function.
8078         (wl-complete-field-body): Use `wl-ldap-search'.
8079         (wl-ldap-server): New variable.
8080         (wl-ldap-base): Ditto.
8081         (wl-use-ldap): Ditto.
8082
8083 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8084
8085         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8086         (Pointed out by Mito <mit@nines.nec.co.jp>).
8087         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8088         buffer-local variables like `wl-summary-redisplay-internal'.
8089         (wl-summary-redisplay-all-header): Likewise.  Update
8090         Summary view too.
8091
8092 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8093
8094         * wl-summary.el (wl-summary-jump-to-parent-message):
8095         Consider prefix argument.
8096
8097         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8098         when closed thread is deleted.
8099
8100 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8101
8102         * wl-summary.el (wl-summary-jump-to-parent-message):
8103         Consider thread modification.
8104
8105 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8106
8107         * wl-message.el (wl-message-normal-get-original-buffer): Use
8108         `save-excursion'.
8109
8110         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8111         (wl-summary-showto-folder-regexp): Ditto.
8112
8113 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8114
8115         * wl-util.el (wl-delete-alist): Doc fix.
8116         (wl-delete-associations): New function.
8117         (wl-inverse-alist): New function.
8118         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8119         Split temporary variables. Use `wl-delete-associations'
8120         and `wl-inverse-alist'.
8121         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8122
8123 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8124
8125         * wl-folder.el (wl-folder-prefetch-entity):
8126         Execute prefetching if new count is unknown.
8127
8128 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8129
8130         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8131
8132         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8133         delete entity.
8134         (wl-thread-set-parent): If insert as top, set linked as nil.
8135
8136         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8137         `wl-thread-cleanup-symbols' when view mode is thread.
8138
8139 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8140
8141         * wl-folder.el (wl-folder-create-folder-entity): Use
8142         with-current-buffer.
8143         (wl-local-folder-init): Call set-buffer to make sure we are in
8144         the Folder buffer. Don't touch buffer-local variables here.
8145         (wl-folder-mode): Initialize buffer-local variables here.
8146
8147         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8148         (wl-folder-entity-assign-id): Ditto.
8149         (wl-folder-create-entity-hashtb): Ditto.
8150         (wl-local-folder-init): Ditto.
8151         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8152
8153 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8154
8155         * wl-summary.el (wl-summary-default-from): Fix probrem when
8156         std11-extract-address-components return (nil "foo@bar").
8157
8158 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8159
8160         * wl-draft.el (wl-draft-clone-local-variables):
8161         Remove redundant `setq'.
8162
8163 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8164
8165         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8166         Bind wl-highlight-x-face-func as nil while highlighting header.
8167
8168 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8169
8170         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8171
8172 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8173
8174         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8175         elmo-msgdb-overview-hashtb from copy-variables.
8176         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8177         instead of `elmo-msgdb-overview-get-entity-by-number'.
8178         (wl-summary-auto-refile): Ditto.
8179
8180         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8181         `elmo-msgdb-overview-get-entity' instead of
8182         `elmo-msgdb-search-overview-entity'.  Use
8183         `elmo-msgdb-overview-get-entity' instead of
8184         `elmo-msgdb-overview-get-entity-by-number'.
8185         (wl-thread-insert-entity-sub): Ditto.
8186         (wl-thread-insert-message): Ditto.
8187
8188         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8189         `elmo-msgdb-overview-get-entity'.
8190         (wl-normal-message-redisplay): Ditto.
8191
8192 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8193
8194         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8195         `wl-thread-entities'.
8196         (wl-thread-delete-message): Fix remove top message from
8197         `wl-thread-entity-list'.
8198
8199         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8200         wl-append(nconc), because update-list is broken on Meadow.
8201
8202         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8203         updating process.
8204         (wl-summary-rescan): Ditto.
8205         (wl-summary-sync-update3): Ditto.
8206         * wl-thread.el (wl-thread-set-parent): Renamed from
8207         `wl-summary-set-parent'.
8208         (wl-thread-insert-message): Updating buffer faster.
8209         (wl-thread-delete-message): Updating buffer faster.
8210
8211         * wl-score.el (wl-summary-score-update-all-lines): Changed
8212         interval for display progress gauge.
8213
8214 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8215
8216         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8217         folder always-sticky.
8218         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8219         defmacro.
8220
8221 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8222
8223         * wl-vars.el (wl-draft-add-references): New user option.
8224
8225         * wl-draft.el (wl-draft-add-references): New function.
8226         (wl-draft-yank-from-mail-reply-buffer): Use it.
8227         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8228         as nil.
8229
8230 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8231
8232         * wl-thread.el (wl-thread-update-line-msgs): Called
8233         `wl-thread-update-line-on-buffer-sub'.
8234         (wl-thread-update-line-on-buffer): Delete routine of inserting
8235         thread.
8236         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8237         moved from `wl-thread-update-line-on-buffer'.
8238         Add threshold for displaying progress gauge.
8239         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8240         argument of `wl-thread-update-line-msgs'.
8241         Add threshold for displaying progress gauge.
8242         * wl-folder.el:
8243         Add threshold for displaying progress gauge.
8244         * wl-score.el: Ditto.
8245
8246         * wl-expire.el (wl-summary-expire): Display deleting info.
8247
8248 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8249
8250         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8251         `no-msg'.
8252         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8253         argument of `wl-thread-update-line-msgs'.
8254         (wl-summary-set-parent): Added optional argument `parent-number'.
8255         (wl-summary-buffer-saved-message): New buffer local variable.
8256         (wl-summary-save-current-message): New command.
8257         (wl-summary-yank-saved-message): Ditto.
8258         (wl-summary-mode-map): Added key binding for
8259         `wl-summary-save-current-message' (\ew) and
8260         `wl-summary-yank-saved-message' (\C-y).
8261         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8262
8263 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8264
8265         * wl-summary.el (wl-summary-mode-map): Added key binding for
8266         `wl-summary-set-parent' (ts).
8267
8268 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8269
8270         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8271         subject faster. If thread number is reverse, delayed updating
8272         thread.
8273         (wl-summary-search-by-subject): Ditto.
8274         (wl-summary-put-alike): Ditto.
8275         (wl-summary-get-alike): Ditto.
8276         (wl-summary-insert-headers): Insert header of all overview in
8277         buffer.
8278         (wl-summary-rescan): Delayed updating thread. Kill search subject
8279         buffer for wl-summary-search-by-subject.
8280         (wl-summary-sync-update3): Ditto.
8281         (wl-summary-exit): Ditto.
8282         (wl-summary-goto-bottom-of-current-thread): Change for linked
8283         thread.
8284         (wl-summary-overview-create-summary-line): Change line for linked
8285         thread.
8286
8287         * wl-summary.el (wl-summary-update-thread): Use
8288         wl-thread-maybe-get-children-num.
8289         (wl-summary-set-parent): If change parent, move sub thread.
8290         (wl-summary-redisplay-internal): Add horizontal recenter.
8291         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8292
8293         * wl-thread.el (wl-thread-entity-get-linked): New function.
8294         (wl-thread-entity-set-linked): New function.
8295         (wl-thread-create-entity): Add linked element.
8296         (wl-thread-entity-insert-as-top): Use wl-append.
8297         (wl-thread-maybe-get-children-num): If closing thread, return
8298         children msgs.
8299         (wl-thread-update-line-msgs): Displaying progress message.
8300         (wl-thread-update-line-on-buffer-sub): Use
8301         wl-thread-maybe-get-children-num.
8302         (wl-thread-update-line-on-buffer): If update line is not exists,
8303         insert thread.
8304         (wl-thread-delete-message): If delete top msg of thread, search
8305         parent by subject.
8306         (wl-thread-insert-entity): Use
8307         wl-thread-maybe-get-children-num.
8308
8309         * wl-highlight.el (wl-highlight-summary-current-line): change
8310         sregexp for linked thread.
8311         * wl-util.el (wl-count-lines): Count lines.
8312         (wl-horizontal-recenter): horizontal recenter.
8313         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8314         (wl-score-get-alike): Ditto.
8315         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8316         (wl-subject-length-limit): New variable.
8317         (wl-highlight-thread-indent-string-regexp): Changed for linked
8318         thread.
8319
8320 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8321
8322         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8323         New variable (revival).
8324         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8325         by subject matching if there's no in-reply-to nor references field
8326         (revival).
8327
8328 \f
8329 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8330
8331         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8332         message.
8333
8334 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8335
8336         * wl-summary.el (wl-summary-reply): Return t if there was a
8337         message at cursor point.
8338         Added unwind-protect.
8339         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8340         returns t.
8341         (wl-summary-cancel-message): Do nothing when there's no message at
8342         cursor point.
8343         (wl-summary-forward): Ditto.
8344         (wl-summary-jump-to-parent-message): Ditto.
8345         (wl-summary-reedit): Ditto.
8346         (wl-summary-edit-addresses): Ditto.
8347         (wl-summary-pipe-message): Ditto.
8348         (wl-summary-print-message-with-ps-print): Ditto.
8349         (wl-summary-print-message): Ditto.
8350         (wl-summary-mark-as-important): Ditto.
8351         (wl-summary-mark-as-unread): Ditto.
8352
8353         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8354         message at cursor point.
8355         (wl-summary-reply-with-citation): Remove unwind-protect.
8356
8357         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8358         subject searching feature.
8359         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8360         Eliminated.
8361
8362 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8363
8364         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8365         New variable.
8366         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8367         by subject matching if there's no in-reply-to nor references field.
8368
8369         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8370
8371         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8372         when display is finished.
8373         (wl-folder-open-all): Ditto.
8374         (wl-folder-update-access-group): Ditto.
8375         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8376         * wl-thread.el (wl-thread-close-all): Ditto.
8377
8378         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8379         progress gauge only when it was displayed.
8380         * wl-folder.el (wl-folder-insert-entity): Ditto.
8381
8382 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * wl-summary.el (wl-summary-incorporate): Enclose
8385         `wl-summary-sync-force-update' with save-excursion.
8386
8387 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8388
8389         * wl-summary.el (wl-summary-prefetch-region):
8390         Pass current cursor point to `pos-visible-in-window-p' after
8391         moving cursor to the started point.
8392
8393 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8394
8395         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8396
8397         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8398         fields from the forwarding message.
8399         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8400         `ignored-fields'.
8401
8402 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8403
8404         * wl-mime.el (wl-message-request-partial):
8405         Eliminated argument `msgdb'.
8406         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8407         (wl-mime-combine-message/partial-pieces): Likewise.
8408         * tm-wl.el (wl-message-request-partial): Likewise.
8409         (wl-mime-combine-message/partial-pieces): Likewise.
8410
8411 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8412
8413         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8414         when display is finished.
8415
8416 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8417
8418         * wl-summary.el (wl-summary-goto-folder-subr):
8419         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8420
8421 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8422
8423         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8424         when cursor point is visible.
8425
8426 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * wl-expire.el (wl-expire-archive-get-max-number):
8429         Don't use `file-name-directory'.
8430
8431 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8432
8433         * wl-expire.el (wl-expire-archive-get-max-number):
8434         Use `file-name-directory'.
8435
8436 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8437
8438         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8439         only when there is progress.
8440
8441 2000-04-13  Mito <mit@nines.nec.co.jp>
8442
8443         * wl-summary.el (wl-summary-sync-marks): Display progress.
8444
8445 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8446
8447         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8448         (wl-summary-prev): Move cursor regardless of unread status.
8449         (wl-summary-next): Ditto.
8450
8451 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8452
8453         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8454         Added argument `target' and `number'.
8455         * tm-wl.el (wl-summary-burst-subr): New function.
8456         (wl-summary-burst): Use it.
8457
8458 2000-04-10  Mito <mit@nines.nec.co.jp>
8459
8460         * wl-mime.el (wl-burst): New function.
8461         (wl-summary-burst): Use it.
8462
8463 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8464
8465         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8466         as petname when there's no candidate.
8467
8468 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8469
8470         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8471         New variable.
8472         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8473
8474         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8475
8476         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8477
8478 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8479
8480         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8481         Use substring of `original' instead of buffer-substring.
8482         (wl-refile-evaluate-rule):
8483         Set `original' argument of wl-refile-expand-newtext.
8484
8485         * wl-summary.el
8486         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8487         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8488         (wl-summary-auto-refile): Check existence of destination folder just
8489         before marking.
8490
8491 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8492
8493         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8494         when wl-refile-get-field-value return nil.
8495
8496 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8497
8498         * wl-refile.el
8499         (wl-refile-expand-newtext): New function imported from Gnus.
8500         (wl-refile-evaluate-rule): Use it.
8501
8502 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8503
8504         * wl-summary.el (wl-summary-print-destination):
8505         Duplicate folder string to avoid putting text-property on
8506         original string.
8507
8508         * wl-refile.el (wl-refile-get-field-value): New function.
8509         (wl-refile-evaluate-rule): New function;
8510         Evaluate refile rule recursively.
8511         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8512         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8513         New function; Check existence of a target folder recursively.
8514         (wl-summary-auto-refile-check-refile-rule-alist):
8515         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8516
8517 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8518
8519         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8520
8521         * wl-folder.el (wl-create-folder-entity-from-buffer):
8522         Fixed problem when '}' character is contained in folder name.
8523
8524         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8525
8526 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8527
8528         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8529         (wl-fldmgr-add-completion-all-completions):
8530         Use wl-fldmgr-add-completion-hashtb.
8531
8532 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8533
8534         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8535         wl-fldmgr-add-completion-subr): New functions.
8536         * wl-folder.el (wl-folder-completion-func): New variable.
8537         * wl-summary.el (wl-summary-read-folder):
8538         Use wl-folder-completion-func.
8539
8540         * wl-refile.el: Eliminate throw & catch.
8541
8542         * wl.el (wl-plugged-sending-queue-status): Fixed.
8543
8544 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8545
8546         * wl-draft.el (wl-draft): Put category property on
8547         mail-header-separator.