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