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