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