* elmo-util.el (elmo-get-hash-val): Check symbol is bound if
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-folder.el (wl-folder-clear-entity-info): Use
4         elmo-clear-hash-val.
5
6         * wl-fldmgr.el (wl-fldmgr-rename): Set
7         wl-folder-info-alist-modified as t.
8
9 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
10
11         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
12
13 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
14
15         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
16         (wl-folder-buffer-last-visited-entity-id): New buffer local
17         variable.
18         (wl-folder-revisit-last-visited-folder): New function.
19         (wl-folder-mode-map): Bind it to "C-i".
20         (wl-folder-set-current-entity-id): Set last visited folder.
21         * wl-summary.el (wl-summary-exit): Ditto.
22
23 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
24
25         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
26         before calling `recenter' in order to cope with an XEmacs bug.
27
28 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
29
30         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
31         to the default value.
32
33 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
34
35         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
36         change.
37         (wl-summary-sync-marks): Ditto.
38         (wl-summary-mark-as-read-internal): Ditto.
39         (wl-summary-mark-as-answered-internal): Ditto.
40         (wl-summary-mark-as-important-internal): Ditto.
41         (wl-summary-reply): Ditto.
42
43         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
44         instead of `elmo-folder-unflag-answered'.
45
46         * Version number is increased to 2.11.23.
47
48         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
49         the last change.
50
51 2004-01-11  Kenichi Okada  <okada@opaopa.org>
52
53         * wl-spam.el (wl-summary-exec-action-refile-with-register):
54         Specify "spam" or "good".
55
56 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
57
58         * wl-spam.el (wl-summary-exec-action-spam): Call
59         wl-folder-confirm-existence for spam folder.
60         (wl-spam-setup): Bind "mk".
61
62 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
63
64         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
65
66 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
67
68         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
69         destination folder is empty.
70
71 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
72
73         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
74         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
75
76         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
77         (wl-summary-refile-prev-destination-region): New function.
78         (wl-thread-refile-prev-destination): Ditto.
79         (wl-summary-target-mark-refile-prev-destination): Ditto.
80
81 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
82
83         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
84         (wl-demo-background-color): Changed default value.
85
86         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
87         color.
88
89         * wl-demo.el (wl-demo-set-background-color): New function.
90         (wl-demo): Call it.
91
92 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
93
94         * wl-address.el (wl-address-delete): Avoid mis-deleting.
95         * wl-address.el (wl-address-add-or-change): Don't add empty
96         address.
97
98 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
99
100         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
101
102 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
103
104         * wl-vars.el (wl-demo-image-filter-alist): New variable
105         (wl-demo-background-color): Ditto.
106
107         * wl-demo.el (wl-demo-xpm-set-background): New function.
108         (wl-demo-image-filter): Ditto.
109         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
110
111         * wl-vars.el (wl-demo-icon-name-alist): New variable.
112
113         * wl-demo.el (wl-demo-icon-name): Define as function.
114         (wl-demo-insert-image): Use it.
115
116 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
117
118         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
119
120 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
121
122         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
123
124 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
125
126         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
127
128 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
129
130         * wl-thread.el (wl-thread-mark-as-answered): New function.
131
132         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
133         answered" entry.
134         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
135         "r&" and wl-thread-mark-as-answered to "t&".
136         (wl-summary-mark-as-important-region): Refine to toggle mark.
137         (wl-summary-mark-as-answered-region): New function.
138         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
139         and 3rd argument.
140         (wl-summary-mark-as-important-internal): Likewise.
141
142 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
143
144         * wl-template.el (wl-template-preview): New internal variable.
145         (wl-template-preview-p): New function.
146         (wl-template-show): Bind `wl-template-preview' as t.
147
148 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
149
150         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
151         `elmo-message-entity-field' with 3rd argument which is non-nil.
152
153 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
154
155         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
156         Removed duplicate local bind `folder'.
157
158 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
159
160         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
161
162 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
163
164         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
165         duplicate definition.
166
167 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
168
169         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
170         non-nil, use it; Don't fetch message if there's no message in the
171         current cursor position.
172
173 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
174
175         * wl-util.el (wl-region-exists-p): Use region-active-p.
176         (wl-deactivate-region): New function.
177         * wl-message.el (wl-message-redisplay): Deactivate region.
178
179         * wl-summary.el (wl-summary-reply): Call
180         `wl-summary-set-message-buffer-or-redisplay' instead of
181         `wl-summary-redisplay-internal', don't move point.
182
183 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
184
185         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
186         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
187         by regexp.
188
189 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
192         if no need.
193
194 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
197         default value to nil.
198         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
199         `wl-summary-prepare-hook'; Replace refile action to
200         `wl-summary-exec-action-refile-with-register'.
201
202         * Version number is increased to 2.11.22.
203
204 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
205
206         * wl-summary.el (wl-summary-detect-mark-position): Set
207         `wl-summary-buffer-weekday-name-lang'.
208
209 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
210
211         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
212         (wl-summary-mark-as-read-all): Ditto.
213         (wl-summary-delete-messages-on-buffer): Ditto.
214         (wl-summary-sync-update): Ditto.
215         (wl-summary-mark-as-read-internal): Ditto.
216         (wl-summary-mark-as-answered-internal): Ditto.
217         (wl-summary-update-folder-info): Abolished.
218
219 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
220
221         * wl-summary.el (wl-summary-mark-as-read-all): Use
222         `wl-summary-update-folder-info' instead of
223         `wl-folder-update-unread'.
224
225 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
226
227         * wl-summary.el (wl-summary-update-folder-info): New function derived from
228         `wl-summary-folder-info-update'.
229         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
230         instead of `wl-summary-folder-info-update'.
231         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
232         `wl-folder-set-folder-updated'.
233         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
234         instead of `wl-folder-update-unread'.
235         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
236         the value of `wl-summary-buffer-unread-count' for the second parameter of
237         `wl-folder-update-unread'.
238
239         * Version number is increased to 2.11.21.
240
241 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
242
243         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
244         a local variable.
245
246 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * wl-spam.el (wl-summary-mark-spam): Show message only if call
249         interactively.
250
251         * wl-summary.el (wl-summary-mark-as-important-internal): New
252         internal function.
253         (wl-summary-mark-as-important): Use it.
254         (wl-summary-mark-as-unimportant): New function.
255         (wl-summary-sync-marks): Follow the API change.
256
257         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
258
259         * wl-mime.el (wl-summary-burst): Check target folder is writable.
260
261 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
262
263         * wl-folder.el (wl-folder-update-unread): Re-indent.
264         Narrow the scope of a local variable.
265
266 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
269         (wl-addrmgr-merge-entries): Ditto.
270         (wl-addrmgr): Added to address entry which exists in draft buffer
271         if no entry is in original.
272
273 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
274
275         * wl-batch.el: New file.
276
277 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
278
279         * wl-vars.el (wl-use-semi): Remove unused variable.
280
281 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
282
283         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
284         "?".
285
286 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
289         wl-summary-new-mark.
290         (wl-summary-new-cached-mark): New user option.
291         (wl-summary-score-marks): Follow the change above.
292         (wl-summary-auto-refile-skip-marks): Ditto.
293         (wl-summary-incorporate-marks): Ditto.
294         (wl-summary-expire-reserve-marks): Ditto.
295
296         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
297
298         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
299         (wl-summary-persistent-mark-string): Distinguished between cached
300         and uncached mark when the message is new.
301
302 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
303
304         * wl-spam.el (wl-spam-domain): Renamed from
305         `wl-spam-folder-guess-domain'.
306         (wl-summary-exec-action-spam): Register as spam if domain of the
307         source folder is good.
308         (wl-summary-exec-action-refile-with-register): Register message if
309         domain of the source folder is not undecided.
310
311 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
312
313         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
314         detect thread loop.
315
316 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
317
318         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
319         and wl-summary-skip-mark-list.
320
321 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
322
323         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
324
325         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
326
327         * wl-spam.el (toplevel): Require wl-highlight.
328         (wl-spam-auto-check-policy-alist): Abolish.
329         (wl-spam-auto-check-folder-regexp-list): New user option.
330         (wl-spam-auto-check-marks): Ditto.
331         (wl-spam-mark-action-list): Ditto.
332         (wl-highlight-summary-spam-face): New face.
333         (wl-spam-auto-check-message-p): New function.
334         (wl-spam-map-spam-messages): Fixed message.
335         (wl-spam-register-spam-messages): Ditto.
336         (wl-spam-register-good-messages): Ditto.
337         (wl-summary-spam-map): Add and remove keybind.
338         (wl-summary-target-mark-spam): Abolish.
339         (wl-summary-refile-spam): Ditto.
340         (wl-summary-test-spam): New function.
341         (wl-summary-mark-spam): Ditto.
342         (wl-summary-auto-check-spam): Follow the above change.
343         (wl-summary-exec-action-spam): New function.
344         (wl-summary-exec-action-refile-with-register): Fixed message.
345         (wl-message-check-spam): New function.
346         (wl-spam-setup): Ditto.
347         (toplevel): Call it if this file is loaded interactivity.
348
349         * Version number is increased to 2.11.20.
350
351 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
352
353         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
354         when new optional argument `force' is non nil or modified.
355
356 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
357
358         * wl.el (toplevel): Require wl-spam when compile.
359         (wl-save-status): Call wl-spam-save-status.
360
361         * wl-spam.el (wl-spam-register-spam-messages): New function.
362         (wl-spam-register-good-messages): Ditto.
363         (wl-spam-save-status): Ditto.
364         (wl-summary-mode-map): Bind
365         wl-summary-target-mark-register-as-spam to "ms" and
366         wl-summary-target-mark-register-as-good to "mn".
367         (wl-summary-register-as-spam): Abolish optional argument; Use
368         wl-spam-register-spam-messages.
369         (wl-summary-register-as-spam-all): Use
370         wl-spam-register-spam-messages.
371         (wl-summary-register-as-good): Abolish optional argument; Use
372         wl-spam-register-good-messages.
373         (wl-summary-register-as-good-all): Use
374         wl-spam-register-good-messages.
375         (wl-summary-target-mark-register-as-spam): New funtion.
376         (wl-summary-target-mark-register-as-good): Ditto.
377
378 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * wl-spam.el: New file.
381
382 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
385
386         * wl-action.el (wl-auto-refile-guess-functions): New variable.
387         (wl-summary-auto-refile): Call wl-refile-guess with
388         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
389
390 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
391
392         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
393         with disable-thread argument non-nil.
394
395 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
396
397         * wl-summary.el (wl-summary-rescan): Added optional argument
398         disable-thread.
399         (wl-summary-sync): Call wl-summary-rescan with argument
400         disable-thread.
401         (wl-summary-input-range): Added new range `rescan-thread'.
402
403 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
404
405         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
406
407 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
408
409         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
410         internal variable.
411         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
412         wl-summary-search-parent-by-subject-regexp and
413         wl-summary-divide-thread-when-subject-changed as nil.
414         (wl-summary-insert-sequential): If entity is nil, nothing to do.
415         (wl-summary-insert-thread): Search parent entity from
416         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
417         thread loop.
418
419 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
420
421         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
422
423         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
424
425         * wl-util.el (wl-require-update-all-folder-p): New function.
426         (wl-get-assoc-list-value): Added `function' to match directive.
427         (wl-collect-draft): Rewrite.
428
429         * wl-summary.el (wl-summary-sync-update): Clear faces
430         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
431         are non-nil.
432         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
433         argument as function.
434         (wl-summary-input-range): Ditto.
435
436         * wl-folder.el (wl-draft-get-folder): New function.
437         (wl-folder-get-elmo-folder): Consider draft folder.
438
439         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
440         (wl-draft-buffer-message-number): New buffer local variable.
441         (wl-draft-folder-internal): New internal variable.
442         (wl-draft-delete): Rewrite.
443         (wl-draft-save): Ditto.
444         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
445         wl-folder-get-elmo-folder.
446         (wl-draft-config-info-operation): Ditto.
447         (wl-jump-to-draft-folder): Ditto.
448         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
449         (wl-draft-reedit): Rewrite.
450
451         * Version number is increased to 2.11.19.
452         
453 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
454
455         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
456         variable.
457
458 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
459
460         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
461         Use ignore-errors instead of unwind-protect.
462
463 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
464
465         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
466         for updating `wl-thread-entity-list'.
467
468 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
469
470         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
471         parameter from calling `wl-thread-entity-get-older-brothers' and
472         `wl-thread-entity-get-younger-brothers'.
473         Replace nested `append' with a single one.
474
475 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
476
477         * wl-summary.el (wl-summary-mode): Don't use the return value of
478         `make-local-hook'.
479
480 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
481
482         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
483         instead of `let*'.
484         (wl-thread-delete-message): Likewise.  Split and narrow the scope
485         of local variables.
486
487 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
488
489         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
490         Renamed from wl-summary-window-scroll-functions.
491         (wl-summary-window-scroll-functions): Don't set to variable.
492         (wl-summary-display-top): Use run-hooks.
493         (wl-summary-display-bottom): Ditto.
494         (wl-summary-toggle-disp-msg): Ditto.
495         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
496         Use it instead of wl-summary-window-scroll-functions.
497         (wl-summary-goto-folder-subr): Don't call
498         wl-summary-window-scroll-functions, use
499         wl-summary-buffer-window-scroll-functions instead.
500
501 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
502
503         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
504         make-local-variable.
505
506 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
507
508         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
509         set-buffer-modified-p.
510         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
511         (wl-summary-display-bottom): Ditto.
512         (wl-summary-toggle-disp-msg): Ditto.
513
514 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
515
516         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
517
518         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
519         (wl-summary-forward): Use elmo-message-entity-field instead of
520         elmo-message-field.
521
522         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
523
524 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
525
526         * wl-summary.el (wl-summary-window-scroll-functions): No use
527         `append'.
528
529 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
530
531         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
532         function.
533         (wl-summary-window-scroll-functions): Call it when both
534         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
535         (wl-summary-temp-mark): Added optional argument number.
536         (wl-summary-message-mark): Added optional argument flag.
537         (wl-summary-persistent-mark): Added optional argument number and flag.
538         (wl-summary-update-persistent-mark): Ditto.
539         (wl-summary-update-status-marks): Set "r" for interactive spec.
540
541         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
542         argument number and flag.
543
544         * wl-action.el (wl-summary-registered-temp-mark): 
545         Do nothing when wl-summary-buffer-temp-mark-list is nil.
546
547 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
548
549         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
550         internal variable (buffer local).
551         (wl-summary-window-scroll-functions): New function.
552         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
553         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
554         as nil.
555         (wl-summary-update-status-marks): Added arguments beg, end and
556         check.
557         (wl-summary-update-mark-window): Use function.
558         (wl-summary-sync-update): Follow the change above.
559         (wl-summary-switch-to-clone-buffer): Copy
560         wl-summary-buffer-unsync-mark-number-list.
561         (wl-summary-goto-folder-subr): Set
562         wl-summary-buffer-unsync-mark-number-list and
563         use wl-summary-window-scroll-functions insteaf of
564         wl-summary-lazy-highlight.
565
566         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
567
568 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
571
572         * wl-summary.el (wl-summary-update-persistent-mark): Call
573         wl-summary-set-message-modified.
574
575         * wl-summary.el (wl-summary-sync-update): Don't call
576         wl-summary-update-status-marks.
577
578         * Version number is increased to 2.11.18.
579
580 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
581
582         * wl-message.el (wl-message-prev-page): Use save-selected-window.
583         (wl-message-next-page): Ditto.
584
585 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
586
587         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
588         local variable.  Change the order of a collected list into the
589         same as the specified range.  Remove nil from a collected list.
590
591 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
592
593         * wl-summary.el (wl-summary-insert-headers): Set visible-only
594         argument for elmo-folder-list-messages.
595
596 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
597
598         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
599         change (wl-summary-count-unreads return a list instead of a cons
600         cell).
601
602 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
603
604         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
605         `wl-summary-folder-info-update'.
606
607 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
608
609         * wl-summary.el (wl-summary-set-message-modified): No use
610         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
611         (wl-summary-set-mark-modified): Abolish.
612         (wl-summary-mark-modified-p): Ditto.
613         (wl-summary-save-view): Follow the change above.
614
615         * wl-expire.el (wl-summary-expire): Likewise.
616
617 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
618
619         * wl-summary.el (wl-summary-detect-mark-position): Use
620         modb-entity-handler.
621         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
622
623         * Version number is increased to 2.11.17.
624
625 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
626
627         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
628         entity field value.
629         (wl-summary-prefetch-msg): Ditto.
630         (wl-summary-print-message-with-ps-print): Ditto.
631
632 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
633
634         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
635         for dummy entity.
636         (wl-summary-insert-thread): Use elmo-message-entity-field.
637         (wl-summary-update-thread): Use elmo-message-entity-field and
638         elmo-message-entity-number.
639         (wl-summary-line-number):  Use elmo-message-entity-number.
640         (wl-summary-line-size): Use elmo-message-entity-field.
641         (wl-summary-line-subject): Ditto.
642         (wl-summary-line-from): Ditto.
643         (wl-summary-line-attached): Ditto.
644         (wl-summary-create-line): Ditto.
645         (wl-summary-create-line): Use elmo-message-entity-number.
646         (wl-summary-print-message-with-ps-print): Use
647         elmo-message-entity-field.
648
649 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
650
651         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
652         change in elmo-msgdb-make-message-entity.
653         (wl-summary-buffer-set-folder): Don't call
654         wl-summary-detect-mark-position here.
655         (wl-summary-rescan): Call elmo-message-entity-number.
656         (wl-summary-sync-update): Ditto.
657         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
658
659         * wl-score.el (wl-score-header-index): Redefine 2th element.
660         (wl-score-overview-entity-get-extra): Abolish.
661         (wl-score-ov-entity-get): Rewrite.
662         (wl-score-string-index<, wl-score-string-func<): Abolish.
663         (wl-score-string<): New function.
664         (wl-score-string-sort): Use it.
665
666         * wl-refile.el (wl-refile-guess-by-history): Use
667         elmo-message-entity-field.
668         (wl-refile-guess-by-from): Ditto.
669         (wl-refile-guess-by-msgid): Ditto.
670
671         * Version number is increased to 2.11.16.
672
673 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
674
675         * wl-folder.el (wl-folder-confirm-existence): Don't call
676         file-exists-p if msgdb-path is nil.
677         * wl-summary.el, wl-draft.el, wl-action.el: Rename
678         `wl-read-folder-hist' to `wl-read-folder-history'.
679
680 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
681
682         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
683         `y-or-n-p'.
684
685 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
686
687         * wl-score.el (wl-score-headers): Don't use
688         elmo-folder-do-each-message-entity.
689
690         * Version number is increased to 2.11.15.
691
692 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
693
694         * wl-summary.el (wl-summary-delete-all-msgs): Use
695         elmo-folder-move-messages instead of elmo-folder-delete-messages
696         and elmo-folder-detach-messages.
697         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
698
699         * wl-expire.el (wl-expire-delete): Ditto.
700         (wl-expire-refile-with-copy-reserve-msg): Ditto.
701
702 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
703
704         * wl-vars.el (wl-message-use-header-narrowing): New user option.
705         (wl-message-header-narrowing-fields): Ditto.
706         (wl-message-header-narrowing-lines): Ditto.
707         (wl-message-header-narrowing-string): Ditto.
708
709         * wl-summary.el (wl-summary-mode-map): Bind
710         wl-summary-toggle-header-narrowing to "C-cC-f".
711         (wl-summary-toggle-header-narrowing): New function.
712
713         * wl-message.el (wl-message-buffer-create): Call
714         wl-message-header-narrowing-setup.
715         (wl-message-redisplay): Call wl-message-header-narrowing.
716         (wl-message-header-narrowing): New function.
717         (wl-message-header-narrowing-map): New keymap.
718         (wl-message-header-narrowing-widen-map): New keymap.
719         (wl-message-header-narrowing-again-at-mouse): New function.
720         (wl-message-header-narrowing-1): Ditto.
721         (wl-message-header-narrowing-widen-at-mouse): Ditto.
722         (wl-message-header-narrowing-setup): Ditto.
723         (wl-message-header-narrowing-toggle): Ditto.
724         
725         * wl-highlight.el (wl-message-header-narrowing-face): New face.
726
727         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
728         'flag as all.
729         (wl-use-flag-folder-help-echo): New user option.
730
731         * wl-summary.el (wl-summary-detect-mark-position): Bind 
732         wl-summary-highlight as nil.
733         (wl-summary-set-mark-modified): Follow the API change.
734         (wl-summary-mark-modified-p): Ditto.
735         (wl-summary-mark-as-read-all): Ditto.
736         (wl-summary-sync-marks): Don't call
737         elmo-folder-list-messages-with-global-mark.
738         (wl-summary-mark-as-read-internal): Follow the API change.
739         (wl-summary-mark-as-answered-internal): Ditto.
740         (wl-summary-mark-as-important): Cause an error when 'flag folder;
741         Follow the API change.
742         (wl-summary-create-line): Call with number argument.
743         (wl-summary-reply): Follow the API change.
744
745         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
746         function.
747         (wl-highlight-summary-line-string): Call it when
748         wl-use-flag-folder-help-echo is non-nil.
749         (wl-highlight-summary-current-line): Ditto.
750         (elmo-flag-folder-referrer): Added autoload setting.
751
752         * wl-draft.el (wl-draft-kill): Follow the API change.
753
754         * Version number is increased to 2.11.14.
755         
756 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
757
758         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
759
760 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
761
762         * Version number is increased to 2.11.13.
763
764 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
765
766         * wl-draft.el (wl-draft-previous-history-element): Fixed
767         unbalanced parenthesis and bind unbound local variables.
768
769 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
770
771         * wl-draft.el (wl-draft-previous-history-element): New function.
772         (wl-draft-next-history-element): Ditto.
773         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
774         them to M-p and M-n.
775
776 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
777
778         * Version number is increased to 2.11.12.
779
780 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
781
782         * wl-draft.el (wl-draft-hide): Select buffer-window.
783
784 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
785
786         * wl-summary.el (wl-summary-narrow-to-region): New function.
787         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
788         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
789         (wl-summary-save-region): Use it.
790         * wl-action.el (wl-summary-collect-numbers-region)
791         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
792
793 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
794
795         * wl-folder.el (wl-folder-count-incorporates): Don't use
796         `elmo-msgdb-mark-load'
797
798         * Version number is increased to 2.11.11.
799
800 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
801
802         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
803         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
804
805 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
806
807         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
808
809 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
810
811         * Version number is increased to 2.11.10.
812
813 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
814
815         * wl-mime.el (wl-draft-attribute-value): Fixed.
816
817 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-util.el (wl-copy-local-variables): New function.
820
821         * wl-mime.el (wl-draft-attribute-recipients): New function.
822         (wl-draft-attribute-envelope-from): Ditto.
823         (wl-draft-attribute-smtp-posting-server): Ditto.
824         (wl-draft-attribute-smtp-posting-port): Ditto.
825         (wl-draft-attribute-value): Ditto.
826         (wl-draft-preview-message): Use it to get value for
827         attributes. Reflect result of `wl-draft-config'.
828
829         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
830         and call `wl-summary-mark-as-read' before to call
831         `wl-summary-unset-mark'.
832         (wl-summary-target-mark-mark-as-unread): Likewise.
833         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
834
835 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
836
837         * wl-mime.el (wl-draft-preview-message): Use actual value for
838         attributes; Fix for small window.
839
840 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
841
842         * wl-refile.el (wl-refile-get-field-value): Call
843         `elmo-message-entity-field' with 3rd argument is non-nil.
844
845 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
846
847         * wl-vars.el (wl-draft-preview-attributes): New user option.
848         (wl-draft-preview-attributes-list): Ditto.
849         (wl-draft-preview-attributes-buffer-lines): Ditto.
850         (wl-draft-preview-attributes-buffer-name): Ditto.
851
852         * wl-mime.el (wl-draft-preview-message): Display attributes.
853
854 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
855
856         * wl-summary.el (wl-summary-detect-mark-position): Bind
857         wl-summary-flag-priority-list to '(new).
858
859 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
860
861         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
862         funtion.
863         (wl-highlight-summary-line-string): Use it.
864         (wl-highlight-summary-current-line): Ditto.
865
866 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
867
868         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
869         line even when the mark string is not changed.
870
871         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
872         argument change in the wl-summary-create-line.
873         (wl-thread-insert-entity-sub): Ditto.
874
875         * wl-summary.el (wl-summary-detect-mark-position): Follow the
876         argument change in the wl-summary-create-line.
877         (wl-summary-insert-sequential): Ditto.
878         (wl-summary-update-thread): Ditto.
879         (wl-summary-persistent-mark-string): New inline function.
880         (wl-summary-message-mark): Use it.
881         (wl-summary-create-line): Abolish argument wl-persistent-mark
882         and added wl-flags, wl-cached.
883
884         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
885         mark to flags.
886         (wl-highlight-summary-current-line): Decide the face not by the 
887         persistent mark but flags.
888
889 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
890
891         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
892         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
893         wl-summary-read-uncached-mark): Revive.
894         (wl-summary-answered-cached-mark,
895         wl-summary-answered-uncached-mark): New user option.
896         (wl-summary-score-marks): Follow the change above.
897         (wl-summary-auto-refile-skip-marks): Ditto.
898         (wl-summary-incorporate-marks): Ditto.
899         (wl-summary-expire-reserve-marks): Ditto.
900         (wl-summary-flag-priority-list): New user option.
901
902         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
903         changes.
904         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
905         of elmo-message-mark.
906         (wl-summary-mark-as-read-internal): Ditto.
907         (wl-summary-mark-as-answered): Ditto.
908         (wl-summary-mark-as-important): Ditto.
909         (wl-summary-redisplay-internal): Ditto.
910         (wl-summary-redisplay-no-mime-internal): Ditto.
911         (wl-summary-message-mark): New function.
912         (wl-summary-insert-sequential): Use wl-summary-message-mark
913         instead of elmo-message-mark.
914         (wl-summary-update-thread): Ditto.
915         (wl-summary-persistent-mark): Ditto.
916         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
917         instead of elmo-message-mark.
918
919         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
920         wl-summary-message-mark instead of elmo-message-mark.
921         (wl-thread-insert-entity-sub): Ditto.
922         (wl-thread-get-children-msgs-uncached): Ditto.
923
924         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
925         variable name changes.
926         (wl-highlight-summary-current-line): Ditto.
927
928         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
929         wl-summary-message-mark instead of elmo-message-mark.
930
931         * wl-expire.el (wl-expire-message-p): Ditto.
932
933         * wl-score.el (wl-score-headers): Ditto.
934
935         * Version number is increased to 2.11.9.
936
937         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
938         (wl-summary-sync-update): Follow the change above.
939         (wl-summary-switch-to-clone-buffer): Ditto.
940         (wl-summary-open-folder): Ditto.
941
942 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
945         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
946
947         * Version number is increased to 2.11.8.
948
949         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
950
951         * wl-expire.el (wl-expire-refile): Follow the API change on
952         `elmo-folder-move-messages'.
953         (wl-expire-refile-with-copy-reserve-msg): Ditto.
954
955         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
956         (wl-summary-exec-action-refile): Ditto.
957         (wl-summary-exec-action-copy): Ditto.
958         (wl-summary-no-auto-refile-message-p): No use
959         `wl-summary-buffer-msgdb'.
960         (wl-summary-auto-refile): Ditto.
961
962 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
963
964         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
965
966 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
967
968         * wl-summary.el (wl-summary-sync): Treat no-sync.
969
970         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
971         (wl-default-sync-range): Ditto.
972
973 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
974
975         * wl-refile.el (wl-refile-subject-learn): Call
976         `elmo-message-entity-field' with 3rd argument is non-nil.
977         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
978         instead of `elmo-msgdb-overview-entity-get-subject'.
979
980 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
981
982         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
983         scan-type is rescan.
984         (wl-summary-delete-all-temp-marks): Remove scored mark too when
985         new optional argument force is non-nil.
986         (wl-summary-save-view-cache): Call it with force argument non-nil.
987
988         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
989
990 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
991
992         * wl-action.el (wl-summary-print-argument): Fixed last change.
993
994 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
995
996         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
997         simplified.
998         (wl-summary-target-mark-mark-as-unread): Likewise.
999         (wl-summary-target-mark-mark-as-important): Likewise.
1000
1001 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1002
1003         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1004         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1005         (wl-summary-mark-as-important-region): Change accordingly.
1006         (wl-summary-target-mark-mark-as-important): Ditto.
1007
1008 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1009
1010         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1011
1012         * wl-action.el (wl-summary-print-argument): Print argument to
1013         right side of window if `wl-summary-print-argument-within-window'
1014         is non-nil.
1015
1016 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1017
1018         * wl-action.el (wl-summary-set-mark): Use
1019         `wl-summary-message-visible-p' to check visibility of the message
1020         and jump to message only when the message line is visible and have
1021         different number; Call wl-summary-unset-mark with number argument.
1022         (wl-summary-unset-mark): 
1023         Use `wl-summary-message-visible-p'
1024         to check visibility of the message and jump to message only when
1025         the message line is visible and have different number;
1026
1027 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * Version number is increased to 2.11.7.
1030
1031         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1032         and wl-folder-summary-line-format.
1033
1034         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1035         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1036         (wl-summary-set-score-mark): Use it.
1037         (wl-summary-target-mark-mark-as-read): Ditto.
1038         (wl-summary-target-mark-mark-as-unread): Ditto.
1039         (wl-summary-target-mark-mark-as-important): Ditto.
1040         (wl-summary-target-mark-msgs): Simplified.
1041         (wl-summary-detect-mark-position): Fixed problem when
1042         summary-line-format no contain persisten/temp mark spec.
1043         (wl-summary-temp-mark): Ditto.
1044         (wl-summary-persistent-mark): Ditto.
1045         (wl-summary-update-persistent-mark): Ditto.
1046
1047         * wl-action.el (wl-summary-set-mark): Ditto.
1048         (wl-summary-unset-mark): Ditto.
1049         All other related portions are changed.
1050
1051 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1052
1053         * Version number is increased to 2.11.6.
1054
1055 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1056
1057         * wl-util.el (wl-current-message-buffer): Define as function;
1058         Don't use the value of wl-messge-buffer.
1059
1060         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1061         persistent mark.
1062
1063         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1064         no current message, cause an error.
1065
1066 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1067
1068         * wl-summary.el (wl-summary-set-message-modified): Use
1069         elmo-folder-set-message-modified instead of
1070         elmo-folder-set-message-modified-internal.
1071
1072 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1073
1074         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1075         interactively.
1076         (wl-summary-sync): nokill->entirely.
1077         (wl-summary-sync-marks): Fixed message.
1078         (wl-summary-input-range): Added mark, nokill->entirely.
1079
1080         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1081         messages as read.
1082
1083 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1084
1085         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1086         update-noscore.
1087         (wl-summary-sync): Follow the change above.
1088
1089 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1090
1091         * wl-action.el (wl-summary-target-mark-all): Use
1092         elmo-folder-list-messages.
1093
1094 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1095
1096         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1097         (wl-summary-rescan): Set wl-summary-scored as nil.
1098         (wl-summary-sync-force-update): Follow the change above.
1099         (wl-summary-sync): Ditto.
1100         (wl-summary-sync-update): Added argument disable-killed.
1101         (wl-summary-insert-headers): Set visible-only argument for
1102         elmo-folder-list-messages.
1103         (wl-summary-input-range): Added update-nokill, update-noscore,
1104         all-nokill, all-noscore and mark.
1105
1106         * Version number is increased to 2.11.5.
1107
1108         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1109
1110 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1111
1112         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1113         (wl-summary-prefetch-region-no-mark): Change accordingly.
1114         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1115
1116 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1117
1118         * wl-address.el (wl-complete-field-to): Abolished.
1119         (wl-complete-address): Completion function for completing-read.
1120         * wl-action.el (wl-summary-get-resend-address): Use it.
1121
1122         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1123         wl-summary-update-mark and abolish unused argument.
1124         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1125         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1126         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1127         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1128         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1129         * wl-draft.el (wl-draft-kill): Ditto.
1130
1131         * wl-summary.el: Remove unused binding of case-fold-search.
1132         (wl-summary-replace-status-marks): Abolished.
1133
1134 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1135
1136         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1137         is specified or folder length is zero.
1138
1139 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1140
1141         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1142         (wl-folder-archive-current-entity): Ditto.
1143
1144 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1145
1146         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1147         retrieving message mark.
1148         (wl-summary-redisplay-internal): Ditto.
1149
1150         * wl-message.el (wl-message-buffer-display): Ignore errors while
1151         retrieving message-id field.
1152
1153         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1154         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1155         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1156         order of the arguments for `wl-expire-message-p'.
1157         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1158
1159         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1160         Check return value of wl-summary-reply.
1161         (wl-summary-reply): Recover window configuration when an error occured.
1162
1163 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1164
1165         * wl-summary.el (wl-summary-resend-message): Abolished, the
1166         feature is inherited by wl-summary-resend (put resend mark).
1167
1168 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1169
1170         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1171         wl-message-buffer to nil when the message is hide.
1172
1173 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1174
1175         * .cvsignore: New file.
1176
1177 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1178
1179         * wl-action.el (wl-summary-action-docstring): Add more info.
1180         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1181         duplicate definition.
1182         (wl-summary-define-mark-action): Functions wl-summary-*-region
1183         keep current position.
1184         (wl-summary-unregister-target-mark): Store result to the variable.
1185
1186 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1187
1188         * Version number is increased to 2.11.4.
1189
1190 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1191
1192         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1193         wl-summary-delete-all-temp-marks.
1194         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1195
1196         * wl-action.el (wl-summary-set-mark): Changed terminology
1197         refile-destination -> action-argument.
1198         (wl-summary-unset-mark): Ditto.
1199         (wl-summary-remove-argument): Ditto.
1200         (wl-summary-print-argument): Ditto.
1201
1202         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1203         (wl-thread-remove-argument-region): Ditto.
1204         (wl-thread-print-argument-region): Ditto.
1205         (wl-thread-close): Ditto.
1206         (wl-thread-open): Ditto.
1207
1208         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1209         (wl-highlight-refile-destination-face is abolished)
1210         (wl-highlight-action-argument-string): Ditto.
1211         (wl-highlight-summary-current-line): Highlight action argument.
1212
1213         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1214         color for light backgrounds.
1215         (wl-highlight-summary-answered-face): Ditto.
1216
1217 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1218
1219         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1220
1221         * wl-score.el (wl-summary-score-update-all-lines): Use
1222         wl-summary-set-mark.
1223         (wl-summary-score-update-all-lines): Kill expunged messages.
1224
1225         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1226
1227 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1228
1229         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1230         directly.
1231         (wl-score-overview-entity-get-lines): Ditto.
1232         (wl-score-overview-entity-get-xref): Ditto.
1233         (wl-score-get-latest-msgs): Ditto.
1234         (wl-summary-rescore): Ditto.
1235
1236         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1237         to "&".
1238         (wl-summary-mark-as-answered-internal): New inline function.
1239         (wl-summary-mark-as-answered): New function.
1240         (wl-summary-mark-as-unanswered): Ditto.
1241         (wl-summary-sync-marks): Modified for answered-mark synching.
1242
1243 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-action.el (wl-summary-set-mark): Fixed last change.
1246
1247 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1248
1249         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1250         behavior of wl-summary-unread-message-hook
1251         (Pointed out by akira yamada <akira@arika.org>).
1252
1253 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1254
1255         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1256         wl-summary-delete.
1257         * wl-xmas.el (wl-summary-toolbar): Ditto.
1258
1259         * wl-action.el (wl-summary-set-mark): Don't override current
1260         temp-mark.
1261
1262         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1263
1264 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1265
1266         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1267         (wl-refile-msgid-learn): Ditto.
1268         (wl-refile-get-field-value): Ditto.
1269
1270         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1271
1272         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1273         (wl-expire-delete-reserved-messages): Renamed from
1274         wl-expire-reserve-marked-msgs-from-list.
1275         (wl-expire-delete): Removed argument `msgdb'.
1276         (wl-expire-refile): Ditto.
1277         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1278         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1279         mark-alist as argument.
1280         (wl-expire-archive-number1): Removed argument `msgdb'.
1281         (wl-expire-archive-number2): Ditto.
1282         (wl-expire-archive-date): Ditto.
1283         (wl-expire-localdir-date): Ditto.
1284         (wl-expire-hide): Ditto.
1285         (wl-archive-number1): Ditto.
1286         (wl-archive-number2): Ditto.
1287         (wl-archive-date): Ditto.
1288         (wl-archive-folder): Ditto.
1289         All other related portions are changed.
1290
1291 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1292
1293         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1294         mean move up and down. (suggested by Takashi Kawachi)
1295
1296 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1297
1298         * wl-acap.el (toplevel): Don't require un-define.
1299
1300 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1301
1302         * wl-thread.el (wl-thread-delete-message): Always update
1303         wl-summary-buffer-number-list.
1304
1305         * wl-action.el (wl-summary-print-destination): 
1306         Do nothing when folder is nil.
1307
1308 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1309
1310         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1311         persistent mark when prefetch is succeeded.
1312
1313 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1314
1315         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1316         instead of elmo-msgdb-delete-msgs.
1317         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1318         (wl-expire-hide): Ditto.
1319
1320         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1321
1322         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1323         elmo-msgdb interface.
1324         (wl-thread-get-exist-children): Likewise.
1325         (wl-thread-insert-message): Likewise.
1326         (wl-thread-msg-mark-as-important): Likewise.
1327         (wl-thread-insert-entity-sub): Likewise.
1328         (wl-thread-get-children-msgs-uncached): Likewise.
1329
1330         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1331         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1332         (wl-summary-sync-update): Likewise.
1333         (wl-summary-auto-select-msg-p): Likewise.
1334         (wl-summary-update-thread): Likewise.
1335         (wl-summary-mark-as-important): Likewise.
1336         (wl-summary-jump-to-msg-internal): Likewise.
1337         (wl-summary-redisplay-internal): Likewise.
1338         (wl-summary-print-message-with-ps-print): Likewise.
1339         (wl-summary-folder-info-update): Likewise.
1340
1341         * wl-folder.el (wl-folder-check-one-entity):
1342         elmo-folder-count-flags instead of wl-summary-count-unread.
1343
1344         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1345
1346         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1347
1348         * wl-summary.el (wl-summary-set-message-modified): 
1349         Call wl-summary-set-mark-modified.
1350         (wl-summary-delete-messages-on-buffer): Call
1351         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1352         (wl-summary-sync-update): Call elmo-folder-length instead of
1353         elmo-folder-messages.
1354         (wl-summary-insert-headers): Don't call
1355         elmo-folder-list-message-entities.
1356
1357 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1358
1359         * wl-action.el (wl-summary-define-mark-action): Call
1360         `wl-summary-set-mark' with argument `data'.
1361         (wl-summary-auto-refile): Fixed order of arguments when call
1362         `wl-summary-refile'.
1363
1364 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1365
1366         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1367
1368         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1369
1370         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1371         (Renamed from wl-highlight-summary-deleted-face).
1372         (wl-highlight-summary-resend-face): New face.
1373
1374         (wl-highlight-summary-deleted-face): Renamed from
1375         wl-highlight-summary-erased-face.
1376
1377         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1378
1379         * wl-action.el (wl-summary-get-resend-address): New function.
1380         (wl-summary-exec-action-resend): Ditto.
1381         (wl-summary-exec-action-resend-subr): Ditto.
1382
1383         * w-thread.el (wl-thread-copy): Removed definition.
1384         (wl-thread-refile): Ditto.
1385         (wl-thread-delete): Ditto.
1386         (wl-thread-target-mark): Ditto.
1387
1388         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1389         (wl-summary-target-mark-set-action): Fixed.
1390         (wl-summary-define-mark-action): Fixed quotation.
1391         (wl-summary-move-mark-list-messages): Display message.
1392         (wl-summary-define-mark-action): Define thread functions.
1393         (wl-summary-exec-action-refile): Changed message.
1394         (wl-summary-exec): Ditto.
1395
1396 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1397         
1398         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1399         '%%'.
1400
1401 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1402
1403         * wl.el (toplevel): Require wl-action.
1404         (wl-init): Call wl-summary-define-mark-action.
1405
1406         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1407
1408         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1409         wl-summary-delete and wl-summary-erase.
1410         (wl-summary-mode-map): Ditto.
1411
1412         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1413         wl-delete-folder-alist.
1414
1415         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1416         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1417         (toplevel): Moved mark & action related functions to the wl-action.el.
1418
1419         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1420         in wl-summary-mark-action-list.
1421         (wl-highlight-summary-current-line): Ditto.
1422
1423         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1424         empty lines.
1425
1426         * wl-action.el: New file. 
1427
1428 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1429
1430         * wl-summary.el (wl-summary-target-mark-replace): New function.
1431         (wl-summary-target-mark-prefetch): Use it.
1432         (wl-summary-target-mark-delete): Ditto.
1433         (toplevel): Rearranged definition order.
1434         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1435         (wl-summary-target-mark-erase): Rewrite.
1436         (wl-summary-erase-region): New function.
1437         (wl-summary-exec-action-erase): Changed message.
1438         (wl-summary-move-mark-list-messages): New function.
1439         (wl-summary-exec-action-delete): Use it.
1440         (wl-summary-exec-action-erase): Ditto.
1441
1442         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1443         (wl-summary-skip-mark-list): Added "d".
1444
1445         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1446         while searching.
1447
1448         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1449         and define using defcustom;
1450         Define 4th element as a face.
1451         
1452         * wl-summary.el (wl-summary-incorporate): Use 
1453         `wl-summary-prefetch-region-no-mark' instead of
1454         `wl-summary-prefetch-region'.
1455         (wl-summary-prefetch-region-no-mark): Revival of old
1456         `wl-summary-prefetch-region'.
1457         (wl-summary-mark-action-list): Moved to wl-vars.el
1458
1459         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1460         face according to the `wl-summary-mark-action-list'.
1461         (wl-highlight-summary-current-line): Ditto;
1462         Removed destination highlighting.
1463
1464         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1465         (wl-highlight-summary-line-string): Highlight for "i" mark.
1466         (wl-highlight-summary-current-line): Ditto.
1467
1468         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1469         no destination.
1470
1471         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1472         exists, just go ahead.
1473         (wl-summary-prefetch-region): Rewrite.
1474         (wl-summary-prefetch): Ditto.
1475         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1476         (wl-summary-exec-action-prefetch): New function.
1477         (wl-summary-target-mark-prefetch): Rewrite.
1478
1479 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1480
1481         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1482         (wl-highlight-summary-line-string): Added "d" and "D".
1483         (wl-highlight-summary-current-line): Ditto.
1484
1485         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1486         in wl-summary.el.
1487         (wl-thread-insert-entity-sub): Ditto.
1488         (wl-thread-remove-destination-region): Ditto.
1489         (wl-thread-print-destination-region): Ditto.
1490
1491         * wl-summary.el (wl-summary-buffer-refile-list,
1492         wl-summary-buffer-delete-list,
1493         wl-summary-buffer-copy-list): Abolish.
1494         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1495         All other related portions are changed.
1496         (wl-summary-mark-action-list): New variable.
1497         (wl-summary-set-mark): New function.
1498         (wl-summary-register-target-mark): Ditto.
1499         (wl-summary-unregister-target-mark): Ditto.
1500         (wl-summary-have-target-mark-p): Ditto.
1501         (wl-summary-register-temp-mark): Ditto.
1502         (wl-summary-unregister-temp-mark): Ditto.
1503         (wl-summary-registered-temp-mark): Ditto.
1504         (wl-summary-collect-temp-mark): Ditto.
1505         (wl-summary-unset-mark): Ditto.
1506         (wl-summary-set-target-mark): Ditto.
1507         (wl-summary-unset-target-mark): Ditto.
1508         (wl-summary-set-action-generic): Ditto.
1509         (wl-summary-unset-action-generic): Ditto.
1510         (wl-summary-exec-action-delete): Ditto.
1511         (wl-summary-exec-action-erase): Ditto.
1512         (wl-summary-set-action-refile): Ditto.
1513         (wl-summary-set-action-refile-subr): Ditto.
1514         (wl-summary-unset-action-refile): Ditto.
1515         (wl-summary-make-destination-numbers-list): Ditto.
1516         (wl-summary-exec-action-refile): Ditto.
1517         (wl-summary-set-action-copy): Ditto.
1518         (wl-summary-unset-action-copy): Ditto.
1519         (wl-summary-exec-action-copy): Ditto.
1520         (wl-summary-collect-numbers-region): Ditto.
1521         (wl-summary-delete): Rewrite.
1522         (wl-summary-erase): Ditto.
1523         (wl-summary-remove-destination): Ditto.
1524         (wl-summary-exec): Ditto.
1525         (wl-summary-exec-region): Ditto.
1526         (wl-summary-target-mark-erase): Ditto.
1527         (wl-summary-refile): Ditto.
1528         (wl-summary-copy): Ditto.
1529         (wl-summary-unmark): Ditto.
1530         (wl-summary-delete-all-mark): Ditto.
1531         (wl-summary-mark-line): Don't highlight.
1532         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1533         (wl-summary-target-mark-refile-subr): Rewrite.
1534
1535         (wl-summary-copy-prev-destination): Abolish.
1536
1537 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1538
1539         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1540         default values along the value of wl-on-mule.
1541         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1542         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1543         It is not used anywhere.
1544
1545 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1546
1547         * wl-summary.el (wl-summary-print-destination): Keep position.
1548         (wl-summary-cursor-move-surface): Keep horizontal position.
1549
1550 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1553         write sendlog.
1554
1555 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1556
1557         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1558         `wl-summary-highlight'.
1559
1560 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1561
1562         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1563         trivial condition for temp-mark.
1564
1565 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1566
1567         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1568         when it hits killed buffer.
1569
1570 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1571
1572         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1573         * wl-news.el.in: `message' and `error' take format string.
1574
1575 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1576
1577         * wl-folder (wl-folder-insert-entity): Display a message,
1578         `...done', when the work finish.
1579         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1580
1581 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1582
1583         * wl-message.el (wl-message-redisplay): Remove unused local
1584         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1585
1586 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1587
1588         * wl-summary.el (wl-summary-replace-status-marks): Disable
1589         interactive use.
1590         (wl-summary-reedit): Check message existence at first.
1591         (wl-summary-mark-line): Fix doc, return value is indefinite.
1592
1593         * wl-highlight.el (wl-highlight-message): Arranged.
1594
1595         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1596         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1597         check temp-mark by wl-summary-temp-mark always.
1598         (wl-highlight-summary): Change accordingly.
1599         * wl-summary.el (wl-summary-mark-as-read-all)
1600         (wl-summary-delete-cache, wl-summary-set-score-mark)
1601         (wl-summary-mark-as-unread, wl-summary-unmark)
1602         (wl-summary-mark-line, wl-summary-mark-as-read)
1603         (wl-summary-mark-as-important): Ditto.
1604
1605         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1606         end of the window if possible.
1607         * wl-summary.el (wl-summary-sync-update): Support lazy
1608         highlighting.
1609         (wl-summary-toggle-disp-msg): Ditto.
1610
1611 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1612
1613         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1614
1615 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1616
1617         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1618         change.
1619
1620 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1621
1622         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1623         API.
1624         (wl-summary-sync-update): Ditto.
1625
1626         * wl-score.el (wl-score-get-score-alist): Changed argument.
1627         (wl-summary-rescore-msgs): Likewise.
1628         (wl-summary-score-headers): Likewise.
1629         (wl-score-headers): Likewise;
1630         Use elmo-folder-do-each-message-entity, etc.
1631         (wl-summary-score-effect): Follow the changes above.
1632         (wl-summary-rescore): Ditto.
1633         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1634         (wl-score-get-overview): Abolish.
1635
1636         * wl-summary.el (wl-summary-default-from): Follow the API change in
1637         elmo-msgdb.
1638         (wl-summary-count-unread): Ditto.
1639         (wl-summary-detect-mark-position): Ditto.
1640         (wl-summary-overview-entity-compare-by-date): Ditto.
1641         (wl-summary-overview-entity-compare-by-number): Ditto.
1642         (wl-summary-overview-entity-compare-by-from): Ditto.
1643         (wl-summary-overview-entity-compare-by-subject): Ditto.
1644         (wl-summary-get-list-info): Ditto.
1645         (wl-summary-rescan): Ditto.
1646         (wl-summary-jump-to-msg-by-message-id): Ditto.
1647         (wl-summary-sync-update): Ditto; Removed comment.
1648         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1649         (wl-summary-insert-message): Use wl-summary-insert
1650         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1651         (wl-summary-insert-headers): Changed argument overview to folder.
1652         (wl-summary-search-by-subject): Likewise.
1653         (wl-summary-insert-thread): Renamed from 
1654         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1655
1656         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1657         too.
1658
1659         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1660         wl-string-member.
1661
1662 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1663
1664         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1665         elmo-folder-append-buffer.
1666         (wl-draft-queue-append): Likewise.
1667
1668         * wl-mime.el (wl-message-delete-current-part): Ditto.
1669         (wl-summary-burst-subr): Ditto.
1670
1671         * wl-news.el.in (wl-news-send-news): Ditto.
1672
1673 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1674
1675         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1676         function.
1677         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1678         (wl-summary-update-mark): Enclose with save-excursion.
1679         (wl-summary-mark-as-read-internal): Fixed last change.
1680         (wl-summary-mark-as-important): Use 3rd argument of
1681         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1682         Don't use elmo-msgdb-set-mark.
1683         (wl-summary-redisplay-internal): If msgdb flag is already read,
1684         just update the mark on buffer.
1685
1686 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1687
1688         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1689         cut visible folder when elmo-folder-delete returns non-nil value.
1690
1691 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1692
1693         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1694         by Kenichi OKADA <okada@opaopa.org>).
1695
1696 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1697
1698         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1699
1700 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1701
1702         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1703         Fixed the last change, search group entity by its real name.
1704         (Thanks to: KOBAYASHI Shinji)
1705
1706 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1707
1708         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1709         (wl-fldmgr-access-display-all): Don't refer visible name.
1710         * wl-expire.el (wl-folder-archive-current-entity)
1711         (wl-folder-expire-current-entity): Ditto.
1712         * wl-folder.el (wl-folder-jump-to-current-entity)
1713         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1714         (wl-folder-open-folder-sub,wl-folder-open-all)
1715         (wl-folder-write-current-folder): Ditto.
1716         (wl-folder-insert-entity): Don't use petname for normal group.
1717         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1718         is the real name.
1719         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1720         Abolished.
1721
1722 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1723
1724         * wl-draft.el (wl-draft-create-buffer): Add
1725         `wl-summary-reply-with-citation'
1726
1727 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1728
1729         * wl-draft.el (wl-draft-reply): Fixed.
1730
1731 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1732
1733         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1734         when `wl-draft-send-confirm-with-preview' is non-nil.
1735         You can scroll up/down by j/k.
1736         (wl-draft-send-confirm-with-preview): New variable (default=t).
1737
1738 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1739
1740         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1741         (wl-fldmgr-save-folders): Fix comment.
1742
1743 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1744
1745         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1746         along the last change in `wl-folder-buffer-group-p'.
1747
1748 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1749
1750         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1751         folder.
1752
1753         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1754         the default value.
1755
1756         * wl-mime.el (wl-summary-burst): Update summary only when target
1757         folder equals current folder.
1758
1759 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1760
1761         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1762
1763 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1764
1765         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1766         value.
1767
1768 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1769
1770         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1771         `map-extents' instead of `extent-at' repeatedly.
1772         (wl-highlight-folder-current-line): Ditto.
1773
1774         * wl-highlight.el: Remove useless dummy functions.
1775
1776 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1777
1778         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1779         (wl-folder-put-folder-property): New function to put text property.
1780         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1781         (wl-folder-insert-entity, wl-folder-update-diff-line)
1782         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1783         * wl-e21.el, wl-xmas.el, wl-mule.el
1784         (wl-highlight-folder-current-line): Ditto.
1785         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1786         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1787         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1788         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1789
1790 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1791
1792         * Version number is increased to 2.11.3.
1793
1794 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1795
1796         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1797         Resume current-buffer since it is assumed by remaining tasks.
1798
1799 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1800
1801         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1802         (wl-folder-completion-function): Abolished.
1803         (wl-folder-complete-folder): New function.
1804         (wl-folder-complete-filter-condition): Ditto.
1805         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1806         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1807
1808 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1809
1810         * wl-draft.el (wl-draft-send-confirm): New function.
1811         (wl-draft-send): Use it.
1812
1813         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1814         cursor-in-echo-area while confirming.
1815
1816         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1817
1818         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1819         searching via nntp if wl-summary-search-via-nntp is 'force.
1820         Otherwise, invoke searching in nntp folder only.
1821         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1822
1823         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1824         explicitly for mime-make-text-tag.
1825
1826 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1827
1828         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1829         `mime-make-text-tag' instead of `mime-create-tag'.
1830
1831 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1832
1833         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1834         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1835
1836 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1837
1838         * wl-score.el (wl-score-save): Bind print-length and print-level.
1839         (wl-score-pretty-print): Ditto.
1840         (wl-score-edit-insert-header-entry): Ditto.
1841
1842         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1843         "From" entry to be treated with wl-draft-eword-encode-address-list.
1844         * wl-mime.el (wl-draft-preview-message): Ditto.
1845
1846         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1847         (wl-summary-mark-as-unread): Ditto.
1848         (wl-summary-mark-as-read-region): Change accordingly.
1849         (wl-summary-mark-as-unread-region): Ditto.
1850         (wl-summary-target-mark-mark-as-read): Ditto.
1851         (wl-summary-target-mark-mark-as-unread): Ditto.
1852
1853 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1854
1855         * Version number is increased to 2.11.2.
1856
1857 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1858
1859         * wl-news.el.in (wl-news-previous-version-save): Bind
1860         print-length and print-level.
1861         * wl-thread.el (wl-thread-save-entities): Ditto.
1862         (wl-thread-save-top-list): Bind print-length.
1863
1864 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1865
1866         * wl-highlight.el (wl-highlight-summary-line-string): Use
1867         wl-summary-score-below-mark, wl-summary-score-over-mark.
1868         (wl-highlight-summary-current-line): Ditto.
1869
1870 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1871
1872         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1873         insert it.
1874
1875 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1876
1877         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1878
1879 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1880
1881         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1882         message without msgid.
1883         Rewrite with elmo-folder-move-messages.
1884         Set wl-message-buffer to nil.
1885
1886         * wl-summary.el (wl-summary-erase-subr): New function. Use
1887         elmo-folder-move-messages.
1888         (wl-summary-erase): Call it.
1889         (wl-summary-target-mark-erase): Ditto.
1890
1891 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1892
1893         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1894         it is not up-tp-date.
1895
1896 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1897
1898         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1899         buffer after calling `wl-summary-goto-folder-subr' without the
1900         argument `interactive'.
1901         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1902
1903 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1904
1905         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1906         `mime-create-tag'. Use `string=' instead of `looking-at'.
1907
1908 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1909
1910         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1911         to avoid compile warning.
1912
1913         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1914         entity-id when folder is given.
1915         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1916         save-excursion, use save-selected-window instead.
1917         Select folder buffer window if exists.
1918         (To correct behavior with wl-folder-move-cur-folder.)
1919
1920 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1921
1922         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1923
1924 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1925
1926         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1927         list-count instead of %d.
1928
1929 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1930
1931         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1932         (wl-news): Set it.
1933         (wl-news-append-to-folder): Use it.
1934
1935         * wl-news.el.in (wl-news-send-news): Append to specified folder
1936         instead of wl-default-folder.
1937         (wl-news-append-to-folder): Show error message with specified folder.
1938
1939         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1940                 In most major modes, Emacs assumes that any opening
1941                 delimiter found at the left margin is the start of a
1942                 top-level definition, or defun. Therefore, *never put an
1943                 opening delimiter at the left margin unless it should have
1944                 that significance.*
1945
1946         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1947
1948 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1949
1950         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1951
1952 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1953
1954         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1955
1956 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1957
1958         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1959         for sequential numbering case.
1960
1961 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1962
1963         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1964         value.
1965         (wl-draft-reply-without-argument-list): Ditto.
1966         (wl-draft-reply-myself-with-argument-list): Abolish.
1967         (wl-draft-reply-myself-without-argument-list): Ditto.
1968         * wl-draft.el (wl-draft-self-reply-p): New function.
1969         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1970
1971 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1972
1973         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1974         (avoid error for the case without byte-compiling)
1975
1976 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1977
1978         * wl-news.el.in (wl-news-append-to-folder): New function.
1979         (wl-news-exit): Rewrite.
1980         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1981
1982 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1983
1984         * wl-draft.el (wl-draft-reply-position): New function.
1985         (wl-draft-reply-position): Fix.
1986         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1987         (wl-summary-target-mark-reply-with-citation): Ditto.
1988         (wl-summary-reply-with-citation): Ditto.
1989         * wl-vars.el (wl-draft-reply-default-position): New variable.
1990
1991 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1992
1993         * wl-draft.el (wl-draft-send): Preview when interactive send.
1994
1995 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1996
1997         * wl-draft.el (wl-draft-reply): Set default position.
1998         * wl-summary.el (wl-summary-reply): Ditto.
1999         (wl-summary-reply-with-citation): Ditto.
2000         (wl-summary-target-mark-reply-with-citation): Ditto.
2001
2002 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2003
2004         * wl-news.el.in (wl-news-lang): Set default value according to
2005         current-language-environment.
2006         (wl-news-append-news): Do nothing when news-list is nil.
2007
2008 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2009
2010         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2011         (wl-news): Change message.
2012         (wl-news-exit): Check buffer.
2013         (wl-news-force-exit): New function.
2014         (wl-news-show-all): New function.
2015         (wl-news-discard-and-exit): Fix.
2016
2017 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2018
2019         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2020         according to current-language-environment.
2021
2022         * wl-news.el.in (wl-news): If arg, show all NEWS after
2023         wl-news-default-previous-version.
2024
2025 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2026
2027         * wl-news.el.in (wl-news-check): Rewritten.
2028         (wl-news-previous-version-load): Change data type.
2029         (wl-news-previous-version-save): Change data type.
2030         (wl-news-append-news): Add return value.
2031         (wl-news-check-news): New function.
2032         (wl-news-already-current-p): New function.
2033         (wl-news-send-news): Rewritten.
2034         (wl-news-mode-map): Add new keybind.
2035         (wl-news): Rewritten.
2036         (wl-news-exit): Rewritten.
2037         (wl-news-discard-and-mail): New function.
2038         (wl-news-send-to-address): Abolished.
2039         * wl.el (wl-init): Delete a message.
2040
2041 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2042
2043         * wl-news.el.in (wl-news-exit): Update previous version.
2044         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2045
2046 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2047
2048         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2049
2050 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2051
2052         * wl-news.el.in (wl-news): New function.
2053         (wl-news-mode): New function.
2054         (wl-news-next-line): New function.
2055         (wl-news-next-page): New function.
2056         (wl-news-exit): New function.
2057         (wl-news-buf-name): New variable.
2058         (wl-news-mode-map): New variable.
2059         (wl-news-winconf): New variable.
2060         (wl-news-append-news): Add an option.
2061
2062 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2063
2064         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2065
2066 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2067
2068         * wl-news.el.in (wl-news-send-to-address): New variable.
2069         (wl-news-send-news): Use it.
2070         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2071         Return updating status.
2072         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2073
2074 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2075
2076         * wl-news.el.in (wl-news-send-news): Delete
2077         Organization and X-Face.
2078
2079 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2080
2081         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2082         (wl-news-append-news): New function.
2083         (wl-news-send-news): New function.
2084
2085 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2086
2087         * Version number is increased to 2.11.1.
2088
2089 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2090
2091         * wl-news.el.in : New file.
2092
2093 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2094
2095         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2096         default value.
2097         (wl-draft-reply-without-argument-list): Ditto.
2098
2099 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2100
2101         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2102         (wl-message-buffer-prefetch-idle-time): Ditto.
2103         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2104
2105 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2106
2107         * wl-thread.el (wl-thread-insert-message): Use
2108         wl-summary-max-thread-depth.
2109
2110         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2111         loop detection.
2112
2113         * wl-message.el (wl-message-buffer-display): Back to the first page
2114         when cache is hit.
2115
2116 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2117
2118         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2119
2120         * wl-summary.el (wl-summary-insert-thread-entity):
2121         If the thread depth is reached to wl-summary-max-thread-depth,
2122         divide the thread.
2123
2124 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2125
2126         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2127         for elmo-remove-passwd.
2128
2129 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2130
2131         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2132         folder is sticky.
2133         (wl-folder-mark-as-read-all-entity): Ditto.
2134         (wl-folder-prefetch-entity): Ditto.
2135
2136 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2137
2138         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2139
2140 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2141
2142         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2143         Delete messages on buffer for unplugged operation.
2144         (wl-summary-erase): Ditto.
2145
2146 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2147
2148         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2149         take nil so as not to search parent by subject.
2150
2151 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2152
2153         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2154         (wl-folder-get-next-folder): Ditto.
2155         (wl-folder-get-path): Ditto.
2156
2157 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2158
2159         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2160         system and encode the region with it before verifying.
2161
2162 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2163
2164         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2165         system of the echo buffer before decoding.
2166
2167 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2168
2169         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2170         original contents.
2171
2172 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2173
2174         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2175         with argument 'any-exists.
2176
2177 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2178
2179         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2180         Use `wl-cs-autoconv'.
2181
2182 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2183
2184         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2185         by `mime-view-automatic-conversion'.
2186
2187         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2188         (wl-message-verify-pgp-nonmime): Ditto.
2189         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2190         Bind them to C-c:d and C-c:v respectively.
2191
2192         Merge following code by Teranishi-san from [wl-en:00167].
2193         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2194         (wl-mime-preview-application/pgp-encrypted): Ditto.
2195         (wl-mime-setup): Add entry.
2196
2197 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2198
2199         * wl-summary.el (wl-summary-target-mark-erase): New function.
2200         Bind it to "mD".
2201
2202 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-vars.el (wl-draft-write-file-function): Fix.
2205         (wl-draft-reedit-hook): Changed default value.
2206
2207         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2208         wl-draft-reedit-hook.
2209         (wl-draft-remove-text-plain-tag): New function.
2210         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2211
2212         * wl-vars.el (wl-draft-write-file-function): New user option.
2213
2214         * wl-draft.el (wl-draft-prepare-edit): Use it for
2215         local-write-file-hooks.
2216         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2217
2218         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2219         (wl-draft-insert-mail-header-separator): Return the body beginning
2220         point.
2221         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2222         text/plain.
2223         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2224
2225 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2226
2227         * wl-summary.el (wl-summary-erase): New function to erase message
2228         without moving it to trash. Bind to "D".
2229
2230         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2231         as `keep' unless switch-function.
2232
2233 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2234
2235         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2236         message buffer by using `wl-summary-toggle-disp-msg'.
2237         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2238         buffer window.
2239         (wl-summary-supresedes-message): Ditto.
2240
2241         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2242         Do not delete other windows.
2243         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2244         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2245         (wl-draft-create-buffer): Set reply-or-forward also for target
2246         mark commands.
2247
2248 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2249
2250         * wl-draft.el (wl-user-agent-compose): Delete special case for
2251         switch-to-buffer-other-window.
2252
2253         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2254         (wl-summary-forward): Ditto.
2255
2256         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2257         function.
2258         (wl-draft-buffer-style): New use option.
2259
2260         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2261         (wl-draft): Follow the change above.
2262         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2263         wl-draft-buffer-style.
2264         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2265         switch-function.
2266
2267 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2268
2269         * wl-draft.el (wl-user-agent-compose): Delete special case for
2270         switch-to-buffer-other-window.
2271
2272         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2273         (wl-summary-forward): Ditto.
2274
2275         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2276         function.
2277         (wl-draft-buffer-style): New use option.
2278
2279         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2280         (wl-draft): Follow the change above.
2281         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2282         wl-draft-buffer-style.
2283         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2284         switch-function.
2285
2286 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2287
2288         * wl-address.el (wl-address-make-completion-entry): Extracted from
2289         `wl-address-make-completion-list'.
2290         (wl-address-enable-strict-loading): New variable.
2291         (wl-address-make-completion-list): Revive petname duplication
2292         inquiry, and enable it if `wl-address-enable-strict-loading'.
2293         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2294
2295 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-message.el (wl-message-get-original-buffer): Avoid
2298         'Selecting deleted buffer' error when original buffer is killed.
2299
2300 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2301
2302         * wl-summary.el (wl-summary-next-message): Use
2303         elmo-message-accessible-p instead of elmo-message-cached-p.
2304
2305 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2306
2307         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2308
2309         * wl-thread.el (wl-thread-open-all-unread): Use
2310         elmo-folder-list-flagged instead of
2311         elmo-folder-list-messages-mark-match.
2312
2313         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2314         instead of elmo-folder-list-messages-mark-match.
2315         (wl-summary-move-spec-alist): New variable.
2316         (wl-summary-move-spec-plugged-alist,
2317         wl-summary-move-spec-unplugged-alist): Abolish.
2318         (wl-summary-next-message): Follow the change above.
2319         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2320         with 'no-msg' argument.
2321
2322         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2323         variable.
2324         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2325         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2326         (wl-message-buffer-prefetch-get-next): Follow the change above.
2327
2328 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2329
2330         * wl-version.el (wl-version): Changed codename.
2331
2332         * Version number is increased to 2.11.0.
2333
2334 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2335
2336         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2337         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2338         `wl-draft-config-variables'.
2339         (wl-draft-kill): Fixed problem when the draft is reedit.
2340
2341 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2342
2343         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2344         buffer-modified status (Thanks to
2345         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2346
2347 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2348
2349         * wl-util.el (wl-region-exists-p): New function.
2350
2351         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2352         Remove defvars for byte-compile warnings.
2353
2354 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2355
2356         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2357         defvar-maybe. Removed unused bind.
2358
2359 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2360
2361         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2362         summary buffer window before creating new frame.
2363         (wl-draft-reply): Ditto.
2364
2365 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2366
2367         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2368
2369 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2370
2371         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2372
2373 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2374
2375         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2376         instead of `kill-region'.
2377
2378 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2379
2380         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2381         (wl-highlight-summary-line-string): Use it.
2382         (wl-highlight-summary-current-line): Ditto.
2383
2384         * wl-mime.el (wl-message-delete-current-part): Check the class of
2385         mime-entity.
2386
2387         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2388
2389         * wl-summary.el (wl-summary-make-number-list): Initialize.
2390         (wl-summary-update-mark): New function.
2391         (wl-summary-reply): Put `answered' mark on the message.
2392         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2393
2394         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2395         (wl-draft-reply): Added optional argument `number';
2396         Set wl-draft-parent-number.
2397         (wl-draft-kill): Delete answered mark if it is a reply.
2398
2399 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2400
2401         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2402         that originates in mime-preview-follow-current-entity.
2403         (wl-draft-yank-current-message-entity): Use it if region is active.
2404
2405         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2406         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2407         `wl-message-delete-current-part'.
2408         * wl-mule.el (wl-message-define-keymap): Ditto.
2409         * wl-xmas.el (wl-message-define-keymap): Ditto.
2410
2411 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2412
2413         * wl-mime.el (wl-message-delete-current-part): New function.
2414         (wl-mime-node-id-to-string): Ditto.
2415
2416         * wl-mime.el (wl-message-delete-current-part): Use existing
2417         original buffer which corresponds current mime-view buffer.
2418         (fetched buffer might have different structure, possibly)
2419
2420         * wl-mime.el (wl-message-delete-current-part): Quit if the
2421         message content differs from the actual message.
2422
2423 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2424
2425         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2426         order.
2427         (wl-summary-search-by-subject): Search parent message from tail;
2428         Check the existence of the parent message on the current thread tree.
2429         (wl-summary-update-thread): Check whether the line is inserted.
2430
2431 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2432
2433         * wl-vars.el (wl-summary-line-format): Undo last change.
2434         * wl-summary.el (wl-summary-print-destination): Do not put
2435         invisible property when `wl-summary-width' is nil.
2436         (wl-summary-line-subject-minimum-length): Abolished.
2437         (wl-summary-line-subject): Ditto.
2438
2439 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2440
2441         * wl-vars.el (wl-summary-line-format): Change default value.
2442         (wl-summary-subject-length-limit): Abolished.
2443         * wl-summary.el (wl-summary-line-subject): Ditto.
2444
2445 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2446
2447         * wl-template.el (wl-template-select): Added optional argument.
2448         If optional argument is specified, reverse
2449         `wl-template-visible-select'.
2450
2451 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2452
2453         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2454         Take prefix argument to force asking the destination folder.
2455
2456 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2457
2458         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2459         count and update status.
2460
2461 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2462
2463         * wl-summary.el (wl-summary-redisplay-internal): If
2464         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2465         after fetching.
2466
2467 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2468
2469         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2470         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2471
2472         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2473
2474 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2475
2476         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2477         (All other related portions are changed).
2478         (wl-summary-mark-as-read-all): Rewrite.
2479
2480 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2481
2482         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2483         `wl-summary-mark-as-read'.
2484         (wl-summary-mark-as-unread): Rewrite.
2485         (wl-summary-mark-as-read): Added no-modeline argument.
2486         (wl-summary-resume-cache-status): Rewrite.
2487         (wl-summary-exec-subr): Remove unused local variable.
2488
2489 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2490
2491         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2492         logic to call `wl-summary-buffer-prev-folder-function'.
2493         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2494
2495 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2496
2497         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2498         is nil.
2499
2500 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2501
2502         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2503         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2504         (wl-mime-setup): Add its entry.
2505
2506 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2507
2508         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2509         (wl-summary-delete-cache): Likewise.
2510         (wl-summary-mark-as-read): Rewrite.
2511
2512 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2513
2514         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2515         `wl-summary-count-unread'.
2516
2517         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2518
2519         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2520
2521 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2522
2523         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2524         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2525         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2526         Renamed to the elmo-msgdb-*-mark.
2527         (wl-summary-score-marks): Follow the change above.
2528         (wl-summary-auto-refile-skip-marks): Ditto.
2529         (wl-summary-incorporate-marks): Ditto.
2530         (wl-summary-expire-reserve-marks): Ditto.
2531
2532         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2533         changes.
2534         (wl-thread-insert-top): Changed updating message.
2535
2536         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2537         variable.
2538         (wl-summary-count-unread): Count answered marks.
2539         (wl-summary-rescan): Call wl-summary-insert-message instead of
2540         wl-summary-append-message-func-internal.
2541         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2542         (wl-summary-prefetch-msg): Follow the variable name changes.
2543         (wl-summary-prefetch-region): Ditto.
2544         (wl-summary-mark-as-read-all): Follow the API changes;
2545         Don't call elmo-folder-replace-marks.
2546         (wl-summary-delete-cache): Follow the variable name changes.
2547         (wl-summary-resume-cache-status): Ditto.
2548         (wl-summary-update-status-marks): New function.
2549         (wl-summary-insert-message): New function.
2550         (wl-summary-sync-marks): Follow the variable name changes.
2551         (wl-summary-sync-update): Synchronize to the msgdb, too;
2552         Changed update messages.
2553         (wl-summary-make-number-list): Rewrite.
2554         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2555         (wl-summary-mark-as-unread): Follow the API changes.
2556         (wl-summary-exec-subr): Follow the variable name changes.
2557         (wl-summary-mark-as-read): Ditto.
2558         (wl-summary-move-spec-plugged-alist): Ditto.
2559         (wl-summary-move-spec-unplugged-alist): Ditto.
2560         (wl-summary-cursor-move-surface): Ditto.
2561
2562         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2563         variable name changes.
2564         (wl-highlight-summary-current-line): Ditto.
2565
2566         * wl-expire.el (wl-expire-refile): Follow the API change in
2567         elmo-folder-move-messages.
2568         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2569         (wl-summary-archive): Use elmo-folder-msgdb instead of
2570         elmo-msgdb-load.
2571
2572 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2573
2574         * wl-mime.el (wl-draft-preview-message): Restore the position
2575         before evaluating wl-draft-send-hook in preview buffer.
2576
2577 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2578
2579         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2580         when it creates new draft buffer.
2581
2582         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2583         without argument.
2584
2585         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2586         Evaluate content and if the value is string, insert it.
2587         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2588         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2589         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2590         wl-draft-config-sub-part-bottom): Use it.
2591
2592         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2593         with the folder name. The question was unintelligible when it is
2594         called from wl-save-status.
2595
2596 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2597
2598         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2599         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2600         cannot take second argument).
2601
2602 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2603
2604         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2605         as t. Since type and subtype are not case sensitive (RFC 2045).
2606
2607 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2608
2609         * wl-vars.el (wl-message-mode-line-format): New variable.
2610         (wl-message-mode-line-format-spec-alist): Ditto.
2611         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2612         (wl-message-redisplay): Use wl-message-mode-line-format.
2613
2614 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2615
2616         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2617
2618 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2619
2620         * wl-summary.el (wl-summary-default-from): Write description.
2621
2622 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-vars.el (wl-ldap-objectclass): Abolish.
2625
2626         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2627         (wl-ldap-make-filter): Removed condition for objectclass.
2628         (wl-ldap-make-matched-value-list): Remove meaningless process.
2629         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2630         (wl-address-ldap-search): Don't add `*' to `pat' string;
2631         use ignore-errors; added `email';
2632         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2633         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2634         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2635
2636
2637 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2638
2639         * wl-draft.el (wl-draft-parent-folder): Write description.
2640         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2641
2642 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2643
2644         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2645         as "" (zero-length string) if no parent.
2646         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2647
2648 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2649
2650         * wl-address.el (wl-address-make-completion-list): Skip duplication
2651         checking.
2652         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2653         `append'.
2654
2655 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2656
2657         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2658         instead of `beginning-of-buffer'.
2659
2660 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2663
2664 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2665
2666         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2667         Refer wl-message-buffer-name.
2668         (wl-message-wheel-down): Ditto.
2669
2670 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2671
2672         * wl-vars.el (wl-message-buffer-name): New user option.
2673
2674         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2675         directly instead of making alist dinamically.
2676
2677         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2678         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2679         wl-message-buffer-cache-name.
2680         (wl-message-buffer-cache-clean-up): Ditto.
2681
2682         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2683
2684         * Version number is increased to 2.9.15.
2685
2686 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2687
2688         * wl-vars.el (wl-summary-default-view-alist): New user option.
2689
2690         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2691
2692         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2693         while deleting address.
2694         (wl-draft-delete-myself-from-cc): Ditto.
2695
2696         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2697         If optional argument is specified, reverse sort order.
2698
2699         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2700
2701 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2702
2703         * wl-thread.el (wl-thread-insert-message): Return parent number if
2704         exists.
2705         (wl-thread-update-indent-string-region): Use
2706         wl-thread-update-line-on-buffer-sub instead of
2707         wl-thread-update-line-on-buffer.
2708
2709 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2710
2711         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2712         (wl-folder-close-all): Ditto.
2713
2714 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2715
2716         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2717         and mailing-list:.
2718         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2719         value.
2720         (wl-summary-line-list-info): Print mailing-list name even when 
2721         list-number is empty.
2722
2723 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2724
2725         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2726
2727         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2728         (wl-draft-open-file): Ditto.
2729         (wl-draft-random-alphabet): Ditto.
2730
2731         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2732         bindings.
2733
2734 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2735
2736         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2737         * wl-vars.el (wl-draft-config-alist): Ditto.
2738
2739 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2740
2741         * Version number is increased to 2.9.14.
2742
2743         * wl.el (wl): Don't set wl-init as nil when error occured while
2744         auto-checking folders.
2745
2746         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2747         `elmo-expand-newtext'.
2748
2749 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2750
2751         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2752         `this-command' so that `wl-folder-goto-folder' contained in
2753         `wl-summary-keep-cursor-command' work.
2754
2755 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2756
2757         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2758         message buffer displaying state.
2759
2760 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2761
2762         * wl-vars.el (wl-summary-default-view): New variable to specify
2763         default value for `wl-summary-buffer-view' instead of using
2764         set-default.
2765         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2766
2767 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2768
2769         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2770
2771         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2772
2773 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2774
2775         * wl-vars.el (wl-forward-subject-prefix): New variable.
2776         * wl-draft.el (wl-draft-forward): Use it.
2777
2778 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2779
2780         * wl-message.el (wl-message-prev-page): When it is called without
2781         lines argument, scroll down by wl-message-scroll-amount lines.
2782         (wl-message-next-page): Ditto.
2783         * wl-vars.el (wl-message-scroll-amount): Change default value
2784         to preserve current behavior.
2785
2786 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2787
2788         * wl-summary.el (wl-summary-prefetch-msg): Bind
2789         `wl-message-entity' to call `wl-summary-from-function'.
2790
2791 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2792
2793         * wl-message.el (wl-message-buffer-create): Run
2794         wl-message-buffer-created-hook.
2795
2796 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2797
2798         * wl-summary.el (wl-summary-sort-specs): New variable.
2799         (wl-summary-default-sort-spec): Ditto.
2800         (wl-summary-sort): Rewrite.
2801         (wl-summary-sort-by-list-info): New function.
2802
2803 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2804
2805         * wl-summary.el (wl-summary-get-list-info): New function.
2806         (wl-summary-sort): Rewrite.
2807         (wl-summary-line-list-info): Ditto.
2808         (wl-summary-line-list-count): Ditto.
2809         (wl-summary-refile-region): Fixed docstring.
2810
2811 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2814         `wl-folder-entity-hashtb' as completion table.
2815
2816 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2817
2818         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2819         only when this command is called interactively; silence the byte-
2820         compiler.
2821
2822 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2823
2824         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2825         active in XEmacs.
2826
2827 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2828
2829         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2830         plural lines.
2831
2832 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2833
2834         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2835         of current line when the cursor is on the header name.
2836         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2837
2838 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2839
2840         * wl-util.el (wl-read-directory-name): Return displayed directory
2841         as the default value also on XEmacs.
2842
2843 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2846         formatting.
2847
2848 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2849
2850         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2851         argument and when it is non-nil, check face property before
2852         highlighting for each line.
2853         (wl-highlight-summary-window): Set it.
2854
2855 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2858         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2859
2860         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2861         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2862         (wl-draft-get-fcc-list): Likewise.
2863
2864 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2865
2866         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2867         (wl-thread-entity-cur): Ditto.
2868         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2869         wl-thread-indent-regexp setting.
2870         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2871
2872         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2873         wl-summary-lazy-highlight.
2874         (wl-summary-display-bottom): Ditto.
2875
2876         * wl-thread.el (wl-thread-open-close): Likewise.
2877
2878         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2879         from and subject;
2880         Bind wl-draft-use-frame;
2881         Enclose with save-window-excursion;
2882         Use wl-draft-create-buffer instead of with-temp-buffer;
2883         Use wl-draft-prepare-edit;
2884         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2885         Use wl-draft-send instead of wl-draft-raw-send.
2886
2887 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2888
2889         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2890         of using wl-from.
2891
2892 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2893
2894         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2895         insert-buffer instead of clone-buffer.
2896         (wl-draft-doing-mime-bcc): New variable.
2897         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2898         infinite loop.
2899         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2900
2901         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2902         (wl-draft-mime-bcc-body): Ditto.
2903
2904         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2905         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2906         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2907         wl-draft-do-mime-bcc.
2908         (wl-draft-mime-bcc-field): New function.
2909         (wl-draft-do-mime-bcc): Ditto.
2910
2911         * wl-address.el (wl-address-complete-header-list): New variable.
2912         (wl-address-complete-header-regexp): Changed default value.
2913
2914         * Version number is increased to 2.9.13.
2915
2916 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2917
2918         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2919         it is differed.
2920
2921 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2922
2923         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2924         (wl-summary-line-list-count): Ditto.
2925
2926 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2927
2928         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2929         (wl-nntp-posting-function): New variable.
2930         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2931         `wl-nntp-posting-config-alist'.
2932
2933 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2934
2935         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2936         FLIM.
2937
2938 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2939
2940         * wl-summary.el (wl-summary-target-mark-refile-sub):
2941         Remove a nuisance funcall.
2942
2943 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2944
2945         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2946         as t for `try-completion'.
2947
2948 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2949
2950         * wl-summary.el (wl-summary-default-from): Use
2951         wl-address-header-extract-address instead of
2952         std11-extract-address-components.
2953         (wl-summary-simple-from): Ditto.
2954         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2955         (wl-summary-insert-headers): Show message.
2956         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2957         for whole line.
2958         (wl-summary-default-from): Revert last change.
2959         (wl-summary-simple-from): Ditto.
2960         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2961         (wl-summary-mark-as-read-region): Follow the change above.
2962         (wl-summary-sync-marks): Ditto.
2963         (wl-summary-target-mark-mark-as-read): Ditto.
2964         (wl-summary-redisplay-internal): Ditto.
2965         (wl-summary-redisplay-no-mime-internal): Ditto.
2966         (wl-summary-redisplay-all-header): Ditto.
2967         (wl-summary-mark-as-read): Removed argument `cached';
2968         Use current cache status to set cache mark.
2969         (wl-summary-redisplay-internal): Follow the change above.
2970         (wl-summary-redisplay-no-mime-internal): Ditto.
2971         (wl-summary-redisplay-all-header): Ditto.
2972
2973         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2974
2975         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2976         Don't call itself recursively (Adviced by Yamaoka-san).
2977
2978 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2979
2980         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2981         bind wl-summary-highlight as nil to avoid error caused by missing
2982         local variables.
2983
2984 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2985
2986         * wl-vars.el (wl-invalid-character-message): New user option.
2987
2988         * wl-util.el (wl-set-string-width): If truncated string-width is
2989         larger than specified width, use `wl-invalid-character-message'.
2990
2991 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2992
2993         * wl-summary.el (wl-summary-prefetch-msg): 
2994         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2995
2996 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2997
2998         * wl-vars.el (wl-summary-check-line-format): New user option.
2999         (wl-summary-line-format-file): Ditto.
3000
3001         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3002         variable.
3003         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3004         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3005         and `wl-summary-view-old-p' to check whether do a rescan or not.
3006         (wl-summary-view-old-p): New function.
3007         (wl-summary-line-format-changed-p): Ditto.
3008         (wl-summary-line-format-save): Ditto.
3009         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3010
3011         * wl-util.el (wl-set-string-width): Avoid using negative number
3012         for make-string.
3013
3014 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3015
3016         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3017         return value.
3018
3019         * wl-util.el (wl-set-string-width): Added optional argument
3020         `padding' (All other related portions are changed).
3021         (wl-line-parse-format): If the first letter of column number is
3022         `0', zero-padding the result (ex: "%05l").
3023
3024         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3025
3026 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3027
3028         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3029         sequential summary view.
3030
3031 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3032
3033         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3034         if it doesn't have a -unix version.
3035
3036 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3037
3038         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3039
3040 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3043         content.
3044         (wl-draft): Follow the change above.
3045
3046         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3047
3048         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3049         and wl-folder-summary-line-format-alist contain %T and %P.
3050
3051         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3052         (wl-summary-mode-line-format): New user option.
3053         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3054         (wl-summary-line-format): Changed default value.
3055         (wl-summary-lazy-highlight): Changed default value.
3056
3057         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3058         change in wl-summary-create-line.
3059         (wl-thread-insert-entity-sub): Ditto.
3060
3061         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3062         (wl-summary-buffer-unread-status): Ditto.
3063         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3064         (wl-summary-buffer-persistent-mark-column): Ditto.
3065         (wl-summary-buffer-mode-line-formatter): Ditto.
3066         (wl-summary-buffer-mode-line): Ditto.
3067         (wl-summary-message-regexp): Abolished.
3068         (All other related portions are changed.)
3069         (wl-summary-detect-mark-position): New function.
3070         (wl-summary-buffer-set-folder): Setup
3071         wl-summary-buffer-mode-line-formatter.
3072         (wl-summary-mode): Setup selective-display;
3073         Setup pre-idle-hook when xemacs.
3074         (wl-summary-update-modeline): Rewrite.
3075         (wl-summary-jump-to-msg): Define as function;
3076         Changed regexp for searching messages.
3077         (wl-summary-message-number): Rewrite.
3078         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3079         Do rescan when old type summary cache.
3080         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3081         (wl-summary-remove-destination): Use '\r' to detect EOL.
3082         (wl-summary-print-destination): Ditto.
3083         (wl-summary-temp-mark): New inline function.
3084         (wl-summary-persistent-mark): Ditto.
3085         (wl-summary-line-number): New function.
3086         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3087         (wl-summary-line-list-count): New function.
3088         (wl-summary-create-line): Added argument persistent-mark.
3089         (All other related portions are changed)
3090         (wl-summary-create-line): Insert '\r'.
3091         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3092         (wl-summary-cursor-move-surface): New inline function.
3093         (wl-summary-prev): Use it.
3094         (wl-summary-next): Ditto.
3095
3096         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3097         wl-summary-message-regexp.
3098         (wl-highlight-summary): Delete progress message.
3099         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3100
3101         * Version number is increased to 2.9.12.
3102
3103 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3104
3105         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3106         variable (nil: no minimum).
3107         (wl-summary-line-subject): Add some spaces after subject by
3108         wl-summary-line-subject-minimum-length.
3109
3110 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3111
3112         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3113         and removed `F'.
3114         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3115         change above).
3116
3117 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3118
3119         * wl-summary.el (wl-summary-line-list-count): Reverted.
3120         (example setting in samples/*/dot.wl is also updated)
3121
3122 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3123
3124         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3125
3126         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3127
3128         * wl-vars.el (wl-summary-line-format): Addes some description to the
3129         docstring.
3130
3131         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3132         (wl-summary-line-close-bracket): Ditto.
3133         (wl-summary-line-children-number): Ditto.
3134         (wl-summary-line-thread-indent): Ditto.
3135         (wl-summary-line-children-and-from): Ditto.
3136
3137         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3138         't', 'c', 'F' and added 'C'.
3139
3140         * wl-util.el (wl-set-string-width): Accept negative value.
3141         (wl-line-parse-format): Added "%number(" and "%)".
3142
3143 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3144
3145         * wl-summary.el (wl-summary-line-list-count): Change format of the
3146         return value.
3147
3148 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3149
3150         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3151         from the recent message.el.
3152         (wl-draft-point-in-header-p): Ditto.
3153         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3154         wl-draft-beginning-of-line.
3155         * wl-e21.el (wl-draft-mode-map): Ditto.
3156         * wl-xmas.el (wl-draft-mode-map): Ditto.
3157
3158         * wl-folder.el: Sort macrodefs by dependencies.
3159
3160 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3161
3162         * wl-summary.el (wl-summary-prev): Fixed regexp.
3163         (wl-summary-next): Ditto.
3164
3165 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3166
3167         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3168
3169 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3170
3171         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3172         for backward compatibility.
3173
3174 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3175
3176         * wl-summary.el (wl-summary-line-list-count): New function, merged
3177         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3178         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3179         list counts.
3180
3181 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3182
3183         * wl-summary.el (wl-summary-create-line): Ignore errors while
3184         timezone-fix-time.
3185
3186         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3187
3188         * wl-summary.el (wl-summary-sync-update): Ditto.
3189         (wl-summary-default-from): Use wl-message-entity
3190         instead of entity.
3191
3192         * wl-summary.el (wl-summary-create-line): Fix.
3193
3194         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3195         (wl-summary-line-format): New user option.
3196         (wl-folder-summary-line-format-alist): Ditto.
3197         (wl-summary-from-width): Abolished.
3198
3199         * wl-util.el (toplevel): Require 'bytecomp.
3200         (wl-line-parse-format): New function.
3201         (wl-line-formatter-setup): New macro.
3202
3203         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3204         (wl-summary-buffer-line-formatter): New buffer local variable.
3205         (wl-summary-switch-to-clone-buffer): Follow the change above.
3206         (wl-summary-message-regexp): Fix.
3207         (wl-summary-from-func-internal): Abolished.
3208         (wl-summary-subject-func-internal): Ditto.
3209         (wl-summary-subject-filter-func-internal): Ditto.
3210         (All other related portions are changed.)
3211         (wl-summary-buffer-set-folder):
3212         Set up wl-summary-buffer-number-column and 
3213         wl-summary-buffer-line-formatter
3214         (All other related portions are changed.)
3215         (wl-summary-buffer-number-column-detect): Abolished.
3216         (All other related portions are changed.)
3217         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3218         (wl-summary-delete-all-temp-marks-on-buffer): Use
3219         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3220         (wl-summary-target-mark-delete): Ditto.
3221         (wl-summary-target-mark-refile-subr): Ditto.
3222         (wl-summary-target-mark-mark-as-read): Ditto.
3223         (wl-summary-target-mark-mark-as-unread): Ditto.
3224         (wl-summary-target-mark-mark-as-important): Ditto.
3225         (wl-summary-target-mark-save): Ditto.
3226         (wl-summary-replace-status-marks): Renamed from
3227         wl-summary-set-status-marks-on-buffer;
3228         Use wl-summary-message-regexp instead of
3229         wl-summary-buffer-number-regexp.
3230         (wl-summary-sync-update): Follow the change above.
3231         (wl-summary-goto-previous-message-beginning): New function.
3232         (wl-summary-mark-as-unread): Use it.
3233         (wl-summary-mark-as-important): Ditto.
3234         (wl-summary-line-formatter): New variable.
3235         (wl-summary-line-year): New function.
3236         (wl-summary-line-day): Ditto.
3237         (wl-summary-line-day-of-week): Ditto.
3238         (wl-summary-line-hour): Ditto.
3239         (wl-summary-line-minute): Ditto.
3240         (wl-summary-line-open-bracket): Ditto.
3241         (wl-summary-line-close-bracket): Ditto.
3242         (wl-summary-line-children-number): Ditto.
3243         (wl-summary-line-thread-indent): Ditto.
3244         (wl-summary-line-size): Ditto.
3245         (wl-summary-line-subject): Ditto.
3246         (wl-summary-line-from): Ditto.
3247         (wl-summary-line-children-and-from): Ditto.
3248         (wl-summary-create-line): Rewritten.
3249         (wl-summary-format-date): Abolished.
3250
3251         * wl-highlight.el (wl-highlight-summary-current-line): Use
3252         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3253         Use thread structure to detect thread top message.
3254
3255         * wl-draft.el (wl-default-draft-cite): Don't use
3256         wl-summary-from-func-internal.
3257
3258         * wl-refile.el (wl-refile-subject-learn): Don't use
3259         wl-summary-subject-filter-func-internal.
3260         (wl-refile-guess-by-subject): Ditto.
3261
3262         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3263         parameters.
3264
3265         * wl-thread.el (wl-thread-update-indent-string-region):
3266         Use wl-thread-update-line-on-buffer instead of
3267         wl-thread-update-indent-string.
3268         (wl-thread-update-children-number): Redefine using
3269         wl-thread-update-line-on-buffer.
3270         (wl-thread-update-indent-string): Abolished.
3271
3272         * Version number is increased to 2.9.11.
3273
3274 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3275
3276         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3277         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3278         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3279
3280         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3281         as nil.
3282
3283         * wl-thread.el (wl-thread-open-all-unread): Use 
3284         elmo-folder-list-messages-mark-match.
3285         (wl-thread-insert-message): Removed argument `mark-alist'.
3286         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3287         elmo-msgdb-set-mark.
3288         (wl-thread-get-children-msgs-uncached): Likewise.
3289         (wl-thread-get-exist-children): Added argument include-self.
3290         (wl-thread-delete-message): Follow the change above.
3291
3292         * wl-summary.el (wl-summary-count-unread): Removed argument.
3293         (wl-summary-rescan): Follow the change above.
3294         (wl-summary-mark-as-read-region): Ditto
3295         (wl-summary-mark-as-unread-region): Ditto.
3296         (wl-summary-delete-messages-on-buffer): Ditto.
3297         (wl-summary-sync-update): Ditto.
3298         (wl-summary-switch-to-clone-buffer): Ditto.
3299         (wl-summary-goto-folder-subr): Ditto.
3300         (wl-summary-target-mark-mark-as-read): Ditto.
3301         (wl-summary-target-mark-mark-as-unread): Ditto.
3302         (wl-summary-target-mark-mark-as-important): Ditto.
3303         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3304         (wl-summary-update-thread): Removed argument `mark-alist'.
3305         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3306         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3307         (wl-summary-resume-cache-status): Likewise.
3308         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3309         elmo-msgdb-set-mark.
3310         (wl-summary-mark-as-read-all): Likewise.
3311         (wl-summary-delete-cache): Ditto.
3312         (wl-summary-auto-select-msg-p): Ditto.
3313         (wl-summary-mark-as-unread): Ditto.
3314         (wl-summary-no-auto-refile-message-p): Ditto.
3315         (wl-summary-mark-as-read): Ditto.
3316         (wl-summary-mark-as-important): Ditto.
3317         (wl-summary-auto-refile): Follow the change above.
3318         (wl-summary-delete-all-marks): Removed.
3319         (wl-summary-resume-marks-and-highlight): Ditto.
3320         (wl-summary-resume-marks): Ditto.
3321         (wl-summary-delete-important-msgs-from-list): Ditto.
3322         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3323
3324         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3325         wl-summary-count-unread.
3326
3327         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3328         (wl-summary-score-update-all-lines): Use
3329         elmo-msgdb-set-mark.
3330
3331 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3332
3333         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3334         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3335         (wl-summary-create-line): Renamed from
3336         wl-summary-overview-create-summary-line;
3337         Argument rearrangement.
3338         (wl-summary-update-thread): Follow the change above.
3339
3340         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3341         (wl-thread-insert-entity-sub): Likewise.
3342
3343         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3344         argument `overview', `mark-alist' and added `msgdb'.
3345
3346         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3347
3348         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3349         (wl-summary-rescan): Follow the change above.
3350         (wl-summary-sync-update): Ditto.
3351         (wl-summary-insert-thread-entity): Ditto;
3352         Don't use `let*' in every while loop;
3353         Detect infinite loop of threads.
3354         (wl-summary-update-thread): Removed argument `overview'.
3355
3356         * wl-thread.el (wl-thread-insert-message): Ditto.
3357
3358         * Version number is increased to 2.9.10.
3359
3360         * wl-message.el (wl-message-redisplay): Ignore errors while
3361         wl-message-redisplay-hook.
3362
3363 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3364
3365         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3366
3367 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3368
3369         * wl.el (wl): inhibit-quit while wl-folder.
3370
3371 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3374         while msgdb access.
3375
3376 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3377
3378         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3379         even if no folder is not created.
3380
3381 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3382
3383         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3384
3385         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3386         implementation.
3387         (wl-summary-target-mark-thread): Ditto.
3388
3389         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3390
3391 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3392
3393         * wl-util.el (wl-display-bytes): Remove unused function.
3394
3395 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3396
3397         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3398         seems critical one (partially reverse the change in 2002/03/17).
3399
3400 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3401
3402         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3403         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3404
3405 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3406
3407         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3408         is not writable.
3409         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3410         plugged status instead of `'force' as 2nd argument.
3411
3412         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3413         is not creatable.
3414
3415         * Version number is increased to 2.9.9.
3416
3417 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3418
3419         * wl-summary.el (wl-summary-suspend): New function.
3420
3421 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3422
3423         * wl.el (wl): Do not check variables if check is nil.
3424         * wl-utils.el (wl-collect-draft): New function.
3425         * wl-folder.el (wl-folder-suspend): Put summary buffers
3426         and draft buffers at the end of buffer list.
3427         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3428
3429 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3430
3431         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3432         loop instead of recursive call.
3433
3434         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3435         2nd argument.
3436
3437 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3438
3439         * wl-draft.el (wl-draft-create-contents): Don't take neither
3440         (function . args) nor (string . something) any more.
3441
3442         * wl-version.el (wl-generate-user-agent-string): Return string
3443         without header symbol.
3444         * wl-draft.el (wl-draft-default-headers): Use it.
3445
3446         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3447         `wl-draft-insert-ccs' and return field value instead of inserting
3448         the header. Abolish cc argument.
3449         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3450
3451         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3452         rather than one with string car.
3453
3454         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3455         * wl-draft.el (wl-draft-create-contents): Add it after the default
3456         headers.
3457
3458         * wl-draft.el (wl-draft-create-contents): For the case of
3459         (symbol-or-string . function) insert header only when the function
3460         returns string value.
3461
3462 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3463
3464         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3465         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3466
3467 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3468
3469         * wl.el (wl-check-environment): Don't check Message-ID when
3470         `wl-insert-message-id' is nil.
3471         Revive checking if `wl-message-id-domain' contains "@".
3472
3473 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3474
3475         * wl.el (wl-check-environment): Merge examination for "@" at
3476         inappropriate position into the first string-match.
3477
3478         * wl-summary.el (wl-summary-target-mark-print): New function.
3479         (wl-summary-pipe-message-subr): Extracted from
3480         `wl-summary-pipe-message'.
3481         (wl-summary-target-mark-pipe): New function.
3482         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3483         `wl-summary-target-mark-pipe'.
3484
3485 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3486
3487         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3488
3489 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3490
3491         * wl.el (wl-check-environment): Use elmo-warning instead of
3492         error for non-critical ones.
3493         Remove trash folder check.
3494         (wl): Don't ignore error in wl-check-environment.
3495
3496         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3497         check, which is moved from `wl-check-environment'.
3498         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3499
3500 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3501
3502         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3503         guess anything, call wl-summary-write.
3504         (wl-summary-write): Create draft with blank To field.
3505         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3506
3507 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3508
3509         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3510         argument full as well for wl-folder-write-current-folder.
3511         If wl-*-write-current-folder cannot guess addressee, add blank
3512         To header.
3513         Rewrite condition for positioning cursor.
3514
3515 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3516
3517         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3518         summary buffer is present, use it.
3519         (wl-folder-jump-to-previous-summary): Ditto.
3520
3521 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3522
3523         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3524
3525         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3526         wl-summary-previous-buffer and wl-summary-next-buffer.
3527
3528         * wl-folder.el (wl-folder-mode-map): Bind
3529         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3530         (wl-folder-jump-to-next-summary): New function.
3531         (wl-folder-jump-to-previous-summary): Ditto.
3532
3533         * wl-draft.el (wl-draft): Rearranged.
3534
3535 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3536
3537         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3538         of header.
3539         (wl-draft): Collect arguments for the header as header-alist.
3540         (wl-draft-forward): Arrange arguments for wl-draft.
3541         (wl-draft-reply): Ditto.
3542         (wl-draft-edit-string): Ditto.
3543         * wl-summary.el (wl-summary-write): Ditto.
3544         (wl-summary-write-current-folder): Ditto.
3545
3546         * Version number is increased to 2.9.8.
3547
3548 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3549
3550         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3551
3552         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3553
3554         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3555         even if the guess failed.
3556
3557         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3558         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3559         wl-summary-write-current-folder.
3560         * wl-xmas.el: Ditto.
3561
3562 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3563
3564         * wl-summary.el (wl-summary-next-page): Force display message if
3565         message is not displayed yet.
3566         (wl-summary-prev-page): Ditto.
3567
3568 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3569
3570         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3571
3572 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3573
3574         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3575         add "Preview Message" and "Save Draft and Exit".
3576
3577 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3578
3579         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3580         if addrmgr is called from draft in splitted window.
3581
3582         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3583         * wl-mule.el: Ditto.
3584         * wl-xmas.el: Ditto.
3585
3586 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3587
3588         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3589
3590         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3591         * wl-xmas.el (wl-folder-toolbar): Ditto.
3592
3593 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3594
3595         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3596         and wl-draft-save-and-exit.
3597         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3598         * wl-xmas.el: Ditto.
3599         * wl-mule.el: Ditto.
3600
3601         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3602         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3603
3604 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3605
3606         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3607         lists for saving buffer.
3608
3609 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3610
3611         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3612         parent-folder argument instead of it.
3613         (wl-draft-create-buffer): Ditto.
3614         (wl-draft-forward): Ditto.
3615         (wl-draft-reply): Ditto.
3616         * wl-summary.el (wl-summary-write): Ditto.
3617         (wl-summary-write-current-folder): Ditto.
3618
3619         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3620         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3621         Folder buffer after composing.
3622
3623 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3626         header if the file `wl-x-face-file' already contains it.
3627
3628 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3629
3630         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3631         folder" entry.
3632         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3633         * wl-e21.el (wl-folder-toolbar): Ditto.
3634         * wl-xmas.el (wl-folder-toolbar): Ditto.
3635
3636 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3637
3638         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3639         wl-folder-goto-folder with sticky argument.
3640         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3641
3642 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3643
3644         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3645         and wl-summary-previous-buffer.
3646         (wl-summary-next-buffer): New function.
3647         (wl-summary-previous-buffer): Ditto.
3648
3649 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3650
3651         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3652         wl-folder-jump-to-current-entity-with-arg.
3653         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3654         `wl-folder-jump-to-current-entity'.
3655         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3656         `wl-summary-goto-folder-sticky'.
3657         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3658         `wl-summary-goto-folder'.
3659         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3660         Unless force-exit, do not clean temp. marks for sticky summary.
3661         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3662
3663 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3664
3665         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3666         not entire.
3667
3668 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3669
3670         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3671         to `C-x C-s'.
3672         (wl-summary-save-status): New command.
3673         (wl-summary-exit): Don't clean-up temp marks when sticky.
3674         (Applied patch from Nakayama-san [wl: 09548])
3675         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3676         Do nothing when no mark data.
3677         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3678         Call `wl-summary-delete-all-temp-marks' before saving.
3679
3680 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3681
3682         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3683
3684 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3685
3686         * wl.el (wl-check-environment): Also cause error when (system-name)
3687         returns "localhost.localdomain". (Although it doesn't affect because
3688         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3689
3690 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3691
3692         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3693         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3694
3695         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3696         value.
3697
3698 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3699
3700         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3701         Likewise r-cc-list and r-ng-list.
3702
3703 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3704
3705         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3706         only if it is bound as variable.
3707
3708         * wl-mime.el (wl-draft-preview-message): Ditto.
3709
3710 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3711
3712         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3713         needless `goto-char'.
3714
3715         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3716         `wl-summary-redisplay-no-mime-internal' instead of
3717         `wl-summary-redisplay-no-mime'.
3718         (wl-summary-redisplay-no-mime): Changed argument;
3719         Call `wl-summary-redisplay-no-mime-internal'.
3720
3721         * wl-mime.el (wl-draft-preview-message): Bind
3722         `mime-header-encode-method-alist' locally.
3723
3724         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3725         (wl-draft-std11-parse-addresses): Added the first address check.
3726         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3727
3728         * Version number is increased to 2.9.7.
3729
3730 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3731
3732         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3733
3734 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3735
3736         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3737         related to scrollbar support, if there is no such a feature
3738         compiled in.
3739
3740 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3741
3742         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3743         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3744         for prefetch.
3745
3746 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3747
3748         * wl-summary.el (wl-summary-pick): Fix for no match.
3749
3750 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3751
3752         * wl-draft.el (wl-draft-save):
3753         Override `mime-header-encode-method-alist'.
3754
3755 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3756
3757         * wl-folder.el (wl-folder-pick): New function.
3758         Define key as "?".
3759
3760 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3761
3762         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3763         Fix for unplugged.
3764
3765 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3766
3767         * wl-folder.el (wl-folder-virtual): New function.
3768         Define key as "V".
3769
3770 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3771
3772         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3773         multi folder if entity is group.
3774
3775 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3778         is nil.
3779
3780 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3781
3782         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3783         (wl-summary-target-mark-msgs): Return the number of marked messages.
3784
3785 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3786
3787         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3788         "first:" is specified.
3789
3790 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3791
3792         * wl-vars.el (wl-from): Use return value of function
3793         user-full-name instead of the variable user-full-name since
3794         XEmacs-20.4 doesn't set this variable.
3795
3796 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3797
3798         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3799         call `wl' directly.
3800
3801 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3802
3803         * wl-draft.el (wl-draft-reedit): Removed duplicated
3804         switch-to-buffers.
3805
3806 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3807
3808         * wl.el (wl-other-frame): Removed garbages.
3809
3810 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3811
3812         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3813
3814         * wl-xmas.el (wl-draft-key-setup): Ditto.
3815
3816         * wl-mule.el (wl-draft-key-setup): Ditto.
3817
3818         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3819         (wl-draft-reedit): Ditto.
3820         (wl-draft-prepare-edit): Add `wl-draft-save' to
3821         `local-write-file-hooks'.
3822         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3823         (wl-draft-reedit): Set buffer-file-name.
3824         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3825
3826
3827         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3828         call it.
3829         (wl-delete-startup-frame-function): New variable.
3830         (wl-other-frame): New function
3831         (Original was written by Yamaoka san [wl: 09239]).
3832
3833         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3834         if `wl-folder-use-frame'.
3835
3836 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3837
3838         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3839
3840 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3841
3842         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3843         New variable.
3844         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3845         (wl-message-buffer-prefetch-get-next): Use them.
3846         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3847
3848 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3849
3850         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3851         with unwind-protect.
3852
3853         * wl-draft.el (wl-draft-reedit): Rewrite.
3854         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3855         (wl-draft-save): Insert header separator if it does not exist;
3856         Removed condition-case.
3857
3858         * wl-summary.el (wl-summary-reedit): Revert last change.
3859
3860         * wl-draft.el (wl-draft-save): Rewrite.
3861         (wl-draft-create-buffer): Set buffer-file-name as nil.
3862
3863         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3864
3865         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3866
3867         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3868         nil.
3869
3870 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3871
3872         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3873         If count is nil, do not prefetch.
3874         (wl-message-buffer-prefetch-next): Next.
3875
3876 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3877
3878         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3879
3880 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3881
3882         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3883         `delete-backward-char'
3884         (wl-draft-prepare-edit): Check major-mode.
3885         (wl-draft-decode-header): Rewrite.
3886         (wl-draft): Fix.
3887
3888 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3889
3890         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3891
3892 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3893
3894         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3895         (wl-message-buffer-prefetch-get-next): Remove size checking.
3896         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3897
3898 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3899
3900         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3901         (wl-draft-default-headers): Fix.
3902
3903 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3904
3905         * wl-draft.el (wl-draft-default-headers): Insert return value of
3906         `wl-generate-mailer-string-function'.
3907
3908 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3909
3910         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3911         (wl-draft-insert-mail-header-separator): Ditto.
3912
3913         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3914         again (Reverted the change on 2002-01-17 by OKADA san).
3915
3916 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3917
3918         * wl-draft.el (wl-draft): Rewrite.
3919         (wl-draft-create-buffer): New function.
3920         (wl-draft-create-contents): Ditto.
3921         (wl-draft-prepare-edit): Ditto.
3922         (wl-draft-decode-header): Ditto.
3923         (wl-draft-decode-body): Ditto.
3924         (wl-draft-check-new-line): Ditto.
3925         (wl-draft-default-headers): Ditto.
3926         (wl-draft-insert-mail-header-separator): Ditto.
3927
3928 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3929
3930         * Version number is increased to 2.9.6.
3931
3932 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3933
3934         * wl-draft.el (wl-draft-delete-field): Optional argument.
3935         (wl-draft-delete-fields): Ditto.
3936
3937 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3938
3939         * wl-message.el (toplevel): Eliminated byte-compile warning.
3940         for `itimer-function', `delete-timer' and `itimer-list'.
3941
3942 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3943
3944         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3945         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3946         `wl-message-buffer-prefetch-threshold'.
3947         * wl-summary.el (wl-summary-redisplay-internal): Remove
3948         the check of `wl-message-buffer-prefetch-depth'.
3949
3950 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3951
3952         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3953         size of article.
3954         (wl-message-buffer-prefetch-subr): Remove size check.
3955
3956 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3957
3958         * wl-vars.el (wl-plugged): Make customizable.
3959
3960 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3961
3962         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3963         (wl-message-buffer-prefetch-set-timer): New function.
3964         (wl-message-buffer-prefetch-get-next): New function.
3965         (wl-message-buffer-prefetch): New function.
3966         (wl-message-buffer-prefetch-next): Rewrite.
3967         (wl-message-buffer-prefetch-subr): Rewrite.
3968         * wl-vars.el (wl-auto-prefetch-first): New variable.
3969         * wl-summary.el (wl-summary-goto-folder-subr): Call
3970         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3971
3972 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3973
3974         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3975         `wl-summary-unread-message-hook'.
3976
3977 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3978
3979         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3980         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3981         if range is `cache-status'.
3982
3983 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3984
3985         * wl-message.el (wl-message-buffer-prefetch-subr):
3986         Improve debug message.
3987
3988 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3989
3990         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3991         `wl-mail-send-pre-hook'.
3992         (wl-draft-send-mail-with-qmail): Ditto.
3993         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3994
3995 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3996
3997         * wl-message.el (wl-message-buffer-prefetch-subr):
3998         Fix for cancel-function-timers bug.
3999         (wl-message-buffer-prefetch-debug): Default value is t.
4000
4001 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4002
4003         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4004         (wl-message-buffer-prefetch-subr): Rewrite.
4005         Rename from `wl-message-buffer-prefetch'.
4006
4007 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4008
4009         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4010         (wl-default-draft-cite-decorate-author): Ditto.
4011
4012         * wl-draft.el (wl-draft-cite-function): Removed.
4013         (wl-default-draft-cite-decorate-author): Ditto.
4014
4015 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4016
4017         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4018         (wl-default-draft-cite): Do not arrange author name if the value of
4019         `wl-default-draft-cite-decorate-author' is nil.
4020
4021 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4022
4023         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4024
4025         * wl-folder.el (wl-folder-check-one-entity): Don't care
4026         `elmo-folder-use-flag-p'.
4027
4028 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4029
4030         * wl-folder (wl-folder-check-one-entity): Fix
4031         problem if unread is nil.
4032
4033 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4034
4035         * wl-address.el (wl-address-make-completion-list): Check whether
4036         the address is a group list.
4037         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4038
4039 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4040
4041         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4042         The number of the messages of new and unread does not count
4043         correctly.
4044
4045         * wl-summary.el (wl-summary-count-unread): Changed to return
4046         `(new . unread)' instead of total.
4047         (wl-summary-sync-update): Follow the change above.
4048
4049         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4050
4051 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4052
4053         * wl-address.el (wl-address-make-completion-list): Do not enclose
4054         address by " <" and ">" if associated realname is "".
4055         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4056         This is against the promblem with group list in .addresses pointed
4057         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4058
4059 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4060
4061         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4062         message is a format control string.
4063         * wl-expire.el (wl-expire-append-log): Ditto.
4064         * wl-mime.el (wl-summary-burst-subr): Ditto.
4065         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4066         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4067
4068 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4069
4070         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4071         wl.el (wl-check-variables): Rename from `wl-check-type'.
4072         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4073         (wl-check-variables-2): New function.
4074         (wl): Call `wl-check-variables-2'.
4075
4076 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4077
4078         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4079         after renaming folder in access group.
4080
4081 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4082
4083         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4084         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4085         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4086         (wl-message-buffer-prefetch): Rewrite.
4087         (wl-message-buffer-prefetch-idle-time): Removed.
4088         * wl-summary.el (wl-summary-redisplay-internal):
4089         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4090         Error check for `wl-message-buffer-prefetch-depht'.
4091
4092 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4093
4094         * Version number is increased to 2.9.5.
4095         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4096
4097 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4098
4099         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4100         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4101         Based on the patch written by
4102         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4103
4104 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4105
4106         * wl-draft.el (wl-draft-raw-send): Fix for
4107         `wl-news-send-pre-hook'
4108
4109 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4110
4111         * wl-utils.el (wl-message-id-function): New variable.
4112         * wl-draft.el (wl-draft-insert-required-fields):
4113         Use `wl-message-id-function'.
4114
4115 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4116
4117         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4118         * wl-utils.el (wl-draft-make-message-id-string):
4119         Use `wl-from' for domain part of Message-ID
4120         if `wl-message-id-use-wl-from' if non-nil.
4121         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4122
4123 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4124
4125         * wl.el (wl): Call `wl-check-type'
4126         Do not 'condition-case'.
4127
4128 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4129
4130         * wl.el (wl-check-type): New function.
4131         (wl-check-type-variables): New variable.
4132
4133 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4134
4135         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4136
4137 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4138
4139         * wl-draft.el (wl-smtp-password-key): New function.
4140         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4141         (wl-draft-send-mail-with-smtp): Ditto.
4142         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4143
4144 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4145
4146         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4147         * wl-utils.el (wl-unique-id-suffix): Remove.
4148
4149 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4150
4151         * Version number is increased to 2.9.4.
4152
4153 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4154
4155         * wl-utils.el (wl-unique-id-suffix): New variable.
4156         (wl-unique-id): Use `wl-unique-id-suffix'
4157
4158 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4159
4160         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4161         instead of `elmo-msgdb-search'.
4162
4163         * Version number is increased to 2.9.3.
4164
4165 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4166
4167         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4168
4169 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4170
4171         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4172         (wl-draft-dispatch-message): Changed for send-later.
4173         (wl-draft-queue-flush): Ditto.
4174         (wl-draft): Clear `wl-sent-message-queued'.
4175         (wl-draft-reedit): Ditto.
4176         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4177         * wl-vars.el (wl-draft-force-queuing): New variable.
4178         (wl-draft-force-queuing-mail): New variable.
4179         (wl-draft-force-queuing-news): New variable.
4180
4181 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4182
4183         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4184         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4185
4186 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4187
4188         * Version number is increased to 2.9.2.
4189
4190 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4191
4192         * wl-draft.el (wl-draft-elide-region): New user command.
4193         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4194
4195         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4196         command `wl-draft-elide-region'.
4197         * wl-mule.el: Ditto.
4198         * wl-xmas.el: Ditto.
4199
4200 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4201
4202         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4203         (wl-biff-check-folder-async): Removed needless let.
4204
4205 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4206
4207         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4208         wl-folder-get-elmo-folder.
4209         (wl-biff-check-folder): Set `biff' argument of
4210         `wl-folder-check-one-entity'.
4211         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4212
4213         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4214         (wl-folder-check-one-entity): Added `biff' argument;
4215         Setup `biff' slot of folder.
4216
4217         * Version number is increased to 2.9.1.
4218
4219 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4220
4221         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4222         comment out and fixed.
4223         (wl-fldmgr-add-completion-subr): Ditto.
4224
4225         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4226         and msgdb.
4227
4228         * wl.el (wl-toggle-plugged): Save summary view.
4229
4230 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4233
4234 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4235
4236         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4237
4238 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4239
4240         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4241         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4242         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4243
4244         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4245         if it was failed.
4246         (wl-demo): Disable undo in the demo buffer.
4247
4248 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4249
4250         * wl-version.el (wl-version): Changed codename.
4251
4252         * Version number is increased to 2.9.0.
4253
4254 2001-12-14  Takuo KITAME <kitame@northeye.org>
4255
4256         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4257         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4258         (wl-folder-mark-as-read-all-current-entity): Ditto.
4259
4260 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4261
4262         * wl-vars.el (wl-from-width): Define as obsolete variable.
4263         (wl-subject-length-limit): Ditto.
4264
4265         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4266
4267         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4268         wl-summary-save-view.
4269
4270         * wl.el (wl-save-status): Ditto.
4271         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4272
4273         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4274         (wl-summary-exit): Follow the change above.
4275         (wl-summary-goto-folder-subr): Ditto.
4276
4277         * wl-folder.el (wl-folder-create-subr): Don't use
4278         `elmo-folder-creatable-p'.
4279
4280 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4281
4282         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4283
4284 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4285
4286         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4287         rather than bitmap on Emacs 21.
4288         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4289         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4290         for xbm if the new redisplay engine is not available.
4291
4292 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4293
4294         * wl-folder.el (wl-folder-init-hook): New hook.
4295         (wl-folder-init): Run `wl-folder-init-hook'.
4296
4297 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4300
4301 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4302
4303         * wl-acap.el (wl-acap-cache-filename): New variable.
4304         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4305         (wl-acap-init): Use cache if no ACAP server found.
4306
4307 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4308
4309         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4310         `wl-acap-original-msgdb-dir'.
4311
4312         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4313         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4314
4315         * wl-mime.el (wl-mime-save-directory): Renamed from
4316         `wl-mime-save-dir'.
4317
4318 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4321
4322         * wl-demo.el: Require `path-util'.
4323         (wl-demo-bitmap-mule-available-p): New internal variable.
4324         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4325         `module-installed-p' instead.
4326         (wl-demo-insert-image): Use *.img file for a bitmap image.
4327         (wl-demo): Don't call the ascii demo recursively.
4328
4329 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4330
4331         * Version number is increased to 2.7.7.
4332
4333 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4334
4335         * wl.el (wl-exit): Eliminated byte-compile warning.
4336
4337 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4338
4339         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4340         obsolete variable using `elmo-define-obsolete-variable'.
4341         (wl-fetch-confirm-threshold): Ditto.
4342         (wl-cache-prefetch-folder-type-list): Ditto.
4343         (wl-cache-prefetch-folder-list): Ditto.
4344
4345 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4346
4347         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4348         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4349         (wl-demo-insert-image): New function.
4350         (wl-demo-insert-text): New function.
4351         (wl-demo-image-type-alist): Redefine as a function.
4352         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4353         (wl-demo-with-temp-file-buffer): Removed.
4354         (wl-logo-xpm): Removed.
4355         (wl-logo-xbm): Removed.
4356         (wl-logo-bitmap): Removed.
4357
4358 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4359
4360         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4361         (wl-expire-localdir-get-folder-function): New user option.
4362         (wl-expire-localdir-get-folder): New function.
4363         (wl-expire-localdir-date): Ditto.
4364
4365 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4366
4367         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4368         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4369         Fixed unread number mismatch when all-unread < unread.
4370
4371 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4372
4373         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4374         (wl-fetch-confirm-threshold): Ditto.
4375
4376         * wl-summary.el (wl-summary-confirm-appends): Removed.
4377         (wl-summary-sync-update): Don't refer
4378         `wl-summary-update-confirm-threshold' (It is now abolished).
4379
4380         * wl-message.el (wl-message-display-internal): Don't refer
4381         `wl-fetch-confirm-threshold' (It is now abolished).
4382
4383 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4384
4385         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4386
4387 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4388
4389         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4390         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4391         Change default value to nil.
4392         (wl-summary-indent-length-limit): The value can be nil, nil means
4393         unlimited.
4394
4395         * wl-summary.el: Don't set limit for indent length if the value of
4396         wl-summary-indent-length-limit is nil.
4397         If the value of wl-summary-width is nil, it means only that the width
4398         of summary is unlimited (nil doesn't mean that the indent length is
4399         unlimited).
4400
4401         * wl-thread.el: Ditto.
4402
4403 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4404
4405         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4406         be nil, nil means never confirm.
4407         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4408
4409 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4410
4411         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4412         means unlimited).
4413
4414 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4415
4416         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4417         Use `with-temp-buffer'.
4418
4419 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4420
4421         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4422         with new backquote style).
4423         (wl-folder-get-entity-from-buffer): Ditto.
4424
4425 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4426
4427         * wl-version.el (nemacs-version): Eliminated.
4428         (wl-extended-emacs-version2): Ignore nemacs.
4429         (wl-extended-emacs-version3): Ditto.
4430
4431 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4432
4433         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4434         (wl-draft-add-in-reply-to): New variable.
4435         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4436         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4437         (wl-draft-yank-from-mail-reply-buffer): Use
4438         `wl-draft-add-in-reply-to'.
4439         (wl-draft-insert-current-message): Ditto.
4440
4441 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4442
4443         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4444         typo (kill->hide).
4445         (wl-message-buffer-prefetch-folder-type-list): Added elements
4446         `mark' and `cache' instead of `internal'.
4447
4448 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4449
4450         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4451         resume msgdb directory.
4452
4453 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4454
4455         * wl.el (wl-exit): Call `wl-acap-exit'.
4456
4457         * wl-summary.el (wl-summary-message-string): New function.
4458         (wl-summary-reedit): Use it.
4459         (wl-summary-resend-bounced-mail): Remove needless let.
4460         (wl-summary-supersedes-message): Ditto.
4461         (wl-summary-save): Ditto.
4462
4463         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4464         (wl-acap-init): Set it.
4465         (wl-acap-exit): New function.
4466
4467 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4468
4469         * wl.el (wl-init): Revert (require 'mime-setup). move from
4470         toplevel.
4471
4472 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4473
4474         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4475         local variables.  Add error when guess function return invalid
4476         value.
4477
4478 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4479
4480         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4481         Change local variable name.
4482         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4483         (wl-folder-get-newsgroups): Return nil when non-news folder.
4484         * wl-summary.el (wl-summary-write-current-folder): State through
4485         when guess-list return nil.
4486         (wl-summary-write-current-folder-functions): Fixed docstring.
4487
4488         * wl.el (wl-exit): Changed confirm message.
4489
4490         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4491         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4492
4493         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4494
4495 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4496
4497         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4498         user option (Renamed from wl-cache-prefetch-folder-type-list).
4499         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4500         from wl-cache-prefetch-folder-list).
4501
4502         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4503         Move to wl-vars.el.
4504         (wl-message-buffer-prefetch-p): Changed to enable
4505         `wl-message-buffer-prefetch-folder-list'.
4506
4507         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4508         `ignore-cache'.
4509
4510 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4511
4512         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4513         `part-top' and `part-bottom'.
4514         (wl-draft-config-sub-part-top): New function.
4515         (wl-draft-config-sub-part-bottom): New function.
4516
4517 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4518
4519         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4520
4521 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4522
4523         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4524
4525 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4526
4527         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4528
4529         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4530         (wl-summary-write-current-folder): Ditto.
4531
4532 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4533
4534         * wl-folder.el (wl-folder-get-newsgroups): Use
4535         `elmo-folder-newsgroups'.
4536
4537 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4538
4539         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4540         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4541         `wl-draft-config-sub-header-bottom'.
4542
4543 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4544
4545         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4546         localnews folder.
4547
4548 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4549
4550         * wl-summary.el (wl-summary-mode): Undo last change.
4551
4552         * wl-folder.el (wl-folder-mode): Ditto.
4553
4554 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4555
4556         * wl-summary.el (wl-summary-mode): Locally set
4557         truncate-partial-window-width to nil.
4558         (for XEmacs)
4559
4560         * wl-folder.el (wl-folder-mode): Ditto.
4561
4562 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4563
4564         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4565
4566 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4567
4568         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4569         number.
4570
4571         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4572
4573         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4574
4575         * Version number is increased to 2.7.6.
4576
4577 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4578
4579         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4580
4581 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4582
4583         * wl-summary.el (wl-summary-sync-update): Enclose network
4584         related portion with `unwind-protect'.
4585
4586 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4587
4588         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4589
4590 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4591
4592         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4593         element.
4594         * wl-vars.el (wl-message-body-button-alist): Ditto.
4595
4596         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4597         max match length.
4598         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4599
4600         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4601         for the max match length;
4602         Use 4th element value for the button string regexp group.
4603
4604         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4605         candidate exists, prompt to select.
4606
4607 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4608
4609         * wl-summary.el (wl-summary-jump-to-msg): Search before
4610         calibration point by `beginning-of-line'.
4611
4612 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4613
4614         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4615         for access group.
4616
4617 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4618
4619         * wl-message.el (wl-message-display-internal): Bind
4620         `default-mime-charset'.
4621
4622         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4623
4624         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4625
4626         * Version number is increased to 2.7.5.
4627
4628 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4629
4630         * wl-expire.el (wl-summary-archive): Fixed;
4631         Use `elmo-folder-name-internal'.
4632
4633 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4634
4635         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4636         from `elmo-folder-move-messages' caller.
4637         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4638
4639         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4640         related portions are changed).
4641
4642 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4643
4644         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4645         counter.
4646
4647 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4648
4649         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4650         buffer local and set it to nil.
4651
4652         * wl-message.el (wl-message-redisplay): Ditto.
4653
4654 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4655
4656         * wl-summary.el (wl-summary-mark-as-important): If message is
4657         already cached, set messag as read, otherwise encache and mark as read.
4658
4659 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4660
4661         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4662         point-min.
4663
4664 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4665
4666         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4667         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4668         a keymap.
4669
4670 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4671
4672         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4673         parent.
4674
4675         * wl-mule.el (wl-message-define-keymap): Ditto.
4676
4677         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4678
4679         * wl-xmas.el (wl-message-display-internal-hook): Define.
4680         (wl-xmas-setup-message-toolbar): Define as function.
4681         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4682         (wl-message-overload-functions): Abolished.
4683         (wl-message-define-keymap): New function.
4684
4685         * wl-vars.el (wl-message-display-internal-hook): New variable.
4686         (wl-message-header-button-alist): New variable (Renamed from
4687         wl-highlight-message-header-button-alist).
4688         (wl-message-body-button-alist): Ditto.
4689
4690         * wl-mule.el (wl-message-define-keymap): New function.
4691         (wl-message-overload-functions): Abolished.
4692
4693         * wl-message.el (wl-message-add-buttons-to-body): New function.
4694         (wl-message-redisplay): Don't call wl-message-overload-functions;
4695         Call wl-message-add-buttons-to-header and
4696         wl-message-add-buttons-to-body.
4697         (wl-message-display-internal): Set keymap argument for
4698         elmo-mime-display-as-is, elmo-mime-message-display;
4699         Run wl-message-display-internal-hook.
4700         (wl-message-refer-article-or-url): Abolished.
4701
4702         * wl-highlight.el (wl-highlight-headers): Don't call
4703         wl-highlight-message-add-buttons-to-header.
4704         (wl-highlight-message-add-buttons-to-header): Abolished.
4705
4706
4707         * wl-e21.el (wl-message-display-internal-hook): Define.
4708         (wl-e21-setup-toolbar): Deleted duplicated binding.
4709         (wl-e21-setup-message-toolbar): Define as function.
4710         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4711         (wl-message-define-keymap): New function.
4712         (wl-message-overload-functions): Abolished.
4713
4714 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4715
4716         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4717         and elmo-folder-close.
4718
4719         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4720
4721 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4722
4723         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4724         boolean value.
4725         * wl-draft.el (wl-draft-do-fcc): Ditto.
4726
4727 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4728
4729         * wl-vars.el (wl-fcc-force-as-read): New variable.
4730         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4731         mark copied message as read.
4732
4733 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4734
4735         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4736
4737 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4738
4739         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4740         `wl-summary-target-above' instead of obsolete variable
4741         `wl-summary-temp-above'.
4742
4743         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4744         instead of `make-obsolete-variable'.
4745         * wl-refile.el (toplevel): Ditto.
4746
4747 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4748
4749         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4750         with third argument t.
4751         (wl-draft): Set first argument for wl-plugged-init as t.
4752
4753         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4754         definition.
4755
4756 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4757
4758         * wl-vars.el: Tabify.
4759         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4760
4761         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4762         message.
4763
4764 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4765
4766         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4767         and set default to beep.
4768
4769 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4770
4771         * wl-vars.el (wl-draft-truncate-lines): New variable.
4772
4773         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4774         instead of wl-message-truncate-lines for truncate-lines.
4775
4776 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4777
4778         * wl-message.el (wl-message-display-internal): Call
4779         `wl-highlight-message' after `elmo-mime-display-as-is'.
4780
4781         * wl-mime.el (wl-mime-display-text/plain): New function.
4782         (wl-mime-display-header): Ditto.
4783         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4784         body-presentation-method for text/plain;
4785         Register `wl-mime-display-header' as a header-presentation-method;
4786         Don't set up `elmo-message-text-content-inserted-hook' and
4787         `elmo-message-header-inserted-hook'.
4788
4789         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4790         variable.
4791         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4792         as t if flag is 'all-header;
4793         Don't bind `elmo-message-ignored-field-list',
4794         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4795
4796 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4799         for xemacs with non-mule environment.
4800
4801 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4802
4803         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4804         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4805         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4806
4807 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4808
4809         * wl-vars.el (wl-interactive-send): Set default value as t.
4810
4811 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4812
4813         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4814         (wl-addrmgr-method-list): Abolished.
4815         (wl-addrmgr-change-method): Follow above change.
4816
4817         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4818
4819 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4820
4821         * wl-vars.el (wl-message-truncate-lines): Change default value
4822         to default-truncate-lines.
4823
4824         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4825
4826 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4827
4828         * wl-vars.el (wl-message-truncate-lines): New variable.
4829
4830         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4831         wl-message-truncate-lines.
4832
4833 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4834
4835         * wl-acap.el (wl-acap-init): Remove period from error message.
4836         (wl-acap-find-acap-service): Remove period from message.
4837
4838 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4839
4840         * wl.el (wl-check-environment): Undo last change.
4841
4842         * wl-vars.el (wl-from): Changed default value.
4843
4844         * wl-util.el (toplevel): Don't require tm-edit.
4845
4846         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4847         `wl-folder-init';
4848         Don't set mark on mail body.
4849         (wl-draft-reedit): Ditto.
4850
4851         * wl-address.el (wl-address-quote-specials): Define as an alias for
4852         elmo-address-quote-specials.
4853
4854 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4855
4856         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4857
4858         * wl-vars.el (wl-from): Set default value as nil.
4859         (wl-organization): Set default value as ORGANIZATION environment
4860         variable.
4861
4862         * wl-draft.el (wl-smtp-extension-bind): Check value of
4863         wl-smtp-connection-type.
4864
4865         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4866         error.
4867
4868 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4869
4870         * Version number is increased to 2.7.4.
4871
4872         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4873         arguments from `wl-highlight-x-face-function' caller.
4874         Use x-face-1.3.6.12 or later.
4875
4876 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4877
4878         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4879
4880 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4881
4882         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4883         (wl-fcc): Fix to accept function.
4884         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4885
4886 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4887
4888         * wl-acap.el (toplevel): Added `product-provide' declare.
4889         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4890
4891 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4892
4893         * wl.el (wl): Changed order of calling `elmo-init'
4894         and `elmo-folder-init'.
4895
4896 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4897
4898         * wl-mime.el (wl-summary-burst): Extract message when content-type
4899         of root entity is not only `multipart' but also `message/rfc822'.
4900         (wl-summary-burst-subr): Ditto.
4901
4902 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4903
4904         * wl-vars.el (toplevel): Require 'custom.
4905         (wl-trash-folder): Added to `wl-setting' group.
4906
4907         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4908         exists.
4909         (wl-addrmgr-draw): Insert empty line when no entry exists.
4910
4911         * wl-mule.el (wl-message-wheel-up): Fixed.
4912         (wl-message-wheel-down): Ditto.
4913
4914 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4915
4916         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4917         config is an anonymous lambda expression.
4918
4919 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4920
4921         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4922         when Mule 2 is running.
4923
4924 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4925
4926         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4927
4928 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4929
4930         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4931         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4932
4933         * wl-address.el (wl-address-specials-regexp): Eliminated.
4934         (wl-address-quote-specials): Rewrite.
4935
4936 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4939         shy-groups for regexp.
4940
4941         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4942         character classes and Perl style shy-groups for regexp.
4943         (wl-highlight-plugged-current-line): Use Posix style character
4944         classes for regexp.
4945         (wl-e21-highlight-folder-by-numbers): Ditto.
4946         (wl-e21-display-image-p): Use `display-images-p' instead of
4947         `display-graphic-p'.
4948         (display-images-p): Make an alias to `display-graphic-p' if it is
4949         not available.  It is for Emacs version prior to 21.0.105.
4950
4951         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4952         `display-graphic-p'.
4953         (wl-demo-image-type-alist): Ditto.
4954         (display-images-p): Make an alias to `display-graphic-p' if it is
4955         not available.  It is for Emacs version prior to 21.0.105.
4956
4957 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4958
4959         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4960         support.
4961         (wl-generate-user-agent-string): Ditto.
4962
4963         * wl-version.el (wl-version): Update docsting.
4964         (wl-version-status): Ditto.
4965
4966 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4967
4968         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4969         21.0.105.  For Emacs 21.0.104 or earlier.
4970
4971 2001-09-03  Takuo KITAME <kitame@northeye.org>
4972
4973         * wl-e21.el (wl-plugged-init-icons): Use
4974         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4975         (wl-biff-init-icons): Ditto.
4976
4977 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4978
4979         * wl-highlight.el (wl-highlight-summary-current-line):
4980         Fixed highlighting refile/copy destination.
4981
4982         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4983         (wl-acap-store): Encode string by wl-acap-coding-system.
4984
4985 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4986
4987         * wl-acap.el (toplevel): Check and require 'un-define before
4988         'xemacs-ucs;
4989          Added checking for UTF-2000.
4990
4991 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4992
4993         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4994         Don't enclose with `eval-and-compile'.
4995
4996         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4997         wl-init is non-nil.
4998
4999         * wl-draft.el (wl-draft): Ditto.
5000
5001         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5002
5003         * wl-acap.el (toplevel): Require 'wl.
5004         (wl-acap-store): Call `elmo-init'.
5005
5006         * wl.el (wl): Changed position of `wl-check-environment'.
5007         (toplevel): Added autoload setting for wl-acap.
5008
5009         * wl-vars.el (wl-setting): New custom group.
5010         (wl-from): Added wl-setting group.
5011         (wl-user-mail-address-list): Ditto.
5012         (wl-organization): Ditto.
5013         (wl-subscribed-mailing-list): Ditto.
5014         (wl-envelope-from): Ditto.
5015         (wl-smtp-posting-user): Ditto.
5016         (wl-smtp-posting-server): Ditto.
5017         (wl-smtp-posting-port): Ditto.
5018         (wl-smtp-authenticate-type): Ditto.
5019         (wl-pop-before-smtp-user): Ditto.
5020         (wl-pop-before-smtp-server): Ditto.
5021         (wl-pop-before-smtp-port): Ditto.
5022         (wl-pop-before-smtp-authenticate-type): Ditto.
5023         (wl-nntp-posting-server): Ditto.
5024         (wl-nntp-posting-user): Ditto.
5025         (wl-nntp-posting-port): Ditto.
5026         (wl-fetch-confirm-threshold): Ditto.
5027         (wl-prefetch-threshold): Ditto.
5028         (wl-thread-insert-opened): Ditto.
5029         (wl-ldap-server): Ditto.
5030         (wl-ldap-port): Ditto.
5031         (wl-ldap-base): Ditto.
5032         (wl-ldap-objectclass): Ditto.
5033         (wl-use-ldap): Ditto.
5034         (wl-draft-config-alist): Ditto.
5035         (wl-draft-config-matchone): Ditto.
5036         (wl-template-alist): Ditto.
5037         (wl-message-sort-field-list): Ditto.
5038         (wl-message-ignored-field-list): Ditto.
5039         (wl-message-visible-field-list): Ditto.
5040         (wl-interactive-send): Ditto.
5041         (wl-summary-move-order): Ditto.
5042         (wl-auto-select-first): Ditto.
5043         (wl-auto-select-next): Ditto.
5044         (wl-interactive-save-folders): Ditto.
5045
5046         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5047         Initialization codes are moved from wl-local-folder-init.
5048         (wl-local-folder-init): Follow the change above.
5049         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5050
5051         * wl-acap.el: New file.
5052
5053         * Version number is increased to 2.7.3.
5054
5055 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5056
5057         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5058
5059 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5060
5061         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5062         (wl-addrmgr-address-entry-list): Ditto.
5063
5064 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5065
5066         * wl-e21.el (wl-draft-mode-map): Removed binding for
5067         `wl-draft-insert-x-face-field'.
5068
5069         * wl-mule.el (wl-draft-mode-map): Ditto.
5070
5071         * wl-xmas.el (wl-draft-mode-map): Ditto.
5072
5073         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5074         (wl-cs-autoconv): Ditto.
5075         (wl-cs-local): Ditto.
5076         (wl-use-scoring): Ditto.
5077         (wl-mime-charset): Ditto.
5078         (wl-folder-check-async): Ditto.
5079
5080         * wl.el (toplevel): Ignore nemacs and tm.
5081         (wl-exit): Ditto.
5082
5083         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5084         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5085         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5086         instead of wl-address-petname-add-or-change.
5087         (wl-summary-edit-addresses-subr): Use wl-address-delete
5088         instead of wl-address-petname-delete.
5089
5090         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5091
5092         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5093         if error occured.
5094
5095         * wl-message.el (require): Remove tm support.
5096
5097         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5098
5099         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5100         (wl-folder-jump-to-current-entity): Ditto.
5101         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5102
5103         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5104         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5105         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5106
5107         * wl-mule.el (wl-draft-key-setup): Ditto.
5108
5109         * wl-xmas.el (wl-draft-key-setup): Ditto.
5110
5111         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5112         (wl-draft-std11-parse-addresses): New function.
5113         (wl-draft-parse-mailbox-list): Use it.
5114         (wl-draft): Ignore nemacs.
5115         (wl-draft-reedit): Ditto.
5116
5117         * wl-addrmgr.el: New file.
5118         (Original is wl-rcpt.el written by
5119         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5120         Thanks Kitamoto-san.)
5121
5122         * wl-address.el (wl-address-make-address-list): Modified parsing
5123         process.
5124         (wl-address-delete): Renamed from `wl-address-petname-delete';
5125         Modify wl-address-list too.
5126         (wl-address-add-or-change): Renamed from
5127         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5128
5129 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5130
5131         * wl-highlight.el (wl-highlight-summary-current-line):
5132           Work with transient-mark-mode
5133
5134 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * Version number is increased to 2.7.2.
5137
5138         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5139         instead of elmo-dop-queue-method.
5140
5141 2001-08-06  SAITO Atsunori <sai@yedo.com>
5142
5143         * wl-vars.el (wl-ldap-objectclass): New user option.
5144
5145         * wl-address.el (wl-ldap-make-filter): Use it.
5146
5147 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5148
5149         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5150
5151 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-folder.el (wl-folder): redisplay after folder insertion.
5154
5155         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5156
5157         * wl-summary.el (wl-summary-sync-update):
5158         Change status mark only when new-msgdb exists.
5159         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5160
5161 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5162
5163         * wl-summary.el (wl-summary-open-folder): New function.
5164         (wl-summary-goto-folder-subr): Use it.
5165         (wl-summary-mark-as-important): Fix;
5166         Encache only when no cache exists.
5167
5168 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5171         Use with-current-buffer.
5172
5173 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5174
5175         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5176         before call `get-buffer'. Fixed parenthesis.
5177         (wl-score-get-header-entry): Clear message and help window when
5178         keyboard quit.
5179         (wl-score-edit-insert-header): Ditto.
5180
5181 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5182
5183         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5184         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5185         (wl-default-draft-cite): Fix.
5186
5187         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5188         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5189
5190 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5191
5192         * wl-message.el (wl-message-prev-page): Do same bahavior
5193         as summary when it is called in the message buffer.
5194         (wl-message-next-page): Ditto.
5195
5196 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5197
5198         * wl-summary.el (wl-summary-forward): Use cache if it is not
5199         section cache.
5200
5201 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5202
5203         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5204         Removed redundant require of elmo-vars.
5205         (wl-biff-state-indicator-on): Changed default value for
5206         xemacs with non-mule environment.
5207
5208         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5209         wl-message-buffer is nil;
5210         Hide progress bar after moving messages.
5211
5212 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5213
5214         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5215         message at cursor point is deleted.
5216
5217 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5218
5219         * wl-vars.el: Changed file coding system to euc-japan.
5220         Added -*-coding:-*- magic to the first line.
5221
5222         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5223         Search parent from the first message.
5224
5225         * Version number is increased to 2.7.1.
5226
5227 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5228
5229         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5230
5231 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5232
5233         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5234         refile/delete execution.
5235
5236         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5237         Fixed docstring.
5238
5239 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5242         do update process;
5243         Don't update marks when update process is interrupted.
5244
5245 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5246
5247         * wl-summary.el (wl-summary-reply): Fixed problem when
5248         wl-draft-use-frame is non-nil.
5249         (wl-summary-forward): Ditto.
5250
5251         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5252         as nil.
5253         (wl-folder-mark-as-read-all-entity): Ditto.
5254         (wl-folder-prefetch-entity): Ditto.
5255
5256         * wl.el (wl): Check environment before wl-init.
5257
5258         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5259         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5260         instead of wl-summary-collect-unread.
5261         (wl-summary-reply): Split message window.
5262
5263 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5264
5265         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5266         only if current language environment is japanese,
5267
5268         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5269         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5270         (wl-folder-goto-folder-subr): Ditto.
5271
5272         * wl-draft.el (wl-draft-dispatch-message): Call
5273         `elmo-file-cache-get-path'.
5274
5275 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * wl-summary.el (wl-summary-cursor-move): If return value of
5278         wl-summary-next-message is not number, don't jump.
5279
5280 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5281
5282         * wl-summary.el (wl-summary-buffer-next-message-function): New
5283         variable.
5284         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5285         if it is bound.
5286
5287         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5288         string.
5289
5290         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5291         (wl-plugged-drawing): Ditto.
5292
5293 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5294
5295         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5296         process.
5297         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5298         with unwind-protect.
5299
5300         * wl.el (wl-init): Require mime-setup.
5301         (wl-check-environment): Don't require mime-setup.
5302
5303         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5304         instead of elmo-folder-type.
5305
5306         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5307         value as nil.
5308
5309 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5310
5311         * Version number is increased to 2.7.0.
5312
5313         * wl-version.el (wl-version): Changed codename.
5314
5315         * wl-summary.el (wl-summary-delete-cache): Fixed.
5316
5317         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5318         Workaround for net folders.
5319         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5320
5321         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5322         value to nil (According to the patch from
5323         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5324
5325         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5326         of elmo-folder-close.
5327
5328 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5329
5330         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5331         for postfix.
5332
5333 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5334
5335         * wl-summary.el (wl-summary-resend-message): Fixed.
5336
5337         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5338         Call wl-draft with `from' argument if its address is included in
5339         `wl-user-mail-address-list'.
5340         (wl-draft): Added `from' argument.
5341
5342         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5343         non-nil.
5344         (wl): Don't show demo if wl-demo is nil.
5345
5346         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5347         wl-summary-use-frame.
5348
5349         * wl-vars.el (wl-summary-use-frame): New user option.
5350         (wl-folder-use-frame): Changed docstring.
5351
5352         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5353         non-nil.
5354         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5355         wl-summary-use-frame.
5356
5357         * wl-vars.el (wl-folder-use-frame): New user option.
5358
5359         * wl-summary.el (wl-summary-exit): Back to folder frame if
5360         wl-folder-use-frame is non-nil.
5361         (wl-summary-redisplay-internal): Ignore cache if current folder
5362         is draft folder,
5363         (wl-summary-redisplay-no-mime): Ditto.
5364         (wl-summary-redisplay-all-header): Ditto.
5365
5366         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5367         if wl-folder-use-frame is non-nil.
5368
5369 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5370
5371         * wl-summary.el (wl-summary-sync-update): Bind
5372         elmo-folder-update-threshold.
5373         (wl-summary-mark-as-important): Enclosed server mark processing
5374         with `save-match-data'.
5375
5376         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5377         only when it is already defined.
5378
5379 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5380
5381         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5382         name of folder exclude localdir is wrong.
5383         * wl-folder.el (wl-folder-sync-entity):
5384         Set `wl-summary-always-sticky-folder-list' as nil.
5385         (wl-folder-mark-as-read-all-entity): Ditto.
5386         (wl-folder-prefetch-entity): Ditto.
5387
5388 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5389
5390         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5391         instead of `wl-summary-write-current-newsgroup'.
5392
5393 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5394
5395         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5396         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5397         non-nil and selected message is important, do not display.
5398
5399 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5400
5401         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5402
5403 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5404
5405         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5406
5407         * wl-summary.el (wl-summary-mark-as-important): Set message number
5408         using wl-summary-message-number.
5409
5410 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5411
5412         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5413         destination folder is 'null.
5414
5415 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5416
5417         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5418         New function.
5419         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5420         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5421         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5422
5423 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-mime.el (wl-mime-setup): Added setting for
5426         `mime-setup-signature-key-alist' to avoid overriding key bind for
5427         `wl-draft-send'.
5428
5429         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5430         for `wl-draft-send'.
5431         * wl-mule.el (wl-draft-overload-functions): Ditto.
5432         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5433         * wl-draft.el (wl-draft-send): Ditto.
5434
5435         * wl-message.el (wl-message-display-internal):
5436         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5437         (Patch is provided by <kita@coe.nttdata.co.jp>).
5438
5439 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5440
5441         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5442
5443 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5444
5445         * wl.el (wl): Fix for wl-demo.
5446
5447 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5448
5449         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5450
5451 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5452
5453         * wl-folder.el (wl-folder-prefetch-entity): Use
5454         `wl-folder-get-elmo-folder'.
5455         (wl-folder-count-incorporates): Do not use
5456         `wl-folder-get-elmo-folder'.
5457
5458 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5459
5460         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5461         instead of `elmo-folder-get-type'.
5462
5463 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5464
5465         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5466         position on Subject: field.
5467         (Advised by Mito <mit@nines.nec.co.jp>)
5468
5469 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5470
5471         * wl-folder.el (wl-folder-prefetch-entity): Use
5472         `wl-folder-get-elmo-folder'.
5473
5474 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5475
5476         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5477
5478         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5479         `process-duplicates' slot.
5480
5481         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5482         if detection failed.
5483
5484 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5485
5486         * wl-version.el (wl-version-status): Set to "alpha".
5487
5488 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5489
5490         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5491         Check wl-message-buffer lives before set-buffer.
5492
5493 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5494
5495         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5496         called in folder mode.
5497         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5498         * wl-summary.el (wl-summary-exit-pre-hook): Run
5499         `wl-summary-exit-pre-hook' before exit summary mode.
5500
5501 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5502
5503         * wl-version.el (wl-version-status): New variable.
5504         (wl-version-status-alist): Removed.
5505         (wl-version-status): Rule included.
5506
5507 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5508
5509         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5510         @sponichi.
5511
5512         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5513         when `mail-reply-buffer' is buffer-local variable.
5514         (Reported by <kita@coe.nttdata.co.jp>).
5515
5516 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5517
5518         * wl-vars.el (toplevel): Require 'elmo-util.
5519
5520 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5521
5522         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5523         (All other related portions are changed)
5524
5525         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5526
5527         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5528
5529 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5530
5531         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5532
5533 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5534
5535         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5536         Delete other windows to avoid an error.
5537         Use `point-marker' instead of `point' to remember the start point
5538         of body.
5539
5540         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5541
5542         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5543         number not to exceed all message number.
5544
5545 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5546
5547         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5548         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5549
5550 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5551
5552         * wl-summary.el (wl-summary-sync-force-update): Added argument
5553         no-check.
5554         (wl-summary-sync-update): Ditto.
5555         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5556         with `no-check'.
5557
5558         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5559         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5560         already running.
5561
5562 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5563
5564         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5565         `dst-folder-arg'.
5566         (wl-expire-archive-number1): Diito.
5567         (wl-expire-archive-number2): Diito.
5568         (wl-expire-archive-Date): Diito.
5569         (wl-archive-number1): Diito.
5570         (wl-archive-number2): Diito.
5571         (wl-archive-date): Diito.
5572         (wl-archive-folder-p): New function.
5573         (wl-summary-expire): Support of expand folder name at
5574         wl-expire-alist.
5575         * wl-util.el (wl-expand-newtext): Renamed from
5576         `wl-refile-expand-newtext'.
5577
5578 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5579
5580         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5581         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5582         `(elmo-msgdb-get-overview msgdb)'.
5583         (wl-summary-prefetch): Bind match data before call
5584         `wl-summay-prefetch-msg'.
5585         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5586         'off if `wl-summary-buffer-disp-msg' is non-nil.
5587         Fixed problem that couldn't show only one new or unread message when
5588         enter folder.
5589         (wl-summary-reply): Don't call `split-window-vertically' and other
5590         window.
5591
5592 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl-expire.el (wl-expire-refile): Fixed.
5595
5596 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5597
5598         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5599
5600         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5601         biff notification is removed.
5602
5603         * wl.el (wl): Changed position of `elmo-init'.
5604
5605         * wl-draft.el (wl-default-draft-cite): Use date field
5606         on the citation buffer.
5607
5608         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5609
5610         * wl-xmas.el (wl-folder-internal-icon-list): Added
5611         `wl-folder-shimbun-image'.
5612
5613         * wl-e21.el (wl-folder-internal-icon-list): Added
5614         `wl-folder-shimbun-image'.
5615
5616 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5617
5618         * wl.el (wl-init): Eliminated argument.
5619         (wl): Rewrite.
5620
5621         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5622         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5623         instead of `elmo-folder-msgdb-internal'.
5624         (wl-summary-sync-update): Ditto.
5625         (wl-summary-flush-pending-append-operations): Eliminated.
5626         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5627         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5628         `elmo-folder-open'.
5629
5630         * wl-mime.el (wl-summary-burst): Fixed.
5631
5632         * wl-folder.el (wl-folder-info-save): Check data type.
5633
5634         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5635         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5636         instead of `elmo-folder-msgdb-internal'.
5637         (wl-expire-hide): Ditto.
5638
5639
5640         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5641
5642 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5643
5644         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5645
5646 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5647
5648         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5649
5650 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5651
5652         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5653         Fixed `match-beginning' argument mismatch.
5654
5655 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5656
5657         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5658         the default value.
5659
5660 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5661
5662         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5663         instead of `elmo-nntp-default-port'.
5664
5665         * wl-vars.el: Fixed some doc strings.
5666
5667 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5668
5669         * wl-summary.el (wl-summary-prefetch-msg): Use
5670         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5671
5672         * wl-vars.el: Define *-func as obsolete variable using
5673         `elmo-define-obsolete-variable'.
5674
5675         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5676         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5677         instead of `wl-message-buffer-prefetch-threshold'.
5678
5679         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5680
5681         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5682
5683         * wl-draft.el (wl-caesar-region-func): Ditto.
5684
5685         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5686         Keep unread status in elmo-folder-move-messages.
5687         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5688
5689 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5690
5691         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5692         `wl-summary-buffer-exit-func'
5693         (wl-summary-buffer-message-redisplay-function): Renamed from
5694         `wl-summary-buffer-message-redisplay-func'
5695         (wl-summary-buffer-next-folder-function): Renamed from
5696         `wl-summary-buffer-next-folder-func'.
5697         (wl-summary-buffer-prev-folder-function): Renamed from
5698         `wl-summary-buffer-prev-folder-func'.
5699         (wl-summary-get-petname-function): Renamed from
5700         `wl-summary-get-petname-func'.
5701
5702         * wl-score.el (wl-score-edit-exit-function): Renamed from
5703         `wl-score-edit-exit-func'.
5704
5705         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5706         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5707
5708         * wl-util.el (wl-load-profile-function): Renamed from
5709         `wl-load-profile-func'.
5710
5711         * wl-folder.el (wl-folder-completion-function): Renamed from
5712         `wl-folder-completion-func'.
5713         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5714
5715         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5716         `wl-expire-archive-get-folder-func'.
5717         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5718         (wl-draft-send-mail-function): Renamed from
5719         `wl-draft-send-mail-func'.
5720         (wl-draft-send-news-function): Renamed from
5721         `wl-draft-send-news-func'.
5722         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5723         (wl-generate-mailer-string-function): Renamed from
5724         `wl-generate-mailer-string-func'.
5725         (wl-highlight-signature-search-function): Renamed from
5726         `wl-highlight-signature-search-func'.
5727         (wl-highlight-x-face-function): Renamed from
5728         `wl-highlight-x-face-func'
5729         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5730         (wl-ps-print-buffer-function): Renamed from
5731         `wl-ps-print-buffer-func'
5732         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5733         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5734         (wl-summary-subject-filter-function): Renamed from
5735         `wl-summary-subject-filter-func'.
5736
5737         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5738         `wl-draft-queue-flush-send-func'
5739         (wl-draft-cite-function): Renamed from
5740         `wl-draft-cite-func'
5741
5742         * wl-address.el (wl-address-init-function): Renamed from
5743         `wl-address-init-func'.
5744
5745 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl-draft.el (wl-draft-queue-flush): Don't call
5748         `elmo-dop-unlock-message'.
5749         * wl-draft.el (wl-draft-queue-append): Don't call
5750         `elmo-dop-lock-message'.
5751
5752         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5753         (wl-summary-buffer-folder-name): Ditto.
5754         (wl-summary-message-regexp): Added '-' (all other related portions
5755         are changed).
5756         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5757         wl-summary-buffer-folder-name.
5758
5759 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5760
5761         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5762         the number of mails in the folder buffer is not updated by wl-biff.
5763
5764 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5765
5766         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5767         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5768
5769 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-summary.el (wl-summary-next-message):
5772         Return next message number when wl-summary-move-order is nil.
5773
5774 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5775
5776         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5777         `wl-summary-move-spec-alist'.
5778         (wl-summary-move-spec-unplugged-alist): New variable
5779         (Move spec for unplugged status).
5780         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5781         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5782
5783 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5784
5785         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5786         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5787
5788 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5789
5790         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5791         simple quotation to quote the anonymous function.
5792         * tm-wl.el (wl-draft-preview-message): Ditto.
5793
5794 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5795
5796         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5797         Eliminate redundant `save-excursion'.
5798         (wl-highlight-summary-current-line): Ditto.
5799
5800         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5801         accessing match data when `looking-at' failed.
5802
5803         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5804         `elmo-match-string' where users don't care about the speed.
5805         (wl-draft-save): Ditto.
5806
5807 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5808
5809         * wl-util.el (wl-regexp-opt): New function.
5810
5811         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5812         number from `wl-summary-buffer-number-list'.
5813         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5814         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5815         (wl-summary-move-spec-alist): Changed default setting.
5816
5817 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5818
5819         * wl-vars.el (wl-biff-notify-hook): New hook.
5820         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5821         the arrival of new mail.
5822         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5823         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5824
5825 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5826
5827         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5828
5829 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5830
5831         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5832
5833         * Version number is increased to 2.5.8.
5834
5835         * wl-thread.el (toplevel): require 'cl.
5836         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5837         (wl-thread-make-number-list): New function.
5838         (wl-thread-entity-make-number-list-from-children): Ditto.
5839         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5840         (wl-thread-entity-insert-as-children): Likewise.
5841         (wl-thread-delete-message): Likewise.
5842         (wl-meaning-of-mark): Eliminated.
5843         (wl-thread-next-failure-mark-p): Ditto.
5844         (wl-thread-entity-get-mark): Ditto.
5845         (wl-thread-meaning-alist-get-result): Ditto.
5846         (wl-thread-entity-check-prev-mark): Ditto.
5847         (wl-thread-entity-check-next-mark): Ditto.
5848         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5849         (wl-thread-entity-get-prev-marked-entity): Ditto.
5850         (wl-thread-get-prev-unread): Ditto.
5851         (wl-thread-jump-to-prev-unread): Ditto.
5852         (wl-thread-get-next-unread): Ditto.
5853         (wl-thread-jump-to-next-unread): Ditto.
5854         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5855         (wl-thread-entity-get-next-marked-entity): Ditto.
5856
5857         * wl-summary.el (wl-summary-buffer-number-list):
5858         New bufer-local variable.
5859         (wl-summary-switch-to-clone-buffer): Clone
5860         `wl-summary-buffer-number-list'.
5861         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5862         (wl-summary-cursor-move-regex): Eliminated.
5863         (wl-summary-cursor-up): Rewrite.
5864         (wl-summary-cursor-down): Ditto.
5865         (wl-summary-mode-spec-alist): New variable.
5866         (wl-summary-next-message): New inline function.
5867         (wl-summary-cursor-move): New function.
5868         (wl-summary-default-get-next-msg): Rewrite.
5869         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5870         (wl-summary-rescan): Ditto.
5871         (wl-summary-sync-all-init): Ditto.
5872         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5873         summary is not thread view.
5874         (wl-summary-sync-update): Ditto.
5875         (wl-summary-rescan): Ditto.
5876         (wl-summary-make-number-list): New function.
5877
5878         * wl-draft.el: "FCC" -> "Fcc".
5879
5880 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5881
5882         * wl-highlight.el (wl-highlight-summary-window):
5883         Call `set-buffer-modified-p'.
5884
5885         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5886         (wl): Call `elmo-init' and fix.
5887
5888         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5889         Use new variables.
5890
5891         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5892
5893 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5894
5895         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5896
5897 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5898
5899         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5900
5901 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5902
5903         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5904         `wl-use-toolbar' nor `display-graphic-p'.
5905         (wl-e21-setup-message-toolbar): Ditto.
5906         (wl-e21-setup-summary-toolbar): Ditto.
5907         (wl-e21-setup-folder-toolbar): Ditto.
5908
5909         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5910         (wl-plugged-init-icons): Ditto.
5911
5912         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5913         `display-graphic-p'.
5914         (wl-plugged-set-folder-icon): Ditto.
5915         (wl-highlight-plugged-current-line): Ditto.
5916         (wl-highlight-folder-current-line): Ditto.
5917         (wl-e21-highlight-folder-group-line): Ditto.
5918         (wl-e21-setup-toolbar): Ditto.
5919         (wl-e21-display-image-p): New macro.
5920
5921         * wl-demo.el (wl-demo): Simplified.
5922         (wl-demo-image-type-alist): Use `image-type-available-p' for
5923         checking whether the image type `xbm' is available.
5924
5925 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5926
5927         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5928         (wl-summary-input-range): Ditto.
5929
5930 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5931
5932         * wl-summary.el (wl-summary-edit-addresses): Use
5933         `wl-summary-get-original-buffer'
5934         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5935         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5936         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5937         (wl-summary-get-newsgroups): Eliminated.
5938         (wl-summary-set-crosspost): Ditto.
5939         (wl-summary-is-crosspost-folder): Ditto.
5940         (wl-crosspost-alist-load): Ditto.
5941         (wl-crosspost-alist-save): Ditto.
5942
5943         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5944         `elmo-setup-subscribed-newsgroups' instead of
5945         `elmo-nntp-make-groups-hashtb'.
5946         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5947         instead of `wl-crosspost-alist-save'.
5948
5949         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5950         of `elmo-folder-message-appendable-p'.
5951         (wl-mime-header-presentation-method): Eliminated.
5952
5953         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5954         (Error occurs in emacs21).
5955
5956         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5957         the current buffer).
5958
5959         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5960         instead of `wl-crosspost-alist-save'.
5961         (wl-init): `elmo-crosspost-message-alist-load'
5962         instead of `wl-crosspost-alist-load'
5963
5964         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5965         (wl-parse-newsgroups): Likewise.
5966         (wl-biff-notify): Run `wl-biff-notify-hook'.
5967
5968 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5969
5970         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5971
5972         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5973         when `wl-summary-lazy-highlight' is non-nil.
5974         (wl-summary-goto-folder-subr): Highlight only when
5975         `wl-summary-lazy-highlight' is non-nil.
5976
5977         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5978         Don't display progress and highlight temp-mark when
5979         `wl-summary-lazy-highlight' is non-nil.
5980         (wl-highlight-summary-window): New function.
5981         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5982
5983 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5984
5985         * wl-summary.el (wl-summary-sync): Change `all-visible'
5986         from `all-shown'
5987         (wl-summary-input-range): Ditto.
5988
5989 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5990
5991         * wl-e21.el (wl-highlight-folder-current-line): Call
5992         `wl-folder-init-icons' when folder icons have not been initialized.
5993
5994         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5995
5996         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5997         (wl-demo-image-type-alist): New macro.
5998
5999 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6000
6001         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6002         display does not support graphics.
6003         (wl-plugged-init-icons): Ditto.
6004         (wl-folder-init-icons): Ditto.
6005
6006         * wl-demo.el (wl-demo): Chech closely whether the display
6007         supports graphics.
6008
6009 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl-summary.el (wl-summary-get-original-buffer): New function.
6012         (wl-summary-set-crosspost): Use it.
6013         (wl-summary-target-mark-uudecode): Ditto.
6014         (wl-summary-reedit): Ditto.
6015         (wl-summary-resend-bounced-mail): Ditto.
6016         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6017         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6018
6019         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6020         (wl-message-display-internal): Ditto.
6021
6022 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6023
6024         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6025
6026 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6027
6028         * wl-summary.el (wl-summary-save-view): Renamed from
6029         `wl-summary-save-status'.
6030
6031 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6032
6033         * wl-summary.el (wl-summary-sync): Added `all-shown'
6034
6035 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6036
6037         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6038
6039 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6040
6041         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6042
6043 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6044
6045         * wl-highlight.el (wl-highlight-summary-line-string): Use
6046         `zerop' instead of `= 0'.
6047         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6048
6049         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6050         for comparing numbers.
6051         (wl-template-prev): Use `zerop' instead of `eq 0'.
6052
6053         * wl-draft.el (wl-draft-insert-current-message): Use
6054         `with-current-buffer' instead of `save-excursion'.
6055         Use `zerop' instead of `eq 0'.
6056
6057 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6058
6059         * wl-draft.el (wl-draft-insert-ccs): New function.
6060         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6061         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6062
6063 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6064
6065         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6066
6067 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6068
6069         * wl-expire.el (wl-expire-refile): Don't call
6070         elmo-msgdb-add-msgs-to-seen-list;
6071         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6072         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6073
6074 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6075
6076         * wl-message.el (wl-message-prev-page): Ignore errors while
6077         scroll-down.
6078
6079 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6080
6081         * wl-mime.el: Use elmo-original-message-mode instead of
6082         mmelmo-original-mode.
6083
6084         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6085         `elmo-folder-get-spec';
6086         (wl-fldmgr-add-completion-all-completions):
6087         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6088
6089         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6090         of `elmo-folder-get-type'.
6091
6092         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6093         `elmo-folder-get-spec';
6094         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6095         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6096         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6097         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6098         `elmo-read-msg-no-cache';
6099         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6100         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6101         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6102         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6103         `elmo-cache-save';
6104         (wl-draft-reedit): Use `elmo-message-file-name'.
6105
6106         * wl-expire.el: Use `elmo-folder-name-internal';
6107         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6108         Use macro `wl-summary-buffer-msgdb' instead of variable
6109         `wl-summary-buffer-msgdb';
6110         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6111         Use macro `wl-summary-buffer-folder-name' instead of variable
6112         `wl-summary-buffer-folder-name'.
6113         * wl-score.el: Likewise.
6114
6115         * wl-message.el: Rewrite for new message buffer cache mechanism.
6116         (wl-message-buffer-cache-buffer-get): New macro.
6117         (wl-message-buffer-cache-folder-get): Ditto.
6118         (wl-message-buffer-cache-message-get): Ditto.
6119         (wl-message-buffer-cache-entry-make): Ditto.
6120         (wl-message-buffer-cache-hit): Ditto.
6121         (wl-message-buffer-cache-sort): New function.
6122         (wl-message-buffer-cache-add): Ditto.
6123         (wl-message-buffer-cache-delete): Ditto.
6124         (wl-message-buffer-cache-clean-up): Ditto.
6125         (wl-message-buffer-window): Rewrite.
6126         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6127         (wl-message-buffer-display): New function.
6128         (wl-message-display-internal): New function.
6129
6130 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6131
6132         * wl-folder.el: Use `elmo-folder-name-internal';
6133         Use `wl-folder-get-elmo-folder';
6134         Use `elmo-folder-list-messages' instead of
6135         `elmo-list-folder';
6136         Use `elmo-folder-get-primitive-list' instead of
6137         `elmo-folder-get-primitive-spec-list';
6138         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6139         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6140         Use `elmo-folder-create' instead of `elmo-create-folder'.
6141         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6142         (wl-folder-get-elmo-folder): New macro.
6143         (wl-folder-elmo-folder-cache-get): Ditto.
6144         (wl-folder-elmo-folder-cache-put): Ditto.
6145         (wl-folder-suspend): Call `elmo-quit'.
6146
6147         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6148         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6149         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6150         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6151         (toplevel): require 'cl.
6152         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6153
6154         * wl-summary.el: Rewrite to use new elmo interface.
6155
6156 \f
6157 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6158
6159         * wl-mime.el (wl-draft-preview-message):
6160         Run `wl-draft-send-hook' before collecting recipients information;
6161         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6162
6163         * tm-wl.el (wl-draft-preview-message): Ditto.
6164
6165 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6166
6167         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6168         wrong receipients are displayed when forwarded message.
6169
6170 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6171
6172         * Version number is increased to 2.5.7.
6173
6174 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6175
6176         * wl-message.el (wl-message-next-page): Bind
6177         `window-pixel-scroll-increment' to nil while scrolling up.
6178
6179 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6180
6181         * wl-vars.el (wl-save-hook): New hook.
6182         * wl.el (wl-save): Call `wl-save-hook'.
6183
6184 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6185
6186         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6187         Argument WITH-ARG instead of NO-ARG (negative mean).
6188         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6189         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6190         * wl-message.el (wl-message-follow-current-entity): Likewise.
6191
6192 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6193
6194         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6195         FROM was optional argument.
6196         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6197
6198 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6199
6200         * Version number is increased to 2.5.6.
6201
6202 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6203
6204         * wl-version.el (wl-version-show): Removed.
6205         (wl-version): Add `interactive'.
6206
6207 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6208
6209         * wl-summary.el (wl-summary-get-petname-func): New variable.
6210         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6211         instead of `wl-address-get-petname-1'.
6212         (wl-summary-simple-from): Ditto.
6213
6214         * wl-address.el (wl-address-get-petname-1): Define as function.
6215
6216 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6219         field in the original message.
6220         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6221
6222 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6223
6224         * wl-expire.el (wl-expire-hide):
6225         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6226
6227 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6228
6229         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6230         find decoder for To, Cc, and Subject.
6231
6232 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6233
6234         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6235         for checking `elmo-use-buffer-cache'.
6236         (wl-summary-mark-as-important): Fixed typo in comment.
6237
6238 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6239
6240         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6241         field in the original message.
6242         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6243
6244 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6245
6246         * wl-expire.el (wl-expire-hide):
6247         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6248
6249 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6250
6251         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6252         find decoder for To, Cc, and Subject.
6253
6254 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6255
6256         * Version number is increased to 2.5.5.
6257
6258         * wl-address.el (wl-address-specials-regexp): New constant.
6259         (wl-address-quote-specials): Use it.
6260
6261 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6262
6263         * wl-summary.el (wl-summary-rescan):
6264         Call `wl-summary-buffer-number-column-detect'.
6265         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6266
6267         * wl-message.el (wl-message-mode-map): Define.
6268         (wl-message-decode): Use it as local-map.
6269
6270 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6271
6272         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6273         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6274
6275 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6276
6277         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6278
6279         * wl-mule.el (wl-read-event-char): Ditto.
6280
6281         * wl-e21.el (wl-read-event-char): Ditto.
6282
6283         * wl-nemacs.el (wl-read-event-char): Ditto.
6284         (read-event): Removed.
6285
6286         * wl-util.el (toplevel): Removed dummy definition of
6287         `read-event'.
6288         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6289
6290 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6291
6292         * wl-nemacs.el (elmo-archive-call-process): Moved to
6293         elmo-archive.el.
6294
6295 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6296
6297         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6298         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6299
6300         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6301         instead of magic-number 6.  Use `not' instead of `null' for symbol
6302         `nil' check (not empty list).
6303         (wl-draft-insert-x-face-field): Fixed paren style.
6304
6305         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6306         one-branch conditional statement, instead of `and' and `if'.
6307         (wl-draft-forward): Likewise.
6308         (wl-draft-add-references): Likewise.
6309         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6310
6311         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6312         conditional steatment.  Use `cond' instead of `if'.
6313         (wl-draft-confirm): Likewise.
6314
6315 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6316
6317         * wl-version.el (wl-version-show): Use `product-string-1'
6318         instead of `wl-version'.
6319         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6320
6321         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6322
6323 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6324
6325         * wl-highlight.el (wl-highlight-headers): Revert
6326         `wl-highlight-x-face-func' argument (`beg' and `end').
6327
6328 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6329
6330         * wl.el (toplevel): Move `product-provide' declare.
6331         * wl-demo.el (toplevel): Ditto.
6332         * wl-dnd.el (toplevel): Ditto.
6333         * wl-highlight.el (toplevel): Ditto.
6334         * wl-message.el (toplevel): Ditto.
6335         * wl-refile.el (toplevel): Ditto.
6336         * wl-util.el (toplevel): Ditto.
6337
6338 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6339
6340         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6341         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6342         (wl-thread-close-all): keep cursor position.
6343
6344 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6345
6346         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6347         (eq x 0).
6348         (wl-generate-user-agent-string-1): Fix conditional statement.
6349
6350 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6351
6352         * wl.el (wl-check-environment): Additional check for
6353         'wl-local-domain' and `wl-message-id-domain'.
6354
6355 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6356
6357         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6358
6359 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6360
6361         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6362         instead of `smtp-sasl-user-realm'.
6363
6364 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6365
6366         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6367
6368 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6369
6370         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6371         to the default value as well as `eword-lexical-analyzer'.
6372
6373 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6374
6375         * wl-version.el (wl-extended-emacs-version,
6376         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6377         `elmo-match-string' instead of `wl-match-string'.
6378
6379 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6380
6381         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6382         docstring.
6383
6384 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6385
6386         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6387
6388 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6389
6390         * wl-highlight.el (wl-highlight-headers): Remove
6391         `wl-highlight-x-face-func' argument (`beg' and `end').
6392
6393 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6394
6395         * wl-summary.el (wl-summary-mark-as-important):
6396         Remove cache if folder is local.
6397
6398 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6399
6400         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6401         to get existing e-mail address string.
6402
6403 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6404
6405         * wl-version.el (wl-generate-user-agent-string): Commentary.
6406         (wl-generate-user-agent-string-1): Use `when' for
6407         one-branch conditional statement, instead of `and' and `if'.
6408         (wl-extended-emacs-version, wl-extended-emacs-version2,
6409         wl-extended-emacs-version3): Ditto.
6410
6411 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6412
6413         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6414         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6415         condition-case; Remove initialization.
6416         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6417         (wl-summary-sync-update3): Added argument `sync-all';
6418         Eliminated local variable `msgdb';
6419         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6420         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6421         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6422
6423 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6424
6425         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6426         connection before call `wl-draft-send-mail-with-smtp'.
6427
6428 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6429
6430         * Version number is increased to 2.5.4.
6431
6432 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6433
6434         * wl.el (wl-check-environment): Additional check for
6435         'wl-local-domain' and `wl-message-id-domain'.
6436
6437 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6440         buffer as command specific.
6441         (wl-folder-mark-as-read-all-entity): Ditto.
6442         (wl-folder-prefetch-entity): Ditto.
6443         (wl-folder-drop-unsync-entity): Ditto.
6444
6445         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6446         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6447         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6448
6449         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6450         save-excursion.
6451
6452 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6453
6454         * Version number is increased to 2.5.3.
6455
6456         * wl-summary.el (wl-summary-save-view-cache):
6457         Delete duplicated `write-region';
6458         Use `write-region-as-binary' instead of `as-binary-output-file' and
6459         `write-region'.
6460
6461 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6462
6463         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6464
6465 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6466
6467         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6468         instead of `smtp-via-smtp'.
6469
6470 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6471
6472         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6473
6474 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6475
6476         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6477         instead of `smtp-sasl-user-realm'.
6478
6479 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6480
6481         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6482
6483 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6484
6485         * Version number is increased to 2.5.2.
6486
6487 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6488
6489         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6490         does not exist.
6491         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6492         (wl-biff-start): Call `timer-activate' if timer already exists.
6493
6494         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6495         only when it is bound as function.
6496
6497 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6498
6499         * Version number is increased to 2.5.1.
6500
6501 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6502
6503         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6504         Print refile/copy destination.
6505
6506 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6509         queue-flush-only is non-nil.
6510
6511         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6512
6513         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6514         checking cache folder.
6515
6516 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6517
6518         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6519         `regexp-quote'.
6520
6521 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6522
6523         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6524         function.
6525         * wl-summary.el (wl-summary-write-current-folder-functions):
6526         Change default value.  Use it.
6527
6528 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * Version number is increased to 2.5.0.
6531
6532         * wl-version.el (wl-version): Changed codename.
6533
6534 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6535
6536         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6537         (wl-summary-supersedes-message): Ditto.
6538
6539 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6540
6541         * wl-refile.el (wl-refile-guess-functions): Renamed from
6542         `wl-refile-guess-func-list'.
6543
6544 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6545
6546         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6547         Fixed problem when no rule was matched.
6548
6549 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6550
6551         * wl-summary.el (wl-summary-get-mark): Fixed
6552         `wl-summary-buffer-target-mark' check logic.
6553
6554 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6555
6556         * wl-folder.el (wl-folder-write-current-folder): Added group
6557         folder check.
6558
6559         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6560         `wl-summary-write-current-newsgroup'.
6561         (wl-summary-write-current-folder-functions): New variable.
6562         * wl-folder.el (wl-folder-get-newsgroups): New function.
6563         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6564         (wl-folder-write-current-folder): Renamed from
6565         `wl-folder-write-current-newsgroup'.
6566
6567 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6568
6569         * Version number is increased to 2.3.93.
6570
6571 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6572
6573         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6574         (wl-ldap-make-matched-value-list): Ditto.
6575         (wl-ldap-alias-safe-string): Split e-mail address.
6576
6577         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6578         petname folder default was selected.
6579         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6580         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6581
6582 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6583
6584         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6585         to `wl-draft-config-exec'.
6586
6587         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6588         instead of calling `wl-draft-config-exec';
6589         Process group-list and show recipients in minibuffer.
6590
6591         * tm-wl.el (wl-draft-preview-message): Ditto.
6592
6593 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6594
6595         * wl.el (toplevel): Added (C) to copyright notice, and
6596         sync Author header.
6597         * tm-wl.el (toplevel): Ditto.
6598         * wl-address.el (toplevel): Ditto.
6599         * wl-demo.el (toplevel): Ditto.
6600         * wl-dnd.el (toplevel): Ditto.
6601         * wl-draft.el (toplevel): Ditto.
6602         * wl-e21.el (toplevel): Ditto.
6603         * wl-expire.el (toplevel): Ditto.
6604         * wl-folder.el (toplevel): Ditto.
6605         * wl-highlight.el (toplevel): Ditto.
6606         * wl-message.el (toplevel): Ditto.
6607         * wl-mime.el (toplevel): Ditto.
6608         * wl-mule.el (toplevel): Ditto.
6609         * wl-nemacs.el (toplevel): Ditto.
6610         * wl-refile.el (toplevel): Ditto.
6611         * wl-score.el (toplevel): Ditto.
6612         * wl-summary.el (toplevel): Ditto.
6613         * wl-template.el (toplevel): Ditto.
6614         * wl-thread.el (toplevel): Ditto.
6615         * wl-util.el (toplevel): Ditto.
6616         * wl-vars.el (toplevel): Ditto.
6617         * wl-xmas.el (toplevel): Ditto.
6618
6619 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6620
6621         * wl.el (wl-init): Added comment about `wl-init-hook'.
6622         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6623         * wl-vars.el (wl-init-hook): Added docs.
6624         (wl-make-plugged-hook): Removed useless docs.
6625         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6626         * wl-xmas.el (toplevel): Ditto.
6627
6628 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6629
6630         * wl-address.el (toplevel): Fixed multiple Author header format.
6631         * wl-demo.el (toplevel): Ditto.
6632         * wl-draft.el (toplevel): Ditto.
6633         * wl-folder.el (toplevel): Ditto.
6634         * wl-summary.el (toplevel): Ditto.
6635         * wl-thread.el (toplevel): Ditto.
6636         * wl-util.el (toplevel): Ditto.
6637         * wl-vars.el (toplevel): Ditto.
6638         * wl-version.el (toplevel): Ditto.
6639         * wl-xmas.el (toplevel): Ditto.
6640         * wl.el (toplevel): Ditto.
6641
6642         * wl-version.el (toplevel): Added require `elmo-version' for
6643         `product-version-as-string'.
6644
6645 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6646
6647         * wl-vars.el (wl-draft-send-hook): Changed default value to
6648         '(wl-draft-config-exec).
6649
6650         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6651         explicitly.
6652         (wl-draft): Set `wl-draft-config-exec-flag' before running
6653         `wl-mail-setup-hook'.
6654
6655         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6656         `wl-biff-init-icons' to `wl-init-hook' instead of
6657         `wl-make-plugged-hook'.
6658         (Because if `wl-draft' command is invoked at first,
6659         they are not initialized)
6660         Updated copyright notice.
6661
6662         * wl-e21.el (toplevel): Ditto;
6663
6664         * wl-demo.el (toplevel): Updated copyright notice.
6665         * wl-address.el (toplevel): Ditto.
6666         * wl-draft.el (toplevel): Ditto.
6667         * wl-version.el (toplevel): Ditto.
6668         * wl-folder.el (toplevel): Ditto.
6669         * wl-summary.el (toplevel): Ditto.
6670         * wl-thread.el (toplevel): Ditto.
6671         * wl-util.el (toplevel): Ditto.
6672         * wl-vars.el (toplevel): Ditto.
6673         * wl.el (toplevel): Ditto.
6674
6675 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6676
6677         * wl-highlight.el (wl-highlight-message): Fixed problem of
6678         highlighting failure which occured when the last field contains
6679         multiple lines in the draft buffer.
6680
6681         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6682         `wl-biff-start' if plugged.
6683
6684         * wl-util.el (wl-biff-check-folder): New function.
6685         (wl-biff-check-folders): Don't set session name prefix.
6686         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6687         (wl-biff-check-folder-async): Ditto.
6688
6689         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6690         in email address.
6691
6692 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6693
6694         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6695
6696         * wl-draft.el (wl-draft-strip-subject-re): New function.
6697
6698         * wl-draft.el (wl-draft-reply): Use it.
6699
6700 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6701
6702         * wl-message.el (wl-mmelmo-message-redisplay): Use
6703         `mime-display-message' instead of `wl-mime-display-message'.
6704
6705         * wl-mime.el (toplevel): Removed compatibility workaround
6706         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6707         (wl-mime-display-message): Abolished.
6708         (wl-mime-entity-read-field): Ditto.
6709         (wl-mime-combine-message/partial-pieces): Use
6710         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6711
6712 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6713
6714         * wl-template.el: Doc fixes.
6715
6716 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6717
6718         * wl-e21.el (wl-message-overload-functions): Do nothing if
6719         `current-local-map' is not available.
6720         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6721
6722 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6723
6724         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6725         representation.
6726
6727         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6728         number.
6729         (wl-fldmgr-save-folders): Don't use `format' when insert
6730         `wl-fldmgr-folders-header'.
6731
6732 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6733
6734         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6735
6736 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6737
6738         * wl-highlight.el (wl-highlight-message):
6739         Use `std11-field-end' to detect end point of the header field.
6740         Refer `wl-highlight-max-header-size'.
6741
6742         * wl-vars.el (wl-highlight-max-header-size): New variable.
6743
6744         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6745
6746         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6747         Set `for-draft' argument of wl-highlight-headers.
6748         (wl-draft): Ditto.
6749         (wl-draft-reedit): Ditto.
6750         (wl-user-agent-compose-internal): Ditto.
6751
6752 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6753
6754         * wl-message.el (wl-message-add-button): Use overlay.
6755
6756 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6757
6758         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6759
6760         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6761         problem when group-list content is nothing.
6762         (Reported by Mito <mit@nines.nec.co.jp>)
6763
6764 2000-10-18  SAITO Atsunori <sai@yedo.com>
6765
6766         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6767
6768 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6769
6770         * tm-wl.el (toplevel): Use product-provide.
6771
6772 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6773
6774         * Version number is increased to 2.3.92.
6775
6776 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6777
6778         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6779         title text, use `display' property for left margin under Emacs 21.
6780
6781         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6782         properties.
6783         (wl-plugged-init-icons): Ditto.
6784
6785 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6786
6787         * wl.el (wl-save-status, wl-init): Remove last period in
6788         "...done." message.
6789         * tm-wl.el (wl-summary-burst): Ditto.
6790         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6791         wl-summary-resume-cache-status,
6792         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6793         wl-summary-sync-update3, wl-summary-highlight-msgs,
6794         wl-summary-flush-pending-append-operations,
6795         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6796         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6797         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6798         wl-thread-open-all): Ditto.
6799         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6800         * wl-mime.el (wl-summary-burst): Ditto.
6801         * wl-highlight.el (wl-highlight-summary): Ditto.
6802         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6803         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6804         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6805         * wl-address.el (wl-local-address-init): Ditto.
6806
6807 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6808
6809         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6810         `add-text-properties'.
6811         (wl-plugged-init-icons): Ditto.
6812         (wl-folder-init-icons): Use `propertize' instead of
6813         `put-text-property'.
6814         (wl-plugged-set-folder-icon): Ditto.
6815         (wl-e21-highlight-folder-group-line): Ditto.
6816
6817 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6818
6819         * wl-version.el (wl-version-status-alist): New variable.
6820         (wl-version-status): New function.
6821
6822         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6823         "Cc" part of the case "Reply-To".
6824
6825         * wl-draft.el (wl-draft-reply): Use result of
6826         `eword-extract-address-components'.
6827
6828         * wl-demo.el (wl-demo-icon-name): New constant.
6829         (wl-logo-xpm): Use it.
6830         (wl-logo-xbm): Ditto.
6831         (wl-logo-bitmap): Ditto.
6832
6833         * Version number is increased to 2.3.91.
6834
6835 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6836
6837         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6838         (wl-extended-emacs-version, wl-extended-emacs-version2,
6839         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6840         docstring.
6841
6842         * wl-version.el (wl-generate-user-agent-string-1): New function.
6843         (wl-generate-user-agent-string): Use it.
6844
6845         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6846         `mime-edit-insert-user-agent-field'.
6847         (wl-generate-user-agent-string): Check
6848         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6849
6850         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6851         instead of `if', when verbose case.
6852
6853 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6854
6855         * wl-expire.el (wl-summary-expire): Fix.
6856
6857 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6858
6859         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6860         and `elmo-lost+found-folder' if 'wl-draft.
6861         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6862
6863 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6864
6865         * wl-expire.el (wl-summary-expire): Change messages.
6866         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6867         `deleing-info' instead of "Deleting..."
6868
6869 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6870
6871         * wl-summary.el (wl-summary-refile-subr): Fix.
6872
6873 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6874
6875         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6876         if pipe folder.
6877
6878 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6879
6880         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6881
6882 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6883
6884         * wl-expire.el (wl-expire-hide): New function.
6885         (wl-summary-expire): Add `hide'.
6886
6887 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6888
6889         * wl-vars.el (wl-draft-reply-without-argument-list):
6890         Changed default value to consider `Reply-To:'.
6891         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6892
6893         * Version number is increased to 2.3.90.
6894
6895         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6896         elmo-imap4-get-session with unwind-protect.
6897         Don't cause error.
6898         (wl-summary-sync-marks): Don't check plugged nor folder type.
6899         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6900         (Always keep current buffer).
6901
6902 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6903
6904         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6905         Enclose with `save-excursion'.
6906
6907 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6908
6909         * wl-version.el (wl-version): Remove interactive.
6910
6911 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6912
6913         * wl-version.el (wl-generate-user-agent-string): Use
6914         `product-string-verbose' instead of `product-string-1'.
6915
6916 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6917
6918         * wl-vars.el (wl-draft-use-cache): New variable.
6919         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6920         if wl-draft-use-cache is non-nil.
6921
6922 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6923
6924         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6925         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6926
6927 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6928
6929         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6930         (wl-thread-msg-mark-as-unread): Ditto.
6931
6932         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6933         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6934         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6935         Don't set mark in summary if return value of `elmo-mark-as-read'
6936         is nil.
6937         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6938         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6939         instead of `wl-thread-msg-mark-as-read'.
6940         (wl-summary-mark-as-unread-region): Ditto.
6941         (wl-summary-target-mark-mark-as-read): Ditto.
6942
6943         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6944
6945 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6946
6947         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6948
6949         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6950
6951 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6952
6953         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6954         face.
6955
6956 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6957
6958         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6959         `running-xemacs'.
6960
6961 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6962
6963         * wl-version.el (toplevel): Use `product-version-as-string' for
6964         set verstion-string, if defined.
6965
6966         * wl-version.el (wl-version-show): Insert string at point, when
6967         call with argument.
6968
6969         * wl-version.el (wl-generate-user-agent-string): Use
6970         `product-string-1' instead of `wl-appname', `wl-version' and
6971         `wl-codename'.
6972
6973 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6974
6975         * wl-address.el (toplevel): Use product-provide.
6976         * wl-demo.el (toplevel): Ditto.
6977         * wl-dnd.el (toplevel): Ditto.
6978         * wl-draft.el (toplevel): Ditto.
6979         * wl-e21.el (toplevel): Ditto.
6980         * wl-expire.el (toplevel): Ditto.
6981         * wl-fldmgr.el (toplevel): Ditto.
6982         * wl-folder.el (toplevel): Ditto.
6983         * wl-highlight.el (toplevel): Ditto.
6984         * wl-message.el (toplevel): Ditto.
6985         * wl-mime.el (toplevel): Ditto.
6986         * wl-mule.el (toplevel): Ditto.
6987         * wl-nemacs.el (toplevel): Ditto.
6988         * wl-refile.el (toplevel): Ditto.
6989         * wl-score.el (toplevel): Ditto.
6990         * wl-summary.el (toplevel): Ditto.
6991         * wl-template.el (toplevel): Ditto.
6992         * wl-thread.el (toplevel): Ditto.
6993         * wl-util.el (toplevel): Ditto.
6994         * wl-vars.el (toplevel): Ditto.
6995         * wl-xmas.el (toplevel): Ditto.
6996         * wl.el (toplevel): Ditto.
6997
6998 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6999
7000         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7001         instead of product.
7002
7003         * wl-version.el (wl-version): Compile time evalution elmo-version.
7004
7005 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7006
7007         * wl-summary.el (wl-summary-sync-force-update): Append queue
7008         `mark-as-read'if unplugged.
7009
7010 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7011
7012         * wl-version.el: New file.  Use product.el.
7013         * wl.el: add (require 'wl-version).
7014         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7015         for ~/.folders header.
7016         (wl-fldmgr-folders-header): Changed.
7017         * wl-demo.el (wl-demo): Use product.el.
7018
7019         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7020         wl-version.el.
7021         * wl-util.el (wl-version, wl-version-show): Ditto.
7022
7023         * wl-util.el (wl-generate-user-agent-string,
7024         wl-extended-emacs-version, wl-extended-emacs-version2,
7025         wl-extended-emacs-version3): Move to wl-version.el.
7026         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7027         xemacs-codename, mime-edit-insert-user-agent-field,
7028         mime-edit-user-agent-value, mime-editor/version,
7029         mime-editor/codename): Compile warning killer move to
7030         wl-version.el
7031
7032 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7033
7034         * wl-summary.el (wl-summary-refile-subr): Fix.
7035
7036 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7037
7038         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7039         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7040
7041 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7042
7043         * wl.el (wl-check-environment): Check too many `@'.
7044
7045 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7046
7047         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7048
7049 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7050
7051         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7052         wl-draft-reply-myself-without-argument-list): Add variables.
7053         * wl-draft.el (wl-draft-reply): Use it.
7054
7055 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7056
7057         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7058         the 5th argument of `elmo-network-get-spec'.
7059
7060         * wl-thread.el (wl-thread-reparent-children): New inline function.
7061         (wl-thread-delete-message): Use it.
7062
7063         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7064         (wl-summary-score-update-all-lines): Don't use `dolist'.
7065
7066 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7067
7068         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7069         (require 'elmo-msgdb) for inline function.
7070
7071 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7072
7073         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7074
7075 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7076
7077         * wl-score.el (wl-score-headers): Fix for the confusing macro
7078         `elmo-kill-buffer'.
7079
7080 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7081
7082         * wl-summary.el: Don't use the 3rd argument of `require' because
7083         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7084         * wl-util.el: Ditto.
7085         * wl-draft.el: Ditto.
7086
7087 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7088
7089         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7090         window system is not used.
7091
7092 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7093
7094         * wl-thread.el: Don't use `mapcar' only for iteration.
7095         (wl-thread-resume-entity): Ditto.
7096         (wl-thread-delete-message): Ditto.
7097
7098         * wl-summary.el: Bind `dragdrop-drop-functions',
7099         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7100         of `require' for `timezone', `easymenu' and `ps-print';
7101         don't use `mapcar' only for iteration.
7102
7103         * wl-util.el: Bind `mule-version', `nemacs-version',
7104         `emacs-beta-version', `xemacs-codename',
7105         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7106         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7107         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7108         only for iteration.
7109
7110         * wl-score.el: Don't use `mapcar' only for iteration.
7111         (wl-score-simplify-buffer-fuzzy): Ditto.
7112         (wl-score-simplify-subject): Ditto.
7113         (wl-score-headers): Ditto.
7114         (wl-summary-score-update-all-lines): Ditto.
7115
7116         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7117         `enable-multibyte-characters' and `mule-version'.
7118
7119         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7120         `mapcar' only for iteration.
7121
7122         * wl-demo.el: Don't use `mapcar' only for iteration.
7123
7124         * wl-folder.el: Don't use `mapcar' only for iteration.
7125         (wl-folder-open-all): Ditto.
7126         (wl-folder-count-incorporates): Ditto.
7127
7128         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7129         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7130
7131         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7132         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7133         `smtp-connection-type'; specify 3rd argument of `require' for
7134         `timezone'; don't use `mapcar' only for iteration.
7135         (wl-draft-clone-local-variables): Don't use `mapcar'.
7136         (wl-draft-generate-clone-buffer): Ditto.
7137         (wl-user-agent-compose-internal): Ditto.
7138
7139         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7140
7141         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7142         (wl-save-status): Ditto.
7143
7144         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7145         for iteration.
7146
7147 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7148
7149         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7150         removed `Date'.
7151         (wl-fldmgr-make-filter-default): New user option.
7152
7153         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7154         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7155         (wl-fldmgr-filter-completion-alist): Abolish.
7156
7157         * wl.el (wl): Don't check servers if arg is non-nil.
7158
7159         * wl-draft.el (wl-draft-reply): Set only message-id string to
7160         In-Reply-To field.
7161
7162 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7163
7164         * wl-summary.el (wl-summary-pick): Rewrite.
7165
7166         * wl-draft.el (wl-draft-forward): Get references field from
7167         original buffer.
7168         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7169
7170 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7171
7172         * wl-draft.el (wl-draft-forward): Add references field.
7173
7174 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7175
7176         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7177         (wl-draft-reply): Use it.
7178
7179 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7180
7181         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7182         when Emacs 21 is running.
7183
7184         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7185         bindings.
7186
7187 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7188
7189         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7190         XPM icons transparent.
7191
7192         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7193         Emacs 21.
7194
7195 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7196
7197         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7198         nil.
7199
7200         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7201         when it is persistent.
7202         (wl-summary-sync-marks): Changed argument for
7203         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7204         (wl-summary-virtual): Use `elmo-read-search-condition'.
7205         (wl-summary-redisplay-internal): If folder is local, mark as read
7206         even when folder is plugged.
7207
7208 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7209
7210         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7211         of `tool-bar-lines' in the frame parameters.
7212         (after-make-frame-functions, post-command-hook): Don't modify the
7213         value.
7214         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7215         wl-e21-tool-bar-lines): Removed.
7216
7217 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7218
7219         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7220         properties `evaporate' and `wl-momentary-overlay' as well.
7221         (wl-highlight-summary-displaying): Ditto.
7222         (wl-delete-all-overlays): Don't delete overlay which does not have
7223         a property `wl-momentary-overlay'.
7224
7225         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7226         `display-mouse-p' and `display-graphic-p'.
7227         (wl-folder-init-icons): Don't search for XBM or the other files.
7228         (wl-plugged-set-folder-icon): Make icons if and only if
7229         `display-graphic-p' returns non-nil.
7230         (wl-highlight-plugged-current-line): Use `before-string' overlay
7231         property to show icon images.
7232         (wl-highlight-folder-current-line): Ditto.
7233         (wl-e21-highlight-folder-group-line): Ditto.
7234         (wl-e21-highlight-folder-by-numbers): Ditto.
7235         (wl-e21-insert-image): Removed.
7236         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7237         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7238         said.
7239         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7240         `wl-e21-force-switch-toolbar'.
7241         (wl-e21-make-icon-image): Removed.
7242         (wl-e21-setup-toolbar): Don't search for XBM files.
7243         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7244         the default value.
7245
7246 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7247
7248         * wl-util.el (wl-biff-check-folder-async): Set
7249         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7250
7251 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7252
7253         * wl-e21.el (after-make-frame-functions): Add
7254         `wl-e21-force-switch-toolbar'.
7255         (wl-e21-force-switch-toolbar): New function force to switch the
7256         toolbar appearance automatically.
7257         (post-command-hook): Add `wl-e21-switch-toolbar'.
7258         (wl-e21-switch-toolbar): New function to switch the toolbar
7259         appearance automatically.
7260         (wl-e21-tool-bar-lines): New buffer local variable.
7261
7262 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7263
7264         * wl-util.el (wl-biff-check-folders-running): New variable.
7265         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7266         (wl-biff-check-folder-async-callback):
7267         Set `wl-biff-check-folders-running'.
7268         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7269         with unwind-protect.
7270
7271         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7272         Enclose `wl-folder-auto-check' with unwind-protect.
7273
7274         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7275         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7276
7277         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7278
7279         * wl-util.el (wl-biff-notify): New inline function.
7280         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7281         locally.
7282         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7283         folder-list' is 1.
7284         Use `wl-biff-notify'.
7285         (wl-biff-check-folder-async-callback): New function.
7286         (wl-biff-check-folder-async): Ditto.
7287
7288         * wl-folder.el (wl-folder): Don't check folders.
7289         (wl-folder-auto-check): New function.
7290
7291 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7292
7293         * wl-util.el (wl-biff-start) [Emacs19+]:
7294         Use `timer-next-integral-multiple-of-time'.
7295         (wl-biff-check-folders): Use `wl-default-folder'
7296         if `wl-biff-check-folder-list' is nil.
7297
7298 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7299
7300         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7301         instead of `elmo-delete-lists'.
7302
7303 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7304
7305         * wl.el (wl-plugged-toggle-all): Set the value of
7306         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7307         (wl-plugged-toggle): Ditto.
7308         (wl-toggle-plugged): Ditto.
7309         (wl-plugged-init): Ditto.
7310
7311         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7312         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7313         instead of `wl-biff-state-indicator-off' and
7314         `wl-biff-state-indicator-on'; don't modify the value and the type
7315         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7316         (wl-plugged-init-icons): Set icons data to
7317         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7318         instead of `wl-plug-state-indicator-off' and
7319         `wl-plug-state-indicator-on'; don't modify the value and the type
7320         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7321
7322         * wl-vars.el (wl-modeline-biff-state-off,
7323         wl-modeline-biff-state-on, wl-modeline-biff-status,
7324         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7325         wl-modeline-plug-status): New internal variables.
7326         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7327         wl-biff-check-interval, wl-biff-check-folder-list): Change
7328         customization group from `wl-folder' to `wl-highlight'.
7329         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7330         wl-show-plug-status-on-modeline): Defcustomized.
7331
7332         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7333         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7334         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7335         a flag to `mode-line-buffer-identification'.
7336
7337         * wl-e21.el (wl-biff-init-icons): Set icons data to
7338         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7339         instead of `wl-biff-state-indicator-off' and
7340         `wl-biff-state-indicator-on'.
7341         (wl-plugged-init-icons): Set icons data to
7342         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7343         instead of `wl-plug-state-indicator-off' and
7344         `wl-plug-state-indicator-on'.
7345
7346 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7347
7348         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7349         excessive titles.
7350
7351 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7352
7353         * wl.el (wl-plugged-mode): Use revised
7354         `wl-mode-line-buffer-identification'.
7355         (wl-plugged-init): Don't use `force-mode-line-update'.
7356
7357         * wl-xmas.el (wl-draft-overload-functions): Use revised
7358         `wl-mode-line-buffer-identification'.
7359         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7360         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7361         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7362         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7363         `wl-make-plugged-hook';
7364         add `wl-folder-init-icons' and `wl-setup-folder' to
7365         `wl-folder-mode-hook'.
7366
7367         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7368         19 as well.
7369         (wl-mode-line-display-priority-list): New user option.
7370         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7371         Defcustomized.
7372         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7373         Add docs.
7374
7375         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7376         start.
7377         (wl-mode-line-buffer-identification): Revised as a function.
7378
7379         * wl-summary.el (wl-summary-mode): Use revised
7380         `wl-mode-line-buffer-identification'; don't call
7381         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7382         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7383         `wl-xmas-setup-summary'.
7384
7385         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7386         `wl-mode-line-buffer-identification'.
7387
7388         * wl-mule.el (wl-draft-overload-functions): Use revised
7389         `wl-mode-line-buffer-identification'.
7390
7391         * wl-folder.el (wl-make-plugged-alist): Don't call
7392         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7393         (wl-folder): Don't call `wl-folder-init-icons' directly.
7394         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7395         `wl-xmas-setup-folder' directly;
7396         use revised `wl-mode-line-buffer-identification'.
7397         (TopLevel): Don't bind `wl-biff-init-icons',
7398         `wl-plugged-init-icons', `wl-folder-init-icons',
7399         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7400
7401         * wl-e21.el (wl-draft-overload-functions): Use revised
7402         `wl-mode-line-buffer-identification'.
7403         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7404         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7405         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7406         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7407         `wl-make-plugged-hook';
7408         add `wl-folder-init-icons' and `wl-setup-folder' to
7409         `wl-folder-mode-hook'.
7410
7411 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7412             Katsumi Yamaoka    <yamaoka@jpl.org>
7413
7414         * wl.el (wl): Call `wl-biff-start'.
7415         (wl-exit): Call `wl-biff-stop'.
7416         (wl-plugged-mode): Show biff in modeline.
7417         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7418
7419         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7420         (wl-biff-init-icons): New function.
7421         (wl-plugged-init-icons): Don't make too much keymaps.
7422         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7423
7424         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7425         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7426         variables.
7427         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7428         options.
7429
7430         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7431         wl-biff-start, wl-biff-stop): New functions.
7432         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7433         (wl-biff-timer-name): New variable.
7434
7435         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7436
7437         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7438         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7439
7440         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7441         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7442
7443         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7444         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7445         `wl-folder-init-icons' to `ignore' if they are not available.
7446         (wl-folder-mode): Show biff in modeline.
7447
7448         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7449         (wl-biff-init-icons): New function.
7450         (wl-plugged-init-icons): Don't make too much keymaps.
7451         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7452
7453 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7454
7455         * wl-vars.el (wl-strict-diff-folders): Customization Type
7456         and doc fix.  Define as a list of regular expressions for
7457         folders or nil.
7458         * wl-folder.el (wl-folder-check-one-entity): Use
7459         `wl-string-match-member' instead of `wl-string-member' for
7460         `wl-strict-diff-folders'.
7461
7462 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7463
7464         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7465         (wl-highlight-folder-current-line): Use it; new implementation.
7466         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7467         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7468         `defsubst' instead of `defun'.
7469
7470         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7471         `wl-highlight-group-folder-by-numbers'; made it can also be a
7472         number.  See info for more details.
7473
7474         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7475         running.
7476
7477         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7478         to bind them.
7479
7480         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7481         (wl-highlight-folder-current-line): New implementation.
7482
7483         * wl-highlight.el (wl-highlight-folder-group-line): New
7484         implementation.
7485         (wl-delete-all-overlays): Rewrite as a marco.
7486         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7487
7488         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7489         running.
7490         (wl-folder-*-glyph): No need to bind them.
7491
7492         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7493         `wl-e21-highlight-folder-group-icon'; rewrite.
7494         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7495         `defsubst' instead of `defun'.
7496         (wl-folder-mode-map): Bind it when compiling.
7497
7498 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7499
7500         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7501
7502         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7503
7504 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7505
7506         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7507
7508 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7509
7510         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7511         (wl-highlight-folder-current-line): Use it.
7512
7513         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7514         in `id-name'.
7515
7516 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7517
7518         * wl.el: Require `wl-e21' when Emacs 21 is running.
7519
7520         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7521         default when Emacs 21 is running.
7522         (wl-use-highlight-mouse-line): Ditto.
7523         (wl-on-emacs21): New constant.
7524         (wl-on-emacs20): Removed.
7525
7526         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7527         Emacs 21 is running.
7528
7529         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7530         Emacs 21 is running.
7531
7532         * wl-e21.el: New file.
7533
7534 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7535
7536         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7537         (wl-toggle-plugged): Ditto.
7538         (wl-plugged-toggle): Ditto.
7539         (wl-plugged-toggle-all): Ditto.
7540
7541         * wl-vars.el (wl-plug-state-indicator): Refer
7542         `wl-plug-state-indicator-on' indirectly.
7543
7544 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7545
7546         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7547         Call `wl-folder-confirm-existence'.
7548
7549         * wl-folder.el (wl-folder-confirm-existence): Added optional
7550         argument `force'.
7551
7552 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7553
7554         * wl-summary.el (wl-summary-refile-subr): Assume
7555         `copy-or-refile' as symbol.
7556         (wl-summary-refile): Follow up above change.
7557         (wl-summary-copy): Ditto.  Doc fix.
7558
7559 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7560
7561         * wl-summary.el (wl-summary-pick): Don't bind
7562         `elmo-search-mime-charset'.
7563
7564         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7565         default using old backquote style.
7566         (wl-search-mime-charset): Abolished.
7567
7568         * wl-highlight.el (wl-highlight-headers):
7569         Call `point' after `re-search-forward'(for Nemacs).
7570
7571         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7572         for elmo-imap4.el.
7573
7574 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7575
7576         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7577         `wl-message-ignored-field-list' instead of
7578         `mime-view-ignored-field-list'.
7579
7580         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7581         Add interactive spec.
7582         (wl-folder-goto-bottom-of-current-folder): Ditto.
7583         (wl-folder-mode-map): Bind them.
7584
7585         * wl-vars.el (wl-message-ignored-field-list): New variable.
7586         (wl-message-visible-field-list): New variable.
7587
7588         * wl-mime.el (wl-mime-header-presentation-method): New function.
7589         (wl-mime-setup): Set header-presentation-method.
7590
7591 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7592
7593         * wl-nemacs.el (wl-draft-overload-functions): Set
7594         `mode-line-buffer-identification' instead of using
7595         `wl-make-modeline'.
7596
7597         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7598         instead of using `wl-make-modeline'.
7599
7600         * wl-xmas.el (wl-plugged-init-icons): Set up
7601         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7602         (wl-make-modeline): Abolish.
7603         (wl-draft-overload-functions): Set
7604         `mode-line-buffer-identification' instead of using
7605         `wl-make-modeline'.
7606
7607         * wl-util.el (wl-make-modeline-subr): Abolish.
7608         (wl-mode-line-buffer-identification): New alias.
7609
7610         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7611         (wl-summary-make-modeline): Abolish.
7612         (wl-summary-buffer-set-folder): Set
7613         `wl-summary-buffer-folder-indicator'.
7614         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7615         of using `wl-make-modeline'.
7616         (wl-summary-switch-to-clone-buffer): Don't set
7617         `mode-line-buffer-identification'.
7618         (wl-summary-goto-folder-subr): Ditto.
7619
7620         * wl-mule.el (wl-draft-overload-functions): Set
7621         `mode-line-buffer-identification' instead of using
7622         `wl-make-modeline'.
7623
7624         * wl-folder.el (wl-folder-mode): Set
7625         `mode-line-buffer-identification' instead of using
7626         `wl-make-modeline'.
7627         (wl-folder): Don't set `mode-line-buffer-identification'.
7628
7629 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7630
7631         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7632         instead of `member' for `wl-refile-guess-func-list' look-ups.
7633         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7634
7635 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7636
7637         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7638         `wl-message-button-dispatcher'.
7639
7640         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7641
7642         * wl-message.el (wl-message-button-dispatcher): Use it.
7643
7644         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7645         "In-Reply-To".
7646
7647         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7648         Bind `case-fold-search' to t.
7649
7650 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7651
7652         * wl-xmas.el (wl-message-overload-functions): Initialize
7653         `wl-message-button-map'.
7654
7655         * wl-mule.el (wl-message-overload-functions): Initialize
7656         `wl-message-button-map'.
7657
7658         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7659
7660         * wl-message.el (wl-message-button-map): New keymap.
7661         (wl-message-add-button): New function.
7662         (wl-message-button-dispatcher): New function.
7663         (wl-message-button-refer-article): New function.
7664
7665         * wl-highlight.el
7666         (wl-highlight-message-add-buttons-to-header): New function.
7667         (wl-highlight-headers): Use it.
7668
7669 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7670
7671         * wl-summary.el (wl-summary-default-from): Use
7672         `wl-address-get-petname-1'.
7673         (wl-summary-simple-from): Ditto.
7674
7675         * wl-address.el (wl-address-get-petname-1): New inline function.
7676         (wl-address-get-petname): Use it.
7677
7678 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7679
7680         * wl-summary.el (wl-summary-default-from): Return full-name part
7681         from the address if no petname was found.
7682         (wl-summary-simple-from): Ditto.
7683
7684         * wl-address.el (wl-address-get-petname): Return nil if no petname
7685         associated with the address was found.
7686
7687 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7688
7689         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7690         display is finished.
7691
7692 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7693
7694         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7695         `elmo-folder-exists-p' argument.
7696
7697 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7698
7699         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7700         the folder.
7701
7702 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7703
7704         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7705
7706         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7707         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7708
7709 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7710
7711         * wl-folder.el (wl-folder-create-subr): New function.
7712         (wl-folder-confirm-existence): Use it.
7713         (wl-folder-check-one-entity): Use it.
7714         Check the error symbol is derived from 'elmo-open-error.
7715
7716         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7717         `ignore-error'.
7718
7719 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7720
7721         * wl-util.el (toplevel): Add (eval-when-compile (require
7722         'elmo-util)).  (Maybe `provide' is typo.)
7723
7724 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7725
7726         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7727         (I don't know why this was needed.)
7728
7729         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7730         Follow up changes for stream-type.
7731
7732         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7733         (wl-draft-elmo-nntp-send): Ditto.
7734
7735         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7736         (wl-nntp-posting-stream-type): Ditto.
7737         (wl-pop-before-smtp-ssl): Abolished.
7738         (wl-nntp-posting-ssl): Ditto.
7739
7740         * wl-address.el (wl-address-quote-specials): New function.
7741         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7742
7743         * wl-draft.el (wl-draft-reply): Ditto.
7744
7745 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7746
7747         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7748         use function `wl-string-match-assoc'.
7749
7750 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7751
7752         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7753
7754         * wl-draft.el (wl-draft-deduce-address-list): New function.
7755         (wl-draft-parse-mailbox-list): Ditto.
7756         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7757         instead of `smtp-deduce-address-list'.
7758         (wl-draft-on-field-p): Follow group list.
7759
7760         * wl-address.el (wl-address-concat-token): New function.
7761         (wl-address-string-without-group-list-contents): Ditto.
7762         (wl-complete-field-body): Fixed problem of completion
7763         by japanese petname.
7764         (wl-address-make-completion-list): Rewrite.
7765
7766 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7767
7768         * wl-address.el (wl-address-make-completion-list): Completion by
7769         petname.
7770         (wl-complete-field-body): Likewise.
7771
7772 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7773
7774         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7775         contains invalid address syntax.
7776
7777 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7778
7779         * wl-folder.el (wl-folder-check-entity-async): Use
7780         `elmo-nntp-spec-hostname'.
7781
7782 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7783
7784         * wl-summary.el (wl-summary-msgdb-load-async): Use
7785         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7786
7787 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7788
7789         * wl-draft.el (wl-draft-reply): Set argument
7790         `content-transfer-encoding' as nil.
7791
7792 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7793
7794         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7795         `wl-refile-alist'.
7796
7797 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7798
7799         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7800         (wl-draft-edit-string): Ditto.
7801         (wl-draft-forward): Ditto.
7802         * wl-summary.el (wl-summary-write): Ditto.
7803
7804 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7805
7806         * wl-summary.el (wl-summary-sync-update3): Call
7807         `wl-summary-buffer-number-column-detect'.
7808         (wl-summary-buffer-number-column-detect): Search from point-min.
7809
7810 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7811
7812         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7813         contains an address which is not included in original to or cc.
7814
7815 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7816
7817         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7818         begin-line does not exist.
7819         * wl-message.el (wl-message-uu-substring): Ditto.
7820
7821 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7822
7823         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7824         clear local variables.
7825         (wl-summary-exit): Call `elmo-commit'.
7826         (wl-summary-switch-to-clone-buffer): Call
7827         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7828         (wl-summary-goto-folder-subr): Ditto.
7829
7830         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7831         POP folder.
7832
7833 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7834
7835         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7836         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7837         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7838         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7839         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7840         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7841
7842         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7843
7844 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7845
7846         * wl-summary.el (wl-summary-search-by-subject):
7847         Search parent message from the latest one.
7848
7849 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7850
7851         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7852         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7853
7854         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7855         New user option.
7856
7857         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7858         if elmo-nntp-use-killed-list is nil.
7859         Use `elmo-msgdb-append-to-killed-list'.
7860         (Append numbers confirmed as disappeared to the killed list.)
7861         (wl-summary-confirm-appends): Don't display negative number.
7862
7863 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7864
7865         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7866
7867 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7868
7869         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7870         range is `all'.
7871         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7872         `elmo-list-bigger-diff'.
7873
7874 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7875
7876         * wl-summary.el (wl-summary-buffer-exit-func):
7877         New buffer local variable.
7878         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7879
7880 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7881
7882         * wl-demo.el (wl-demo): Fix the last change.
7883
7884 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7885
7886         * wl-demo.el (wl-demo): Don't use `eval'.
7887
7888 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7889
7890         * wl-summary.el (wl-summary-buffer-thread-modified):
7891         New buffer-local variable.
7892         (wl-summary-set-thread-modified): New function.
7893         (wl-summary-thread-modified-p): New function.
7894         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7895         (wl-summary-yank-saved-message): Use function
7896         `wl-summary-set-thread-modified'
7897         (wl-summary-switch-to-clone-buffer): Add
7898         `wl-summary-buffer-thread-modified'.
7899
7900         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7901         (wl-summary-buffer-mark-saved-hook): Ditto.
7902         * wl-summary.el (wl-summary-msgdb-save): New hook
7903         `wl-summary-buffer-message-saved-hook' and
7904         `wl-summary-buffer-mark-saved-hook'.
7905
7906 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7907
7908         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7909
7910 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7911
7912         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7913         don't hide scroll bars under FSF Emacsen because it may incur an
7914         undesirable redrawing.
7915
7916 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7917
7918         * wl-draft.el (wl-draft-edit-string): Call
7919         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7920
7921 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7922
7923         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7924
7925 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7926
7927         * wl-summary.el (wl-summary-msgdb-load-async): Call
7928         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7929
7930 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7931
7932         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7933         fringes in demo buffer; center bitmap logo correctly even if old
7934         Mule is used.
7935
7936 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7937
7938         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7939
7940         * wl-refile.el (wl-refile-subject-alist): New variable.
7941         (wl-refile-subject-alist-file-name): Ditto.
7942         (wl-refile-alist-setup): Rewrite.
7943         (wl-refile-alist-save): Use `elmo-object-save'.
7944         Eliminated arguments.
7945         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7946         (wl-refile-guess-by-subject): New function.
7947         (wl-refile-guess-func-list): Added it.
7948
7949 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7950
7951         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7952         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7953
7954 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7955
7956         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7957         New buffer-local variable.
7958         (wl-summary-buffer-next-folder-func): Ditto.
7959         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7960         if non-nil.
7961         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7962         if non-nil.
7963         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7964         if non-nil.
7965         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7966         if non-nil.
7967
7968 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7969
7970         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7971         permanently in the demo buffer.
7972
7973 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7974
7975         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7976         `mime-entity-fetch-field'.
7977
7978         * wl.el (wl-exit): Delete plugged buffer.
7979
7980         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7981         XEmacs has menubar feature.
7982
7983 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7984
7985         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7986         cannot arrive at the beginning of the buffer under old Emacsen.
7987
7988 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7989
7990         * wl-address.el (wl-address-ldap-search):
7991         Call `ldap-search-entries' with `withdn' argument t.
7992         (wl-complete-field-body): Bind completion-ignore-case as t.
7993         Clear ldap search hash when it was sole completion.
7994         Use elmo-string for pattern string.
7995         (wl-ldap-alias-safe-string): Eliminated needless let.
7996
7997 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7998
7999         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8000         (wl-ldap-alias-sep): New constant.
8001         (wl-ldap-search-attribute-type-list): Ditto.
8002         (wl-ldap-get-value): New function.
8003         (wl-ldap-make-filter): Ditto.
8004         (wl-ldap-make-matched-value-list): Ditto.
8005         (wl-ldap-alias-safe-string): Ditto.
8006         (wl-ldap-register-dn-string): Ditto.
8007         (wl-address-ldap-search): Rewrite.
8008
8009 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8010
8011         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8012         thread is deleted.
8013         (wl-thread-delete-line-from-buffer): Ditto.
8014         (wl-thread-get-exist-children): New function.
8015
8016 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8017
8018         * wl-demo.el (wl-demo): Made it to select various image types.
8019         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8020         from `wl-title-logo'.
8021         (wl-logo-ascii): New variable.
8022         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8023         (wl-demo-copyright-notice): New constant.
8024
8025         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8026
8027 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8028
8029         * wl-vars.el (wl-summary-target-above): Renamed from
8030         wl-summary-temp-above.
8031         * wl-score.el (wl-score-get-score-alist): Use it.
8032         (wl-summary-score-update-all-lines): Use it.
8033         * wl-summary.el: Ditto. (make-variable-buffer-local).
8034
8035 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8036
8037         * wl-vars.el (wl-ldap-port): New user option.
8038
8039         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8040         Rewite whole implementation.
8041         (wl-complete-field-body): Fixed.
8042
8043 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8044
8045         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8046         Choose implementation at compile time.
8047
8048 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8049
8050         * wl-address.el (wl-ldap-search-internal): New function.
8051         (wl-complete-field-to): Use it.
8052
8053 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8054
8055         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8056         Use `let' instead of `let*'.
8057         Require 'wl-vars.
8058
8059         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8060         Define as defcustom.
8061         (wl-ldap-base): Ditto.
8062         (wl-use-ldap): Ditto.
8063
8064 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8065
8066         * wl-address.el (wl-ldap-search): New function.
8067         (wl-complete-field-body): Use `wl-ldap-search'.
8068         (wl-ldap-server): New variable.
8069         (wl-ldap-base): Ditto.
8070         (wl-use-ldap): Ditto.
8071
8072 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8073
8074         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8075         (Pointed out by Mito <mit@nines.nec.co.jp>).
8076         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8077         buffer-local variables like `wl-summary-redisplay-internal'.
8078         (wl-summary-redisplay-all-header): Likewise.  Update
8079         Summary view too.
8080
8081 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8082
8083         * wl-summary.el (wl-summary-jump-to-parent-message):
8084         Consider prefix argument.
8085
8086         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8087         when closed thread is deleted.
8088
8089 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8090
8091         * wl-summary.el (wl-summary-jump-to-parent-message):
8092         Consider thread modification.
8093
8094 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8095
8096         * wl-message.el (wl-message-normal-get-original-buffer): Use
8097         `save-excursion'.
8098
8099         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8100         (wl-summary-showto-folder-regexp): Ditto.
8101
8102 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8103
8104         * wl-util.el (wl-delete-alist): Doc fix.
8105         (wl-delete-associations): New function.
8106         (wl-inverse-alist): New function.
8107         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8108         Split temporary variables. Use `wl-delete-associations'
8109         and `wl-inverse-alist'.
8110         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8111
8112 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8113
8114         * wl-folder.el (wl-folder-prefetch-entity):
8115         Execute prefetching if new count is unknown.
8116
8117 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8118
8119         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8120
8121         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8122         delete entity.
8123         (wl-thread-set-parent): If insert as top, set linked as nil.
8124
8125         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8126         `wl-thread-cleanup-symbols' when view mode is thread.
8127
8128 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8129
8130         * wl-folder.el (wl-folder-create-folder-entity): Use
8131         with-current-buffer.
8132         (wl-local-folder-init): Call set-buffer to make sure we are in
8133         the Folder buffer. Don't touch buffer-local variables here.
8134         (wl-folder-mode): Initialize buffer-local variables here.
8135
8136         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8137         (wl-folder-entity-assign-id): Ditto.
8138         (wl-folder-create-entity-hashtb): Ditto.
8139         (wl-local-folder-init): Ditto.
8140         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8141
8142 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8143
8144         * wl-summary.el (wl-summary-default-from): Fix probrem when
8145         std11-extract-address-components return (nil "foo@bar").
8146
8147 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8148
8149         * wl-draft.el (wl-draft-clone-local-variables):
8150         Remove redundant `setq'.
8151
8152 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8153
8154         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8155         Bind wl-highlight-x-face-func as nil while highlighting header.
8156
8157 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8158
8159         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8160
8161 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8162
8163         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8164         elmo-msgdb-overview-hashtb from copy-variables.
8165         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8166         instead of `elmo-msgdb-overview-get-entity-by-number'.
8167         (wl-summary-auto-refile): Ditto.
8168
8169         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8170         `elmo-msgdb-overview-get-entity' instead of
8171         `elmo-msgdb-search-overview-entity'.  Use
8172         `elmo-msgdb-overview-get-entity' instead of
8173         `elmo-msgdb-overview-get-entity-by-number'.
8174         (wl-thread-insert-entity-sub): Ditto.
8175         (wl-thread-insert-message): Ditto.
8176
8177         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8178         `elmo-msgdb-overview-get-entity'.
8179         (wl-normal-message-redisplay): Ditto.
8180
8181 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8182
8183         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8184         `wl-thread-entities'.
8185         (wl-thread-delete-message): Fix remove top message from
8186         `wl-thread-entity-list'.
8187
8188         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8189         wl-append(nconc), because update-list is broken on Meadow.
8190
8191         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8192         updating process.
8193         (wl-summary-rescan): Ditto.
8194         (wl-summary-sync-update3): Ditto.
8195         * wl-thread.el (wl-thread-set-parent): Renamed from
8196         `wl-summary-set-parent'.
8197         (wl-thread-insert-message): Updating buffer faster.
8198         (wl-thread-delete-message): Updating buffer faster.
8199
8200         * wl-score.el (wl-summary-score-update-all-lines): Changed
8201         interval for display progress gauge.
8202
8203 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8204
8205         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8206         folder always-sticky.
8207         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8208         defmacro.
8209
8210 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-vars.el (wl-draft-add-references): New user option.
8213
8214         * wl-draft.el (wl-draft-add-references): New function.
8215         (wl-draft-yank-from-mail-reply-buffer): Use it.
8216         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8217         as nil.
8218
8219 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8220
8221         * wl-thread.el (wl-thread-update-line-msgs): Called
8222         `wl-thread-update-line-on-buffer-sub'.
8223         (wl-thread-update-line-on-buffer): Delete routine of inserting
8224         thread.
8225         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8226         moved from `wl-thread-update-line-on-buffer'.
8227         Add threshold for displaying progress gauge.
8228         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8229         argument of `wl-thread-update-line-msgs'.
8230         Add threshold for displaying progress gauge.
8231         * wl-folder.el:
8232         Add threshold for displaying progress gauge.
8233         * wl-score.el: Ditto.
8234
8235         * wl-expire.el (wl-summary-expire): Display deleting info.
8236
8237 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8238
8239         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8240         `no-msg'.
8241         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8242         argument of `wl-thread-update-line-msgs'.
8243         (wl-summary-set-parent): Added optional argument `parent-number'.
8244         (wl-summary-buffer-saved-message): New buffer local variable.
8245         (wl-summary-save-current-message): New command.
8246         (wl-summary-yank-saved-message): Ditto.
8247         (wl-summary-mode-map): Added key binding for
8248         `wl-summary-save-current-message' (\ew) and
8249         `wl-summary-yank-saved-message' (\C-y).
8250         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8251
8252 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8253
8254         * wl-summary.el (wl-summary-mode-map): Added key binding for
8255         `wl-summary-set-parent' (ts).
8256
8257 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8258
8259         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8260         subject faster. If thread number is reverse, delayed updating
8261         thread.
8262         (wl-summary-search-by-subject): Ditto.
8263         (wl-summary-put-alike): Ditto.
8264         (wl-summary-get-alike): Ditto.
8265         (wl-summary-insert-headers): Insert header of all overview in
8266         buffer.
8267         (wl-summary-rescan): Delayed updating thread. Kill search subject
8268         buffer for wl-summary-search-by-subject.
8269         (wl-summary-sync-update3): Ditto.
8270         (wl-summary-exit): Ditto.
8271         (wl-summary-goto-bottom-of-current-thread): Change for linked
8272         thread.
8273         (wl-summary-overview-create-summary-line): Change line for linked
8274         thread.
8275
8276         * wl-summary.el (wl-summary-update-thread): Use
8277         wl-thread-maybe-get-children-num.
8278         (wl-summary-set-parent): If change parent, move sub thread.
8279         (wl-summary-redisplay-internal): Add horizontal recenter.
8280         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8281
8282         * wl-thread.el (wl-thread-entity-get-linked): New function.
8283         (wl-thread-entity-set-linked): New function.
8284         (wl-thread-create-entity): Add linked element.
8285         (wl-thread-entity-insert-as-top): Use wl-append.
8286         (wl-thread-maybe-get-children-num): If closing thread, return
8287         children msgs.
8288         (wl-thread-update-line-msgs): Displaying progress message.
8289         (wl-thread-update-line-on-buffer-sub): Use
8290         wl-thread-maybe-get-children-num.
8291         (wl-thread-update-line-on-buffer): If update line is not exists,
8292         insert thread.
8293         (wl-thread-delete-message): If delete top msg of thread, search
8294         parent by subject.
8295         (wl-thread-insert-entity): Use
8296         wl-thread-maybe-get-children-num.
8297
8298         * wl-highlight.el (wl-highlight-summary-current-line): change
8299         sregexp for linked thread.
8300         * wl-util.el (wl-count-lines): Count lines.
8301         (wl-horizontal-recenter): horizontal recenter.
8302         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8303         (wl-score-get-alike): Ditto.
8304         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8305         (wl-subject-length-limit): New variable.
8306         (wl-highlight-thread-indent-string-regexp): Changed for linked
8307         thread.
8308
8309 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8310
8311         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8312         New variable (revival).
8313         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8314         by subject matching if there's no in-reply-to nor references field
8315         (revival).
8316
8317 \f
8318 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8319
8320         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8321         message.
8322
8323 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8324
8325         * wl-summary.el (wl-summary-reply): Return t if there was a
8326         message at cursor point.
8327         Added unwind-protect.
8328         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8329         returns t.
8330         (wl-summary-cancel-message): Do nothing when there's no message at
8331         cursor point.
8332         (wl-summary-forward): Ditto.
8333         (wl-summary-jump-to-parent-message): Ditto.
8334         (wl-summary-reedit): Ditto.
8335         (wl-summary-edit-addresses): Ditto.
8336         (wl-summary-pipe-message): Ditto.
8337         (wl-summary-print-message-with-ps-print): Ditto.
8338         (wl-summary-print-message): Ditto.
8339         (wl-summary-mark-as-important): Ditto.
8340         (wl-summary-mark-as-unread): Ditto.
8341
8342         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8343         message at cursor point.
8344         (wl-summary-reply-with-citation): Remove unwind-protect.
8345
8346         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8347         subject searching feature.
8348         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8349         Eliminated.
8350
8351 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8352
8353         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8354         New variable.
8355         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8356         by subject matching if there's no in-reply-to nor references field.
8357
8358         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8359
8360         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8361         when display is finished.
8362         (wl-folder-open-all): Ditto.
8363         (wl-folder-update-access-group): Ditto.
8364         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8365         * wl-thread.el (wl-thread-close-all): Ditto.
8366
8367         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8368         progress gauge only when it was displayed.
8369         * wl-folder.el (wl-folder-insert-entity): Ditto.
8370
8371 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8372
8373         * wl-summary.el (wl-summary-incorporate): Enclose
8374         `wl-summary-sync-force-update' with save-excursion.
8375
8376 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8377
8378         * wl-summary.el (wl-summary-prefetch-region):
8379         Pass current cursor point to `pos-visible-in-window-p' after
8380         moving cursor to the started point.
8381
8382 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8383
8384         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8385
8386         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8387         fields from the forwarding message.
8388         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8389         `ignored-fields'.
8390
8391 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8392
8393         * wl-mime.el (wl-message-request-partial):
8394         Eliminated argument `msgdb'.
8395         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8396         (wl-mime-combine-message/partial-pieces): Likewise.
8397         * tm-wl.el (wl-message-request-partial): Likewise.
8398         (wl-mime-combine-message/partial-pieces): Likewise.
8399
8400 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8401
8402         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8403         when display is finished.
8404
8405 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8406
8407         * wl-summary.el (wl-summary-goto-folder-subr):
8408         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8409
8410 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8411
8412         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8413         when cursor point is visible.
8414
8415 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8416
8417         * wl-expire.el (wl-expire-archive-get-max-number):
8418         Don't use `file-name-directory'.
8419
8420 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8421
8422         * wl-expire.el (wl-expire-archive-get-max-number):
8423         Use `file-name-directory'.
8424
8425 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8426
8427         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8428         only when there is progress.
8429
8430 2000-04-13  Mito <mit@nines.nec.co.jp>
8431
8432         * wl-summary.el (wl-summary-sync-marks): Display progress.
8433
8434 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8435
8436         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8437         (wl-summary-prev): Move cursor regardless of unread status.
8438         (wl-summary-next): Ditto.
8439
8440 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8441
8442         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8443         Added argument `target' and `number'.
8444         * tm-wl.el (wl-summary-burst-subr): New function.
8445         (wl-summary-burst): Use it.
8446
8447 2000-04-10  Mito <mit@nines.nec.co.jp>
8448
8449         * wl-mime.el (wl-burst): New function.
8450         (wl-summary-burst): Use it.
8451
8452 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8453
8454         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8455         as petname when there's no candidate.
8456
8457 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8458
8459         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8460         New variable.
8461         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8462
8463         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8464
8465         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8466
8467 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8468
8469         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8470         Use substring of `original' instead of buffer-substring.
8471         (wl-refile-evaluate-rule):
8472         Set `original' argument of wl-refile-expand-newtext.
8473
8474         * wl-summary.el
8475         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8476         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8477         (wl-summary-auto-refile): Check existence of destination folder just
8478         before marking.
8479
8480 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8481
8482         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8483         when wl-refile-get-field-value return nil.
8484
8485 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8486
8487         * wl-refile.el
8488         (wl-refile-expand-newtext): New function imported from Gnus.
8489         (wl-refile-evaluate-rule): Use it.
8490
8491 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8492
8493         * wl-summary.el (wl-summary-print-destination):
8494         Duplicate folder string to avoid putting text-property on
8495         original string.
8496
8497         * wl-refile.el (wl-refile-get-field-value): New function.
8498         (wl-refile-evaluate-rule): New function;
8499         Evaluate refile rule recursively.
8500         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8501         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8502         New function; Check existence of a target folder recursively.
8503         (wl-summary-auto-refile-check-refile-rule-alist):
8504         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8505
8506 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8507
8508         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8509
8510         * wl-folder.el (wl-create-folder-entity-from-buffer):
8511         Fixed problem when '}' character is contained in folder name.
8512
8513         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8514
8515 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8516
8517         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8518         (wl-fldmgr-add-completion-all-completions):
8519         Use wl-fldmgr-add-completion-hashtb.
8520
8521 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8522
8523         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8524         wl-fldmgr-add-completion-subr): New functions.
8525         * wl-folder.el (wl-folder-completion-func): New variable.
8526         * wl-summary.el (wl-summary-read-folder):
8527         Use wl-folder-completion-func.
8528
8529         * wl-refile.el: Eliminate throw & catch.
8530
8531         * wl.el (wl-plugged-sending-queue-status): Fixed.
8532
8533 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8534
8535         * wl-draft.el (wl-draft): Put category property on
8536         mail-header-separator.