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