* wl-action.el (wl-summary-set-action-refile): Don't proceed if
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
4         destination folder is empty.
5
6 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
7
8         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
9         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o"
10
11         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
12         (wl-summary-refile-prev-destination-region): New function.
13         (wl-thread-refile-prev-destination): Ditto.
14         (wl-summary-target-mark-refile-prev-destination): Ditto.
15
16 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
17
18         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
19         (wl-demo-background-color): Changed default value.
20
21         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
22         color.
23
24         * wl-demo.el (wl-demo-set-background-color): New function.
25         (wl-demo): Call it.
26
27 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
28
29         * wl-address.el (wl-address-delete): Avoid mis-deleting.
30         * wl-address.el (wl-address-add-or-change): Don't add empty
31         address.
32
33 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
34
35         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
36
37 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
38
39         * wl-vars.el (wl-demo-image-filter-alist): New variable
40         (wl-demo-background-color): Ditto.
41
42         * wl-demo.el (wl-demo-xpm-set-background): New function.
43         (wl-demo-image-filter): Ditto.
44         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
45
46         * wl-vars.el (wl-demo-icon-name-alist): New variable.
47
48         * wl-demo.el (wl-demo-icon-name): Define as function.
49         (wl-demo-insert-image): Use it.
50
51 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
52
53         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
54
55 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
56
57         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
58
59 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
60
61         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
62
63 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
64
65         * wl-thread.el (wl-thread-mark-as-answered): New function.
66
67         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
68         answered" entry.
69         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
70         "r&" and wl-thread-mark-as-answered to "t&".
71         (wl-summary-mark-as-important-region): Refine to toggle mark.
72         (wl-summary-mark-as-answered-region): New function.
73         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
74         and 3rd argument.
75         (wl-summary-mark-as-important-internal): Likewise.
76
77 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
78
79         * wl-template.el (wl-template-preview): New internal variable.
80         (wl-template-preview-p): New function.
81         (wl-template-show): Bind `wl-template-preview' as t.
82
83 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
84
85         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
86         `elmo-message-entity-field' with 3rd argument which is non-nil.
87
88 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
89
90         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
91         Removed duplicate local bind `folder'.
92
93 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
94
95         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
96
97 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
98
99         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
100         duplicate definition.
101
102 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
103
104         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
105         non-nil, use it; Don't fetch message if there's no message in the
106         current cursor position.
107
108 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
109
110         * wl-util.el (wl-region-exists-p): Use region-active-p.
111         (wl-deactivate-region): New function.
112         * wl-message.el (wl-message-redisplay): Deactivate region.
113
114         * wl-summary.el (wl-summary-reply): Call
115         `wl-summary-set-message-buffer-or-redisplay' instead of
116         `wl-summary-redisplay-internal', don't move point.
117
118 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
119
120         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
121         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
122         by regexp.
123
124 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
125
126         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
127         if no need.
128
129 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
130
131         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
132         default value to nil.
133         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
134         `wl-summary-prepare-hook'; Replace refile action to
135         `wl-summary-exec-action-refile-with-register'.
136
137         * Version number is increased to 2.11.22.
138
139 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
140
141         * wl-summary.el (wl-summary-detect-mark-position): Set
142         `wl-summary-buffer-weekday-name-lang'.
143
144 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
145
146         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
147         (wl-summary-mark-as-read-all): Ditto.
148         (wl-summary-delete-messages-on-buffer): Ditto.
149         (wl-summary-sync-update): Ditto.
150         (wl-summary-mark-as-read-internal): Ditto.
151         (wl-summary-mark-as-answered-internal): Ditto.
152         (wl-summary-update-folder-info): Abolished.
153
154 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
155
156         * wl-summary.el (wl-summary-mark-as-read-all): Use
157         `wl-summary-update-folder-info' instead of
158         `wl-folder-update-unread'.
159
160 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
161
162         * wl-summary.el (wl-summary-update-folder-info): New function derived from
163         `wl-summary-folder-info-update'.
164         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
165         instead of `wl-summary-folder-info-update'.
166         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
167         `wl-folder-set-folder-updated'.
168         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
169         instead of `wl-folder-update-unread'.
170         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
171         the value of `wl-summary-buffer-unread-count' for the second parameter of
172         `wl-folder-update-unread'.
173
174         * Version number is increased to 2.11.21.
175
176 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
177
178         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
179         a local variable.
180
181 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
182
183         * wl-spam.el (wl-summary-mark-spam): Show message only if call
184         interactively.
185
186         * wl-summary.el (wl-summary-mark-as-important-internal): New
187         internal function.
188         (wl-summary-mark-as-important): Use it.
189         (wl-summary-mark-as-unimportant): New function.
190         (wl-summary-sync-marks): Follow the API change.
191
192         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
193
194         * wl-mime.el (wl-summary-burst): Check target folder is writable.
195
196 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
197
198         * wl-folder.el (wl-folder-update-unread): Re-indent.
199         Narrow the scope of a local variable.
200
201 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
202
203         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
204         (wl-addrmgr-merge-entries): Ditto.
205         (wl-addrmgr): Added to address entry which exists in draft buffer
206         if no entry is in original.
207
208 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
209
210         * wl-batch.el: New file.
211
212 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
213
214         * wl-vars.el (wl-use-semi): Remove unused variable.
215
216 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
217
218         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
219         "?".
220
221 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
222
223         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
224         wl-summary-new-mark.
225         (wl-summary-new-cached-mark): New user option.
226         (wl-summary-score-marks): Follow the change above.
227         (wl-summary-auto-refile-skip-marks): Ditto.
228         (wl-summary-incorporate-marks): Ditto.
229         (wl-summary-expire-reserve-marks): Ditto.
230
231         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
232
233         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
234         (wl-summary-persistent-mark-string): Distinguished between cached
235         and uncached mark when the message is new.
236
237 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-spam.el (wl-spam-domain): Renamed from
240         `wl-spam-folder-guess-domain'.
241         (wl-summary-exec-action-spam): Register as spam if domain of the
242         source folder is good.
243         (wl-summary-exec-action-refile-with-register): Register message if
244         domain of the source folder is not undecided.
245
246 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
249         detect thread loop.
250
251 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
252
253         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
254         and wl-summary-skip-mark-list.
255
256 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
257
258         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
259
260         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
261
262         * wl-spam.el (toplevel): Require wl-highlight.
263         (wl-spam-auto-check-policy-alist): Abolish.
264         (wl-spam-auto-check-folder-regexp-list): New user option.
265         (wl-spam-auto-check-marks): Ditto.
266         (wl-spam-mark-action-list): Ditto.
267         (wl-highlight-summary-spam-face): New face.
268         (wl-spam-auto-check-message-p): New function.
269         (wl-spam-map-spam-messages): Fixed message.
270         (wl-spam-register-spam-messages): Ditto.
271         (wl-spam-register-good-messages): Ditto.
272         (wl-summary-spam-map): Add and remove keybind.
273         (wl-summary-target-mark-spam): Abolish.
274         (wl-summary-refile-spam): Ditto.
275         (wl-summary-test-spam): New function.
276         (wl-summary-mark-spam): Ditto.
277         (wl-summary-auto-check-spam): Follow the above change.
278         (wl-summary-exec-action-spam): New function.
279         (wl-summary-exec-action-refile-with-register): Fixed message.
280         (wl-message-check-spam): New function.
281         (wl-spam-setup): Ditto.
282         (toplevel): Call it if this file is loaded interactivity.
283
284         * Version number is increased to 2.11.20.
285
286 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
287
288         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
289         when new optional argument `force' is non nil or modified.
290
291 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
292
293         * wl.el (toplevel): Require wl-spam when compile.
294         (wl-save-status): Call wl-spam-save-status.
295
296         * wl-spam.el (wl-spam-register-spam-messages): New function.
297         (wl-spam-register-good-messages): Ditto.
298         (wl-spam-save-status): Ditto.
299         (wl-summary-mode-map): Bind
300         wl-summary-target-mark-register-as-spam to "ms" and
301         wl-summary-target-mark-register-as-good to "mn".
302         (wl-summary-register-as-spam): Abolish optional argument; Use
303         wl-spam-register-spam-messages.
304         (wl-summary-register-as-spam-all): Use
305         wl-spam-register-spam-messages.
306         (wl-summary-register-as-good): Abolish optional argument; Use
307         wl-spam-register-good-messages.
308         (wl-summary-register-as-good-all): Use
309         wl-spam-register-good-messages.
310         (wl-summary-target-mark-register-as-spam): New funtion.
311         (wl-summary-target-mark-register-as-good): Ditto.
312
313 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
314
315         * wl-spam.el: New file.
316
317 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
320
321         * wl-action.el (wl-auto-refile-guess-functions): New variable.
322         (wl-summary-auto-refile): Call wl-refile-guess with
323         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
324
325 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
326
327         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
328         with disable-thread argument non-nil.
329
330 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
331
332         * wl-summary.el (wl-summary-rescan): Added optional argument
333         disable-thread.
334         (wl-summary-sync): Call wl-summary-rescan with argument
335         disable-thread.
336         (wl-summary-input-range): Added new range `rescan-thread'.
337
338 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
339
340         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
341
342 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
343
344         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
345         internal variable.
346         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
347         wl-summary-search-parent-by-subject-regexp and
348         wl-summary-divide-thread-when-subject-changed as nil.
349         (wl-summary-insert-sequential): If entity is nil, nothing to do.
350         (wl-summary-insert-thread): Search parent entity from
351         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
352         thread loop.
353
354 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
355
356         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
357
358         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
359
360         * wl-util.el (wl-require-update-all-folder-p): New function.
361         (wl-get-assoc-list-value): Added `function' to match directive.
362         (wl-collect-draft): Rewrite.
363
364         * wl-summary.el (wl-summary-sync-update): Clear faces
365         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
366         are non-nil.
367         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
368         argument as function.
369         (wl-summary-input-range): Ditto.
370
371         * wl-folder.el (wl-draft-get-folder): New function.
372         (wl-folder-get-elmo-folder): Consider draft folder.
373
374         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
375         (wl-draft-buffer-message-number): New buffer local variable.
376         (wl-draft-folder-internal): New internal variable.
377         (wl-draft-delete): Rewrite.
378         (wl-draft-save): Ditto.
379         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
380         wl-folder-get-elmo-folder.
381         (wl-draft-config-info-operation): Ditto.
382         (wl-jump-to-draft-folder): Ditto.
383         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
384         (wl-draft-reedit): Rewrite.
385
386         * Version number is increased to 2.11.19.
387         
388 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
389
390         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
391         variable.
392
393 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
394
395         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
396         Use ignore-errors instead of unwind-protect.
397
398 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
399
400         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
401         for updating `wl-thread-entity-list'.
402
403 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
404
405         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
406         parameter from calling `wl-thread-entity-get-older-brothers' and
407         `wl-thread-entity-get-younger-brothers'.
408         Replace nested `append' with a single one.
409
410 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
411
412         * wl-summary.el (wl-summary-mode): Don't use the return value of
413         `make-local-hook'.
414
415 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
416
417         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
418         instead of `let*'.
419         (wl-thread-delete-message): Likewise.  Split and narrow the scope
420         of local variables.
421
422 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
423
424         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
425         Renamed from wl-summary-window-scroll-functions.
426         (wl-summary-window-scroll-functions): Don't set to variable.
427         (wl-summary-display-top): Use run-hooks.
428         (wl-summary-display-bottom): Ditto.
429         (wl-summary-toggle-disp-msg): Ditto.
430         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
431         Use it instead of wl-summary-window-scroll-functions.
432         (wl-summary-goto-folder-subr): Don't call
433         wl-summary-window-scroll-functions, use
434         wl-summary-buffer-window-scroll-functions instead.
435
436 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
437
438         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
439         make-local-variable.
440
441 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
442
443         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
444         set-buffer-modified-p.
445         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
446         (wl-summary-display-bottom): Ditto.
447         (wl-summary-toggle-disp-msg): Ditto.
448
449 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
450
451         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
452
453         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
454         (wl-summary-forward): Use elmo-message-entity-field instead of
455         elmo-message-field.
456
457         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
458
459 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
460
461         * wl-summary.el (wl-summary-window-scroll-functions): No use
462         `append'.
463
464 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
465
466         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
467         function.
468         (wl-summary-window-scroll-functions): Call it when both
469         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
470         (wl-summary-temp-mark): Added optional argument number.
471         (wl-summary-message-mark): Added optional argument flag.
472         (wl-summary-persistent-mark): Added optional argument number and flag.
473         (wl-summary-update-persistent-mark): Ditto.
474         (wl-summary-update-status-marks): Set "r" for interactive spec.
475
476         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
477         argument number and flag.
478
479         * wl-action.el (wl-summary-registered-temp-mark): 
480         Do nothing when wl-summary-buffer-temp-mark-list is nil.
481
482 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
483
484         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
485         internal variable (buffer local).
486         (wl-summary-window-scroll-functions): New function.
487         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
488         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
489         as nil.
490         (wl-summary-update-status-marks): Added arguments beg, end and
491         check.
492         (wl-summary-update-mark-window): Use function.
493         (wl-summary-sync-update): Follow the change above.
494         (wl-summary-switch-to-clone-buffer): Copy
495         wl-summary-buffer-unsync-mark-number-list.
496         (wl-summary-goto-folder-subr): Set
497         wl-summary-buffer-unsync-mark-number-list and
498         use wl-summary-window-scroll-functions insteaf of
499         wl-summary-lazy-highlight.
500
501         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
502
503 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
504
505         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
506
507         * wl-summary.el (wl-summary-update-persistent-mark): Call
508         wl-summary-set-message-modified.
509
510         * wl-summary.el (wl-summary-sync-update): Don't call
511         wl-summary-update-status-marks.
512
513         * Version number is increased to 2.11.18.
514
515 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
516
517         * wl-message.el (wl-message-prev-page): Use save-selected-window.
518         (wl-message-next-page): Ditto.
519
520 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
521
522         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
523         local variable.  Change the order of a collected list into the
524         same as the specified range.  Remove nil from a collected list.
525
526 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
527
528         * wl-summary.el (wl-summary-insert-headers): Set visible-only
529         argument for elmo-folder-list-messages.
530
531 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
532
533         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
534         change (wl-summary-count-unreads return a list instead of a cons
535         cell).
536
537 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
538
539         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
540         `wl-summary-folder-info-update'.
541
542 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
543
544         * wl-summary.el (wl-summary-set-message-modified): No use
545         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
546         (wl-summary-set-mark-modified): Abolish.
547         (wl-summary-mark-modified-p): Ditto.
548         (wl-summary-save-view): Follow the change above.
549
550         * wl-expire.el (wl-summary-expire): Likewise.
551
552 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
553
554         * wl-summary.el (wl-summary-detect-mark-position): Use
555         modb-entity-handler.
556         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
557
558         * Version number is increased to 2.11.17.
559
560 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
561
562         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
563         entity field value.
564         (wl-summary-prefetch-msg): Ditto.
565         (wl-summary-print-message-with-ps-print): Ditto.
566
567 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
568
569         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
570         for dummy entity.
571         (wl-summary-insert-thread): Use elmo-message-entity-field.
572         (wl-summary-update-thread): Use elmo-message-entity-field and
573         elmo-message-entity-number.
574         (wl-summary-line-number):  Use elmo-message-entity-number.
575         (wl-summary-line-size): Use elmo-message-entity-field.
576         (wl-summary-line-subject): Ditto.
577         (wl-summary-line-from): Ditto.
578         (wl-summary-line-attached): Ditto.
579         (wl-summary-create-line): Ditto.
580         (wl-summary-create-line): Use elmo-message-entity-number.
581         (wl-summary-print-message-with-ps-print): Use
582         elmo-message-entity-field.
583
584 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
585
586         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
587         change in elmo-msgdb-make-message-entity.
588         (wl-summary-buffer-set-folder): Don't call
589         wl-summary-detect-mark-position here.
590         (wl-summary-rescan): Call elmo-message-entity-number.
591         (wl-summary-sync-update): Ditto.
592         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
593
594         * wl-score.el (wl-score-header-index): Redefine 2th element.
595         (wl-score-overview-entity-get-extra): Abolish.
596         (wl-score-ov-entity-get): Rewrite.
597         (wl-score-string-index<, wl-score-string-func<): Abolish.
598         (wl-score-string<): New function.
599         (wl-score-string-sort): Use it.
600
601         * wl-refile.el (wl-refile-guess-by-history): Use
602         elmo-message-entity-field.
603         (wl-refile-guess-by-from): Ditto.
604         (wl-refile-guess-by-msgid): Ditto.
605
606         * Version number is increased to 2.11.16.
607
608 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
609
610         * wl-folder.el (wl-folder-confirm-existence): Don't call
611         file-exists-p if msgdb-path is nil.
612         * wl-summary.el, wl-draft.el, wl-action.el: Rename
613         `wl-read-folder-hist' to `wl-read-folder-history'.
614
615 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
616
617         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
618         `y-or-n-p'.
619
620 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
621
622         * wl-score.el (wl-score-headers): Don't use
623         elmo-folder-do-each-message-entity.
624
625         * Version number is increased to 2.11.15.
626
627 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
628
629         * wl-summary.el (wl-summary-delete-all-msgs): Use
630         elmo-folder-move-messages instead of elmo-folder-delete-messages
631         and elmo-folder-detach-messages.
632         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
633
634         * wl-expire.el (wl-expire-delete): Ditto.
635         (wl-expire-refile-with-copy-reserve-msg): Ditto.
636
637 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
638
639         * wl-vars.el (wl-message-use-header-narrowing): New user option.
640         (wl-message-header-narrowing-fields): Ditto.
641         (wl-message-header-narrowing-lines): Ditto.
642         (wl-message-header-narrowing-string): Ditto.
643
644         * wl-summary.el (wl-summary-mode-map): Bind
645         wl-summary-toggle-header-narrowing to "C-cC-f".
646         (wl-summary-toggle-header-narrowing): New function.
647
648         * wl-message.el (wl-message-buffer-create): Call
649         wl-message-header-narrowing-setup.
650         (wl-message-redisplay): Call wl-message-header-narrowing.
651         (wl-message-header-narrowing): New function.
652         (wl-message-header-narrowing-map): New keymap.
653         (wl-message-header-narrowing-widen-map): New keymap.
654         (wl-message-header-narrowing-again-at-mouse): New function.
655         (wl-message-header-narrowing-1): Ditto.
656         (wl-message-header-narrowing-widen-at-mouse): Ditto.
657         (wl-message-header-narrowing-setup): Ditto.
658         (wl-message-header-narrowing-toggle): Ditto.
659         
660         * wl-highlight.el (wl-message-header-narrowing-face): New face.
661
662         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
663         'flag as all.
664         (wl-use-flag-folder-help-echo): New user option.
665
666         * wl-summary.el (wl-summary-detect-mark-position): Bind 
667         wl-summary-highlight as nil.
668         (wl-summary-set-mark-modified): Follow the API change.
669         (wl-summary-mark-modified-p): Ditto.
670         (wl-summary-mark-as-read-all): Ditto.
671         (wl-summary-sync-marks): Don't call
672         elmo-folder-list-messages-with-global-mark.
673         (wl-summary-mark-as-read-internal): Follow the API change.
674         (wl-summary-mark-as-answered-internal): Ditto.
675         (wl-summary-mark-as-important): Cause an error when 'flag folder;
676         Follow the API change.
677         (wl-summary-create-line): Call with number argument.
678         (wl-summary-reply): Follow the API change.
679
680         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
681         function.
682         (wl-highlight-summary-line-string): Call it when
683         wl-use-flag-folder-help-echo is non-nil.
684         (wl-highlight-summary-current-line): Ditto.
685         (elmo-flag-folder-referrer): Added autoload setting.
686
687         * wl-draft.el (wl-draft-kill): Follow the API change.
688
689         * Version number is increased to 2.11.14.
690         
691 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
692
693         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
694
695 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * Version number is increased to 2.11.13.
698
699 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-draft.el (wl-draft-previous-history-element): Fixed
702         unbalanced parenthesis and bind unbound local variables.
703
704 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
705
706         * wl-draft.el (wl-draft-previous-history-element): New function.
707         (wl-draft-next-history-element): Ditto.
708         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
709         them to M-p and M-n.
710
711 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
712
713         * Version number is increased to 2.11.12.
714
715 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
716
717         * wl-draft.el (wl-draft-hide): Select buffer-window.
718
719 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
720
721         * wl-summary.el (wl-summary-narrow-to-region): New function.
722         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
723         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
724         (wl-summary-save-region): Use it.
725         * wl-action.el (wl-summary-collect-numbers-region)
726         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
727
728 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
729
730         * wl-folder.el (wl-folder-count-incorporates): Don't use
731         `elmo-msgdb-mark-load'
732
733         * Version number is increased to 2.11.11.
734
735 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
736
737         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
738         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
739
740 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
741
742         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
743
744 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * Version number is increased to 2.11.10.
747
748 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-mime.el (wl-draft-attribute-value): Fixed.
751
752 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-util.el (wl-copy-local-variables): New function.
755
756         * wl-mime.el (wl-draft-attribute-recipients): New function.
757         (wl-draft-attribute-envelope-from): Ditto.
758         (wl-draft-attribute-smtp-posting-server): Ditto.
759         (wl-draft-attribute-smtp-posting-port): Ditto.
760         (wl-draft-attribute-value): Ditto.
761         (wl-draft-preview-message): Use it to get value for
762         attributes. Reflect result of `wl-draft-config'.
763
764         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
765         and call `wl-summary-mark-as-read' before to call
766         `wl-summary-unset-mark'.
767         (wl-summary-target-mark-mark-as-unread): Likewise.
768         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
769
770 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
771
772         * wl-mime.el (wl-draft-preview-message): Use actual value for
773         attributes; Fix for small window.
774
775 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
776
777         * wl-refile.el (wl-refile-get-field-value): Call
778         `elmo-message-entity-field' with 3rd argument is non-nil.
779
780 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
781
782         * wl-vars.el (wl-draft-preview-attributes): New user option.
783         (wl-draft-preview-attributes-list): Ditto.
784         (wl-draft-preview-attributes-buffer-lines): Ditto.
785         (wl-draft-preview-attributes-buffer-name): Ditto.
786
787         * wl-mime.el (wl-draft-preview-message): Display attributes.
788
789 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
790
791         * wl-summary.el (wl-summary-detect-mark-position): Bind
792         wl-summary-flag-priority-list to '(new).
793
794 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
795
796         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
797         funtion.
798         (wl-highlight-summary-line-string): Use it.
799         (wl-highlight-summary-current-line): Ditto.
800
801 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
802
803         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
804         line even when the mark string is not changed.
805
806         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
807         argument change in the wl-summary-create-line.
808         (wl-thread-insert-entity-sub): Ditto.
809
810         * wl-summary.el (wl-summary-detect-mark-position): Follow the
811         argument change in the wl-summary-create-line.
812         (wl-summary-insert-sequential): Ditto.
813         (wl-summary-update-thread): Ditto.
814         (wl-summary-persistent-mark-string): New inline function.
815         (wl-summary-message-mark): Use it.
816         (wl-summary-create-line): Abolish argument wl-persistent-mark
817         and added wl-flags, wl-cached.
818
819         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
820         mark to flags.
821         (wl-highlight-summary-current-line): Decide the face not by the 
822         persistent mark but flags.
823
824 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
825
826         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
827         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
828         wl-summary-read-uncached-mark): Revive.
829         (wl-summary-answered-cached-mark,
830         wl-summary-answered-uncached-mark): New user option.
831         (wl-summary-score-marks): Follow the change above.
832         (wl-summary-auto-refile-skip-marks): Ditto.
833         (wl-summary-incorporate-marks): Ditto.
834         (wl-summary-expire-reserve-marks): Ditto.
835         (wl-summary-flag-priority-list): New user option.
836
837         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
838         changes.
839         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
840         of elmo-message-mark.
841         (wl-summary-mark-as-read-internal): Ditto.
842         (wl-summary-mark-as-answered): Ditto.
843         (wl-summary-mark-as-important): Ditto.
844         (wl-summary-redisplay-internal): Ditto.
845         (wl-summary-redisplay-no-mime-internal): Ditto.
846         (wl-summary-message-mark): New function.
847         (wl-summary-insert-sequential): Use wl-summary-message-mark
848         instead of elmo-message-mark.
849         (wl-summary-update-thread): Ditto.
850         (wl-summary-persistent-mark): Ditto.
851         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
852         instead of elmo-message-mark.
853
854         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
855         wl-summary-message-mark instead of elmo-message-mark.
856         (wl-thread-insert-entity-sub): Ditto.
857         (wl-thread-get-children-msgs-uncached): Ditto.
858
859         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
860         variable name changes.
861         (wl-highlight-summary-current-line): Ditto.
862
863         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
864         wl-summary-message-mark instead of elmo-message-mark.
865
866         * wl-expire.el (wl-expire-message-p): Ditto.
867
868         * wl-score.el (wl-score-headers): Ditto.
869
870         * Version number is increased to 2.11.9.
871
872         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
873         (wl-summary-sync-update): Follow the change above.
874         (wl-summary-switch-to-clone-buffer): Ditto.
875         (wl-summary-open-folder): Ditto.
876
877 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
878
879         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
880         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
881
882         * Version number is increased to 2.11.8.
883
884         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
885
886         * wl-expire.el (wl-expire-refile): Follow the API change on
887         `elmo-folder-move-messages'.
888         (wl-expire-refile-with-copy-reserve-msg): Ditto.
889
890         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
891         (wl-summary-exec-action-refile): Ditto.
892         (wl-summary-exec-action-copy): Ditto.
893         (wl-summary-no-auto-refile-message-p): No use
894         `wl-summary-buffer-msgdb'.
895         (wl-summary-auto-refile): Ditto.
896
897 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
898
899         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
900
901 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
902
903         * wl-summary.el (wl-summary-sync): Treat no-sync.
904
905         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
906         (wl-default-sync-range): Ditto.
907
908 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
909
910         * wl-refile.el (wl-refile-subject-learn): Call
911         `elmo-message-entity-field' with 3rd argument is non-nil.
912         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
913         instead of `elmo-msgdb-overview-entity-get-subject'.
914
915 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
916
917         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
918         scan-type is rescan.
919         (wl-summary-delete-all-temp-marks): Remove scored mark too when
920         new optional argument force is non-nil.
921         (wl-summary-save-view-cache): Call it with force argument non-nil.
922
923         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
924
925 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-action.el (wl-summary-print-argument): Fixed last change.
928
929 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
932         simplified.
933         (wl-summary-target-mark-mark-as-unread): Likewise.
934         (wl-summary-target-mark-mark-as-important): Likewise.
935
936 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
937
938         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
939         * wl-summary.el (wl-summary-mark-as-important): Arranged.
940         (wl-summary-mark-as-important-region): Change accordingly.
941         (wl-summary-target-mark-mark-as-important): Ditto.
942
943 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
944
945         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
946
947         * wl-action.el (wl-summary-print-argument): Print argument to
948         right side of window if `wl-summary-print-argument-within-window'
949         is non-nil.
950
951 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
952
953         * wl-action.el (wl-summary-set-mark): Use
954         `wl-summary-message-visible-p' to check visibility of the message
955         and jump to message only when the message line is visible and have
956         different number; Call wl-summary-unset-mark with number argument.
957         (wl-summary-unset-mark): 
958         Use `wl-summary-message-visible-p'
959         to check visibility of the message and jump to message only when
960         the message line is visible and have different number;
961
962 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
963
964         * Version number is increased to 2.11.7.
965
966         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
967         and wl-folder-summary-line-format.
968
969         * wl-summary.el (wl-summary-message-visible-p): New inline function.
970         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
971         (wl-summary-set-score-mark): Use it.
972         (wl-summary-target-mark-mark-as-read): Ditto.
973         (wl-summary-target-mark-mark-as-unread): Ditto.
974         (wl-summary-target-mark-mark-as-important): Ditto.
975         (wl-summary-target-mark-msgs): Simplified.
976         (wl-summary-detect-mark-position): Fixed problem when
977         summary-line-format no contain persisten/temp mark spec.
978         (wl-summary-temp-mark): Ditto.
979         (wl-summary-persistent-mark): Ditto.
980         (wl-summary-update-persistent-mark): Ditto.
981
982         * wl-action.el (wl-summary-set-mark): Ditto.
983         (wl-summary-unset-mark): Ditto.
984         All other related portions are changed.
985
986 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
987
988         * Version number is increased to 2.11.6.
989
990 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
991
992         * wl-util.el (wl-current-message-buffer): Define as function;
993         Don't use the value of wl-messge-buffer.
994
995         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
996         persistent mark.
997
998         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
999         no current message, cause an error.
1000
1001 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1002
1003         * wl-summary.el (wl-summary-set-message-modified): Use
1004         elmo-folder-set-message-modified instead of
1005         elmo-folder-set-message-modified-internal.
1006
1007 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1008
1009         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1010         interactively.
1011         (wl-summary-sync): nokill->entirely.
1012         (wl-summary-sync-marks): Fixed message.
1013         (wl-summary-input-range): Added mark, nokill->entirely.
1014
1015         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1016         messages as read.
1017
1018 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1019
1020         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1021         update-noscore.
1022         (wl-summary-sync): Follow the change above.
1023
1024 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-action.el (wl-summary-target-mark-all): Use
1027         elmo-folder-list-messages.
1028
1029 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1030
1031         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1032         (wl-summary-rescan): Set wl-summary-scored as nil.
1033         (wl-summary-sync-force-update): Follow the change above.
1034         (wl-summary-sync): Ditto.
1035         (wl-summary-sync-update): Added argument disable-killed.
1036         (wl-summary-insert-headers): Set visible-only argument for
1037         elmo-folder-list-messages.
1038         (wl-summary-input-range): Added update-nokill, update-noscore,
1039         all-nokill, all-noscore and mark.
1040
1041         * Version number is increased to 2.11.5.
1042
1043         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1044
1045 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1046
1047         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1048         (wl-summary-prefetch-region-no-mark): Change accordingly.
1049         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1050
1051 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1052
1053         * wl-address.el (wl-complete-field-to): Abolished.
1054         (wl-complete-address): Completion function for completing-read.
1055         * wl-action.el (wl-summary-get-resend-address): Use it.
1056
1057         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1058         wl-summary-update-mark and abolish unused argument.
1059         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1060         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1061         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1062         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1063         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1064         * wl-draft.el (wl-draft-kill): Ditto.
1065
1066         * wl-summary.el: Remove unused binding of case-fold-search.
1067         (wl-summary-replace-status-marks): Abolished.
1068
1069 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1070
1071         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1072         is specified or folder length is zero.
1073
1074 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1077         (wl-folder-archive-current-entity): Ditto.
1078
1079 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1080
1081         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1082         retrieving message mark.
1083         (wl-summary-redisplay-internal): Ditto.
1084
1085         * wl-message.el (wl-message-buffer-display): Ignore errors while
1086         retrieving message-id field.
1087
1088         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1089         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1090         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1091         order of the arguments for `wl-expire-message-p'.
1092         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1093
1094         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1095         Check return value of wl-summary-reply.
1096         (wl-summary-reply): Recover window configuration when an error occured.
1097
1098 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1099
1100         * wl-summary.el (wl-summary-resend-message): Abolished, the
1101         feature is inherited by wl-summary-resend (put resend mark).
1102
1103 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1104
1105         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1106         wl-message-buffer to nil when the message is hide.
1107
1108 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1109
1110         * .cvsignore: New file.
1111
1112 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1113
1114         * wl-action.el (wl-summary-action-docstring): Add more info.
1115         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1116         duplicate definition.
1117         (wl-summary-define-mark-action): Functions wl-summary-*-region
1118         keep current position.
1119         (wl-summary-unregister-target-mark): Store result to the variable.
1120
1121 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1122
1123         * Version number is increased to 2.11.4.
1124
1125 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1126
1127         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1128         wl-summary-delete-all-temp-marks.
1129         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1130
1131         * wl-action.el (wl-summary-set-mark): Changed terminology
1132         refile-destination -> action-argument.
1133         (wl-summary-unset-mark): Ditto.
1134         (wl-summary-remove-argument): Ditto.
1135         (wl-summary-print-argument): Ditto.
1136
1137         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1138         (wl-thread-remove-argument-region): Ditto.
1139         (wl-thread-print-argument-region): Ditto.
1140         (wl-thread-close): Ditto.
1141         (wl-thread-open): Ditto.
1142
1143         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1144         (wl-highlight-refile-destination-face is abolished)
1145         (wl-highlight-action-argument-string): Ditto.
1146         (wl-highlight-summary-current-line): Highlight action argument.
1147
1148         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1149         color for light backgrounds.
1150         (wl-highlight-summary-answered-face): Ditto.
1151
1152 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1153
1154         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1155
1156         * wl-score.el (wl-summary-score-update-all-lines): Use
1157         wl-summary-set-mark.
1158         (wl-summary-score-update-all-lines): Kill expunged messages.
1159
1160         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1161
1162 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1163
1164         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1165         directly.
1166         (wl-score-overview-entity-get-lines): Ditto.
1167         (wl-score-overview-entity-get-xref): Ditto.
1168         (wl-score-get-latest-msgs): Ditto.
1169         (wl-summary-rescore): Ditto.
1170
1171         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1172         to "&".
1173         (wl-summary-mark-as-answered-internal): New inline function.
1174         (wl-summary-mark-as-answered): New function.
1175         (wl-summary-mark-as-unanswered): Ditto.
1176         (wl-summary-sync-marks): Modified for answered-mark synching.
1177
1178 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1179
1180         * wl-action.el (wl-summary-set-mark): Fixed last change.
1181
1182 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1183
1184         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1185         behavior of wl-summary-unread-message-hook
1186         (Pointed out by akira yamada <akira@arika.org>).
1187
1188 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1189
1190         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1191         wl-summary-delete.
1192         * wl-xmas.el (wl-summary-toolbar): Ditto.
1193
1194         * wl-action.el (wl-summary-set-mark): Don't override current
1195         temp-mark.
1196
1197         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1198
1199 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1200
1201         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1202         (wl-refile-msgid-learn): Ditto.
1203         (wl-refile-get-field-value): Ditto.
1204
1205         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1206
1207         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1208         (wl-expire-delete-reserved-messages): Renamed from
1209         wl-expire-reserve-marked-msgs-from-list.
1210         (wl-expire-delete): Removed argument `msgdb'.
1211         (wl-expire-refile): Ditto.
1212         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1213         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1214         mark-alist as argument.
1215         (wl-expire-archive-number1): Removed argument `msgdb'.
1216         (wl-expire-archive-number2): Ditto.
1217         (wl-expire-archive-date): Ditto.
1218         (wl-expire-localdir-date): Ditto.
1219         (wl-expire-hide): Ditto.
1220         (wl-archive-number1): Ditto.
1221         (wl-archive-number2): Ditto.
1222         (wl-archive-date): Ditto.
1223         (wl-archive-folder): Ditto.
1224         All other related portions are changed.
1225
1226 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1227
1228         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1229         mean move up and down. (suggested by Takashi Kawachi)
1230
1231 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1232
1233         * wl-acap.el (toplevel): Don't require un-define.
1234
1235 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1236
1237         * wl-thread.el (wl-thread-delete-message): Always update
1238         wl-summary-buffer-number-list.
1239
1240         * wl-action.el (wl-summary-print-destination): 
1241         Do nothing when folder is nil.
1242
1243 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1244
1245         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1246         persistent mark when prefetch is succeeded.
1247
1248 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1249
1250         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1251         instead of elmo-msgdb-delete-msgs.
1252         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1253         (wl-expire-hide): Ditto.
1254
1255         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1256
1257         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1258         elmo-msgdb interface.
1259         (wl-thread-get-exist-children): Likewise.
1260         (wl-thread-insert-message): Likewise.
1261         (wl-thread-msg-mark-as-important): Likewise.
1262         (wl-thread-insert-entity-sub): Likewise.
1263         (wl-thread-get-children-msgs-uncached): Likewise.
1264
1265         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1266         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1267         (wl-summary-sync-update): Likewise.
1268         (wl-summary-auto-select-msg-p): Likewise.
1269         (wl-summary-update-thread): Likewise.
1270         (wl-summary-mark-as-important): Likewise.
1271         (wl-summary-jump-to-msg-internal): Likewise.
1272         (wl-summary-redisplay-internal): Likewise.
1273         (wl-summary-print-message-with-ps-print): Likewise.
1274         (wl-summary-folder-info-update): Likewise.
1275
1276         * wl-folder.el (wl-folder-check-one-entity):
1277         elmo-folder-count-flags instead of wl-summary-count-unread.
1278
1279         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1280
1281         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1282
1283         * wl-summary.el (wl-summary-set-message-modified): 
1284         Call wl-summary-set-mark-modified.
1285         (wl-summary-delete-messages-on-buffer): Call
1286         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1287         (wl-summary-sync-update): Call elmo-folder-length instead of
1288         elmo-folder-messages.
1289         (wl-summary-insert-headers): Don't call
1290         elmo-folder-list-message-entities.
1291
1292 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1293
1294         * wl-action.el (wl-summary-define-mark-action): Call
1295         `wl-summary-set-mark' with argument `data'.
1296         (wl-summary-auto-refile): Fixed order of arguments when call
1297         `wl-summary-refile'.
1298
1299 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1300
1301         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1302
1303         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1304
1305         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1306         (Renamed from wl-highlight-summary-deleted-face).
1307         (wl-highlight-summary-resend-face): New face.
1308
1309         (wl-highlight-summary-deleted-face): Renamed from
1310         wl-highlight-summary-erased-face.
1311
1312         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1313
1314         * wl-action.el (wl-summary-get-resend-address): New function.
1315         (wl-summary-exec-action-resend): Ditto.
1316         (wl-summary-exec-action-resend-subr): Ditto.
1317
1318         * w-thread.el (wl-thread-copy): Removed definition.
1319         (wl-thread-refile): Ditto.
1320         (wl-thread-delete): Ditto.
1321         (wl-thread-target-mark): Ditto.
1322
1323         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1324         (wl-summary-target-mark-set-action): Fixed.
1325         (wl-summary-define-mark-action): Fixed quotation.
1326         (wl-summary-move-mark-list-messages): Display message.
1327         (wl-summary-define-mark-action): Define thread functions.
1328         (wl-summary-exec-action-refile): Changed message.
1329         (wl-summary-exec): Ditto.
1330
1331 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1332         
1333         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1334         '%%'.
1335
1336 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1337
1338         * wl.el (toplevel): Require wl-action.
1339         (wl-init): Call wl-summary-define-mark-action.
1340
1341         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1342
1343         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1344         wl-summary-delete and wl-summary-erase.
1345         (wl-summary-mode-map): Ditto.
1346
1347         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1348         wl-delete-folder-alist.
1349
1350         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1351         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1352         (toplevel): Moved mark & action related functions to the wl-action.el.
1353
1354         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1355         in wl-summary-mark-action-list.
1356         (wl-highlight-summary-current-line): Ditto.
1357
1358         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1359         empty lines.
1360
1361         * wl-action.el: New file. 
1362
1363 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1364
1365         * wl-summary.el (wl-summary-target-mark-replace): New function.
1366         (wl-summary-target-mark-prefetch): Use it.
1367         (wl-summary-target-mark-delete): Ditto.
1368         (toplevel): Rearranged definition order.
1369         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1370         (wl-summary-target-mark-erase): Rewrite.
1371         (wl-summary-erase-region): New function.
1372         (wl-summary-exec-action-erase): Changed message.
1373         (wl-summary-move-mark-list-messages): New function.
1374         (wl-summary-exec-action-delete): Use it.
1375         (wl-summary-exec-action-erase): Ditto.
1376
1377         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1378         (wl-summary-skip-mark-list): Added "d".
1379
1380         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1381         while searching.
1382
1383         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1384         and define using defcustom;
1385         Define 4th element as a face.
1386         
1387         * wl-summary.el (wl-summary-incorporate): Use 
1388         `wl-summary-prefetch-region-no-mark' instead of
1389         `wl-summary-prefetch-region'.
1390         (wl-summary-prefetch-region-no-mark): Revival of old
1391         `wl-summary-prefetch-region'.
1392         (wl-summary-mark-action-list): Moved to wl-vars.el
1393
1394         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1395         face according to the `wl-summary-mark-action-list'.
1396         (wl-highlight-summary-current-line): Ditto;
1397         Removed destination highlighting.
1398
1399         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1400         (wl-highlight-summary-line-string): Highlight for "i" mark.
1401         (wl-highlight-summary-current-line): Ditto.
1402
1403         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1404         no destination.
1405
1406         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1407         exists, just go ahead.
1408         (wl-summary-prefetch-region): Rewrite.
1409         (wl-summary-prefetch): Ditto.
1410         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1411         (wl-summary-exec-action-prefetch): New function.
1412         (wl-summary-target-mark-prefetch): Rewrite.
1413
1414 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1415
1416         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1417         (wl-highlight-summary-line-string): Added "d" and "D".
1418         (wl-highlight-summary-current-line): Ditto.
1419
1420         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1421         in wl-summary.el.
1422         (wl-thread-insert-entity-sub): Ditto.
1423         (wl-thread-remove-destination-region): Ditto.
1424         (wl-thread-print-destination-region): Ditto.
1425
1426         * wl-summary.el (wl-summary-buffer-refile-list,
1427         wl-summary-buffer-delete-list,
1428         wl-summary-buffer-copy-list): Abolish.
1429         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1430         All other related portions are changed.
1431         (wl-summary-mark-action-list): New variable.
1432         (wl-summary-set-mark): New function.
1433         (wl-summary-register-target-mark): Ditto.
1434         (wl-summary-unregister-target-mark): Ditto.
1435         (wl-summary-have-target-mark-p): Ditto.
1436         (wl-summary-register-temp-mark): Ditto.
1437         (wl-summary-unregister-temp-mark): Ditto.
1438         (wl-summary-registered-temp-mark): Ditto.
1439         (wl-summary-collect-temp-mark): Ditto.
1440         (wl-summary-unset-mark): Ditto.
1441         (wl-summary-set-target-mark): Ditto.
1442         (wl-summary-unset-target-mark): Ditto.
1443         (wl-summary-set-action-generic): Ditto.
1444         (wl-summary-unset-action-generic): Ditto.
1445         (wl-summary-exec-action-delete): Ditto.
1446         (wl-summary-exec-action-erase): Ditto.
1447         (wl-summary-set-action-refile): Ditto.
1448         (wl-summary-set-action-refile-subr): Ditto.
1449         (wl-summary-unset-action-refile): Ditto.
1450         (wl-summary-make-destination-numbers-list): Ditto.
1451         (wl-summary-exec-action-refile): Ditto.
1452         (wl-summary-set-action-copy): Ditto.
1453         (wl-summary-unset-action-copy): Ditto.
1454         (wl-summary-exec-action-copy): Ditto.
1455         (wl-summary-collect-numbers-region): Ditto.
1456         (wl-summary-delete): Rewrite.
1457         (wl-summary-erase): Ditto.
1458         (wl-summary-remove-destination): Ditto.
1459         (wl-summary-exec): Ditto.
1460         (wl-summary-exec-region): Ditto.
1461         (wl-summary-target-mark-erase): Ditto.
1462         (wl-summary-refile): Ditto.
1463         (wl-summary-copy): Ditto.
1464         (wl-summary-unmark): Ditto.
1465         (wl-summary-delete-all-mark): Ditto.
1466         (wl-summary-mark-line): Don't highlight.
1467         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1468         (wl-summary-target-mark-refile-subr): Rewrite.
1469
1470         (wl-summary-copy-prev-destination): Abolish.
1471
1472 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1473
1474         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1475         default values along the value of wl-on-mule.
1476         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1477         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1478         It is not used anywhere.
1479
1480 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1481
1482         * wl-summary.el (wl-summary-print-destination): Keep position.
1483         (wl-summary-cursor-move-surface): Keep horizontal position.
1484
1485 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1486
1487         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1488         write sendlog.
1489
1490 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1491
1492         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1493         `wl-summary-highlight'.
1494
1495 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1496
1497         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1498         trivial condition for temp-mark.
1499
1500 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1501
1502         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1503         when it hits killed buffer.
1504
1505 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1506
1507         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1508         * wl-news.el.in: `message' and `error' take format string.
1509
1510 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1511
1512         * wl-folder (wl-folder-insert-entity): Display a message,
1513         `...done', when the work finish.
1514         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1515
1516 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1517
1518         * wl-message.el (wl-message-redisplay): Remove unused local
1519         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1520
1521 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1522
1523         * wl-summary.el (wl-summary-replace-status-marks): Disable
1524         interactive use.
1525         (wl-summary-reedit): Check message existence at first.
1526         (wl-summary-mark-line): Fix doc, return value is indefinite.
1527
1528         * wl-highlight.el (wl-highlight-message): Arranged.
1529
1530         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1531         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1532         check temp-mark by wl-summary-temp-mark always.
1533         (wl-highlight-summary): Change accordingly.
1534         * wl-summary.el (wl-summary-mark-as-read-all)
1535         (wl-summary-delete-cache, wl-summary-set-score-mark)
1536         (wl-summary-mark-as-unread, wl-summary-unmark)
1537         (wl-summary-mark-line, wl-summary-mark-as-read)
1538         (wl-summary-mark-as-important): Ditto.
1539
1540         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1541         end of the window if possible.
1542         * wl-summary.el (wl-summary-sync-update): Support lazy
1543         highlighting.
1544         (wl-summary-toggle-disp-msg): Ditto.
1545
1546 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1547
1548         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1549
1550 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1551
1552         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1553         change.
1554
1555 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1556
1557         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1558         API.
1559         (wl-summary-sync-update): Ditto.
1560
1561         * wl-score.el (wl-score-get-score-alist): Changed argument.
1562         (wl-summary-rescore-msgs): Likewise.
1563         (wl-summary-score-headers): Likewise.
1564         (wl-score-headers): Likewise;
1565         Use elmo-folder-do-each-message-entity, etc.
1566         (wl-summary-score-effect): Follow the changes above.
1567         (wl-summary-rescore): Ditto.
1568         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1569         (wl-score-get-overview): Abolish.
1570
1571         * wl-summary.el (wl-summary-default-from): Follow the API change in
1572         elmo-msgdb.
1573         (wl-summary-count-unread): Ditto.
1574         (wl-summary-detect-mark-position): Ditto.
1575         (wl-summary-overview-entity-compare-by-date): Ditto.
1576         (wl-summary-overview-entity-compare-by-number): Ditto.
1577         (wl-summary-overview-entity-compare-by-from): Ditto.
1578         (wl-summary-overview-entity-compare-by-subject): Ditto.
1579         (wl-summary-get-list-info): Ditto.
1580         (wl-summary-rescan): Ditto.
1581         (wl-summary-jump-to-msg-by-message-id): Ditto.
1582         (wl-summary-sync-update): Ditto; Removed comment.
1583         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1584         (wl-summary-insert-message): Use wl-summary-insert
1585         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1586         (wl-summary-insert-headers): Changed argument overview to folder.
1587         (wl-summary-search-by-subject): Likewise.
1588         (wl-summary-insert-thread): Renamed from 
1589         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1590
1591         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1592         too.
1593
1594         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1595         wl-string-member.
1596
1597 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1598
1599         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1600         elmo-folder-append-buffer.
1601         (wl-draft-queue-append): Likewise.
1602
1603         * wl-mime.el (wl-message-delete-current-part): Ditto.
1604         (wl-summary-burst-subr): Ditto.
1605
1606         * wl-news.el.in (wl-news-send-news): Ditto.
1607
1608 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1609
1610         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1611         function.
1612         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1613         (wl-summary-update-mark): Enclose with save-excursion.
1614         (wl-summary-mark-as-read-internal): Fixed last change.
1615         (wl-summary-mark-as-important): Use 3rd argument of
1616         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1617         Don't use elmo-msgdb-set-mark.
1618         (wl-summary-redisplay-internal): If msgdb flag is already read,
1619         just update the mark on buffer.
1620
1621 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1622
1623         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1624         cut visible folder when elmo-folder-delete returns non-nil value.
1625
1626 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1627
1628         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1629         by Kenichi OKADA <okada@opaopa.org>).
1630
1631 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1632
1633         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1634
1635 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1636
1637         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1638         Fixed the last change, search group entity by its real name.
1639         (Thanks to: KOBAYASHI Shinji)
1640
1641 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1642
1643         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1644         (wl-fldmgr-access-display-all): Don't refer visible name.
1645         * wl-expire.el (wl-folder-archive-current-entity)
1646         (wl-folder-expire-current-entity): Ditto.
1647         * wl-folder.el (wl-folder-jump-to-current-entity)
1648         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1649         (wl-folder-open-folder-sub,wl-folder-open-all)
1650         (wl-folder-write-current-folder): Ditto.
1651         (wl-folder-insert-entity): Don't use petname for normal group.
1652         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1653         is the real name.
1654         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1655         Abolished.
1656
1657 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1658
1659         * wl-draft.el (wl-draft-create-buffer): Add
1660         `wl-summary-reply-with-citation'
1661
1662 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1663
1664         * wl-draft.el (wl-draft-reply): Fixed.
1665
1666 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1667
1668         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1669         when `wl-draft-send-confirm-with-preview' is non-nil.
1670         You can scroll up/down by j/k.
1671         (wl-draft-send-confirm-with-preview): New variable (default=t).
1672
1673 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1674
1675         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1676         (wl-fldmgr-save-folders): Fix comment.
1677
1678 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1679
1680         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1681         along the last change in `wl-folder-buffer-group-p'.
1682
1683 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1684
1685         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1686         folder.
1687
1688         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1689         the default value.
1690
1691         * wl-mime.el (wl-summary-burst): Update summary only when target
1692         folder equals current folder.
1693
1694 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1695
1696         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1697
1698 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1699
1700         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1701         value.
1702
1703 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1704
1705         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1706         `map-extents' instead of `extent-at' repeatedly.
1707         (wl-highlight-folder-current-line): Ditto.
1708
1709         * wl-highlight.el: Remove useless dummy functions.
1710
1711 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1712
1713         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1714         (wl-folder-put-folder-property): New function to put text property.
1715         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1716         (wl-folder-insert-entity, wl-folder-update-diff-line)
1717         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1718         * wl-e21.el, wl-xmas.el, wl-mule.el
1719         (wl-highlight-folder-current-line): Ditto.
1720         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1721         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1722         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1723         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1724
1725 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1726
1727         * Version number is increased to 2.11.3.
1728
1729 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1730
1731         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1732         Resume current-buffer since it is assumed by remaining tasks.
1733
1734 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1735
1736         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1737         (wl-folder-completion-function): Abolished.
1738         (wl-folder-complete-folder): New function.
1739         (wl-folder-complete-filter-condition): Ditto.
1740         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1741         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1742
1743 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1744
1745         * wl-draft.el (wl-draft-send-confirm): New function.
1746         (wl-draft-send): Use it.
1747
1748         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1749         cursor-in-echo-area while confirming.
1750
1751         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1752
1753         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1754         searching via nntp if wl-summary-search-via-nntp is 'force.
1755         Otherwise, invoke searching in nntp folder only.
1756         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1757
1758         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1759         explicitly for mime-make-text-tag.
1760
1761 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1762
1763         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1764         `mime-make-text-tag' instead of `mime-create-tag'.
1765
1766 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1767
1768         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1769         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1770
1771 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1772
1773         * wl-score.el (wl-score-save): Bind print-length and print-level.
1774         (wl-score-pretty-print): Ditto.
1775         (wl-score-edit-insert-header-entry): Ditto.
1776
1777         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1778         "From" entry to be treated with wl-draft-eword-encode-address-list.
1779         * wl-mime.el (wl-draft-preview-message): Ditto.
1780
1781         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1782         (wl-summary-mark-as-unread): Ditto.
1783         (wl-summary-mark-as-read-region): Change accordingly.
1784         (wl-summary-mark-as-unread-region): Ditto.
1785         (wl-summary-target-mark-mark-as-read): Ditto.
1786         (wl-summary-target-mark-mark-as-unread): Ditto.
1787
1788 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1789
1790         * Version number is increased to 2.11.2.
1791
1792 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1793
1794         * wl-news.el.in (wl-news-previous-version-save): Bind
1795         print-length and print-level.
1796         * wl-thread.el (wl-thread-save-entities): Ditto.
1797         (wl-thread-save-top-list): Bind print-length.
1798
1799 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1800
1801         * wl-highlight.el (wl-highlight-summary-line-string): Use
1802         wl-summary-score-below-mark, wl-summary-score-over-mark.
1803         (wl-highlight-summary-current-line): Ditto.
1804
1805 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1806
1807         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1808         insert it.
1809
1810 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1811
1812         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1813
1814 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1815
1816         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1817         message without msgid.
1818         Rewrite with elmo-folder-move-messages.
1819         Set wl-message-buffer to nil.
1820
1821         * wl-summary.el (wl-summary-erase-subr): New function. Use
1822         elmo-folder-move-messages.
1823         (wl-summary-erase): Call it.
1824         (wl-summary-target-mark-erase): Ditto.
1825
1826 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1827
1828         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1829         it is not up-tp-date.
1830
1831 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1832
1833         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1834         buffer after calling `wl-summary-goto-folder-subr' without the
1835         argument `interactive'.
1836         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1837
1838 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1839
1840         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1841         `mime-create-tag'. Use `string=' instead of `looking-at'.
1842
1843 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1844
1845         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1846         to avoid compile warning.
1847
1848         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1849         entity-id when folder is given.
1850         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1851         save-excursion, use save-selected-window instead.
1852         Select folder buffer window if exists.
1853         (To correct behavior with wl-folder-move-cur-folder.)
1854
1855 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1856
1857         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1858
1859 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1860
1861         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1862         list-count instead of %d.
1863
1864 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1865
1866         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1867         (wl-news): Set it.
1868         (wl-news-append-to-folder): Use it.
1869
1870         * wl-news.el.in (wl-news-send-news): Append to specified folder
1871         instead of wl-default-folder.
1872         (wl-news-append-to-folder): Show error message with specified folder.
1873
1874         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1875                 In most major modes, Emacs assumes that any opening
1876                 delimiter found at the left margin is the start of a
1877                 top-level definition, or defun. Therefore, *never put an
1878                 opening delimiter at the left margin unless it should have
1879                 that significance.*
1880
1881         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1882
1883 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1884
1885         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1886
1887 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1888
1889         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1890
1891 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1892
1893         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1894         for sequential numbering case.
1895
1896 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1897
1898         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1899         value.
1900         (wl-draft-reply-without-argument-list): Ditto.
1901         (wl-draft-reply-myself-with-argument-list): Abolish.
1902         (wl-draft-reply-myself-without-argument-list): Ditto.
1903         * wl-draft.el (wl-draft-self-reply-p): New function.
1904         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1905
1906 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1907
1908         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1909         (avoid error for the case without byte-compiling)
1910
1911 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1912
1913         * wl-news.el.in (wl-news-append-to-folder): New function.
1914         (wl-news-exit): Rewrite.
1915         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1916
1917 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1918
1919         * wl-draft.el (wl-draft-reply-position): New function.
1920         (wl-draft-reply-position): Fix.
1921         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1922         (wl-summary-target-mark-reply-with-citation): Ditto.
1923         (wl-summary-reply-with-citation): Ditto.
1924         * wl-vars.el (wl-draft-reply-default-position): New variable.
1925
1926 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1927
1928         * wl-draft.el (wl-draft-send): Preview when interactive send.
1929
1930 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1931
1932         * wl-draft.el (wl-draft-reply): Set default position.
1933         * wl-summary.el (wl-summary-reply): Ditto.
1934         (wl-summary-reply-with-citation): Ditto.
1935         (wl-summary-target-mark-reply-with-citation): Ditto.
1936
1937 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1938
1939         * wl-news.el.in (wl-news-lang): Set default value according to
1940         current-language-environment.
1941         (wl-news-append-news): Do nothing when news-list is nil.
1942
1943 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1944
1945         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1946         (wl-news): Change message.
1947         (wl-news-exit): Check buffer.
1948         (wl-news-force-exit): New function.
1949         (wl-news-show-all): New function.
1950         (wl-news-discard-and-exit): Fix.
1951
1952 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1953
1954         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1955         according to current-language-environment.
1956
1957         * wl-news.el.in (wl-news): If arg, show all NEWS after
1958         wl-news-default-previous-version.
1959
1960 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1961
1962         * wl-news.el.in (wl-news-check): Rewritten.
1963         (wl-news-previous-version-load): Change data type.
1964         (wl-news-previous-version-save): Change data type.
1965         (wl-news-append-news): Add return value.
1966         (wl-news-check-news): New function.
1967         (wl-news-already-current-p): New function.
1968         (wl-news-send-news): Rewritten.
1969         (wl-news-mode-map): Add new keybind.
1970         (wl-news): Rewritten.
1971         (wl-news-exit): Rewritten.
1972         (wl-news-discard-and-mail): New function.
1973         (wl-news-send-to-address): Abolished.
1974         * wl.el (wl-init): Delete a message.
1975
1976 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1977
1978         * wl-news.el.in (wl-news-exit): Update previous version.
1979         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1980
1981 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1982
1983         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1984
1985 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1986
1987         * wl-news.el.in (wl-news): New function.
1988         (wl-news-mode): New function.
1989         (wl-news-next-line): New function.
1990         (wl-news-next-page): New function.
1991         (wl-news-exit): New function.
1992         (wl-news-buf-name): New variable.
1993         (wl-news-mode-map): New variable.
1994         (wl-news-winconf): New variable.
1995         (wl-news-append-news): Add an option.
1996
1997 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1998
1999         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2000
2001 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2002
2003         * wl-news.el.in (wl-news-send-to-address): New variable.
2004         (wl-news-send-news): Use it.
2005         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2006         Return updating status.
2007         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2008
2009 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2010
2011         * wl-news.el.in (wl-news-send-news): Delete
2012         Organization and X-Face.
2013
2014 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2015
2016         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2017         (wl-news-append-news): New function.
2018         (wl-news-send-news): New function.
2019
2020 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2021
2022         * Version number is increased to 2.11.1.
2023
2024 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2025
2026         * wl-news.el.in : New file.
2027
2028 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2029
2030         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2031         default value.
2032         (wl-draft-reply-without-argument-list): Ditto.
2033
2034 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2035
2036         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2037         (wl-message-buffer-prefetch-idle-time): Ditto.
2038         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2039
2040 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2041
2042         * wl-thread.el (wl-thread-insert-message): Use
2043         wl-summary-max-thread-depth.
2044
2045         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2046         loop detection.
2047
2048         * wl-message.el (wl-message-buffer-display): Back to the first page
2049         when cache is hit.
2050
2051 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2052
2053         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2054
2055         * wl-summary.el (wl-summary-insert-thread-entity):
2056         If the thread depth is reached to wl-summary-max-thread-depth,
2057         divide the thread.
2058
2059 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2060
2061         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2062         for elmo-remove-passwd.
2063
2064 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2065
2066         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2067         folder is sticky.
2068         (wl-folder-mark-as-read-all-entity): Ditto.
2069         (wl-folder-prefetch-entity): Ditto.
2070
2071 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2072
2073         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2074
2075 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2076
2077         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2078         Delete messages on buffer for unplugged operation.
2079         (wl-summary-erase): Ditto.
2080
2081 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2082
2083         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2084         take nil so as not to search parent by subject.
2085
2086 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2087
2088         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2089         (wl-folder-get-next-folder): Ditto.
2090         (wl-folder-get-path): Ditto.
2091
2092 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2093
2094         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2095         system and encode the region with it before verifying.
2096
2097 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2098
2099         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2100         system of the echo buffer before decoding.
2101
2102 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2103
2104         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2105         original contents.
2106
2107 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2108
2109         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2110         with argument 'any-exists.
2111
2112 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2113
2114         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2115         Use `wl-cs-autoconv'.
2116
2117 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2118
2119         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2120         by `mime-view-automatic-conversion'.
2121
2122         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2123         (wl-message-verify-pgp-nonmime): Ditto.
2124         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2125         Bind them to C-c:d and C-c:v respectively.
2126
2127         Merge following code by Teranishi-san from [wl-en:00167].
2128         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2129         (wl-mime-preview-application/pgp-encrypted): Ditto.
2130         (wl-mime-setup): Add entry.
2131
2132 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2133
2134         * wl-summary.el (wl-summary-target-mark-erase): New function.
2135         Bind it to "mD".
2136
2137 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2138
2139         * wl-vars.el (wl-draft-write-file-function): Fix.
2140         (wl-draft-reedit-hook): Changed default value.
2141
2142         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2143         wl-draft-reedit-hook.
2144         (wl-draft-remove-text-plain-tag): New function.
2145         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2146
2147         * wl-vars.el (wl-draft-write-file-function): New user option.
2148
2149         * wl-draft.el (wl-draft-prepare-edit): Use it for
2150         local-write-file-hooks.
2151         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2152
2153         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2154         (wl-draft-insert-mail-header-separator): Return the body beginning
2155         point.
2156         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2157         text/plain.
2158         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2159
2160 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2161
2162         * wl-summary.el (wl-summary-erase): New function to erase message
2163         without moving it to trash. Bind to "D".
2164
2165         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2166         as `keep' unless switch-function.
2167
2168 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2169
2170         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2171         message buffer by using `wl-summary-toggle-disp-msg'.
2172         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2173         buffer window.
2174         (wl-summary-supresedes-message): Ditto.
2175
2176         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2177         Do not delete other windows.
2178         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2179         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2180         (wl-draft-create-buffer): Set reply-or-forward also for target
2181         mark commands.
2182
2183 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2184
2185         * wl-draft.el (wl-user-agent-compose): Delete special case for
2186         switch-to-buffer-other-window.
2187
2188         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2189         (wl-summary-forward): Ditto.
2190
2191         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2192         function.
2193         (wl-draft-buffer-style): New use option.
2194
2195         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2196         (wl-draft): Follow the change above.
2197         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2198         wl-draft-buffer-style.
2199         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2200         switch-function.
2201
2202 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-draft.el (wl-user-agent-compose): Delete special case for
2205         switch-to-buffer-other-window.
2206
2207         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2208         (wl-summary-forward): Ditto.
2209
2210         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2211         function.
2212         (wl-draft-buffer-style): New use option.
2213
2214         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2215         (wl-draft): Follow the change above.
2216         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2217         wl-draft-buffer-style.
2218         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2219         switch-function.
2220
2221 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2222
2223         * wl-address.el (wl-address-make-completion-entry): Extracted from
2224         `wl-address-make-completion-list'.
2225         (wl-address-enable-strict-loading): New variable.
2226         (wl-address-make-completion-list): Revive petname duplication
2227         inquiry, and enable it if `wl-address-enable-strict-loading'.
2228         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2229
2230 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2231
2232         * wl-message.el (wl-message-get-original-buffer): Avoid
2233         'Selecting deleted buffer' error when original buffer is killed.
2234
2235 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2236
2237         * wl-summary.el (wl-summary-next-message): Use
2238         elmo-message-accessible-p instead of elmo-message-cached-p.
2239
2240 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2241
2242         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2243
2244         * wl-thread.el (wl-thread-open-all-unread): Use
2245         elmo-folder-list-flagged instead of
2246         elmo-folder-list-messages-mark-match.
2247
2248         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2249         instead of elmo-folder-list-messages-mark-match.
2250         (wl-summary-move-spec-alist): New variable.
2251         (wl-summary-move-spec-plugged-alist,
2252         wl-summary-move-spec-unplugged-alist): Abolish.
2253         (wl-summary-next-message): Follow the change above.
2254         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2255         with 'no-msg' argument.
2256
2257         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2258         variable.
2259         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2260         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2261         (wl-message-buffer-prefetch-get-next): Follow the change above.
2262
2263 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2264
2265         * wl-version.el (wl-version): Changed codename.
2266
2267         * Version number is increased to 2.11.0.
2268
2269 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2270
2271         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2272         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2273         `wl-draft-config-variables'.
2274         (wl-draft-kill): Fixed problem when the draft is reedit.
2275
2276 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2277
2278         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2279         buffer-modified status (Thanks to
2280         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2281
2282 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2283
2284         * wl-util.el (wl-region-exists-p): New function.
2285
2286         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2287         Remove defvars for byte-compile warnings.
2288
2289 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2290
2291         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2292         defvar-maybe. Removed unused bind.
2293
2294 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2295
2296         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2297         summary buffer window before creating new frame.
2298         (wl-draft-reply): Ditto.
2299
2300 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2301
2302         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2303
2304 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2305
2306         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2307
2308 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2309
2310         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2311         instead of `kill-region'.
2312
2313 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2314
2315         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2316         (wl-highlight-summary-line-string): Use it.
2317         (wl-highlight-summary-current-line): Ditto.
2318
2319         * wl-mime.el (wl-message-delete-current-part): Check the class of
2320         mime-entity.
2321
2322         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2323
2324         * wl-summary.el (wl-summary-make-number-list): Initialize.
2325         (wl-summary-update-mark): New function.
2326         (wl-summary-reply): Put `answered' mark on the message.
2327         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2328
2329         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2330         (wl-draft-reply): Added optional argument `number';
2331         Set wl-draft-parent-number.
2332         (wl-draft-kill): Delete answered mark if it is a reply.
2333
2334 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2335
2336         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2337         that originates in mime-preview-follow-current-entity.
2338         (wl-draft-yank-current-message-entity): Use it if region is active.
2339
2340         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2341         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2342         `wl-message-delete-current-part'.
2343         * wl-mule.el (wl-message-define-keymap): Ditto.
2344         * wl-xmas.el (wl-message-define-keymap): Ditto.
2345
2346 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2347
2348         * wl-mime.el (wl-message-delete-current-part): New function.
2349         (wl-mime-node-id-to-string): Ditto.
2350
2351         * wl-mime.el (wl-message-delete-current-part): Use existing
2352         original buffer which corresponds current mime-view buffer.
2353         (fetched buffer might have different structure, possibly)
2354
2355         * wl-mime.el (wl-message-delete-current-part): Quit if the
2356         message content differs from the actual message.
2357
2358 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2359
2360         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2361         order.
2362         (wl-summary-search-by-subject): Search parent message from tail;
2363         Check the existence of the parent message on the current thread tree.
2364         (wl-summary-update-thread): Check whether the line is inserted.
2365
2366 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2367
2368         * wl-vars.el (wl-summary-line-format): Undo last change.
2369         * wl-summary.el (wl-summary-print-destination): Do not put
2370         invisible property when `wl-summary-width' is nil.
2371         (wl-summary-line-subject-minimum-length): Abolished.
2372         (wl-summary-line-subject): Ditto.
2373
2374 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2375
2376         * wl-vars.el (wl-summary-line-format): Change default value.
2377         (wl-summary-subject-length-limit): Abolished.
2378         * wl-summary.el (wl-summary-line-subject): Ditto.
2379
2380 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2381
2382         * wl-template.el (wl-template-select): Added optional argument.
2383         If optional argument is specified, reverse
2384         `wl-template-visible-select'.
2385
2386 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2387
2388         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2389         Take prefix argument to force asking the destination folder.
2390
2391 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2392
2393         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2394         count and update status.
2395
2396 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2397
2398         * wl-summary.el (wl-summary-redisplay-internal): If
2399         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2400         after fetching.
2401
2402 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2403
2404         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2405         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2406
2407         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2408
2409 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2410
2411         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2412         (All other related portions are changed).
2413         (wl-summary-mark-as-read-all): Rewrite.
2414
2415 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2416
2417         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2418         `wl-summary-mark-as-read'.
2419         (wl-summary-mark-as-unread): Rewrite.
2420         (wl-summary-mark-as-read): Added no-modeline argument.
2421         (wl-summary-resume-cache-status): Rewrite.
2422         (wl-summary-exec-subr): Remove unused local variable.
2423
2424 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2425
2426         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2427         logic to call `wl-summary-buffer-prev-folder-function'.
2428         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2429
2430 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2431
2432         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2433         is nil.
2434
2435 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2436
2437         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2438         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2439         (wl-mime-setup): Add its entry.
2440
2441 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2442
2443         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2444         (wl-summary-delete-cache): Likewise.
2445         (wl-summary-mark-as-read): Rewrite.
2446
2447 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2448
2449         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2450         `wl-summary-count-unread'.
2451
2452         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2453
2454         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2455
2456 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2457
2458         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2459         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2460         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2461         Renamed to the elmo-msgdb-*-mark.
2462         (wl-summary-score-marks): Follow the change above.
2463         (wl-summary-auto-refile-skip-marks): Ditto.
2464         (wl-summary-incorporate-marks): Ditto.
2465         (wl-summary-expire-reserve-marks): Ditto.
2466
2467         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2468         changes.
2469         (wl-thread-insert-top): Changed updating message.
2470
2471         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2472         variable.
2473         (wl-summary-count-unread): Count answered marks.
2474         (wl-summary-rescan): Call wl-summary-insert-message instead of
2475         wl-summary-append-message-func-internal.
2476         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2477         (wl-summary-prefetch-msg): Follow the variable name changes.
2478         (wl-summary-prefetch-region): Ditto.
2479         (wl-summary-mark-as-read-all): Follow the API changes;
2480         Don't call elmo-folder-replace-marks.
2481         (wl-summary-delete-cache): Follow the variable name changes.
2482         (wl-summary-resume-cache-status): Ditto.
2483         (wl-summary-update-status-marks): New function.
2484         (wl-summary-insert-message): New function.
2485         (wl-summary-sync-marks): Follow the variable name changes.
2486         (wl-summary-sync-update): Synchronize to the msgdb, too;
2487         Changed update messages.
2488         (wl-summary-make-number-list): Rewrite.
2489         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2490         (wl-summary-mark-as-unread): Follow the API changes.
2491         (wl-summary-exec-subr): Follow the variable name changes.
2492         (wl-summary-mark-as-read): Ditto.
2493         (wl-summary-move-spec-plugged-alist): Ditto.
2494         (wl-summary-move-spec-unplugged-alist): Ditto.
2495         (wl-summary-cursor-move-surface): Ditto.
2496
2497         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2498         variable name changes.
2499         (wl-highlight-summary-current-line): Ditto.
2500
2501         * wl-expire.el (wl-expire-refile): Follow the API change in
2502         elmo-folder-move-messages.
2503         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2504         (wl-summary-archive): Use elmo-folder-msgdb instead of
2505         elmo-msgdb-load.
2506
2507 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2508
2509         * wl-mime.el (wl-draft-preview-message): Restore the position
2510         before evaluating wl-draft-send-hook in preview buffer.
2511
2512 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2513
2514         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2515         when it creates new draft buffer.
2516
2517         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2518         without argument.
2519
2520         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2521         Evaluate content and if the value is string, insert it.
2522         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2523         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2524         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2525         wl-draft-config-sub-part-bottom): Use it.
2526
2527         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2528         with the folder name. The question was unintelligible when it is
2529         called from wl-save-status.
2530
2531 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2532
2533         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2534         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2535         cannot take second argument).
2536
2537 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2538
2539         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2540         as t. Since type and subtype are not case sensitive (RFC 2045).
2541
2542 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2543
2544         * wl-vars.el (wl-message-mode-line-format): New variable.
2545         (wl-message-mode-line-format-spec-alist): Ditto.
2546         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2547         (wl-message-redisplay): Use wl-message-mode-line-format.
2548
2549 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2550
2551         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2552
2553 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2554
2555         * wl-summary.el (wl-summary-default-from): Write description.
2556
2557 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-vars.el (wl-ldap-objectclass): Abolish.
2560
2561         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2562         (wl-ldap-make-filter): Removed condition for objectclass.
2563         (wl-ldap-make-matched-value-list): Remove meaningless process.
2564         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2565         (wl-address-ldap-search): Don't add `*' to `pat' string;
2566         use ignore-errors; added `email';
2567         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2568         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2569         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2570
2571
2572 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2573
2574         * wl-draft.el (wl-draft-parent-folder): Write description.
2575         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2576
2577 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2578
2579         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2580         as "" (zero-length string) if no parent.
2581         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2582
2583 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-address.el (wl-address-make-completion-list): Skip duplication
2586         checking.
2587         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2588         `append'.
2589
2590 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2591
2592         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2593         instead of `beginning-of-buffer'.
2594
2595 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2596
2597         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2598
2599 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2600
2601         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2602         Refer wl-message-buffer-name.
2603         (wl-message-wheel-down): Ditto.
2604
2605 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2606
2607         * wl-vars.el (wl-message-buffer-name): New user option.
2608
2609         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2610         directly instead of making alist dinamically.
2611
2612         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2613         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2614         wl-message-buffer-cache-name.
2615         (wl-message-buffer-cache-clean-up): Ditto.
2616
2617         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2618
2619         * Version number is increased to 2.9.15.
2620
2621 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2622
2623         * wl-vars.el (wl-summary-default-view-alist): New user option.
2624
2625         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2626
2627         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2628         while deleting address.
2629         (wl-draft-delete-myself-from-cc): Ditto.
2630
2631         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2632         If optional argument is specified, reverse sort order.
2633
2634         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2635
2636 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2637
2638         * wl-thread.el (wl-thread-insert-message): Return parent number if
2639         exists.
2640         (wl-thread-update-indent-string-region): Use
2641         wl-thread-update-line-on-buffer-sub instead of
2642         wl-thread-update-line-on-buffer.
2643
2644 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2645
2646         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2647         (wl-folder-close-all): Ditto.
2648
2649 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2650
2651         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2652         and mailing-list:.
2653         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2654         value.
2655         (wl-summary-line-list-info): Print mailing-list name even when 
2656         list-number is empty.
2657
2658 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2659
2660         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2661
2662         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2663         (wl-draft-open-file): Ditto.
2664         (wl-draft-random-alphabet): Ditto.
2665
2666         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2667         bindings.
2668
2669 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2670
2671         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2672         * wl-vars.el (wl-draft-config-alist): Ditto.
2673
2674 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2675
2676         * Version number is increased to 2.9.14.
2677
2678         * wl.el (wl): Don't set wl-init as nil when error occured while
2679         auto-checking folders.
2680
2681         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2682         `elmo-expand-newtext'.
2683
2684 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2685
2686         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2687         `this-command' so that `wl-folder-goto-folder' contained in
2688         `wl-summary-keep-cursor-command' work.
2689
2690 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2691
2692         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2693         message buffer displaying state.
2694
2695 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2696
2697         * wl-vars.el (wl-summary-default-view): New variable to specify
2698         default value for `wl-summary-buffer-view' instead of using
2699         set-default.
2700         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2701
2702 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2703
2704         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2705
2706         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2707
2708 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2709
2710         * wl-vars.el (wl-forward-subject-prefix): New variable.
2711         * wl-draft.el (wl-draft-forward): Use it.
2712
2713 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2714
2715         * wl-message.el (wl-message-prev-page): When it is called without
2716         lines argument, scroll down by wl-message-scroll-amount lines.
2717         (wl-message-next-page): Ditto.
2718         * wl-vars.el (wl-message-scroll-amount): Change default value
2719         to preserve current behavior.
2720
2721 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2722
2723         * wl-summary.el (wl-summary-prefetch-msg): Bind
2724         `wl-message-entity' to call `wl-summary-from-function'.
2725
2726 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2727
2728         * wl-message.el (wl-message-buffer-create): Run
2729         wl-message-buffer-created-hook.
2730
2731 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2732
2733         * wl-summary.el (wl-summary-sort-specs): New variable.
2734         (wl-summary-default-sort-spec): Ditto.
2735         (wl-summary-sort): Rewrite.
2736         (wl-summary-sort-by-list-info): New function.
2737
2738 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2739
2740         * wl-summary.el (wl-summary-get-list-info): New function.
2741         (wl-summary-sort): Rewrite.
2742         (wl-summary-line-list-info): Ditto.
2743         (wl-summary-line-list-count): Ditto.
2744         (wl-summary-refile-region): Fixed docstring.
2745
2746 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2747
2748         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2749         `wl-folder-entity-hashtb' as completion table.
2750
2751 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2752
2753         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2754         only when this command is called interactively; silence the byte-
2755         compiler.
2756
2757 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2758
2759         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2760         active in XEmacs.
2761
2762 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2763
2764         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2765         plural lines.
2766
2767 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2768
2769         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2770         of current line when the cursor is on the header name.
2771         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2772
2773 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2774
2775         * wl-util.el (wl-read-directory-name): Return displayed directory
2776         as the default value also on XEmacs.
2777
2778 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2779
2780         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2781         formatting.
2782
2783 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2784
2785         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2786         argument and when it is non-nil, check face property before
2787         highlighting for each line.
2788         (wl-highlight-summary-window): Set it.
2789
2790 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2791
2792         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2793         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2794
2795         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2796         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2797         (wl-draft-get-fcc-list): Likewise.
2798
2799 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2800
2801         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2802         (wl-thread-entity-cur): Ditto.
2803         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2804         wl-thread-indent-regexp setting.
2805         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2806
2807         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2808         wl-summary-lazy-highlight.
2809         (wl-summary-display-bottom): Ditto.
2810
2811         * wl-thread.el (wl-thread-open-close): Likewise.
2812
2813         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2814         from and subject;
2815         Bind wl-draft-use-frame;
2816         Enclose with save-window-excursion;
2817         Use wl-draft-create-buffer instead of with-temp-buffer;
2818         Use wl-draft-prepare-edit;
2819         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2820         Use wl-draft-send instead of wl-draft-raw-send.
2821
2822 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2823
2824         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2825         of using wl-from.
2826
2827 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2828
2829         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2830         insert-buffer instead of clone-buffer.
2831         (wl-draft-doing-mime-bcc): New variable.
2832         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2833         infinite loop.
2834         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2835
2836         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2837         (wl-draft-mime-bcc-body): Ditto.
2838
2839         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2840         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2841         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2842         wl-draft-do-mime-bcc.
2843         (wl-draft-mime-bcc-field): New function.
2844         (wl-draft-do-mime-bcc): Ditto.
2845
2846         * wl-address.el (wl-address-complete-header-list): New variable.
2847         (wl-address-complete-header-regexp): Changed default value.
2848
2849         * Version number is increased to 2.9.13.
2850
2851 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2852
2853         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2854         it is differed.
2855
2856 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2857
2858         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2859         (wl-summary-line-list-count): Ditto.
2860
2861 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2862
2863         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2864         (wl-nntp-posting-function): New variable.
2865         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2866         `wl-nntp-posting-config-alist'.
2867
2868 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2869
2870         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2871         FLIM.
2872
2873 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2874
2875         * wl-summary.el (wl-summary-target-mark-refile-sub):
2876         Remove a nuisance funcall.
2877
2878 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2879
2880         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2881         as t for `try-completion'.
2882
2883 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2884
2885         * wl-summary.el (wl-summary-default-from): Use
2886         wl-address-header-extract-address instead of
2887         std11-extract-address-components.
2888         (wl-summary-simple-from): Ditto.
2889         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2890         (wl-summary-insert-headers): Show message.
2891         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2892         for whole line.
2893         (wl-summary-default-from): Revert last change.
2894         (wl-summary-simple-from): Ditto.
2895         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2896         (wl-summary-mark-as-read-region): Follow the change above.
2897         (wl-summary-sync-marks): Ditto.
2898         (wl-summary-target-mark-mark-as-read): Ditto.
2899         (wl-summary-redisplay-internal): Ditto.
2900         (wl-summary-redisplay-no-mime-internal): Ditto.
2901         (wl-summary-redisplay-all-header): Ditto.
2902         (wl-summary-mark-as-read): Removed argument `cached';
2903         Use current cache status to set cache mark.
2904         (wl-summary-redisplay-internal): Follow the change above.
2905         (wl-summary-redisplay-no-mime-internal): Ditto.
2906         (wl-summary-redisplay-all-header): Ditto.
2907
2908         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2909
2910         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2911         Don't call itself recursively (Adviced by Yamaoka-san).
2912
2913 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2914
2915         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2916         bind wl-summary-highlight as nil to avoid error caused by missing
2917         local variables.
2918
2919 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2920
2921         * wl-vars.el (wl-invalid-character-message): New user option.
2922
2923         * wl-util.el (wl-set-string-width): If truncated string-width is
2924         larger than specified width, use `wl-invalid-character-message'.
2925
2926 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2927
2928         * wl-summary.el (wl-summary-prefetch-msg): 
2929         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2930
2931 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2932
2933         * wl-vars.el (wl-summary-check-line-format): New user option.
2934         (wl-summary-line-format-file): Ditto.
2935
2936         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2937         variable.
2938         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2939         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2940         and `wl-summary-view-old-p' to check whether do a rescan or not.
2941         (wl-summary-view-old-p): New function.
2942         (wl-summary-line-format-changed-p): Ditto.
2943         (wl-summary-line-format-save): Ditto.
2944         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2945
2946         * wl-util.el (wl-set-string-width): Avoid using negative number
2947         for make-string.
2948
2949 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2950
2951         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2952         return value.
2953
2954         * wl-util.el (wl-set-string-width): Added optional argument
2955         `padding' (All other related portions are changed).
2956         (wl-line-parse-format): If the first letter of column number is
2957         `0', zero-padding the result (ex: "%05l").
2958
2959         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2960
2961 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2962
2963         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2964         sequential summary view.
2965
2966 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2967
2968         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2969         if it doesn't have a -unix version.
2970
2971 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2972
2973         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2974
2975 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2976
2977         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2978         content.
2979         (wl-draft): Follow the change above.
2980
2981         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2982
2983         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2984         and wl-folder-summary-line-format-alist contain %T and %P.
2985
2986         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2987         (wl-summary-mode-line-format): New user option.
2988         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2989         (wl-summary-line-format): Changed default value.
2990         (wl-summary-lazy-highlight): Changed default value.
2991
2992         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2993         change in wl-summary-create-line.
2994         (wl-thread-insert-entity-sub): Ditto.
2995
2996         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2997         (wl-summary-buffer-unread-status): Ditto.
2998         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2999         (wl-summary-buffer-persistent-mark-column): Ditto.
3000         (wl-summary-buffer-mode-line-formatter): Ditto.
3001         (wl-summary-buffer-mode-line): Ditto.
3002         (wl-summary-message-regexp): Abolished.
3003         (All other related portions are changed.)
3004         (wl-summary-detect-mark-position): New function.
3005         (wl-summary-buffer-set-folder): Setup
3006         wl-summary-buffer-mode-line-formatter.
3007         (wl-summary-mode): Setup selective-display;
3008         Setup pre-idle-hook when xemacs.
3009         (wl-summary-update-modeline): Rewrite.
3010         (wl-summary-jump-to-msg): Define as function;
3011         Changed regexp for searching messages.
3012         (wl-summary-message-number): Rewrite.
3013         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3014         Do rescan when old type summary cache.
3015         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3016         (wl-summary-remove-destination): Use '\r' to detect EOL.
3017         (wl-summary-print-destination): Ditto.
3018         (wl-summary-temp-mark): New inline function.
3019         (wl-summary-persistent-mark): Ditto.
3020         (wl-summary-line-number): New function.
3021         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3022         (wl-summary-line-list-count): New function.
3023         (wl-summary-create-line): Added argument persistent-mark.
3024         (All other related portions are changed)
3025         (wl-summary-create-line): Insert '\r'.
3026         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3027         (wl-summary-cursor-move-surface): New inline function.
3028         (wl-summary-prev): Use it.
3029         (wl-summary-next): Ditto.
3030
3031         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3032         wl-summary-message-regexp.
3033         (wl-highlight-summary): Delete progress message.
3034         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3035
3036         * Version number is increased to 2.9.12.
3037
3038 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3039
3040         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3041         variable (nil: no minimum).
3042         (wl-summary-line-subject): Add some spaces after subject by
3043         wl-summary-line-subject-minimum-length.
3044
3045 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3046
3047         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3048         and removed `F'.
3049         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3050         change above).
3051
3052 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3053
3054         * wl-summary.el (wl-summary-line-list-count): Reverted.
3055         (example setting in samples/*/dot.wl is also updated)
3056
3057 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3058
3059         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3060
3061         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3062
3063         * wl-vars.el (wl-summary-line-format): Addes some description to the
3064         docstring.
3065
3066         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3067         (wl-summary-line-close-bracket): Ditto.
3068         (wl-summary-line-children-number): Ditto.
3069         (wl-summary-line-thread-indent): Ditto.
3070         (wl-summary-line-children-and-from): Ditto.
3071
3072         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3073         't', 'c', 'F' and added 'C'.
3074
3075         * wl-util.el (wl-set-string-width): Accept negative value.
3076         (wl-line-parse-format): Added "%number(" and "%)".
3077
3078 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3079
3080         * wl-summary.el (wl-summary-line-list-count): Change format of the
3081         return value.
3082
3083 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3084
3085         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3086         from the recent message.el.
3087         (wl-draft-point-in-header-p): Ditto.
3088         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3089         wl-draft-beginning-of-line.
3090         * wl-e21.el (wl-draft-mode-map): Ditto.
3091         * wl-xmas.el (wl-draft-mode-map): Ditto.
3092
3093         * wl-folder.el: Sort macrodefs by dependencies.
3094
3095 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3096
3097         * wl-summary.el (wl-summary-prev): Fixed regexp.
3098         (wl-summary-next): Ditto.
3099
3100 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3101
3102         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3103
3104 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3105
3106         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3107         for backward compatibility.
3108
3109 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3110
3111         * wl-summary.el (wl-summary-line-list-count): New function, merged
3112         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3113         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3114         list counts.
3115
3116 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3117
3118         * wl-summary.el (wl-summary-create-line): Ignore errors while
3119         timezone-fix-time.
3120
3121         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3122
3123         * wl-summary.el (wl-summary-sync-update): Ditto.
3124         (wl-summary-default-from): Use wl-message-entity
3125         instead of entity.
3126
3127         * wl-summary.el (wl-summary-create-line): Fix.
3128
3129         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3130         (wl-summary-line-format): New user option.
3131         (wl-folder-summary-line-format-alist): Ditto.
3132         (wl-summary-from-width): Abolished.
3133
3134         * wl-util.el (toplevel): Require 'bytecomp.
3135         (wl-line-parse-format): New function.
3136         (wl-line-formatter-setup): New macro.
3137
3138         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3139         (wl-summary-buffer-line-formatter): New buffer local variable.
3140         (wl-summary-switch-to-clone-buffer): Follow the change above.
3141         (wl-summary-message-regexp): Fix.
3142         (wl-summary-from-func-internal): Abolished.
3143         (wl-summary-subject-func-internal): Ditto.
3144         (wl-summary-subject-filter-func-internal): Ditto.
3145         (All other related portions are changed.)
3146         (wl-summary-buffer-set-folder):
3147         Set up wl-summary-buffer-number-column and 
3148         wl-summary-buffer-line-formatter
3149         (All other related portions are changed.)
3150         (wl-summary-buffer-number-column-detect): Abolished.
3151         (All other related portions are changed.)
3152         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3153         (wl-summary-delete-all-temp-marks-on-buffer): Use
3154         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3155         (wl-summary-target-mark-delete): Ditto.
3156         (wl-summary-target-mark-refile-subr): Ditto.
3157         (wl-summary-target-mark-mark-as-read): Ditto.
3158         (wl-summary-target-mark-mark-as-unread): Ditto.
3159         (wl-summary-target-mark-mark-as-important): Ditto.
3160         (wl-summary-target-mark-save): Ditto.
3161         (wl-summary-replace-status-marks): Renamed from
3162         wl-summary-set-status-marks-on-buffer;
3163         Use wl-summary-message-regexp instead of
3164         wl-summary-buffer-number-regexp.
3165         (wl-summary-sync-update): Follow the change above.
3166         (wl-summary-goto-previous-message-beginning): New function.
3167         (wl-summary-mark-as-unread): Use it.
3168         (wl-summary-mark-as-important): Ditto.
3169         (wl-summary-line-formatter): New variable.
3170         (wl-summary-line-year): New function.
3171         (wl-summary-line-day): Ditto.
3172         (wl-summary-line-day-of-week): Ditto.
3173         (wl-summary-line-hour): Ditto.
3174         (wl-summary-line-minute): Ditto.
3175         (wl-summary-line-open-bracket): Ditto.
3176         (wl-summary-line-close-bracket): Ditto.
3177         (wl-summary-line-children-number): Ditto.
3178         (wl-summary-line-thread-indent): Ditto.
3179         (wl-summary-line-size): Ditto.
3180         (wl-summary-line-subject): Ditto.
3181         (wl-summary-line-from): Ditto.
3182         (wl-summary-line-children-and-from): Ditto.
3183         (wl-summary-create-line): Rewritten.
3184         (wl-summary-format-date): Abolished.
3185
3186         * wl-highlight.el (wl-highlight-summary-current-line): Use
3187         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3188         Use thread structure to detect thread top message.
3189
3190         * wl-draft.el (wl-default-draft-cite): Don't use
3191         wl-summary-from-func-internal.
3192
3193         * wl-refile.el (wl-refile-subject-learn): Don't use
3194         wl-summary-subject-filter-func-internal.
3195         (wl-refile-guess-by-subject): Ditto.
3196
3197         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3198         parameters.
3199
3200         * wl-thread.el (wl-thread-update-indent-string-region):
3201         Use wl-thread-update-line-on-buffer instead of
3202         wl-thread-update-indent-string.
3203         (wl-thread-update-children-number): Redefine using
3204         wl-thread-update-line-on-buffer.
3205         (wl-thread-update-indent-string): Abolished.
3206
3207         * Version number is increased to 2.9.11.
3208
3209 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3210
3211         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3212         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3213         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3214
3215         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3216         as nil.
3217
3218         * wl-thread.el (wl-thread-open-all-unread): Use 
3219         elmo-folder-list-messages-mark-match.
3220         (wl-thread-insert-message): Removed argument `mark-alist'.
3221         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3222         elmo-msgdb-set-mark.
3223         (wl-thread-get-children-msgs-uncached): Likewise.
3224         (wl-thread-get-exist-children): Added argument include-self.
3225         (wl-thread-delete-message): Follow the change above.
3226
3227         * wl-summary.el (wl-summary-count-unread): Removed argument.
3228         (wl-summary-rescan): Follow the change above.
3229         (wl-summary-mark-as-read-region): Ditto
3230         (wl-summary-mark-as-unread-region): Ditto.
3231         (wl-summary-delete-messages-on-buffer): Ditto.
3232         (wl-summary-sync-update): Ditto.
3233         (wl-summary-switch-to-clone-buffer): Ditto.
3234         (wl-summary-goto-folder-subr): Ditto.
3235         (wl-summary-target-mark-mark-as-read): Ditto.
3236         (wl-summary-target-mark-mark-as-unread): Ditto.
3237         (wl-summary-target-mark-mark-as-important): Ditto.
3238         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3239         (wl-summary-update-thread): Removed argument `mark-alist'.
3240         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3241         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3242         (wl-summary-resume-cache-status): Likewise.
3243         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3244         elmo-msgdb-set-mark.
3245         (wl-summary-mark-as-read-all): Likewise.
3246         (wl-summary-delete-cache): Ditto.
3247         (wl-summary-auto-select-msg-p): Ditto.
3248         (wl-summary-mark-as-unread): Ditto.
3249         (wl-summary-no-auto-refile-message-p): Ditto.
3250         (wl-summary-mark-as-read): Ditto.
3251         (wl-summary-mark-as-important): Ditto.
3252         (wl-summary-auto-refile): Follow the change above.
3253         (wl-summary-delete-all-marks): Removed.
3254         (wl-summary-resume-marks-and-highlight): Ditto.
3255         (wl-summary-resume-marks): Ditto.
3256         (wl-summary-delete-important-msgs-from-list): Ditto.
3257         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3258
3259         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3260         wl-summary-count-unread.
3261
3262         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3263         (wl-summary-score-update-all-lines): Use
3264         elmo-msgdb-set-mark.
3265
3266 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3267
3268         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3269         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3270         (wl-summary-create-line): Renamed from
3271         wl-summary-overview-create-summary-line;
3272         Argument rearrangement.
3273         (wl-summary-update-thread): Follow the change above.
3274
3275         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3276         (wl-thread-insert-entity-sub): Likewise.
3277
3278         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3279         argument `overview', `mark-alist' and added `msgdb'.
3280
3281         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3282
3283         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3284         (wl-summary-rescan): Follow the change above.
3285         (wl-summary-sync-update): Ditto.
3286         (wl-summary-insert-thread-entity): Ditto;
3287         Don't use `let*' in every while loop;
3288         Detect infinite loop of threads.
3289         (wl-summary-update-thread): Removed argument `overview'.
3290
3291         * wl-thread.el (wl-thread-insert-message): Ditto.
3292
3293         * Version number is increased to 2.9.10.
3294
3295         * wl-message.el (wl-message-redisplay): Ignore errors while
3296         wl-message-redisplay-hook.
3297
3298 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3299
3300         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3301
3302 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3303
3304         * wl.el (wl): inhibit-quit while wl-folder.
3305
3306 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3307
3308         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3309         while msgdb access.
3310
3311 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3312
3313         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3314         even if no folder is not created.
3315
3316 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3317
3318         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3319
3320         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3321         implementation.
3322         (wl-summary-target-mark-thread): Ditto.
3323
3324         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3325
3326 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3327
3328         * wl-util.el (wl-display-bytes): Remove unused function.
3329
3330 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3331
3332         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3333         seems critical one (partially reverse the change in 2002/03/17).
3334
3335 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3336
3337         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3338         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3339
3340 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3341
3342         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3343         is not writable.
3344         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3345         plugged status instead of `'force' as 2nd argument.
3346
3347         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3348         is not creatable.
3349
3350         * Version number is increased to 2.9.9.
3351
3352 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3353
3354         * wl-summary.el (wl-summary-suspend): New function.
3355
3356 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3357
3358         * wl.el (wl): Do not check variables if check is nil.
3359         * wl-utils.el (wl-collect-draft): New function.
3360         * wl-folder.el (wl-folder-suspend): Put summary buffers
3361         and draft buffers at the end of buffer list.
3362         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3363
3364 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3365
3366         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3367         loop instead of recursive call.
3368
3369         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3370         2nd argument.
3371
3372 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3373
3374         * wl-draft.el (wl-draft-create-contents): Don't take neither
3375         (function . args) nor (string . something) any more.
3376
3377         * wl-version.el (wl-generate-user-agent-string): Return string
3378         without header symbol.
3379         * wl-draft.el (wl-draft-default-headers): Use it.
3380
3381         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3382         `wl-draft-insert-ccs' and return field value instead of inserting
3383         the header. Abolish cc argument.
3384         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3385
3386         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3387         rather than one with string car.
3388
3389         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3390         * wl-draft.el (wl-draft-create-contents): Add it after the default
3391         headers.
3392
3393         * wl-draft.el (wl-draft-create-contents): For the case of
3394         (symbol-or-string . function) insert header only when the function
3395         returns string value.
3396
3397 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3398
3399         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3400         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3401
3402 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3403
3404         * wl.el (wl-check-environment): Don't check Message-ID when
3405         `wl-insert-message-id' is nil.
3406         Revive checking if `wl-message-id-domain' contains "@".
3407
3408 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3409
3410         * wl.el (wl-check-environment): Merge examination for "@" at
3411         inappropriate position into the first string-match.
3412
3413         * wl-summary.el (wl-summary-target-mark-print): New function.
3414         (wl-summary-pipe-message-subr): Extracted from
3415         `wl-summary-pipe-message'.
3416         (wl-summary-target-mark-pipe): New function.
3417         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3418         `wl-summary-target-mark-pipe'.
3419
3420 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3421
3422         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3423
3424 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3425
3426         * wl.el (wl-check-environment): Use elmo-warning instead of
3427         error for non-critical ones.
3428         Remove trash folder check.
3429         (wl): Don't ignore error in wl-check-environment.
3430
3431         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3432         check, which is moved from `wl-check-environment'.
3433         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3434
3435 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3436
3437         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3438         guess anything, call wl-summary-write.
3439         (wl-summary-write): Create draft with blank To field.
3440         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3441
3442 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3443
3444         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3445         argument full as well for wl-folder-write-current-folder.
3446         If wl-*-write-current-folder cannot guess addressee, add blank
3447         To header.
3448         Rewrite condition for positioning cursor.
3449
3450 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3451
3452         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3453         summary buffer is present, use it.
3454         (wl-folder-jump-to-previous-summary): Ditto.
3455
3456 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3457
3458         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3459
3460         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3461         wl-summary-previous-buffer and wl-summary-next-buffer.
3462
3463         * wl-folder.el (wl-folder-mode-map): Bind
3464         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3465         (wl-folder-jump-to-next-summary): New function.
3466         (wl-folder-jump-to-previous-summary): Ditto.
3467
3468         * wl-draft.el (wl-draft): Rearranged.
3469
3470 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3471
3472         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3473         of header.
3474         (wl-draft): Collect arguments for the header as header-alist.
3475         (wl-draft-forward): Arrange arguments for wl-draft.
3476         (wl-draft-reply): Ditto.
3477         (wl-draft-edit-string): Ditto.
3478         * wl-summary.el (wl-summary-write): Ditto.
3479         (wl-summary-write-current-folder): Ditto.
3480
3481         * Version number is increased to 2.9.8.
3482
3483 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3484
3485         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3486
3487         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3488
3489         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3490         even if the guess failed.
3491
3492         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3493         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3494         wl-summary-write-current-folder.
3495         * wl-xmas.el: Ditto.
3496
3497 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3498
3499         * wl-summary.el (wl-summary-next-page): Force display message if
3500         message is not displayed yet.
3501         (wl-summary-prev-page): Ditto.
3502
3503 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3504
3505         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3506
3507 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3508
3509         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3510         add "Preview Message" and "Save Draft and Exit".
3511
3512 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3513
3514         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3515         if addrmgr is called from draft in splitted window.
3516
3517         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3518         * wl-mule.el: Ditto.
3519         * wl-xmas.el: Ditto.
3520
3521 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3522
3523         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3524
3525         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3526         * wl-xmas.el (wl-folder-toolbar): Ditto.
3527
3528 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3529
3530         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3531         and wl-draft-save-and-exit.
3532         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3533         * wl-xmas.el: Ditto.
3534         * wl-mule.el: Ditto.
3535
3536         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3537         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3538
3539 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3540
3541         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3542         lists for saving buffer.
3543
3544 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3545
3546         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3547         parent-folder argument instead of it.
3548         (wl-draft-create-buffer): Ditto.
3549         (wl-draft-forward): Ditto.
3550         (wl-draft-reply): Ditto.
3551         * wl-summary.el (wl-summary-write): Ditto.
3552         (wl-summary-write-current-folder): Ditto.
3553
3554         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3555         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3556         Folder buffer after composing.
3557
3558 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3561         header if the file `wl-x-face-file' already contains it.
3562
3563 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3564
3565         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3566         folder" entry.
3567         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3568         * wl-e21.el (wl-folder-toolbar): Ditto.
3569         * wl-xmas.el (wl-folder-toolbar): Ditto.
3570
3571 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3574         wl-folder-goto-folder with sticky argument.
3575         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3576
3577 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3578
3579         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3580         and wl-summary-previous-buffer.
3581         (wl-summary-next-buffer): New function.
3582         (wl-summary-previous-buffer): Ditto.
3583
3584 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3585
3586         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3587         wl-folder-jump-to-current-entity-with-arg.
3588         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3589         `wl-folder-jump-to-current-entity'.
3590         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3591         `wl-summary-goto-folder-sticky'.
3592         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3593         `wl-summary-goto-folder'.
3594         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3595         Unless force-exit, do not clean temp. marks for sticky summary.
3596         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3597
3598 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3601         not entire.
3602
3603 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3604
3605         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3606         to `C-x C-s'.
3607         (wl-summary-save-status): New command.
3608         (wl-summary-exit): Don't clean-up temp marks when sticky.
3609         (Applied patch from Nakayama-san [wl: 09548])
3610         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3611         Do nothing when no mark data.
3612         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3613         Call `wl-summary-delete-all-temp-marks' before saving.
3614
3615 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3616
3617         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3618
3619 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3620
3621         * wl.el (wl-check-environment): Also cause error when (system-name)
3622         returns "localhost.localdomain". (Although it doesn't affect because
3623         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3624
3625 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3626
3627         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3628         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3629
3630         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3631         value.
3632
3633 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3634
3635         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3636         Likewise r-cc-list and r-ng-list.
3637
3638 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3641         only if it is bound as variable.
3642
3643         * wl-mime.el (wl-draft-preview-message): Ditto.
3644
3645 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3646
3647         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3648         needless `goto-char'.
3649
3650         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3651         `wl-summary-redisplay-no-mime-internal' instead of
3652         `wl-summary-redisplay-no-mime'.
3653         (wl-summary-redisplay-no-mime): Changed argument;
3654         Call `wl-summary-redisplay-no-mime-internal'.
3655
3656         * wl-mime.el (wl-draft-preview-message): Bind
3657         `mime-header-encode-method-alist' locally.
3658
3659         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3660         (wl-draft-std11-parse-addresses): Added the first address check.
3661         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3662
3663         * Version number is increased to 2.9.7.
3664
3665 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3666
3667         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3668
3669 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3670
3671         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3672         related to scrollbar support, if there is no such a feature
3673         compiled in.
3674
3675 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3676
3677         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3678         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3679         for prefetch.
3680
3681 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3682
3683         * wl-summary.el (wl-summary-pick): Fix for no match.
3684
3685 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3686
3687         * wl-draft.el (wl-draft-save):
3688         Override `mime-header-encode-method-alist'.
3689
3690 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3691
3692         * wl-folder.el (wl-folder-pick): New function.
3693         Define key as "?".
3694
3695 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3696
3697         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3698         Fix for unplugged.
3699
3700 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3701
3702         * wl-folder.el (wl-folder-virtual): New function.
3703         Define key as "V".
3704
3705 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3706
3707         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3708         multi folder if entity is group.
3709
3710 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3711
3712         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3713         is nil.
3714
3715 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3716
3717         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3718         (wl-summary-target-mark-msgs): Return the number of marked messages.
3719
3720 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3721
3722         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3723         "first:" is specified.
3724
3725 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3726
3727         * wl-vars.el (wl-from): Use return value of function
3728         user-full-name instead of the variable user-full-name since
3729         XEmacs-20.4 doesn't set this variable.
3730
3731 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3732
3733         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3734         call `wl' directly.
3735
3736 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3737
3738         * wl-draft.el (wl-draft-reedit): Removed duplicated
3739         switch-to-buffers.
3740
3741 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3742
3743         * wl.el (wl-other-frame): Removed garbages.
3744
3745 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3746
3747         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3748
3749         * wl-xmas.el (wl-draft-key-setup): Ditto.
3750
3751         * wl-mule.el (wl-draft-key-setup): Ditto.
3752
3753         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3754         (wl-draft-reedit): Ditto.
3755         (wl-draft-prepare-edit): Add `wl-draft-save' to
3756         `local-write-file-hooks'.
3757         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3758         (wl-draft-reedit): Set buffer-file-name.
3759         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3760
3761
3762         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3763         call it.
3764         (wl-delete-startup-frame-function): New variable.
3765         (wl-other-frame): New function
3766         (Original was written by Yamaoka san [wl: 09239]).
3767
3768         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3769         if `wl-folder-use-frame'.
3770
3771 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3772
3773         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3774
3775 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3778         New variable.
3779         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3780         (wl-message-buffer-prefetch-get-next): Use them.
3781         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3782
3783 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3784
3785         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3786         with unwind-protect.
3787
3788         * wl-draft.el (wl-draft-reedit): Rewrite.
3789         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3790         (wl-draft-save): Insert header separator if it does not exist;
3791         Removed condition-case.
3792
3793         * wl-summary.el (wl-summary-reedit): Revert last change.
3794
3795         * wl-draft.el (wl-draft-save): Rewrite.
3796         (wl-draft-create-buffer): Set buffer-file-name as nil.
3797
3798         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3799
3800         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3801
3802         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3803         nil.
3804
3805 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3806
3807         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3808         If count is nil, do not prefetch.
3809         (wl-message-buffer-prefetch-next): Next.
3810
3811 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3812
3813         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3814
3815 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3816
3817         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3818         `delete-backward-char'
3819         (wl-draft-prepare-edit): Check major-mode.
3820         (wl-draft-decode-header): Rewrite.
3821         (wl-draft): Fix.
3822
3823 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3824
3825         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3826
3827 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3828
3829         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3830         (wl-message-buffer-prefetch-get-next): Remove size checking.
3831         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3832
3833 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3834
3835         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3836         (wl-draft-default-headers): Fix.
3837
3838 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3839
3840         * wl-draft.el (wl-draft-default-headers): Insert return value of
3841         `wl-generate-mailer-string-function'.
3842
3843 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3844
3845         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3846         (wl-draft-insert-mail-header-separator): Ditto.
3847
3848         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3849         again (Reverted the change on 2002-01-17 by OKADA san).
3850
3851 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3852
3853         * wl-draft.el (wl-draft): Rewrite.
3854         (wl-draft-create-buffer): New function.
3855         (wl-draft-create-contents): Ditto.
3856         (wl-draft-prepare-edit): Ditto.
3857         (wl-draft-decode-header): Ditto.
3858         (wl-draft-decode-body): Ditto.
3859         (wl-draft-check-new-line): Ditto.
3860         (wl-draft-default-headers): Ditto.
3861         (wl-draft-insert-mail-header-separator): Ditto.
3862
3863 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3864
3865         * Version number is increased to 2.9.6.
3866
3867 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3868
3869         * wl-draft.el (wl-draft-delete-field): Optional argument.
3870         (wl-draft-delete-fields): Ditto.
3871
3872 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3873
3874         * wl-message.el (toplevel): Eliminated byte-compile warning.
3875         for `itimer-function', `delete-timer' and `itimer-list'.
3876
3877 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3878
3879         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3880         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3881         `wl-message-buffer-prefetch-threshold'.
3882         * wl-summary.el (wl-summary-redisplay-internal): Remove
3883         the check of `wl-message-buffer-prefetch-depth'.
3884
3885 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3886
3887         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3888         size of article.
3889         (wl-message-buffer-prefetch-subr): Remove size check.
3890
3891 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3892
3893         * wl-vars.el (wl-plugged): Make customizable.
3894
3895 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3896
3897         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3898         (wl-message-buffer-prefetch-set-timer): New function.
3899         (wl-message-buffer-prefetch-get-next): New function.
3900         (wl-message-buffer-prefetch): New function.
3901         (wl-message-buffer-prefetch-next): Rewrite.
3902         (wl-message-buffer-prefetch-subr): Rewrite.
3903         * wl-vars.el (wl-auto-prefetch-first): New variable.
3904         * wl-summary.el (wl-summary-goto-folder-subr): Call
3905         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3906
3907 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3908
3909         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3910         `wl-summary-unread-message-hook'.
3911
3912 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3913
3914         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3915         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3916         if range is `cache-status'.
3917
3918 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3919
3920         * wl-message.el (wl-message-buffer-prefetch-subr):
3921         Improve debug message.
3922
3923 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3924
3925         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3926         `wl-mail-send-pre-hook'.
3927         (wl-draft-send-mail-with-qmail): Ditto.
3928         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3929
3930 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3931
3932         * wl-message.el (wl-message-buffer-prefetch-subr):
3933         Fix for cancel-function-timers bug.
3934         (wl-message-buffer-prefetch-debug): Default value is t.
3935
3936 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3937
3938         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3939         (wl-message-buffer-prefetch-subr): Rewrite.
3940         Rename from `wl-message-buffer-prefetch'.
3941
3942 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3943
3944         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3945         (wl-default-draft-cite-decorate-author): Ditto.
3946
3947         * wl-draft.el (wl-draft-cite-function): Removed.
3948         (wl-default-draft-cite-decorate-author): Ditto.
3949
3950 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3951
3952         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3953         (wl-default-draft-cite): Do not arrange author name if the value of
3954         `wl-default-draft-cite-decorate-author' is nil.
3955
3956 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3957
3958         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3959
3960         * wl-folder.el (wl-folder-check-one-entity): Don't care
3961         `elmo-folder-use-flag-p'.
3962
3963 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3964
3965         * wl-folder (wl-folder-check-one-entity): Fix
3966         problem if unread is nil.
3967
3968 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-address.el (wl-address-make-completion-list): Check whether
3971         the address is a group list.
3972         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3973
3974 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3975
3976         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3977         The number of the messages of new and unread does not count
3978         correctly.
3979
3980         * wl-summary.el (wl-summary-count-unread): Changed to return
3981         `(new . unread)' instead of total.
3982         (wl-summary-sync-update): Follow the change above.
3983
3984         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3985
3986 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3987
3988         * wl-address.el (wl-address-make-completion-list): Do not enclose
3989         address by " <" and ">" if associated realname is "".
3990         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3991         This is against the promblem with group list in .addresses pointed
3992         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3993
3994 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3995
3996         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3997         message is a format control string.
3998         * wl-expire.el (wl-expire-append-log): Ditto.
3999         * wl-mime.el (wl-summary-burst-subr): Ditto.
4000         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4001         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4002
4003 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4004
4005         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4006         wl.el (wl-check-variables): Rename from `wl-check-type'.
4007         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4008         (wl-check-variables-2): New function.
4009         (wl): Call `wl-check-variables-2'.
4010
4011 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4012
4013         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4014         after renaming folder in access group.
4015
4016 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4017
4018         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4019         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4020         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4021         (wl-message-buffer-prefetch): Rewrite.
4022         (wl-message-buffer-prefetch-idle-time): Removed.
4023         * wl-summary.el (wl-summary-redisplay-internal):
4024         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4025         Error check for `wl-message-buffer-prefetch-depht'.
4026
4027 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4028
4029         * Version number is increased to 2.9.5.
4030         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4031
4032 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4033
4034         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4035         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4036         Based on the patch written by
4037         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4038
4039 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4040
4041         * wl-draft.el (wl-draft-raw-send): Fix for
4042         `wl-news-send-pre-hook'
4043
4044 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4045
4046         * wl-utils.el (wl-message-id-function): New variable.
4047         * wl-draft.el (wl-draft-insert-required-fields):
4048         Use `wl-message-id-function'.
4049
4050 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4051
4052         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4053         * wl-utils.el (wl-draft-make-message-id-string):
4054         Use `wl-from' for domain part of Message-ID
4055         if `wl-message-id-use-wl-from' if non-nil.
4056         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4057
4058 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4059
4060         * wl.el (wl): Call `wl-check-type'
4061         Do not 'condition-case'.
4062
4063 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4064
4065         * wl.el (wl-check-type): New function.
4066         (wl-check-type-variables): New variable.
4067
4068 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4069
4070         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4071
4072 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4073
4074         * wl-draft.el (wl-smtp-password-key): New function.
4075         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4076         (wl-draft-send-mail-with-smtp): Ditto.
4077         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4078
4079 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4080
4081         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4082         * wl-utils.el (wl-unique-id-suffix): Remove.
4083
4084 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4085
4086         * Version number is increased to 2.9.4.
4087
4088 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4089
4090         * wl-utils.el (wl-unique-id-suffix): New variable.
4091         (wl-unique-id): Use `wl-unique-id-suffix'
4092
4093 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4094
4095         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4096         instead of `elmo-msgdb-search'.
4097
4098         * Version number is increased to 2.9.3.
4099
4100 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4101
4102         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4103
4104 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4105
4106         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4107         (wl-draft-dispatch-message): Changed for send-later.
4108         (wl-draft-queue-flush): Ditto.
4109         (wl-draft): Clear `wl-sent-message-queued'.
4110         (wl-draft-reedit): Ditto.
4111         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4112         * wl-vars.el (wl-draft-force-queuing): New variable.
4113         (wl-draft-force-queuing-mail): New variable.
4114         (wl-draft-force-queuing-news): New variable.
4115
4116 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4117
4118         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4119         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4120
4121 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4122
4123         * Version number is increased to 2.9.2.
4124
4125 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4126
4127         * wl-draft.el (wl-draft-elide-region): New user command.
4128         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4129
4130         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4131         command `wl-draft-elide-region'.
4132         * wl-mule.el: Ditto.
4133         * wl-xmas.el: Ditto.
4134
4135 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4136
4137         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4138         (wl-biff-check-folder-async): Removed needless let.
4139
4140 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4141
4142         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4143         wl-folder-get-elmo-folder.
4144         (wl-biff-check-folder): Set `biff' argument of
4145         `wl-folder-check-one-entity'.
4146         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4147
4148         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4149         (wl-folder-check-one-entity): Added `biff' argument;
4150         Setup `biff' slot of folder.
4151
4152         * Version number is increased to 2.9.1.
4153
4154 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4155
4156         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4157         comment out and fixed.
4158         (wl-fldmgr-add-completion-subr): Ditto.
4159
4160         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4161         and msgdb.
4162
4163         * wl.el (wl-toggle-plugged): Save summary view.
4164
4165 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4166
4167         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4168
4169 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4170
4171         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4172
4173 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4174
4175         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4176         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4177         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4178
4179         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4180         if it was failed.
4181         (wl-demo): Disable undo in the demo buffer.
4182
4183 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4184
4185         * wl-version.el (wl-version): Changed codename.
4186
4187         * Version number is increased to 2.9.0.
4188
4189 2001-12-14  Takuo KITAME <kitame@northeye.org>
4190
4191         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4192         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4193         (wl-folder-mark-as-read-all-current-entity): Ditto.
4194
4195 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4196
4197         * wl-vars.el (wl-from-width): Define as obsolete variable.
4198         (wl-subject-length-limit): Ditto.
4199
4200         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4201
4202         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4203         wl-summary-save-view.
4204
4205         * wl.el (wl-save-status): Ditto.
4206         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4207
4208         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4209         (wl-summary-exit): Follow the change above.
4210         (wl-summary-goto-folder-subr): Ditto.
4211
4212         * wl-folder.el (wl-folder-create-subr): Don't use
4213         `elmo-folder-creatable-p'.
4214
4215 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4216
4217         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4218
4219 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4220
4221         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4222         rather than bitmap on Emacs 21.
4223         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4224         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4225         for xbm if the new redisplay engine is not available.
4226
4227 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4228
4229         * wl-folder.el (wl-folder-init-hook): New hook.
4230         (wl-folder-init): Run `wl-folder-init-hook'.
4231
4232 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4233
4234         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4235
4236 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4237
4238         * wl-acap.el (wl-acap-cache-filename): New variable.
4239         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4240         (wl-acap-init): Use cache if no ACAP server found.
4241
4242 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4243
4244         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4245         `wl-acap-original-msgdb-dir'.
4246
4247         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4248         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4249
4250         * wl-mime.el (wl-mime-save-directory): Renamed from
4251         `wl-mime-save-dir'.
4252
4253 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4254
4255         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4256
4257         * wl-demo.el: Require `path-util'.
4258         (wl-demo-bitmap-mule-available-p): New internal variable.
4259         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4260         `module-installed-p' instead.
4261         (wl-demo-insert-image): Use *.img file for a bitmap image.
4262         (wl-demo): Don't call the ascii demo recursively.
4263
4264 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4265
4266         * Version number is increased to 2.7.7.
4267
4268 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4269
4270         * wl.el (wl-exit): Eliminated byte-compile warning.
4271
4272 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4273
4274         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4275         obsolete variable using `elmo-define-obsolete-variable'.
4276         (wl-fetch-confirm-threshold): Ditto.
4277         (wl-cache-prefetch-folder-type-list): Ditto.
4278         (wl-cache-prefetch-folder-list): Ditto.
4279
4280 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4281
4282         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4283         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4284         (wl-demo-insert-image): New function.
4285         (wl-demo-insert-text): New function.
4286         (wl-demo-image-type-alist): Redefine as a function.
4287         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4288         (wl-demo-with-temp-file-buffer): Removed.
4289         (wl-logo-xpm): Removed.
4290         (wl-logo-xbm): Removed.
4291         (wl-logo-bitmap): Removed.
4292
4293 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4294
4295         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4296         (wl-expire-localdir-get-folder-function): New user option.
4297         (wl-expire-localdir-get-folder): New function.
4298         (wl-expire-localdir-date): Ditto.
4299
4300 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4301
4302         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4303         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4304         Fixed unread number mismatch when all-unread < unread.
4305
4306 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4307
4308         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4309         (wl-fetch-confirm-threshold): Ditto.
4310
4311         * wl-summary.el (wl-summary-confirm-appends): Removed.
4312         (wl-summary-sync-update): Don't refer
4313         `wl-summary-update-confirm-threshold' (It is now abolished).
4314
4315         * wl-message.el (wl-message-display-internal): Don't refer
4316         `wl-fetch-confirm-threshold' (It is now abolished).
4317
4318 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4319
4320         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4321
4322 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4323
4324         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4325         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4326         Change default value to nil.
4327         (wl-summary-indent-length-limit): The value can be nil, nil means
4328         unlimited.
4329
4330         * wl-summary.el: Don't set limit for indent length if the value of
4331         wl-summary-indent-length-limit is nil.
4332         If the value of wl-summary-width is nil, it means only that the width
4333         of summary is unlimited (nil doesn't mean that the indent length is
4334         unlimited).
4335
4336         * wl-thread.el: Ditto.
4337
4338 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4339
4340         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4341         be nil, nil means never confirm.
4342         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4343
4344 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4345
4346         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4347         means unlimited).
4348
4349 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4350
4351         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4352         Use `with-temp-buffer'.
4353
4354 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4355
4356         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4357         with new backquote style).
4358         (wl-folder-get-entity-from-buffer): Ditto.
4359
4360 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4361
4362         * wl-version.el (nemacs-version): Eliminated.
4363         (wl-extended-emacs-version2): Ignore nemacs.
4364         (wl-extended-emacs-version3): Ditto.
4365
4366 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4367
4368         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4369         (wl-draft-add-in-reply-to): New variable.
4370         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4371         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4372         (wl-draft-yank-from-mail-reply-buffer): Use
4373         `wl-draft-add-in-reply-to'.
4374         (wl-draft-insert-current-message): Ditto.
4375
4376 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4377
4378         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4379         typo (kill->hide).
4380         (wl-message-buffer-prefetch-folder-type-list): Added elements
4381         `mark' and `cache' instead of `internal'.
4382
4383 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4384
4385         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4386         resume msgdb directory.
4387
4388 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4389
4390         * wl.el (wl-exit): Call `wl-acap-exit'.
4391
4392         * wl-summary.el (wl-summary-message-string): New function.
4393         (wl-summary-reedit): Use it.
4394         (wl-summary-resend-bounced-mail): Remove needless let.
4395         (wl-summary-supersedes-message): Ditto.
4396         (wl-summary-save): Ditto.
4397
4398         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4399         (wl-acap-init): Set it.
4400         (wl-acap-exit): New function.
4401
4402 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4403
4404         * wl.el (wl-init): Revert (require 'mime-setup). move from
4405         toplevel.
4406
4407 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4408
4409         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4410         local variables.  Add error when guess function return invalid
4411         value.
4412
4413 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4414
4415         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4416         Change local variable name.
4417         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4418         (wl-folder-get-newsgroups): Return nil when non-news folder.
4419         * wl-summary.el (wl-summary-write-current-folder): State through
4420         when guess-list return nil.
4421         (wl-summary-write-current-folder-functions): Fixed docstring.
4422
4423         * wl.el (wl-exit): Changed confirm message.
4424
4425         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4426         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4427
4428         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4429
4430 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4431
4432         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4433         user option (Renamed from wl-cache-prefetch-folder-type-list).
4434         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4435         from wl-cache-prefetch-folder-list).
4436
4437         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4438         Move to wl-vars.el.
4439         (wl-message-buffer-prefetch-p): Changed to enable
4440         `wl-message-buffer-prefetch-folder-list'.
4441
4442         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4443         `ignore-cache'.
4444
4445 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4446
4447         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4448         `part-top' and `part-bottom'.
4449         (wl-draft-config-sub-part-top): New function.
4450         (wl-draft-config-sub-part-bottom): New function.
4451
4452 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4453
4454         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4455
4456 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4457
4458         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4459
4460 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4461
4462         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4463
4464         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4465         (wl-summary-write-current-folder): Ditto.
4466
4467 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4468
4469         * wl-folder.el (wl-folder-get-newsgroups): Use
4470         `elmo-folder-newsgroups'.
4471
4472 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4473
4474         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4475         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4476         `wl-draft-config-sub-header-bottom'.
4477
4478 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4479
4480         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4481         localnews folder.
4482
4483 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4484
4485         * wl-summary.el (wl-summary-mode): Undo last change.
4486
4487         * wl-folder.el (wl-folder-mode): Ditto.
4488
4489 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4490
4491         * wl-summary.el (wl-summary-mode): Locally set
4492         truncate-partial-window-width to nil.
4493         (for XEmacs)
4494
4495         * wl-folder.el (wl-folder-mode): Ditto.
4496
4497 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4498
4499         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4500
4501 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4502
4503         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4504         number.
4505
4506         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4507
4508         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4509
4510         * Version number is increased to 2.7.6.
4511
4512 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4513
4514         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4515
4516 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4517
4518         * wl-summary.el (wl-summary-sync-update): Enclose network
4519         related portion with `unwind-protect'.
4520
4521 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4522
4523         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4524
4525 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4526
4527         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4528         element.
4529         * wl-vars.el (wl-message-body-button-alist): Ditto.
4530
4531         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4532         max match length.
4533         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4534
4535         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4536         for the max match length;
4537         Use 4th element value for the button string regexp group.
4538
4539         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4540         candidate exists, prompt to select.
4541
4542 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4543
4544         * wl-summary.el (wl-summary-jump-to-msg): Search before
4545         calibration point by `beginning-of-line'.
4546
4547 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4548
4549         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4550         for access group.
4551
4552 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4553
4554         * wl-message.el (wl-message-display-internal): Bind
4555         `default-mime-charset'.
4556
4557         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4558
4559         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4560
4561         * Version number is increased to 2.7.5.
4562
4563 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4564
4565         * wl-expire.el (wl-summary-archive): Fixed;
4566         Use `elmo-folder-name-internal'.
4567
4568 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4569
4570         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4571         from `elmo-folder-move-messages' caller.
4572         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4573
4574         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4575         related portions are changed).
4576
4577 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4578
4579         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4580         counter.
4581
4582 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4583
4584         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4585         buffer local and set it to nil.
4586
4587         * wl-message.el (wl-message-redisplay): Ditto.
4588
4589 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4590
4591         * wl-summary.el (wl-summary-mark-as-important): If message is
4592         already cached, set messag as read, otherwise encache and mark as read.
4593
4594 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4595
4596         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4597         point-min.
4598
4599 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4600
4601         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4602         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4603         a keymap.
4604
4605 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4606
4607         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4608         parent.
4609
4610         * wl-mule.el (wl-message-define-keymap): Ditto.
4611
4612         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4613
4614         * wl-xmas.el (wl-message-display-internal-hook): Define.
4615         (wl-xmas-setup-message-toolbar): Define as function.
4616         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4617         (wl-message-overload-functions): Abolished.
4618         (wl-message-define-keymap): New function.
4619
4620         * wl-vars.el (wl-message-display-internal-hook): New variable.
4621         (wl-message-header-button-alist): New variable (Renamed from
4622         wl-highlight-message-header-button-alist).
4623         (wl-message-body-button-alist): Ditto.
4624
4625         * wl-mule.el (wl-message-define-keymap): New function.
4626         (wl-message-overload-functions): Abolished.
4627
4628         * wl-message.el (wl-message-add-buttons-to-body): New function.
4629         (wl-message-redisplay): Don't call wl-message-overload-functions;
4630         Call wl-message-add-buttons-to-header and
4631         wl-message-add-buttons-to-body.
4632         (wl-message-display-internal): Set keymap argument for
4633         elmo-mime-display-as-is, elmo-mime-message-display;
4634         Run wl-message-display-internal-hook.
4635         (wl-message-refer-article-or-url): Abolished.
4636
4637         * wl-highlight.el (wl-highlight-headers): Don't call
4638         wl-highlight-message-add-buttons-to-header.
4639         (wl-highlight-message-add-buttons-to-header): Abolished.
4640
4641
4642         * wl-e21.el (wl-message-display-internal-hook): Define.
4643         (wl-e21-setup-toolbar): Deleted duplicated binding.
4644         (wl-e21-setup-message-toolbar): Define as function.
4645         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4646         (wl-message-define-keymap): New function.
4647         (wl-message-overload-functions): Abolished.
4648
4649 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4650
4651         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4652         and elmo-folder-close.
4653
4654         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4655
4656 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4657
4658         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4659         boolean value.
4660         * wl-draft.el (wl-draft-do-fcc): Ditto.
4661
4662 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4663
4664         * wl-vars.el (wl-fcc-force-as-read): New variable.
4665         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4666         mark copied message as read.
4667
4668 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4669
4670         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4671
4672 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4673
4674         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4675         `wl-summary-target-above' instead of obsolete variable
4676         `wl-summary-temp-above'.
4677
4678         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4679         instead of `make-obsolete-variable'.
4680         * wl-refile.el (toplevel): Ditto.
4681
4682 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4683
4684         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4685         with third argument t.
4686         (wl-draft): Set first argument for wl-plugged-init as t.
4687
4688         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4689         definition.
4690
4691 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4692
4693         * wl-vars.el: Tabify.
4694         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4695
4696         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4697         message.
4698
4699 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4700
4701         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4702         and set default to beep.
4703
4704 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4705
4706         * wl-vars.el (wl-draft-truncate-lines): New variable.
4707
4708         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4709         instead of wl-message-truncate-lines for truncate-lines.
4710
4711 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-message.el (wl-message-display-internal): Call
4714         `wl-highlight-message' after `elmo-mime-display-as-is'.
4715
4716         * wl-mime.el (wl-mime-display-text/plain): New function.
4717         (wl-mime-display-header): Ditto.
4718         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4719         body-presentation-method for text/plain;
4720         Register `wl-mime-display-header' as a header-presentation-method;
4721         Don't set up `elmo-message-text-content-inserted-hook' and
4722         `elmo-message-header-inserted-hook'.
4723
4724         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4725         variable.
4726         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4727         as t if flag is 'all-header;
4728         Don't bind `elmo-message-ignored-field-list',
4729         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4730
4731 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4732
4733         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4734         for xemacs with non-mule environment.
4735
4736 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4737
4738         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4739         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4740         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4741
4742 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4743
4744         * wl-vars.el (wl-interactive-send): Set default value as t.
4745
4746 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4747
4748         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4749         (wl-addrmgr-method-list): Abolished.
4750         (wl-addrmgr-change-method): Follow above change.
4751
4752         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4753
4754 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4755
4756         * wl-vars.el (wl-message-truncate-lines): Change default value
4757         to default-truncate-lines.
4758
4759         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4760
4761 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4762
4763         * wl-vars.el (wl-message-truncate-lines): New variable.
4764
4765         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4766         wl-message-truncate-lines.
4767
4768 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4769
4770         * wl-acap.el (wl-acap-init): Remove period from error message.
4771         (wl-acap-find-acap-service): Remove period from message.
4772
4773 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4774
4775         * wl.el (wl-check-environment): Undo last change.
4776
4777         * wl-vars.el (wl-from): Changed default value.
4778
4779         * wl-util.el (toplevel): Don't require tm-edit.
4780
4781         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4782         `wl-folder-init';
4783         Don't set mark on mail body.
4784         (wl-draft-reedit): Ditto.
4785
4786         * wl-address.el (wl-address-quote-specials): Define as an alias for
4787         elmo-address-quote-specials.
4788
4789 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4790
4791         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4792
4793         * wl-vars.el (wl-from): Set default value as nil.
4794         (wl-organization): Set default value as ORGANIZATION environment
4795         variable.
4796
4797         * wl-draft.el (wl-smtp-extension-bind): Check value of
4798         wl-smtp-connection-type.
4799
4800         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4801         error.
4802
4803 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4804
4805         * Version number is increased to 2.7.4.
4806
4807         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4808         arguments from `wl-highlight-x-face-function' caller.
4809         Use x-face-1.3.6.12 or later.
4810
4811 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4812
4813         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4814
4815 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4818         (wl-fcc): Fix to accept function.
4819         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4820
4821 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4822
4823         * wl-acap.el (toplevel): Added `product-provide' declare.
4824         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4825
4826 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4827
4828         * wl.el (wl): Changed order of calling `elmo-init'
4829         and `elmo-folder-init'.
4830
4831 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4832
4833         * wl-mime.el (wl-summary-burst): Extract message when content-type
4834         of root entity is not only `multipart' but also `message/rfc822'.
4835         (wl-summary-burst-subr): Ditto.
4836
4837 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4838
4839         * wl-vars.el (toplevel): Require 'custom.
4840         (wl-trash-folder): Added to `wl-setting' group.
4841
4842         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4843         exists.
4844         (wl-addrmgr-draw): Insert empty line when no entry exists.
4845
4846         * wl-mule.el (wl-message-wheel-up): Fixed.
4847         (wl-message-wheel-down): Ditto.
4848
4849 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4850
4851         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4852         config is an anonymous lambda expression.
4853
4854 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4855
4856         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4857         when Mule 2 is running.
4858
4859 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4860
4861         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4862
4863 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4864
4865         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4866         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4867
4868         * wl-address.el (wl-address-specials-regexp): Eliminated.
4869         (wl-address-quote-specials): Rewrite.
4870
4871 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4872
4873         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4874         shy-groups for regexp.
4875
4876         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4877         character classes and Perl style shy-groups for regexp.
4878         (wl-highlight-plugged-current-line): Use Posix style character
4879         classes for regexp.
4880         (wl-e21-highlight-folder-by-numbers): Ditto.
4881         (wl-e21-display-image-p): Use `display-images-p' instead of
4882         `display-graphic-p'.
4883         (display-images-p): Make an alias to `display-graphic-p' if it is
4884         not available.  It is for Emacs version prior to 21.0.105.
4885
4886         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4887         `display-graphic-p'.
4888         (wl-demo-image-type-alist): Ditto.
4889         (display-images-p): Make an alias to `display-graphic-p' if it is
4890         not available.  It is for Emacs version prior to 21.0.105.
4891
4892 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4893
4894         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4895         support.
4896         (wl-generate-user-agent-string): Ditto.
4897
4898         * wl-version.el (wl-version): Update docsting.
4899         (wl-version-status): Ditto.
4900
4901 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4902
4903         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4904         21.0.105.  For Emacs 21.0.104 or earlier.
4905
4906 2001-09-03  Takuo KITAME <kitame@northeye.org>
4907
4908         * wl-e21.el (wl-plugged-init-icons): Use
4909         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4910         (wl-biff-init-icons): Ditto.
4911
4912 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4913
4914         * wl-highlight.el (wl-highlight-summary-current-line):
4915         Fixed highlighting refile/copy destination.
4916
4917         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4918         (wl-acap-store): Encode string by wl-acap-coding-system.
4919
4920 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4921
4922         * wl-acap.el (toplevel): Check and require 'un-define before
4923         'xemacs-ucs;
4924          Added checking for UTF-2000.
4925
4926 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4927
4928         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4929         Don't enclose with `eval-and-compile'.
4930
4931         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4932         wl-init is non-nil.
4933
4934         * wl-draft.el (wl-draft): Ditto.
4935
4936         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4937
4938         * wl-acap.el (toplevel): Require 'wl.
4939         (wl-acap-store): Call `elmo-init'.
4940
4941         * wl.el (wl): Changed position of `wl-check-environment'.
4942         (toplevel): Added autoload setting for wl-acap.
4943
4944         * wl-vars.el (wl-setting): New custom group.
4945         (wl-from): Added wl-setting group.
4946         (wl-user-mail-address-list): Ditto.
4947         (wl-organization): Ditto.
4948         (wl-subscribed-mailing-list): Ditto.
4949         (wl-envelope-from): Ditto.
4950         (wl-smtp-posting-user): Ditto.
4951         (wl-smtp-posting-server): Ditto.
4952         (wl-smtp-posting-port): Ditto.
4953         (wl-smtp-authenticate-type): Ditto.
4954         (wl-pop-before-smtp-user): Ditto.
4955         (wl-pop-before-smtp-server): Ditto.
4956         (wl-pop-before-smtp-port): Ditto.
4957         (wl-pop-before-smtp-authenticate-type): Ditto.
4958         (wl-nntp-posting-server): Ditto.
4959         (wl-nntp-posting-user): Ditto.
4960         (wl-nntp-posting-port): Ditto.
4961         (wl-fetch-confirm-threshold): Ditto.
4962         (wl-prefetch-threshold): Ditto.
4963         (wl-thread-insert-opened): Ditto.
4964         (wl-ldap-server): Ditto.
4965         (wl-ldap-port): Ditto.
4966         (wl-ldap-base): Ditto.
4967         (wl-ldap-objectclass): Ditto.
4968         (wl-use-ldap): Ditto.
4969         (wl-draft-config-alist): Ditto.
4970         (wl-draft-config-matchone): Ditto.
4971         (wl-template-alist): Ditto.
4972         (wl-message-sort-field-list): Ditto.
4973         (wl-message-ignored-field-list): Ditto.
4974         (wl-message-visible-field-list): Ditto.
4975         (wl-interactive-send): Ditto.
4976         (wl-summary-move-order): Ditto.
4977         (wl-auto-select-first): Ditto.
4978         (wl-auto-select-next): Ditto.
4979         (wl-interactive-save-folders): Ditto.
4980
4981         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4982         Initialization codes are moved from wl-local-folder-init.
4983         (wl-local-folder-init): Follow the change above.
4984         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4985
4986         * wl-acap.el: New file.
4987
4988         * Version number is increased to 2.7.3.
4989
4990 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4991
4992         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4993
4994 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4995
4996         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4997         (wl-addrmgr-address-entry-list): Ditto.
4998
4999 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5000
5001         * wl-e21.el (wl-draft-mode-map): Removed binding for
5002         `wl-draft-insert-x-face-field'.
5003
5004         * wl-mule.el (wl-draft-mode-map): Ditto.
5005
5006         * wl-xmas.el (wl-draft-mode-map): Ditto.
5007
5008         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5009         (wl-cs-autoconv): Ditto.
5010         (wl-cs-local): Ditto.
5011         (wl-use-scoring): Ditto.
5012         (wl-mime-charset): Ditto.
5013         (wl-folder-check-async): Ditto.
5014
5015         * wl.el (toplevel): Ignore nemacs and tm.
5016         (wl-exit): Ditto.
5017
5018         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5019         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5020         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5021         instead of wl-address-petname-add-or-change.
5022         (wl-summary-edit-addresses-subr): Use wl-address-delete
5023         instead of wl-address-petname-delete.
5024
5025         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5026
5027         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5028         if error occured.
5029
5030         * wl-message.el (require): Remove tm support.
5031
5032         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5033
5034         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5035         (wl-folder-jump-to-current-entity): Ditto.
5036         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5037
5038         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5039         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5040         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5041
5042         * wl-mule.el (wl-draft-key-setup): Ditto.
5043
5044         * wl-xmas.el (wl-draft-key-setup): Ditto.
5045
5046         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5047         (wl-draft-std11-parse-addresses): New function.
5048         (wl-draft-parse-mailbox-list): Use it.
5049         (wl-draft): Ignore nemacs.
5050         (wl-draft-reedit): Ditto.
5051
5052         * wl-addrmgr.el: New file.
5053         (Original is wl-rcpt.el written by
5054         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5055         Thanks Kitamoto-san.)
5056
5057         * wl-address.el (wl-address-make-address-list): Modified parsing
5058         process.
5059         (wl-address-delete): Renamed from `wl-address-petname-delete';
5060         Modify wl-address-list too.
5061         (wl-address-add-or-change): Renamed from
5062         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5063
5064 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5065
5066         * wl-highlight.el (wl-highlight-summary-current-line):
5067           Work with transient-mark-mode
5068
5069 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5070
5071         * Version number is increased to 2.7.2.
5072
5073         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5074         instead of elmo-dop-queue-method.
5075
5076 2001-08-06  SAITO Atsunori <sai@yedo.com>
5077
5078         * wl-vars.el (wl-ldap-objectclass): New user option.
5079
5080         * wl-address.el (wl-ldap-make-filter): Use it.
5081
5082 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5085
5086 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5087
5088         * wl-folder.el (wl-folder): redisplay after folder insertion.
5089
5090         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5091
5092         * wl-summary.el (wl-summary-sync-update):
5093         Change status mark only when new-msgdb exists.
5094         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5095
5096 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-summary.el (wl-summary-open-folder): New function.
5099         (wl-summary-goto-folder-subr): Use it.
5100         (wl-summary-mark-as-important): Fix;
5101         Encache only when no cache exists.
5102
5103 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5104
5105         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5106         Use with-current-buffer.
5107
5108 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5109
5110         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5111         before call `get-buffer'. Fixed parenthesis.
5112         (wl-score-get-header-entry): Clear message and help window when
5113         keyboard quit.
5114         (wl-score-edit-insert-header): Ditto.
5115
5116 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5117
5118         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5119         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5120         (wl-default-draft-cite): Fix.
5121
5122         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5123         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5124
5125 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5126
5127         * wl-message.el (wl-message-prev-page): Do same bahavior
5128         as summary when it is called in the message buffer.
5129         (wl-message-next-page): Ditto.
5130
5131 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5132
5133         * wl-summary.el (wl-summary-forward): Use cache if it is not
5134         section cache.
5135
5136 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5137
5138         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5139         Removed redundant require of elmo-vars.
5140         (wl-biff-state-indicator-on): Changed default value for
5141         xemacs with non-mule environment.
5142
5143         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5144         wl-message-buffer is nil;
5145         Hide progress bar after moving messages.
5146
5147 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5148
5149         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5150         message at cursor point is deleted.
5151
5152 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-vars.el: Changed file coding system to euc-japan.
5155         Added -*-coding:-*- magic to the first line.
5156
5157         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5158         Search parent from the first message.
5159
5160         * Version number is increased to 2.7.1.
5161
5162 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5163
5164         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5165
5166 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5167
5168         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5169         refile/delete execution.
5170
5171         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5172         Fixed docstring.
5173
5174 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5175
5176         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5177         do update process;
5178         Don't update marks when update process is interrupted.
5179
5180 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5181
5182         * wl-summary.el (wl-summary-reply): Fixed problem when
5183         wl-draft-use-frame is non-nil.
5184         (wl-summary-forward): Ditto.
5185
5186         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5187         as nil.
5188         (wl-folder-mark-as-read-all-entity): Ditto.
5189         (wl-folder-prefetch-entity): Ditto.
5190
5191         * wl.el (wl): Check environment before wl-init.
5192
5193         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5194         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5195         instead of wl-summary-collect-unread.
5196         (wl-summary-reply): Split message window.
5197
5198 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5199
5200         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5201         only if current language environment is japanese,
5202
5203         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5204         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5205         (wl-folder-goto-folder-subr): Ditto.
5206
5207         * wl-draft.el (wl-draft-dispatch-message): Call
5208         `elmo-file-cache-get-path'.
5209
5210 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5211
5212         * wl-summary.el (wl-summary-cursor-move): If return value of
5213         wl-summary-next-message is not number, don't jump.
5214
5215 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5216
5217         * wl-summary.el (wl-summary-buffer-next-message-function): New
5218         variable.
5219         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5220         if it is bound.
5221
5222         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5223         string.
5224
5225         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5226         (wl-plugged-drawing): Ditto.
5227
5228 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5231         process.
5232         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5233         with unwind-protect.
5234
5235         * wl.el (wl-init): Require mime-setup.
5236         (wl-check-environment): Don't require mime-setup.
5237
5238         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5239         instead of elmo-folder-type.
5240
5241         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5242         value as nil.
5243
5244 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5245
5246         * Version number is increased to 2.7.0.
5247
5248         * wl-version.el (wl-version): Changed codename.
5249
5250         * wl-summary.el (wl-summary-delete-cache): Fixed.
5251
5252         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5253         Workaround for net folders.
5254         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5255
5256         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5257         value to nil (According to the patch from
5258         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5259
5260         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5261         of elmo-folder-close.
5262
5263 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5264
5265         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5266         for postfix.
5267
5268 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5269
5270         * wl-summary.el (wl-summary-resend-message): Fixed.
5271
5272         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5273         Call wl-draft with `from' argument if its address is included in
5274         `wl-user-mail-address-list'.
5275         (wl-draft): Added `from' argument.
5276
5277         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5278         non-nil.
5279         (wl): Don't show demo if wl-demo is nil.
5280
5281         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5282         wl-summary-use-frame.
5283
5284         * wl-vars.el (wl-summary-use-frame): New user option.
5285         (wl-folder-use-frame): Changed docstring.
5286
5287         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5288         non-nil.
5289         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5290         wl-summary-use-frame.
5291
5292         * wl-vars.el (wl-folder-use-frame): New user option.
5293
5294         * wl-summary.el (wl-summary-exit): Back to folder frame if
5295         wl-folder-use-frame is non-nil.
5296         (wl-summary-redisplay-internal): Ignore cache if current folder
5297         is draft folder,
5298         (wl-summary-redisplay-no-mime): Ditto.
5299         (wl-summary-redisplay-all-header): Ditto.
5300
5301         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5302         if wl-folder-use-frame is non-nil.
5303
5304 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5305
5306         * wl-summary.el (wl-summary-sync-update): Bind
5307         elmo-folder-update-threshold.
5308         (wl-summary-mark-as-important): Enclosed server mark processing
5309         with `save-match-data'.
5310
5311         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5312         only when it is already defined.
5313
5314 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5315
5316         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5317         name of folder exclude localdir is wrong.
5318         * wl-folder.el (wl-folder-sync-entity):
5319         Set `wl-summary-always-sticky-folder-list' as nil.
5320         (wl-folder-mark-as-read-all-entity): Ditto.
5321         (wl-folder-prefetch-entity): Ditto.
5322
5323 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5324
5325         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5326         instead of `wl-summary-write-current-newsgroup'.
5327
5328 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5329
5330         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5331         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5332         non-nil and selected message is important, do not display.
5333
5334 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5335
5336         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5337
5338 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5339
5340         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5341
5342         * wl-summary.el (wl-summary-mark-as-important): Set message number
5343         using wl-summary-message-number.
5344
5345 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5346
5347         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5348         destination folder is 'null.
5349
5350 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5351
5352         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5353         New function.
5354         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5355         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5356         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5357
5358 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5359
5360         * wl-mime.el (wl-mime-setup): Added setting for
5361         `mime-setup-signature-key-alist' to avoid overriding key bind for
5362         `wl-draft-send'.
5363
5364         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5365         for `wl-draft-send'.
5366         * wl-mule.el (wl-draft-overload-functions): Ditto.
5367         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5368         * wl-draft.el (wl-draft-send): Ditto.
5369
5370         * wl-message.el (wl-message-display-internal):
5371         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5372         (Patch is provided by <kita@coe.nttdata.co.jp>).
5373
5374 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5375
5376         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5377
5378 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5379
5380         * wl.el (wl): Fix for wl-demo.
5381
5382 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5383
5384         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5385
5386 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5387
5388         * wl-folder.el (wl-folder-prefetch-entity): Use
5389         `wl-folder-get-elmo-folder'.
5390         (wl-folder-count-incorporates): Do not use
5391         `wl-folder-get-elmo-folder'.
5392
5393 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5394
5395         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5396         instead of `elmo-folder-get-type'.
5397
5398 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5399
5400         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5401         position on Subject: field.
5402         (Advised by Mito <mit@nines.nec.co.jp>)
5403
5404 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5405
5406         * wl-folder.el (wl-folder-prefetch-entity): Use
5407         `wl-folder-get-elmo-folder'.
5408
5409 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5410
5411         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5412
5413         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5414         `process-duplicates' slot.
5415
5416         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5417         if detection failed.
5418
5419 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5420
5421         * wl-version.el (wl-version-status): Set to "alpha".
5422
5423 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5424
5425         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5426         Check wl-message-buffer lives before set-buffer.
5427
5428 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5429
5430         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5431         called in folder mode.
5432         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5433         * wl-summary.el (wl-summary-exit-pre-hook): Run
5434         `wl-summary-exit-pre-hook' before exit summary mode.
5435
5436 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5437
5438         * wl-version.el (wl-version-status): New variable.
5439         (wl-version-status-alist): Removed.
5440         (wl-version-status): Rule included.
5441
5442 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5443
5444         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5445         @sponichi.
5446
5447         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5448         when `mail-reply-buffer' is buffer-local variable.
5449         (Reported by <kita@coe.nttdata.co.jp>).
5450
5451 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * wl-vars.el (toplevel): Require 'elmo-util.
5454
5455 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5458         (All other related portions are changed)
5459
5460         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5461
5462         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5463
5464 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5465
5466         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5467
5468 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5469
5470         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5471         Delete other windows to avoid an error.
5472         Use `point-marker' instead of `point' to remember the start point
5473         of body.
5474
5475         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5476
5477         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5478         number not to exceed all message number.
5479
5480 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5481
5482         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5483         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5484
5485 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5486
5487         * wl-summary.el (wl-summary-sync-force-update): Added argument
5488         no-check.
5489         (wl-summary-sync-update): Ditto.
5490         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5491         with `no-check'.
5492
5493         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5494         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5495         already running.
5496
5497 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5498
5499         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5500         `dst-folder-arg'.
5501         (wl-expire-archive-number1): Diito.
5502         (wl-expire-archive-number2): Diito.
5503         (wl-expire-archive-Date): Diito.
5504         (wl-archive-number1): Diito.
5505         (wl-archive-number2): Diito.
5506         (wl-archive-date): Diito.
5507         (wl-archive-folder-p): New function.
5508         (wl-summary-expire): Support of expand folder name at
5509         wl-expire-alist.
5510         * wl-util.el (wl-expand-newtext): Renamed from
5511         `wl-refile-expand-newtext'.
5512
5513 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5514
5515         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5516         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5517         `(elmo-msgdb-get-overview msgdb)'.
5518         (wl-summary-prefetch): Bind match data before call
5519         `wl-summay-prefetch-msg'.
5520         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5521         'off if `wl-summary-buffer-disp-msg' is non-nil.
5522         Fixed problem that couldn't show only one new or unread message when
5523         enter folder.
5524         (wl-summary-reply): Don't call `split-window-vertically' and other
5525         window.
5526
5527 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl-expire.el (wl-expire-refile): Fixed.
5530
5531 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5532
5533         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5534
5535         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5536         biff notification is removed.
5537
5538         * wl.el (wl): Changed position of `elmo-init'.
5539
5540         * wl-draft.el (wl-default-draft-cite): Use date field
5541         on the citation buffer.
5542
5543         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5544
5545         * wl-xmas.el (wl-folder-internal-icon-list): Added
5546         `wl-folder-shimbun-image'.
5547
5548         * wl-e21.el (wl-folder-internal-icon-list): Added
5549         `wl-folder-shimbun-image'.
5550
5551 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5552
5553         * wl.el (wl-init): Eliminated argument.
5554         (wl): Rewrite.
5555
5556         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5557         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5558         instead of `elmo-folder-msgdb-internal'.
5559         (wl-summary-sync-update): Ditto.
5560         (wl-summary-flush-pending-append-operations): Eliminated.
5561         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5562         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5563         `elmo-folder-open'.
5564
5565         * wl-mime.el (wl-summary-burst): Fixed.
5566
5567         * wl-folder.el (wl-folder-info-save): Check data type.
5568
5569         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5570         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5571         instead of `elmo-folder-msgdb-internal'.
5572         (wl-expire-hide): Ditto.
5573
5574
5575         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5576
5577 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5578
5579         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5580
5581 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5582
5583         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5584
5585 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5586
5587         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5588         Fixed `match-beginning' argument mismatch.
5589
5590 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5591
5592         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5593         the default value.
5594
5595 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5596
5597         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5598         instead of `elmo-nntp-default-port'.
5599
5600         * wl-vars.el: Fixed some doc strings.
5601
5602 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5603
5604         * wl-summary.el (wl-summary-prefetch-msg): Use
5605         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5606
5607         * wl-vars.el: Define *-func as obsolete variable using
5608         `elmo-define-obsolete-variable'.
5609
5610         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5611         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5612         instead of `wl-message-buffer-prefetch-threshold'.
5613
5614         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5615
5616         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5617
5618         * wl-draft.el (wl-caesar-region-func): Ditto.
5619
5620         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5621         Keep unread status in elmo-folder-move-messages.
5622         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5623
5624 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5625
5626         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5627         `wl-summary-buffer-exit-func'
5628         (wl-summary-buffer-message-redisplay-function): Renamed from
5629         `wl-summary-buffer-message-redisplay-func'
5630         (wl-summary-buffer-next-folder-function): Renamed from
5631         `wl-summary-buffer-next-folder-func'.
5632         (wl-summary-buffer-prev-folder-function): Renamed from
5633         `wl-summary-buffer-prev-folder-func'.
5634         (wl-summary-get-petname-function): Renamed from
5635         `wl-summary-get-petname-func'.
5636
5637         * wl-score.el (wl-score-edit-exit-function): Renamed from
5638         `wl-score-edit-exit-func'.
5639
5640         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5641         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5642
5643         * wl-util.el (wl-load-profile-function): Renamed from
5644         `wl-load-profile-func'.
5645
5646         * wl-folder.el (wl-folder-completion-function): Renamed from
5647         `wl-folder-completion-func'.
5648         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5649
5650         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5651         `wl-expire-archive-get-folder-func'.
5652         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5653         (wl-draft-send-mail-function): Renamed from
5654         `wl-draft-send-mail-func'.
5655         (wl-draft-send-news-function): Renamed from
5656         `wl-draft-send-news-func'.
5657         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5658         (wl-generate-mailer-string-function): Renamed from
5659         `wl-generate-mailer-string-func'.
5660         (wl-highlight-signature-search-function): Renamed from
5661         `wl-highlight-signature-search-func'.
5662         (wl-highlight-x-face-function): Renamed from
5663         `wl-highlight-x-face-func'
5664         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5665         (wl-ps-print-buffer-function): Renamed from
5666         `wl-ps-print-buffer-func'
5667         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5668         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5669         (wl-summary-subject-filter-function): Renamed from
5670         `wl-summary-subject-filter-func'.
5671
5672         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5673         `wl-draft-queue-flush-send-func'
5674         (wl-draft-cite-function): Renamed from
5675         `wl-draft-cite-func'
5676
5677         * wl-address.el (wl-address-init-function): Renamed from
5678         `wl-address-init-func'.
5679
5680 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5681
5682         * wl-draft.el (wl-draft-queue-flush): Don't call
5683         `elmo-dop-unlock-message'.
5684         * wl-draft.el (wl-draft-queue-append): Don't call
5685         `elmo-dop-lock-message'.
5686
5687         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5688         (wl-summary-buffer-folder-name): Ditto.
5689         (wl-summary-message-regexp): Added '-' (all other related portions
5690         are changed).
5691         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5692         wl-summary-buffer-folder-name.
5693
5694 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5695
5696         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5697         the number of mails in the folder buffer is not updated by wl-biff.
5698
5699 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5700
5701         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5702         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5703
5704 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5705
5706         * wl-summary.el (wl-summary-next-message):
5707         Return next message number when wl-summary-move-order is nil.
5708
5709 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5710
5711         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5712         `wl-summary-move-spec-alist'.
5713         (wl-summary-move-spec-unplugged-alist): New variable
5714         (Move spec for unplugged status).
5715         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5716         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5717
5718 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5719
5720         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5721         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5722
5723 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5724
5725         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5726         simple quotation to quote the anonymous function.
5727         * tm-wl.el (wl-draft-preview-message): Ditto.
5728
5729 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5730
5731         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5732         Eliminate redundant `save-excursion'.
5733         (wl-highlight-summary-current-line): Ditto.
5734
5735         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5736         accessing match data when `looking-at' failed.
5737
5738         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5739         `elmo-match-string' where users don't care about the speed.
5740         (wl-draft-save): Ditto.
5741
5742 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5743
5744         * wl-util.el (wl-regexp-opt): New function.
5745
5746         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5747         number from `wl-summary-buffer-number-list'.
5748         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5749         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5750         (wl-summary-move-spec-alist): Changed default setting.
5751
5752 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5753
5754         * wl-vars.el (wl-biff-notify-hook): New hook.
5755         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5756         the arrival of new mail.
5757         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5758         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5759
5760 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5761
5762         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5763
5764 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5765
5766         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5767
5768         * Version number is increased to 2.5.8.
5769
5770         * wl-thread.el (toplevel): require 'cl.
5771         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5772         (wl-thread-make-number-list): New function.
5773         (wl-thread-entity-make-number-list-from-children): Ditto.
5774         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5775         (wl-thread-entity-insert-as-children): Likewise.
5776         (wl-thread-delete-message): Likewise.
5777         (wl-meaning-of-mark): Eliminated.
5778         (wl-thread-next-failure-mark-p): Ditto.
5779         (wl-thread-entity-get-mark): Ditto.
5780         (wl-thread-meaning-alist-get-result): Ditto.
5781         (wl-thread-entity-check-prev-mark): Ditto.
5782         (wl-thread-entity-check-next-mark): Ditto.
5783         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5784         (wl-thread-entity-get-prev-marked-entity): Ditto.
5785         (wl-thread-get-prev-unread): Ditto.
5786         (wl-thread-jump-to-prev-unread): Ditto.
5787         (wl-thread-get-next-unread): Ditto.
5788         (wl-thread-jump-to-next-unread): Ditto.
5789         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5790         (wl-thread-entity-get-next-marked-entity): Ditto.
5791
5792         * wl-summary.el (wl-summary-buffer-number-list):
5793         New bufer-local variable.
5794         (wl-summary-switch-to-clone-buffer): Clone
5795         `wl-summary-buffer-number-list'.
5796         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5797         (wl-summary-cursor-move-regex): Eliminated.
5798         (wl-summary-cursor-up): Rewrite.
5799         (wl-summary-cursor-down): Ditto.
5800         (wl-summary-mode-spec-alist): New variable.
5801         (wl-summary-next-message): New inline function.
5802         (wl-summary-cursor-move): New function.
5803         (wl-summary-default-get-next-msg): Rewrite.
5804         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5805         (wl-summary-rescan): Ditto.
5806         (wl-summary-sync-all-init): Ditto.
5807         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5808         summary is not thread view.
5809         (wl-summary-sync-update): Ditto.
5810         (wl-summary-rescan): Ditto.
5811         (wl-summary-make-number-list): New function.
5812
5813         * wl-draft.el: "FCC" -> "Fcc".
5814
5815 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5816
5817         * wl-highlight.el (wl-highlight-summary-window):
5818         Call `set-buffer-modified-p'.
5819
5820         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5821         (wl): Call `elmo-init' and fix.
5822
5823         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5824         Use new variables.
5825
5826         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5827
5828 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5829
5830         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5831
5832 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5833
5834         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5835
5836 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5837
5838         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5839         `wl-use-toolbar' nor `display-graphic-p'.
5840         (wl-e21-setup-message-toolbar): Ditto.
5841         (wl-e21-setup-summary-toolbar): Ditto.
5842         (wl-e21-setup-folder-toolbar): Ditto.
5843
5844         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5845         (wl-plugged-init-icons): Ditto.
5846
5847         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5848         `display-graphic-p'.
5849         (wl-plugged-set-folder-icon): Ditto.
5850         (wl-highlight-plugged-current-line): Ditto.
5851         (wl-highlight-folder-current-line): Ditto.
5852         (wl-e21-highlight-folder-group-line): Ditto.
5853         (wl-e21-setup-toolbar): Ditto.
5854         (wl-e21-display-image-p): New macro.
5855
5856         * wl-demo.el (wl-demo): Simplified.
5857         (wl-demo-image-type-alist): Use `image-type-available-p' for
5858         checking whether the image type `xbm' is available.
5859
5860 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5861
5862         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5863         (wl-summary-input-range): Ditto.
5864
5865 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5866
5867         * wl-summary.el (wl-summary-edit-addresses): Use
5868         `wl-summary-get-original-buffer'
5869         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5870         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5871         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5872         (wl-summary-get-newsgroups): Eliminated.
5873         (wl-summary-set-crosspost): Ditto.
5874         (wl-summary-is-crosspost-folder): Ditto.
5875         (wl-crosspost-alist-load): Ditto.
5876         (wl-crosspost-alist-save): Ditto.
5877
5878         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5879         `elmo-setup-subscribed-newsgroups' instead of
5880         `elmo-nntp-make-groups-hashtb'.
5881         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5882         instead of `wl-crosspost-alist-save'.
5883
5884         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5885         of `elmo-folder-message-appendable-p'.
5886         (wl-mime-header-presentation-method): Eliminated.
5887
5888         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5889         (Error occurs in emacs21).
5890
5891         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5892         the current buffer).
5893
5894         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5895         instead of `wl-crosspost-alist-save'.
5896         (wl-init): `elmo-crosspost-message-alist-load'
5897         instead of `wl-crosspost-alist-load'
5898
5899         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5900         (wl-parse-newsgroups): Likewise.
5901         (wl-biff-notify): Run `wl-biff-notify-hook'.
5902
5903 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5904
5905         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5906
5907         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5908         when `wl-summary-lazy-highlight' is non-nil.
5909         (wl-summary-goto-folder-subr): Highlight only when
5910         `wl-summary-lazy-highlight' is non-nil.
5911
5912         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5913         Don't display progress and highlight temp-mark when
5914         `wl-summary-lazy-highlight' is non-nil.
5915         (wl-highlight-summary-window): New function.
5916         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5917
5918 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5919
5920         * wl-summary.el (wl-summary-sync): Change `all-visible'
5921         from `all-shown'
5922         (wl-summary-input-range): Ditto.
5923
5924 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5925
5926         * wl-e21.el (wl-highlight-folder-current-line): Call
5927         `wl-folder-init-icons' when folder icons have not been initialized.
5928
5929         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5930
5931         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5932         (wl-demo-image-type-alist): New macro.
5933
5934 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5935
5936         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5937         display does not support graphics.
5938         (wl-plugged-init-icons): Ditto.
5939         (wl-folder-init-icons): Ditto.
5940
5941         * wl-demo.el (wl-demo): Chech closely whether the display
5942         supports graphics.
5943
5944 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-summary.el (wl-summary-get-original-buffer): New function.
5947         (wl-summary-set-crosspost): Use it.
5948         (wl-summary-target-mark-uudecode): Ditto.
5949         (wl-summary-reedit): Ditto.
5950         (wl-summary-resend-bounced-mail): Ditto.
5951         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5952         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5953
5954         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5955         (wl-message-display-internal): Ditto.
5956
5957 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5958
5959         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5960
5961 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-summary.el (wl-summary-save-view): Renamed from
5964         `wl-summary-save-status'.
5965
5966 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5967
5968         * wl-summary.el (wl-summary-sync): Added `all-shown'
5969
5970 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5971
5972         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5973
5974 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5975
5976         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5977
5978 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5979
5980         * wl-highlight.el (wl-highlight-summary-line-string): Use
5981         `zerop' instead of `= 0'.
5982         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5983
5984         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5985         for comparing numbers.
5986         (wl-template-prev): Use `zerop' instead of `eq 0'.
5987
5988         * wl-draft.el (wl-draft-insert-current-message): Use
5989         `with-current-buffer' instead of `save-excursion'.
5990         Use `zerop' instead of `eq 0'.
5991
5992 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5993
5994         * wl-draft.el (wl-draft-insert-ccs): New function.
5995         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5996         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5997
5998 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5999
6000         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6001
6002 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6003
6004         * wl-expire.el (wl-expire-refile): Don't call
6005         elmo-msgdb-add-msgs-to-seen-list;
6006         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6007         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6008
6009 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6010
6011         * wl-message.el (wl-message-prev-page): Ignore errors while
6012         scroll-down.
6013
6014 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6015
6016         * wl-mime.el: Use elmo-original-message-mode instead of
6017         mmelmo-original-mode.
6018
6019         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6020         `elmo-folder-get-spec';
6021         (wl-fldmgr-add-completion-all-completions):
6022         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6023
6024         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6025         of `elmo-folder-get-type'.
6026
6027         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6028         `elmo-folder-get-spec';
6029         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6030         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6031         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6032         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6033         `elmo-read-msg-no-cache';
6034         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6035         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6036         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6037         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6038         `elmo-cache-save';
6039         (wl-draft-reedit): Use `elmo-message-file-name'.
6040
6041         * wl-expire.el: Use `elmo-folder-name-internal';
6042         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6043         Use macro `wl-summary-buffer-msgdb' instead of variable
6044         `wl-summary-buffer-msgdb';
6045         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6046         Use macro `wl-summary-buffer-folder-name' instead of variable
6047         `wl-summary-buffer-folder-name'.
6048         * wl-score.el: Likewise.
6049
6050         * wl-message.el: Rewrite for new message buffer cache mechanism.
6051         (wl-message-buffer-cache-buffer-get): New macro.
6052         (wl-message-buffer-cache-folder-get): Ditto.
6053         (wl-message-buffer-cache-message-get): Ditto.
6054         (wl-message-buffer-cache-entry-make): Ditto.
6055         (wl-message-buffer-cache-hit): Ditto.
6056         (wl-message-buffer-cache-sort): New function.
6057         (wl-message-buffer-cache-add): Ditto.
6058         (wl-message-buffer-cache-delete): Ditto.
6059         (wl-message-buffer-cache-clean-up): Ditto.
6060         (wl-message-buffer-window): Rewrite.
6061         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6062         (wl-message-buffer-display): New function.
6063         (wl-message-display-internal): New function.
6064
6065 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6066
6067         * wl-folder.el: Use `elmo-folder-name-internal';
6068         Use `wl-folder-get-elmo-folder';
6069         Use `elmo-folder-list-messages' instead of
6070         `elmo-list-folder';
6071         Use `elmo-folder-get-primitive-list' instead of
6072         `elmo-folder-get-primitive-spec-list';
6073         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6074         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6075         Use `elmo-folder-create' instead of `elmo-create-folder'.
6076         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6077         (wl-folder-get-elmo-folder): New macro.
6078         (wl-folder-elmo-folder-cache-get): Ditto.
6079         (wl-folder-elmo-folder-cache-put): Ditto.
6080         (wl-folder-suspend): Call `elmo-quit'.
6081
6082         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6083         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6084         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6085         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6086         (toplevel): require 'cl.
6087         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6088
6089         * wl-summary.el: Rewrite to use new elmo interface.
6090
6091 \f
6092 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6093
6094         * wl-mime.el (wl-draft-preview-message):
6095         Run `wl-draft-send-hook' before collecting recipients information;
6096         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6097
6098         * tm-wl.el (wl-draft-preview-message): Ditto.
6099
6100 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6101
6102         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6103         wrong receipients are displayed when forwarded message.
6104
6105 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6106
6107         * Version number is increased to 2.5.7.
6108
6109 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6110
6111         * wl-message.el (wl-message-next-page): Bind
6112         `window-pixel-scroll-increment' to nil while scrolling up.
6113
6114 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6115
6116         * wl-vars.el (wl-save-hook): New hook.
6117         * wl.el (wl-save): Call `wl-save-hook'.
6118
6119 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6120
6121         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6122         Argument WITH-ARG instead of NO-ARG (negative mean).
6123         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6124         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6125         * wl-message.el (wl-message-follow-current-entity): Likewise.
6126
6127 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6128
6129         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6130         FROM was optional argument.
6131         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6132
6133 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6134
6135         * Version number is increased to 2.5.6.
6136
6137 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6138
6139         * wl-version.el (wl-version-show): Removed.
6140         (wl-version): Add `interactive'.
6141
6142 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6143
6144         * wl-summary.el (wl-summary-get-petname-func): New variable.
6145         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6146         instead of `wl-address-get-petname-1'.
6147         (wl-summary-simple-from): Ditto.
6148
6149         * wl-address.el (wl-address-get-petname-1): Define as function.
6150
6151 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6152
6153         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6154         field in the original message.
6155         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6156
6157 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6158
6159         * wl-expire.el (wl-expire-hide):
6160         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6161
6162 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6163
6164         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6165         find decoder for To, Cc, and Subject.
6166
6167 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6168
6169         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6170         for checking `elmo-use-buffer-cache'.
6171         (wl-summary-mark-as-important): Fixed typo in comment.
6172
6173 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6176         field in the original message.
6177         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6178
6179 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6180
6181         * wl-expire.el (wl-expire-hide):
6182         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6183
6184 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6185
6186         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6187         find decoder for To, Cc, and Subject.
6188
6189 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6190
6191         * Version number is increased to 2.5.5.
6192
6193         * wl-address.el (wl-address-specials-regexp): New constant.
6194         (wl-address-quote-specials): Use it.
6195
6196 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6197
6198         * wl-summary.el (wl-summary-rescan):
6199         Call `wl-summary-buffer-number-column-detect'.
6200         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6201
6202         * wl-message.el (wl-message-mode-map): Define.
6203         (wl-message-decode): Use it as local-map.
6204
6205 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6206
6207         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6208         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6209
6210 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6211
6212         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6213
6214         * wl-mule.el (wl-read-event-char): Ditto.
6215
6216         * wl-e21.el (wl-read-event-char): Ditto.
6217
6218         * wl-nemacs.el (wl-read-event-char): Ditto.
6219         (read-event): Removed.
6220
6221         * wl-util.el (toplevel): Removed dummy definition of
6222         `read-event'.
6223         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6224
6225 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6226
6227         * wl-nemacs.el (elmo-archive-call-process): Moved to
6228         elmo-archive.el.
6229
6230 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6231
6232         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6233         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6234
6235         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6236         instead of magic-number 6.  Use `not' instead of `null' for symbol
6237         `nil' check (not empty list).
6238         (wl-draft-insert-x-face-field): Fixed paren style.
6239
6240         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6241         one-branch conditional statement, instead of `and' and `if'.
6242         (wl-draft-forward): Likewise.
6243         (wl-draft-add-references): Likewise.
6244         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6245
6246         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6247         conditional steatment.  Use `cond' instead of `if'.
6248         (wl-draft-confirm): Likewise.
6249
6250 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6251
6252         * wl-version.el (wl-version-show): Use `product-string-1'
6253         instead of `wl-version'.
6254         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6255
6256         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6257
6258 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6259
6260         * wl-highlight.el (wl-highlight-headers): Revert
6261         `wl-highlight-x-face-func' argument (`beg' and `end').
6262
6263 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6264
6265         * wl.el (toplevel): Move `product-provide' declare.
6266         * wl-demo.el (toplevel): Ditto.
6267         * wl-dnd.el (toplevel): Ditto.
6268         * wl-highlight.el (toplevel): Ditto.
6269         * wl-message.el (toplevel): Ditto.
6270         * wl-refile.el (toplevel): Ditto.
6271         * wl-util.el (toplevel): Ditto.
6272
6273 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6274
6275         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6276         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6277         (wl-thread-close-all): keep cursor position.
6278
6279 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6280
6281         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6282         (eq x 0).
6283         (wl-generate-user-agent-string-1): Fix conditional statement.
6284
6285 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6286
6287         * wl.el (wl-check-environment): Additional check for
6288         'wl-local-domain' and `wl-message-id-domain'.
6289
6290 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6291
6292         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6293
6294 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6295
6296         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6297         instead of `smtp-sasl-user-realm'.
6298
6299 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6300
6301         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6302
6303 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6304
6305         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6306         to the default value as well as `eword-lexical-analyzer'.
6307
6308 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6309
6310         * wl-version.el (wl-extended-emacs-version,
6311         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6312         `elmo-match-string' instead of `wl-match-string'.
6313
6314 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6315
6316         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6317         docstring.
6318
6319 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6320
6321         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6322
6323 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6324
6325         * wl-highlight.el (wl-highlight-headers): Remove
6326         `wl-highlight-x-face-func' argument (`beg' and `end').
6327
6328 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6329
6330         * wl-summary.el (wl-summary-mark-as-important):
6331         Remove cache if folder is local.
6332
6333 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6334
6335         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6336         to get existing e-mail address string.
6337
6338 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6339
6340         * wl-version.el (wl-generate-user-agent-string): Commentary.
6341         (wl-generate-user-agent-string-1): Use `when' for
6342         one-branch conditional statement, instead of `and' and `if'.
6343         (wl-extended-emacs-version, wl-extended-emacs-version2,
6344         wl-extended-emacs-version3): Ditto.
6345
6346 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6349         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6350         condition-case; Remove initialization.
6351         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6352         (wl-summary-sync-update3): Added argument `sync-all';
6353         Eliminated local variable `msgdb';
6354         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6355         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6356         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6357
6358 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6359
6360         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6361         connection before call `wl-draft-send-mail-with-smtp'.
6362
6363 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6364
6365         * Version number is increased to 2.5.4.
6366
6367 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6368
6369         * wl.el (wl-check-environment): Additional check for
6370         'wl-local-domain' and `wl-message-id-domain'.
6371
6372 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6373
6374         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6375         buffer as command specific.
6376         (wl-folder-mark-as-read-all-entity): Ditto.
6377         (wl-folder-prefetch-entity): Ditto.
6378         (wl-folder-drop-unsync-entity): Ditto.
6379
6380         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6381         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6382         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6383
6384         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6385         save-excursion.
6386
6387 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * Version number is increased to 2.5.3.
6390
6391         * wl-summary.el (wl-summary-save-view-cache):
6392         Delete duplicated `write-region';
6393         Use `write-region-as-binary' instead of `as-binary-output-file' and
6394         `write-region'.
6395
6396 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6397
6398         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6399
6400 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6401
6402         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6403         instead of `smtp-via-smtp'.
6404
6405 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6406
6407         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6408
6409 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6410
6411         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6412         instead of `smtp-sasl-user-realm'.
6413
6414 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6415
6416         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6417
6418 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6419
6420         * Version number is increased to 2.5.2.
6421
6422 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6423
6424         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6425         does not exist.
6426         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6427         (wl-biff-start): Call `timer-activate' if timer already exists.
6428
6429         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6430         only when it is bound as function.
6431
6432 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6433
6434         * Version number is increased to 2.5.1.
6435
6436 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6439         Print refile/copy destination.
6440
6441 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6444         queue-flush-only is non-nil.
6445
6446         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6447
6448         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6449         checking cache folder.
6450
6451 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6452
6453         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6454         `regexp-quote'.
6455
6456 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6457
6458         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6459         function.
6460         * wl-summary.el (wl-summary-write-current-folder-functions):
6461         Change default value.  Use it.
6462
6463 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6464
6465         * Version number is increased to 2.5.0.
6466
6467         * wl-version.el (wl-version): Changed codename.
6468
6469 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6470
6471         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6472         (wl-summary-supersedes-message): Ditto.
6473
6474 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6475
6476         * wl-refile.el (wl-refile-guess-functions): Renamed from
6477         `wl-refile-guess-func-list'.
6478
6479 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6480
6481         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6482         Fixed problem when no rule was matched.
6483
6484 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6485
6486         * wl-summary.el (wl-summary-get-mark): Fixed
6487         `wl-summary-buffer-target-mark' check logic.
6488
6489 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6490
6491         * wl-folder.el (wl-folder-write-current-folder): Added group
6492         folder check.
6493
6494         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6495         `wl-summary-write-current-newsgroup'.
6496         (wl-summary-write-current-folder-functions): New variable.
6497         * wl-folder.el (wl-folder-get-newsgroups): New function.
6498         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6499         (wl-folder-write-current-folder): Renamed from
6500         `wl-folder-write-current-newsgroup'.
6501
6502 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6503
6504         * Version number is increased to 2.3.93.
6505
6506 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6507
6508         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6509         (wl-ldap-make-matched-value-list): Ditto.
6510         (wl-ldap-alias-safe-string): Split e-mail address.
6511
6512         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6513         petname folder default was selected.
6514         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6515         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6516
6517 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6518
6519         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6520         to `wl-draft-config-exec'.
6521
6522         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6523         instead of calling `wl-draft-config-exec';
6524         Process group-list and show recipients in minibuffer.
6525
6526         * tm-wl.el (wl-draft-preview-message): Ditto.
6527
6528 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6529
6530         * wl.el (toplevel): Added (C) to copyright notice, and
6531         sync Author header.
6532         * tm-wl.el (toplevel): Ditto.
6533         * wl-address.el (toplevel): Ditto.
6534         * wl-demo.el (toplevel): Ditto.
6535         * wl-dnd.el (toplevel): Ditto.
6536         * wl-draft.el (toplevel): Ditto.
6537         * wl-e21.el (toplevel): Ditto.
6538         * wl-expire.el (toplevel): Ditto.
6539         * wl-folder.el (toplevel): Ditto.
6540         * wl-highlight.el (toplevel): Ditto.
6541         * wl-message.el (toplevel): Ditto.
6542         * wl-mime.el (toplevel): Ditto.
6543         * wl-mule.el (toplevel): Ditto.
6544         * wl-nemacs.el (toplevel): Ditto.
6545         * wl-refile.el (toplevel): Ditto.
6546         * wl-score.el (toplevel): Ditto.
6547         * wl-summary.el (toplevel): Ditto.
6548         * wl-template.el (toplevel): Ditto.
6549         * wl-thread.el (toplevel): Ditto.
6550         * wl-util.el (toplevel): Ditto.
6551         * wl-vars.el (toplevel): Ditto.
6552         * wl-xmas.el (toplevel): Ditto.
6553
6554 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6555
6556         * wl.el (wl-init): Added comment about `wl-init-hook'.
6557         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6558         * wl-vars.el (wl-init-hook): Added docs.
6559         (wl-make-plugged-hook): Removed useless docs.
6560         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6561         * wl-xmas.el (toplevel): Ditto.
6562
6563 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6564
6565         * wl-address.el (toplevel): Fixed multiple Author header format.
6566         * wl-demo.el (toplevel): Ditto.
6567         * wl-draft.el (toplevel): Ditto.
6568         * wl-folder.el (toplevel): Ditto.
6569         * wl-summary.el (toplevel): Ditto.
6570         * wl-thread.el (toplevel): Ditto.
6571         * wl-util.el (toplevel): Ditto.
6572         * wl-vars.el (toplevel): Ditto.
6573         * wl-version.el (toplevel): Ditto.
6574         * wl-xmas.el (toplevel): Ditto.
6575         * wl.el (toplevel): Ditto.
6576
6577         * wl-version.el (toplevel): Added require `elmo-version' for
6578         `product-version-as-string'.
6579
6580 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-vars.el (wl-draft-send-hook): Changed default value to
6583         '(wl-draft-config-exec).
6584
6585         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6586         explicitly.
6587         (wl-draft): Set `wl-draft-config-exec-flag' before running
6588         `wl-mail-setup-hook'.
6589
6590         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6591         `wl-biff-init-icons' to `wl-init-hook' instead of
6592         `wl-make-plugged-hook'.
6593         (Because if `wl-draft' command is invoked at first,
6594         they are not initialized)
6595         Updated copyright notice.
6596
6597         * wl-e21.el (toplevel): Ditto;
6598
6599         * wl-demo.el (toplevel): Updated copyright notice.
6600         * wl-address.el (toplevel): Ditto.
6601         * wl-draft.el (toplevel): Ditto.
6602         * wl-version.el (toplevel): Ditto.
6603         * wl-folder.el (toplevel): Ditto.
6604         * wl-summary.el (toplevel): Ditto.
6605         * wl-thread.el (toplevel): Ditto.
6606         * wl-util.el (toplevel): Ditto.
6607         * wl-vars.el (toplevel): Ditto.
6608         * wl.el (toplevel): Ditto.
6609
6610 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6611
6612         * wl-highlight.el (wl-highlight-message): Fixed problem of
6613         highlighting failure which occured when the last field contains
6614         multiple lines in the draft buffer.
6615
6616         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6617         `wl-biff-start' if plugged.
6618
6619         * wl-util.el (wl-biff-check-folder): New function.
6620         (wl-biff-check-folders): Don't set session name prefix.
6621         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6622         (wl-biff-check-folder-async): Ditto.
6623
6624         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6625         in email address.
6626
6627 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6628
6629         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6630
6631         * wl-draft.el (wl-draft-strip-subject-re): New function.
6632
6633         * wl-draft.el (wl-draft-reply): Use it.
6634
6635 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6636
6637         * wl-message.el (wl-mmelmo-message-redisplay): Use
6638         `mime-display-message' instead of `wl-mime-display-message'.
6639
6640         * wl-mime.el (toplevel): Removed compatibility workaround
6641         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6642         (wl-mime-display-message): Abolished.
6643         (wl-mime-entity-read-field): Ditto.
6644         (wl-mime-combine-message/partial-pieces): Use
6645         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6646
6647 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6648
6649         * wl-template.el: Doc fixes.
6650
6651 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6652
6653         * wl-e21.el (wl-message-overload-functions): Do nothing if
6654         `current-local-map' is not available.
6655         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6656
6657 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6658
6659         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6660         representation.
6661
6662         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6663         number.
6664         (wl-fldmgr-save-folders): Don't use `format' when insert
6665         `wl-fldmgr-folders-header'.
6666
6667 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6668
6669         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6670
6671 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * wl-highlight.el (wl-highlight-message):
6674         Use `std11-field-end' to detect end point of the header field.
6675         Refer `wl-highlight-max-header-size'.
6676
6677         * wl-vars.el (wl-highlight-max-header-size): New variable.
6678
6679         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6680
6681         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6682         Set `for-draft' argument of wl-highlight-headers.
6683         (wl-draft): Ditto.
6684         (wl-draft-reedit): Ditto.
6685         (wl-user-agent-compose-internal): Ditto.
6686
6687 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6688
6689         * wl-message.el (wl-message-add-button): Use overlay.
6690
6691 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6692
6693         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6694
6695         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6696         problem when group-list content is nothing.
6697         (Reported by Mito <mit@nines.nec.co.jp>)
6698
6699 2000-10-18  SAITO Atsunori <sai@yedo.com>
6700
6701         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6702
6703 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6704
6705         * tm-wl.el (toplevel): Use product-provide.
6706
6707 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6708
6709         * Version number is increased to 2.3.92.
6710
6711 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6712
6713         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6714         title text, use `display' property for left margin under Emacs 21.
6715
6716         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6717         properties.
6718         (wl-plugged-init-icons): Ditto.
6719
6720 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6721
6722         * wl.el (wl-save-status, wl-init): Remove last period in
6723         "...done." message.
6724         * tm-wl.el (wl-summary-burst): Ditto.
6725         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6726         wl-summary-resume-cache-status,
6727         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6728         wl-summary-sync-update3, wl-summary-highlight-msgs,
6729         wl-summary-flush-pending-append-operations,
6730         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6731         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6732         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6733         wl-thread-open-all): Ditto.
6734         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6735         * wl-mime.el (wl-summary-burst): Ditto.
6736         * wl-highlight.el (wl-highlight-summary): Ditto.
6737         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6738         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6739         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6740         * wl-address.el (wl-local-address-init): Ditto.
6741
6742 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6743
6744         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6745         `add-text-properties'.
6746         (wl-plugged-init-icons): Ditto.
6747         (wl-folder-init-icons): Use `propertize' instead of
6748         `put-text-property'.
6749         (wl-plugged-set-folder-icon): Ditto.
6750         (wl-e21-highlight-folder-group-line): Ditto.
6751
6752 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6753
6754         * wl-version.el (wl-version-status-alist): New variable.
6755         (wl-version-status): New function.
6756
6757         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6758         "Cc" part of the case "Reply-To".
6759
6760         * wl-draft.el (wl-draft-reply): Use result of
6761         `eword-extract-address-components'.
6762
6763         * wl-demo.el (wl-demo-icon-name): New constant.
6764         (wl-logo-xpm): Use it.
6765         (wl-logo-xbm): Ditto.
6766         (wl-logo-bitmap): Ditto.
6767
6768         * Version number is increased to 2.3.91.
6769
6770 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6771
6772         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6773         (wl-extended-emacs-version, wl-extended-emacs-version2,
6774         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6775         docstring.
6776
6777         * wl-version.el (wl-generate-user-agent-string-1): New function.
6778         (wl-generate-user-agent-string): Use it.
6779
6780         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6781         `mime-edit-insert-user-agent-field'.
6782         (wl-generate-user-agent-string): Check
6783         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6784
6785         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6786         instead of `if', when verbose case.
6787
6788 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6789
6790         * wl-expire.el (wl-summary-expire): Fix.
6791
6792 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6795         and `elmo-lost+found-folder' if 'wl-draft.
6796         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6797
6798 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * wl-expire.el (wl-summary-expire): Change messages.
6801         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6802         `deleing-info' instead of "Deleting..."
6803
6804 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6805
6806         * wl-summary.el (wl-summary-refile-subr): Fix.
6807
6808 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6809
6810         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6811         if pipe folder.
6812
6813 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6814
6815         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6816
6817 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6818
6819         * wl-expire.el (wl-expire-hide): New function.
6820         (wl-summary-expire): Add `hide'.
6821
6822 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6823
6824         * wl-vars.el (wl-draft-reply-without-argument-list):
6825         Changed default value to consider `Reply-To:'.
6826         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6827
6828         * Version number is increased to 2.3.90.
6829
6830         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6831         elmo-imap4-get-session with unwind-protect.
6832         Don't cause error.
6833         (wl-summary-sync-marks): Don't check plugged nor folder type.
6834         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6835         (Always keep current buffer).
6836
6837 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6838
6839         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6840         Enclose with `save-excursion'.
6841
6842 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6843
6844         * wl-version.el (wl-version): Remove interactive.
6845
6846 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6847
6848         * wl-version.el (wl-generate-user-agent-string): Use
6849         `product-string-verbose' instead of `product-string-1'.
6850
6851 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6852
6853         * wl-vars.el (wl-draft-use-cache): New variable.
6854         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6855         if wl-draft-use-cache is non-nil.
6856
6857 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6858
6859         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6860         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6861
6862 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6863
6864         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6865         (wl-thread-msg-mark-as-unread): Ditto.
6866
6867         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6868         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6869         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6870         Don't set mark in summary if return value of `elmo-mark-as-read'
6871         is nil.
6872         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6873         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6874         instead of `wl-thread-msg-mark-as-read'.
6875         (wl-summary-mark-as-unread-region): Ditto.
6876         (wl-summary-target-mark-mark-as-read): Ditto.
6877
6878         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6879
6880 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6881
6882         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6883
6884         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6885
6886 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6887
6888         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6889         face.
6890
6891 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6892
6893         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6894         `running-xemacs'.
6895
6896 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6897
6898         * wl-version.el (toplevel): Use `product-version-as-string' for
6899         set verstion-string, if defined.
6900
6901         * wl-version.el (wl-version-show): Insert string at point, when
6902         call with argument.
6903
6904         * wl-version.el (wl-generate-user-agent-string): Use
6905         `product-string-1' instead of `wl-appname', `wl-version' and
6906         `wl-codename'.
6907
6908 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6909
6910         * wl-address.el (toplevel): Use product-provide.
6911         * wl-demo.el (toplevel): Ditto.
6912         * wl-dnd.el (toplevel): Ditto.
6913         * wl-draft.el (toplevel): Ditto.
6914         * wl-e21.el (toplevel): Ditto.
6915         * wl-expire.el (toplevel): Ditto.
6916         * wl-fldmgr.el (toplevel): Ditto.
6917         * wl-folder.el (toplevel): Ditto.
6918         * wl-highlight.el (toplevel): Ditto.
6919         * wl-message.el (toplevel): Ditto.
6920         * wl-mime.el (toplevel): Ditto.
6921         * wl-mule.el (toplevel): Ditto.
6922         * wl-nemacs.el (toplevel): Ditto.
6923         * wl-refile.el (toplevel): Ditto.
6924         * wl-score.el (toplevel): Ditto.
6925         * wl-summary.el (toplevel): Ditto.
6926         * wl-template.el (toplevel): Ditto.
6927         * wl-thread.el (toplevel): Ditto.
6928         * wl-util.el (toplevel): Ditto.
6929         * wl-vars.el (toplevel): Ditto.
6930         * wl-xmas.el (toplevel): Ditto.
6931         * wl.el (toplevel): Ditto.
6932
6933 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6934
6935         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6936         instead of product.
6937
6938         * wl-version.el (wl-version): Compile time evalution elmo-version.
6939
6940 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6941
6942         * wl-summary.el (wl-summary-sync-force-update): Append queue
6943         `mark-as-read'if unplugged.
6944
6945 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6946
6947         * wl-version.el: New file.  Use product.el.
6948         * wl.el: add (require 'wl-version).
6949         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6950         for ~/.folders header.
6951         (wl-fldmgr-folders-header): Changed.
6952         * wl-demo.el (wl-demo): Use product.el.
6953
6954         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6955         wl-version.el.
6956         * wl-util.el (wl-version, wl-version-show): Ditto.
6957
6958         * wl-util.el (wl-generate-user-agent-string,
6959         wl-extended-emacs-version, wl-extended-emacs-version2,
6960         wl-extended-emacs-version3): Move to wl-version.el.
6961         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6962         xemacs-codename, mime-edit-insert-user-agent-field,
6963         mime-edit-user-agent-value, mime-editor/version,
6964         mime-editor/codename): Compile warning killer move to
6965         wl-version.el
6966
6967 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6968
6969         * wl-summary.el (wl-summary-refile-subr): Fix.
6970
6971 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6974         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6975
6976 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6977
6978         * wl.el (wl-check-environment): Check too many `@'.
6979
6980 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6981
6982         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6983
6984 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6985
6986         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6987         wl-draft-reply-myself-without-argument-list): Add variables.
6988         * wl-draft.el (wl-draft-reply): Use it.
6989
6990 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6991
6992         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6993         the 5th argument of `elmo-network-get-spec'.
6994
6995         * wl-thread.el (wl-thread-reparent-children): New inline function.
6996         (wl-thread-delete-message): Use it.
6997
6998         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6999         (wl-summary-score-update-all-lines): Don't use `dolist'.
7000
7001 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7002
7003         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7004         (require 'elmo-msgdb) for inline function.
7005
7006 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7007
7008         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7009
7010 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7011
7012         * wl-score.el (wl-score-headers): Fix for the confusing macro
7013         `elmo-kill-buffer'.
7014
7015 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7016
7017         * wl-summary.el: Don't use the 3rd argument of `require' because
7018         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7019         * wl-util.el: Ditto.
7020         * wl-draft.el: Ditto.
7021
7022 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7023
7024         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7025         window system is not used.
7026
7027 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7028
7029         * wl-thread.el: Don't use `mapcar' only for iteration.
7030         (wl-thread-resume-entity): Ditto.
7031         (wl-thread-delete-message): Ditto.
7032
7033         * wl-summary.el: Bind `dragdrop-drop-functions',
7034         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7035         of `require' for `timezone', `easymenu' and `ps-print';
7036         don't use `mapcar' only for iteration.
7037
7038         * wl-util.el: Bind `mule-version', `nemacs-version',
7039         `emacs-beta-version', `xemacs-codename',
7040         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7041         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7042         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7043         only for iteration.
7044
7045         * wl-score.el: Don't use `mapcar' only for iteration.
7046         (wl-score-simplify-buffer-fuzzy): Ditto.
7047         (wl-score-simplify-subject): Ditto.
7048         (wl-score-headers): Ditto.
7049         (wl-summary-score-update-all-lines): Ditto.
7050
7051         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7052         `enable-multibyte-characters' and `mule-version'.
7053
7054         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7055         `mapcar' only for iteration.
7056
7057         * wl-demo.el: Don't use `mapcar' only for iteration.
7058
7059         * wl-folder.el: Don't use `mapcar' only for iteration.
7060         (wl-folder-open-all): Ditto.
7061         (wl-folder-count-incorporates): Ditto.
7062
7063         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7064         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7065
7066         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7067         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7068         `smtp-connection-type'; specify 3rd argument of `require' for
7069         `timezone'; don't use `mapcar' only for iteration.
7070         (wl-draft-clone-local-variables): Don't use `mapcar'.
7071         (wl-draft-generate-clone-buffer): Ditto.
7072         (wl-user-agent-compose-internal): Ditto.
7073
7074         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7075
7076         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7077         (wl-save-status): Ditto.
7078
7079         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7080         for iteration.
7081
7082 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7083
7084         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7085         removed `Date'.
7086         (wl-fldmgr-make-filter-default): New user option.
7087
7088         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7089         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7090         (wl-fldmgr-filter-completion-alist): Abolish.
7091
7092         * wl.el (wl): Don't check servers if arg is non-nil.
7093
7094         * wl-draft.el (wl-draft-reply): Set only message-id string to
7095         In-Reply-To field.
7096
7097 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7098
7099         * wl-summary.el (wl-summary-pick): Rewrite.
7100
7101         * wl-draft.el (wl-draft-forward): Get references field from
7102         original buffer.
7103         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7104
7105 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7106
7107         * wl-draft.el (wl-draft-forward): Add references field.
7108
7109 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7110
7111         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7112         (wl-draft-reply): Use it.
7113
7114 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7115
7116         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7117         when Emacs 21 is running.
7118
7119         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7120         bindings.
7121
7122 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7123
7124         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7125         XPM icons transparent.
7126
7127         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7128         Emacs 21.
7129
7130 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7131
7132         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7133         nil.
7134
7135         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7136         when it is persistent.
7137         (wl-summary-sync-marks): Changed argument for
7138         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7139         (wl-summary-virtual): Use `elmo-read-search-condition'.
7140         (wl-summary-redisplay-internal): If folder is local, mark as read
7141         even when folder is plugged.
7142
7143 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7144
7145         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7146         of `tool-bar-lines' in the frame parameters.
7147         (after-make-frame-functions, post-command-hook): Don't modify the
7148         value.
7149         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7150         wl-e21-tool-bar-lines): Removed.
7151
7152 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7153
7154         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7155         properties `evaporate' and `wl-momentary-overlay' as well.
7156         (wl-highlight-summary-displaying): Ditto.
7157         (wl-delete-all-overlays): Don't delete overlay which does not have
7158         a property `wl-momentary-overlay'.
7159
7160         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7161         `display-mouse-p' and `display-graphic-p'.
7162         (wl-folder-init-icons): Don't search for XBM or the other files.
7163         (wl-plugged-set-folder-icon): Make icons if and only if
7164         `display-graphic-p' returns non-nil.
7165         (wl-highlight-plugged-current-line): Use `before-string' overlay
7166         property to show icon images.
7167         (wl-highlight-folder-current-line): Ditto.
7168         (wl-e21-highlight-folder-group-line): Ditto.
7169         (wl-e21-highlight-folder-by-numbers): Ditto.
7170         (wl-e21-insert-image): Removed.
7171         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7172         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7173         said.
7174         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7175         `wl-e21-force-switch-toolbar'.
7176         (wl-e21-make-icon-image): Removed.
7177         (wl-e21-setup-toolbar): Don't search for XBM files.
7178         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7179         the default value.
7180
7181 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-util.el (wl-biff-check-folder-async): Set
7184         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7185
7186 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7187
7188         * wl-e21.el (after-make-frame-functions): Add
7189         `wl-e21-force-switch-toolbar'.
7190         (wl-e21-force-switch-toolbar): New function force to switch the
7191         toolbar appearance automatically.
7192         (post-command-hook): Add `wl-e21-switch-toolbar'.
7193         (wl-e21-switch-toolbar): New function to switch the toolbar
7194         appearance automatically.
7195         (wl-e21-tool-bar-lines): New buffer local variable.
7196
7197 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7198
7199         * wl-util.el (wl-biff-check-folders-running): New variable.
7200         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7201         (wl-biff-check-folder-async-callback):
7202         Set `wl-biff-check-folders-running'.
7203         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7204         with unwind-protect.
7205
7206         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7207         Enclose `wl-folder-auto-check' with unwind-protect.
7208
7209         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7210         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7211
7212         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7213
7214         * wl-util.el (wl-biff-notify): New inline function.
7215         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7216         locally.
7217         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7218         folder-list' is 1.
7219         Use `wl-biff-notify'.
7220         (wl-biff-check-folder-async-callback): New function.
7221         (wl-biff-check-folder-async): Ditto.
7222
7223         * wl-folder.el (wl-folder): Don't check folders.
7224         (wl-folder-auto-check): New function.
7225
7226 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7227
7228         * wl-util.el (wl-biff-start) [Emacs19+]:
7229         Use `timer-next-integral-multiple-of-time'.
7230         (wl-biff-check-folders): Use `wl-default-folder'
7231         if `wl-biff-check-folder-list' is nil.
7232
7233 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7234
7235         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7236         instead of `elmo-delete-lists'.
7237
7238 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7239
7240         * wl.el (wl-plugged-toggle-all): Set the value of
7241         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7242         (wl-plugged-toggle): Ditto.
7243         (wl-toggle-plugged): Ditto.
7244         (wl-plugged-init): Ditto.
7245
7246         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7247         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7248         instead of `wl-biff-state-indicator-off' and
7249         `wl-biff-state-indicator-on'; don't modify the value and the type
7250         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7251         (wl-plugged-init-icons): Set icons data to
7252         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7253         instead of `wl-plug-state-indicator-off' and
7254         `wl-plug-state-indicator-on'; don't modify the value and the type
7255         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7256
7257         * wl-vars.el (wl-modeline-biff-state-off,
7258         wl-modeline-biff-state-on, wl-modeline-biff-status,
7259         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7260         wl-modeline-plug-status): New internal variables.
7261         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7262         wl-biff-check-interval, wl-biff-check-folder-list): Change
7263         customization group from `wl-folder' to `wl-highlight'.
7264         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7265         wl-show-plug-status-on-modeline): Defcustomized.
7266
7267         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7268         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7269         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7270         a flag to `mode-line-buffer-identification'.
7271
7272         * wl-e21.el (wl-biff-init-icons): Set icons data to
7273         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7274         instead of `wl-biff-state-indicator-off' and
7275         `wl-biff-state-indicator-on'.
7276         (wl-plugged-init-icons): Set icons data to
7277         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7278         instead of `wl-plug-state-indicator-off' and
7279         `wl-plug-state-indicator-on'.
7280
7281 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7282
7283         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7284         excessive titles.
7285
7286 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7287
7288         * wl.el (wl-plugged-mode): Use revised
7289         `wl-mode-line-buffer-identification'.
7290         (wl-plugged-init): Don't use `force-mode-line-update'.
7291
7292         * wl-xmas.el (wl-draft-overload-functions): Use revised
7293         `wl-mode-line-buffer-identification'.
7294         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7295         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7296         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7297         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7298         `wl-make-plugged-hook';
7299         add `wl-folder-init-icons' and `wl-setup-folder' to
7300         `wl-folder-mode-hook'.
7301
7302         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7303         19 as well.
7304         (wl-mode-line-display-priority-list): New user option.
7305         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7306         Defcustomized.
7307         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7308         Add docs.
7309
7310         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7311         start.
7312         (wl-mode-line-buffer-identification): Revised as a function.
7313
7314         * wl-summary.el (wl-summary-mode): Use revised
7315         `wl-mode-line-buffer-identification'; don't call
7316         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7317         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7318         `wl-xmas-setup-summary'.
7319
7320         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7321         `wl-mode-line-buffer-identification'.
7322
7323         * wl-mule.el (wl-draft-overload-functions): Use revised
7324         `wl-mode-line-buffer-identification'.
7325
7326         * wl-folder.el (wl-make-plugged-alist): Don't call
7327         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7328         (wl-folder): Don't call `wl-folder-init-icons' directly.
7329         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7330         `wl-xmas-setup-folder' directly;
7331         use revised `wl-mode-line-buffer-identification'.
7332         (TopLevel): Don't bind `wl-biff-init-icons',
7333         `wl-plugged-init-icons', `wl-folder-init-icons',
7334         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7335
7336         * wl-e21.el (wl-draft-overload-functions): Use revised
7337         `wl-mode-line-buffer-identification'.
7338         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7339         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7340         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7341         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7342         `wl-make-plugged-hook';
7343         add `wl-folder-init-icons' and `wl-setup-folder' to
7344         `wl-folder-mode-hook'.
7345
7346 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7347             Katsumi Yamaoka    <yamaoka@jpl.org>
7348
7349         * wl.el (wl): Call `wl-biff-start'.
7350         (wl-exit): Call `wl-biff-stop'.
7351         (wl-plugged-mode): Show biff in modeline.
7352         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7353
7354         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7355         (wl-biff-init-icons): New function.
7356         (wl-plugged-init-icons): Don't make too much keymaps.
7357         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7358
7359         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7360         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7361         variables.
7362         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7363         options.
7364
7365         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7366         wl-biff-start, wl-biff-stop): New functions.
7367         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7368         (wl-biff-timer-name): New variable.
7369
7370         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7371
7372         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7373         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7374
7375         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7376         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7377
7378         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7379         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7380         `wl-folder-init-icons' to `ignore' if they are not available.
7381         (wl-folder-mode): Show biff in modeline.
7382
7383         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7384         (wl-biff-init-icons): New function.
7385         (wl-plugged-init-icons): Don't make too much keymaps.
7386         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7387
7388 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7389
7390         * wl-vars.el (wl-strict-diff-folders): Customization Type
7391         and doc fix.  Define as a list of regular expressions for
7392         folders or nil.
7393         * wl-folder.el (wl-folder-check-one-entity): Use
7394         `wl-string-match-member' instead of `wl-string-member' for
7395         `wl-strict-diff-folders'.
7396
7397 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7398
7399         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7400         (wl-highlight-folder-current-line): Use it; new implementation.
7401         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7402         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7403         `defsubst' instead of `defun'.
7404
7405         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7406         `wl-highlight-group-folder-by-numbers'; made it can also be a
7407         number.  See info for more details.
7408
7409         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7410         running.
7411
7412         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7413         to bind them.
7414
7415         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7416         (wl-highlight-folder-current-line): New implementation.
7417
7418         * wl-highlight.el (wl-highlight-folder-group-line): New
7419         implementation.
7420         (wl-delete-all-overlays): Rewrite as a marco.
7421         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7422
7423         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7424         running.
7425         (wl-folder-*-glyph): No need to bind them.
7426
7427         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7428         `wl-e21-highlight-folder-group-icon'; rewrite.
7429         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7430         `defsubst' instead of `defun'.
7431         (wl-folder-mode-map): Bind it when compiling.
7432
7433 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7434
7435         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7436
7437         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7438
7439 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7440
7441         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7442
7443 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7444
7445         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7446         (wl-highlight-folder-current-line): Use it.
7447
7448         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7449         in `id-name'.
7450
7451 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7452
7453         * wl.el: Require `wl-e21' when Emacs 21 is running.
7454
7455         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7456         default when Emacs 21 is running.
7457         (wl-use-highlight-mouse-line): Ditto.
7458         (wl-on-emacs21): New constant.
7459         (wl-on-emacs20): Removed.
7460
7461         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7462         Emacs 21 is running.
7463
7464         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7465         Emacs 21 is running.
7466
7467         * wl-e21.el: New file.
7468
7469 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7470
7471         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7472         (wl-toggle-plugged): Ditto.
7473         (wl-plugged-toggle): Ditto.
7474         (wl-plugged-toggle-all): Ditto.
7475
7476         * wl-vars.el (wl-plug-state-indicator): Refer
7477         `wl-plug-state-indicator-on' indirectly.
7478
7479 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7480
7481         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7482         Call `wl-folder-confirm-existence'.
7483
7484         * wl-folder.el (wl-folder-confirm-existence): Added optional
7485         argument `force'.
7486
7487 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7488
7489         * wl-summary.el (wl-summary-refile-subr): Assume
7490         `copy-or-refile' as symbol.
7491         (wl-summary-refile): Follow up above change.
7492         (wl-summary-copy): Ditto.  Doc fix.
7493
7494 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7495
7496         * wl-summary.el (wl-summary-pick): Don't bind
7497         `elmo-search-mime-charset'.
7498
7499         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7500         default using old backquote style.
7501         (wl-search-mime-charset): Abolished.
7502
7503         * wl-highlight.el (wl-highlight-headers):
7504         Call `point' after `re-search-forward'(for Nemacs).
7505
7506         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7507         for elmo-imap4.el.
7508
7509 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7510
7511         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7512         `wl-message-ignored-field-list' instead of
7513         `mime-view-ignored-field-list'.
7514
7515         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7516         Add interactive spec.
7517         (wl-folder-goto-bottom-of-current-folder): Ditto.
7518         (wl-folder-mode-map): Bind them.
7519
7520         * wl-vars.el (wl-message-ignored-field-list): New variable.
7521         (wl-message-visible-field-list): New variable.
7522
7523         * wl-mime.el (wl-mime-header-presentation-method): New function.
7524         (wl-mime-setup): Set header-presentation-method.
7525
7526 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7527
7528         * wl-nemacs.el (wl-draft-overload-functions): Set
7529         `mode-line-buffer-identification' instead of using
7530         `wl-make-modeline'.
7531
7532         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7533         instead of using `wl-make-modeline'.
7534
7535         * wl-xmas.el (wl-plugged-init-icons): Set up
7536         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7537         (wl-make-modeline): Abolish.
7538         (wl-draft-overload-functions): Set
7539         `mode-line-buffer-identification' instead of using
7540         `wl-make-modeline'.
7541
7542         * wl-util.el (wl-make-modeline-subr): Abolish.
7543         (wl-mode-line-buffer-identification): New alias.
7544
7545         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7546         (wl-summary-make-modeline): Abolish.
7547         (wl-summary-buffer-set-folder): Set
7548         `wl-summary-buffer-folder-indicator'.
7549         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7550         of using `wl-make-modeline'.
7551         (wl-summary-switch-to-clone-buffer): Don't set
7552         `mode-line-buffer-identification'.
7553         (wl-summary-goto-folder-subr): Ditto.
7554
7555         * wl-mule.el (wl-draft-overload-functions): Set
7556         `mode-line-buffer-identification' instead of using
7557         `wl-make-modeline'.
7558
7559         * wl-folder.el (wl-folder-mode): Set
7560         `mode-line-buffer-identification' instead of using
7561         `wl-make-modeline'.
7562         (wl-folder): Don't set `mode-line-buffer-identification'.
7563
7564 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7565
7566         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7567         instead of `member' for `wl-refile-guess-func-list' look-ups.
7568         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7569
7570 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7571
7572         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7573         `wl-message-button-dispatcher'.
7574
7575         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7576
7577         * wl-message.el (wl-message-button-dispatcher): Use it.
7578
7579         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7580         "In-Reply-To".
7581
7582         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7583         Bind `case-fold-search' to t.
7584
7585 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7586
7587         * wl-xmas.el (wl-message-overload-functions): Initialize
7588         `wl-message-button-map'.
7589
7590         * wl-mule.el (wl-message-overload-functions): Initialize
7591         `wl-message-button-map'.
7592
7593         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7594
7595         * wl-message.el (wl-message-button-map): New keymap.
7596         (wl-message-add-button): New function.
7597         (wl-message-button-dispatcher): New function.
7598         (wl-message-button-refer-article): New function.
7599
7600         * wl-highlight.el
7601         (wl-highlight-message-add-buttons-to-header): New function.
7602         (wl-highlight-headers): Use it.
7603
7604 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7605
7606         * wl-summary.el (wl-summary-default-from): Use
7607         `wl-address-get-petname-1'.
7608         (wl-summary-simple-from): Ditto.
7609
7610         * wl-address.el (wl-address-get-petname-1): New inline function.
7611         (wl-address-get-petname): Use it.
7612
7613 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7614
7615         * wl-summary.el (wl-summary-default-from): Return full-name part
7616         from the address if no petname was found.
7617         (wl-summary-simple-from): Ditto.
7618
7619         * wl-address.el (wl-address-get-petname): Return nil if no petname
7620         associated with the address was found.
7621
7622 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7623
7624         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7625         display is finished.
7626
7627 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7628
7629         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7630         `elmo-folder-exists-p' argument.
7631
7632 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7633
7634         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7635         the folder.
7636
7637 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7638
7639         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7640
7641         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7642         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7643
7644 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7645
7646         * wl-folder.el (wl-folder-create-subr): New function.
7647         (wl-folder-confirm-existence): Use it.
7648         (wl-folder-check-one-entity): Use it.
7649         Check the error symbol is derived from 'elmo-open-error.
7650
7651         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7652         `ignore-error'.
7653
7654 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7655
7656         * wl-util.el (toplevel): Add (eval-when-compile (require
7657         'elmo-util)).  (Maybe `provide' is typo.)
7658
7659 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7660
7661         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7662         (I don't know why this was needed.)
7663
7664         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7665         Follow up changes for stream-type.
7666
7667         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7668         (wl-draft-elmo-nntp-send): Ditto.
7669
7670         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7671         (wl-nntp-posting-stream-type): Ditto.
7672         (wl-pop-before-smtp-ssl): Abolished.
7673         (wl-nntp-posting-ssl): Ditto.
7674
7675         * wl-address.el (wl-address-quote-specials): New function.
7676         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7677
7678         * wl-draft.el (wl-draft-reply): Ditto.
7679
7680 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7681
7682         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7683         use function `wl-string-match-assoc'.
7684
7685 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7686
7687         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7688
7689         * wl-draft.el (wl-draft-deduce-address-list): New function.
7690         (wl-draft-parse-mailbox-list): Ditto.
7691         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7692         instead of `smtp-deduce-address-list'.
7693         (wl-draft-on-field-p): Follow group list.
7694
7695         * wl-address.el (wl-address-concat-token): New function.
7696         (wl-address-string-without-group-list-contents): Ditto.
7697         (wl-complete-field-body): Fixed problem of completion
7698         by japanese petname.
7699         (wl-address-make-completion-list): Rewrite.
7700
7701 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7702
7703         * wl-address.el (wl-address-make-completion-list): Completion by
7704         petname.
7705         (wl-complete-field-body): Likewise.
7706
7707 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7708
7709         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7710         contains invalid address syntax.
7711
7712 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7713
7714         * wl-folder.el (wl-folder-check-entity-async): Use
7715         `elmo-nntp-spec-hostname'.
7716
7717 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7718
7719         * wl-summary.el (wl-summary-msgdb-load-async): Use
7720         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7721
7722 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7723
7724         * wl-draft.el (wl-draft-reply): Set argument
7725         `content-transfer-encoding' as nil.
7726
7727 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7728
7729         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7730         `wl-refile-alist'.
7731
7732 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7733
7734         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7735         (wl-draft-edit-string): Ditto.
7736         (wl-draft-forward): Ditto.
7737         * wl-summary.el (wl-summary-write): Ditto.
7738
7739 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7740
7741         * wl-summary.el (wl-summary-sync-update3): Call
7742         `wl-summary-buffer-number-column-detect'.
7743         (wl-summary-buffer-number-column-detect): Search from point-min.
7744
7745 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7746
7747         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7748         contains an address which is not included in original to or cc.
7749
7750 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7751
7752         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7753         begin-line does not exist.
7754         * wl-message.el (wl-message-uu-substring): Ditto.
7755
7756 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7757
7758         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7759         clear local variables.
7760         (wl-summary-exit): Call `elmo-commit'.
7761         (wl-summary-switch-to-clone-buffer): Call
7762         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7763         (wl-summary-goto-folder-subr): Ditto.
7764
7765         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7766         POP folder.
7767
7768 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7771         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7772         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7773         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7774         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7775         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7776
7777         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7778
7779 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7780
7781         * wl-summary.el (wl-summary-search-by-subject):
7782         Search parent message from the latest one.
7783
7784 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7785
7786         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7787         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7788
7789         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7790         New user option.
7791
7792         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7793         if elmo-nntp-use-killed-list is nil.
7794         Use `elmo-msgdb-append-to-killed-list'.
7795         (Append numbers confirmed as disappeared to the killed list.)
7796         (wl-summary-confirm-appends): Don't display negative number.
7797
7798 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7799
7800         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7801
7802 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7803
7804         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7805         range is `all'.
7806         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7807         `elmo-list-bigger-diff'.
7808
7809 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7810
7811         * wl-summary.el (wl-summary-buffer-exit-func):
7812         New buffer local variable.
7813         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7814
7815 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7816
7817         * wl-demo.el (wl-demo): Fix the last change.
7818
7819 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7820
7821         * wl-demo.el (wl-demo): Don't use `eval'.
7822
7823 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7824
7825         * wl-summary.el (wl-summary-buffer-thread-modified):
7826         New buffer-local variable.
7827         (wl-summary-set-thread-modified): New function.
7828         (wl-summary-thread-modified-p): New function.
7829         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7830         (wl-summary-yank-saved-message): Use function
7831         `wl-summary-set-thread-modified'
7832         (wl-summary-switch-to-clone-buffer): Add
7833         `wl-summary-buffer-thread-modified'.
7834
7835         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7836         (wl-summary-buffer-mark-saved-hook): Ditto.
7837         * wl-summary.el (wl-summary-msgdb-save): New hook
7838         `wl-summary-buffer-message-saved-hook' and
7839         `wl-summary-buffer-mark-saved-hook'.
7840
7841 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7842
7843         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7844
7845 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7846
7847         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7848         don't hide scroll bars under FSF Emacsen because it may incur an
7849         undesirable redrawing.
7850
7851 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7852
7853         * wl-draft.el (wl-draft-edit-string): Call
7854         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7855
7856 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7857
7858         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7859
7860 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7861
7862         * wl-summary.el (wl-summary-msgdb-load-async): Call
7863         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7864
7865 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7866
7867         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7868         fringes in demo buffer; center bitmap logo correctly even if old
7869         Mule is used.
7870
7871 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7872
7873         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7874
7875         * wl-refile.el (wl-refile-subject-alist): New variable.
7876         (wl-refile-subject-alist-file-name): Ditto.
7877         (wl-refile-alist-setup): Rewrite.
7878         (wl-refile-alist-save): Use `elmo-object-save'.
7879         Eliminated arguments.
7880         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7881         (wl-refile-guess-by-subject): New function.
7882         (wl-refile-guess-func-list): Added it.
7883
7884 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7885
7886         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7887         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7888
7889 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7890
7891         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7892         New buffer-local variable.
7893         (wl-summary-buffer-next-folder-func): Ditto.
7894         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7895         if non-nil.
7896         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7897         if non-nil.
7898         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7899         if non-nil.
7900         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7901         if non-nil.
7902
7903 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7904
7905         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7906         permanently in the demo buffer.
7907
7908 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7909
7910         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7911         `mime-entity-fetch-field'.
7912
7913         * wl.el (wl-exit): Delete plugged buffer.
7914
7915         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7916         XEmacs has menubar feature.
7917
7918 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7919
7920         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7921         cannot arrive at the beginning of the buffer under old Emacsen.
7922
7923 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7924
7925         * wl-address.el (wl-address-ldap-search):
7926         Call `ldap-search-entries' with `withdn' argument t.
7927         (wl-complete-field-body): Bind completion-ignore-case as t.
7928         Clear ldap search hash when it was sole completion.
7929         Use elmo-string for pattern string.
7930         (wl-ldap-alias-safe-string): Eliminated needless let.
7931
7932 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7933
7934         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7935         (wl-ldap-alias-sep): New constant.
7936         (wl-ldap-search-attribute-type-list): Ditto.
7937         (wl-ldap-get-value): New function.
7938         (wl-ldap-make-filter): Ditto.
7939         (wl-ldap-make-matched-value-list): Ditto.
7940         (wl-ldap-alias-safe-string): Ditto.
7941         (wl-ldap-register-dn-string): Ditto.
7942         (wl-address-ldap-search): Rewrite.
7943
7944 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7945
7946         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7947         thread is deleted.
7948         (wl-thread-delete-line-from-buffer): Ditto.
7949         (wl-thread-get-exist-children): New function.
7950
7951 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7952
7953         * wl-demo.el (wl-demo): Made it to select various image types.
7954         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7955         from `wl-title-logo'.
7956         (wl-logo-ascii): New variable.
7957         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7958         (wl-demo-copyright-notice): New constant.
7959
7960         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7961
7962 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7963
7964         * wl-vars.el (wl-summary-target-above): Renamed from
7965         wl-summary-temp-above.
7966         * wl-score.el (wl-score-get-score-alist): Use it.
7967         (wl-summary-score-update-all-lines): Use it.
7968         * wl-summary.el: Ditto. (make-variable-buffer-local).
7969
7970 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7971
7972         * wl-vars.el (wl-ldap-port): New user option.
7973
7974         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7975         Rewite whole implementation.
7976         (wl-complete-field-body): Fixed.
7977
7978 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7979
7980         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7981         Choose implementation at compile time.
7982
7983 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7984
7985         * wl-address.el (wl-ldap-search-internal): New function.
7986         (wl-complete-field-to): Use it.
7987
7988 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7989
7990         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7991         Use `let' instead of `let*'.
7992         Require 'wl-vars.
7993
7994         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7995         Define as defcustom.
7996         (wl-ldap-base): Ditto.
7997         (wl-use-ldap): Ditto.
7998
7999 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8000
8001         * wl-address.el (wl-ldap-search): New function.
8002         (wl-complete-field-body): Use `wl-ldap-search'.
8003         (wl-ldap-server): New variable.
8004         (wl-ldap-base): Ditto.
8005         (wl-use-ldap): Ditto.
8006
8007 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8008
8009         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8010         (Pointed out by Mito <mit@nines.nec.co.jp>).
8011         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8012         buffer-local variables like `wl-summary-redisplay-internal'.
8013         (wl-summary-redisplay-all-header): Likewise.  Update
8014         Summary view too.
8015
8016 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8017
8018         * wl-summary.el (wl-summary-jump-to-parent-message):
8019         Consider prefix argument.
8020
8021         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8022         when closed thread is deleted.
8023
8024 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8025
8026         * wl-summary.el (wl-summary-jump-to-parent-message):
8027         Consider thread modification.
8028
8029 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8030
8031         * wl-message.el (wl-message-normal-get-original-buffer): Use
8032         `save-excursion'.
8033
8034         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8035         (wl-summary-showto-folder-regexp): Ditto.
8036
8037 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8038
8039         * wl-util.el (wl-delete-alist): Doc fix.
8040         (wl-delete-associations): New function.
8041         (wl-inverse-alist): New function.
8042         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8043         Split temporary variables. Use `wl-delete-associations'
8044         and `wl-inverse-alist'.
8045         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8046
8047 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8048
8049         * wl-folder.el (wl-folder-prefetch-entity):
8050         Execute prefetching if new count is unknown.
8051
8052 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8053
8054         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8055
8056         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8057         delete entity.
8058         (wl-thread-set-parent): If insert as top, set linked as nil.
8059
8060         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8061         `wl-thread-cleanup-symbols' when view mode is thread.
8062
8063 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8064
8065         * wl-folder.el (wl-folder-create-folder-entity): Use
8066         with-current-buffer.
8067         (wl-local-folder-init): Call set-buffer to make sure we are in
8068         the Folder buffer. Don't touch buffer-local variables here.
8069         (wl-folder-mode): Initialize buffer-local variables here.
8070
8071         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8072         (wl-folder-entity-assign-id): Ditto.
8073         (wl-folder-create-entity-hashtb): Ditto.
8074         (wl-local-folder-init): Ditto.
8075         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8076
8077 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8078
8079         * wl-summary.el (wl-summary-default-from): Fix probrem when
8080         std11-extract-address-components return (nil "foo@bar").
8081
8082 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8083
8084         * wl-draft.el (wl-draft-clone-local-variables):
8085         Remove redundant `setq'.
8086
8087 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8088
8089         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8090         Bind wl-highlight-x-face-func as nil while highlighting header.
8091
8092 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8093
8094         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8095
8096 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8097
8098         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8099         elmo-msgdb-overview-hashtb from copy-variables.
8100         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8101         instead of `elmo-msgdb-overview-get-entity-by-number'.
8102         (wl-summary-auto-refile): Ditto.
8103
8104         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8105         `elmo-msgdb-overview-get-entity' instead of
8106         `elmo-msgdb-search-overview-entity'.  Use
8107         `elmo-msgdb-overview-get-entity' instead of
8108         `elmo-msgdb-overview-get-entity-by-number'.
8109         (wl-thread-insert-entity-sub): Ditto.
8110         (wl-thread-insert-message): Ditto.
8111
8112         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8113         `elmo-msgdb-overview-get-entity'.
8114         (wl-normal-message-redisplay): Ditto.
8115
8116 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8117
8118         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8119         `wl-thread-entities'.
8120         (wl-thread-delete-message): Fix remove top message from
8121         `wl-thread-entity-list'.
8122
8123         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8124         wl-append(nconc), because update-list is broken on Meadow.
8125
8126         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8127         updating process.
8128         (wl-summary-rescan): Ditto.
8129         (wl-summary-sync-update3): Ditto.
8130         * wl-thread.el (wl-thread-set-parent): Renamed from
8131         `wl-summary-set-parent'.
8132         (wl-thread-insert-message): Updating buffer faster.
8133         (wl-thread-delete-message): Updating buffer faster.
8134
8135         * wl-score.el (wl-summary-score-update-all-lines): Changed
8136         interval for display progress gauge.
8137
8138 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8139
8140         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8141         folder always-sticky.
8142         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8143         defmacro.
8144
8145 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8146
8147         * wl-vars.el (wl-draft-add-references): New user option.
8148
8149         * wl-draft.el (wl-draft-add-references): New function.
8150         (wl-draft-yank-from-mail-reply-buffer): Use it.
8151         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8152         as nil.
8153
8154 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8155
8156         * wl-thread.el (wl-thread-update-line-msgs): Called
8157         `wl-thread-update-line-on-buffer-sub'.
8158         (wl-thread-update-line-on-buffer): Delete routine of inserting
8159         thread.
8160         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8161         moved from `wl-thread-update-line-on-buffer'.
8162         Add threshold for displaying progress gauge.
8163         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8164         argument of `wl-thread-update-line-msgs'.
8165         Add threshold for displaying progress gauge.
8166         * wl-folder.el:
8167         Add threshold for displaying progress gauge.
8168         * wl-score.el: Ditto.
8169
8170         * wl-expire.el (wl-summary-expire): Display deleting info.
8171
8172 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8173
8174         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8175         `no-msg'.
8176         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8177         argument of `wl-thread-update-line-msgs'.
8178         (wl-summary-set-parent): Added optional argument `parent-number'.
8179         (wl-summary-buffer-saved-message): New buffer local variable.
8180         (wl-summary-save-current-message): New command.
8181         (wl-summary-yank-saved-message): Ditto.
8182         (wl-summary-mode-map): Added key binding for
8183         `wl-summary-save-current-message' (\ew) and
8184         `wl-summary-yank-saved-message' (\C-y).
8185         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8186
8187 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8188
8189         * wl-summary.el (wl-summary-mode-map): Added key binding for
8190         `wl-summary-set-parent' (ts).
8191
8192 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8193
8194         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8195         subject faster. If thread number is reverse, delayed updating
8196         thread.
8197         (wl-summary-search-by-subject): Ditto.
8198         (wl-summary-put-alike): Ditto.
8199         (wl-summary-get-alike): Ditto.
8200         (wl-summary-insert-headers): Insert header of all overview in
8201         buffer.
8202         (wl-summary-rescan): Delayed updating thread. Kill search subject
8203         buffer for wl-summary-search-by-subject.
8204         (wl-summary-sync-update3): Ditto.
8205         (wl-summary-exit): Ditto.
8206         (wl-summary-goto-bottom-of-current-thread): Change for linked
8207         thread.
8208         (wl-summary-overview-create-summary-line): Change line for linked
8209         thread.
8210
8211         * wl-summary.el (wl-summary-update-thread): Use
8212         wl-thread-maybe-get-children-num.
8213         (wl-summary-set-parent): If change parent, move sub thread.
8214         (wl-summary-redisplay-internal): Add horizontal recenter.
8215         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8216
8217         * wl-thread.el (wl-thread-entity-get-linked): New function.
8218         (wl-thread-entity-set-linked): New function.
8219         (wl-thread-create-entity): Add linked element.
8220         (wl-thread-entity-insert-as-top): Use wl-append.
8221         (wl-thread-maybe-get-children-num): If closing thread, return
8222         children msgs.
8223         (wl-thread-update-line-msgs): Displaying progress message.
8224         (wl-thread-update-line-on-buffer-sub): Use
8225         wl-thread-maybe-get-children-num.
8226         (wl-thread-update-line-on-buffer): If update line is not exists,
8227         insert thread.
8228         (wl-thread-delete-message): If delete top msg of thread, search
8229         parent by subject.
8230         (wl-thread-insert-entity): Use
8231         wl-thread-maybe-get-children-num.
8232
8233         * wl-highlight.el (wl-highlight-summary-current-line): change
8234         sregexp for linked thread.
8235         * wl-util.el (wl-count-lines): Count lines.
8236         (wl-horizontal-recenter): horizontal recenter.
8237         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8238         (wl-score-get-alike): Ditto.
8239         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8240         (wl-subject-length-limit): New variable.
8241         (wl-highlight-thread-indent-string-regexp): Changed for linked
8242         thread.
8243
8244 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8245
8246         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8247         New variable (revival).
8248         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8249         by subject matching if there's no in-reply-to nor references field
8250         (revival).
8251
8252 \f
8253 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8254
8255         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8256         message.
8257
8258 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8259
8260         * wl-summary.el (wl-summary-reply): Return t if there was a
8261         message at cursor point.
8262         Added unwind-protect.
8263         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8264         returns t.
8265         (wl-summary-cancel-message): Do nothing when there's no message at
8266         cursor point.
8267         (wl-summary-forward): Ditto.
8268         (wl-summary-jump-to-parent-message): Ditto.
8269         (wl-summary-reedit): Ditto.
8270         (wl-summary-edit-addresses): Ditto.
8271         (wl-summary-pipe-message): Ditto.
8272         (wl-summary-print-message-with-ps-print): Ditto.
8273         (wl-summary-print-message): Ditto.
8274         (wl-summary-mark-as-important): Ditto.
8275         (wl-summary-mark-as-unread): Ditto.
8276
8277         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8278         message at cursor point.
8279         (wl-summary-reply-with-citation): Remove unwind-protect.
8280
8281         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8282         subject searching feature.
8283         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8284         Eliminated.
8285
8286 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8287
8288         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8289         New variable.
8290         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8291         by subject matching if there's no in-reply-to nor references field.
8292
8293         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8294
8295         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8296         when display is finished.
8297         (wl-folder-open-all): Ditto.
8298         (wl-folder-update-access-group): Ditto.
8299         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8300         * wl-thread.el (wl-thread-close-all): Ditto.
8301
8302         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8303         progress gauge only when it was displayed.
8304         * wl-folder.el (wl-folder-insert-entity): Ditto.
8305
8306 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8307
8308         * wl-summary.el (wl-summary-incorporate): Enclose
8309         `wl-summary-sync-force-update' with save-excursion.
8310
8311 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8312
8313         * wl-summary.el (wl-summary-prefetch-region):
8314         Pass current cursor point to `pos-visible-in-window-p' after
8315         moving cursor to the started point.
8316
8317 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8318
8319         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8320
8321         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8322         fields from the forwarding message.
8323         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8324         `ignored-fields'.
8325
8326 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8327
8328         * wl-mime.el (wl-message-request-partial):
8329         Eliminated argument `msgdb'.
8330         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8331         (wl-mime-combine-message/partial-pieces): Likewise.
8332         * tm-wl.el (wl-message-request-partial): Likewise.
8333         (wl-mime-combine-message/partial-pieces): Likewise.
8334
8335 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8336
8337         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8338         when display is finished.
8339
8340 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8341
8342         * wl-summary.el (wl-summary-goto-folder-subr):
8343         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8344
8345 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8346
8347         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8348         when cursor point is visible.
8349
8350 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-expire.el (wl-expire-archive-get-max-number):
8353         Don't use `file-name-directory'.
8354
8355 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-expire.el (wl-expire-archive-get-max-number):
8358         Use `file-name-directory'.
8359
8360 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8361
8362         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8363         only when there is progress.
8364
8365 2000-04-13  Mito <mit@nines.nec.co.jp>
8366
8367         * wl-summary.el (wl-summary-sync-marks): Display progress.
8368
8369 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8370
8371         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8372         (wl-summary-prev): Move cursor regardless of unread status.
8373         (wl-summary-next): Ditto.
8374
8375 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8376
8377         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8378         Added argument `target' and `number'.
8379         * tm-wl.el (wl-summary-burst-subr): New function.
8380         (wl-summary-burst): Use it.
8381
8382 2000-04-10  Mito <mit@nines.nec.co.jp>
8383
8384         * wl-mime.el (wl-burst): New function.
8385         (wl-summary-burst): Use it.
8386
8387 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8388
8389         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8390         as petname when there's no candidate.
8391
8392 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8393
8394         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8395         New variable.
8396         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8397
8398         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8399
8400         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8401
8402 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8403
8404         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8405         Use substring of `original' instead of buffer-substring.
8406         (wl-refile-evaluate-rule):
8407         Set `original' argument of wl-refile-expand-newtext.
8408
8409         * wl-summary.el
8410         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8411         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8412         (wl-summary-auto-refile): Check existence of destination folder just
8413         before marking.
8414
8415 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8416
8417         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8418         when wl-refile-get-field-value return nil.
8419
8420 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8421
8422         * wl-refile.el
8423         (wl-refile-expand-newtext): New function imported from Gnus.
8424         (wl-refile-evaluate-rule): Use it.
8425
8426 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8427
8428         * wl-summary.el (wl-summary-print-destination):
8429         Duplicate folder string to avoid putting text-property on
8430         original string.
8431
8432         * wl-refile.el (wl-refile-get-field-value): New function.
8433         (wl-refile-evaluate-rule): New function;
8434         Evaluate refile rule recursively.
8435         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8436         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8437         New function; Check existence of a target folder recursively.
8438         (wl-summary-auto-refile-check-refile-rule-alist):
8439         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8440
8441 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8442
8443         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8444
8445         * wl-folder.el (wl-create-folder-entity-from-buffer):
8446         Fixed problem when '}' character is contained in folder name.
8447
8448         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8449
8450 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8451
8452         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8453         (wl-fldmgr-add-completion-all-completions):
8454         Use wl-fldmgr-add-completion-hashtb.
8455
8456 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8457
8458         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8459         wl-fldmgr-add-completion-subr): New functions.
8460         * wl-folder.el (wl-folder-completion-func): New variable.
8461         * wl-summary.el (wl-summary-read-folder):
8462         Use wl-folder-completion-func.
8463
8464         * wl-refile.el: Eliminate throw & catch.
8465
8466         * wl.el (wl-plugged-sending-queue-status): Fixed.
8467
8468 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8469
8470         * wl-draft.el (wl-draft): Put category property on
8471         mail-header-separator.