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