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