* wl-summary.el (wl-summary-delete-all-temp-marks): Remove scored mark too when
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
2
3         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
4         scan-type is rescan.
5         (wl-summary-delete-all-temp-marks): Remove scored mark too when
6         new optional argument force is non-nil.
7         (wl-summary-save-view-cache): Call it with force argument non-nil.
8
9         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
10
11 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
12
13         * wl-action.el (wl-summary-print-argument): Fixed last change.
14
15 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
16
17         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
18         simplified.
19         (wl-summary-target-mark-mark-as-unread): Likewise.
20         (wl-summary-target-mark-mark-as-important): Likewise.
21
22 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
23
24         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
25         * wl-summary.el (wl-summary-mark-as-important): Arranged.
26         (wl-summary-mark-as-important-region): Change accordingly.
27         (wl-summary-target-mark-mark-as-important): Ditto.
28
29 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
30
31         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
32
33         * wl-action.el (wl-summary-print-argument): Print argument to
34         right side of window if `wl-summary-print-argument-within-window'
35         is non-nil.
36
37 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
38
39         * wl-action.el (wl-summary-set-mark): Use
40         `wl-summary-message-visible-p' to check visibility of the message
41         and jump to message only when the message line is visible and have
42         different number; Call wl-summary-unset-mark with number argument.
43         (wl-summary-unset-mark): 
44         Use `wl-summary-message-visible-p'
45         to check visibility of the message and jump to message only when
46         the message line is visible and have different number;
47
48 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * Version number is increased to 2.11.7.
51
52         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
53         and wl-folder-summary-line-format.
54
55         * wl-summary.el (wl-summary-message-visible-p): New inline function.
56         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
57         (wl-summary-set-score-mark): Use it.
58         (wl-summary-target-mark-mark-as-read): Ditto.
59         (wl-summary-target-mark-mark-as-unread): Ditto.
60         (wl-summary-target-mark-mark-as-important): Ditto.
61         (wl-summary-target-mark-msgs): Simplified.
62         (wl-summary-detect-mark-position): Fixed problem when
63         summary-line-format no contain persisten/temp mark spec.
64         (wl-summary-temp-mark): Ditto.
65         (wl-summary-persistent-mark): Ditto.
66         (wl-summary-update-persistent-mark): Ditto.
67
68         * wl-action.el (wl-summary-set-mark): Ditto.
69         (wl-summary-unset-mark): Ditto.
70         All other related portions are changed.
71
72 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
73
74         * Version number is increased to 2.11.6.
75
76 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
77
78         * wl-util.el (wl-current-message-buffer): Define as function;
79         Don't use the value of wl-messge-buffer.
80
81         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
82         persistent mark.
83
84         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
85         no current message, cause an error.
86
87 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
88
89         * wl-summary.el (wl-summary-set-message-modified): Use
90         elmo-folder-set-message-modified instead of
91         elmo-folder-set-message-modified-internal.
92
93 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
94
95         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
96         interactively.
97         (wl-summary-sync): nokill->entirely.
98         (wl-summary-sync-marks): Fixed message.
99         (wl-summary-input-range): Added mark, nokill->entirely.
100
101         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
102         messages as read.
103
104 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
105
106         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
107         update-noscore.
108         (wl-summary-sync): Follow the change above.
109
110 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
111
112         * wl-action.el (wl-summary-target-mark-all): Use
113         elmo-folder-list-messages.
114
115 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
116
117         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
118         (wl-summary-rescan): Set wl-summary-scored as nil.
119         (wl-summary-sync-force-update): Follow the change above.
120         (wl-summary-sync): Ditto.
121         (wl-summary-sync-update): Added argument disable-killed.
122         (wl-summary-insert-headers): Set visible-only argument for
123         elmo-folder-list-messages.
124         (wl-summary-input-range): Added update-nokill, update-noscore,
125         all-nokill, all-noscore and mark.
126
127         * Version number is increased to 2.11.5.
128
129         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
130
131 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
132
133         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
134         (wl-summary-prefetch-region-no-mark): Change accordingly.
135         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
136
137 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
138
139         * wl-address.el (wl-complete-field-to): Abolished.
140         (wl-complete-address): Completion function for completing-read.
141         * wl-action.el (wl-summary-get-resend-address): Use it.
142
143         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
144         wl-summary-update-mark and abolish unused argument.
145         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
146         (wl-summary-delete-cache, wl-summary-resume-cache-status)
147         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
148         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
149         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
150         * wl-draft.el (wl-draft-kill): Ditto.
151
152         * wl-summary.el: Remove unused binding of case-fold-search.
153         (wl-summary-replace-status-marks): Abolished.
154
155 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
156
157         * wl-action.el (wl-summary-set-mark): Cause an error when no message
158         is specified or folder length is zero.
159
160 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
161
162         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
163         (wl-folder-archive-current-entity): Ditto.
164
165 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
166
167         * wl-summary.el (wl-summary-update-mark): Ignore errors while
168         retrieving message mark.
169         (wl-summary-redisplay-internal): Ditto.
170
171         * wl-message.el (wl-message-buffer-display): Ignore errors while
172         retrieving message-id field.
173
174         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
175         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
176         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
177         order of the arguments for `wl-expire-message-p'.
178         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
179
180         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
181         Check return value of wl-summary-reply.
182         (wl-summary-reply): Recover window configuration when an error occured.
183
184 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
185
186         * wl-summary.el (wl-summary-resend-message): Abolished, the
187         feature is inherited by wl-summary-resend (put resend mark).
188
189 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
190
191         * wl-summary.el (wl-summary-toggle-disp-msg): Set
192         wl-message-buffer to nil when the message is hide.
193
194 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
195
196         * .cvsignore: New file.
197
198 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
199
200         * wl-action.el (wl-summary-action-docstring): Add more info.
201         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
202         duplicate definition.
203         (wl-summary-define-mark-action): Functions wl-summary-*-region
204         keep current position.
205         (wl-summary-unregister-target-mark): Store result to the variable.
206
207 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
208
209         * Version number is increased to 2.11.4.
210
211 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
212
213         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
214         wl-summary-delete-all-temp-marks.
215         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
216
217         * wl-action.el (wl-summary-set-mark): Changed terminology
218         refile-destination -> action-argument.
219         (wl-summary-unset-mark): Ditto.
220         (wl-summary-remove-argument): Ditto.
221         (wl-summary-print-argument): Ditto.
222
223         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
224         (wl-thread-remove-argument-region): Ditto.
225         (wl-thread-print-argument-region): Ditto.
226         (wl-thread-close): Ditto.
227         (wl-thread-open): Ditto.
228
229         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
230         (wl-highlight-refile-destination-face is abolished)
231         (wl-highlight-action-argument-string): Ditto.
232         (wl-highlight-summary-current-line): Highlight action argument.
233
234         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
235         color for light backgrounds.
236         (wl-highlight-summary-answered-face): Ditto.
237
238 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
239
240         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
241
242         * wl-score.el (wl-summary-score-update-all-lines): Use
243         wl-summary-set-mark.
244         (wl-summary-score-update-all-lines): Kill expunged messages.
245
246         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
247
248 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
249
250         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
251         directly.
252         (wl-score-overview-entity-get-lines): Ditto.
253         (wl-score-overview-entity-get-xref): Ditto.
254         (wl-score-get-latest-msgs): Ditto.
255         (wl-summary-rescore): Ditto.
256
257         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
258         to "&".
259         (wl-summary-mark-as-answered-internal): New inline function.
260         (wl-summary-mark-as-answered): New function.
261         (wl-summary-mark-as-unanswered): Ditto.
262         (wl-summary-sync-marks): Modified for answered-mark synching.
263
264 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
265
266         * wl-action.el (wl-summary-set-mark): Fixed last change.
267
268 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
269
270         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
271         behavior of wl-summary-unread-message-hook
272         (Pointed out by akira yamada <akira@arika.org>).
273
274 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
275
276         * wl-e21.el (wl-summary-toolbar): Follow the rename of
277         wl-summary-delete.
278         * wl-xmas.el (wl-summary-toolbar): Ditto.
279
280         * wl-action.el (wl-summary-set-mark): Don't override current
281         temp-mark.
282
283         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
284
285 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
286
287         * wl-refile.el (wl-refile-learn): Don't use msgdb.
288         (wl-refile-msgid-learn): Ditto.
289         (wl-refile-get-field-value): Ditto.
290
291         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
292
293         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
294         (wl-expire-delete-reserved-messages): Renamed from
295         wl-expire-reserve-marked-msgs-from-list.
296         (wl-expire-delete): Removed argument `msgdb'.
297         (wl-expire-refile): Ditto.
298         (wl-expire-refile-with-copy-reserve-msg): Ditto.
299         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
300         mark-alist as argument.
301         (wl-expire-archive-number1): Removed argument `msgdb'.
302         (wl-expire-archive-number2): Ditto.
303         (wl-expire-archive-date): Ditto.
304         (wl-expire-localdir-date): Ditto.
305         (wl-expire-hide): Ditto.
306         (wl-archive-number1): Ditto.
307         (wl-archive-number2): Ditto.
308         (wl-archive-date): Ditto.
309         (wl-archive-folder): Ditto.
310         All other related portions are changed.
311
312 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
313
314         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
315         mean move up and down. (suggested by Takashi Kawachi)
316
317 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
318
319         * wl-acap.el (toplevel): Don't require un-define.
320
321 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
322
323         * wl-thread.el (wl-thread-delete-message): Always update
324         wl-summary-buffer-number-list.
325
326         * wl-action.el (wl-summary-print-destination): 
327         Do nothing when folder is nil.
328
329 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
330
331         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
332         persistent mark when prefetch is succeeded.
333
334 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
335
336         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
337         instead of elmo-msgdb-delete-msgs.
338         (wl-expire-refile-with-copy-reserve-msg): Ditto.
339         (wl-expire-hide): Ditto.
340
341         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
342
343         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
344         elmo-msgdb interface.
345         (wl-thread-get-exist-children): Likewise.
346         (wl-thread-insert-message): Likewise.
347         (wl-thread-msg-mark-as-important): Likewise.
348         (wl-thread-insert-entity-sub): Likewise.
349         (wl-thread-get-children-msgs-uncached): Likewise.
350
351         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
352         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
353         (wl-summary-sync-update): Likewise.
354         (wl-summary-auto-select-msg-p): Likewise.
355         (wl-summary-update-thread): Likewise.
356         (wl-summary-mark-as-important): Likewise.
357         (wl-summary-jump-to-msg-internal): Likewise.
358         (wl-summary-redisplay-internal): Likewise.
359         (wl-summary-print-message-with-ps-print): Likewise.
360         (wl-summary-folder-info-update): Likewise.
361
362         * wl-folder.el (wl-folder-check-one-entity):
363         elmo-folder-count-flags instead of wl-summary-count-unread.
364
365         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
366
367         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
368
369         * wl-summary.el (wl-summary-set-message-modified): 
370         Call wl-summary-set-mark-modified.
371         (wl-summary-delete-messages-on-buffer): Call
372         wl-folder-set-folder-updated instead of wl-folder-update-unread.
373         (wl-summary-sync-update): Call elmo-folder-length instead of
374         elmo-folder-messages.
375         (wl-summary-insert-headers): Don't call
376         elmo-folder-list-message-entities.
377
378 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
379
380         * wl-action.el (wl-summary-define-mark-action): Call
381         `wl-summary-set-mark' with argument `data'.
382         (wl-summary-auto-refile): Fixed order of arguments when call
383         `wl-summary-refile'.
384
385 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
386
387         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
388
389         * wl-summary.el (wl-summary-mode-map): Bind resend action.
390
391         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
392         (Renamed from wl-highlight-summary-deleted-face).
393         (wl-highlight-summary-resend-face): New face.
394
395         (wl-highlight-summary-deleted-face): Renamed from
396         wl-highlight-summary-erased-face.
397
398         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
399
400         * wl-action.el (wl-summary-get-resend-address): New function.
401         (wl-summary-exec-action-resend): Ditto.
402         (wl-summary-exec-action-resend-subr): Ditto.
403
404         * w-thread.el (wl-thread-copy): Removed definition.
405         (wl-thread-refile): Ditto.
406         (wl-thread-delete): Ditto.
407         (wl-thread-target-mark): Ditto.
408
409         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
410         (wl-summary-target-mark-set-action): Fixed.
411         (wl-summary-define-mark-action): Fixed quotation.
412         (wl-summary-move-mark-list-messages): Display message.
413         (wl-summary-define-mark-action): Define thread functions.
414         (wl-summary-exec-action-refile): Changed message.
415         (wl-summary-exec): Ditto.
416
417 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
418         
419         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
420         '%%'.
421
422 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
423
424         * wl.el (toplevel): Require wl-action.
425         (wl-init): Call wl-summary-define-mark-action.
426
427         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
428
429         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
430         wl-summary-delete and wl-summary-erase.
431         (wl-summary-mode-map): Ditto.
432
433         * wl-vars.el (wl-dispose-folder-alist): Renamed from
434         wl-delete-folder-alist.
435
436         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
437         wl-summary-prefetch-msg instead of wl-summary-prefetch.
438         (toplevel): Moved mark & action related functions to the wl-action.el.
439
440         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
441         in wl-summary-mark-action-list.
442         (wl-highlight-summary-current-line): Ditto.
443
444         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
445         empty lines.
446
447         * wl-action.el: New file. 
448
449 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
450
451         * wl-summary.el (wl-summary-target-mark-replace): New function.
452         (wl-summary-target-mark-prefetch): Use it.
453         (wl-summary-target-mark-delete): Ditto.
454         (toplevel): Rearranged definition order.
455         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
456         (wl-summary-target-mark-erase): Rewrite.
457         (wl-summary-erase-region): New function.
458         (wl-summary-exec-action-erase): Changed message.
459         (wl-summary-move-mark-list-messages): New function.
460         (wl-summary-exec-action-delete): Use it.
461         (wl-summary-exec-action-erase): Ditto.
462
463         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
464         (wl-summary-skip-mark-list): Added "d".
465
466         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
467         while searching.
468
469         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
470         and define using defcustom;
471         Define 4th element as a face.
472         
473         * wl-summary.el (wl-summary-incorporate): Use 
474         `wl-summary-prefetch-region-no-mark' instead of
475         `wl-summary-prefetch-region'.
476         (wl-summary-prefetch-region-no-mark): Revival of old
477         `wl-summary-prefetch-region'.
478         (wl-summary-mark-action-list): Moved to wl-vars.el
479
480         * wl-highlight.el (wl-highlight-summary-current-line): Decide
481         face according to the `wl-summary-mark-action-list'.
482         (wl-highlight-summary-current-line): Ditto;
483         Removed destination highlighting.
484
485         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
486         (wl-highlight-summary-line-string): Highlight for "i" mark.
487         (wl-highlight-summary-current-line): Ditto.
488
489         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
490         no destination.
491
492         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
493         exists, just go ahead.
494         (wl-summary-prefetch-region): Rewrite.
495         (wl-summary-prefetch): Ditto.
496         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
497         (wl-summary-exec-action-prefetch): New function.
498         (wl-summary-target-mark-prefetch): Rewrite.
499
500 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
501
502         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
503         (wl-highlight-summary-line-string): Added "d" and "D".
504         (wl-highlight-summary-current-line): Ditto.
505
506         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
507         in wl-summary.el.
508         (wl-thread-insert-entity-sub): Ditto.
509         (wl-thread-remove-destination-region): Ditto.
510         (wl-thread-print-destination-region): Ditto.
511
512         * wl-summary.el (wl-summary-buffer-refile-list,
513         wl-summary-buffer-delete-list,
514         wl-summary-buffer-copy-list): Abolish.
515         (wl-summary-buffer-temp-mark-list): New buffer local variable.
516         All other related portions are changed.
517         (wl-summary-mark-action-list): New variable.
518         (wl-summary-set-mark): New function.
519         (wl-summary-register-target-mark): Ditto.
520         (wl-summary-unregister-target-mark): Ditto.
521         (wl-summary-have-target-mark-p): Ditto.
522         (wl-summary-register-temp-mark): Ditto.
523         (wl-summary-unregister-temp-mark): Ditto.
524         (wl-summary-registered-temp-mark): Ditto.
525         (wl-summary-collect-temp-mark): Ditto.
526         (wl-summary-unset-mark): Ditto.
527         (wl-summary-set-target-mark): Ditto.
528         (wl-summary-unset-target-mark): Ditto.
529         (wl-summary-set-action-generic): Ditto.
530         (wl-summary-unset-action-generic): Ditto.
531         (wl-summary-exec-action-delete): Ditto.
532         (wl-summary-exec-action-erase): Ditto.
533         (wl-summary-set-action-refile): Ditto.
534         (wl-summary-set-action-refile-subr): Ditto.
535         (wl-summary-unset-action-refile): Ditto.
536         (wl-summary-make-destination-numbers-list): Ditto.
537         (wl-summary-exec-action-refile): Ditto.
538         (wl-summary-set-action-copy): Ditto.
539         (wl-summary-unset-action-copy): Ditto.
540         (wl-summary-exec-action-copy): Ditto.
541         (wl-summary-collect-numbers-region): Ditto.
542         (wl-summary-delete): Rewrite.
543         (wl-summary-erase): Ditto.
544         (wl-summary-remove-destination): Ditto.
545         (wl-summary-exec): Ditto.
546         (wl-summary-exec-region): Ditto.
547         (wl-summary-target-mark-erase): Ditto.
548         (wl-summary-refile): Ditto.
549         (wl-summary-copy): Ditto.
550         (wl-summary-unmark): Ditto.
551         (wl-summary-delete-all-mark): Ditto.
552         (wl-summary-mark-line): Don't highlight.
553         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
554         (wl-summary-target-mark-refile-subr): Rewrite.
555
556         (wl-summary-copy-prev-destination): Abolish.
557
558 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
559
560         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
561         default values along the value of wl-on-mule.
562         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
563         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
564         It is not used anywhere.
565
566 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
567
568         * wl-summary.el (wl-summary-print-destination): Keep position.
569         (wl-summary-cursor-move-surface): Keep horizontal position.
570
571 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
572
573         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
574         write sendlog.
575
576 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
577
578         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
579         `wl-summary-highlight'.
580
581 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
582
583         * wl-highlight.el (wl-highlight-summary-current-line): Remove
584         trivial condition for temp-mark.
585
586 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
587
588         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
589         when it hits killed buffer.
590
591 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
592
593         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
594         * wl-news.el.in: `message' and `error' take format string.
595
596 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
597
598         * wl-folder (wl-folder-insert-entity): Display a message,
599         `...done', when the work finish.
600         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
601
602 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
603
604         * wl-message.el (wl-message-redisplay): Remove unused local
605         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
606
607 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
608
609         * wl-summary.el (wl-summary-replace-status-marks): Disable
610         interactive use.
611         (wl-summary-reedit): Check message existence at first.
612         (wl-summary-mark-line): Fix doc, return value is indefinite.
613
614         * wl-highlight.el (wl-highlight-message): Arranged.
615
616         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
617         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
618         check temp-mark by wl-summary-temp-mark always.
619         (wl-highlight-summary): Change accordingly.
620         * wl-summary.el (wl-summary-mark-as-read-all)
621         (wl-summary-delete-cache, wl-summary-set-score-mark)
622         (wl-summary-mark-as-unread, wl-summary-unmark)
623         (wl-summary-mark-line, wl-summary-mark-as-read)
624         (wl-summary-mark-as-important): Ditto.
625
626         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
627         end of the window if possible.
628         * wl-summary.el (wl-summary-sync-update): Support lazy
629         highlighting.
630         (wl-summary-toggle-disp-msg): Ditto.
631
632 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
633
634         * wl-util.el (wl-as-coding-system): Define for non-mule too.
635
636 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
637
638         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
639         change.
640
641 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
642
643         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
644         API.
645         (wl-summary-sync-update): Ditto.
646
647         * wl-score.el (wl-score-get-score-alist): Changed argument.
648         (wl-summary-rescore-msgs): Likewise.
649         (wl-summary-score-headers): Likewise.
650         (wl-score-headers): Likewise;
651         Use elmo-folder-do-each-message-entity, etc.
652         (wl-summary-score-effect): Follow the changes above.
653         (wl-summary-rescore): Ditto.
654         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
655         (wl-score-get-overview): Abolish.
656
657         * wl-summary.el (wl-summary-default-from): Follow the API change in
658         elmo-msgdb.
659         (wl-summary-count-unread): Ditto.
660         (wl-summary-detect-mark-position): Ditto.
661         (wl-summary-overview-entity-compare-by-date): Ditto.
662         (wl-summary-overview-entity-compare-by-number): Ditto.
663         (wl-summary-overview-entity-compare-by-from): Ditto.
664         (wl-summary-overview-entity-compare-by-subject): Ditto.
665         (wl-summary-get-list-info): Ditto.
666         (wl-summary-rescan): Ditto.
667         (wl-summary-jump-to-msg-by-message-id): Ditto.
668         (wl-summary-sync-update): Ditto; Removed comment.
669         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
670         (wl-summary-insert-message): Use wl-summary-insert
671         (wl-summary-insert-sequential): Changed argument msgdb to folder.
672         (wl-summary-insert-headers): Changed argument overview to folder.
673         (wl-summary-search-by-subject): Likewise.
674         (wl-summary-insert-thread): Renamed from 
675         wl-summary-insert-thread-entity and changed argument msgdb to folder.
676
677         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
678         too.
679
680         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
681         wl-string-member.
682
683 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
684
685         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
686         elmo-folder-append-buffer.
687         (wl-draft-queue-append): Likewise.
688
689         * wl-mime.el (wl-message-delete-current-part): Ditto.
690         (wl-summary-burst-subr): Ditto.
691
692         * wl-news.el.in (wl-news-send-news): Ditto.
693
694 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
695
696         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
697         function.
698         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
699         (wl-summary-update-mark): Enclose with save-excursion.
700         (wl-summary-mark-as-read-internal): Fixed last change.
701         (wl-summary-mark-as-important): Use 3rd argument of
702         elmo-folder-unmark-important, elmo-folder-mark-as-important;
703         Don't use elmo-msgdb-set-mark.
704         (wl-summary-redisplay-internal): If msgdb flag is already read,
705         just update the mark on buffer.
706
707 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
708
709         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
710         cut visible folder when elmo-folder-delete returns non-nil value.
711
712 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
713
714         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
715         by Kenichi OKADA <okada@opaopa.org>).
716
717 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
718
719         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
720
721 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
722
723         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
724         Fixed the last change, search group entity by its real name.
725         (Thanks to: KOBAYASHI Shinji)
726
727 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
728
729         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
730         (wl-fldmgr-access-display-all): Don't refer visible name.
731         * wl-expire.el (wl-folder-archive-current-entity)
732         (wl-folder-expire-current-entity): Ditto.
733         * wl-folder.el (wl-folder-jump-to-current-entity)
734         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
735         (wl-folder-open-folder-sub,wl-folder-open-all)
736         (wl-folder-write-current-folder): Ditto.
737         (wl-folder-insert-entity): Don't use petname for normal group.
738         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
739         is the real name.
740         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
741         Abolished.
742
743 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
744
745         * wl-draft.el (wl-draft-create-buffer): Add
746         `wl-summary-reply-with-citation'
747
748 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
749
750         * wl-draft.el (wl-draft-reply): Fixed.
751
752 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
753
754         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
755         when `wl-draft-send-confirm-with-preview' is non-nil.
756         You can scroll up/down by j/k.
757         (wl-draft-send-confirm-with-preview): New variable (default=t).
758
759 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
760
761         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
762         (wl-fldmgr-save-folders): Fix comment.
763
764 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
765
766         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
767         along the last change in `wl-folder-buffer-group-p'.
768
769 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
770
771         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
772         folder.
773
774         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
775         the default value.
776
777         * wl-mime.el (wl-summary-burst): Update summary only when target
778         folder equals current folder.
779
780 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
781
782         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
783
784 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
785
786         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
787         value.
788
789 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
792         `map-extents' instead of `extent-at' repeatedly.
793         (wl-highlight-folder-current-line): Ditto.
794
795         * wl-highlight.el: Remove useless dummy functions.
796
797 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
798
799         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
800         (wl-folder-put-folder-property): New function to put text property.
801         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
802         (wl-folder-insert-entity, wl-folder-update-diff-line)
803         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
804         * wl-e21.el, wl-xmas.el, wl-mule.el
805         (wl-highlight-folder-current-line): Ditto.
806         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
807         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
808         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
809         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
810
811 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
812
813         * Version number is increased to 2.11.3.
814
815 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
816
817         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
818         Resume current-buffer since it is assumed by remaining tasks.
819
820 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
821
822         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
823         (wl-folder-completion-function): Abolished.
824         (wl-folder-complete-folder): New function.
825         (wl-folder-complete-filter-condition): Ditto.
826         * wl-summary.el (wl-summary-read-folder): Change accordingly.
827         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
828
829 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
830
831         * wl-draft.el (wl-draft-send-confirm): New function.
832         (wl-draft-send): Use it.
833
834         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
835         cursor-in-echo-area while confirming.
836
837         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
838
839         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
840         searching via nntp if wl-summary-search-via-nntp is 'force.
841         Otherwise, invoke searching in nntp folder only.
842         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
843
844         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
845         explicitly for mime-make-text-tag.
846
847 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
848
849         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
850         `mime-make-text-tag' instead of `mime-create-tag'.
851
852 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
853
854         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
855         (wl-fldmgr-add-completion-subr): Rewrite conditional.
856
857 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
858
859         * wl-score.el (wl-score-save): Bind print-length and print-level.
860         (wl-score-pretty-print): Ditto.
861         (wl-score-edit-insert-header-entry): Ditto.
862
863         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
864         "From" entry to be treated with wl-draft-eword-encode-address-list.
865         * wl-mime.el (wl-draft-preview-message): Ditto.
866
867         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
868         (wl-summary-mark-as-unread): Ditto.
869         (wl-summary-mark-as-read-region): Change accordingly.
870         (wl-summary-mark-as-unread-region): Ditto.
871         (wl-summary-target-mark-mark-as-read): Ditto.
872         (wl-summary-target-mark-mark-as-unread): Ditto.
873
874 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
875
876         * Version number is increased to 2.11.2.
877
878 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
879
880         * wl-news.el.in (wl-news-previous-version-save): Bind
881         print-length and print-level.
882         * wl-thread.el (wl-thread-save-entities): Ditto.
883         (wl-thread-save-top-list): Bind print-length.
884
885 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
886
887         * wl-highlight.el (wl-highlight-summary-line-string): Use
888         wl-summary-score-below-mark, wl-summary-score-over-mark.
889         (wl-highlight-summary-current-line): Ditto.
890
891 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
892
893         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
894         insert it.
895
896 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
897
898         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
899
900 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
901
902         * wl-mime.el (wl-message-delete-current-part): Avoid error on
903         message without msgid.
904         Rewrite with elmo-folder-move-messages.
905         Set wl-message-buffer to nil.
906
907         * wl-summary.el (wl-summary-erase-subr): New function. Use
908         elmo-folder-move-messages.
909         (wl-summary-erase): Call it.
910         (wl-summary-target-mark-erase): Ditto.
911
912 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
913
914         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
915         it is not up-tp-date.
916
917 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
918
919         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
920         buffer after calling `wl-summary-goto-folder-subr' without the
921         argument `interactive'.
922         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
923
924 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
925
926         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
927         `mime-create-tag'. Use `string=' instead of `looking-at'.
928
929 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
930
931         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
932         to avoid compile warning.
933
934         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
935         entity-id when folder is given.
936         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
937         save-excursion, use save-selected-window instead.
938         Select folder buffer window if exists.
939         (To correct behavior with wl-folder-move-cur-folder.)
940
941 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
942
943         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
944
945 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
946
947         * wl-summary.el (wl-summary-line-list-info): Use %f to make
948         list-count instead of %d.
949
950 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
951
952         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
953         (wl-news): Set it.
954         (wl-news-append-to-folder): Use it.
955
956         * wl-news.el.in (wl-news-send-news): Append to specified folder
957         instead of wl-default-folder.
958         (wl-news-append-to-folder): Show error message with specified folder.
959
960         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
961                 In most major modes, Emacs assumes that any opening
962                 delimiter found at the left margin is the start of a
963                 top-level definition, or defun. Therefore, *never put an
964                 opening delimiter at the left margin unless it should have
965                 that significance.*
966
967         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
968
969 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
970
971         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
972
973 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
974
975         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
976
977 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
978
979         * wl-summary.el (wl-summary-mark-collect): Revive missing return
980         for sequential numbering case.
981
982 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
983
984         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
985         value.
986         (wl-draft-reply-without-argument-list): Ditto.
987         (wl-draft-reply-myself-with-argument-list): Abolish.
988         (wl-draft-reply-myself-without-argument-list): Ditto.
989         * wl-draft.el (wl-draft-self-reply-p): New function.
990         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
991
992 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
993
994         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
995         (avoid error for the case without byte-compiling)
996
997 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
998
999         * wl-news.el.in (wl-news-append-to-folder): New function.
1000         (wl-news-exit): Rewrite.
1001         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1002
1003 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1004
1005         * wl-draft.el (wl-draft-reply-position): New function.
1006         (wl-draft-reply-position): Fix.
1007         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1008         (wl-summary-target-mark-reply-with-citation): Ditto.
1009         (wl-summary-reply-with-citation): Ditto.
1010         * wl-vars.el (wl-draft-reply-default-position): New variable.
1011
1012 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1013
1014         * wl-draft.el (wl-draft-send): Preview when interactive send.
1015
1016 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1017
1018         * wl-draft.el (wl-draft-reply): Set default position.
1019         * wl-summary.el (wl-summary-reply): Ditto.
1020         (wl-summary-reply-with-citation): Ditto.
1021         (wl-summary-target-mark-reply-with-citation): Ditto.
1022
1023 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1024
1025         * wl-news.el.in (wl-news-lang): Set default value according to
1026         current-language-environment.
1027         (wl-news-append-news): Do nothing when news-list is nil.
1028
1029 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1030
1031         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1032         (wl-news): Change message.
1033         (wl-news-exit): Check buffer.
1034         (wl-news-force-exit): New function.
1035         (wl-news-show-all): New function.
1036         (wl-news-discard-and-exit): Fix.
1037
1038 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1039
1040         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1041         according to current-language-environment.
1042
1043         * wl-news.el.in (wl-news): If arg, show all NEWS after
1044         wl-news-default-previous-version.
1045
1046 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1047
1048         * wl-news.el.in (wl-news-check): Rewritten.
1049         (wl-news-previous-version-load): Change data type.
1050         (wl-news-previous-version-save): Change data type.
1051         (wl-news-append-news): Add return value.
1052         (wl-news-check-news): New function.
1053         (wl-news-already-current-p): New function.
1054         (wl-news-send-news): Rewritten.
1055         (wl-news-mode-map): Add new keybind.
1056         (wl-news): Rewritten.
1057         (wl-news-exit): Rewritten.
1058         (wl-news-discard-and-mail): New function.
1059         (wl-news-send-to-address): Abolished.
1060         * wl.el (wl-init): Delete a message.
1061
1062 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1063
1064         * wl-news.el.in (wl-news-exit): Update previous version.
1065         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1066
1067 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1068
1069         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1070
1071 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1072
1073         * wl-news.el.in (wl-news): New function.
1074         (wl-news-mode): New function.
1075         (wl-news-next-line): New function.
1076         (wl-news-next-page): New function.
1077         (wl-news-exit): New function.
1078         (wl-news-buf-name): New variable.
1079         (wl-news-mode-map): New variable.
1080         (wl-news-winconf): New variable.
1081         (wl-news-append-news): Add an option.
1082
1083 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1084
1085         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1086
1087 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1088
1089         * wl-news.el.in (wl-news-send-to-address): New variable.
1090         (wl-news-send-news): Use it.
1091         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1092         Return updating status.
1093         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1094
1095 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1096
1097         * wl-news.el.in (wl-news-send-news): Delete
1098         Organization and X-Face.
1099
1100 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1101
1102         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1103         (wl-news-append-news): New function.
1104         (wl-news-send-news): New function.
1105
1106 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1107
1108         * Version number is increased to 2.11.1.
1109
1110 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1111
1112         * wl-news.el.in : New file.
1113
1114 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1115
1116         * wl-vars.el (wl-draft-reply-with-argument-list): Change
1117         default value.
1118         (wl-draft-reply-without-argument-list): Ditto.
1119
1120 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1121
1122         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
1123         (wl-message-buffer-prefetch-idle-time): Ditto.
1124         (wl-message-buffer-prefetch-folder-type-list): Ditto.
1125
1126 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1127
1128         * wl-thread.el (wl-thread-insert-message): Use
1129         wl-summary-max-thread-depth.
1130
1131         * wl-summary.el (wl-summary-insert-thread-entity): Refined
1132         loop detection.
1133
1134         * wl-message.el (wl-message-buffer-display): Back to the first page
1135         when cache is hit.
1136
1137 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1138
1139         * wl-vars.el (wl-summary-max-thread-depth): New user option.
1140
1141         * wl-summary.el (wl-summary-insert-thread-entity):
1142         If the thread depth is reached to wl-summary-max-thread-depth,
1143         divide the thread.
1144
1145 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
1146
1147         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
1148         for elmo-remove-passwd.
1149
1150 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
1151
1152         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
1153         folder is sticky.
1154         (wl-folder-mark-as-read-all-entity): Ditto.
1155         (wl-folder-prefetch-entity): Ditto.
1156
1157 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
1158
1159         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
1160
1161 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1162
1163         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
1164         Delete messages on buffer for unplugged operation.
1165         (wl-summary-erase): Ditto.
1166
1167 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1168
1169         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
1170         take nil so as not to search parent by subject.
1171
1172 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1173
1174         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
1175         (wl-folder-get-next-folder): Ditto.
1176         (wl-folder-get-path): Ditto.
1177
1178 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1179
1180         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
1181         system and encode the region with it before verifying.
1182
1183 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1184
1185         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
1186         system of the echo buffer before decoding.
1187
1188 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1189
1190         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
1191         original contents.
1192
1193 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
1194
1195         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
1196         with argument 'any-exists.
1197
1198 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1199
1200         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
1201         Use `wl-cs-autoconv'.
1202
1203 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1204
1205         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
1206         by `mime-view-automatic-conversion'.
1207
1208         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
1209         (wl-message-verify-pgp-nonmime): Ditto.
1210         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
1211         Bind them to C-c:d and C-c:v respectively.
1212
1213         Merge following code by Teranishi-san from [wl-en:00167].
1214         * wl-mime.el (wl-mime-preview-application/pgp): New function.
1215         (wl-mime-preview-application/pgp-encrypted): Ditto.
1216         (wl-mime-setup): Add entry.
1217
1218 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1219
1220         * wl-summary.el (wl-summary-target-mark-erase): New function.
1221         Bind it to "mD".
1222
1223 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
1224
1225         * wl-vars.el (wl-draft-write-file-function): Fix.
1226         (wl-draft-reedit-hook): Changed default value.
1227
1228         * wl-draft.el (wl-draft-edit-string): Set cursor point for
1229         wl-draft-reedit-hook.
1230         (wl-draft-remove-text-plain-tag): New function.
1231         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
1232
1233         * wl-vars.el (wl-draft-write-file-function): New user option.
1234
1235         * wl-draft.el (wl-draft-prepare-edit): Use it for
1236         local-write-file-hooks.
1237         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
1238
1239         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
1240         (wl-draft-insert-mail-header-separator): Return the body beginning
1241         point.
1242         (wl-draft-reedit): Remove the mime-edit tag if the first part is
1243         text/plain.
1244         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
1245
1246 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1247
1248         * wl-summary.el (wl-summary-erase): New function to erase message
1249         without moving it to trash. Bind to "D".
1250
1251         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
1252         as `keep' unless switch-function.
1253
1254 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1255
1256         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
1257         message buffer by using `wl-summary-toggle-disp-msg'.
1258         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
1259         buffer window.
1260         (wl-summary-supresedes-message): Ditto.
1261
1262         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
1263         Do not delete other windows.
1264         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
1265         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
1266         (wl-draft-create-buffer): Set reply-or-forward also for target
1267         mark commands.
1268
1269 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1270
1271         * wl-draft.el (wl-user-agent-compose): Delete special case for
1272         switch-to-buffer-other-window.
1273
1274         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
1275         (wl-summary-forward): Ditto.
1276
1277         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
1278         function.
1279         (wl-draft-buffer-style): New use option.
1280
1281         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
1282         (wl-draft): Follow the change above.
1283         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
1284         wl-draft-buffer-style.
1285         (wl-user-agent-compose): Bind wl-draft-buffer-style with
1286         switch-function.
1287
1288 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
1289
1290         * wl-draft.el (wl-user-agent-compose): Delete special case for
1291         switch-to-buffer-other-window.
1292
1293         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
1294         (wl-summary-forward): Ditto.
1295
1296         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
1297         function.
1298         (wl-draft-buffer-style): New use option.
1299
1300         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
1301         (wl-draft): Follow the change above.
1302         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
1303         wl-draft-buffer-style.
1304         (wl-user-agent-compose): Bind wl-draft-buffer-style with
1305         switch-function.
1306
1307 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
1308
1309         * wl-address.el (wl-address-make-completion-entry): Extracted from
1310         `wl-address-make-completion-list'.
1311         (wl-address-enable-strict-loading): New variable.
1312         (wl-address-make-completion-list): Revive petname duplication
1313         inquiry, and enable it if `wl-address-enable-strict-loading'.
1314         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
1315
1316 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
1317
1318         * wl-message.el (wl-message-get-original-buffer): Avoid
1319         'Selecting deleted buffer' error when original buffer is killed.
1320
1321 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
1322
1323         * wl-summary.el (wl-summary-next-message): Use
1324         elmo-message-accessible-p instead of elmo-message-cached-p.
1325
1326 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
1327
1328         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
1329
1330         * wl-thread.el (wl-thread-open-all-unread): Use
1331         elmo-folder-list-flagged instead of
1332         elmo-folder-list-messages-mark-match.
1333
1334         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
1335         instead of elmo-folder-list-messages-mark-match.
1336         (wl-summary-move-spec-alist): New variable.
1337         (wl-summary-move-spec-plugged-alist,
1338         wl-summary-move-spec-unplugged-alist): Abolish.
1339         (wl-summary-next-message): Follow the change above.
1340         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
1341         with 'no-msg' argument.
1342
1343         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
1344         variable.
1345         (wl-message-buffer-prefetch-move-spec-plugged-alist,
1346         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
1347         (wl-message-buffer-prefetch-get-next): Follow the change above.
1348
1349 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
1350
1351         * wl-version.el (wl-version): Changed codename.
1352
1353         * Version number is increased to 2.11.0.
1354
1355 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1356
1357         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
1358         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
1359         `wl-draft-config-variables'.
1360         (wl-draft-kill): Fixed problem when the draft is reedit.
1361
1362 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
1363
1364         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
1365         buffer-modified status (Thanks to
1366         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
1367
1368 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
1369
1370         * wl-util.el (wl-region-exists-p): New function.
1371
1372         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
1373         Remove defvars for byte-compile warnings.
1374
1375 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1376
1377         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
1378         defvar-maybe. Removed unused bind.
1379
1380 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1381
1382         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
1383         summary buffer window before creating new frame.
1384         (wl-draft-reply): Ditto.
1385
1386 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1387
1388         * wl-mime.el (toplevel): Avoid byte-compile warnings.
1389
1390 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1391
1392         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
1393
1394 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1395
1396         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
1397         instead of `kill-region'.
1398
1399 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
1400
1401         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
1402         (wl-highlight-summary-line-string): Use it.
1403         (wl-highlight-summary-current-line): Ditto.
1404
1405         * wl-mime.el (wl-message-delete-current-part): Check the class of
1406         mime-entity.
1407
1408         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
1409
1410         * wl-summary.el (wl-summary-make-number-list): Initialize.
1411         (wl-summary-update-mark): New function.
1412         (wl-summary-reply): Put `answered' mark on the message.
1413         (wl-summary-reply): Set `number' argument to wl-draft-reply.
1414
1415         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
1416         (wl-draft-reply): Added optional argument `number';
1417         Set wl-draft-parent-number.
1418         (wl-draft-kill): Delete answered mark if it is a reply.
1419
1420 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1421
1422         * wl-mime.el (wl-mime-preview-follow-current-region): New function
1423         that originates in mime-preview-follow-current-entity.
1424         (wl-draft-yank-current-message-entity): Use it if region is active.
1425
1426         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
1427         * wl-e21.el (wl-message-define-keymap): Bind "D" for
1428         `wl-message-delete-current-part'.
1429         * wl-mule.el (wl-message-define-keymap): Ditto.
1430         * wl-xmas.el (wl-message-define-keymap): Ditto.
1431
1432 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1433
1434         * wl-mime.el (wl-message-delete-current-part): New function.
1435         (wl-mime-node-id-to-string): Ditto.
1436
1437         * wl-mime.el (wl-message-delete-current-part): Use existing
1438         original buffer which corresponds current mime-view buffer.
1439         (fetched buffer might have different structure, possibly)
1440
1441         * wl-mime.el (wl-message-delete-current-part): Quit if the
1442         message content differs from the actual message.
1443
1444 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
1445
1446         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
1447         order.
1448         (wl-summary-search-by-subject): Search parent message from tail;
1449         Check the existence of the parent message on the current thread tree.
1450         (wl-summary-update-thread): Check whether the line is inserted.
1451
1452 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1453
1454         * wl-vars.el (wl-summary-line-format): Undo last change.
1455         * wl-summary.el (wl-summary-print-destination): Do not put
1456         invisible property when `wl-summary-width' is nil.
1457         (wl-summary-line-subject-minimum-length): Abolished.
1458         (wl-summary-line-subject): Ditto.
1459
1460 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1461
1462         * wl-vars.el (wl-summary-line-format): Change default value.
1463         (wl-summary-subject-length-limit): Abolished.
1464         * wl-summary.el (wl-summary-line-subject): Ditto.
1465
1466 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1467
1468         * wl-template.el (wl-template-select): Added optional argument.
1469         If optional argument is specified, reverse
1470         `wl-template-visible-select'.
1471
1472 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1473
1474         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
1475         Take prefix argument to force asking the destination folder.
1476
1477 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1478
1479         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
1480         count and update status.
1481
1482 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
1483
1484         * wl-summary.el (wl-summary-redisplay-internal): If
1485         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
1486         after fetching.
1487
1488 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1489
1490         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
1491         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
1492
1493         * wl-vars.el (toplevel): Require 'elmo-msgdb.
1494
1495 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
1496
1497         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
1498         (All other related portions are changed).
1499         (wl-summary-mark-as-read-all): Rewrite.
1500
1501 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1502
1503         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
1504         `wl-summary-mark-as-read'.
1505         (wl-summary-mark-as-unread): Rewrite.
1506         (wl-summary-mark-as-read): Added no-modeline argument.
1507         (wl-summary-resume-cache-status): Rewrite.
1508         (wl-summary-exec-subr): Remove unused local variable.
1509
1510 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1511
1512         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
1513         logic to call `wl-summary-buffer-prev-folder-function'.
1514         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
1515
1516 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1517
1518         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
1519         is nil.
1520
1521 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1522
1523         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
1524         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
1525         (wl-mime-setup): Add its entry.
1526
1527 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
1528
1529         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
1530         (wl-summary-delete-cache): Likewise.
1531         (wl-summary-mark-as-read): Rewrite.
1532
1533 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
1534
1535         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
1536         `wl-summary-count-unread'.
1537
1538         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
1539
1540         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
1541
1542 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
1543
1544         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
1545         wl-summary-new-mark, wl-summary-unread-uncached-mark,
1546         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
1547         Renamed to the elmo-msgdb-*-mark.
1548         (wl-summary-score-marks): Follow the change above.
1549         (wl-summary-auto-refile-skip-marks): Ditto.
1550         (wl-summary-incorporate-marks): Ditto.
1551         (wl-summary-expire-reserve-marks): Ditto.
1552
1553         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
1554         changes.
1555         (wl-thread-insert-top): Changed updating message.
1556
1557         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
1558         variable.
1559         (wl-summary-count-unread): Count answered marks.
1560         (wl-summary-rescan): Call wl-summary-insert-message instead of
1561         wl-summary-append-message-func-internal.
1562         (wl-summary-rescan): Don't call wl-summary-make-number-list.
1563         (wl-summary-prefetch-msg): Follow the variable name changes.
1564         (wl-summary-prefetch-region): Ditto.
1565         (wl-summary-mark-as-read-all): Follow the API changes;
1566         Don't call elmo-folder-replace-marks.
1567         (wl-summary-delete-cache): Follow the variable name changes.
1568         (wl-summary-resume-cache-status): Ditto.
1569         (wl-summary-update-status-marks): New function.
1570         (wl-summary-insert-message): New function.
1571         (wl-summary-sync-marks): Follow the variable name changes.
1572         (wl-summary-sync-update): Synchronize to the msgdb, too;
1573         Changed update messages.
1574         (wl-summary-make-number-list): Rewrite.
1575         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
1576         (wl-summary-mark-as-unread): Follow the API changes.
1577         (wl-summary-exec-subr): Follow the variable name changes.
1578         (wl-summary-mark-as-read): Ditto.
1579         (wl-summary-move-spec-plugged-alist): Ditto.
1580         (wl-summary-move-spec-unplugged-alist): Ditto.
1581         (wl-summary-cursor-move-surface): Ditto.
1582
1583         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1584         variable name changes.
1585         (wl-highlight-summary-current-line): Ditto.
1586
1587         * wl-expire.el (wl-expire-refile): Follow the API change in
1588         elmo-folder-move-messages.
1589         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1590         (wl-summary-archive): Use elmo-folder-msgdb instead of
1591         elmo-msgdb-load.
1592
1593 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1594
1595         * wl-mime.el (wl-draft-preview-message): Restore the position
1596         before evaluating wl-draft-send-hook in preview buffer.
1597
1598 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1599
1600         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
1601         when it creates new draft buffer.
1602
1603         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
1604         without argument.
1605
1606         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
1607         Evaluate content and if the value is string, insert it.
1608         (wl-draft-config-sub-body,wl-draft-config-sub-top,
1609         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
1610         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
1611         wl-draft-config-sub-part-bottom): Use it.
1612
1613         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
1614         with the folder name. The question was unintelligible when it is
1615         called from wl-save-status.
1616
1617 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1618
1619         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
1620         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
1621         cannot take second argument).
1622
1623 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1624
1625         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
1626         as t. Since type and subtype are not case sensitive (RFC 2045).
1627
1628 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1629
1630         * wl-vars.el (wl-message-mode-line-format): New variable.
1631         (wl-message-mode-line-format-spec-alist): Ditto.
1632         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
1633         (wl-message-redisplay): Use wl-message-mode-line-format.
1634
1635 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
1636
1637         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
1638
1639 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1640
1641         * wl-summary.el (wl-summary-default-from): Write description.
1642
1643 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
1644
1645         * wl-vars.el (wl-ldap-objectclass): Abolish.
1646
1647         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
1648         (wl-ldap-make-filter): Removed condition for objectclass.
1649         (wl-ldap-make-matched-value-list): Remove meaningless process.
1650         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
1651         (wl-address-ldap-search): Don't add `*' to `pat' string;
1652         use ignore-errors; added `email';
1653         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
1654         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
1655         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
1656
1657
1658 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1659
1660         * wl-draft.el (wl-draft-parent-folder): Write description.
1661         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
1662
1663 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1664
1665         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
1666         as "" (zero-length string) if no parent.
1667         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
1668
1669 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
1670
1671         * wl-address.el (wl-address-make-completion-list): Skip duplication
1672         checking.
1673         (wl-address-make-address-list): use `cons' and `nreverse' instead of
1674         `append'.
1675
1676 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1677
1678         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
1679         instead of `beginning-of-buffer'.
1680
1681 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1682
1683         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
1684
1685 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
1686
1687         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
1688         Refer wl-message-buffer-name.
1689         (wl-message-wheel-down): Ditto.
1690
1691 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
1692
1693         * wl-vars.el (wl-message-buffer-name): New user option.
1694
1695         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
1696         directly instead of making alist dinamically.
1697
1698         * wl-message.el (wl-message-buffer-cache-name): Abolish.
1699         (wl-message-buffer-create): Use wl-message-buffer-name instead of
1700         wl-message-buffer-cache-name.
1701         (wl-message-buffer-cache-clean-up): Ditto.
1702
1703         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
1704
1705         * Version number is increased to 2.9.15.
1706
1707 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
1708
1709         * wl-vars.el (wl-summary-default-view-alist): New user option.
1710
1711         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
1712
1713         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
1714         while deleting address.
1715         (wl-draft-delete-myself-from-cc): Ditto.
1716
1717         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
1718         If optional argument is specified, reverse sort order.
1719
1720         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
1721
1722 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1723
1724         * wl-thread.el (wl-thread-insert-message): Return parent number if
1725         exists.
1726         (wl-thread-update-indent-string-region): Use
1727         wl-thread-update-line-on-buffer-sub instead of
1728         wl-thread-update-line-on-buffer.
1729
1730 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1731
1732         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
1733         (wl-folder-close-all): Ditto.
1734
1735 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1736
1737         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
1738         and mailing-list:.
1739         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
1740         value.
1741         (wl-summary-line-list-info): Print mailing-list name even when 
1742         list-number is empty.
1743
1744 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1745
1746         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
1747
1748         * wl-draft.el (wl-draft-confirm): Abolished since not used.
1749         (wl-draft-open-file): Ditto.
1750         (wl-draft-random-alphabet): Ditto.
1751
1752         * wl-summary.el (wl-summary-mode-map): Remove already abolished
1753         bindings.
1754
1755 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1756
1757         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
1758         * wl-vars.el (wl-draft-config-alist): Ditto.
1759
1760 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
1761
1762         * Version number is increased to 2.9.14.
1763
1764         * wl.el (wl): Don't set wl-init as nil when error occured while
1765         auto-checking folders.
1766
1767         * wl-util.el (wl-expand-newtext): Re-define as an alias for
1768         `elmo-expand-newtext'.
1769
1770 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1771
1772         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
1773         `this-command' so that `wl-folder-goto-folder' contained in
1774         `wl-summary-keep-cursor-command' work.
1775
1776 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1777
1778         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
1779         message buffer displaying state.
1780
1781 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1782
1783         * wl-vars.el (wl-summary-default-view): New variable to specify
1784         default value for `wl-summary-buffer-view' instead of using
1785         set-default.
1786         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
1787
1788 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1789
1790         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
1791
1792         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
1793
1794 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
1795
1796         * wl-vars.el (wl-forward-subject-prefix): New variable.
1797         * wl-draft.el (wl-draft-forward): Use it.
1798
1799 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1800
1801         * wl-message.el (wl-message-prev-page): When it is called without
1802         lines argument, scroll down by wl-message-scroll-amount lines.
1803         (wl-message-next-page): Ditto.
1804         * wl-vars.el (wl-message-scroll-amount): Change default value
1805         to preserve current behavior.
1806
1807 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1808
1809         * wl-summary.el (wl-summary-prefetch-msg): Bind
1810         `wl-message-entity' to call `wl-summary-from-function'.
1811
1812 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1813
1814         * wl-message.el (wl-message-buffer-create): Run
1815         wl-message-buffer-created-hook.
1816
1817 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
1818
1819         * wl-summary.el (wl-summary-sort-specs): New variable.
1820         (wl-summary-default-sort-spec): Ditto.
1821         (wl-summary-sort): Rewrite.
1822         (wl-summary-sort-by-list-info): New function.
1823
1824 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1825
1826         * wl-summary.el (wl-summary-get-list-info): New function.
1827         (wl-summary-sort): Rewrite.
1828         (wl-summary-line-list-info): Ditto.
1829         (wl-summary-line-list-count): Ditto.
1830         (wl-summary-refile-region): Fixed docstring.
1831
1832 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
1833
1834         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
1835         `wl-folder-entity-hashtb' as completion table.
1836
1837 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1838
1839         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
1840         only when this command is called interactively; silence the byte-
1841         compiler.
1842
1843 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1844
1845         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
1846         active in XEmacs.
1847
1848 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1849
1850         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
1851         plural lines.
1852
1853 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1854
1855         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
1856         of current line when the cursor is on the header name.
1857         (preserve behavior to move to b.o.h. and b.o.l. mutually)
1858
1859 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
1860
1861         * wl-util.el (wl-read-directory-name): Return displayed directory
1862         as the default value also on XEmacs.
1863
1864 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
1865
1866         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
1867         formatting.
1868
1869 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
1870
1871         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
1872         argument and when it is non-nil, check face property before
1873         highlighting for each line.
1874         (wl-highlight-summary-window): Set it.
1875
1876 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
1877
1878         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
1879         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
1880
1881         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
1882         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
1883         (wl-draft-get-fcc-list): Likewise.
1884
1885 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
1886
1887         * wl-thread.el (wl-thread-indent-regexp): Abolished.
1888         (wl-thread-entity-cur): Ditto.
1889         * wl-summary.el (wl-summary-buffer-set-folder): Removed
1890         wl-thread-indent-regexp setting.
1891         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
1892
1893         * wl-summary.el (wl-summary-display-top): Highlight summary window when
1894         wl-summary-lazy-highlight.
1895         (wl-summary-display-bottom): Ditto.
1896
1897         * wl-thread.el (wl-thread-open-close): Likewise.
1898
1899         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
1900         from and subject;
1901         Bind wl-draft-use-frame;
1902         Enclose with save-window-excursion;
1903         Use wl-draft-create-buffer instead of with-temp-buffer;
1904         Use wl-draft-prepare-edit;
1905         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
1906         Use wl-draft-send instead of wl-draft-raw-send.
1907
1908 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1909
1910         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
1911         of using wl-from.
1912
1913 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
1914
1915         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
1916         insert-buffer instead of clone-buffer.
1917         (wl-draft-doing-mime-bcc): New variable.
1918         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
1919         infinite loop.
1920         (wl-draft-do-mime-bcc): Use wl-from for From field value.
1921
1922         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
1923         (wl-draft-mime-bcc-body): Ditto.
1924
1925         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
1926         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
1927         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
1928         wl-draft-do-mime-bcc.
1929         (wl-draft-mime-bcc-field): New function.
1930         (wl-draft-do-mime-bcc): Ditto.
1931
1932         * wl-address.el (wl-address-complete-header-list): New variable.
1933         (wl-address-complete-header-regexp): Changed default value.
1934
1935         * Version number is increased to 2.9.13.
1936
1937 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
1938
1939         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
1940         it is differed.
1941
1942 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1943
1944         * wl-summary.el (wl-summary-line-list-info): Rewrite.
1945         (wl-summary-line-list-count): Ditto.
1946
1947 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
1948
1949         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
1950         (wl-nntp-posting-function): New variable.
1951         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
1952         `wl-nntp-posting-config-alist'.
1953
1954 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1955
1956         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
1957         FLIM.
1958
1959 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
1960
1961         * wl-summary.el (wl-summary-target-mark-refile-sub):
1962         Remove a nuisance funcall.
1963
1964 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
1965
1966         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
1967         as t for `try-completion'.
1968
1969 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
1970
1971         * wl-summary.el (wl-summary-default-from): Use
1972         wl-address-header-extract-address instead of
1973         std11-extract-address-components.
1974         (wl-summary-simple-from): Ditto.
1975         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
1976         (wl-summary-insert-headers): Show message.
1977         (wl-summary-create-line): Set 4th argument of wl-set-string-width
1978         for whole line.
1979         (wl-summary-default-from): Revert last change.
1980         (wl-summary-simple-from): Ditto.
1981         (wl-summary-mark-as-read): Argument rearrangement and re-written.
1982         (wl-summary-mark-as-read-region): Follow the change above.
1983         (wl-summary-sync-marks): Ditto.
1984         (wl-summary-target-mark-mark-as-read): Ditto.
1985         (wl-summary-redisplay-internal): Ditto.
1986         (wl-summary-redisplay-no-mime-internal): Ditto.
1987         (wl-summary-redisplay-all-header): Ditto.
1988         (wl-summary-mark-as-read): Removed argument `cached';
1989         Use current cache status to set cache mark.
1990         (wl-summary-redisplay-internal): Follow the change above.
1991         (wl-summary-redisplay-no-mime-internal): Ditto.
1992         (wl-summary-redisplay-all-header): Ditto.
1993
1994         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
1995
1996         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
1997         Don't call itself recursively (Adviced by Yamaoka-san).
1998
1999 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2000
2001         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2002         bind wl-summary-highlight as nil to avoid error caused by missing
2003         local variables.
2004
2005 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2006
2007         * wl-vars.el (wl-invalid-character-message): New user option.
2008
2009         * wl-util.el (wl-set-string-width): If truncated string-width is
2010         larger than specified width, use `wl-invalid-character-message'.
2011
2012 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2013
2014         * wl-summary.el (wl-summary-prefetch-msg): 
2015         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2016
2017 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2018
2019         * wl-vars.el (wl-summary-check-line-format): New user option.
2020         (wl-summary-line-format-file): Ditto.
2021
2022         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2023         variable.
2024         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2025         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2026         and `wl-summary-view-old-p' to check whether do a rescan or not.
2027         (wl-summary-view-old-p): New function.
2028         (wl-summary-line-format-changed-p): Ditto.
2029         (wl-summary-line-format-save): Ditto.
2030         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2031
2032         * wl-util.el (wl-set-string-width): Avoid using negative number
2033         for make-string.
2034
2035 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2036
2037         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2038         return value.
2039
2040         * wl-util.el (wl-set-string-width): Added optional argument
2041         `padding' (All other related portions are changed).
2042         (wl-line-parse-format): If the first letter of column number is
2043         `0', zero-padding the result (ex: "%05l").
2044
2045         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2046
2047 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2048
2049         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2050         sequential summary view.
2051
2052 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2053
2054         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2055         if it doesn't have a -unix version.
2056
2057 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2058
2059         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2060
2061 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2062
2063         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2064         content.
2065         (wl-draft): Follow the change above.
2066
2067         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2068
2069         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2070         and wl-folder-summary-line-format-alist contain %T and %P.
2071
2072         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2073         (wl-summary-mode-line-format): New user option.
2074         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2075         (wl-summary-line-format): Changed default value.
2076         (wl-summary-lazy-highlight): Changed default value.
2077
2078         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2079         change in wl-summary-create-line.
2080         (wl-thread-insert-entity-sub): Ditto.
2081
2082         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2083         (wl-summary-buffer-unread-status): Ditto.
2084         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2085         (wl-summary-buffer-persistent-mark-column): Ditto.
2086         (wl-summary-buffer-mode-line-formatter): Ditto.
2087         (wl-summary-buffer-mode-line): Ditto.
2088         (wl-summary-message-regexp): Abolished.
2089         (All other related portions are changed.)
2090         (wl-summary-detect-mark-position): New function.
2091         (wl-summary-buffer-set-folder): Setup
2092         wl-summary-buffer-mode-line-formatter.
2093         (wl-summary-mode): Setup selective-display;
2094         Setup pre-idle-hook when xemacs.
2095         (wl-summary-update-modeline): Rewrite.
2096         (wl-summary-jump-to-msg): Define as function;
2097         Changed regexp for searching messages.
2098         (wl-summary-message-number): Rewrite.
2099         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2100         Do rescan when old type summary cache.
2101         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2102         (wl-summary-remove-destination): Use '\r' to detect EOL.
2103         (wl-summary-print-destination): Ditto.
2104         (wl-summary-temp-mark): New inline function.
2105         (wl-summary-persistent-mark): Ditto.
2106         (wl-summary-line-number): New function.
2107         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2108         (wl-summary-line-list-count): New function.
2109         (wl-summary-create-line): Added argument persistent-mark.
2110         (All other related portions are changed)
2111         (wl-summary-create-line): Insert '\r'.
2112         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2113         (wl-summary-cursor-move-surface): New inline function.
2114         (wl-summary-prev): Use it.
2115         (wl-summary-next): Ditto.
2116
2117         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
2118         wl-summary-message-regexp.
2119         (wl-highlight-summary): Delete progress message.
2120         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
2121
2122         * Version number is increased to 2.9.12.
2123
2124 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2125
2126         * wl-summary.el (wl-summary-line-subject-minimum-length): New
2127         variable (nil: no minimum).
2128         (wl-summary-line-subject): Add some spaces after subject by
2129         wl-summary-line-subject-minimum-length.
2130
2131 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2132
2133         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
2134         and removed `F'.
2135         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
2136         change above).
2137
2138 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2139
2140         * wl-summary.el (wl-summary-line-list-count): Reverted.
2141         (example setting in samples/*/dot.wl is also updated)
2142
2143 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
2144
2145         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
2146
2147         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
2148
2149         * wl-vars.el (wl-summary-line-format): Addes some description to the
2150         docstring.
2151
2152         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
2153         (wl-summary-line-close-bracket): Ditto.
2154         (wl-summary-line-children-number): Ditto.
2155         (wl-summary-line-thread-indent): Ditto.
2156         (wl-summary-line-children-and-from): Ditto.
2157
2158         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
2159         't', 'c', 'F' and added 'C'.
2160
2161         * wl-util.el (wl-set-string-width): Accept negative value.
2162         (wl-line-parse-format): Added "%number(" and "%)".
2163
2164 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2165
2166         * wl-summary.el (wl-summary-line-list-count): Change format of the
2167         return value.
2168
2169 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
2170
2171         * wl-draft.el (wl-draft-beginning-of-line): New command imported
2172         from the recent message.el.
2173         (wl-draft-point-in-header-p): Ditto.
2174         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
2175         wl-draft-beginning-of-line.
2176         * wl-e21.el (wl-draft-mode-map): Ditto.
2177         * wl-xmas.el (wl-draft-mode-map): Ditto.
2178
2179         * wl-folder.el: Sort macrodefs by dependencies.
2180
2181 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2182
2183         * wl-summary.el (wl-summary-prev): Fixed regexp.
2184         (wl-summary-next): Ditto.
2185
2186 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2187
2188         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
2189
2190 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
2191
2192         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
2193         for backward compatibility.
2194
2195 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2196
2197         * wl-summary.el (wl-summary-line-list-count): New function, merged
2198         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
2199         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
2200         list counts.
2201
2202 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
2203
2204         * wl-summary.el (wl-summary-create-line): Ignore errors while
2205         timezone-fix-time.
2206
2207         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
2208
2209         * wl-summary.el (wl-summary-sync-update): Ditto.
2210         (wl-summary-default-from): Use wl-message-entity
2211         instead of entity.
2212
2213         * wl-summary.el (wl-summary-create-line): Fix.
2214
2215         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
2216         (wl-summary-line-format): New user option.
2217         (wl-folder-summary-line-format-alist): Ditto.
2218         (wl-summary-from-width): Abolished.
2219
2220         * wl-util.el (toplevel): Require 'bytecomp.
2221         (wl-line-parse-format): New function.
2222         (wl-line-formatter-setup): New macro.
2223
2224         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
2225         (wl-summary-buffer-line-formatter): New buffer local variable.
2226         (wl-summary-switch-to-clone-buffer): Follow the change above.
2227         (wl-summary-message-regexp): Fix.
2228         (wl-summary-from-func-internal): Abolished.
2229         (wl-summary-subject-func-internal): Ditto.
2230         (wl-summary-subject-filter-func-internal): Ditto.
2231         (All other related portions are changed.)
2232         (wl-summary-buffer-set-folder):
2233         Set up wl-summary-buffer-number-column and 
2234         wl-summary-buffer-line-formatter
2235         (All other related portions are changed.)
2236         (wl-summary-buffer-number-column-detect): Abolished.
2237         (All other related portions are changed.)
2238         (wl-summary-delete-all-status-marks-on-buffer): Removed.
2239         (wl-summary-delete-all-temp-marks-on-buffer): Use
2240         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
2241         (wl-summary-target-mark-delete): Ditto.
2242         (wl-summary-target-mark-refile-subr): Ditto.
2243         (wl-summary-target-mark-mark-as-read): Ditto.
2244         (wl-summary-target-mark-mark-as-unread): Ditto.
2245         (wl-summary-target-mark-mark-as-important): Ditto.
2246         (wl-summary-target-mark-save): Ditto.
2247         (wl-summary-replace-status-marks): Renamed from
2248         wl-summary-set-status-marks-on-buffer;
2249         Use wl-summary-message-regexp instead of
2250         wl-summary-buffer-number-regexp.
2251         (wl-summary-sync-update): Follow the change above.
2252         (wl-summary-goto-previous-message-beginning): New function.
2253         (wl-summary-mark-as-unread): Use it.
2254         (wl-summary-mark-as-important): Ditto.
2255         (wl-summary-line-formatter): New variable.
2256         (wl-summary-line-year): New function.
2257         (wl-summary-line-day): Ditto.
2258         (wl-summary-line-day-of-week): Ditto.
2259         (wl-summary-line-hour): Ditto.
2260         (wl-summary-line-minute): Ditto.
2261         (wl-summary-line-open-bracket): Ditto.
2262         (wl-summary-line-close-bracket): Ditto.
2263         (wl-summary-line-children-number): Ditto.
2264         (wl-summary-line-thread-indent): Ditto.
2265         (wl-summary-line-size): Ditto.
2266         (wl-summary-line-subject): Ditto.
2267         (wl-summary-line-from): Ditto.
2268         (wl-summary-line-children-and-from): Ditto.
2269         (wl-summary-create-line): Rewritten.
2270         (wl-summary-format-date): Abolished.
2271
2272         * wl-highlight.el (wl-highlight-summary-current-line): Use
2273         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
2274         Use thread structure to detect thread top message.
2275
2276         * wl-draft.el (wl-default-draft-cite): Don't use
2277         wl-summary-from-func-internal.
2278
2279         * wl-refile.el (wl-refile-subject-learn): Don't use
2280         wl-summary-subject-filter-func-internal.
2281         (wl-refile-guess-by-subject): Ditto.
2282
2283         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
2284         parameters.
2285
2286         * wl-thread.el (wl-thread-update-indent-string-region):
2287         Use wl-thread-update-line-on-buffer instead of
2288         wl-thread-update-indent-string.
2289         (wl-thread-update-children-number): Redefine using
2290         wl-thread-update-line-on-buffer.
2291         (wl-thread-update-indent-string): Abolished.
2292
2293         * Version number is increased to 2.9.11.
2294
2295 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
2296
2297         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
2298         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
2299         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
2300
2301         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
2302         as nil.
2303
2304         * wl-thread.el (wl-thread-open-all-unread): Use 
2305         elmo-folder-list-messages-mark-match.
2306         (wl-thread-insert-message): Removed argument `mark-alist'.
2307         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
2308         elmo-msgdb-set-mark.
2309         (wl-thread-get-children-msgs-uncached): Likewise.
2310         (wl-thread-get-exist-children): Added argument include-self.
2311         (wl-thread-delete-message): Follow the change above.
2312
2313         * wl-summary.el (wl-summary-count-unread): Removed argument.
2314         (wl-summary-rescan): Follow the change above.
2315         (wl-summary-mark-as-read-region): Ditto
2316         (wl-summary-mark-as-unread-region): Ditto.
2317         (wl-summary-delete-messages-on-buffer): Ditto.
2318         (wl-summary-sync-update): Ditto.
2319         (wl-summary-switch-to-clone-buffer): Ditto.
2320         (wl-summary-goto-folder-subr): Ditto.
2321         (wl-summary-target-mark-mark-as-read): Ditto.
2322         (wl-summary-target-mark-mark-as-unread): Ditto.
2323         (wl-summary-target-mark-mark-as-important): Ditto.
2324         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
2325         (wl-summary-update-thread): Removed argument `mark-alist'.
2326         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
2327         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
2328         (wl-summary-resume-cache-status): Likewise.
2329         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
2330         elmo-msgdb-set-mark.
2331         (wl-summary-mark-as-read-all): Likewise.
2332         (wl-summary-delete-cache): Ditto.
2333         (wl-summary-auto-select-msg-p): Ditto.
2334         (wl-summary-mark-as-unread): Ditto.
2335         (wl-summary-no-auto-refile-message-p): Ditto.
2336         (wl-summary-mark-as-read): Ditto.
2337         (wl-summary-mark-as-important): Ditto.
2338         (wl-summary-auto-refile): Follow the change above.
2339         (wl-summary-delete-all-marks): Removed.
2340         (wl-summary-resume-marks-and-highlight): Ditto.
2341         (wl-summary-resume-marks): Ditto.
2342         (wl-summary-delete-important-msgs-from-list): Ditto.
2343         (wl-summary-delete-canceled-msgs-from-list): Ditto.
2344
2345         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
2346         wl-summary-count-unread.
2347
2348         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2349         (wl-summary-score-update-all-lines): Use
2350         elmo-msgdb-set-mark.
2351
2352 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
2353
2354         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
2355         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
2356         (wl-summary-create-line): Renamed from
2357         wl-summary-overview-create-summary-line;
2358         Argument rearrangement.
2359         (wl-summary-update-thread): Follow the change above.
2360
2361         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
2362         (wl-thread-insert-entity-sub): Likewise.
2363
2364         * wl-summary.el (wl-summary-append-message-func-internal): Removed
2365         argument `overview', `mark-alist' and added `msgdb'.
2366
2367         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
2368
2369         * wl-summary.el (wl-summary-insert-summary): Changed argument.
2370         (wl-summary-rescan): Follow the change above.
2371         (wl-summary-sync-update): Ditto.
2372         (wl-summary-insert-thread-entity): Ditto;
2373         Don't use `let*' in every while loop;
2374         Detect infinite loop of threads.
2375         (wl-summary-update-thread): Removed argument `overview'.
2376
2377         * wl-thread.el (wl-thread-insert-message): Ditto.
2378
2379         * Version number is increased to 2.9.10.
2380
2381         * wl-message.el (wl-message-redisplay): Ignore errors while
2382         wl-message-redisplay-hook.
2383
2384 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2385
2386         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
2387
2388 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
2389
2390         * wl.el (wl): inhibit-quit while wl-folder.
2391
2392 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
2393
2394         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
2395         while msgdb access.
2396
2397 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2398
2399         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
2400         even if no folder is not created.
2401
2402 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
2403
2404         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
2405
2406         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
2407         implementation.
2408         (wl-summary-target-mark-thread): Ditto.
2409
2410         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
2411
2412 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2413
2414         * wl-util.el (wl-display-bytes): Remove unused function.
2415
2416 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2417
2418         * wl.el (wl-check-environment): Cause error when wl-from is nil,
2419         seems critical one (partially reverse the change in 2002/03/17).
2420
2421 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2422
2423         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
2424         * wl-draft.el (wl-draft-write-sendlog): Ditto.
2425
2426 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2427
2428         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
2429         is not writable.
2430         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
2431         plugged status instead of `'force' as 2nd argument.
2432
2433         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
2434         is not creatable.
2435
2436         * Version number is increased to 2.9.9.
2437
2438 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
2439
2440         * wl-summary.el (wl-summary-suspend): New function.
2441
2442 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
2443
2444         * wl.el (wl): Do not check variables if check is nil.
2445         * wl-utils.el (wl-collect-draft): New function.
2446         * wl-folder.el (wl-folder-suspend): Put summary buffers
2447         and draft buffers at the end of buffer list.
2448         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
2449
2450 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2451
2452         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
2453         loop instead of recursive call.
2454
2455         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
2456         2nd argument.
2457
2458 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2459
2460         * wl-draft.el (wl-draft-create-contents): Don't take neither
2461         (function . args) nor (string . something) any more.
2462
2463         * wl-version.el (wl-generate-user-agent-string): Return string
2464         without header symbol.
2465         * wl-draft.el (wl-draft-default-headers): Use it.
2466
2467         * wl-draft.el (wl-draft-trim-ccs): Renamed from
2468         `wl-draft-insert-ccs' and return field value instead of inserting
2469         the header. Abolish cc argument.
2470         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
2471
2472         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
2473         rather than one with string car.
2474
2475         * wl-vars.el (wl-draft-additional-header-alist): New variable.
2476         * wl-draft.el (wl-draft-create-contents): Add it after the default
2477         headers.
2478
2479         * wl-draft.el (wl-draft-create-contents): For the case of
2480         (symbol-or-string . function) insert header only when the function
2481         returns string value.
2482
2483 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2484
2485         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
2486         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
2487
2488 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2489
2490         * wl.el (wl-check-environment): Don't check Message-ID when
2491         `wl-insert-message-id' is nil.
2492         Revive checking if `wl-message-id-domain' contains "@".
2493
2494 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2495
2496         * wl.el (wl-check-environment): Merge examination for "@" at
2497         inappropriate position into the first string-match.
2498
2499         * wl-summary.el (wl-summary-target-mark-print): New function.
2500         (wl-summary-pipe-message-subr): Extracted from
2501         `wl-summary-pipe-message'.
2502         (wl-summary-target-mark-pipe): New function.
2503         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
2504         `wl-summary-target-mark-pipe'.
2505
2506 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2507
2508         * wl.el (wl-check-environment): Rewrite around Message-ID check.
2509
2510 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2511
2512         * wl.el (wl-check-environment): Use elmo-warning instead of
2513         error for non-critical ones.
2514         Remove trash folder check.
2515         (wl): Don't ignore error in wl-check-environment.
2516
2517         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
2518         check, which is moved from `wl-check-environment'.
2519         (Adviced by Teranishi-san [X-Mail-Count: 9661])
2520
2521 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2522
2523         * wl-summary.el (wl-summary-write-current-folder): If it cannot
2524         guess anything, call wl-summary-write.
2525         (wl-summary-write): Create draft with blank To field.
2526         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
2527
2528 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2529
2530         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
2531         argument full as well for wl-folder-write-current-folder.
2532         If wl-*-write-current-folder cannot guess addressee, add blank
2533         To header.
2534         Rewrite condition for positioning cursor.
2535
2536 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2537
2538         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
2539         summary buffer is present, use it.
2540         (wl-folder-jump-to-previous-summary): Ditto.
2541
2542 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2543
2544         * wl-draft.el (wl-draft-create-contents): Fix docstring.
2545
2546         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
2547         wl-summary-previous-buffer and wl-summary-next-buffer.
2548
2549         * wl-folder.el (wl-folder-mode-map): Bind
2550         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
2551         (wl-folder-jump-to-next-summary): New function.
2552         (wl-folder-jump-to-previous-summary): Ditto.
2553
2554         * wl-draft.el (wl-draft): Rearranged.
2555
2556 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2557
2558         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
2559         of header.
2560         (wl-draft): Collect arguments for the header as header-alist.
2561         (wl-draft-forward): Arrange arguments for wl-draft.
2562         (wl-draft-reply): Ditto.
2563         (wl-draft-edit-string): Ditto.
2564         * wl-summary.el (wl-summary-write): Ditto.
2565         (wl-summary-write-current-folder): Ditto.
2566
2567         * Version number is increased to 2.9.8.
2568
2569 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2570
2571         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
2572
2573         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
2574
2575         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
2576         even if the guess failed.
2577
2578         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
2579         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
2580         wl-summary-write-current-folder.
2581         * wl-xmas.el: Ditto.
2582
2583 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
2584
2585         * wl-summary.el (wl-summary-next-page): Force display message if
2586         message is not displayed yet.
2587         (wl-summary-prev-page): Ditto.
2588
2589 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
2590
2591         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
2592
2593 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2594
2595         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
2596         add "Preview Message" and "Save Draft and Exit".
2597
2598 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2599
2600         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
2601         if addrmgr is called from draft in splitted window.
2602
2603         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
2604         * wl-mule.el: Ditto.
2605         * wl-xmas.el: Ditto.
2606
2607 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2608
2609         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
2610
2611         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
2612         * wl-xmas.el (wl-folder-toolbar): Ditto.
2613
2614 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2615
2616         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
2617         and wl-draft-save-and-exit.
2618         (wl-draft-toolbar): Add wl-draft-save-and-exit.
2619         * wl-xmas.el: Ditto.
2620         * wl-mule.el: Ditto.
2621
2622         * wl-folder.el (wl-folder-goto-draft-folder): New function.
2623         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
2624
2625 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
2626
2627         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
2628         lists for saving buffer.
2629
2630 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2631
2632         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
2633         parent-folder argument instead of it.
2634         (wl-draft-create-buffer): Ditto.
2635         (wl-draft-forward): Ditto.
2636         (wl-draft-reply): Ditto.
2637         * wl-summary.el (wl-summary-write): Ditto.
2638         (wl-summary-write-current-folder): Ditto.
2639
2640         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
2641         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
2642         Folder buffer after composing.
2643
2644 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
2647         header if the file `wl-x-face-file' already contains it.
2648
2649 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2650
2651         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
2652         folder" entry.
2653         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
2654         * wl-e21.el (wl-folder-toolbar): Ditto.
2655         * wl-xmas.el (wl-folder-toolbar): Ditto.
2656
2657 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2658
2659         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
2660         wl-folder-goto-folder with sticky argument.
2661         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
2662
2663 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
2664
2665         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
2666         and wl-summary-previous-buffer.
2667         (wl-summary-next-buffer): New function.
2668         (wl-summary-previous-buffer): Ditto.
2669
2670 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2671
2672         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
2673         wl-folder-jump-to-current-entity-with-arg.
2674         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
2675         `wl-folder-jump-to-current-entity'.
2676         * wl-summary.el (wl-summary-mode-map): Bind "G" for
2677         `wl-summary-goto-folder-sticky'.
2678         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
2679         `wl-summary-goto-folder'.
2680         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
2681         Unless force-exit, do not clean temp. marks for sticky summary.
2682         (wl-summary-goto-folder): Now the prefix argument means force-exit.
2683
2684 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
2685
2686         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
2687         not entire.
2688
2689 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
2690
2691         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
2692         to `C-x C-s'.
2693         (wl-summary-save-status): New command.
2694         (wl-summary-exit): Don't clean-up temp marks when sticky.
2695         (Applied patch from Nakayama-san [wl: 09548])
2696         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
2697         Do nothing when no mark data.
2698         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
2699         Call `wl-summary-delete-all-temp-marks' before saving.
2700
2701 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
2702
2703         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
2704
2705 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2706
2707         * wl.el (wl-check-environment): Also cause error when (system-name)
2708         returns "localhost.localdomain". (Although it doesn't affect because
2709         of condition-case, see change in 2002-01-23 by Teranisi-san.)
2710
2711 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2712
2713         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
2714         instead of wl-match-member with wl-folder-hierarchy-access-folders.
2715
2716         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2717         value.
2718
2719 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
2720
2721         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
2722         Likewise r-cc-list and r-ng-list.
2723
2724 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
2725
2726         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
2727         only if it is bound as variable.
2728
2729         * wl-mime.el (wl-draft-preview-message): Ditto.
2730
2731 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
2732
2733         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
2734         needless `goto-char'.
2735
2736         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
2737         `wl-summary-redisplay-no-mime-internal' instead of
2738         `wl-summary-redisplay-no-mime'.
2739         (wl-summary-redisplay-no-mime): Changed argument;
2740         Call `wl-summary-redisplay-no-mime-internal'.
2741
2742         * wl-mime.el (wl-draft-preview-message): Bind
2743         `mime-header-encode-method-alist' locally.
2744
2745         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
2746         (wl-draft-std11-parse-addresses): Added the first address check.
2747         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
2748
2749         * Version number is increased to 2.9.7.
2750
2751 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
2752
2753         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
2754
2755 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
2756
2757         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
2758         related to scrollbar support, if there is no such a feature
2759         compiled in.
2760
2761 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2762
2763         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
2764         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
2765         for prefetch.
2766
2767 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
2768
2769         * wl-summary.el (wl-summary-pick): Fix for no match.
2770
2771 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2772
2773         * wl-draft.el (wl-draft-save):
2774         Override `mime-header-encode-method-alist'.
2775
2776 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2777
2778         * wl-folder.el (wl-folder-pick): New function.
2779         Define key as "?".
2780
2781 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2782
2783         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
2784         Fix for unplugged.
2785
2786 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2787
2788         * wl-folder.el (wl-folder-virtual): New function.
2789         Define key as "V".
2790
2791 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2792
2793         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
2794         multi folder if entity is group.
2795
2796 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2797
2798         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
2799         is nil.
2800
2801 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
2802
2803         * wl-summary.el (wl-summary-pick): Fix for killed messages.
2804         (wl-summary-target-mark-msgs): Return the number of marked messages.
2805
2806 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
2807
2808         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
2809         "first:" is specified.
2810
2811 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2812
2813         * wl-vars.el (wl-from): Use return value of function
2814         user-full-name instead of the variable user-full-name since
2815         XEmacs-20.4 doesn't set this variable.
2816
2817 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
2818
2819         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
2820         call `wl' directly.
2821
2822 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
2823
2824         * wl-draft.el (wl-draft-reedit): Removed duplicated
2825         switch-to-buffers.
2826
2827 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2828
2829         * wl.el (wl-other-frame): Removed garbages.
2830
2831 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
2832
2833         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
2834
2835         * wl-xmas.el (wl-draft-key-setup): Ditto.
2836
2837         * wl-mule.el (wl-draft-key-setup): Ditto.
2838
2839         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
2840         (wl-draft-reedit): Ditto.
2841         (wl-draft-prepare-edit): Add `wl-draft-save' to
2842         `local-write-file-hooks'.
2843         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
2844         (wl-draft-reedit): Set buffer-file-name.
2845         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
2846
2847
2848         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
2849         call it.
2850         (wl-delete-startup-frame-function): New variable.
2851         (wl-other-frame): New function
2852         (Original was written by Yamaoka san [wl: 09239]).
2853
2854         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
2855         if `wl-folder-use-frame'.
2856
2857 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2858
2859         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
2860
2861 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2862
2863         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
2864         New variable.
2865         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
2866         (wl-message-buffer-prefetch-get-next): Use them.
2867         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
2868
2869 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
2870
2871         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
2872         with unwind-protect.
2873
2874         * wl-draft.el (wl-draft-reedit): Rewrite.
2875         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
2876         (wl-draft-save): Insert header separator if it does not exist;
2877         Removed condition-case.
2878
2879         * wl-summary.el (wl-summary-reedit): Revert last change.
2880
2881         * wl-draft.el (wl-draft-save): Rewrite.
2882         (wl-draft-create-buffer): Set buffer-file-name as nil.
2883
2884         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
2885
2886         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
2887
2888         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
2889         nil.
2890
2891 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2892
2893         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
2894         If count is nil, do not prefetch.
2895         (wl-message-buffer-prefetch-next): Next.
2896
2897 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2898
2899         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
2900
2901 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2902
2903         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
2904         `delete-backward-char'
2905         (wl-draft-prepare-edit): Check major-mode.
2906         (wl-draft-decode-header): Rewrite.
2907         (wl-draft): Fix.
2908
2909 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
2910
2911         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
2912
2913 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2914
2915         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
2916         (wl-message-buffer-prefetch-get-next): Remove size checking.
2917         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
2918
2919 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2920
2921         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
2922         (wl-draft-default-headers): Fix.
2923
2924 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2925
2926         * wl-draft.el (wl-draft-default-headers): Insert return value of
2927         `wl-generate-mailer-string-function'.
2928
2929 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
2930
2931         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
2932         (wl-draft-insert-mail-header-separator): Ditto.
2933
2934         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
2935         again (Reverted the change on 2002-01-17 by OKADA san).
2936
2937 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2938
2939         * wl-draft.el (wl-draft): Rewrite.
2940         (wl-draft-create-buffer): New function.
2941         (wl-draft-create-contents): Ditto.
2942         (wl-draft-prepare-edit): Ditto.
2943         (wl-draft-decode-header): Ditto.
2944         (wl-draft-decode-body): Ditto.
2945         (wl-draft-check-new-line): Ditto.
2946         (wl-draft-default-headers): Ditto.
2947         (wl-draft-insert-mail-header-separator): Ditto.
2948
2949 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2950
2951         * Version number is increased to 2.9.6.
2952
2953 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2954
2955         * wl-draft.el (wl-draft-delete-field): Optional argument.
2956         (wl-draft-delete-fields): Ditto.
2957
2958 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2959
2960         * wl-message.el (toplevel): Eliminated byte-compile warning.
2961         for `itimer-function', `delete-timer' and `itimer-list'.
2962
2963 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2964
2965         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
2966         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
2967         `wl-message-buffer-prefetch-threshold'.
2968         * wl-summary.el (wl-summary-redisplay-internal): Remove
2969         the check of `wl-message-buffer-prefetch-depth'.
2970
2971 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
2972
2973         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
2974         size of article.
2975         (wl-message-buffer-prefetch-subr): Remove size check.
2976
2977 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2978
2979         * wl-vars.el (wl-plugged): Make customizable.
2980
2981 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2982
2983         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
2984         (wl-message-buffer-prefetch-set-timer): New function.
2985         (wl-message-buffer-prefetch-get-next): New function.
2986         (wl-message-buffer-prefetch): New function.
2987         (wl-message-buffer-prefetch-next): Rewrite.
2988         (wl-message-buffer-prefetch-subr): Rewrite.
2989         * wl-vars.el (wl-auto-prefetch-first): New variable.
2990         * wl-summary.el (wl-summary-goto-folder-subr): Call
2991         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
2992
2993 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2994
2995         * wl-score.el (wl-summary-score-update-all-lines): Do not call
2996         `wl-summary-unread-message-hook'.
2997
2998 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
2999
3000         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3001         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3002         if range is `cache-status'.
3003
3004 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3005
3006         * wl-message.el (wl-message-buffer-prefetch-subr):
3007         Improve debug message.
3008
3009 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3010
3011         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3012         `wl-mail-send-pre-hook'.
3013         (wl-draft-send-mail-with-qmail): Ditto.
3014         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3015
3016 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3017
3018         * wl-message.el (wl-message-buffer-prefetch-subr):
3019         Fix for cancel-function-timers bug.
3020         (wl-message-buffer-prefetch-debug): Default value is t.
3021
3022 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3023
3024         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3025         (wl-message-buffer-prefetch-subr): Rewrite.
3026         Rename from `wl-message-buffer-prefetch'.
3027
3028 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3029
3030         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3031         (wl-default-draft-cite-decorate-author): Ditto.
3032
3033         * wl-draft.el (wl-draft-cite-function): Removed.
3034         (wl-default-draft-cite-decorate-author): Ditto.
3035
3036 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3037
3038         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3039         (wl-default-draft-cite): Do not arrange author name if the value of
3040         `wl-default-draft-cite-decorate-author' is nil.
3041
3042 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3043
3044         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3045
3046         * wl-folder.el (wl-folder-check-one-entity): Don't care
3047         `elmo-folder-use-flag-p'.
3048
3049 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3050
3051         * wl-folder (wl-folder-check-one-entity): Fix
3052         problem if unread is nil.
3053
3054 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3055
3056         * wl-address.el (wl-address-make-completion-list): Check whether
3057         the address is a group list.
3058         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3059
3060 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3061
3062         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3063         The number of the messages of new and unread does not count
3064         correctly.
3065
3066         * wl-summary.el (wl-summary-count-unread): Changed to return
3067         `(new . unread)' instead of total.
3068         (wl-summary-sync-update): Follow the change above.
3069
3070         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3071
3072 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3073
3074         * wl-address.el (wl-address-make-completion-list): Do not enclose
3075         address by " <" and ">" if associated realname is "".
3076         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3077         This is against the promblem with group list in .addresses pointed
3078         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3079
3080 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3081
3082         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3083         message is a format control string.
3084         * wl-expire.el (wl-expire-append-log): Ditto.
3085         * wl-mime.el (wl-summary-burst-subr): Ditto.
3086         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3087         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3088
3089 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3090
3091         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3092         wl.el (wl-check-variables): Rename from `wl-check-type'.
3093         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3094         (wl-check-variables-2): New function.
3095         (wl): Call `wl-check-variables-2'.
3096
3097 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3098
3099         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3100         after renaming folder in access group.
3101
3102 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3103
3104         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3105         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3106         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3107         (wl-message-buffer-prefetch): Rewrite.
3108         (wl-message-buffer-prefetch-idle-time): Removed.
3109         * wl-summary.el (wl-summary-redisplay-internal):
3110         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3111         Error check for `wl-message-buffer-prefetch-depht'.
3112
3113 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3114
3115         * Version number is increased to 2.9.5.
3116         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
3117
3118 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3119
3120         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
3121         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
3122         Based on the patch written by
3123         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3124
3125 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
3126
3127         * wl-draft.el (wl-draft-raw-send): Fix for
3128         `wl-news-send-pre-hook'
3129
3130 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3131
3132         * wl-utils.el (wl-message-id-function): New variable.
3133         * wl-draft.el (wl-draft-insert-required-fields):
3134         Use `wl-message-id-function'.
3135
3136 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3137
3138         * wl-vars.el (wl-message-id-use-wl-from): New variable.
3139         * wl-utils.el (wl-draft-make-message-id-string):
3140         Use `wl-from' for domain part of Message-ID
3141         if `wl-message-id-use-wl-from' if non-nil.
3142         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
3143
3144 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3145
3146         * wl.el (wl): Call `wl-check-type'
3147         Do not 'condition-case'.
3148
3149 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3150
3151         * wl.el (wl-check-type): New function.
3152         (wl-check-type-variables): New variable.
3153
3154 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3155
3156         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
3157
3158 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3159
3160         * wl-draft.el (wl-smtp-password-key): New function.
3161         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
3162         (wl-draft-send-mail-with-smtp): Ditto.
3163         (wl-draft-send-mail-with-pop-before-smtp): Fix.
3164
3165 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
3166
3167         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
3168         * wl-utils.el (wl-unique-id-suffix): Remove.
3169
3170 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
3171
3172         * Version number is increased to 2.9.4.
3173
3174 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
3175
3176         * wl-utils.el (wl-unique-id-suffix): New variable.
3177         (wl-unique-id): Use `wl-unique-id-suffix'
3178
3179 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3180
3181         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
3182         instead of `elmo-msgdb-search'.
3183
3184         * Version number is increased to 2.9.3.
3185
3186 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
3187
3188         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
3189
3190 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
3191
3192         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
3193         (wl-draft-dispatch-message): Changed for send-later.
3194         (wl-draft-queue-flush): Ditto.
3195         (wl-draft): Clear `wl-sent-message-queued'.
3196         (wl-draft-reedit): Ditto.
3197         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
3198         * wl-vars.el (wl-draft-force-queuing): New variable.
3199         (wl-draft-force-queuing-mail): New variable.
3200         (wl-draft-force-queuing-news): New variable.
3201
3202 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
3203
3204         * wl-draft.el (wl-draft-hide): Removed `interactive'.
3205         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
3206
3207 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3208
3209         * Version number is increased to 2.9.2.
3210
3211 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3212
3213         * wl-draft.el (wl-draft-elide-region): New user command.
3214         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
3215
3216         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
3217         command `wl-draft-elide-region'.
3218         * wl-mule.el: Ditto.
3219         * wl-xmas.el: Ditto.
3220
3221 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
3222
3223         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
3224         (wl-biff-check-folder-async): Removed needless let.
3225
3226 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
3227
3228         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
3229         wl-folder-get-elmo-folder.
3230         (wl-biff-check-folder): Set `biff' argument of
3231         `wl-folder-check-one-entity'.
3232         (wl-biff-check-folder-async): Setup `biff' slot of folder.
3233
3234         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
3235         (wl-folder-check-one-entity): Added `biff' argument;
3236         Setup `biff' slot of folder.
3237
3238         * Version number is increased to 2.9.1.
3239
3240 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
3241
3242         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
3243         comment out and fixed.
3244         (wl-fldmgr-add-completion-subr): Ditto.
3245
3246         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
3247         and msgdb.
3248
3249         * wl.el (wl-toggle-plugged): Save summary view.
3250
3251 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
3252
3253         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
3254
3255 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3256
3257         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
3258
3259 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3260
3261         * wl-e21.el (wl-e21-toolbar-configurations): Replace
3262         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
3263         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
3264
3265         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
3266         if it was failed.
3267         (wl-demo): Disable undo in the demo buffer.
3268
3269 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
3270
3271         * wl-version.el (wl-version): Changed codename.
3272
3273         * Version number is increased to 2.9.0.
3274
3275 2001-12-14  Takuo KITAME <kitame@northeye.org>
3276
3277         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
3278         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
3279         (wl-folder-mark-as-read-all-current-entity): Ditto.
3280
3281 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
3282
3283         * wl-vars.el (wl-from-width): Define as obsolete variable.
3284         (wl-subject-length-limit): Ditto.
3285
3286         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
3287
3288         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
3289         wl-summary-save-view.
3290
3291         * wl.el (wl-save-status): Ditto.
3292         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
3293
3294         * wl-summary.el (wl-summary-save-view): Removed unused argument.
3295         (wl-summary-exit): Follow the change above.
3296         (wl-summary-goto-folder-subr): Ditto.
3297
3298         * wl-folder.el (wl-folder-create-subr): Don't use
3299         `elmo-folder-creatable-p'.
3300
3301 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
3302
3303         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
3304
3305 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
3308         rather than bitmap on Emacs 21.
3309         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
3310         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
3311         for xbm if the new redisplay engine is not available.
3312
3313 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
3314
3315         * wl-folder.el (wl-folder-init-hook): New hook.
3316         (wl-folder-init): Run `wl-folder-init-hook'.
3317
3318 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3319
3320         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
3321
3322 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
3323
3324         * wl-acap.el (wl-acap-cache-filename): New variable.
3325         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
3326         (wl-acap-init): Use cache if no ACAP server found.
3327
3328 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3329
3330         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
3331         `wl-acap-original-msgdb-dir'.
3332
3333         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
3334         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
3335
3336         * wl-mime.el (wl-mime-save-directory): Renamed from
3337         `wl-mime-save-dir'.
3338
3339 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3340
3341         * wl-vars.el (wl-icon-dir): Fixed the docstring.
3342
3343         * wl-demo.el: Require `path-util'.
3344         (wl-demo-bitmap-mule-available-p): New internal variable.
3345         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
3346         `module-installed-p' instead.
3347         (wl-demo-insert-image): Use *.img file for a bitmap image.
3348         (wl-demo): Don't call the ascii demo recursively.
3349
3350 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3351
3352         * Version number is increased to 2.7.7.
3353
3354 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
3355
3356         * wl.el (wl-exit): Eliminated byte-compile warning.
3357
3358 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3359
3360         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
3361         obsolete variable using `elmo-define-obsolete-variable'.
3362         (wl-fetch-confirm-threshold): Ditto.
3363         (wl-cache-prefetch-folder-type-list): Ditto.
3364         (wl-cache-prefetch-folder-list): Ditto.
3365
3366 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3367
3368         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
3369         (wl-demo-icon-name): Use Xmas logo at the end of the year.
3370         (wl-demo-insert-image): New function.
3371         (wl-demo-insert-text): New function.
3372         (wl-demo-image-type-alist): Redefine as a function.
3373         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
3374         (wl-demo-with-temp-file-buffer): Removed.
3375         (wl-logo-xpm): Removed.
3376         (wl-logo-xbm): Removed.
3377         (wl-logo-bitmap): Removed.
3378
3379 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
3380
3381         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
3382         (wl-expire-localdir-get-folder-function): New user option.
3383         (wl-expire-localdir-get-folder): New function.
3384         (wl-expire-localdir-date): Ditto.
3385
3386 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3387
3388         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
3389         value.  Refactoring `wl-folder-notify-deleted' is nil case.
3390         Fixed unread number mismatch when all-unread < unread.
3391
3392 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
3393
3394         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
3395         (wl-fetch-confirm-threshold): Ditto.
3396
3397         * wl-summary.el (wl-summary-confirm-appends): Removed.
3398         (wl-summary-sync-update): Don't refer
3399         `wl-summary-update-confirm-threshold' (It is now abolished).
3400
3401         * wl-message.el (wl-message-display-internal): Don't refer
3402         `wl-fetch-confirm-threshold' (It is now abolished).
3403
3404 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3405
3406         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
3407
3408 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3409
3410         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
3411         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
3412         Change default value to nil.
3413         (wl-summary-indent-length-limit): The value can be nil, nil means
3414         unlimited.
3415
3416         * wl-summary.el: Don't set limit for indent length if the value of
3417         wl-summary-indent-length-limit is nil.
3418         If the value of wl-summary-width is nil, it means only that the width
3419         of summary is unlimited (nil doesn't mean that the indent length is
3420         unlimited).
3421
3422         * wl-thread.el: Ditto.
3423
3424 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
3425
3426         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
3427         be nil, nil means never confirm.
3428         * wl-summary.el (wl-summary-confirm-appends): Ditto.
3429
3430 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3431
3432         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
3433         means unlimited).
3434
3435 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
3436
3437         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
3438         Use `with-temp-buffer'.
3439
3440 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
3441
3442         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
3443         with new backquote style).
3444         (wl-folder-get-entity-from-buffer): Ditto.
3445
3446 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3447
3448         * wl-version.el (nemacs-version): Eliminated.
3449         (wl-extended-emacs-version2): Ignore nemacs.
3450         (wl-extended-emacs-version3): Ditto.
3451
3452 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
3453
3454         * wl-vars.el (wl-draft-add-references): Set default value as nil.
3455         (wl-draft-add-in-reply-to): New variable.
3456         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
3457         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
3458         (wl-draft-yank-from-mail-reply-buffer): Use
3459         `wl-draft-add-in-reply-to'.
3460         (wl-draft-insert-current-message): Ditto.
3461
3462 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3463
3464         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
3465         typo (kill->hide).
3466         (wl-message-buffer-prefetch-folder-type-list): Added elements
3467         `mark' and `cache' instead of `internal'.
3468
3469 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
3470
3471         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
3472         resume msgdb directory.
3473
3474 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
3475
3476         * wl.el (wl-exit): Call `wl-acap-exit'.
3477
3478         * wl-summary.el (wl-summary-message-string): New function.
3479         (wl-summary-reedit): Use it.
3480         (wl-summary-resend-bounced-mail): Remove needless let.
3481         (wl-summary-supersedes-message): Ditto.
3482         (wl-summary-save): Ditto.
3483
3484         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
3485         (wl-acap-init): Set it.
3486         (wl-acap-exit): New function.
3487
3488 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3489
3490         * wl.el (wl-init): Revert (require 'mime-setup). move from
3491         toplevel.
3492
3493 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3494
3495         * wl-summary.el (wl-summary-write-current-folder): Remove unused
3496         local variables.  Add error when guess function return invalid
3497         value.
3498
3499 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3500
3501         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
3502         Change local variable name.
3503         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
3504         (wl-folder-get-newsgroups): Return nil when non-news folder.
3505         * wl-summary.el (wl-summary-write-current-folder): State through
3506         when guess-list return nil.
3507         (wl-summary-write-current-folder-functions): Fixed docstring.
3508
3509         * wl.el (wl-exit): Changed confirm message.
3510
3511         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
3512         * wl-draft.el (wl-draft): Remove verbose `featurep'.
3513
3514         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
3515
3516 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3517
3518         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
3519         user option (Renamed from wl-cache-prefetch-folder-type-list).
3520         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
3521         from wl-cache-prefetch-folder-list).
3522
3523         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
3524         Move to wl-vars.el.
3525         (wl-message-buffer-prefetch-p): Changed to enable
3526         `wl-message-buffer-prefetch-folder-list'.
3527
3528         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
3529         `ignore-cache'.
3530
3531 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
3532
3533         * wl-draft.el (wl-draft-config-sub-func-alist): Added
3534         `part-top' and `part-bottom'.
3535         (wl-draft-config-sub-part-top): New function.
3536         (wl-draft-config-sub-part-bottom): New function.
3537
3538 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3539
3540         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
3541
3542 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
3543
3544         * wl-folder.el (wl-folder-get-newsgroups): Fix.
3545
3546 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3547
3548         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
3549
3550         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
3551         (wl-summary-write-current-folder): Ditto.
3552
3553 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
3554
3555         * wl-folder.el (wl-folder-get-newsgroups): Use
3556         `elmo-folder-newsgroups'.
3557
3558 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
3559
3560         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
3561         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
3562         `wl-draft-config-sub-header-bottom'.
3563
3564 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3565
3566         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
3567         localnews folder.
3568
3569 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3570
3571         * wl-summary.el (wl-summary-mode): Undo last change.
3572
3573         * wl-folder.el (wl-folder-mode): Ditto.
3574
3575 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3576
3577         * wl-summary.el (wl-summary-mode): Locally set
3578         truncate-partial-window-width to nil.
3579         (for XEmacs)
3580
3581         * wl-folder.el (wl-folder-mode): Ditto.
3582
3583 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
3584
3585         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
3586
3587 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
3588
3589         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
3590         number.
3591
3592         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
3593
3594         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
3595
3596         * Version number is increased to 2.7.6.
3597
3598 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
3599
3600         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
3601
3602 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
3603
3604         * wl-summary.el (wl-summary-sync-update): Enclose network
3605         related portion with `unwind-protect'.
3606
3607 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3608
3609         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
3610
3611 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
3612
3613         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
3614         element.
3615         * wl-vars.el (wl-message-body-button-alist): Ditto.
3616
3617         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
3618         max match length.
3619         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
3620
3621         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
3622         for the max match length;
3623         Use 4th element value for the button string regexp group.
3624
3625         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
3626         candidate exists, prompt to select.
3627
3628 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
3629
3630         * wl-summary.el (wl-summary-jump-to-msg): Search before
3631         calibration point by `beginning-of-line'.
3632
3633 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3634
3635         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
3636         for access group.
3637
3638 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
3639
3640         * wl-message.el (wl-message-display-internal): Bind
3641         `default-mime-charset'.
3642
3643         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
3644
3645         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
3646
3647         * Version number is increased to 2.7.5.
3648
3649 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3650
3651         * wl-expire.el (wl-summary-archive): Fixed;
3652         Use `elmo-folder-name-internal'.
3653
3654 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3655
3656         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
3657         from `elmo-folder-move-messages' caller.
3658         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3659
3660         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
3661         related portions are changed).
3662
3663 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3664
3665         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
3666         counter.
3667
3668 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3669
3670         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
3671         buffer local and set it to nil.
3672
3673         * wl-message.el (wl-message-redisplay): Ditto.
3674
3675 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
3676
3677         * wl-summary.el (wl-summary-mark-as-important): If message is
3678         already cached, set messag as read, otherwise encache and mark as read.
3679
3680 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3681
3682         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
3683         point-min.
3684
3685 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3686
3687         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
3688         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
3689         a keymap.
3690
3691 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
3692
3693         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
3694         parent.
3695
3696         * wl-mule.el (wl-message-define-keymap): Ditto.
3697
3698         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
3699
3700         * wl-xmas.el (wl-message-display-internal-hook): Define.
3701         (wl-xmas-setup-message-toolbar): Define as function.
3702         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
3703         (wl-message-overload-functions): Abolished.
3704         (wl-message-define-keymap): New function.
3705
3706         * wl-vars.el (wl-message-display-internal-hook): New variable.
3707         (wl-message-header-button-alist): New variable (Renamed from
3708         wl-highlight-message-header-button-alist).
3709         (wl-message-body-button-alist): Ditto.
3710
3711         * wl-mule.el (wl-message-define-keymap): New function.
3712         (wl-message-overload-functions): Abolished.
3713
3714         * wl-message.el (wl-message-add-buttons-to-body): New function.
3715         (wl-message-redisplay): Don't call wl-message-overload-functions;
3716         Call wl-message-add-buttons-to-header and
3717         wl-message-add-buttons-to-body.
3718         (wl-message-display-internal): Set keymap argument for
3719         elmo-mime-display-as-is, elmo-mime-message-display;
3720         Run wl-message-display-internal-hook.
3721         (wl-message-refer-article-or-url): Abolished.
3722
3723         * wl-highlight.el (wl-highlight-headers): Don't call
3724         wl-highlight-message-add-buttons-to-header.
3725         (wl-highlight-message-add-buttons-to-header): Abolished.
3726
3727
3728         * wl-e21.el (wl-message-display-internal-hook): Define.
3729         (wl-e21-setup-toolbar): Deleted duplicated binding.
3730         (wl-e21-setup-message-toolbar): Define as function.
3731         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
3732         (wl-message-define-keymap): New function.
3733         (wl-message-overload-functions): Abolished.
3734
3735 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
3736
3737         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
3738         and elmo-folder-close.
3739
3740         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
3741
3742 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3743
3744         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
3745         boolean value.
3746         * wl-draft.el (wl-draft-do-fcc): Ditto.
3747
3748 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
3749
3750         * wl-vars.el (wl-fcc-force-as-read): New variable.
3751         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
3752         mark copied message as read.
3753
3754 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
3755
3756         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
3757
3758 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3759
3760         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
3761         `wl-summary-target-above' instead of obsolete variable
3762         `wl-summary-temp-above'.
3763
3764         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
3765         instead of `make-obsolete-variable'.
3766         * wl-refile.el (toplevel): Ditto.
3767
3768 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
3769
3770         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
3771         with third argument t.
3772         (wl-draft): Set first argument for wl-plugged-init as t.
3773
3774         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
3775         definition.
3776
3777 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3778
3779         * wl-vars.el: Tabify.
3780         (wl-biff-notify-hook): Use `ding' instead of `beep'.
3781
3782         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
3783         message.
3784
3785 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3786
3787         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
3788         and set default to beep.
3789
3790 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3791
3792         * wl-vars.el (wl-draft-truncate-lines): New variable.
3793
3794         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
3795         instead of wl-message-truncate-lines for truncate-lines.
3796
3797 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
3798
3799         * wl-message.el (wl-message-display-internal): Call
3800         `wl-highlight-message' after `elmo-mime-display-as-is'.
3801
3802         * wl-mime.el (wl-mime-display-text/plain): New function.
3803         (wl-mime-display-header): Ditto.
3804         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
3805         body-presentation-method for text/plain;
3806         Register `wl-mime-display-header' as a header-presentation-method;
3807         Don't set up `elmo-message-text-content-inserted-hook' and
3808         `elmo-message-header-inserted-hook'.
3809
3810         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
3811         variable.
3812         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
3813         as t if flag is 'all-header;
3814         Don't bind `elmo-message-ignored-field-list',
3815         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
3816
3817 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3818
3819         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
3820         for xemacs with non-mule environment.
3821
3822 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3823
3824         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
3825         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
3826         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
3827
3828 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3829
3830         * wl-vars.el (wl-interactive-send): Set default value as t.
3831
3832 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
3833
3834         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
3835         (wl-addrmgr-method-list): Abolished.
3836         (wl-addrmgr-change-method): Follow above change.
3837
3838         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
3839
3840 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3841
3842         * wl-vars.el (wl-message-truncate-lines): Change default value
3843         to default-truncate-lines.
3844
3845         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
3846
3847 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3848
3849         * wl-vars.el (wl-message-truncate-lines): New variable.
3850
3851         * wl-message.el (wl-message-redisplay): Set truncate-lines using
3852         wl-message-truncate-lines.
3853
3854 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3855
3856         * wl-acap.el (wl-acap-init): Remove period from error message.
3857         (wl-acap-find-acap-service): Remove period from message.
3858
3859 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
3860
3861         * wl.el (wl-check-environment): Undo last change.
3862
3863         * wl-vars.el (wl-from): Changed default value.
3864
3865         * wl-util.el (toplevel): Don't require tm-edit.
3866
3867         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
3868         `wl-folder-init';
3869         Don't set mark on mail body.
3870         (wl-draft-reedit): Ditto.
3871
3872         * wl-address.el (wl-address-quote-specials): Define as an alias for
3873         elmo-address-quote-specials.
3874
3875 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3876
3877         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
3878
3879         * wl-vars.el (wl-from): Set default value as nil.
3880         (wl-organization): Set default value as ORGANIZATION environment
3881         variable.
3882
3883         * wl-draft.el (wl-smtp-extension-bind): Check value of
3884         wl-smtp-connection-type.
3885
3886         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
3887         error.
3888
3889 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3890
3891         * Version number is increased to 2.7.4.
3892
3893         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
3894         arguments from `wl-highlight-x-face-function' caller.
3895         Use x-face-1.3.6.12 or later.
3896
3897 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
3898
3899         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
3900
3901 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl-vars.el (wl-summary-width): Fix type to accept nil.
3904         (wl-fcc): Fix to accept function.
3905         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
3906
3907 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3908
3909         * wl-acap.el (toplevel): Added `product-provide' declare.
3910         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
3911
3912 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
3913
3914         * wl.el (wl): Changed order of calling `elmo-init'
3915         and `elmo-folder-init'.
3916
3917 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3918
3919         * wl-mime.el (wl-summary-burst): Extract message when content-type
3920         of root entity is not only `multipart' but also `message/rfc822'.
3921         (wl-summary-burst-subr): Ditto.
3922
3923 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3924
3925         * wl-vars.el (toplevel): Require 'custom.
3926         (wl-trash-folder): Added to `wl-setting' group.
3927
3928         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
3929         exists.
3930         (wl-addrmgr-draw): Insert empty line when no entry exists.
3931
3932         * wl-mule.el (wl-message-wheel-up): Fixed.
3933         (wl-message-wheel-down): Ditto.
3934
3935 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3936
3937         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
3938         config is an anonymous lambda expression.
3939
3940 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
3943         when Mule 2 is running.
3944
3945 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
3946
3947         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
3948
3949 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
3950
3951         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
3952         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
3953
3954         * wl-address.el (wl-address-specials-regexp): Eliminated.
3955         (wl-address-quote-specials): Rewrite.
3956
3957 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
3960         shy-groups for regexp.
3961
3962         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
3963         character classes and Perl style shy-groups for regexp.
3964         (wl-highlight-plugged-current-line): Use Posix style character
3965         classes for regexp.
3966         (wl-e21-highlight-folder-by-numbers): Ditto.
3967         (wl-e21-display-image-p): Use `display-images-p' instead of
3968         `display-graphic-p'.
3969         (display-images-p): Make an alias to `display-graphic-p' if it is
3970         not available.  It is for Emacs version prior to 21.0.105.
3971
3972         * wl-demo.el (wl-demo): Use `display-images-p' instead of
3973         `display-graphic-p'.
3974         (wl-demo-image-type-alist): Ditto.
3975         (display-images-p): Make an alias to `display-graphic-p' if it is
3976         not available.  It is for Emacs version prior to 21.0.105.
3977
3978 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3979
3980         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
3981         support.
3982         (wl-generate-user-agent-string): Ditto.
3983
3984         * wl-version.el (wl-version): Update docsting.
3985         (wl-version-status): Ditto.
3986
3987 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3988
3989         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
3990         21.0.105.  For Emacs 21.0.104 or earlier.
3991
3992 2001-09-03  Takuo KITAME <kitame@northeye.org>
3993
3994         * wl-e21.el (wl-plugged-init-icons): Use
3995         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
3996         (wl-biff-init-icons): Ditto.
3997
3998 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
3999
4000         * wl-highlight.el (wl-highlight-summary-current-line):
4001         Fixed highlighting refile/copy destination.
4002
4003         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4004         (wl-acap-store): Encode string by wl-acap-coding-system.
4005
4006 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4007
4008         * wl-acap.el (toplevel): Check and require 'un-define before
4009         'xemacs-ucs;
4010          Added checking for UTF-2000.
4011
4012 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4013
4014         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4015         Don't enclose with `eval-and-compile'.
4016
4017         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4018         wl-init is non-nil.
4019
4020         * wl-draft.el (wl-draft): Ditto.
4021
4022         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4023
4024         * wl-acap.el (toplevel): Require 'wl.
4025         (wl-acap-store): Call `elmo-init'.
4026
4027         * wl.el (wl): Changed position of `wl-check-environment'.
4028         (toplevel): Added autoload setting for wl-acap.
4029
4030         * wl-vars.el (wl-setting): New custom group.
4031         (wl-from): Added wl-setting group.
4032         (wl-user-mail-address-list): Ditto.
4033         (wl-organization): Ditto.
4034         (wl-subscribed-mailing-list): Ditto.
4035         (wl-envelope-from): Ditto.
4036         (wl-smtp-posting-user): Ditto.
4037         (wl-smtp-posting-server): Ditto.
4038         (wl-smtp-posting-port): Ditto.
4039         (wl-smtp-authenticate-type): Ditto.
4040         (wl-pop-before-smtp-user): Ditto.
4041         (wl-pop-before-smtp-server): Ditto.
4042         (wl-pop-before-smtp-port): Ditto.
4043         (wl-pop-before-smtp-authenticate-type): Ditto.
4044         (wl-nntp-posting-server): Ditto.
4045         (wl-nntp-posting-user): Ditto.
4046         (wl-nntp-posting-port): Ditto.
4047         (wl-fetch-confirm-threshold): Ditto.
4048         (wl-prefetch-threshold): Ditto.
4049         (wl-thread-insert-opened): Ditto.
4050         (wl-ldap-server): Ditto.
4051         (wl-ldap-port): Ditto.
4052         (wl-ldap-base): Ditto.
4053         (wl-ldap-objectclass): Ditto.
4054         (wl-use-ldap): Ditto.
4055         (wl-draft-config-alist): Ditto.
4056         (wl-draft-config-matchone): Ditto.
4057         (wl-template-alist): Ditto.
4058         (wl-message-sort-field-list): Ditto.
4059         (wl-message-ignored-field-list): Ditto.
4060         (wl-message-visible-field-list): Ditto.
4061         (wl-interactive-send): Ditto.
4062         (wl-summary-move-order): Ditto.
4063         (wl-auto-select-first): Ditto.
4064         (wl-auto-select-next): Ditto.
4065         (wl-interactive-save-folders): Ditto.
4066
4067         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4068         Initialization codes are moved from wl-local-folder-init.
4069         (wl-local-folder-init): Follow the change above.
4070         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4071
4072         * wl-acap.el: New file.
4073
4074         * Version number is increased to 2.7.3.
4075
4076 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4077
4078         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4079
4080 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4081
4082         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4083         (wl-addrmgr-address-entry-list): Ditto.
4084
4085 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4086
4087         * wl-e21.el (wl-draft-mode-map): Removed binding for
4088         `wl-draft-insert-x-face-field'.
4089
4090         * wl-mule.el (wl-draft-mode-map): Ditto.
4091
4092         * wl-xmas.el (wl-draft-mode-map): Ditto.
4093
4094         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4095         (wl-cs-autoconv): Ditto.
4096         (wl-cs-local): Ditto.
4097         (wl-use-scoring): Ditto.
4098         (wl-mime-charset): Ditto.
4099         (wl-folder-check-async): Ditto.
4100
4101         * wl.el (toplevel): Ignore nemacs and tm.
4102         (wl-exit): Ditto.
4103
4104         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4105         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4106         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4107         instead of wl-address-petname-add-or-change.
4108         (wl-summary-edit-addresses-subr): Use wl-address-delete
4109         instead of wl-address-petname-delete.
4110
4111         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4112
4113         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
4114         if error occured.
4115
4116         * wl-message.el (require): Remove tm support.
4117
4118         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
4119
4120         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
4121         (wl-folder-jump-to-current-entity): Ditto.
4122         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
4123
4124         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
4125         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
4126         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
4127
4128         * wl-mule.el (wl-draft-key-setup): Ditto.
4129
4130         * wl-xmas.el (wl-draft-key-setup): Ditto.
4131
4132         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
4133         (wl-draft-std11-parse-addresses): New function.
4134         (wl-draft-parse-mailbox-list): Use it.
4135         (wl-draft): Ignore nemacs.
4136         (wl-draft-reedit): Ditto.
4137
4138         * wl-addrmgr.el: New file.
4139         (Original is wl-rcpt.el written by
4140         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
4141         Thanks Kitamoto-san.)
4142
4143         * wl-address.el (wl-address-make-address-list): Modified parsing
4144         process.
4145         (wl-address-delete): Renamed from `wl-address-petname-delete';
4146         Modify wl-address-list too.
4147         (wl-address-add-or-change): Renamed from
4148         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
4149
4150 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
4151
4152         * wl-highlight.el (wl-highlight-summary-current-line):
4153           Work with transient-mark-mode
4154
4155 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
4156
4157         * Version number is increased to 2.7.2.
4158
4159         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
4160         instead of elmo-dop-queue-method.
4161
4162 2001-08-06  SAITO Atsunori <sai@yedo.com>
4163
4164         * wl-vars.el (wl-ldap-objectclass): New user option.
4165
4166         * wl-address.el (wl-ldap-make-filter): Use it.
4167
4168 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
4169
4170         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
4171
4172 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
4173
4174         * wl-folder.el (wl-folder): redisplay after folder insertion.
4175
4176         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
4177
4178         * wl-summary.el (wl-summary-sync-update):
4179         Change status mark only when new-msgdb exists.
4180         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
4181
4182 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
4183
4184         * wl-summary.el (wl-summary-open-folder): New function.
4185         (wl-summary-goto-folder-subr): Use it.
4186         (wl-summary-mark-as-important): Fix;
4187         Encache only when no cache exists.
4188
4189 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
4190
4191         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
4192         Use with-current-buffer.
4193
4194 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4195
4196         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
4197         before call `get-buffer'. Fixed parenthesis.
4198         (wl-score-get-header-entry): Clear message and help window when
4199         keyboard quit.
4200         (wl-score-edit-insert-header): Ditto.
4201
4202 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
4203
4204         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
4205         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
4206         (wl-default-draft-cite): Fix.
4207
4208         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
4209         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
4210
4211 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
4212
4213         * wl-message.el (wl-message-prev-page): Do same bahavior
4214         as summary when it is called in the message buffer.
4215         (wl-message-next-page): Ditto.
4216
4217 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
4218
4219         * wl-summary.el (wl-summary-forward): Use cache if it is not
4220         section cache.
4221
4222 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
4223
4224         * wl-vars.el: Changed file coding system to ISO-2022-JP.
4225         Removed redundant require of elmo-vars.
4226         (wl-biff-state-indicator-on): Changed default value for
4227         xemacs with non-mule environment.
4228
4229         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
4230         wl-message-buffer is nil;
4231         Hide progress bar after moving messages.
4232
4233 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
4234
4235         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
4236         message at cursor point is deleted.
4237
4238 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
4239
4240         * wl-vars.el: Changed file coding system to euc-japan.
4241         Added -*-coding:-*- magic to the first line.
4242
4243         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
4244         Search parent from the first message.
4245
4246         * Version number is increased to 2.7.1.
4247
4248 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
4249
4250         * wl-vars.el: Fix file coding system to ISO-2022-JP.
4251
4252 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
4253
4254         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
4255         refile/delete execution.
4256
4257         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
4258         Fixed docstring.
4259
4260 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
4261
4262         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
4263         do update process;
4264         Don't update marks when update process is interrupted.
4265
4266 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
4267
4268         * wl-summary.el (wl-summary-reply): Fixed problem when
4269         wl-draft-use-frame is non-nil.
4270         (wl-summary-forward): Ditto.
4271
4272         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
4273         as nil.
4274         (wl-folder-mark-as-read-all-entity): Ditto.
4275         (wl-folder-prefetch-entity): Ditto.
4276
4277         * wl.el (wl): Check environment before wl-init.
4278
4279         * wl-summary.el (wl-summary-collect-unread): Eliminated.
4280         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
4281         instead of wl-summary-collect-unread.
4282         (wl-summary-reply): Split message window.
4283
4284 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
4285
4286         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
4287         only if current language environment is japanese,
4288
4289         * wl-folder.el (wl-folder-jump-to-current-entity): Call
4290         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
4291         (wl-folder-goto-folder-subr): Ditto.
4292
4293         * wl-draft.el (wl-draft-dispatch-message): Call
4294         `elmo-file-cache-get-path'.
4295
4296 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
4297
4298         * wl-summary.el (wl-summary-cursor-move): If return value of
4299         wl-summary-next-message is not number, don't jump.
4300
4301 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
4302
4303         * wl-summary.el (wl-summary-buffer-next-message-function): New
4304         variable.
4305         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
4306         if it is bound.
4307
4308         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
4309         string.
4310
4311         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
4312         (wl-plugged-drawing): Ditto.
4313
4314 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
4315
4316         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
4317         process.
4318         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
4319         with unwind-protect.
4320
4321         * wl.el (wl-init): Require mime-setup.
4322         (wl-check-environment): Don't require mime-setup.
4323
4324         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
4325         instead of elmo-folder-type.
4326
4327         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
4328         value as nil.
4329
4330 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
4331
4332         * Version number is increased to 2.7.0.
4333
4334         * wl-version.el (wl-version): Changed codename.
4335
4336         * wl-summary.el (wl-summary-delete-cache): Fixed.
4337
4338         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
4339         Workaround for net folders.
4340         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
4341
4342         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
4343         value to nil (According to the patch from
4344         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
4345
4346         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
4347         of elmo-folder-close.
4348
4349 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
4350
4351         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
4352         for postfix.
4353
4354 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
4355
4356         * wl-summary.el (wl-summary-resend-message): Fixed.
4357
4358         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
4359         Call wl-draft with `from' argument if its address is included in
4360         `wl-user-mail-address-list'.
4361         (wl-draft): Added `from' argument.
4362
4363         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
4364         non-nil.
4365         (wl): Don't show demo if wl-demo is nil.
4366
4367         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
4368         wl-summary-use-frame.
4369
4370         * wl-vars.el (wl-summary-use-frame): New user option.
4371         (wl-folder-use-frame): Changed docstring.
4372
4373         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
4374         non-nil.
4375         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
4376         wl-summary-use-frame.
4377
4378         * wl-vars.el (wl-folder-use-frame): New user option.
4379
4380         * wl-summary.el (wl-summary-exit): Back to folder frame if
4381         wl-folder-use-frame is non-nil.
4382         (wl-summary-redisplay-internal): Ignore cache if current folder
4383         is draft folder,
4384         (wl-summary-redisplay-no-mime): Ditto.
4385         (wl-summary-redisplay-all-header): Ditto.
4386
4387         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
4388         if wl-folder-use-frame is non-nil.
4389
4390 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
4391
4392         * wl-summary.el (wl-summary-sync-update): Bind
4393         elmo-folder-update-threshold.
4394         (wl-summary-mark-as-important): Enclosed server mark processing
4395         with `save-match-data'.
4396
4397         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
4398         only when it is already defined.
4399
4400 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4401
4402         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
4403         name of folder exclude localdir is wrong.
4404         * wl-folder.el (wl-folder-sync-entity):
4405         Set `wl-summary-always-sticky-folder-list' as nil.
4406         (wl-folder-mark-as-read-all-entity): Ditto.
4407         (wl-folder-prefetch-entity): Ditto.
4408
4409 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
4410
4411         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
4412         instead of `wl-summary-write-current-newsgroup'.
4413
4414 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4415
4416         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
4417         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
4418         non-nil and selected message is important, do not display.
4419
4420 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
4421
4422         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
4423
4424 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
4425
4426         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
4427
4428         * wl-summary.el (wl-summary-mark-as-important): Set message number
4429         using wl-summary-message-number.
4430
4431 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4432
4433         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
4434         destination folder is 'null.
4435
4436 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
4437
4438         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
4439         New function.
4440         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
4441         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
4442         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4443
4444 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
4445
4446         * wl-mime.el (wl-mime-setup): Added setting for
4447         `mime-setup-signature-key-alist' to avoid overriding key bind for
4448         `wl-draft-send'.
4449
4450         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
4451         for `wl-draft-send'.
4452         * wl-mule.el (wl-draft-overload-functions): Ditto.
4453         * wl-xmas.el (wl-draft-overload-functions): Ditto.
4454         * wl-draft.el (wl-draft-send): Ditto.
4455
4456         * wl-message.el (wl-message-display-internal):
4457         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
4458         (Patch is provided by <kita@coe.nttdata.co.jp>).
4459
4460 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
4461
4462         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
4463
4464 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
4465
4466         * wl.el (wl): Fix for wl-demo.
4467
4468 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
4469
4470         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
4471
4472 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
4473
4474         * wl-folder.el (wl-folder-prefetch-entity): Use
4475         `wl-folder-get-elmo-folder'.
4476         (wl-folder-count-incorporates): Do not use
4477         `wl-folder-get-elmo-folder'.
4478
4479 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
4480
4481         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
4482         instead of `elmo-folder-get-type'.
4483
4484 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4485
4486         * wl-summary.el (wl-summary-write-current-folder): Set cursor
4487         position on Subject: field.
4488         (Advised by Mito <mit@nines.nec.co.jp>)
4489
4490 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4491
4492         * wl-folder.el (wl-folder-prefetch-entity): Use
4493         `wl-folder-get-elmo-folder'.
4494
4495 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
4496
4497         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
4498
4499         * wl-summary.el (wl-summary-buffer-set-folder): Set up
4500         `process-duplicates' slot.
4501
4502         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
4503         if detection failed.
4504
4505 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4506
4507         * wl-version.el (wl-version-status): Set to "alpha".
4508
4509 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
4510
4511         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
4512         Check wl-message-buffer lives before set-buffer.
4513
4514 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4515
4516         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
4517         called in folder mode.
4518         * wl-var.el (wl-summary-exit-pre-hook): New variable.
4519         * wl-summary.el (wl-summary-exit-pre-hook): Run
4520         `wl-summary-exit-pre-hook' before exit summary mode.
4521
4522 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4523
4524         * wl-version.el (wl-version-status): New variable.
4525         (wl-version-status-alist): Removed.
4526         (wl-version-status): Rule included.
4527
4528 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
4529
4530         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
4531         @sponichi.
4532
4533         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
4534         when `mail-reply-buffer' is buffer-local variable.
4535         (Reported by <kita@coe.nttdata.co.jp>).
4536
4537 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
4538
4539         * wl-vars.el (toplevel): Require 'elmo-util.
4540
4541 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
4542
4543         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
4544         (All other related portions are changed)
4545
4546         * wl.el (wl-plugged-change): Use '<' instead of '<='.
4547
4548         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
4549
4550 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4551
4552         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
4553
4554 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
4555
4556         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
4557         Delete other windows to avoid an error.
4558         Use `point-marker' instead of `point' to remember the start point
4559         of body.
4560
4561         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
4562
4563         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
4564         number not to exceed all message number.
4565
4566 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4567
4568         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
4569         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
4570
4571 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
4572
4573         * wl-summary.el (wl-summary-sync-force-update): Added argument
4574         no-check.
4575         (wl-summary-sync-update): Ditto.
4576         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
4577         with `no-check'.
4578
4579         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
4580         (wl-message-buffer-prefetch-next): Don't run timer if timer is
4581         already running.
4582
4583 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
4584
4585         * wl-expire.el (wl-expire-archive-get-folder): Added argument
4586         `dst-folder-arg'.
4587         (wl-expire-archive-number1): Diito.
4588         (wl-expire-archive-number2): Diito.
4589         (wl-expire-archive-Date): Diito.
4590         (wl-archive-number1): Diito.
4591         (wl-archive-number2): Diito.
4592         (wl-archive-date): Diito.
4593         (wl-archive-folder-p): New function.
4594         (wl-summary-expire): Support of expand folder name at
4595         wl-expire-alist.
4596         * wl-util.el (wl-expand-newtext): Renamed from
4597         `wl-refile-expand-newtext'.
4598
4599 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4600
4601         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
4602         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
4603         `(elmo-msgdb-get-overview msgdb)'.
4604         (wl-summary-prefetch): Bind match data before call
4605         `wl-summay-prefetch-msg'.
4606         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
4607         'off if `wl-summary-buffer-disp-msg' is non-nil.
4608         Fixed problem that couldn't show only one new or unread message when
4609         enter folder.
4610         (wl-summary-reply): Don't call `split-window-vertically' and other
4611         window.
4612
4613 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
4614
4615         * wl-expire.el (wl-expire-refile): Fixed.
4616
4617 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
4618
4619         * wl-vars.el (wl-biff-unnotify-hook): New variable.
4620
4621         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
4622         biff notification is removed.
4623
4624         * wl.el (wl): Changed position of `elmo-init'.
4625
4626         * wl-draft.el (wl-default-draft-cite): Use date field
4627         on the citation buffer.
4628
4629         * wl-vars.el (wl-shimbun-folder-icon): New variable.
4630
4631         * wl-xmas.el (wl-folder-internal-icon-list): Added
4632         `wl-folder-shimbun-image'.
4633
4634         * wl-e21.el (wl-folder-internal-icon-list): Added
4635         `wl-folder-shimbun-image'.
4636
4637 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
4638
4639         * wl.el (wl-init): Eliminated argument.
4640         (wl): Rewrite.
4641
4642         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
4643         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
4644         instead of `elmo-folder-msgdb-internal'.
4645         (wl-summary-sync-update): Ditto.
4646         (wl-summary-flush-pending-append-operations): Eliminated.
4647         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
4648         (wl-summary-goto-folder-subr): Set load-msgdb argument of
4649         `elmo-folder-open'.
4650
4651         * wl-mime.el (wl-summary-burst): Fixed.
4652
4653         * wl-folder.el (wl-folder-info-save): Check data type.
4654
4655         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
4656         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
4657         instead of `elmo-folder-msgdb-internal'.
4658         (wl-expire-hide): Ditto.
4659
4660
4661         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
4662
4663 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4664
4665         * wl-folder.el (wl-folder-write-current-folder): Support petname.
4666
4667 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
4668
4669         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
4670
4671 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4672
4673         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
4674         Fixed `match-beginning' argument mismatch.
4675
4676 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
4677
4678         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
4679         the default value.
4680
4681 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
4682
4683         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
4684         instead of `elmo-nntp-default-port'.
4685
4686         * wl-vars.el: Fixed some doc strings.
4687
4688 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
4689
4690         * wl-summary.el (wl-summary-prefetch-msg): Use
4691         `elmo-msgdb-overview-get-entity' instead of `assoc'.
4692
4693         * wl-vars.el: Define *-func as obsolete variable using
4694         `elmo-define-obsolete-variable'.
4695
4696         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
4697         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
4698         instead of `wl-message-buffer-prefetch-threshold'.
4699
4700         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
4701
4702         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
4703
4704         * wl-draft.el (wl-caesar-region-func): Ditto.
4705
4706         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
4707         Keep unread status in elmo-folder-move-messages.
4708         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
4709
4710 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4711
4712         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
4713         `wl-summary-buffer-exit-func'
4714         (wl-summary-buffer-message-redisplay-function): Renamed from
4715         `wl-summary-buffer-message-redisplay-func'
4716         (wl-summary-buffer-next-folder-function): Renamed from
4717         `wl-summary-buffer-next-folder-func'.
4718         (wl-summary-buffer-prev-folder-function): Renamed from
4719         `wl-summary-buffer-prev-folder-func'.
4720         (wl-summary-get-petname-function): Renamed from
4721         `wl-summary-get-petname-func'.
4722
4723         * wl-score.el (wl-score-edit-exit-function): Renamed from
4724         `wl-score-edit-exit-func'.
4725
4726         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
4727         Renamed from `wl-message-buffer-prefetch-get-next-function'.
4728
4729         * wl-util.el (wl-load-profile-function): Renamed from
4730         `wl-load-profile-func'.
4731
4732         * wl-folder.el (wl-folder-completion-function): Renamed from
4733         `wl-folder-completion-func'.
4734         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
4735
4736         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
4737         `wl-expire-archive-get-folder-func'.
4738         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
4739         (wl-draft-send-mail-function): Renamed from
4740         `wl-draft-send-mail-func'.
4741         (wl-draft-send-news-function): Renamed from
4742         `wl-draft-send-news-func'.
4743         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
4744         (wl-generate-mailer-string-function): Renamed from
4745         `wl-generate-mailer-string-func'.
4746         (wl-highlight-signature-search-function): Renamed from
4747         `wl-highlight-signature-search-func'.
4748         (wl-highlight-x-face-function): Renamed from
4749         `wl-highlight-x-face-func'
4750         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
4751         (wl-ps-print-buffer-function): Renamed from
4752         `wl-ps-print-buffer-func'
4753         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
4754         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
4755         (wl-summary-subject-filter-function): Renamed from
4756         `wl-summary-subject-filter-func'.
4757
4758         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
4759         `wl-draft-queue-flush-send-func'
4760         (wl-draft-cite-function): Renamed from
4761         `wl-draft-cite-func'
4762
4763         * wl-address.el (wl-address-init-function): Renamed from
4764         `wl-address-init-func'.
4765
4766 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
4767
4768         * wl-draft.el (wl-draft-queue-flush): Don't call
4769         `elmo-dop-unlock-message'.
4770         * wl-draft.el (wl-draft-queue-append): Don't call
4771         `elmo-dop-lock-message'.
4772
4773         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
4774         (wl-summary-buffer-folder-name): Ditto.
4775         (wl-summary-message-regexp): Added '-' (all other related portions
4776         are changed).
4777         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
4778         wl-summary-buffer-folder-name.
4779
4780 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
4781
4782         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
4783         the number of mails in the folder buffer is not updated by wl-biff.
4784
4785 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
4786
4787         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
4788         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
4789
4790 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
4791
4792         * wl-summary.el (wl-summary-next-message):
4793         Return next message number when wl-summary-move-order is nil.
4794
4795 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
4796
4797         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
4798         `wl-summary-move-spec-alist'.
4799         (wl-summary-move-spec-unplugged-alist): New variable
4800         (Move spec for unplugged status).
4801         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
4802         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
4803
4804 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
4805
4806         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
4807         * wl-mule.el (wl-draft-overload-menubar): Ditto.
4808
4809 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
4810
4811         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
4812         simple quotation to quote the anonymous function.
4813         * tm-wl.el (wl-draft-preview-message): Ditto.
4814
4815 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
4816
4817         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
4818         Eliminate redundant `save-excursion'.
4819         (wl-highlight-summary-current-line): Ditto.
4820
4821         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
4822         accessing match data when `looking-at' failed.
4823
4824         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
4825         `elmo-match-string' where users don't care about the speed.
4826         (wl-draft-save): Ditto.
4827
4828 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4829
4830         * wl-util.el (wl-regexp-opt): New function.
4831
4832         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
4833         number from `wl-summary-buffer-number-list'.
4834         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
4835         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
4836         (wl-summary-move-spec-alist): Changed default setting.
4837
4838 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4839
4840         * wl-vars.el (wl-biff-notify-hook): New hook.
4841         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
4842         the arrival of new mail.
4843         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
4844         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
4845
4846 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
4847
4848         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
4849
4850 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
4853
4854         * Version number is increased to 2.5.8.
4855
4856         * wl-thread.el (toplevel): require 'cl.
4857         (wl-thread-resume-entity): Call wl-thread-make-number-list.
4858         (wl-thread-make-number-list): New function.
4859         (wl-thread-entity-make-number-list-from-children): Ditto.
4860         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
4861         (wl-thread-entity-insert-as-children): Likewise.
4862         (wl-thread-delete-message): Likewise.
4863         (wl-meaning-of-mark): Eliminated.
4864         (wl-thread-next-failure-mark-p): Ditto.
4865         (wl-thread-entity-get-mark): Ditto.
4866         (wl-thread-meaning-alist-get-result): Ditto.
4867         (wl-thread-entity-check-prev-mark): Ditto.
4868         (wl-thread-entity-check-next-mark): Ditto.
4869         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
4870         (wl-thread-entity-get-prev-marked-entity): Ditto.
4871         (wl-thread-get-prev-unread): Ditto.
4872         (wl-thread-jump-to-prev-unread): Ditto.
4873         (wl-thread-get-next-unread): Ditto.
4874         (wl-thread-jump-to-next-unread): Ditto.
4875         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
4876         (wl-thread-entity-get-next-marked-entity): Ditto.
4877
4878         * wl-summary.el (wl-summary-buffer-number-list):
4879         New bufer-local variable.
4880         (wl-summary-switch-to-clone-buffer): Clone
4881         `wl-summary-buffer-number-list'.
4882         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
4883         (wl-summary-cursor-move-regex): Eliminated.
4884         (wl-summary-cursor-up): Rewrite.
4885         (wl-summary-cursor-down): Ditto.
4886         (wl-summary-mode-spec-alist): New variable.
4887         (wl-summary-next-message): New inline function.
4888         (wl-summary-cursor-move): New function.
4889         (wl-summary-default-get-next-msg): Rewrite.
4890         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
4891         (wl-summary-rescan): Ditto.
4892         (wl-summary-sync-all-init): Ditto.
4893         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
4894         summary is not thread view.
4895         (wl-summary-sync-update): Ditto.
4896         (wl-summary-rescan): Ditto.
4897         (wl-summary-make-number-list): New function.
4898
4899         * wl-draft.el: "FCC" -> "Fcc".
4900
4901 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
4902
4903         * wl-highlight.el (wl-highlight-summary-window):
4904         Call `set-buffer-modified-p'.
4905
4906         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
4907         (wl): Call `elmo-init' and fix.
4908
4909         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
4910         Use new variables.
4911
4912         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
4913
4914 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4915
4916         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
4917
4918 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4919
4920         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
4921
4922 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
4923
4924         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
4925         `wl-use-toolbar' nor `display-graphic-p'.
4926         (wl-e21-setup-message-toolbar): Ditto.
4927         (wl-e21-setup-summary-toolbar): Ditto.
4928         (wl-e21-setup-folder-toolbar): Ditto.
4929
4930         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
4931         (wl-plugged-init-icons): Ditto.
4932
4933         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
4934         `display-graphic-p'.
4935         (wl-plugged-set-folder-icon): Ditto.
4936         (wl-highlight-plugged-current-line): Ditto.
4937         (wl-highlight-folder-current-line): Ditto.
4938         (wl-e21-highlight-folder-group-line): Ditto.
4939         (wl-e21-setup-toolbar): Ditto.
4940         (wl-e21-display-image-p): New macro.
4941
4942         * wl-demo.el (wl-demo): Simplified.
4943         (wl-demo-image-type-alist): Use `image-type-available-p' for
4944         checking whether the image type `xbm' is available.
4945
4946 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4947
4948         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
4949         (wl-summary-input-range): Ditto.
4950
4951 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4952
4953         * wl-summary.el (wl-summary-edit-addresses): Use
4954         `wl-summary-get-original-buffer'
4955         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
4956         (wl-summary-jump-to-msg-by-message-id-via-nntp):
4957         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
4958         (wl-summary-get-newsgroups): Eliminated.
4959         (wl-summary-set-crosspost): Ditto.
4960         (wl-summary-is-crosspost-folder): Ditto.
4961         (wl-crosspost-alist-load): Ditto.
4962         (wl-crosspost-alist-save): Ditto.
4963
4964         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
4965         `elmo-setup-subscribed-newsgroups' instead of
4966         `elmo-nntp-make-groups-hashtb'.
4967         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
4968         instead of `wl-crosspost-alist-save'.
4969
4970         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
4971         of `elmo-folder-message-appendable-p'.
4972         (wl-mime-header-presentation-method): Eliminated.
4973
4974         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
4975         (Error occurs in emacs21).
4976
4977         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
4978         the current buffer).
4979
4980         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
4981         instead of `wl-crosspost-alist-save'.
4982         (wl-init): `elmo-crosspost-message-alist-load'
4983         instead of `wl-crosspost-alist-load'
4984
4985         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
4986         (wl-parse-newsgroups): Likewise.
4987         (wl-biff-notify): Run `wl-biff-notify-hook'.
4988
4989 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
4990
4991         * wl-vars.el (wl-summary-lazy-highlight): New variable.
4992
4993         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
4994         when `wl-summary-lazy-highlight' is non-nil.
4995         (wl-summary-goto-folder-subr): Highlight only when
4996         `wl-summary-lazy-highlight' is non-nil.
4997
4998         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
4999         Don't display progress and highlight temp-mark when
5000         `wl-summary-lazy-highlight' is non-nil.
5001         (wl-highlight-summary-window): New function.
5002         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5003
5004 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5005
5006         * wl-summary.el (wl-summary-sync): Change `all-visible'
5007         from `all-shown'
5008         (wl-summary-input-range): Ditto.
5009
5010 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5011
5012         * wl-e21.el (wl-highlight-folder-current-line): Call
5013         `wl-folder-init-icons' when folder icons have not been initialized.
5014
5015         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5016
5017         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5018         (wl-demo-image-type-alist): New macro.
5019
5020 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5021
5022         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5023         display does not support graphics.
5024         (wl-plugged-init-icons): Ditto.
5025         (wl-folder-init-icons): Ditto.
5026
5027         * wl-demo.el (wl-demo): Chech closely whether the display
5028         supports graphics.
5029
5030 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5031
5032         * wl-summary.el (wl-summary-get-original-buffer): New function.
5033         (wl-summary-set-crosspost): Use it.
5034         (wl-summary-target-mark-uudecode): Ditto.
5035         (wl-summary-reedit): Ditto.
5036         (wl-summary-resend-bounced-mail): Ditto.
5037         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5038         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5039
5040         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5041         (wl-message-display-internal): Ditto.
5042
5043 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5044
5045         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5046
5047 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5048
5049         * wl-summary.el (wl-summary-save-view): Renamed from
5050         `wl-summary-save-status'.
5051
5052 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5053
5054         * wl-summary.el (wl-summary-sync): Added `all-shown'
5055
5056 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5057
5058         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5059
5060 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5061
5062         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5063
5064 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5065
5066         * wl-highlight.el (wl-highlight-summary-line-string): Use
5067         `zerop' instead of `= 0'.
5068         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5069
5070         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5071         for comparing numbers.
5072         (wl-template-prev): Use `zerop' instead of `eq 0'.
5073
5074         * wl-draft.el (wl-draft-insert-current-message): Use
5075         `with-current-buffer' instead of `save-excursion'.
5076         Use `zerop' instead of `eq 0'.
5077
5078 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5079
5080         * wl-draft.el (wl-draft-insert-ccs): New function.
5081         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5082         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5083
5084 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5085
5086         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5087
5088 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5089
5090         * wl-expire.el (wl-expire-refile): Don't call
5091         elmo-msgdb-add-msgs-to-seen-list;
5092         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5093         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5094
5095 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5096
5097         * wl-message.el (wl-message-prev-page): Ignore errors while
5098         scroll-down.
5099
5100 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5101
5102         * wl-mime.el: Use elmo-original-message-mode instead of
5103         mmelmo-original-mode.
5104
5105         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5106         `elmo-folder-get-spec';
5107         (wl-fldmgr-add-completion-all-completions):
5108         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5109
5110         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5111         of `elmo-folder-get-type'.
5112
5113         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
5114         `elmo-folder-get-spec';
5115         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5116         Use `elmo-folder-append-message' instead of `elmo-append-msg';
5117         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5118         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
5119         `elmo-read-msg-no-cache';
5120         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
5121         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
5122         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
5123         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
5124         `elmo-cache-save';
5125         (wl-draft-reedit): Use `elmo-message-file-name'.
5126
5127         * wl-expire.el: Use `elmo-folder-name-internal';
5128         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5129         Use macro `wl-summary-buffer-msgdb' instead of variable
5130         `wl-summary-buffer-msgdb';
5131         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
5132         Use macro `wl-summary-buffer-folder-name' instead of variable
5133         `wl-summary-buffer-folder-name'.
5134         * wl-score.el: Likewise.
5135
5136         * wl-message.el: Rewrite for new message buffer cache mechanism.
5137         (wl-message-buffer-cache-buffer-get): New macro.
5138         (wl-message-buffer-cache-folder-get): Ditto.
5139         (wl-message-buffer-cache-message-get): Ditto.
5140         (wl-message-buffer-cache-entry-make): Ditto.
5141         (wl-message-buffer-cache-hit): Ditto.
5142         (wl-message-buffer-cache-sort): New function.
5143         (wl-message-buffer-cache-add): Ditto.
5144         (wl-message-buffer-cache-delete): Ditto.
5145         (wl-message-buffer-cache-clean-up): Ditto.
5146         (wl-message-buffer-window): Rewrite.
5147         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
5148         (wl-message-buffer-display): New function.
5149         (wl-message-display-internal): New function.
5150
5151 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
5152
5153         * wl-folder.el: Use `elmo-folder-name-internal';
5154         Use `wl-folder-get-elmo-folder';
5155         Use `elmo-folder-list-messages' instead of
5156         `elmo-list-folder';
5157         Use `elmo-folder-get-primitive-list' instead of
5158         `elmo-folder-get-primitive-spec-list';
5159         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
5160         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5161         Use `elmo-folder-create' instead of `elmo-create-folder'.
5162         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
5163         (wl-folder-get-elmo-folder): New macro.
5164         (wl-folder-elmo-folder-cache-get): Ditto.
5165         (wl-folder-elmo-folder-cache-put): Ditto.
5166         (wl-folder-suspend): Call `elmo-quit'.
5167
5168         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5169         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5170         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
5171         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
5172         (toplevel): require 'cl.
5173         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
5174
5175         * wl-summary.el: Rewrite to use new elmo interface.
5176
5177 \f
5178 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5179
5180         * wl-mime.el (wl-draft-preview-message):
5181         Run `wl-draft-send-hook' before collecting recipients information;
5182         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
5183
5184         * tm-wl.el (wl-draft-preview-message): Ditto.
5185
5186 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
5187
5188         * wl-mime.el (wl-draft-preview-message): Fixed problem that
5189         wrong receipients are displayed when forwarded message.
5190
5191 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
5192
5193         * Version number is increased to 2.5.7.
5194
5195 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
5196
5197         * wl-message.el (wl-message-next-page): Bind
5198         `window-pixel-scroll-increment' to nil while scrolling up.
5199
5200 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5201
5202         * wl-vars.el (wl-save-hook): New hook.
5203         * wl.el (wl-save): Call `wl-save-hook'.
5204
5205 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5206
5207         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
5208         Argument WITH-ARG instead of NO-ARG (negative mean).
5209         (wl-draft-reply): WITH-ARG instead of NO-ARG.
5210         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
5211         * wl-message.el (wl-message-follow-current-entity): Likewise.
5212
5213 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5214
5215         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
5216         FROM was optional argument.
5217         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
5218
5219 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5220
5221         * Version number is increased to 2.5.6.
5222
5223 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5224
5225         * wl-version.el (wl-version-show): Removed.
5226         (wl-version): Add `interactive'.
5227
5228 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
5229
5230         * wl-summary.el (wl-summary-get-petname-func): New variable.
5231         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
5232         instead of `wl-address-get-petname-1'.
5233         (wl-summary-simple-from): Ditto.
5234
5235         * wl-address.el (wl-address-get-petname-1): Define as function.
5236
5237 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
5238
5239         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
5240         field in the original message.
5241         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
5242
5243 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
5244
5245         * wl-expire.el (wl-expire-hide):
5246         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
5247
5248 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5249
5250         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
5251         find decoder for To, Cc, and Subject.
5252
5253 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
5256         for checking `elmo-use-buffer-cache'.
5257         (wl-summary-mark-as-important): Fixed typo in comment.
5258
5259 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
5260
5261         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
5262         field in the original message.
5263         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
5264
5265 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
5266
5267         * wl-expire.el (wl-expire-hide):
5268         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
5269
5270 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5271
5272         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
5273         find decoder for To, Cc, and Subject.
5274
5275 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
5276
5277         * Version number is increased to 2.5.5.
5278
5279         * wl-address.el (wl-address-specials-regexp): New constant.
5280         (wl-address-quote-specials): Use it.
5281
5282 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
5283
5284         * wl-summary.el (wl-summary-rescan):
5285         Call `wl-summary-buffer-number-column-detect'.
5286         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
5287
5288         * wl-message.el (wl-message-mode-map): Define.
5289         (wl-message-decode): Use it as local-map.
5290
5291 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
5292
5293         * wl-score.el (wl-score-guess-like-gnus): Abolished.
5294         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
5295
5296 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
5297
5298         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
5299
5300         * wl-mule.el (wl-read-event-char): Ditto.
5301
5302         * wl-e21.el (wl-read-event-char): Ditto.
5303
5304         * wl-nemacs.el (wl-read-event-char): Ditto.
5305         (read-event): Removed.
5306
5307         * wl-util.el (toplevel): Removed dummy definition of
5308         `read-event'.
5309         (wl-read-event-char, wl-xmas-read-event-char): Removed.
5310
5311 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
5312
5313         * wl-nemacs.el (elmo-archive-call-process): Moved to
5314         elmo-archive.el.
5315
5316 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5317
5318         * wl-draft.el (wl-draft-reply-list-symbol): New function.
5319         (wl-draft-reply): Use it.  Fixed "No match field" error message.
5320
5321         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
5322         instead of magic-number 6.  Use `not' instead of `null' for symbol
5323         `nil' check (not empty list).
5324         (wl-draft-insert-x-face-field): Fixed paren style.
5325
5326         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
5327         one-branch conditional statement, instead of `and' and `if'.
5328         (wl-draft-forward): Likewise.
5329         (wl-draft-add-references): Likewise.
5330         (wl-draft-yank-from-mail-reply-buffer): Likewise.
5331
5332         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
5333         conditional steatment.  Use `cond' instead of `if'.
5334         (wl-draft-confirm): Likewise.
5335
5336 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5337
5338         * wl-version.el (wl-version-show): Use `product-string-1'
5339         instead of `wl-version'.
5340         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
5341
5342         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
5343
5344 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5345
5346         * wl-highlight.el (wl-highlight-headers): Revert
5347         `wl-highlight-x-face-func' argument (`beg' and `end').
5348
5349 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5350
5351         * wl.el (toplevel): Move `product-provide' declare.
5352         * wl-demo.el (toplevel): Ditto.
5353         * wl-dnd.el (toplevel): Ditto.
5354         * wl-highlight.el (toplevel): Ditto.
5355         * wl-message.el (toplevel): Ditto.
5356         * wl-refile.el (toplevel): Ditto.
5357         * wl-util.el (toplevel): Ditto.
5358
5359 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
5360
5361         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
5362         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
5363         (wl-thread-close-all): keep cursor position.
5364
5365 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5366
5367         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
5368         (eq x 0).
5369         (wl-generate-user-agent-string-1): Fix conditional statement.
5370
5371 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
5372
5373         * wl.el (wl-check-environment): Additional check for
5374         'wl-local-domain' and `wl-message-id-domain'.
5375
5376 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5377
5378         * wl-draft.el (toplevel): Delete defvar for sasl-*.
5379
5380 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5381
5382         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
5383         instead of `smtp-sasl-user-realm'.
5384
5385 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5386
5387         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
5388
5389 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5390
5391         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
5392         to the default value as well as `eword-lexical-analyzer'.
5393
5394 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5395
5396         * wl-version.el (wl-extended-emacs-version,
5397         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
5398         `elmo-match-string' instead of `wl-match-string'.
5399
5400 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5401
5402         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
5403         docstring.
5404
5405 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
5406
5407         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
5408
5409 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5410
5411         * wl-highlight.el (wl-highlight-headers): Remove
5412         `wl-highlight-x-face-func' argument (`beg' and `end').
5413
5414 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
5415
5416         * wl-summary.el (wl-summary-mark-as-important):
5417         Remove cache if folder is local.
5418
5419 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
5420
5421         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
5422         to get existing e-mail address string.
5423
5424 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5425
5426         * wl-version.el (wl-generate-user-agent-string): Commentary.
5427         (wl-generate-user-agent-string-1): Use `when' for
5428         one-branch conditional statement, instead of `and' and `if'.
5429         (wl-extended-emacs-version, wl-extended-emacs-version2,
5430         wl-extended-emacs-version3): Ditto.
5431
5432 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
5433
5434         * wl-summary.el (wl-summary-sync-all-init): New inline function.
5435         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
5436         condition-case; Remove initialization.
5437         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
5438         (wl-summary-sync-update3): Added argument `sync-all';
5439         Eliminated local variable `msgdb';
5440         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
5441         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
5442         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
5443
5444 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
5445
5446         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
5447         connection before call `wl-draft-send-mail-with-smtp'.
5448
5449 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
5450
5451         * Version number is increased to 2.5.4.
5452
5453 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
5454
5455         * wl.el (wl-check-environment): Additional check for
5456         'wl-local-domain' and `wl-message-id-domain'.
5457
5458 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
5459
5460         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
5461         buffer as command specific.
5462         (wl-folder-mark-as-read-all-entity): Ditto.
5463         (wl-folder-prefetch-entity): Ditto.
5464         (wl-folder-drop-unsync-entity): Ditto.
5465
5466         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
5467         (wl-prog-uudecode-no-stdout-option): Changed default to t.
5468         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
5469
5470         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
5471         save-excursion.
5472
5473 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
5474
5475         * Version number is increased to 2.5.3.
5476
5477         * wl-summary.el (wl-summary-save-view-cache):
5478         Delete duplicated `write-region';
5479         Use `write-region-as-binary' instead of `as-binary-output-file' and
5480         `write-region'.
5481
5482 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5483
5484         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
5485
5486 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
5487
5488         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
5489         instead of `smtp-via-smtp'.
5490
5491 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5492
5493         * wl-draft.el (toplevel): Delete defvar for sasl-*.
5494
5495 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5496
5497         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
5498         instead of `smtp-sasl-user-realm'.
5499
5500 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5501
5502         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
5503
5504 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
5505
5506         * Version number is increased to 2.5.2.
5507
5508 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
5509
5510         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
5511         does not exist.
5512         (wl-biff-stop): Call `cancel-timer' if timer already exists.
5513         (wl-biff-start): Call `timer-activate' if timer already exists.
5514
5515         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
5516         only when it is bound as function.
5517
5518 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
5519
5520         * Version number is increased to 2.5.1.
5521
5522 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
5523
5524         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
5525         Print refile/copy destination.
5526
5527 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
5528
5529         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
5530         queue-flush-only is non-nil.
5531
5532         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
5533
5534         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
5535         checking cache folder.
5536
5537 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5538
5539         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
5540         `regexp-quote'.
5541
5542 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5543
5544         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
5545         function.
5546         * wl-summary.el (wl-summary-write-current-folder-functions):
5547         Change default value.  Use it.
5548
5549 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5550
5551         * Version number is increased to 2.5.0.
5552
5553         * wl-version.el (wl-version): Changed codename.
5554
5555 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
5556
5557         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
5558         (wl-summary-supersedes-message): Ditto.
5559
5560 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5561
5562         * wl-refile.el (wl-refile-guess-functions): Renamed from
5563         `wl-refile-guess-func-list'.
5564
5565 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
5566
5567         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
5568         Fixed problem when no rule was matched.
5569
5570 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
5571
5572         * wl-summary.el (wl-summary-get-mark): Fixed
5573         `wl-summary-buffer-target-mark' check logic.
5574
5575 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5576
5577         * wl-folder.el (wl-folder-write-current-folder): Added group
5578         folder check.
5579
5580         * wl-summary.el (wl-summary-write-current-folder): Renamed from
5581         `wl-summary-write-current-newsgroup'.
5582         (wl-summary-write-current-folder-functions): New variable.
5583         * wl-folder.el (wl-folder-get-newsgroups): New function.
5584         (wl-folder-guess-mailing-list-by-refile-rule): New function.
5585         (wl-folder-write-current-folder): Renamed from
5586         `wl-folder-write-current-newsgroup'.
5587
5588 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5589
5590         * Version number is increased to 2.3.93.
5591
5592 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5593
5594         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
5595         (wl-ldap-make-matched-value-list): Ditto.
5596         (wl-ldap-alias-safe-string): Split e-mail address.
5597
5598         * wl-summary.el (wl-summary-read-folder): Fixed problem when
5599         petname folder default was selected.
5600         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
5601         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
5602
5603 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
5604
5605         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
5606         to `wl-draft-config-exec'.
5607
5608         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
5609         instead of calling `wl-draft-config-exec';
5610         Process group-list and show recipients in minibuffer.
5611
5612         * tm-wl.el (wl-draft-preview-message): Ditto.
5613
5614 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5615
5616         * wl.el (toplevel): Added (C) to copyright notice, and
5617         sync Author header.
5618         * tm-wl.el (toplevel): Ditto.
5619         * wl-address.el (toplevel): Ditto.
5620         * wl-demo.el (toplevel): Ditto.
5621         * wl-dnd.el (toplevel): Ditto.
5622         * wl-draft.el (toplevel): Ditto.
5623         * wl-e21.el (toplevel): Ditto.
5624         * wl-expire.el (toplevel): Ditto.
5625         * wl-folder.el (toplevel): Ditto.
5626         * wl-highlight.el (toplevel): Ditto.
5627         * wl-message.el (toplevel): Ditto.
5628         * wl-mime.el (toplevel): Ditto.
5629         * wl-mule.el (toplevel): Ditto.
5630         * wl-nemacs.el (toplevel): Ditto.
5631         * wl-refile.el (toplevel): Ditto.
5632         * wl-score.el (toplevel): Ditto.
5633         * wl-summary.el (toplevel): Ditto.
5634         * wl-template.el (toplevel): Ditto.
5635         * wl-thread.el (toplevel): Ditto.
5636         * wl-util.el (toplevel): Ditto.
5637         * wl-vars.el (toplevel): Ditto.
5638         * wl-xmas.el (toplevel): Ditto.
5639
5640 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
5641
5642         * wl.el (wl-init): Added comment about `wl-init-hook'.
5643         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
5644         * wl-vars.el (wl-init-hook): Added docs.
5645         (wl-make-plugged-hook): Removed useless docs.
5646         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
5647         * wl-xmas.el (toplevel): Ditto.
5648
5649 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5650
5651         * wl-address.el (toplevel): Fixed multiple Author header format.
5652         * wl-demo.el (toplevel): Ditto.
5653         * wl-draft.el (toplevel): Ditto.
5654         * wl-folder.el (toplevel): Ditto.
5655         * wl-summary.el (toplevel): Ditto.
5656         * wl-thread.el (toplevel): Ditto.
5657         * wl-util.el (toplevel): Ditto.
5658         * wl-vars.el (toplevel): Ditto.
5659         * wl-version.el (toplevel): Ditto.
5660         * wl-xmas.el (toplevel): Ditto.
5661         * wl.el (toplevel): Ditto.
5662
5663         * wl-version.el (toplevel): Added require `elmo-version' for
5664         `product-version-as-string'.
5665
5666 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
5667
5668         * wl-vars.el (wl-draft-send-hook): Changed default value to
5669         '(wl-draft-config-exec).
5670
5671         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
5672         explicitly.
5673         (wl-draft): Set `wl-draft-config-exec-flag' before running
5674         `wl-mail-setup-hook'.
5675
5676         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
5677         `wl-biff-init-icons' to `wl-init-hook' instead of
5678         `wl-make-plugged-hook'.
5679         (Because if `wl-draft' command is invoked at first,
5680         they are not initialized)
5681         Updated copyright notice.
5682
5683         * wl-e21.el (toplevel): Ditto;
5684
5685         * wl-demo.el (toplevel): Updated copyright notice.
5686         * wl-address.el (toplevel): Ditto.
5687         * wl-draft.el (toplevel): Ditto.
5688         * wl-version.el (toplevel): Ditto.
5689         * wl-folder.el (toplevel): Ditto.
5690         * wl-summary.el (toplevel): Ditto.
5691         * wl-thread.el (toplevel): Ditto.
5692         * wl-util.el (toplevel): Ditto.
5693         * wl-vars.el (toplevel): Ditto.
5694         * wl.el (toplevel): Ditto.
5695
5696 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-highlight.el (wl-highlight-message): Fixed problem of
5699         highlighting failure which occured when the last field contains
5700         multiple lines in the draft buffer.
5701
5702         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
5703         `wl-biff-start' if plugged.
5704
5705         * wl-util.el (wl-biff-check-folder): New function.
5706         (wl-biff-check-folders): Don't set session name prefix.
5707         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
5708         (wl-biff-check-folder-async): Ditto.
5709
5710         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
5711         in email address.
5712
5713 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
5714
5715         * wl-vars.el (wl-subject-prefix-regexp): New variable.
5716
5717         * wl-draft.el (wl-draft-strip-subject-re): New function.
5718
5719         * wl-draft.el (wl-draft-reply): Use it.
5720
5721 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
5722
5723         * wl-message.el (wl-mmelmo-message-redisplay): Use
5724         `mime-display-message' instead of `wl-mime-display-message'.
5725
5726         * wl-mime.el (toplevel): Removed compatibility workaround
5727         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
5728         (wl-mime-display-message): Abolished.
5729         (wl-mime-entity-read-field): Ditto.
5730         (wl-mime-combine-message/partial-pieces): Use
5731         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
5732
5733 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
5734
5735         * wl-template.el: Doc fixes.
5736
5737 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
5738
5739         * wl-e21.el (wl-message-overload-functions): Do nothing if
5740         `current-local-map' is not available.
5741         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
5742
5743 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5744
5745         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
5746         representation.
5747
5748         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
5749         number.
5750         (wl-fldmgr-save-folders): Don't use `format' when insert
5751         `wl-fldmgr-folders-header'.
5752
5753 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
5754
5755         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
5756
5757 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
5758
5759         * wl-highlight.el (wl-highlight-message):
5760         Use `std11-field-end' to detect end point of the header field.
5761         Refer `wl-highlight-max-header-size'.
5762
5763         * wl-vars.el (wl-highlight-max-header-size): New variable.
5764
5765         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
5766
5767         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5768         Set `for-draft' argument of wl-highlight-headers.
5769         (wl-draft): Ditto.
5770         (wl-draft-reedit): Ditto.
5771         (wl-user-agent-compose-internal): Ditto.
5772
5773 2000-10-24   Daiki Ueno <ueno@unixuser.org>
5774
5775         * wl-message.el (wl-message-add-button): Use overlay.
5776
5777 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
5778
5779         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
5780
5781         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
5782         problem when group-list content is nothing.
5783         (Reported by Mito <mit@nines.nec.co.jp>)
5784
5785 2000-10-18  SAITO Atsunori <sai@yedo.com>
5786
5787         * wl-summary.el (wl-summary-print-destination): Adjust line length.
5788
5789 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5790
5791         * tm-wl.el (toplevel): Use product-provide.
5792
5793 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
5794
5795         * Version number is increased to 2.3.92.
5796
5797 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5798
5799         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
5800         title text, use `display' property for left margin under Emacs 21.
5801
5802         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
5803         properties.
5804         (wl-plugged-init-icons): Ditto.
5805
5806 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5807
5808         * wl.el (wl-save-status, wl-init): Remove last period in
5809         "...done." message.
5810         * tm-wl.el (wl-summary-burst): Ditto.
5811         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
5812         wl-summary-resume-cache-status,
5813         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
5814         wl-summary-sync-update3, wl-summary-highlight-msgs,
5815         wl-summary-flush-pending-append-operations,
5816         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
5817         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
5818         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
5819         wl-thread-open-all): Ditto.
5820         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5821         * wl-mime.el (wl-summary-burst): Ditto.
5822         * wl-highlight.el (wl-highlight-summary): Ditto.
5823         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
5824         wl-folder-open-all, wl-folder-update-access-group): Ditto.
5825         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
5826         * wl-address.el (wl-local-address-init): Ditto.
5827
5828 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5829
5830         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
5831         `add-text-properties'.
5832         (wl-plugged-init-icons): Ditto.
5833         (wl-folder-init-icons): Use `propertize' instead of
5834         `put-text-property'.
5835         (wl-plugged-set-folder-icon): Ditto.
5836         (wl-e21-highlight-folder-group-line): Ditto.
5837
5838 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
5839
5840         * wl-version.el (wl-version-status-alist): New variable.
5841         (wl-version-status): New function.
5842
5843         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
5844         "Cc" part of the case "Reply-To".
5845
5846         * wl-draft.el (wl-draft-reply): Use result of
5847         `eword-extract-address-components'.
5848
5849         * wl-demo.el (wl-demo-icon-name): New constant.
5850         (wl-logo-xpm): Use it.
5851         (wl-logo-xbm): Ditto.
5852         (wl-logo-bitmap): Ditto.
5853
5854         * Version number is increased to 2.3.91.
5855
5856 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5857
5858         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
5859         (wl-extended-emacs-version, wl-extended-emacs-version2,
5860         wl-extended-emacs-version3): Remove `interactive'.  Fixed
5861         docstring.
5862
5863         * wl-version.el (wl-generate-user-agent-string-1): New function.
5864         (wl-generate-user-agent-string): Use it.
5865
5866         * wl-version.el (wl-generate-user-agent-string-1): Ignore
5867         `mime-edit-insert-user-agent-field'.
5868         (wl-generate-user-agent-string): Check
5869         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
5870
5871         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
5872         instead of `if', when verbose case.
5873
5874 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
5875
5876         * wl-expire.el (wl-summary-expire): Fix.
5877
5878 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
5879
5880         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
5881         and `elmo-lost+found-folder' if 'wl-draft.
5882         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
5883
5884 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
5885
5886         * wl-expire.el (wl-summary-expire): Change messages.
5887         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
5888         `deleing-info' instead of "Deleting..."
5889
5890 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
5891
5892         * wl-summary.el (wl-summary-refile-subr): Fix.
5893
5894 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
5895
5896         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
5897         if pipe folder.
5898
5899 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
5900
5901         * wl-vars.el (wl-draft-use-cache): Default `nil'.
5902
5903 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
5904
5905         * wl-expire.el (wl-expire-hide): New function.
5906         (wl-summary-expire): Add `hide'.
5907
5908 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
5909
5910         * wl-vars.el (wl-draft-reply-without-argument-list):
5911         Changed default value to consider `Reply-To:'.
5912         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
5913
5914         * Version number is increased to 2.3.90.
5915
5916         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
5917         elmo-imap4-get-session with unwind-protect.
5918         Don't cause error.
5919         (wl-summary-sync-marks): Don't check plugged nor folder type.
5920         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
5921         (Always keep current buffer).
5922
5923 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
5924
5925         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
5926         Enclose with `save-excursion'.
5927
5928 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5929
5930         * wl-version.el (wl-version): Remove interactive.
5931
5932 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5933
5934         * wl-version.el (wl-generate-user-agent-string): Use
5935         `product-string-verbose' instead of `product-string-1'.
5936
5937 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
5938
5939         * wl-vars.el (wl-draft-use-cache): New variable.
5940         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
5941         if wl-draft-use-cache is non-nil.
5942
5943 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
5944
5945         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
5946         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
5947
5948 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
5951         (wl-thread-msg-mark-as-unread): Ditto.
5952
5953         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
5954         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
5955         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
5956         Don't set mark in summary if return value of `elmo-mark-as-read'
5957         is nil.
5958         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
5959         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
5960         instead of `wl-thread-msg-mark-as-read'.
5961         (wl-summary-mark-as-unread-region): Ditto.
5962         (wl-summary-target-mark-mark-as-read): Ditto.
5963
5964         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
5965
5966 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
5967
5968         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
5969
5970         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
5971
5972 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5973
5974         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
5975         face.
5976
5977 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
5978
5979         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
5980         `running-xemacs'.
5981
5982 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5983
5984         * wl-version.el (toplevel): Use `product-version-as-string' for
5985         set verstion-string, if defined.
5986
5987         * wl-version.el (wl-version-show): Insert string at point, when
5988         call with argument.
5989
5990         * wl-version.el (wl-generate-user-agent-string): Use
5991         `product-string-1' instead of `wl-appname', `wl-version' and
5992         `wl-codename'.
5993
5994 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5995
5996         * wl-address.el (toplevel): Use product-provide.
5997         * wl-demo.el (toplevel): Ditto.
5998         * wl-dnd.el (toplevel): Ditto.
5999         * wl-draft.el (toplevel): Ditto.
6000         * wl-e21.el (toplevel): Ditto.
6001         * wl-expire.el (toplevel): Ditto.
6002         * wl-fldmgr.el (toplevel): Ditto.
6003         * wl-folder.el (toplevel): Ditto.
6004         * wl-highlight.el (toplevel): Ditto.
6005         * wl-message.el (toplevel): Ditto.
6006         * wl-mime.el (toplevel): Ditto.
6007         * wl-mule.el (toplevel): Ditto.
6008         * wl-nemacs.el (toplevel): Ditto.
6009         * wl-refile.el (toplevel): Ditto.
6010         * wl-score.el (toplevel): Ditto.
6011         * wl-summary.el (toplevel): Ditto.
6012         * wl-template.el (toplevel): Ditto.
6013         * wl-thread.el (toplevel): Ditto.
6014         * wl-util.el (toplevel): Ditto.
6015         * wl-vars.el (toplevel): Ditto.
6016         * wl-xmas.el (toplevel): Ditto.
6017         * wl.el (toplevel): Ditto.
6018
6019 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6020
6021         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6022         instead of product.
6023
6024         * wl-version.el (wl-version): Compile time evalution elmo-version.
6025
6026 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6027
6028         * wl-summary.el (wl-summary-sync-force-update): Append queue
6029         `mark-as-read'if unplugged.
6030
6031 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6032
6033         * wl-version.el: New file.  Use product.el.
6034         * wl.el: add (require 'wl-version).
6035         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6036         for ~/.folders header.
6037         (wl-fldmgr-folders-header): Changed.
6038         * wl-demo.el (wl-demo): Use product.el.
6039
6040         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6041         wl-version.el.
6042         * wl-util.el (wl-version, wl-version-show): Ditto.
6043
6044         * wl-util.el (wl-generate-user-agent-string,
6045         wl-extended-emacs-version, wl-extended-emacs-version2,
6046         wl-extended-emacs-version3): Move to wl-version.el.
6047         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6048         xemacs-codename, mime-edit-insert-user-agent-field,
6049         mime-edit-user-agent-value, mime-editor/version,
6050         mime-editor/codename): Compile warning killer move to
6051         wl-version.el
6052
6053 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6054
6055         * wl-summary.el (wl-summary-refile-subr): Fix.
6056
6057 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6058
6059         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6060         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6061
6062 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6063
6064         * wl.el (wl-check-environment): Check too many `@'.
6065
6066 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6067
6068         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6069
6070 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6071
6072         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6073         wl-draft-reply-myself-without-argument-list): Add variables.
6074         * wl-draft.el (wl-draft-reply): Use it.
6075
6076 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6077
6078         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6079         the 5th argument of `elmo-network-get-spec'.
6080
6081         * wl-thread.el (wl-thread-reparent-children): New inline function.
6082         (wl-thread-delete-message): Use it.
6083
6084         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6085         (wl-summary-score-update-all-lines): Don't use `dolist'.
6086
6087 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6088
6089         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6090         (require 'elmo-msgdb) for inline function.
6091
6092 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6093
6094         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6095
6096 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6097
6098         * wl-score.el (wl-score-headers): Fix for the confusing macro
6099         `elmo-kill-buffer'.
6100
6101 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6102
6103         * wl-summary.el: Don't use the 3rd argument of `require' because
6104         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6105         * wl-util.el: Ditto.
6106         * wl-draft.el: Ditto.
6107
6108 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6109
6110         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6111         window system is not used.
6112
6113 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
6114
6115         * wl-thread.el: Don't use `mapcar' only for iteration.
6116         (wl-thread-resume-entity): Ditto.
6117         (wl-thread-delete-message): Ditto.
6118
6119         * wl-summary.el: Bind `dragdrop-drop-functions',
6120         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
6121         of `require' for `timezone', `easymenu' and `ps-print';
6122         don't use `mapcar' only for iteration.
6123
6124         * wl-util.el: Bind `mule-version', `nemacs-version',
6125         `emacs-beta-version', `xemacs-codename',
6126         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
6127         `mime-editor/version' and `mime-editor/codename'; specify 3rd
6128         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
6129         only for iteration.
6130
6131         * wl-score.el: Don't use `mapcar' only for iteration.
6132         (wl-score-simplify-buffer-fuzzy): Ditto.
6133         (wl-score-simplify-subject): Ditto.
6134         (wl-score-headers): Ditto.
6135         (wl-summary-score-update-all-lines): Ditto.
6136
6137         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
6138         `enable-multibyte-characters' and `mule-version'.
6139
6140         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
6141         `mapcar' only for iteration.
6142
6143         * wl-demo.el: Don't use `mapcar' only for iteration.
6144
6145         * wl-folder.el: Don't use `mapcar' only for iteration.
6146         (wl-folder-open-all): Ditto.
6147         (wl-folder-count-incorporates): Ditto.
6148
6149         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
6150         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
6151
6152         * wl-draft.el: Bind `x-face-add-x-face-version-header',
6153         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
6154         `smtp-connection-type'; specify 3rd argument of `require' for
6155         `timezone'; don't use `mapcar' only for iteration.
6156         (wl-draft-clone-local-variables): Don't use `mapcar'.
6157         (wl-draft-generate-clone-buffer): Ditto.
6158         (wl-user-agent-compose-internal): Ditto.
6159
6160         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
6161
6162         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
6163         (wl-save-status): Ditto.
6164
6165         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
6166         for iteration.
6167
6168 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
6169
6170         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
6171         removed `Date'.
6172         (wl-fldmgr-make-filter-default): New user option.
6173
6174         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
6175         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
6176         (wl-fldmgr-filter-completion-alist): Abolish.
6177
6178         * wl.el (wl): Don't check servers if arg is non-nil.
6179
6180         * wl-draft.el (wl-draft-reply): Set only message-id string to
6181         In-Reply-To field.
6182
6183 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6184
6185         * wl-summary.el (wl-summary-pick): Rewrite.
6186
6187         * wl-draft.el (wl-draft-forward): Get references field from
6188         original buffer.
6189         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
6190
6191 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
6192
6193         * wl-draft.el (wl-draft-forward): Add references field.
6194
6195 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
6196
6197         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
6198         (wl-draft-reply): Use it.
6199
6200 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
6201
6202         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
6203         when Emacs 21 is running.
6204
6205         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
6206         bindings.
6207
6208 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6209
6210         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
6211         XPM icons transparent.
6212
6213         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
6214         Emacs 21.
6215
6216 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
6217
6218         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
6219         nil.
6220
6221         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
6222         when it is persistent.
6223         (wl-summary-sync-marks): Changed argument for
6224         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6225         (wl-summary-virtual): Use `elmo-read-search-condition'.
6226         (wl-summary-redisplay-internal): If folder is local, mark as read
6227         even when folder is plugged.
6228
6229 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
6230
6231         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
6232         of `tool-bar-lines' in the frame parameters.
6233         (after-make-frame-functions, post-command-hook): Don't modify the
6234         value.
6235         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
6236         wl-e21-tool-bar-lines): Removed.
6237
6238 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
6239
6240         * wl-highlight.el (wl-highlight-folder-path): Put overlay
6241         properties `evaporate' and `wl-momentary-overlay' as well.
6242         (wl-highlight-summary-displaying): Ditto.
6243         (wl-delete-all-overlays): Don't delete overlay which does not have
6244         a property `wl-momentary-overlay'.
6245
6246         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
6247         `display-mouse-p' and `display-graphic-p'.
6248         (wl-folder-init-icons): Don't search for XBM or the other files.
6249         (wl-plugged-set-folder-icon): Make icons if and only if
6250         `display-graphic-p' returns non-nil.
6251         (wl-highlight-plugged-current-line): Use `before-string' overlay
6252         property to show icon images.
6253         (wl-highlight-folder-current-line): Ditto.
6254         (wl-e21-highlight-folder-group-line): Ditto.
6255         (wl-e21-highlight-folder-by-numbers): Ditto.
6256         (wl-e21-insert-image): Removed.
6257         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
6258         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
6259         said.
6260         (wl-e21-switch-toolbar-after-make-frame): Renamed from
6261         `wl-e21-force-switch-toolbar'.
6262         (wl-e21-make-icon-image): Removed.
6263         (wl-e21-setup-toolbar): Don't search for XBM files.
6264         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
6265         the default value.
6266
6267 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
6268
6269         * wl-util.el (wl-biff-check-folder-async): Set
6270         `wl-biff-check-folders-running' even when it is not an IMAP folder.
6271
6272 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6273
6274         * wl-e21.el (after-make-frame-functions): Add
6275         `wl-e21-force-switch-toolbar'.
6276         (wl-e21-force-switch-toolbar): New function force to switch the
6277         toolbar appearance automatically.
6278         (post-command-hook): Add `wl-e21-switch-toolbar'.
6279         (wl-e21-switch-toolbar): New function to switch the toolbar
6280         appearance automatically.
6281         (wl-e21-tool-bar-lines): New buffer local variable.
6282
6283 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
6284
6285         * wl-util.el (wl-biff-check-folders-running): New variable.
6286         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
6287         (wl-biff-check-folder-async-callback):
6288         Set `wl-biff-check-folders-running'.
6289         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
6290         with unwind-protect.
6291
6292         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
6293         Enclose `wl-folder-auto-check' with unwind-protect.
6294
6295         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
6296         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
6297
6298         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
6299
6300         * wl-util.el (wl-biff-notify): New inline function.
6301         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
6302         locally.
6303         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
6304         folder-list' is 1.
6305         Use `wl-biff-notify'.
6306         (wl-biff-check-folder-async-callback): New function.
6307         (wl-biff-check-folder-async): Ditto.
6308
6309         * wl-folder.el (wl-folder): Don't check folders.
6310         (wl-folder-auto-check): New function.
6311
6312 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
6313
6314         * wl-util.el (wl-biff-start) [Emacs19+]:
6315         Use `timer-next-integral-multiple-of-time'.
6316         (wl-biff-check-folders): Use `wl-default-folder'
6317         if `wl-biff-check-folder-list' is nil.
6318
6319 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
6320
6321         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
6322         instead of `elmo-delete-lists'.
6323
6324 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
6325
6326         * wl.el (wl-plugged-toggle-all): Set the value of
6327         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
6328         (wl-plugged-toggle): Ditto.
6329         (wl-toggle-plugged): Ditto.
6330         (wl-plugged-init): Ditto.
6331
6332         * wl-xmas.el (wl-biff-init-icons): Set icons data to
6333         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
6334         instead of `wl-biff-state-indicator-off' and
6335         `wl-biff-state-indicator-on'; don't modify the value and the type
6336         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
6337         (wl-plugged-init-icons): Set icons data to
6338         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
6339         instead of `wl-plug-state-indicator-off' and
6340         `wl-plug-state-indicator-on'; don't modify the value and the type
6341         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
6342
6343         * wl-vars.el (wl-modeline-biff-state-off,
6344         wl-modeline-biff-state-on, wl-modeline-biff-status,
6345         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
6346         wl-modeline-plug-status): New internal variables.
6347         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
6348         wl-biff-check-interval, wl-biff-check-folder-list): Change
6349         customization group from `wl-folder' to `wl-highlight'.
6350         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
6351         wl-show-plug-status-on-modeline): Defcustomized.
6352
6353         * wl-util.el (wl-biff-check-folders): Set the value of the flag
6354         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
6355         (wl-mode-line-buffer-identification): Set both ON and OFF data with
6356         a flag to `mode-line-buffer-identification'.
6357
6358         * wl-e21.el (wl-biff-init-icons): Set icons data to
6359         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
6360         instead of `wl-biff-state-indicator-off' and
6361         `wl-biff-state-indicator-on'.
6362         (wl-plugged-init-icons): Set icons data to
6363         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
6364         instead of `wl-plug-state-indicator-off' and
6365         `wl-plug-state-indicator-on'.
6366
6367 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6368
6369         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
6370         excessive titles.
6371
6372 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6373
6374         * wl.el (wl-plugged-mode): Use revised
6375         `wl-mode-line-buffer-identification'.
6376         (wl-plugged-init): Don't use `force-mode-line-update'.
6377
6378         * wl-xmas.el (wl-draft-overload-functions): Use revised
6379         `wl-mode-line-buffer-identification'.
6380         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
6381         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
6382         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
6383         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
6384         `wl-make-plugged-hook';
6385         add `wl-folder-init-icons' and `wl-setup-folder' to
6386         `wl-folder-mode-hook'.
6387
6388         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
6389         19 as well.
6390         (wl-mode-line-display-priority-list): New user option.
6391         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
6392         Defcustomized.
6393         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
6394         Add docs.
6395
6396         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
6397         start.
6398         (wl-mode-line-buffer-identification): Revised as a function.
6399
6400         * wl-summary.el (wl-summary-mode): Use revised
6401         `wl-mode-line-buffer-identification'; don't call
6402         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
6403         (TopLevel): Don't bind `wl-e21-setup-summary' nor
6404         `wl-xmas-setup-summary'.
6405
6406         * wl-nemacs.el (wl-draft-overload-functions): Use revised
6407         `wl-mode-line-buffer-identification'.
6408
6409         * wl-mule.el (wl-draft-overload-functions): Use revised
6410         `wl-mode-line-buffer-identification'.
6411
6412         * wl-folder.el (wl-make-plugged-alist): Don't call
6413         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
6414         (wl-folder): Don't call `wl-folder-init-icons' directly.
6415         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
6416         `wl-xmas-setup-folder' directly;
6417         use revised `wl-mode-line-buffer-identification'.
6418         (TopLevel): Don't bind `wl-biff-init-icons',
6419         `wl-plugged-init-icons', `wl-folder-init-icons',
6420         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
6421
6422         * wl-e21.el (wl-draft-overload-functions): Use revised
6423         `wl-mode-line-buffer-identification'.
6424         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
6425         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
6426         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
6427         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
6428         `wl-make-plugged-hook';
6429         add `wl-folder-init-icons' and `wl-setup-folder' to
6430         `wl-folder-mode-hook'.
6431
6432 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
6433             Katsumi Yamaoka    <yamaoka@jpl.org>
6434
6435         * wl.el (wl): Call `wl-biff-start'.
6436         (wl-exit): Call `wl-biff-stop'.
6437         (wl-plugged-mode): Show biff in modeline.
6438         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
6439
6440         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
6441         (wl-biff-init-icons): New function.
6442         (wl-plugged-init-icons): Don't make too much keymaps.
6443         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
6444
6445         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
6446         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
6447         variables.
6448         (wl-biff-check-interval, wl-biff-check-folder-list): New user
6449         options.
6450
6451         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
6452         wl-biff-start, wl-biff-stop): New functions.
6453         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
6454         (wl-biff-timer-name): New variable.
6455
6456         * wl-summary.el (wl-summary-mode): Show biff in modeline.
6457
6458         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
6459         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
6460
6461         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
6462         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
6463
6464         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
6465         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
6466         `wl-folder-init-icons' to `ignore' if they are not available.
6467         (wl-folder-mode): Show biff in modeline.
6468
6469         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
6470         (wl-biff-init-icons): New function.
6471         (wl-plugged-init-icons): Don't make too much keymaps.
6472         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
6473
6474 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
6475
6476         * wl-vars.el (wl-strict-diff-folders): Customization Type
6477         and doc fix.  Define as a list of regular expressions for
6478         folders or nil.
6479         * wl-folder.el (wl-folder-check-one-entity): Use
6480         `wl-string-match-member' instead of `wl-string-member' for
6481         `wl-strict-diff-folders'.
6482
6483 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
6484
6485         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
6486         (wl-highlight-folder-current-line): Use it; new implementation.
6487         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
6488         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
6489         `defsubst' instead of `defun'.
6490
6491         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
6492         `wl-highlight-group-folder-by-numbers'; made it can also be a
6493         number.  See info for more details.
6494
6495         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
6496         running.
6497
6498         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
6499         to bind them.
6500
6501         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
6502         (wl-highlight-folder-current-line): New implementation.
6503
6504         * wl-highlight.el (wl-highlight-folder-group-line): New
6505         implementation.
6506         (wl-delete-all-overlays): Rewrite as a marco.
6507         (TopLevel): Require `wl-e21' when Emacs 21 is running.
6508
6509         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
6510         running.
6511         (wl-folder-*-glyph): No need to bind them.
6512
6513         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
6514         `wl-e21-highlight-folder-group-icon'; rewrite.
6515         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
6516         `defsubst' instead of `defun'.
6517         (wl-folder-mode-map): Bind it when compiling.
6518
6519 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
6520
6521         * wl.el (wl): Initialize plug-related settings before `wl-init'.
6522
6523         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
6524
6525 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
6526
6527         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
6528
6529 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
6530
6531         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
6532         (wl-highlight-folder-current-line): Use it.
6533
6534         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
6535         in `id-name'.
6536
6537 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
6538
6539         * wl.el: Require `wl-e21' when Emacs 21 is running.
6540
6541         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
6542         default when Emacs 21 is running.
6543         (wl-use-highlight-mouse-line): Ditto.
6544         (wl-on-emacs21): New constant.
6545         (wl-on-emacs20): Removed.
6546
6547         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
6548         Emacs 21 is running.
6549
6550         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
6551         Emacs 21 is running.
6552
6553         * wl-e21.el: New file.
6554
6555 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
6556
6557         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
6558         (wl-toggle-plugged): Ditto.
6559         (wl-plugged-toggle): Ditto.
6560         (wl-plugged-toggle-all): Ditto.
6561
6562         * wl-vars.el (wl-plug-state-indicator): Refer
6563         `wl-plug-state-indicator-on' indirectly.
6564
6565 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
6566
6567         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
6568         Call `wl-folder-confirm-existence'.
6569
6570         * wl-folder.el (wl-folder-confirm-existence): Added optional
6571         argument `force'.
6572
6573 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
6574
6575         * wl-summary.el (wl-summary-refile-subr): Assume
6576         `copy-or-refile' as symbol.
6577         (wl-summary-refile): Follow up above change.
6578         (wl-summary-copy): Ditto.  Doc fix.
6579
6580 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-summary.el (wl-summary-pick): Don't bind
6583         `elmo-search-mime-charset'.
6584
6585         * wl-vars.el (wl-highlight-message-header-button-alist): Define
6586         default using old backquote style.
6587         (wl-search-mime-charset): Abolished.
6588
6589         * wl-highlight.el (wl-highlight-headers):
6590         Call `point' after `re-search-forward'(for Nemacs).
6591
6592         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
6593         for elmo-imap4.el.
6594
6595 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
6596
6597         * wl-message.el (wl-mmelmo-message-redisplay): Bind
6598         `wl-message-ignored-field-list' instead of
6599         `mime-view-ignored-field-list'.
6600
6601         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
6602         Add interactive spec.
6603         (wl-folder-goto-bottom-of-current-folder): Ditto.
6604         (wl-folder-mode-map): Bind them.
6605
6606         * wl-vars.el (wl-message-ignored-field-list): New variable.
6607         (wl-message-visible-field-list): New variable.
6608
6609         * wl-mime.el (wl-mime-header-presentation-method): New function.
6610         (wl-mime-setup): Set header-presentation-method.
6611
6612 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
6613
6614         * wl-nemacs.el (wl-draft-overload-functions): Set
6615         `mode-line-buffer-identification' instead of using
6616         `wl-make-modeline'.
6617
6618         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
6619         instead of using `wl-make-modeline'.
6620
6621         * wl-xmas.el (wl-plugged-init-icons): Set up
6622         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
6623         (wl-make-modeline): Abolish.
6624         (wl-draft-overload-functions): Set
6625         `mode-line-buffer-identification' instead of using
6626         `wl-make-modeline'.
6627
6628         * wl-util.el (wl-make-modeline-subr): Abolish.
6629         (wl-mode-line-buffer-identification): New alias.
6630
6631         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
6632         (wl-summary-make-modeline): Abolish.
6633         (wl-summary-buffer-set-folder): Set
6634         `wl-summary-buffer-folder-indicator'.
6635         (wl-summary-mode): Set `mode-line-buffer-identification' instead
6636         of using `wl-make-modeline'.
6637         (wl-summary-switch-to-clone-buffer): Don't set
6638         `mode-line-buffer-identification'.
6639         (wl-summary-goto-folder-subr): Ditto.
6640
6641         * wl-mule.el (wl-draft-overload-functions): Set
6642         `mode-line-buffer-identification' instead of using
6643         `wl-make-modeline'.
6644
6645         * wl-folder.el (wl-folder-mode): Set
6646         `mode-line-buffer-identification' instead of using
6647         `wl-make-modeline'.
6648         (wl-folder): Don't set `mode-line-buffer-identification'.
6649
6650 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
6651
6652         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
6653         instead of `member' for `wl-refile-guess-func-list' look-ups.
6654         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
6655
6656 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
6657
6658         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
6659         `wl-message-button-dispatcher'.
6660
6661         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
6662
6663         * wl-message.el (wl-message-button-dispatcher): Use it.
6664
6665         * wl-vars.el (wl-highlight-message-header-button-alist): Add
6666         "In-Reply-To".
6667
6668         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6669         Bind `case-fold-search' to t.
6670
6671 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
6672
6673         * wl-xmas.el (wl-message-overload-functions): Initialize
6674         `wl-message-button-map'.
6675
6676         * wl-mule.el (wl-message-overload-functions): Initialize
6677         `wl-message-button-map'.
6678
6679         * wl-vars.el (wl-highlight-message-header-button-alist): New.
6680
6681         * wl-message.el (wl-message-button-map): New keymap.
6682         (wl-message-add-button): New function.
6683         (wl-message-button-dispatcher): New function.
6684         (wl-message-button-refer-article): New function.
6685
6686         * wl-highlight.el
6687         (wl-highlight-message-add-buttons-to-header): New function.
6688         (wl-highlight-headers): Use it.
6689
6690 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
6691
6692         * wl-summary.el (wl-summary-default-from): Use
6693         `wl-address-get-petname-1'.
6694         (wl-summary-simple-from): Ditto.
6695
6696         * wl-address.el (wl-address-get-petname-1): New inline function.
6697         (wl-address-get-petname): Use it.
6698
6699 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
6700
6701         * wl-summary.el (wl-summary-default-from): Return full-name part
6702         from the address if no petname was found.
6703         (wl-summary-simple-from): Ditto.
6704
6705         * wl-address.el (wl-address-get-petname): Return nil if no petname
6706         associated with the address was found.
6707
6708 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6709
6710         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
6711         display is finished.
6712
6713 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6714
6715         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
6716         `elmo-folder-exists-p' argument.
6717
6718 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
6719
6720         * wl-folder.el (wl-folder-confirm-existence): Check existence of
6721         the folder.
6722
6723 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
6724
6725         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
6726
6727         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
6728         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
6729
6730 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
6731
6732         * wl-folder.el (wl-folder-create-subr): New function.
6733         (wl-folder-confirm-existence): Use it.
6734         (wl-folder-check-one-entity): Use it.
6735         Check the error symbol is derived from 'elmo-open-error.
6736
6737         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
6738         `ignore-error'.
6739
6740 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6741
6742         * wl-util.el (toplevel): Add (eval-when-compile (require
6743         'elmo-util)).  (Maybe `provide' is typo.)
6744
6745 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
6746
6747         * wl-util.el (toplevel): Removed (provide 'elmo-util).
6748         (I don't know why this was needed.)
6749
6750         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
6751         Follow up changes for stream-type.
6752
6753         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
6754         (wl-draft-elmo-nntp-send): Ditto.
6755
6756         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
6757         (wl-nntp-posting-stream-type): Ditto.
6758         (wl-pop-before-smtp-ssl): Abolished.
6759         (wl-nntp-posting-ssl): Ditto.
6760
6761         * wl-address.el (wl-address-quote-specials): New function.
6762         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
6763
6764         * wl-draft.el (wl-draft-reply): Ditto.
6765
6766 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6767
6768         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
6769         use function `wl-string-match-assoc'.
6770
6771 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
6772
6773         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
6774
6775         * wl-draft.el (wl-draft-deduce-address-list): New function.
6776         (wl-draft-parse-mailbox-list): Ditto.
6777         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
6778         instead of `smtp-deduce-address-list'.
6779         (wl-draft-on-field-p): Follow group list.
6780
6781         * wl-address.el (wl-address-concat-token): New function.
6782         (wl-address-string-without-group-list-contents): Ditto.
6783         (wl-complete-field-body): Fixed problem of completion
6784         by japanese petname.
6785         (wl-address-make-completion-list): Rewrite.
6786
6787 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
6788
6789         * wl-address.el (wl-address-make-completion-list): Completion by
6790         petname.
6791         (wl-complete-field-body): Likewise.
6792
6793 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
6794
6795         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
6796         contains invalid address syntax.
6797
6798 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
6799
6800         * wl-folder.el (wl-folder-check-entity-async): Use
6801         `elmo-nntp-spec-hostname'.
6802
6803 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
6804
6805         * wl-summary.el (wl-summary-msgdb-load-async): Use
6806         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
6807
6808 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
6809
6810         * wl-draft.el (wl-draft-reply): Set argument
6811         `content-transfer-encoding' as nil.
6812
6813 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
6814
6815         * wl-refile.el (wl-refile-learn): Move hit element to the top of
6816         `wl-refile-alist'.
6817
6818 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
6819
6820         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
6821         (wl-draft-edit-string): Ditto.
6822         (wl-draft-forward): Ditto.
6823         * wl-summary.el (wl-summary-write): Ditto.
6824
6825 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
6826
6827         * wl-summary.el (wl-summary-sync-update3): Call
6828         `wl-summary-buffer-number-column-detect'.
6829         (wl-summary-buffer-number-column-detect): Search from point-min.
6830
6831 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
6832
6833         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
6834         contains an address which is not included in original to or cc.
6835
6836 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
6837
6838         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
6839         begin-line does not exist.
6840         * wl-message.el (wl-message-uu-substring): Ditto.
6841
6842 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
6843
6844         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
6845         clear local variables.
6846         (wl-summary-exit): Call `elmo-commit'.
6847         (wl-summary-switch-to-clone-buffer): Call
6848         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
6849         (wl-summary-goto-folder-subr): Ditto.
6850
6851         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
6852         POP folder.
6853
6854 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
6855
6856         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
6857         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
6858         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
6859         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
6860         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
6861         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
6862
6863         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
6864
6865 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
6866
6867         * wl-summary.el (wl-summary-search-by-subject):
6868         Search parent message from the latest one.
6869
6870 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
6871
6872         * wl-draft.el (wl-draft-reply): Insert address with full-name.
6873         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
6874
6875         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
6876         New user option.
6877
6878         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
6879         if elmo-nntp-use-killed-list is nil.
6880         Use `elmo-msgdb-append-to-killed-list'.
6881         (Append numbers confirmed as disappeared to the killed list.)
6882         (wl-summary-confirm-appends): Don't display negative number.
6883
6884 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
6885
6886         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
6887
6888 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
6889
6890         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
6891         range is `all'.
6892         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
6893         `elmo-list-bigger-diff'.
6894
6895 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-summary.el (wl-summary-buffer-exit-func):
6898         New buffer local variable.
6899         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
6900
6901 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6902
6903         * wl-demo.el (wl-demo): Fix the last change.
6904
6905 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
6906
6907         * wl-demo.el (wl-demo): Don't use `eval'.
6908
6909 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
6910
6911         * wl-summary.el (wl-summary-buffer-thread-modified):
6912         New buffer-local variable.
6913         (wl-summary-set-thread-modified): New function.
6914         (wl-summary-thread-modified-p): New function.
6915         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
6916         (wl-summary-yank-saved-message): Use function
6917         `wl-summary-set-thread-modified'
6918         (wl-summary-switch-to-clone-buffer): Add
6919         `wl-summary-buffer-thread-modified'.
6920
6921         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
6922         (wl-summary-buffer-mark-saved-hook): Ditto.
6923         * wl-summary.el (wl-summary-msgdb-save): New hook
6924         `wl-summary-buffer-message-saved-hook' and
6925         `wl-summary-buffer-mark-saved-hook'.
6926
6927 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
6928
6929         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
6930
6931 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
6932
6933         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
6934         don't hide scroll bars under FSF Emacsen because it may incur an
6935         undesirable redrawing.
6936
6937 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
6938
6939         * wl-draft.el (wl-draft-edit-string): Call
6940         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
6941
6942 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
6943
6944         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
6945
6946 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
6947
6948         * wl-summary.el (wl-summary-msgdb-load-async): Call
6949         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
6950
6951 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
6952
6953         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
6954         fringes in demo buffer; center bitmap logo correctly even if old
6955         Mule is used.
6956
6957 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
6958
6959         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
6960
6961         * wl-refile.el (wl-refile-subject-alist): New variable.
6962         (wl-refile-subject-alist-file-name): Ditto.
6963         (wl-refile-alist-setup): Rewrite.
6964         (wl-refile-alist-save): Use `elmo-object-save'.
6965         Eliminated arguments.
6966         (wl-refile-learn): Check `wl-refile-guess-func-list'.
6967         (wl-refile-guess-by-subject): New function.
6968         (wl-refile-guess-func-list): Added it.
6969
6970 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6971
6972         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
6973         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
6974
6975 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
6976
6977         * wl-summary.el (wl-summary-buffer-prev-folder-func):
6978         New buffer-local variable.
6979         (wl-summary-buffer-next-folder-func): Ditto.
6980         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
6981         if non-nil.
6982         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
6983         if non-nil.
6984         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
6985         if non-nil.
6986         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
6987         if non-nil.
6988
6989 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
6990
6991         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
6992         permanently in the demo buffer.
6993
6994 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
6995
6996         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
6997         `mime-entity-fetch-field'.
6998
6999         * wl.el (wl-exit): Delete plugged buffer.
7000
7001         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7002         XEmacs has menubar feature.
7003
7004 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7005
7006         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7007         cannot arrive at the beginning of the buffer under old Emacsen.
7008
7009 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7010
7011         * wl-address.el (wl-address-ldap-search):
7012         Call `ldap-search-entries' with `withdn' argument t.
7013         (wl-complete-field-body): Bind completion-ignore-case as t.
7014         Clear ldap search hash when it was sole completion.
7015         Use elmo-string for pattern string.
7016         (wl-ldap-alias-safe-string): Eliminated needless let.
7017
7018 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7019
7020         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7021         (wl-ldap-alias-sep): New constant.
7022         (wl-ldap-search-attribute-type-list): Ditto.
7023         (wl-ldap-get-value): New function.
7024         (wl-ldap-make-filter): Ditto.
7025         (wl-ldap-make-matched-value-list): Ditto.
7026         (wl-ldap-alias-safe-string): Ditto.
7027         (wl-ldap-register-dn-string): Ditto.
7028         (wl-address-ldap-search): Rewrite.
7029
7030 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7031
7032         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7033         thread is deleted.
7034         (wl-thread-delete-line-from-buffer): Ditto.
7035         (wl-thread-get-exist-children): New function.
7036
7037 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7038
7039         * wl-demo.el (wl-demo): Made it to select various image types.
7040         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7041         from `wl-title-logo'.
7042         (wl-logo-ascii): New variable.
7043         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7044         (wl-demo-copyright-notice): New constant.
7045
7046         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7047
7048 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7049
7050         * wl-vars.el (wl-summary-target-above): Renamed from
7051         wl-summary-temp-above.
7052         * wl-score.el (wl-score-get-score-alist): Use it.
7053         (wl-summary-score-update-all-lines): Use it.
7054         * wl-summary.el: Ditto. (make-variable-buffer-local).
7055
7056 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7057
7058         * wl-vars.el (wl-ldap-port): New user option.
7059
7060         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7061         Rewite whole implementation.
7062         (wl-complete-field-body): Fixed.
7063
7064 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7065
7066         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7067         Choose implementation at compile time.
7068
7069 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7070
7071         * wl-address.el (wl-ldap-search-internal): New function.
7072         (wl-complete-field-to): Use it.
7073
7074 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7075
7076         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7077         Use `let' instead of `let*'.
7078         Require 'wl-vars.
7079
7080         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7081         Define as defcustom.
7082         (wl-ldap-base): Ditto.
7083         (wl-use-ldap): Ditto.
7084
7085 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7086
7087         * wl-address.el (wl-ldap-search): New function.
7088         (wl-complete-field-body): Use `wl-ldap-search'.
7089         (wl-ldap-server): New variable.
7090         (wl-ldap-base): Ditto.
7091         (wl-use-ldap): Ditto.
7092
7093 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7094
7095         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7096         (Pointed out by Mito <mit@nines.nec.co.jp>).
7097         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7098         buffer-local variables like `wl-summary-redisplay-internal'.
7099         (wl-summary-redisplay-all-header): Likewise.  Update
7100         Summary view too.
7101
7102 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7103
7104         * wl-summary.el (wl-summary-jump-to-parent-message):
7105         Consider prefix argument.
7106
7107         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7108         when closed thread is deleted.
7109
7110 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7111
7112         * wl-summary.el (wl-summary-jump-to-parent-message):
7113         Consider thread modification.
7114
7115 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
7116
7117         * wl-message.el (wl-message-normal-get-original-buffer): Use
7118         `save-excursion'.
7119
7120         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
7121         (wl-summary-showto-folder-regexp): Ditto.
7122
7123 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
7124
7125         * wl-util.el (wl-delete-alist): Doc fix.
7126         (wl-delete-associations): New function.
7127         (wl-inverse-alist): New function.
7128         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
7129         Split temporary variables. Use `wl-delete-associations'
7130         and `wl-inverse-alist'.
7131         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
7132
7133 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
7134
7135         * wl-folder.el (wl-folder-prefetch-entity):
7136         Execute prefetching if new count is unknown.
7137
7138 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7139
7140         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
7141
7142         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
7143         delete entity.
7144         (wl-thread-set-parent): If insert as top, set linked as nil.
7145
7146         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
7147         `wl-thread-cleanup-symbols' when view mode is thread.
7148
7149 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
7150
7151         * wl-folder.el (wl-folder-create-folder-entity): Use
7152         with-current-buffer.
7153         (wl-local-folder-init): Call set-buffer to make sure we are in
7154         the Folder buffer. Don't touch buffer-local variables here.
7155         (wl-folder-mode): Initialize buffer-local variables here.
7156
7157         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
7158         (wl-folder-entity-assign-id): Ditto.
7159         (wl-folder-create-entity-hashtb): Ditto.
7160         (wl-local-folder-init): Ditto.
7161         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
7162
7163 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7164
7165         * wl-summary.el (wl-summary-default-from): Fix probrem when
7166         std11-extract-address-components return (nil "foo@bar").
7167
7168 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
7169
7170         * wl-draft.el (wl-draft-clone-local-variables):
7171         Remove redundant `setq'.
7172
7173 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
7174
7175         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7176         Bind wl-highlight-x-face-func as nil while highlighting header.
7177
7178 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
7179
7180         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
7181
7182 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7183
7184         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
7185         elmo-msgdb-overview-hashtb from copy-variables.
7186         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
7187         instead of `elmo-msgdb-overview-get-entity-by-number'.
7188         (wl-summary-auto-refile): Ditto.
7189
7190         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
7191         `elmo-msgdb-overview-get-entity' instead of
7192         `elmo-msgdb-search-overview-entity'.  Use
7193         `elmo-msgdb-overview-get-entity' instead of
7194         `elmo-msgdb-overview-get-entity-by-number'.
7195         (wl-thread-insert-entity-sub): Ditto.
7196         (wl-thread-insert-message): Ditto.
7197
7198         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
7199         `elmo-msgdb-overview-get-entity'.
7200         (wl-normal-message-redisplay): Ditto.
7201
7202 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7203
7204         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
7205         `wl-thread-entities'.
7206         (wl-thread-delete-message): Fix remove top message from
7207         `wl-thread-entity-list'.
7208
7209         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
7210         wl-append(nconc), because update-list is broken on Meadow.
7211
7212         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
7213         updating process.
7214         (wl-summary-rescan): Ditto.
7215         (wl-summary-sync-update3): Ditto.
7216         * wl-thread.el (wl-thread-set-parent): Renamed from
7217         `wl-summary-set-parent'.
7218         (wl-thread-insert-message): Updating buffer faster.
7219         (wl-thread-delete-message): Updating buffer faster.
7220
7221         * wl-score.el (wl-summary-score-update-all-lines): Changed
7222         interval for display progress gauge.
7223
7224 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7225
7226         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
7227         folder always-sticky.
7228         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
7229         defmacro.
7230
7231 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
7232
7233         * wl-vars.el (wl-draft-add-references): New user option.
7234
7235         * wl-draft.el (wl-draft-add-references): New function.
7236         (wl-draft-yank-from-mail-reply-buffer): Use it.
7237         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
7238         as nil.
7239
7240 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7241
7242         * wl-thread.el (wl-thread-update-line-msgs): Called
7243         `wl-thread-update-line-on-buffer-sub'.
7244         (wl-thread-update-line-on-buffer): Delete routine of inserting
7245         thread.
7246         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
7247         moved from `wl-thread-update-line-on-buffer'.
7248         Add threshold for displaying progress gauge.
7249         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
7250         argument of `wl-thread-update-line-msgs'.
7251         Add threshold for displaying progress gauge.
7252         * wl-folder.el:
7253         Add threshold for displaying progress gauge.
7254         * wl-score.el: Ditto.
7255
7256         * wl-expire.el (wl-summary-expire): Display deleting info.
7257
7258 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
7259
7260         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
7261         `no-msg'.
7262         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
7263         argument of `wl-thread-update-line-msgs'.
7264         (wl-summary-set-parent): Added optional argument `parent-number'.
7265         (wl-summary-buffer-saved-message): New buffer local variable.
7266         (wl-summary-save-current-message): New command.
7267         (wl-summary-yank-saved-message): Ditto.
7268         (wl-summary-mode-map): Added key binding for
7269         `wl-summary-save-current-message' (\ew) and
7270         `wl-summary-yank-saved-message' (\C-y).
7271         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
7272
7273 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
7274
7275         * wl-summary.el (wl-summary-mode-map): Added key binding for
7276         `wl-summary-set-parent' (ts).
7277
7278 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7279
7280         * wl-summary.el (wl-summary-insert-thread-entity): Search same
7281         subject faster. If thread number is reverse, delayed updating
7282         thread.
7283         (wl-summary-search-by-subject): Ditto.
7284         (wl-summary-put-alike): Ditto.
7285         (wl-summary-get-alike): Ditto.
7286         (wl-summary-insert-headers): Insert header of all overview in
7287         buffer.
7288         (wl-summary-rescan): Delayed updating thread. Kill search subject
7289         buffer for wl-summary-search-by-subject.
7290         (wl-summary-sync-update3): Ditto.
7291         (wl-summary-exit): Ditto.
7292         (wl-summary-goto-bottom-of-current-thread): Change for linked
7293         thread.
7294         (wl-summary-overview-create-summary-line): Change line for linked
7295         thread.
7296
7297         * wl-summary.el (wl-summary-update-thread): Use
7298         wl-thread-maybe-get-children-num.
7299         (wl-summary-set-parent): If change parent, move sub thread.
7300         (wl-summary-redisplay-internal): Add horizontal recenter.
7301         (wl-summary-redisplay-no-mime): Add horizontal recenter.
7302
7303         * wl-thread.el (wl-thread-entity-get-linked): New function.
7304         (wl-thread-entity-set-linked): New function.
7305         (wl-thread-create-entity): Add linked element.
7306         (wl-thread-entity-insert-as-top): Use wl-append.
7307         (wl-thread-maybe-get-children-num): If closing thread, return
7308         children msgs.
7309         (wl-thread-update-line-msgs): Displaying progress message.
7310         (wl-thread-update-line-on-buffer-sub): Use
7311         wl-thread-maybe-get-children-num.
7312         (wl-thread-update-line-on-buffer): If update line is not exists,
7313         insert thread.
7314         (wl-thread-delete-message): If delete top msg of thread, search
7315         parent by subject.
7316         (wl-thread-insert-entity): Use
7317         wl-thread-maybe-get-children-num.
7318
7319         * wl-highlight.el (wl-highlight-summary-current-line): change
7320         sregexp for linked thread.
7321         * wl-util.el (wl-count-lines): Count lines.
7322         (wl-horizontal-recenter): horizontal recenter.
7323         * wl-score.el (wl-score-put-alike): Use wl-count-lines
7324         (wl-score-get-alike): Ditto.
7325         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
7326         (wl-subject-length-limit): New variable.
7327         (wl-highlight-thread-indent-string-regexp): Changed for linked
7328         thread.
7329
7330 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7331
7332         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
7333         New variable (revival).
7334         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
7335         by subject matching if there's no in-reply-to nor references field
7336         (revival).
7337
7338 \f
7339 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
7340
7341         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
7342         message.
7343
7344 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
7345
7346         * wl-summary.el (wl-summary-reply): Return t if there was a
7347         message at cursor point.
7348         Added unwind-protect.
7349         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
7350         returns t.
7351         (wl-summary-cancel-message): Do nothing when there's no message at
7352         cursor point.
7353         (wl-summary-forward): Ditto.
7354         (wl-summary-jump-to-parent-message): Ditto.
7355         (wl-summary-reedit): Ditto.
7356         (wl-summary-edit-addresses): Ditto.
7357         (wl-summary-pipe-message): Ditto.
7358         (wl-summary-print-message-with-ps-print): Ditto.
7359         (wl-summary-print-message): Ditto.
7360         (wl-summary-mark-as-important): Ditto.
7361         (wl-summary-mark-as-unread): Ditto.
7362
7363         * wl-summary.el (wl-summary-reply): Cause an error when there's no
7364         message at cursor point.
7365         (wl-summary-reply-with-citation): Remove unwind-protect.
7366
7367         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
7368         subject searching feature.
7369         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
7370         Eliminated.
7371
7372 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
7373
7374         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
7375         New variable.
7376         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
7377         by subject matching if there's no in-reply-to nor references field.
7378
7379         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
7380
7381         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
7382         when display is finished.
7383         (wl-folder-open-all): Ditto.
7384         (wl-folder-update-access-group): Ditto.
7385         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
7386         * wl-thread.el (wl-thread-close-all): Ditto.
7387
7388         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
7389         progress gauge only when it was displayed.
7390         * wl-folder.el (wl-folder-insert-entity): Ditto.
7391
7392 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
7393
7394         * wl-summary.el (wl-summary-incorporate): Enclose
7395         `wl-summary-sync-force-update' with save-excursion.
7396
7397 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
7398
7399         * wl-summary.el (wl-summary-prefetch-region):
7400         Pass current cursor point to `pos-visible-in-window-p' after
7401         moving cursor to the started point.
7402
7403 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7404
7405         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
7406
7407         * wl-draft.el (wl-draft-insert-current-message): Delete useless
7408         fields from the forwarding message.
7409         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
7410         `ignored-fields'.
7411
7412 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
7413
7414         * wl-mime.el (wl-message-request-partial):
7415         Eliminated argument `msgdb'.
7416         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
7417         (wl-mime-combine-message/partial-pieces): Likewise.
7418         * tm-wl.el (wl-message-request-partial): Likewise.
7419         (wl-mime-combine-message/partial-pieces): Likewise.
7420
7421 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
7422
7423         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
7424         when display is finished.
7425
7426 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
7427
7428         * wl-summary.el (wl-summary-goto-folder-subr):
7429         Fix problem when wl-summary-partial-highlight-above-lines is nil.
7430
7431 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
7432
7433         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
7434         when cursor point is visible.
7435
7436 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
7437
7438         * wl-expire.el (wl-expire-archive-get-max-number):
7439         Don't use `file-name-directory'.
7440
7441 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
7442
7443         * wl-expire.el (wl-expire-archive-get-max-number):
7444         Use `file-name-directory'.
7445
7446 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7447
7448         * wl-summary.el (wl-summary-sync-marks): Re-display progress
7449         only when there is progress.
7450
7451 2000-04-13  Mito <mit@nines.nec.co.jp>
7452
7453         * wl-summary.el (wl-summary-sync-marks): Display progress.
7454
7455 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
7456
7457         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
7458         (wl-summary-prev): Move cursor regardless of unread status.
7459         (wl-summary-next): Ditto.
7460
7461 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
7462
7463         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
7464         Added argument `target' and `number'.
7465         * tm-wl.el (wl-summary-burst-subr): New function.
7466         (wl-summary-burst): Use it.
7467
7468 2000-04-10  Mito <mit@nines.nec.co.jp>
7469
7470         * wl-mime.el (wl-burst): New function.
7471         (wl-summary-burst): Use it.
7472
7473 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7474
7475         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
7476         as petname when there's no candidate.
7477
7478 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
7479
7480         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
7481         New variable.
7482         * wl-fldmgr.el (wl-fldmgr-add): Use it.
7483
7484         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
7485
7486         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
7487
7488 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
7489
7490         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
7491         Use substring of `original' instead of buffer-substring.
7492         (wl-refile-evaluate-rule):
7493         Set `original' argument of wl-refile-expand-newtext.
7494
7495         * wl-summary.el
7496         (wl-summary-auto-refile-check-refile-rule-alist-subr,
7497         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
7498         (wl-summary-auto-refile): Check existence of destination folder just
7499         before marking.
7500
7501 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7502
7503         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
7504         when wl-refile-get-field-value return nil.
7505
7506 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
7507
7508         * wl-refile.el
7509         (wl-refile-expand-newtext): New function imported from Gnus.
7510         (wl-refile-evaluate-rule): Use it.
7511
7512 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
7513
7514         * wl-summary.el (wl-summary-print-destination):
7515         Duplicate folder string to avoid putting text-property on
7516         original string.
7517
7518         * wl-refile.el (wl-refile-get-field-value): New function.
7519         (wl-refile-evaluate-rule): New function;
7520         Evaluate refile rule recursively.
7521         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
7522         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
7523         New function; Check existence of a target folder recursively.
7524         (wl-summary-auto-refile-check-refile-rule-alist):
7525         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
7526
7527 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
7528
7529         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
7530
7531         * wl-folder.el (wl-create-folder-entity-from-buffer):
7532         Fixed problem when '}' character is contained in folder name.
7533
7534         * wl-xmas.el (wl-make-modeline): Consider plugged status.
7535
7536 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
7537
7538         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
7539         (wl-fldmgr-add-completion-all-completions):
7540         Use wl-fldmgr-add-completion-hashtb.
7541
7542 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
7543
7544         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
7545         wl-fldmgr-add-completion-subr): New functions.
7546         * wl-folder.el (wl-folder-completion-func): New variable.
7547         * wl-summary.el (wl-summary-read-folder):
7548         Use wl-folder-completion-func.
7549
7550         * wl-refile.el: Eliminate throw & catch.
7551
7552         * wl.el (wl-plugged-sending-queue-status): Fixed.
7553
7554 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
7555
7556         * wl-draft.el (wl-draft): Put category property on
7557         mail-header-separator.