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