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