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