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