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