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