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