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