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