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