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