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