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