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