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