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