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