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