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