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