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