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