* wl-template.el (wl-template-preview): New internal variable.
[elisp/wanderlust.git] / wl / ChangeLog
1 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-template.el (wl-template-preview): New internal variable.
4         (wl-template-preview-p): New function.
5         (wl-template-show): Bind `wl-template-preview' as t.
6
7 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
8
9         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
10         `elmo-message-entity-field' with 3rd argument which is non-nil.
11
12 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
13
14         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
15         Removed duplicate local bind `folder'.
16
17 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
18
19         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
20
21 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
22
23         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
24         duplicate definition.
25
26 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
27
28         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
29         non-nil, use it; Don't fetch message if there's no message in the
30         current cursor position.
31
32 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
33
34         * wl-util.el (wl-region-exists-p): Use region-active-p.
35         (wl-deactivate-region): New function.
36         * wl-message.el (wl-message-redisplay): Deactivate region.
37
38         * wl-summary.el (wl-summary-reply): Call
39         `wl-summary-set-message-buffer-or-redisplay' instead of
40         `wl-summary-redisplay-internal', don't move point.
41
42 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
43
44         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
45         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
46         by regexp.
47
48 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
49
50         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
51         if no need.
52
53 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
54
55         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
56         default value to nil.
57         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
58         `wl-summary-prepare-hook'; Replace refile action to
59         `wl-summary-exec-action-refile-with-register'.
60
61         * Version number is increased to 2.11.22.
62
63 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
64
65         * wl-summary.el (wl-summary-detect-mark-position): Set
66         `wl-summary-buffer-weekday-name-lang'.
67
68 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
69
70         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
71         (wl-summary-mark-as-read-all): Ditto.
72         (wl-summary-delete-messages-on-buffer): Ditto.
73         (wl-summary-sync-update): Ditto.
74         (wl-summary-mark-as-read-internal): Ditto.
75         (wl-summary-mark-as-answered-internal): Ditto.
76         (wl-summary-update-folder-info): Abolished.
77
78 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
79
80         * wl-summary.el (wl-summary-mark-as-read-all): Use
81         `wl-summary-update-folder-info' instead of
82         `wl-folder-update-unread'.
83
84 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
85
86         * wl-summary.el (wl-summary-update-folder-info): New function derived from
87         `wl-summary-folder-info-update'.
88         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
89         instead of `wl-summary-folder-info-update'.
90         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
91         `wl-folder-set-folder-updated'.
92         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
93         instead of `wl-folder-update-unread'.
94         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
95         the value of `wl-summary-buffer-unread-count' for the second parameter of
96         `wl-folder-update-unread'.
97
98         * Version number is increased to 2.11.21.
99
100 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
101
102         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
103         a local variable.
104
105 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
106
107         * wl-spam.el (wl-summary-mark-spam): Show message only if call
108         interactively.
109
110         * wl-summary.el (wl-summary-mark-as-important-internal): New
111         internal function.
112         (wl-summary-mark-as-important): Use it.
113         (wl-summary-mark-as-unimportant): New function.
114         (wl-summary-sync-marks): Follow the API change.
115
116         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
117
118         * wl-mime.el (wl-summary-burst): Check target folder is writable.
119
120 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
121
122         * wl-folder.el (wl-folder-update-unread): Re-indent.
123         Narrow the scope of a local variable.
124
125 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
126
127         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
128         (wl-addrmgr-merge-entries): Ditto.
129         (wl-addrmgr): Added to address entry which exists in draft buffer
130         if no entry is in original.
131
132 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
133
134         * wl-batch.el: New file.
135
136 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
137
138         * wl-vars.el (wl-use-semi): Remove unused variable.
139
140 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
141
142         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
143         "?".
144
145 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
148         wl-summary-new-mark.
149         (wl-summary-new-cached-mark): New user option.
150         (wl-summary-score-marks): Follow the change above.
151         (wl-summary-auto-refile-skip-marks): Ditto.
152         (wl-summary-incorporate-marks): Ditto.
153         (wl-summary-expire-reserve-marks): Ditto.
154
155         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
156
157         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
158         (wl-summary-persistent-mark-string): Distinguished between cached
159         and uncached mark when the message is new.
160
161 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
162
163         * wl-spam.el (wl-spam-domain): Renamed from
164         `wl-spam-folder-guess-domain'.
165         (wl-summary-exec-action-spam): Register as spam if domain of the
166         source folder is good.
167         (wl-summary-exec-action-refile-with-register): Register message if
168         domain of the source folder is not undecided.
169
170 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
171
172         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
173         detect thread loop.
174
175 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
176
177         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
178         and wl-summary-skip-mark-list.
179
180 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
181
182         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
183
184         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
185
186         * wl-spam.el (toplevel): Require wl-highlight.
187         (wl-spam-auto-check-policy-alist): Abolish.
188         (wl-spam-auto-check-folder-regexp-list): New user option.
189         (wl-spam-auto-check-marks): Ditto.
190         (wl-spam-mark-action-list): Ditto.
191         (wl-highlight-summary-spam-face): New face.
192         (wl-spam-auto-check-message-p): New function.
193         (wl-spam-map-spam-messages): Fixed message.
194         (wl-spam-register-spam-messages): Ditto.
195         (wl-spam-register-good-messages): Ditto.
196         (wl-summary-spam-map): Add and remove keybind.
197         (wl-summary-target-mark-spam): Abolish.
198         (wl-summary-refile-spam): Ditto.
199         (wl-summary-test-spam): New function.
200         (wl-summary-mark-spam): Ditto.
201         (wl-summary-auto-check-spam): Follow the above change.
202         (wl-summary-exec-action-spam): New function.
203         (wl-summary-exec-action-refile-with-register): Fixed message.
204         (wl-message-check-spam): New function.
205         (wl-spam-setup): Ditto.
206         (toplevel): Call it if this file is loaded interactivity.
207
208         * Version number is increased to 2.11.20.
209
210 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
211
212         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
213         when new optional argument `force' is non nil or modified.
214
215 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
216
217         * wl.el (toplevel): Require wl-spam when compile.
218         (wl-save-status): Call wl-spam-save-status.
219
220         * wl-spam.el (wl-spam-register-spam-messages): New function.
221         (wl-spam-register-good-messages): Ditto.
222         (wl-spam-save-status): Ditto.
223         (wl-summary-mode-map): Bind
224         wl-summary-target-mark-register-as-spam to "ms" and
225         wl-summary-target-mark-register-as-good to "mn".
226         (wl-summary-register-as-spam): Abolish optional argument; Use
227         wl-spam-register-spam-messages.
228         (wl-summary-register-as-spam-all): Use
229         wl-spam-register-spam-messages.
230         (wl-summary-register-as-good): Abolish optional argument; Use
231         wl-spam-register-good-messages.
232         (wl-summary-register-as-good-all): Use
233         wl-spam-register-good-messages.
234         (wl-summary-target-mark-register-as-spam): New funtion.
235         (wl-summary-target-mark-register-as-good): Ditto.
236
237 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
238
239         * wl-spam.el: New file.
240
241 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
242
243         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
244
245         * wl-action.el (wl-auto-refile-guess-functions): New variable.
246         (wl-summary-auto-refile): Call wl-refile-guess with
247         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
248
249 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
250
251         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
252         with disable-thread argument non-nil.
253
254 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
255
256         * wl-summary.el (wl-summary-rescan): Added optional argument
257         disable-thread.
258         (wl-summary-sync): Call wl-summary-rescan with argument
259         disable-thread.
260         (wl-summary-input-range): Added new range `rescan-thread'.
261
262 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
263
264         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
265
266 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
267
268         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
269         internal variable.
270         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
271         wl-summary-search-parent-by-subject-regexp and
272         wl-summary-divide-thread-when-subject-changed as nil.
273         (wl-summary-insert-sequential): If entity is nil, nothing to do.
274         (wl-summary-insert-thread): Search parent entity from
275         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
276         thread loop.
277
278 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
279
280         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
281
282         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
283
284         * wl-util.el (wl-require-update-all-folder-p): New function.
285         (wl-get-assoc-list-value): Added `function' to match directive.
286         (wl-collect-draft): Rewrite.
287
288         * wl-summary.el (wl-summary-sync-update): Clear faces
289         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
290         are non-nil.
291         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
292         argument as function.
293         (wl-summary-input-range): Ditto.
294
295         * wl-folder.el (wl-draft-get-folder): New function.
296         (wl-folder-get-elmo-folder): Consider draft folder.
297
298         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
299         (wl-draft-buffer-message-number): New buffer local variable.
300         (wl-draft-folder-internal): New internal variable.
301         (wl-draft-delete): Rewrite.
302         (wl-draft-save): Ditto.
303         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
304         wl-folder-get-elmo-folder.
305         (wl-draft-config-info-operation): Ditto.
306         (wl-jump-to-draft-folder): Ditto.
307         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
308         (wl-draft-reedit): Rewrite.
309
310         * Version number is increased to 2.11.19.
311         
312 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
313
314         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
315         variable.
316
317 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
318
319         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
320         Use ignore-errors instead of unwind-protect.
321
322 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
323
324         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
325         for updating `wl-thread-entity-list'.
326
327 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
328
329         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
330         parameter from calling `wl-thread-entity-get-older-brothers' and
331         `wl-thread-entity-get-younger-brothers'.
332         Replace nested `append' with a single one.
333
334 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
335
336         * wl-summary.el (wl-summary-mode): Don't use the return value of
337         `make-local-hook'.
338
339 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
340
341         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
342         instead of `let*'.
343         (wl-thread-delete-message): Likewise.  Split and narrow the scope
344         of local variables.
345
346 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
349         Renamed from wl-summary-window-scroll-functions.
350         (wl-summary-window-scroll-functions): Don't set to variable.
351         (wl-summary-display-top): Use run-hooks.
352         (wl-summary-display-bottom): Ditto.
353         (wl-summary-toggle-disp-msg): Ditto.
354         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
355         Use it instead of wl-summary-window-scroll-functions.
356         (wl-summary-goto-folder-subr): Don't call
357         wl-summary-window-scroll-functions, use
358         wl-summary-buffer-window-scroll-functions instead.
359
360 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
361
362         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
363         make-local-variable.
364
365 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
366
367         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
368         set-buffer-modified-p.
369         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
370         (wl-summary-display-bottom): Ditto.
371         (wl-summary-toggle-disp-msg): Ditto.
372
373 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
374
375         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
376
377         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
378         (wl-summary-forward): Use elmo-message-entity-field instead of
379         elmo-message-field.
380
381         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
382
383 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
384
385         * wl-summary.el (wl-summary-window-scroll-functions): No use
386         `append'.
387
388 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
389
390         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
391         function.
392         (wl-summary-window-scroll-functions): Call it when both
393         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
394         (wl-summary-temp-mark): Added optional argument number.
395         (wl-summary-message-mark): Added optional argument flag.
396         (wl-summary-persistent-mark): Added optional argument number and flag.
397         (wl-summary-update-persistent-mark): Ditto.
398         (wl-summary-update-status-marks): Set "r" for interactive spec.
399
400         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
401         argument number and flag.
402
403         * wl-action.el (wl-summary-registered-temp-mark): 
404         Do nothing when wl-summary-buffer-temp-mark-list is nil.
405
406 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
407
408         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
409         internal variable (buffer local).
410         (wl-summary-window-scroll-functions): New function.
411         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
412         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
413         as nil.
414         (wl-summary-update-status-marks): Added arguments beg, end and
415         check.
416         (wl-summary-update-mark-window): Use function.
417         (wl-summary-sync-update): Follow the change above.
418         (wl-summary-switch-to-clone-buffer): Copy
419         wl-summary-buffer-unsync-mark-number-list.
420         (wl-summary-goto-folder-subr): Set
421         wl-summary-buffer-unsync-mark-number-list and
422         use wl-summary-window-scroll-functions insteaf of
423         wl-summary-lazy-highlight.
424
425         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
426
427 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
428
429         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
430
431         * wl-summary.el (wl-summary-update-persistent-mark): Call
432         wl-summary-set-message-modified.
433
434         * wl-summary.el (wl-summary-sync-update): Don't call
435         wl-summary-update-status-marks.
436
437         * Version number is increased to 2.11.18.
438
439 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
440
441         * wl-message.el (wl-message-prev-page): Use save-selected-window.
442         (wl-message-next-page): Ditto.
443
444 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
445
446         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
447         local variable.  Change the order of a collected list into the
448         same as the specified range.  Remove nil from a collected list.
449
450 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
451
452         * wl-summary.el (wl-summary-insert-headers): Set visible-only
453         argument for elmo-folder-list-messages.
454
455 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
456
457         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
458         change (wl-summary-count-unreads return a list instead of a cons
459         cell).
460
461 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
462
463         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
464         `wl-summary-folder-info-update'.
465
466 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
467
468         * wl-summary.el (wl-summary-set-message-modified): No use
469         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
470         (wl-summary-set-mark-modified): Abolish.
471         (wl-summary-mark-modified-p): Ditto.
472         (wl-summary-save-view): Follow the change above.
473
474         * wl-expire.el (wl-summary-expire): Likewise.
475
476 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
477
478         * wl-summary.el (wl-summary-detect-mark-position): Use
479         modb-entity-handler.
480         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
481
482         * Version number is increased to 2.11.17.
483
484 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
485
486         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
487         entity field value.
488         (wl-summary-prefetch-msg): Ditto.
489         (wl-summary-print-message-with-ps-print): Ditto.
490
491 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
492
493         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
494         for dummy entity.
495         (wl-summary-insert-thread): Use elmo-message-entity-field.
496         (wl-summary-update-thread): Use elmo-message-entity-field and
497         elmo-message-entity-number.
498         (wl-summary-line-number):  Use elmo-message-entity-number.
499         (wl-summary-line-size): Use elmo-message-entity-field.
500         (wl-summary-line-subject): Ditto.
501         (wl-summary-line-from): Ditto.
502         (wl-summary-line-attached): Ditto.
503         (wl-summary-create-line): Ditto.
504         (wl-summary-create-line): Use elmo-message-entity-number.
505         (wl-summary-print-message-with-ps-print): Use
506         elmo-message-entity-field.
507
508 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
509
510         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
511         change in elmo-msgdb-make-message-entity.
512         (wl-summary-buffer-set-folder): Don't call
513         wl-summary-detect-mark-position here.
514         (wl-summary-rescan): Call elmo-message-entity-number.
515         (wl-summary-sync-update): Ditto.
516         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
517
518         * wl-score.el (wl-score-header-index): Redefine 2th element.
519         (wl-score-overview-entity-get-extra): Abolish.
520         (wl-score-ov-entity-get): Rewrite.
521         (wl-score-string-index<, wl-score-string-func<): Abolish.
522         (wl-score-string<): New function.
523         (wl-score-string-sort): Use it.
524
525         * wl-refile.el (wl-refile-guess-by-history): Use
526         elmo-message-entity-field.
527         (wl-refile-guess-by-from): Ditto.
528         (wl-refile-guess-by-msgid): Ditto.
529
530         * Version number is increased to 2.11.16.
531
532 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
533
534         * wl-folder.el (wl-folder-confirm-existence): Don't call
535         file-exists-p if msgdb-path is nil.
536         * wl-summary.el, wl-draft.el, wl-action.el: Rename
537         `wl-read-folder-hist' to `wl-read-folder-history'.
538
539 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
540
541         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
542         `y-or-n-p'.
543
544 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
545
546         * wl-score.el (wl-score-headers): Don't use
547         elmo-folder-do-each-message-entity.
548
549         * Version number is increased to 2.11.15.
550
551 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
552
553         * wl-summary.el (wl-summary-delete-all-msgs): Use
554         elmo-folder-move-messages instead of elmo-folder-delete-messages
555         and elmo-folder-detach-messages.
556         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
557
558         * wl-expire.el (wl-expire-delete): Ditto.
559         (wl-expire-refile-with-copy-reserve-msg): Ditto.
560
561 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
562
563         * wl-vars.el (wl-message-use-header-narrowing): New user option.
564         (wl-message-header-narrowing-fields): Ditto.
565         (wl-message-header-narrowing-lines): Ditto.
566         (wl-message-header-narrowing-string): Ditto.
567
568         * wl-summary.el (wl-summary-mode-map): Bind
569         wl-summary-toggle-header-narrowing to "C-cC-f".
570         (wl-summary-toggle-header-narrowing): New function.
571
572         * wl-message.el (wl-message-buffer-create): Call
573         wl-message-header-narrowing-setup.
574         (wl-message-redisplay): Call wl-message-header-narrowing.
575         (wl-message-header-narrowing): New function.
576         (wl-message-header-narrowing-map): New keymap.
577         (wl-message-header-narrowing-widen-map): New keymap.
578         (wl-message-header-narrowing-again-at-mouse): New function.
579         (wl-message-header-narrowing-1): Ditto.
580         (wl-message-header-narrowing-widen-at-mouse): Ditto.
581         (wl-message-header-narrowing-setup): Ditto.
582         (wl-message-header-narrowing-toggle): Ditto.
583         
584         * wl-highlight.el (wl-message-header-narrowing-face): New face.
585
586         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
587         'flag as all.
588         (wl-use-flag-folder-help-echo): New user option.
589
590         * wl-summary.el (wl-summary-detect-mark-position): Bind 
591         wl-summary-highlight as nil.
592         (wl-summary-set-mark-modified): Follow the API change.
593         (wl-summary-mark-modified-p): Ditto.
594         (wl-summary-mark-as-read-all): Ditto.
595         (wl-summary-sync-marks): Don't call
596         elmo-folder-list-messages-with-global-mark.
597         (wl-summary-mark-as-read-internal): Follow the API change.
598         (wl-summary-mark-as-answered-internal): Ditto.
599         (wl-summary-mark-as-important): Cause an error when 'flag folder;
600         Follow the API change.
601         (wl-summary-create-line): Call with number argument.
602         (wl-summary-reply): Follow the API change.
603
604         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
605         function.
606         (wl-highlight-summary-line-string): Call it when
607         wl-use-flag-folder-help-echo is non-nil.
608         (wl-highlight-summary-current-line): Ditto.
609         (elmo-flag-folder-referrer): Added autoload setting.
610
611         * wl-draft.el (wl-draft-kill): Follow the API change.
612
613         * Version number is increased to 2.11.14.
614         
615 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
616
617         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
618
619 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
620
621         * Version number is increased to 2.11.13.
622
623 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
624
625         * wl-draft.el (wl-draft-previous-history-element): Fixed
626         unbalanced parenthesis and bind unbound local variables.
627
628 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
629
630         * wl-draft.el (wl-draft-previous-history-element): New function.
631         (wl-draft-next-history-element): Ditto.
632         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
633         them to M-p and M-n.
634
635 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
636
637         * Version number is increased to 2.11.12.
638
639 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
640
641         * wl-draft.el (wl-draft-hide): Select buffer-window.
642
643 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
644
645         * wl-summary.el (wl-summary-narrow-to-region): New function.
646         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
647         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
648         (wl-summary-save-region): Use it.
649         * wl-action.el (wl-summary-collect-numbers-region)
650         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
651
652 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
653
654         * wl-folder.el (wl-folder-count-incorporates): Don't use
655         `elmo-msgdb-mark-load'
656
657         * Version number is increased to 2.11.11.
658
659 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
660
661         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
662         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
663
664 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
665
666         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
667
668 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * Version number is increased to 2.11.10.
671
672 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
673
674         * wl-mime.el (wl-draft-attribute-value): Fixed.
675
676 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
677
678         * wl-util.el (wl-copy-local-variables): New function.
679
680         * wl-mime.el (wl-draft-attribute-recipients): New function.
681         (wl-draft-attribute-envelope-from): Ditto.
682         (wl-draft-attribute-smtp-posting-server): Ditto.
683         (wl-draft-attribute-smtp-posting-port): Ditto.
684         (wl-draft-attribute-value): Ditto.
685         (wl-draft-preview-message): Use it to get value for
686         attributes. Reflect result of `wl-draft-config'.
687
688         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
689         and call `wl-summary-mark-as-read' before to call
690         `wl-summary-unset-mark'.
691         (wl-summary-target-mark-mark-as-unread): Likewise.
692         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
693
694 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
695
696         * wl-mime.el (wl-draft-preview-message): Use actual value for
697         attributes; Fix for small window.
698
699 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
700
701         * wl-refile.el (wl-refile-get-field-value): Call
702         `elmo-message-entity-field' with 3rd argument is non-nil.
703
704 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
705
706         * wl-vars.el (wl-draft-preview-attributes): New user option.
707         (wl-draft-preview-attributes-list): Ditto.
708         (wl-draft-preview-attributes-buffer-lines): Ditto.
709         (wl-draft-preview-attributes-buffer-name): Ditto.
710
711         * wl-mime.el (wl-draft-preview-message): Display attributes.
712
713 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
714
715         * wl-summary.el (wl-summary-detect-mark-position): Bind
716         wl-summary-flag-priority-list to '(new).
717
718 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
719
720         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
721         funtion.
722         (wl-highlight-summary-line-string): Use it.
723         (wl-highlight-summary-current-line): Ditto.
724
725 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
726
727         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
728         line even when the mark string is not changed.
729
730         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
731         argument change in the wl-summary-create-line.
732         (wl-thread-insert-entity-sub): Ditto.
733
734         * wl-summary.el (wl-summary-detect-mark-position): Follow the
735         argument change in the wl-summary-create-line.
736         (wl-summary-insert-sequential): Ditto.
737         (wl-summary-update-thread): Ditto.
738         (wl-summary-persistent-mark-string): New inline function.
739         (wl-summary-message-mark): Use it.
740         (wl-summary-create-line): Abolish argument wl-persistent-mark
741         and added wl-flags, wl-cached.
742
743         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
744         mark to flags.
745         (wl-highlight-summary-current-line): Decide the face not by the 
746         persistent mark but flags.
747
748 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
749
750         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
751         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
752         wl-summary-read-uncached-mark): Revive.
753         (wl-summary-answered-cached-mark,
754         wl-summary-answered-uncached-mark): New user option.
755         (wl-summary-score-marks): Follow the change above.
756         (wl-summary-auto-refile-skip-marks): Ditto.
757         (wl-summary-incorporate-marks): Ditto.
758         (wl-summary-expire-reserve-marks): Ditto.
759         (wl-summary-flag-priority-list): New user option.
760
761         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
762         changes.
763         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
764         of elmo-message-mark.
765         (wl-summary-mark-as-read-internal): Ditto.
766         (wl-summary-mark-as-answered): Ditto.
767         (wl-summary-mark-as-important): Ditto.
768         (wl-summary-redisplay-internal): Ditto.
769         (wl-summary-redisplay-no-mime-internal): Ditto.
770         (wl-summary-message-mark): New function.
771         (wl-summary-insert-sequential): Use wl-summary-message-mark
772         instead of elmo-message-mark.
773         (wl-summary-update-thread): Ditto.
774         (wl-summary-persistent-mark): Ditto.
775         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
776         instead of elmo-message-mark.
777
778         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
779         wl-summary-message-mark instead of elmo-message-mark.
780         (wl-thread-insert-entity-sub): Ditto.
781         (wl-thread-get-children-msgs-uncached): Ditto.
782
783         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
784         variable name changes.
785         (wl-highlight-summary-current-line): Ditto.
786
787         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
788         wl-summary-message-mark instead of elmo-message-mark.
789
790         * wl-expire.el (wl-expire-message-p): Ditto.
791
792         * wl-score.el (wl-score-headers): Ditto.
793
794         * Version number is increased to 2.11.9.
795
796         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
797         (wl-summary-sync-update): Follow the change above.
798         (wl-summary-switch-to-clone-buffer): Ditto.
799         (wl-summary-open-folder): Ditto.
800
801 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
802
803         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
804         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
805
806         * Version number is increased to 2.11.8.
807
808         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
809
810         * wl-expire.el (wl-expire-refile): Follow the API change on
811         `elmo-folder-move-messages'.
812         (wl-expire-refile-with-copy-reserve-msg): Ditto.
813
814         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
815         (wl-summary-exec-action-refile): Ditto.
816         (wl-summary-exec-action-copy): Ditto.
817         (wl-summary-no-auto-refile-message-p): No use
818         `wl-summary-buffer-msgdb'.
819         (wl-summary-auto-refile): Ditto.
820
821 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
822
823         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
824
825 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
826
827         * wl-summary.el (wl-summary-sync): Treat no-sync.
828
829         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
830         (wl-default-sync-range): Ditto.
831
832 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
833
834         * wl-refile.el (wl-refile-subject-learn): Call
835         `elmo-message-entity-field' with 3rd argument is non-nil.
836         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
837         instead of `elmo-msgdb-overview-entity-get-subject'.
838
839 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
840
841         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
842         scan-type is rescan.
843         (wl-summary-delete-all-temp-marks): Remove scored mark too when
844         new optional argument force is non-nil.
845         (wl-summary-save-view-cache): Call it with force argument non-nil.
846
847         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
848
849 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
850
851         * wl-action.el (wl-summary-print-argument): Fixed last change.
852
853 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
854
855         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
856         simplified.
857         (wl-summary-target-mark-mark-as-unread): Likewise.
858         (wl-summary-target-mark-mark-as-important): Likewise.
859
860 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
861
862         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
863         * wl-summary.el (wl-summary-mark-as-important): Arranged.
864         (wl-summary-mark-as-important-region): Change accordingly.
865         (wl-summary-target-mark-mark-as-important): Ditto.
866
867 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
868
869         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
870
871         * wl-action.el (wl-summary-print-argument): Print argument to
872         right side of window if `wl-summary-print-argument-within-window'
873         is non-nil.
874
875 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
876
877         * wl-action.el (wl-summary-set-mark): Use
878         `wl-summary-message-visible-p' to check visibility of the message
879         and jump to message only when the message line is visible and have
880         different number; Call wl-summary-unset-mark with number argument.
881         (wl-summary-unset-mark): 
882         Use `wl-summary-message-visible-p'
883         to check visibility of the message and jump to message only when
884         the message line is visible and have different number;
885
886 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * Version number is increased to 2.11.7.
889
890         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
891         and wl-folder-summary-line-format.
892
893         * wl-summary.el (wl-summary-message-visible-p): New inline function.
894         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
895         (wl-summary-set-score-mark): Use it.
896         (wl-summary-target-mark-mark-as-read): Ditto.
897         (wl-summary-target-mark-mark-as-unread): Ditto.
898         (wl-summary-target-mark-mark-as-important): Ditto.
899         (wl-summary-target-mark-msgs): Simplified.
900         (wl-summary-detect-mark-position): Fixed problem when
901         summary-line-format no contain persisten/temp mark spec.
902         (wl-summary-temp-mark): Ditto.
903         (wl-summary-persistent-mark): Ditto.
904         (wl-summary-update-persistent-mark): Ditto.
905
906         * wl-action.el (wl-summary-set-mark): Ditto.
907         (wl-summary-unset-mark): Ditto.
908         All other related portions are changed.
909
910 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
911
912         * Version number is increased to 2.11.6.
913
914 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
915
916         * wl-util.el (wl-current-message-buffer): Define as function;
917         Don't use the value of wl-messge-buffer.
918
919         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
920         persistent mark.
921
922         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
923         no current message, cause an error.
924
925 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
926
927         * wl-summary.el (wl-summary-set-message-modified): Use
928         elmo-folder-set-message-modified instead of
929         elmo-folder-set-message-modified-internal.
930
931 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
932
933         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
934         interactively.
935         (wl-summary-sync): nokill->entirely.
936         (wl-summary-sync-marks): Fixed message.
937         (wl-summary-input-range): Added mark, nokill->entirely.
938
939         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
940         messages as read.
941
942 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
943
944         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
945         update-noscore.
946         (wl-summary-sync): Follow the change above.
947
948 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
949
950         * wl-action.el (wl-summary-target-mark-all): Use
951         elmo-folder-list-messages.
952
953 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
954
955         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
956         (wl-summary-rescan): Set wl-summary-scored as nil.
957         (wl-summary-sync-force-update): Follow the change above.
958         (wl-summary-sync): Ditto.
959         (wl-summary-sync-update): Added argument disable-killed.
960         (wl-summary-insert-headers): Set visible-only argument for
961         elmo-folder-list-messages.
962         (wl-summary-input-range): Added update-nokill, update-noscore,
963         all-nokill, all-noscore and mark.
964
965         * Version number is increased to 2.11.5.
966
967         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
968
969 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
970
971         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
972         (wl-summary-prefetch-region-no-mark): Change accordingly.
973         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
974
975 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
976
977         * wl-address.el (wl-complete-field-to): Abolished.
978         (wl-complete-address): Completion function for completing-read.
979         * wl-action.el (wl-summary-get-resend-address): Use it.
980
981         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
982         wl-summary-update-mark and abolish unused argument.
983         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
984         (wl-summary-delete-cache, wl-summary-resume-cache-status)
985         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
986         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
987         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
988         * wl-draft.el (wl-draft-kill): Ditto.
989
990         * wl-summary.el: Remove unused binding of case-fold-search.
991         (wl-summary-replace-status-marks): Abolished.
992
993 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
994
995         * wl-action.el (wl-summary-set-mark): Cause an error when no message
996         is specified or folder length is zero.
997
998 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
999
1000         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1001         (wl-folder-archive-current-entity): Ditto.
1002
1003 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1004
1005         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1006         retrieving message mark.
1007         (wl-summary-redisplay-internal): Ditto.
1008
1009         * wl-message.el (wl-message-buffer-display): Ignore errors while
1010         retrieving message-id field.
1011
1012         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1013         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1014         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1015         order of the arguments for `wl-expire-message-p'.
1016         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1017
1018         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1019         Check return value of wl-summary-reply.
1020         (wl-summary-reply): Recover window configuration when an error occured.
1021
1022 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1023
1024         * wl-summary.el (wl-summary-resend-message): Abolished, the
1025         feature is inherited by wl-summary-resend (put resend mark).
1026
1027 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1028
1029         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1030         wl-message-buffer to nil when the message is hide.
1031
1032 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1033
1034         * .cvsignore: New file.
1035
1036 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1037
1038         * wl-action.el (wl-summary-action-docstring): Add more info.
1039         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1040         duplicate definition.
1041         (wl-summary-define-mark-action): Functions wl-summary-*-region
1042         keep current position.
1043         (wl-summary-unregister-target-mark): Store result to the variable.
1044
1045 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1046
1047         * Version number is increased to 2.11.4.
1048
1049 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1050
1051         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1052         wl-summary-delete-all-temp-marks.
1053         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1054
1055         * wl-action.el (wl-summary-set-mark): Changed terminology
1056         refile-destination -> action-argument.
1057         (wl-summary-unset-mark): Ditto.
1058         (wl-summary-remove-argument): Ditto.
1059         (wl-summary-print-argument): Ditto.
1060
1061         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1062         (wl-thread-remove-argument-region): Ditto.
1063         (wl-thread-print-argument-region): Ditto.
1064         (wl-thread-close): Ditto.
1065         (wl-thread-open): Ditto.
1066
1067         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1068         (wl-highlight-refile-destination-face is abolished)
1069         (wl-highlight-action-argument-string): Ditto.
1070         (wl-highlight-summary-current-line): Highlight action argument.
1071
1072         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1073         color for light backgrounds.
1074         (wl-highlight-summary-answered-face): Ditto.
1075
1076 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1077
1078         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1079
1080         * wl-score.el (wl-summary-score-update-all-lines): Use
1081         wl-summary-set-mark.
1082         (wl-summary-score-update-all-lines): Kill expunged messages.
1083
1084         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1085
1086 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1087
1088         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1089         directly.
1090         (wl-score-overview-entity-get-lines): Ditto.
1091         (wl-score-overview-entity-get-xref): Ditto.
1092         (wl-score-get-latest-msgs): Ditto.
1093         (wl-summary-rescore): Ditto.
1094
1095         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1096         to "&".
1097         (wl-summary-mark-as-answered-internal): New inline function.
1098         (wl-summary-mark-as-answered): New function.
1099         (wl-summary-mark-as-unanswered): Ditto.
1100         (wl-summary-sync-marks): Modified for answered-mark synching.
1101
1102 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-action.el (wl-summary-set-mark): Fixed last change.
1105
1106 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1107
1108         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1109         behavior of wl-summary-unread-message-hook
1110         (Pointed out by akira yamada <akira@arika.org>).
1111
1112 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1113
1114         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1115         wl-summary-delete.
1116         * wl-xmas.el (wl-summary-toolbar): Ditto.
1117
1118         * wl-action.el (wl-summary-set-mark): Don't override current
1119         temp-mark.
1120
1121         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1122
1123 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1124
1125         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1126         (wl-refile-msgid-learn): Ditto.
1127         (wl-refile-get-field-value): Ditto.
1128
1129         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1130
1131         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1132         (wl-expire-delete-reserved-messages): Renamed from
1133         wl-expire-reserve-marked-msgs-from-list.
1134         (wl-expire-delete): Removed argument `msgdb'.
1135         (wl-expire-refile): Ditto.
1136         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1137         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1138         mark-alist as argument.
1139         (wl-expire-archive-number1): Removed argument `msgdb'.
1140         (wl-expire-archive-number2): Ditto.
1141         (wl-expire-archive-date): Ditto.
1142         (wl-expire-localdir-date): Ditto.
1143         (wl-expire-hide): Ditto.
1144         (wl-archive-number1): Ditto.
1145         (wl-archive-number2): Ditto.
1146         (wl-archive-date): Ditto.
1147         (wl-archive-folder): Ditto.
1148         All other related portions are changed.
1149
1150 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1151
1152         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1153         mean move up and down. (suggested by Takashi Kawachi)
1154
1155 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1156
1157         * wl-acap.el (toplevel): Don't require un-define.
1158
1159 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1160
1161         * wl-thread.el (wl-thread-delete-message): Always update
1162         wl-summary-buffer-number-list.
1163
1164         * wl-action.el (wl-summary-print-destination): 
1165         Do nothing when folder is nil.
1166
1167 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1168
1169         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1170         persistent mark when prefetch is succeeded.
1171
1172 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1173
1174         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1175         instead of elmo-msgdb-delete-msgs.
1176         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1177         (wl-expire-hide): Ditto.
1178
1179         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1180
1181         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1182         elmo-msgdb interface.
1183         (wl-thread-get-exist-children): Likewise.
1184         (wl-thread-insert-message): Likewise.
1185         (wl-thread-msg-mark-as-important): Likewise.
1186         (wl-thread-insert-entity-sub): Likewise.
1187         (wl-thread-get-children-msgs-uncached): Likewise.
1188
1189         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1190         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1191         (wl-summary-sync-update): Likewise.
1192         (wl-summary-auto-select-msg-p): Likewise.
1193         (wl-summary-update-thread): Likewise.
1194         (wl-summary-mark-as-important): Likewise.
1195         (wl-summary-jump-to-msg-internal): Likewise.
1196         (wl-summary-redisplay-internal): Likewise.
1197         (wl-summary-print-message-with-ps-print): Likewise.
1198         (wl-summary-folder-info-update): Likewise.
1199
1200         * wl-folder.el (wl-folder-check-one-entity):
1201         elmo-folder-count-flags instead of wl-summary-count-unread.
1202
1203         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1204
1205         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1206
1207         * wl-summary.el (wl-summary-set-message-modified): 
1208         Call wl-summary-set-mark-modified.
1209         (wl-summary-delete-messages-on-buffer): Call
1210         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1211         (wl-summary-sync-update): Call elmo-folder-length instead of
1212         elmo-folder-messages.
1213         (wl-summary-insert-headers): Don't call
1214         elmo-folder-list-message-entities.
1215
1216 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1217
1218         * wl-action.el (wl-summary-define-mark-action): Call
1219         `wl-summary-set-mark' with argument `data'.
1220         (wl-summary-auto-refile): Fixed order of arguments when call
1221         `wl-summary-refile'.
1222
1223 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1224
1225         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1226
1227         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1228
1229         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1230         (Renamed from wl-highlight-summary-deleted-face).
1231         (wl-highlight-summary-resend-face): New face.
1232
1233         (wl-highlight-summary-deleted-face): Renamed from
1234         wl-highlight-summary-erased-face.
1235
1236         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1237
1238         * wl-action.el (wl-summary-get-resend-address): New function.
1239         (wl-summary-exec-action-resend): Ditto.
1240         (wl-summary-exec-action-resend-subr): Ditto.
1241
1242         * w-thread.el (wl-thread-copy): Removed definition.
1243         (wl-thread-refile): Ditto.
1244         (wl-thread-delete): Ditto.
1245         (wl-thread-target-mark): Ditto.
1246
1247         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1248         (wl-summary-target-mark-set-action): Fixed.
1249         (wl-summary-define-mark-action): Fixed quotation.
1250         (wl-summary-move-mark-list-messages): Display message.
1251         (wl-summary-define-mark-action): Define thread functions.
1252         (wl-summary-exec-action-refile): Changed message.
1253         (wl-summary-exec): Ditto.
1254
1255 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1256         
1257         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1258         '%%'.
1259
1260 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1261
1262         * wl.el (toplevel): Require wl-action.
1263         (wl-init): Call wl-summary-define-mark-action.
1264
1265         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1266
1267         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1268         wl-summary-delete and wl-summary-erase.
1269         (wl-summary-mode-map): Ditto.
1270
1271         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1272         wl-delete-folder-alist.
1273
1274         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1275         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1276         (toplevel): Moved mark & action related functions to the wl-action.el.
1277
1278         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1279         in wl-summary-mark-action-list.
1280         (wl-highlight-summary-current-line): Ditto.
1281
1282         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1283         empty lines.
1284
1285         * wl-action.el: New file. 
1286
1287 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1288
1289         * wl-summary.el (wl-summary-target-mark-replace): New function.
1290         (wl-summary-target-mark-prefetch): Use it.
1291         (wl-summary-target-mark-delete): Ditto.
1292         (toplevel): Rearranged definition order.
1293         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1294         (wl-summary-target-mark-erase): Rewrite.
1295         (wl-summary-erase-region): New function.
1296         (wl-summary-exec-action-erase): Changed message.
1297         (wl-summary-move-mark-list-messages): New function.
1298         (wl-summary-exec-action-delete): Use it.
1299         (wl-summary-exec-action-erase): Ditto.
1300
1301         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1302         (wl-summary-skip-mark-list): Added "d".
1303
1304         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1305         while searching.
1306
1307         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1308         and define using defcustom;
1309         Define 4th element as a face.
1310         
1311         * wl-summary.el (wl-summary-incorporate): Use 
1312         `wl-summary-prefetch-region-no-mark' instead of
1313         `wl-summary-prefetch-region'.
1314         (wl-summary-prefetch-region-no-mark): Revival of old
1315         `wl-summary-prefetch-region'.
1316         (wl-summary-mark-action-list): Moved to wl-vars.el
1317
1318         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1319         face according to the `wl-summary-mark-action-list'.
1320         (wl-highlight-summary-current-line): Ditto;
1321         Removed destination highlighting.
1322
1323         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1324         (wl-highlight-summary-line-string): Highlight for "i" mark.
1325         (wl-highlight-summary-current-line): Ditto.
1326
1327         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1328         no destination.
1329
1330         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1331         exists, just go ahead.
1332         (wl-summary-prefetch-region): Rewrite.
1333         (wl-summary-prefetch): Ditto.
1334         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1335         (wl-summary-exec-action-prefetch): New function.
1336         (wl-summary-target-mark-prefetch): Rewrite.
1337
1338 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1339
1340         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1341         (wl-highlight-summary-line-string): Added "d" and "D".
1342         (wl-highlight-summary-current-line): Ditto.
1343
1344         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1345         in wl-summary.el.
1346         (wl-thread-insert-entity-sub): Ditto.
1347         (wl-thread-remove-destination-region): Ditto.
1348         (wl-thread-print-destination-region): Ditto.
1349
1350         * wl-summary.el (wl-summary-buffer-refile-list,
1351         wl-summary-buffer-delete-list,
1352         wl-summary-buffer-copy-list): Abolish.
1353         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1354         All other related portions are changed.
1355         (wl-summary-mark-action-list): New variable.
1356         (wl-summary-set-mark): New function.
1357         (wl-summary-register-target-mark): Ditto.
1358         (wl-summary-unregister-target-mark): Ditto.
1359         (wl-summary-have-target-mark-p): Ditto.
1360         (wl-summary-register-temp-mark): Ditto.
1361         (wl-summary-unregister-temp-mark): Ditto.
1362         (wl-summary-registered-temp-mark): Ditto.
1363         (wl-summary-collect-temp-mark): Ditto.
1364         (wl-summary-unset-mark): Ditto.
1365         (wl-summary-set-target-mark): Ditto.
1366         (wl-summary-unset-target-mark): Ditto.
1367         (wl-summary-set-action-generic): Ditto.
1368         (wl-summary-unset-action-generic): Ditto.
1369         (wl-summary-exec-action-delete): Ditto.
1370         (wl-summary-exec-action-erase): Ditto.
1371         (wl-summary-set-action-refile): Ditto.
1372         (wl-summary-set-action-refile-subr): Ditto.
1373         (wl-summary-unset-action-refile): Ditto.
1374         (wl-summary-make-destination-numbers-list): Ditto.
1375         (wl-summary-exec-action-refile): Ditto.
1376         (wl-summary-set-action-copy): Ditto.
1377         (wl-summary-unset-action-copy): Ditto.
1378         (wl-summary-exec-action-copy): Ditto.
1379         (wl-summary-collect-numbers-region): Ditto.
1380         (wl-summary-delete): Rewrite.
1381         (wl-summary-erase): Ditto.
1382         (wl-summary-remove-destination): Ditto.
1383         (wl-summary-exec): Ditto.
1384         (wl-summary-exec-region): Ditto.
1385         (wl-summary-target-mark-erase): Ditto.
1386         (wl-summary-refile): Ditto.
1387         (wl-summary-copy): Ditto.
1388         (wl-summary-unmark): Ditto.
1389         (wl-summary-delete-all-mark): Ditto.
1390         (wl-summary-mark-line): Don't highlight.
1391         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1392         (wl-summary-target-mark-refile-subr): Rewrite.
1393
1394         (wl-summary-copy-prev-destination): Abolish.
1395
1396 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1397
1398         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1399         default values along the value of wl-on-mule.
1400         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1401         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1402         It is not used anywhere.
1403
1404 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1405
1406         * wl-summary.el (wl-summary-print-destination): Keep position.
1407         (wl-summary-cursor-move-surface): Keep horizontal position.
1408
1409 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1410
1411         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1412         write sendlog.
1413
1414 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1415
1416         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1417         `wl-summary-highlight'.
1418
1419 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1420
1421         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1422         trivial condition for temp-mark.
1423
1424 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1425
1426         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1427         when it hits killed buffer.
1428
1429 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1430
1431         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
1432         * wl-news.el.in: `message' and `error' take format string.
1433
1434 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1435
1436         * wl-folder (wl-folder-insert-entity): Display a message,
1437         `...done', when the work finish.
1438         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
1439
1440 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1441
1442         * wl-message.el (wl-message-redisplay): Remove unused local
1443         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
1444
1445 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1446
1447         * wl-summary.el (wl-summary-replace-status-marks): Disable
1448         interactive use.
1449         (wl-summary-reedit): Check message existence at first.
1450         (wl-summary-mark-line): Fix doc, return value is indefinite.
1451
1452         * wl-highlight.el (wl-highlight-message): Arranged.
1453
1454         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
1455         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
1456         check temp-mark by wl-summary-temp-mark always.
1457         (wl-highlight-summary): Change accordingly.
1458         * wl-summary.el (wl-summary-mark-as-read-all)
1459         (wl-summary-delete-cache, wl-summary-set-score-mark)
1460         (wl-summary-mark-as-unread, wl-summary-unmark)
1461         (wl-summary-mark-line, wl-summary-mark-as-read)
1462         (wl-summary-mark-as-important): Ditto.
1463
1464         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
1465         end of the window if possible.
1466         * wl-summary.el (wl-summary-sync-update): Support lazy
1467         highlighting.
1468         (wl-summary-toggle-disp-msg): Ditto.
1469
1470 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
1471
1472         * wl-util.el (wl-as-coding-system): Define for non-mule too.
1473
1474 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1475
1476         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
1477         change.
1478
1479 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
1480
1481         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
1482         API.
1483         (wl-summary-sync-update): Ditto.
1484
1485         * wl-score.el (wl-score-get-score-alist): Changed argument.
1486         (wl-summary-rescore-msgs): Likewise.
1487         (wl-summary-score-headers): Likewise.
1488         (wl-score-headers): Likewise;
1489         Use elmo-folder-do-each-message-entity, etc.
1490         (wl-summary-score-effect): Follow the changes above.
1491         (wl-summary-rescore): Ditto.
1492         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
1493         (wl-score-get-overview): Abolish.
1494
1495         * wl-summary.el (wl-summary-default-from): Follow the API change in
1496         elmo-msgdb.
1497         (wl-summary-count-unread): Ditto.
1498         (wl-summary-detect-mark-position): Ditto.
1499         (wl-summary-overview-entity-compare-by-date): Ditto.
1500         (wl-summary-overview-entity-compare-by-number): Ditto.
1501         (wl-summary-overview-entity-compare-by-from): Ditto.
1502         (wl-summary-overview-entity-compare-by-subject): Ditto.
1503         (wl-summary-get-list-info): Ditto.
1504         (wl-summary-rescan): Ditto.
1505         (wl-summary-jump-to-msg-by-message-id): Ditto.
1506         (wl-summary-sync-update): Ditto; Removed comment.
1507         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
1508         (wl-summary-insert-message): Use wl-summary-insert
1509         (wl-summary-insert-sequential): Changed argument msgdb to folder.
1510         (wl-summary-insert-headers): Changed argument overview to folder.
1511         (wl-summary-search-by-subject): Likewise.
1512         (wl-summary-insert-thread): Renamed from 
1513         wl-summary-insert-thread-entity and changed argument msgdb to folder.
1514
1515         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
1516         too.
1517
1518         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
1519         wl-string-member.
1520
1521 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
1522
1523         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
1524         elmo-folder-append-buffer.
1525         (wl-draft-queue-append): Likewise.
1526
1527         * wl-mime.el (wl-message-delete-current-part): Ditto.
1528         (wl-summary-burst-subr): Ditto.
1529
1530         * wl-news.el.in (wl-news-send-news): Ditto.
1531
1532 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
1533
1534         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
1535         function.
1536         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
1537         (wl-summary-update-mark): Enclose with save-excursion.
1538         (wl-summary-mark-as-read-internal): Fixed last change.
1539         (wl-summary-mark-as-important): Use 3rd argument of
1540         elmo-folder-unmark-important, elmo-folder-mark-as-important;
1541         Don't use elmo-msgdb-set-mark.
1542         (wl-summary-redisplay-internal): If msgdb flag is already read,
1543         just update the mark on buffer.
1544
1545 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1546
1547         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
1548         cut visible folder when elmo-folder-delete returns non-nil value.
1549
1550 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1551
1552         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
1553         by Kenichi OKADA <okada@opaopa.org>).
1554
1555 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1556
1557         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
1558
1559 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1560
1561         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
1562         Fixed the last change, search group entity by its real name.
1563         (Thanks to: KOBAYASHI Shinji)
1564
1565 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1566
1567         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
1568         (wl-fldmgr-access-display-all): Don't refer visible name.
1569         * wl-expire.el (wl-folder-archive-current-entity)
1570         (wl-folder-expire-current-entity): Ditto.
1571         * wl-folder.el (wl-folder-jump-to-current-entity)
1572         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
1573         (wl-folder-open-folder-sub,wl-folder-open-all)
1574         (wl-folder-write-current-folder): Ditto.
1575         (wl-folder-insert-entity): Don't use petname for normal group.
1576         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
1577         is the real name.
1578         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
1579         Abolished.
1580
1581 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
1582
1583         * wl-draft.el (wl-draft-create-buffer): Add
1584         `wl-summary-reply-with-citation'
1585
1586 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
1587
1588         * wl-draft.el (wl-draft-reply): Fixed.
1589
1590 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1591
1592         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
1593         when `wl-draft-send-confirm-with-preview' is non-nil.
1594         You can scroll up/down by j/k.
1595         (wl-draft-send-confirm-with-preview): New variable (default=t).
1596
1597 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1598
1599         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
1600         (wl-fldmgr-save-folders): Fix comment.
1601
1602 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1603
1604         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
1605         along the last change in `wl-folder-buffer-group-p'.
1606
1607 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1608
1609         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
1610         folder.
1611
1612         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
1613         the default value.
1614
1615         * wl-mime.el (wl-summary-burst): Update summary only when target
1616         folder equals current folder.
1617
1618 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1619
1620         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
1621
1622 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1623
1624         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
1625         value.
1626
1627 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
1630         `map-extents' instead of `extent-at' repeatedly.
1631         (wl-highlight-folder-current-line): Ditto.
1632
1633         * wl-highlight.el: Remove useless dummy functions.
1634
1635 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1636
1637         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
1638         (wl-folder-put-folder-property): New function to put text property.
1639         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
1640         (wl-folder-insert-entity, wl-folder-update-diff-line)
1641         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
1642         * wl-e21.el, wl-xmas.el, wl-mule.el
1643         (wl-highlight-folder-current-line): Ditto.
1644         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
1645         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
1646         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
1647         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
1648
1649 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1650
1651         * Version number is increased to 2.11.3.
1652
1653 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1654
1655         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
1656         Resume current-buffer since it is assumed by remaining tasks.
1657
1658 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1659
1660         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
1661         (wl-folder-completion-function): Abolished.
1662         (wl-folder-complete-folder): New function.
1663         (wl-folder-complete-filter-condition): Ditto.
1664         * wl-summary.el (wl-summary-read-folder): Change accordingly.
1665         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
1666
1667 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1668
1669         * wl-draft.el (wl-draft-send-confirm): New function.
1670         (wl-draft-send): Use it.
1671
1672         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
1673         cursor-in-echo-area while confirming.
1674
1675         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
1676
1677         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
1678         searching via nntp if wl-summary-search-via-nntp is 'force.
1679         Otherwise, invoke searching in nntp folder only.
1680         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
1681
1682         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
1683         explicitly for mime-make-text-tag.
1684
1685 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1686
1687         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1688         `mime-make-text-tag' instead of `mime-create-tag'.
1689
1690 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1691
1692         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
1693         (wl-fldmgr-add-completion-subr): Rewrite conditional.
1694
1695 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1696
1697         * wl-score.el (wl-score-save): Bind print-length and print-level.
1698         (wl-score-pretty-print): Ditto.
1699         (wl-score-edit-insert-header-entry): Ditto.
1700
1701         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
1702         "From" entry to be treated with wl-draft-eword-encode-address-list.
1703         * wl-mime.el (wl-draft-preview-message): Ditto.
1704
1705         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
1706         (wl-summary-mark-as-unread): Ditto.
1707         (wl-summary-mark-as-read-region): Change accordingly.
1708         (wl-summary-mark-as-unread-region): Ditto.
1709         (wl-summary-target-mark-mark-as-read): Ditto.
1710         (wl-summary-target-mark-mark-as-unread): Ditto.
1711
1712 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1713
1714         * Version number is increased to 2.11.2.
1715
1716 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1717
1718         * wl-news.el.in (wl-news-previous-version-save): Bind
1719         print-length and print-level.
1720         * wl-thread.el (wl-thread-save-entities): Ditto.
1721         (wl-thread-save-top-list): Bind print-length.
1722
1723 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1724
1725         * wl-highlight.el (wl-highlight-summary-line-string): Use
1726         wl-summary-score-below-mark, wl-summary-score-over-mark.
1727         (wl-highlight-summary-current-line): Ditto.
1728
1729 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1730
1731         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
1732         insert it.
1733
1734 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
1735
1736         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
1737
1738 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1739
1740         * wl-mime.el (wl-message-delete-current-part): Avoid error on
1741         message without msgid.
1742         Rewrite with elmo-folder-move-messages.
1743         Set wl-message-buffer to nil.
1744
1745         * wl-summary.el (wl-summary-erase-subr): New function. Use
1746         elmo-folder-move-messages.
1747         (wl-summary-erase): Call it.
1748         (wl-summary-target-mark-erase): Ditto.
1749
1750 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1751
1752         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
1753         it is not up-tp-date.
1754
1755 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1756
1757         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
1758         buffer after calling `wl-summary-goto-folder-subr' without the
1759         argument `interactive'.
1760         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
1761
1762 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1763
1764         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
1765         `mime-create-tag'. Use `string=' instead of `looking-at'.
1766
1767 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1768
1769         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
1770         to avoid compile warning.
1771
1772         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
1773         entity-id when folder is given.
1774         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
1775         save-excursion, use save-selected-window instead.
1776         Select folder buffer window if exists.
1777         (To correct behavior with wl-folder-move-cur-folder.)
1778
1779 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
1780
1781         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
1782
1783 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
1784
1785         * wl-summary.el (wl-summary-line-list-info): Use %f to make
1786         list-count instead of %d.
1787
1788 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1789
1790         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
1791         (wl-news): Set it.
1792         (wl-news-append-to-folder): Use it.
1793
1794         * wl-news.el.in (wl-news-send-news): Append to specified folder
1795         instead of wl-default-folder.
1796         (wl-news-append-to-folder): Show error message with specified folder.
1797
1798         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
1799                 In most major modes, Emacs assumes that any opening
1800                 delimiter found at the left margin is the start of a
1801                 top-level definition, or defun. Therefore, *never put an
1802                 opening delimiter at the left margin unless it should have
1803                 that significance.*
1804
1805         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
1806
1807 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
1808
1809         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
1810
1811 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1812
1813         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
1814
1815 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
1816
1817         * wl-summary.el (wl-summary-mark-collect): Revive missing return
1818         for sequential numbering case.
1819
1820 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1821
1822         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
1823         value.
1824         (wl-draft-reply-without-argument-list): Ditto.
1825         (wl-draft-reply-myself-with-argument-list): Abolish.
1826         (wl-draft-reply-myself-without-argument-list): Ditto.
1827         * wl-draft.el (wl-draft-self-reply-p): New function.
1828         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
1829
1830 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1831
1832         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
1833         (avoid error for the case without byte-compiling)
1834
1835 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
1836
1837         * wl-news.el.in (wl-news-append-to-folder): New function.
1838         (wl-news-exit): Rewrite.
1839         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
1840
1841 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1842
1843         * wl-draft.el (wl-draft-reply-position): New function.
1844         (wl-draft-reply-position): Fix.
1845         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
1846         (wl-summary-target-mark-reply-with-citation): Ditto.
1847         (wl-summary-reply-with-citation): Ditto.
1848         * wl-vars.el (wl-draft-reply-default-position): New variable.
1849
1850 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1851
1852         * wl-draft.el (wl-draft-send): Preview when interactive send.
1853
1854 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
1855
1856         * wl-draft.el (wl-draft-reply): Set default position.
1857         * wl-summary.el (wl-summary-reply): Ditto.
1858         (wl-summary-reply-with-citation): Ditto.
1859         (wl-summary-target-mark-reply-with-citation): Ditto.
1860
1861 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1862
1863         * wl-news.el.in (wl-news-lang): Set default value according to
1864         current-language-environment.
1865         (wl-news-append-news): Do nothing when news-list is nil.
1866
1867 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1868
1869         * wl-news.el.in (wl-news-mode-map): Add new keybind.
1870         (wl-news): Change message.
1871         (wl-news-exit): Check buffer.
1872         (wl-news-force-exit): New function.
1873         (wl-news-show-all): New function.
1874         (wl-news-discard-and-exit): Fix.
1875
1876 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1877
1878         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
1879         according to current-language-environment.
1880
1881         * wl-news.el.in (wl-news): If arg, show all NEWS after
1882         wl-news-default-previous-version.
1883
1884 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1885
1886         * wl-news.el.in (wl-news-check): Rewritten.
1887         (wl-news-previous-version-load): Change data type.
1888         (wl-news-previous-version-save): Change data type.
1889         (wl-news-append-news): Add return value.
1890         (wl-news-check-news): New function.
1891         (wl-news-already-current-p): New function.
1892         (wl-news-send-news): Rewritten.
1893         (wl-news-mode-map): Add new keybind.
1894         (wl-news): Rewritten.
1895         (wl-news-exit): Rewritten.
1896         (wl-news-discard-and-mail): New function.
1897         (wl-news-send-to-address): Abolished.
1898         * wl.el (wl-init): Delete a message.
1899
1900 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1901
1902         * wl-news.el.in (wl-news-exit): Update previous version.
1903         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
1904
1905 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1906
1907         * wl-news.el.in (wl-news): Add `delete-other-windows'.
1908
1909 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
1910
1911         * wl-news.el.in (wl-news): New function.
1912         (wl-news-mode): New function.
1913         (wl-news-next-line): New function.
1914         (wl-news-next-page): New function.
1915         (wl-news-exit): New function.
1916         (wl-news-buf-name): New variable.
1917         (wl-news-mode-map): New variable.
1918         (wl-news-winconf): New variable.
1919         (wl-news-append-news): Add an option.
1920
1921 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1922
1923         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
1924
1925 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
1926
1927         * wl-news.el.in (wl-news-send-to-address): New variable.
1928         (wl-news-send-news): Use it.
1929         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
1930         Return updating status.
1931         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
1932
1933 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1934
1935         * wl-news.el.in (wl-news-send-news): Delete
1936         Organization and X-Face.
1937
1938 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1939
1940         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
1941         (wl-news-append-news): New function.
1942         (wl-news-send-news): New function.
1943
1944 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
1945
1946         * Version number is increased to 2.11.1.
1947
1948 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1949
1950         * wl-news.el.in : New file.
1951
1952 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1953
1954         * wl-vars.el (wl-draft-reply-with-argument-list): Change
1955         default value.
1956         (wl-draft-reply-without-argument-list): Ditto.
1957
1958 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
1959
1960         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
1961         (wl-message-buffer-prefetch-idle-time): Ditto.
1962         (wl-message-buffer-prefetch-folder-type-list): Ditto.
1963
1964 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
1965
1966         * wl-thread.el (wl-thread-insert-message): Use
1967         wl-summary-max-thread-depth.
1968
1969         * wl-summary.el (wl-summary-insert-thread-entity): Refined
1970         loop detection.
1971
1972         * wl-message.el (wl-message-buffer-display): Back to the first page
1973         when cache is hit.
1974
1975 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
1976
1977         * wl-vars.el (wl-summary-max-thread-depth): New user option.
1978
1979         * wl-summary.el (wl-summary-insert-thread-entity):
1980         If the thread depth is reached to wl-summary-max-thread-depth,
1981         divide the thread.
1982
1983 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
1984
1985         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
1986         for elmo-remove-passwd.
1987
1988 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
1989
1990         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
1991         folder is sticky.
1992         (wl-folder-mark-as-read-all-entity): Ditto.
1993         (wl-folder-prefetch-entity): Ditto.
1994
1995 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
1996
1997         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
1998
1999 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2000
2001         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2002         Delete messages on buffer for unplugged operation.
2003         (wl-summary-erase): Ditto.
2004
2005 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2006
2007         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2008         take nil so as not to search parent by subject.
2009
2010 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2011
2012         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2013         (wl-folder-get-next-folder): Ditto.
2014         (wl-folder-get-path): Ditto.
2015
2016 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2017
2018         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2019         system and encode the region with it before verifying.
2020
2021 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2022
2023         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2024         system of the echo buffer before decoding.
2025
2026 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2027
2028         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2029         original contents.
2030
2031 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2032
2033         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2034         with argument 'any-exists.
2035
2036 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2037
2038         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2039         Use `wl-cs-autoconv'.
2040
2041 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2042
2043         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2044         by `mime-view-automatic-conversion'.
2045
2046         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2047         (wl-message-verify-pgp-nonmime): Ditto.
2048         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2049         Bind them to C-c:d and C-c:v respectively.
2050
2051         Merge following code by Teranishi-san from [wl-en:00167].
2052         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2053         (wl-mime-preview-application/pgp-encrypted): Ditto.
2054         (wl-mime-setup): Add entry.
2055
2056 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2057
2058         * wl-summary.el (wl-summary-target-mark-erase): New function.
2059         Bind it to "mD".
2060
2061 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2062
2063         * wl-vars.el (wl-draft-write-file-function): Fix.
2064         (wl-draft-reedit-hook): Changed default value.
2065
2066         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2067         wl-draft-reedit-hook.
2068         (wl-draft-remove-text-plain-tag): New function.
2069         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2070
2071         * wl-vars.el (wl-draft-write-file-function): New user option.
2072
2073         * wl-draft.el (wl-draft-prepare-edit): Use it for
2074         local-write-file-hooks.
2075         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2076
2077         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2078         (wl-draft-insert-mail-header-separator): Return the body beginning
2079         point.
2080         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2081         text/plain.
2082         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2083
2084 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2085
2086         * wl-summary.el (wl-summary-erase): New function to erase message
2087         without moving it to trash. Bind to "D".
2088
2089         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2090         as `keep' unless switch-function.
2091
2092 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2093
2094         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2095         message buffer by using `wl-summary-toggle-disp-msg'.
2096         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2097         buffer window.
2098         (wl-summary-supresedes-message): Ditto.
2099
2100         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2101         Do not delete other windows.
2102         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2103         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2104         (wl-draft-create-buffer): Set reply-or-forward also for target
2105         mark commands.
2106
2107 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2108
2109         * wl-draft.el (wl-user-agent-compose): Delete special case for
2110         switch-to-buffer-other-window.
2111
2112         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2113         (wl-summary-forward): Ditto.
2114
2115         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2116         function.
2117         (wl-draft-buffer-style): New use option.
2118
2119         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2120         (wl-draft): Follow the change above.
2121         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2122         wl-draft-buffer-style.
2123         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2124         switch-function.
2125
2126 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2127
2128         * wl-draft.el (wl-user-agent-compose): Delete special case for
2129         switch-to-buffer-other-window.
2130
2131         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2132         (wl-summary-forward): Ditto.
2133
2134         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2135         function.
2136         (wl-draft-buffer-style): New use option.
2137
2138         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2139         (wl-draft): Follow the change above.
2140         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2141         wl-draft-buffer-style.
2142         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2143         switch-function.
2144
2145 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2146
2147         * wl-address.el (wl-address-make-completion-entry): Extracted from
2148         `wl-address-make-completion-list'.
2149         (wl-address-enable-strict-loading): New variable.
2150         (wl-address-make-completion-list): Revive petname duplication
2151         inquiry, and enable it if `wl-address-enable-strict-loading'.
2152         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2153
2154 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2155
2156         * wl-message.el (wl-message-get-original-buffer): Avoid
2157         'Selecting deleted buffer' error when original buffer is killed.
2158
2159 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2160
2161         * wl-summary.el (wl-summary-next-message): Use
2162         elmo-message-accessible-p instead of elmo-message-cached-p.
2163
2164 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2165
2166         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2167
2168         * wl-thread.el (wl-thread-open-all-unread): Use
2169         elmo-folder-list-flagged instead of
2170         elmo-folder-list-messages-mark-match.
2171
2172         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2173         instead of elmo-folder-list-messages-mark-match.
2174         (wl-summary-move-spec-alist): New variable.
2175         (wl-summary-move-spec-plugged-alist,
2176         wl-summary-move-spec-unplugged-alist): Abolish.
2177         (wl-summary-next-message): Follow the change above.
2178         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2179         with 'no-msg' argument.
2180
2181         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2182         variable.
2183         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2184         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2185         (wl-message-buffer-prefetch-get-next): Follow the change above.
2186
2187 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2188
2189         * wl-version.el (wl-version): Changed codename.
2190
2191         * Version number is increased to 2.11.0.
2192
2193 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2194
2195         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2196         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2197         `wl-draft-config-variables'.
2198         (wl-draft-kill): Fixed problem when the draft is reedit.
2199
2200 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2201
2202         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2203         buffer-modified status (Thanks to
2204         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2205
2206 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2207
2208         * wl-util.el (wl-region-exists-p): New function.
2209
2210         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2211         Remove defvars for byte-compile warnings.
2212
2213 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2214
2215         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2216         defvar-maybe. Removed unused bind.
2217
2218 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2219
2220         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2221         summary buffer window before creating new frame.
2222         (wl-draft-reply): Ditto.
2223
2224 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2225
2226         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2227
2228 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2229
2230         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2231
2232 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2233
2234         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2235         instead of `kill-region'.
2236
2237 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2238
2239         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2240         (wl-highlight-summary-line-string): Use it.
2241         (wl-highlight-summary-current-line): Ditto.
2242
2243         * wl-mime.el (wl-message-delete-current-part): Check the class of
2244         mime-entity.
2245
2246         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2247
2248         * wl-summary.el (wl-summary-make-number-list): Initialize.
2249         (wl-summary-update-mark): New function.
2250         (wl-summary-reply): Put `answered' mark on the message.
2251         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2252
2253         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2254         (wl-draft-reply): Added optional argument `number';
2255         Set wl-draft-parent-number.
2256         (wl-draft-kill): Delete answered mark if it is a reply.
2257
2258 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2259
2260         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2261         that originates in mime-preview-follow-current-entity.
2262         (wl-draft-yank-current-message-entity): Use it if region is active.
2263
2264         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2265         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2266         `wl-message-delete-current-part'.
2267         * wl-mule.el (wl-message-define-keymap): Ditto.
2268         * wl-xmas.el (wl-message-define-keymap): Ditto.
2269
2270 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2271
2272         * wl-mime.el (wl-message-delete-current-part): New function.
2273         (wl-mime-node-id-to-string): Ditto.
2274
2275         * wl-mime.el (wl-message-delete-current-part): Use existing
2276         original buffer which corresponds current mime-view buffer.
2277         (fetched buffer might have different structure, possibly)
2278
2279         * wl-mime.el (wl-message-delete-current-part): Quit if the
2280         message content differs from the actual message.
2281
2282 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2283
2284         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2285         order.
2286         (wl-summary-search-by-subject): Search parent message from tail;
2287         Check the existence of the parent message on the current thread tree.
2288         (wl-summary-update-thread): Check whether the line is inserted.
2289
2290 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2291
2292         * wl-vars.el (wl-summary-line-format): Undo last change.
2293         * wl-summary.el (wl-summary-print-destination): Do not put
2294         invisible property when `wl-summary-width' is nil.
2295         (wl-summary-line-subject-minimum-length): Abolished.
2296         (wl-summary-line-subject): Ditto.
2297
2298 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2299
2300         * wl-vars.el (wl-summary-line-format): Change default value.
2301         (wl-summary-subject-length-limit): Abolished.
2302         * wl-summary.el (wl-summary-line-subject): Ditto.
2303
2304 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2305
2306         * wl-template.el (wl-template-select): Added optional argument.
2307         If optional argument is specified, reverse
2308         `wl-template-visible-select'.
2309
2310 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2311
2312         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2313         Take prefix argument to force asking the destination folder.
2314
2315 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2316
2317         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2318         count and update status.
2319
2320 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2321
2322         * wl-summary.el (wl-summary-redisplay-internal): If
2323         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2324         after fetching.
2325
2326 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2327
2328         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2329         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2330
2331         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2332
2333 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2334
2335         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2336         (All other related portions are changed).
2337         (wl-summary-mark-as-read-all): Rewrite.
2338
2339 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2340
2341         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2342         `wl-summary-mark-as-read'.
2343         (wl-summary-mark-as-unread): Rewrite.
2344         (wl-summary-mark-as-read): Added no-modeline argument.
2345         (wl-summary-resume-cache-status): Rewrite.
2346         (wl-summary-exec-subr): Remove unused local variable.
2347
2348 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2349
2350         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2351         logic to call `wl-summary-buffer-prev-folder-function'.
2352         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2353
2354 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2355
2356         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2357         is nil.
2358
2359 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2360
2361         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2362         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2363         (wl-mime-setup): Add its entry.
2364
2365 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2366
2367         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2368         (wl-summary-delete-cache): Likewise.
2369         (wl-summary-mark-as-read): Rewrite.
2370
2371 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2372
2373         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2374         `wl-summary-count-unread'.
2375
2376         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2377
2378         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2379
2380 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2381
2382         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2383         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2384         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2385         Renamed to the elmo-msgdb-*-mark.
2386         (wl-summary-score-marks): Follow the change above.
2387         (wl-summary-auto-refile-skip-marks): Ditto.
2388         (wl-summary-incorporate-marks): Ditto.
2389         (wl-summary-expire-reserve-marks): Ditto.
2390
2391         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2392         changes.
2393         (wl-thread-insert-top): Changed updating message.
2394
2395         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2396         variable.
2397         (wl-summary-count-unread): Count answered marks.
2398         (wl-summary-rescan): Call wl-summary-insert-message instead of
2399         wl-summary-append-message-func-internal.
2400         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2401         (wl-summary-prefetch-msg): Follow the variable name changes.
2402         (wl-summary-prefetch-region): Ditto.
2403         (wl-summary-mark-as-read-all): Follow the API changes;
2404         Don't call elmo-folder-replace-marks.
2405         (wl-summary-delete-cache): Follow the variable name changes.
2406         (wl-summary-resume-cache-status): Ditto.
2407         (wl-summary-update-status-marks): New function.
2408         (wl-summary-insert-message): New function.
2409         (wl-summary-sync-marks): Follow the variable name changes.
2410         (wl-summary-sync-update): Synchronize to the msgdb, too;
2411         Changed update messages.
2412         (wl-summary-make-number-list): Rewrite.
2413         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2414         (wl-summary-mark-as-unread): Follow the API changes.
2415         (wl-summary-exec-subr): Follow the variable name changes.
2416         (wl-summary-mark-as-read): Ditto.
2417         (wl-summary-move-spec-plugged-alist): Ditto.
2418         (wl-summary-move-spec-unplugged-alist): Ditto.
2419         (wl-summary-cursor-move-surface): Ditto.
2420
2421         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2422         variable name changes.
2423         (wl-highlight-summary-current-line): Ditto.
2424
2425         * wl-expire.el (wl-expire-refile): Follow the API change in
2426         elmo-folder-move-messages.
2427         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2428         (wl-summary-archive): Use elmo-folder-msgdb instead of
2429         elmo-msgdb-load.
2430
2431 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2432
2433         * wl-mime.el (wl-draft-preview-message): Restore the position
2434         before evaluating wl-draft-send-hook in preview buffer.
2435
2436 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2437
2438         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
2439         when it creates new draft buffer.
2440
2441         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
2442         without argument.
2443
2444         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
2445         Evaluate content and if the value is string, insert it.
2446         (wl-draft-config-sub-body,wl-draft-config-sub-top,
2447         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
2448         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
2449         wl-draft-config-sub-part-bottom): Use it.
2450
2451         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
2452         with the folder name. The question was unintelligible when it is
2453         called from wl-save-status.
2454
2455 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2456
2457         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
2458         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
2459         cannot take second argument).
2460
2461 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2462
2463         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
2464         as t. Since type and subtype are not case sensitive (RFC 2045).
2465
2466 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2467
2468         * wl-vars.el (wl-message-mode-line-format): New variable.
2469         (wl-message-mode-line-format-spec-alist): Ditto.
2470         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
2471         (wl-message-redisplay): Use wl-message-mode-line-format.
2472
2473 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
2474
2475         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
2476
2477 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-summary.el (wl-summary-default-from): Write description.
2480
2481 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
2482
2483         * wl-vars.el (wl-ldap-objectclass): Abolish.
2484
2485         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
2486         (wl-ldap-make-filter): Removed condition for objectclass.
2487         (wl-ldap-make-matched-value-list): Remove meaningless process.
2488         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
2489         (wl-address-ldap-search): Don't add `*' to `pat' string;
2490         use ignore-errors; added `email';
2491         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
2492         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
2493         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
2494
2495
2496 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2497
2498         * wl-draft.el (wl-draft-parent-folder): Write description.
2499         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
2500
2501 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
2502
2503         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
2504         as "" (zero-length string) if no parent.
2505         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
2506
2507 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
2508
2509         * wl-address.el (wl-address-make-completion-list): Skip duplication
2510         checking.
2511         (wl-address-make-address-list): use `cons' and `nreverse' instead of
2512         `append'.
2513
2514 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2515
2516         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
2517         instead of `beginning-of-buffer'.
2518
2519 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
2522
2523 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
2524
2525         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
2526         Refer wl-message-buffer-name.
2527         (wl-message-wheel-down): Ditto.
2528
2529 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
2530
2531         * wl-vars.el (wl-message-buffer-name): New user option.
2532
2533         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
2534         directly instead of making alist dinamically.
2535
2536         * wl-message.el (wl-message-buffer-cache-name): Abolish.
2537         (wl-message-buffer-create): Use wl-message-buffer-name instead of
2538         wl-message-buffer-cache-name.
2539         (wl-message-buffer-cache-clean-up): Ditto.
2540
2541         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
2542
2543         * Version number is increased to 2.9.15.
2544
2545 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
2546
2547         * wl-vars.el (wl-summary-default-view-alist): New user option.
2548
2549         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
2550
2551         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
2552         while deleting address.
2553         (wl-draft-delete-myself-from-cc): Ditto.
2554
2555         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
2556         If optional argument is specified, reverse sort order.
2557
2558         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
2559
2560 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
2561
2562         * wl-thread.el (wl-thread-insert-message): Return parent number if
2563         exists.
2564         (wl-thread-update-indent-string-region): Use
2565         wl-thread-update-line-on-buffer-sub instead of
2566         wl-thread-update-line-on-buffer.
2567
2568 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2569
2570         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
2571         (wl-folder-close-all): Ditto.
2572
2573 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2574
2575         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
2576         and mailing-list:.
2577         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
2578         value.
2579         (wl-summary-line-list-info): Print mailing-list name even when 
2580         list-number is empty.
2581
2582 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2583
2584         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
2585
2586         * wl-draft.el (wl-draft-confirm): Abolished since not used.
2587         (wl-draft-open-file): Ditto.
2588         (wl-draft-random-alphabet): Ditto.
2589
2590         * wl-summary.el (wl-summary-mode-map): Remove already abolished
2591         bindings.
2592
2593 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2594
2595         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
2596         * wl-vars.el (wl-draft-config-alist): Ditto.
2597
2598 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
2599
2600         * Version number is increased to 2.9.14.
2601
2602         * wl.el (wl): Don't set wl-init as nil when error occured while
2603         auto-checking folders.
2604
2605         * wl-util.el (wl-expand-newtext): Re-define as an alias for
2606         `elmo-expand-newtext'.
2607
2608 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2609
2610         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
2611         `this-command' so that `wl-folder-goto-folder' contained in
2612         `wl-summary-keep-cursor-command' work.
2613
2614 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2615
2616         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
2617         message buffer displaying state.
2618
2619 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2620
2621         * wl-vars.el (wl-summary-default-view): New variable to specify
2622         default value for `wl-summary-buffer-view' instead of using
2623         set-default.
2624         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
2625
2626 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2627
2628         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
2629
2630         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
2631
2632 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
2633
2634         * wl-vars.el (wl-forward-subject-prefix): New variable.
2635         * wl-draft.el (wl-draft-forward): Use it.
2636
2637 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2638
2639         * wl-message.el (wl-message-prev-page): When it is called without
2640         lines argument, scroll down by wl-message-scroll-amount lines.
2641         (wl-message-next-page): Ditto.
2642         * wl-vars.el (wl-message-scroll-amount): Change default value
2643         to preserve current behavior.
2644
2645 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2646
2647         * wl-summary.el (wl-summary-prefetch-msg): Bind
2648         `wl-message-entity' to call `wl-summary-from-function'.
2649
2650 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2651
2652         * wl-message.el (wl-message-buffer-create): Run
2653         wl-message-buffer-created-hook.
2654
2655 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
2656
2657         * wl-summary.el (wl-summary-sort-specs): New variable.
2658         (wl-summary-default-sort-spec): Ditto.
2659         (wl-summary-sort): Rewrite.
2660         (wl-summary-sort-by-list-info): New function.
2661
2662 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2663
2664         * wl-summary.el (wl-summary-get-list-info): New function.
2665         (wl-summary-sort): Rewrite.
2666         (wl-summary-line-list-info): Ditto.
2667         (wl-summary-line-list-count): Ditto.
2668         (wl-summary-refile-region): Fixed docstring.
2669
2670 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
2671
2672         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
2673         `wl-folder-entity-hashtb' as completion table.
2674
2675 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2676
2677         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
2678         only when this command is called interactively; silence the byte-
2679         compiler.
2680
2681 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2682
2683         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
2684         active in XEmacs.
2685
2686 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2687
2688         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
2689         plural lines.
2690
2691 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2692
2693         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
2694         of current line when the cursor is on the header name.
2695         (preserve behavior to move to b.o.h. and b.o.l. mutually)
2696
2697 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2698
2699         * wl-util.el (wl-read-directory-name): Return displayed directory
2700         as the default value also on XEmacs.
2701
2702 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
2703
2704         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
2705         formatting.
2706
2707 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
2708
2709         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
2710         argument and when it is non-nil, check face property before
2711         highlighting for each line.
2712         (wl-highlight-summary-window): Set it.
2713
2714 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
2715
2716         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
2717         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
2718
2719         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
2720         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
2721         (wl-draft-get-fcc-list): Likewise.
2722
2723 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
2724
2725         * wl-thread.el (wl-thread-indent-regexp): Abolished.
2726         (wl-thread-entity-cur): Ditto.
2727         * wl-summary.el (wl-summary-buffer-set-folder): Removed
2728         wl-thread-indent-regexp setting.
2729         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
2730
2731         * wl-summary.el (wl-summary-display-top): Highlight summary window when
2732         wl-summary-lazy-highlight.
2733         (wl-summary-display-bottom): Ditto.
2734
2735         * wl-thread.el (wl-thread-open-close): Likewise.
2736
2737         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
2738         from and subject;
2739         Bind wl-draft-use-frame;
2740         Enclose with save-window-excursion;
2741         Use wl-draft-create-buffer instead of with-temp-buffer;
2742         Use wl-draft-prepare-edit;
2743         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
2744         Use wl-draft-send instead of wl-draft-raw-send.
2745
2746 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2747
2748         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
2749         of using wl-from.
2750
2751 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
2752
2753         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
2754         insert-buffer instead of clone-buffer.
2755         (wl-draft-doing-mime-bcc): New variable.
2756         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
2757         infinite loop.
2758         (wl-draft-do-mime-bcc): Use wl-from for From field value.
2759
2760         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
2761         (wl-draft-mime-bcc-body): Ditto.
2762
2763         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
2764         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
2765         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
2766         wl-draft-do-mime-bcc.
2767         (wl-draft-mime-bcc-field): New function.
2768         (wl-draft-do-mime-bcc): Ditto.
2769
2770         * wl-address.el (wl-address-complete-header-list): New variable.
2771         (wl-address-complete-header-regexp): Changed default value.
2772
2773         * Version number is increased to 2.9.13.
2774
2775 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
2776
2777         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
2778         it is differed.
2779
2780 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2781
2782         * wl-summary.el (wl-summary-line-list-info): Rewrite.
2783         (wl-summary-line-list-count): Ditto.
2784
2785 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
2786
2787         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
2788         (wl-nntp-posting-function): New variable.
2789         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
2790         `wl-nntp-posting-config-alist'.
2791
2792 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2793
2794         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
2795         FLIM.
2796
2797 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
2798
2799         * wl-summary.el (wl-summary-target-mark-refile-sub):
2800         Remove a nuisance funcall.
2801
2802 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
2803
2804         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
2805         as t for `try-completion'.
2806
2807 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
2808
2809         * wl-summary.el (wl-summary-default-from): Use
2810         wl-address-header-extract-address instead of
2811         std11-extract-address-components.
2812         (wl-summary-simple-from): Ditto.
2813         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
2814         (wl-summary-insert-headers): Show message.
2815         (wl-summary-create-line): Set 4th argument of wl-set-string-width
2816         for whole line.
2817         (wl-summary-default-from): Revert last change.
2818         (wl-summary-simple-from): Ditto.
2819         (wl-summary-mark-as-read): Argument rearrangement and re-written.
2820         (wl-summary-mark-as-read-region): Follow the change above.
2821         (wl-summary-sync-marks): Ditto.
2822         (wl-summary-target-mark-mark-as-read): Ditto.
2823         (wl-summary-redisplay-internal): Ditto.
2824         (wl-summary-redisplay-no-mime-internal): Ditto.
2825         (wl-summary-redisplay-all-header): Ditto.
2826         (wl-summary-mark-as-read): Removed argument `cached';
2827         Use current cache status to set cache mark.
2828         (wl-summary-redisplay-internal): Follow the change above.
2829         (wl-summary-redisplay-no-mime-internal): Ditto.
2830         (wl-summary-redisplay-all-header): Ditto.
2831
2832         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
2833
2834         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
2835         Don't call itself recursively (Adviced by Yamaoka-san).
2836
2837 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2838
2839         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
2840         bind wl-summary-highlight as nil to avoid error caused by missing
2841         local variables.
2842
2843 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
2844
2845         * wl-vars.el (wl-invalid-character-message): New user option.
2846
2847         * wl-util.el (wl-set-string-width): If truncated string-width is
2848         larger than specified width, use `wl-invalid-character-message'.
2849
2850 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
2851
2852         * wl-summary.el (wl-summary-prefetch-msg): 
2853         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
2854
2855 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
2856
2857         * wl-vars.el (wl-summary-check-line-format): New user option.
2858         (wl-summary-line-format-file): Ditto.
2859
2860         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
2861         variable.
2862         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
2863         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
2864         and `wl-summary-view-old-p' to check whether do a rescan or not.
2865         (wl-summary-view-old-p): New function.
2866         (wl-summary-line-format-changed-p): Ditto.
2867         (wl-summary-line-format-save): Ditto.
2868         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
2869
2870         * wl-util.el (wl-set-string-width): Avoid using negative number
2871         for make-string.
2872
2873 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2874
2875         * wl-summary.el (wl-summary-line-list-info): Revised format of the
2876         return value.
2877
2878         * wl-util.el (wl-set-string-width): Added optional argument
2879         `padding' (All other related portions are changed).
2880         (wl-line-parse-format): If the first letter of column number is
2881         `0', zero-padding the result (ex: "%05l").
2882
2883         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
2884
2885 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2886
2887         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
2888         sequential summary view.
2889
2890 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2891
2892         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
2893         if it doesn't have a -unix version.
2894
2895 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
2896
2897         * wl-summary.el (wl-summary-jump-to-msg): Fix.
2898
2899 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
2900
2901         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
2902         content.
2903         (wl-draft): Follow the change above.
2904
2905         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
2906
2907         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
2908         and wl-folder-summary-line-format-alist contain %T and %P.
2909
2910         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
2911         (wl-summary-mode-line-format): New user option.
2912         (wl-summary-line-format-spec-alist): Added l, T, P, n.
2913         (wl-summary-line-format): Changed default value.
2914         (wl-summary-lazy-highlight): Changed default value.
2915
2916         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
2917         change in wl-summary-create-line.
2918         (wl-thread-insert-entity-sub): Ditto.
2919
2920         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
2921         (wl-summary-buffer-unread-status): Ditto.
2922         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
2923         (wl-summary-buffer-persistent-mark-column): Ditto.
2924         (wl-summary-buffer-mode-line-formatter): Ditto.
2925         (wl-summary-buffer-mode-line): Ditto.
2926         (wl-summary-message-regexp): Abolished.
2927         (All other related portions are changed.)
2928         (wl-summary-detect-mark-position): New function.
2929         (wl-summary-buffer-set-folder): Setup
2930         wl-summary-buffer-mode-line-formatter.
2931         (wl-summary-mode): Setup selective-display;
2932         Setup pre-idle-hook when xemacs.
2933         (wl-summary-update-modeline): Rewrite.
2934         (wl-summary-jump-to-msg): Define as function;
2935         Changed regexp for searching messages.
2936         (wl-summary-message-number): Rewrite.
2937         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
2938         Do rescan when old type summary cache.
2939         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
2940         (wl-summary-remove-destination): Use '\r' to detect EOL.
2941         (wl-summary-print-destination): Ditto.
2942         (wl-summary-temp-mark): New inline function.
2943         (wl-summary-persistent-mark): Ditto.
2944         (wl-summary-line-number): New function.
2945         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
2946         (wl-summary-line-list-count): New function.
2947         (wl-summary-create-line): Added argument persistent-mark.
2948         (All other related portions are changed)
2949         (wl-summary-create-line): Insert '\r'.
2950         (wl-summary-save-view-cache): Encode whth `unix' EOL.
2951         (wl-summary-cursor-move-surface): New inline function.
2952         (wl-summary-prev): Use it.
2953         (wl-summary-next): Ditto.
2954
2955         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
2956         wl-summary-message-regexp.
2957         (wl-highlight-summary): Delete progress message.
2958         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
2959
2960         * Version number is increased to 2.9.12.
2961
2962 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2963
2964         * wl-summary.el (wl-summary-line-subject-minimum-length): New
2965         variable (nil: no minimum).
2966         (wl-summary-line-subject): Add some spaces after subject by
2967         wl-summary-line-subject-minimum-length.
2968
2969 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2970
2971         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
2972         and removed `F'.
2973         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
2974         change above).
2975
2976 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2977
2978         * wl-summary.el (wl-summary-line-list-count): Reverted.
2979         (example setting in samples/*/dot.wl is also updated)
2980
2981 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
2982
2983         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
2984
2985         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
2986
2987         * wl-vars.el (wl-summary-line-format): Addes some description to the
2988         docstring.
2989
2990         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
2991         (wl-summary-line-close-bracket): Ditto.
2992         (wl-summary-line-children-number): Ditto.
2993         (wl-summary-line-thread-indent): Ditto.
2994         (wl-summary-line-children-and-from): Ditto.
2995
2996         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
2997         't', 'c', 'F' and added 'C'.
2998
2999         * wl-util.el (wl-set-string-width): Accept negative value.
3000         (wl-line-parse-format): Added "%number(" and "%)".
3001
3002 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3003
3004         * wl-summary.el (wl-summary-line-list-count): Change format of the
3005         return value.
3006
3007 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3008
3009         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3010         from the recent message.el.
3011         (wl-draft-point-in-header-p): Ditto.
3012         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3013         wl-draft-beginning-of-line.
3014         * wl-e21.el (wl-draft-mode-map): Ditto.
3015         * wl-xmas.el (wl-draft-mode-map): Ditto.
3016
3017         * wl-folder.el: Sort macrodefs by dependencies.
3018
3019 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3020
3021         * wl-summary.el (wl-summary-prev): Fixed regexp.
3022         (wl-summary-next): Ditto.
3023
3024 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3025
3026         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3027
3028 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3029
3030         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3031         for backward compatibility.
3032
3033 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3034
3035         * wl-summary.el (wl-summary-line-list-count): New function, merged
3036         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3037         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3038         list counts.
3039
3040 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3041
3042         * wl-summary.el (wl-summary-create-line): Ignore errors while
3043         timezone-fix-time.
3044
3045         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3046
3047         * wl-summary.el (wl-summary-sync-update): Ditto.
3048         (wl-summary-default-from): Use wl-message-entity
3049         instead of entity.
3050
3051         * wl-summary.el (wl-summary-create-line): Fix.
3052
3053         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3054         (wl-summary-line-format): New user option.
3055         (wl-folder-summary-line-format-alist): Ditto.
3056         (wl-summary-from-width): Abolished.
3057
3058         * wl-util.el (toplevel): Require 'bytecomp.
3059         (wl-line-parse-format): New function.
3060         (wl-line-formatter-setup): New macro.
3061
3062         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3063         (wl-summary-buffer-line-formatter): New buffer local variable.
3064         (wl-summary-switch-to-clone-buffer): Follow the change above.
3065         (wl-summary-message-regexp): Fix.
3066         (wl-summary-from-func-internal): Abolished.
3067         (wl-summary-subject-func-internal): Ditto.
3068         (wl-summary-subject-filter-func-internal): Ditto.
3069         (All other related portions are changed.)
3070         (wl-summary-buffer-set-folder):
3071         Set up wl-summary-buffer-number-column and 
3072         wl-summary-buffer-line-formatter
3073         (All other related portions are changed.)
3074         (wl-summary-buffer-number-column-detect): Abolished.
3075         (All other related portions are changed.)
3076         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3077         (wl-summary-delete-all-temp-marks-on-buffer): Use
3078         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3079         (wl-summary-target-mark-delete): Ditto.
3080         (wl-summary-target-mark-refile-subr): Ditto.
3081         (wl-summary-target-mark-mark-as-read): Ditto.
3082         (wl-summary-target-mark-mark-as-unread): Ditto.
3083         (wl-summary-target-mark-mark-as-important): Ditto.
3084         (wl-summary-target-mark-save): Ditto.
3085         (wl-summary-replace-status-marks): Renamed from
3086         wl-summary-set-status-marks-on-buffer;
3087         Use wl-summary-message-regexp instead of
3088         wl-summary-buffer-number-regexp.
3089         (wl-summary-sync-update): Follow the change above.
3090         (wl-summary-goto-previous-message-beginning): New function.
3091         (wl-summary-mark-as-unread): Use it.
3092         (wl-summary-mark-as-important): Ditto.
3093         (wl-summary-line-formatter): New variable.
3094         (wl-summary-line-year): New function.
3095         (wl-summary-line-day): Ditto.
3096         (wl-summary-line-day-of-week): Ditto.
3097         (wl-summary-line-hour): Ditto.
3098         (wl-summary-line-minute): Ditto.
3099         (wl-summary-line-open-bracket): Ditto.
3100         (wl-summary-line-close-bracket): Ditto.
3101         (wl-summary-line-children-number): Ditto.
3102         (wl-summary-line-thread-indent): Ditto.
3103         (wl-summary-line-size): Ditto.
3104         (wl-summary-line-subject): Ditto.
3105         (wl-summary-line-from): Ditto.
3106         (wl-summary-line-children-and-from): Ditto.
3107         (wl-summary-create-line): Rewritten.
3108         (wl-summary-format-date): Abolished.
3109
3110         * wl-highlight.el (wl-highlight-summary-current-line): Use
3111         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3112         Use thread structure to detect thread top message.
3113
3114         * wl-draft.el (wl-default-draft-cite): Don't use
3115         wl-summary-from-func-internal.
3116
3117         * wl-refile.el (wl-refile-subject-learn): Don't use
3118         wl-summary-subject-filter-func-internal.
3119         (wl-refile-guess-by-subject): Ditto.
3120
3121         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3122         parameters.
3123
3124         * wl-thread.el (wl-thread-update-indent-string-region):
3125         Use wl-thread-update-line-on-buffer instead of
3126         wl-thread-update-indent-string.
3127         (wl-thread-update-children-number): Redefine using
3128         wl-thread-update-line-on-buffer.
3129         (wl-thread-update-indent-string): Abolished.
3130
3131         * Version number is increased to 2.9.11.
3132
3133 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3134
3135         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3136         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3137         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3138
3139         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3140         as nil.
3141
3142         * wl-thread.el (wl-thread-open-all-unread): Use 
3143         elmo-folder-list-messages-mark-match.
3144         (wl-thread-insert-message): Removed argument `mark-alist'.
3145         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3146         elmo-msgdb-set-mark.
3147         (wl-thread-get-children-msgs-uncached): Likewise.
3148         (wl-thread-get-exist-children): Added argument include-self.
3149         (wl-thread-delete-message): Follow the change above.
3150
3151         * wl-summary.el (wl-summary-count-unread): Removed argument.
3152         (wl-summary-rescan): Follow the change above.
3153         (wl-summary-mark-as-read-region): Ditto
3154         (wl-summary-mark-as-unread-region): Ditto.
3155         (wl-summary-delete-messages-on-buffer): Ditto.
3156         (wl-summary-sync-update): Ditto.
3157         (wl-summary-switch-to-clone-buffer): Ditto.
3158         (wl-summary-goto-folder-subr): Ditto.
3159         (wl-summary-target-mark-mark-as-read): Ditto.
3160         (wl-summary-target-mark-mark-as-unread): Ditto.
3161         (wl-summary-target-mark-mark-as-important): Ditto.
3162         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3163         (wl-summary-update-thread): Removed argument `mark-alist'.
3164         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3165         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3166         (wl-summary-resume-cache-status): Likewise.
3167         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3168         elmo-msgdb-set-mark.
3169         (wl-summary-mark-as-read-all): Likewise.
3170         (wl-summary-delete-cache): Ditto.
3171         (wl-summary-auto-select-msg-p): Ditto.
3172         (wl-summary-mark-as-unread): Ditto.
3173         (wl-summary-no-auto-refile-message-p): Ditto.
3174         (wl-summary-mark-as-read): Ditto.
3175         (wl-summary-mark-as-important): Ditto.
3176         (wl-summary-auto-refile): Follow the change above.
3177         (wl-summary-delete-all-marks): Removed.
3178         (wl-summary-resume-marks-and-highlight): Ditto.
3179         (wl-summary-resume-marks): Ditto.
3180         (wl-summary-delete-important-msgs-from-list): Ditto.
3181         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3182
3183         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3184         wl-summary-count-unread.
3185
3186         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3187         (wl-summary-score-update-all-lines): Use
3188         elmo-msgdb-set-mark.
3189
3190 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3191
3192         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3193         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3194         (wl-summary-create-line): Renamed from
3195         wl-summary-overview-create-summary-line;
3196         Argument rearrangement.
3197         (wl-summary-update-thread): Follow the change above.
3198
3199         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3200         (wl-thread-insert-entity-sub): Likewise.
3201
3202         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3203         argument `overview', `mark-alist' and added `msgdb'.
3204
3205         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3206
3207         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3208         (wl-summary-rescan): Follow the change above.
3209         (wl-summary-sync-update): Ditto.
3210         (wl-summary-insert-thread-entity): Ditto;
3211         Don't use `let*' in every while loop;
3212         Detect infinite loop of threads.
3213         (wl-summary-update-thread): Removed argument `overview'.
3214
3215         * wl-thread.el (wl-thread-insert-message): Ditto.
3216
3217         * Version number is increased to 2.9.10.
3218
3219         * wl-message.el (wl-message-redisplay): Ignore errors while
3220         wl-message-redisplay-hook.
3221
3222 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3223
3224         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3225
3226 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3227
3228         * wl.el (wl): inhibit-quit while wl-folder.
3229
3230 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3231
3232         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3233         while msgdb access.
3234
3235 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3236
3237         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3238         even if no folder is not created.
3239
3240 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3241
3242         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3243
3244         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3245         implementation.
3246         (wl-summary-target-mark-thread): Ditto.
3247
3248         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3249
3250 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3251
3252         * wl-util.el (wl-display-bytes): Remove unused function.
3253
3254 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3255
3256         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3257         seems critical one (partially reverse the change in 2002/03/17).
3258
3259 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3260
3261         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3262         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3263
3264 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3265
3266         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3267         is not writable.
3268         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3269         plugged status instead of `'force' as 2nd argument.
3270
3271         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3272         is not creatable.
3273
3274         * Version number is increased to 2.9.9.
3275
3276 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3277
3278         * wl-summary.el (wl-summary-suspend): New function.
3279
3280 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3281
3282         * wl.el (wl): Do not check variables if check is nil.
3283         * wl-utils.el (wl-collect-draft): New function.
3284         * wl-folder.el (wl-folder-suspend): Put summary buffers
3285         and draft buffers at the end of buffer list.
3286         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3287
3288 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3289
3290         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3291         loop instead of recursive call.
3292
3293         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3294         2nd argument.
3295
3296 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3297
3298         * wl-draft.el (wl-draft-create-contents): Don't take neither
3299         (function . args) nor (string . something) any more.
3300
3301         * wl-version.el (wl-generate-user-agent-string): Return string
3302         without header symbol.
3303         * wl-draft.el (wl-draft-default-headers): Use it.
3304
3305         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3306         `wl-draft-insert-ccs' and return field value instead of inserting
3307         the header. Abolish cc argument.
3308         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3309
3310         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3311         rather than one with string car.
3312
3313         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3314         * wl-draft.el (wl-draft-create-contents): Add it after the default
3315         headers.
3316
3317         * wl-draft.el (wl-draft-create-contents): For the case of
3318         (symbol-or-string . function) insert header only when the function
3319         returns string value.
3320
3321 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3322
3323         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3324         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3325
3326 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3327
3328         * wl.el (wl-check-environment): Don't check Message-ID when
3329         `wl-insert-message-id' is nil.
3330         Revive checking if `wl-message-id-domain' contains "@".
3331
3332 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3333
3334         * wl.el (wl-check-environment): Merge examination for "@" at
3335         inappropriate position into the first string-match.
3336
3337         * wl-summary.el (wl-summary-target-mark-print): New function.
3338         (wl-summary-pipe-message-subr): Extracted from
3339         `wl-summary-pipe-message'.
3340         (wl-summary-target-mark-pipe): New function.
3341         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3342         `wl-summary-target-mark-pipe'.
3343
3344 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3345
3346         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3347
3348 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3349
3350         * wl.el (wl-check-environment): Use elmo-warning instead of
3351         error for non-critical ones.
3352         Remove trash folder check.
3353         (wl): Don't ignore error in wl-check-environment.
3354
3355         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3356         check, which is moved from `wl-check-environment'.
3357         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3358
3359 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3360
3361         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3362         guess anything, call wl-summary-write.
3363         (wl-summary-write): Create draft with blank To field.
3364         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3365
3366 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3367
3368         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3369         argument full as well for wl-folder-write-current-folder.
3370         If wl-*-write-current-folder cannot guess addressee, add blank
3371         To header.
3372         Rewrite condition for positioning cursor.
3373
3374 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3375
3376         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3377         summary buffer is present, use it.
3378         (wl-folder-jump-to-previous-summary): Ditto.
3379
3380 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3381
3382         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3383
3384         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3385         wl-summary-previous-buffer and wl-summary-next-buffer.
3386
3387         * wl-folder.el (wl-folder-mode-map): Bind
3388         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3389         (wl-folder-jump-to-next-summary): New function.
3390         (wl-folder-jump-to-previous-summary): Ditto.
3391
3392         * wl-draft.el (wl-draft): Rearranged.
3393
3394 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3395
3396         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3397         of header.
3398         (wl-draft): Collect arguments for the header as header-alist.
3399         (wl-draft-forward): Arrange arguments for wl-draft.
3400         (wl-draft-reply): Ditto.
3401         (wl-draft-edit-string): Ditto.
3402         * wl-summary.el (wl-summary-write): Ditto.
3403         (wl-summary-write-current-folder): Ditto.
3404
3405         * Version number is increased to 2.9.8.
3406
3407 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3408
3409         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3410
3411         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3412
3413         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3414         even if the guess failed.
3415
3416         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3417         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3418         wl-summary-write-current-folder.
3419         * wl-xmas.el: Ditto.
3420
3421 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3422
3423         * wl-summary.el (wl-summary-next-page): Force display message if
3424         message is not displayed yet.
3425         (wl-summary-prev-page): Ditto.
3426
3427 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3428
3429         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3430
3431 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3432
3433         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
3434         add "Preview Message" and "Save Draft and Exit".
3435
3436 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3437
3438         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
3439         if addrmgr is called from draft in splitted window.
3440
3441         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
3442         * wl-mule.el: Ditto.
3443         * wl-xmas.el: Ditto.
3444
3445 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3446
3447         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
3448
3449         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
3450         * wl-xmas.el (wl-folder-toolbar): Ditto.
3451
3452 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3453
3454         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
3455         and wl-draft-save-and-exit.
3456         (wl-draft-toolbar): Add wl-draft-save-and-exit.
3457         * wl-xmas.el: Ditto.
3458         * wl-mule.el: Ditto.
3459
3460         * wl-folder.el (wl-folder-goto-draft-folder): New function.
3461         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
3462
3463 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
3464
3465         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
3466         lists for saving buffer.
3467
3468 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3469
3470         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
3471         parent-folder argument instead of it.
3472         (wl-draft-create-buffer): Ditto.
3473         (wl-draft-forward): Ditto.
3474         (wl-draft-reply): Ditto.
3475         * wl-summary.el (wl-summary-write): Ditto.
3476         (wl-summary-write-current-folder): Ditto.
3477
3478         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
3479         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
3480         Folder buffer after composing.
3481
3482 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3483
3484         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
3485         header if the file `wl-x-face-file' already contains it.
3486
3487 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3488
3489         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
3490         folder" entry.
3491         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
3492         * wl-e21.el (wl-folder-toolbar): Ditto.
3493         * wl-xmas.el (wl-folder-toolbar): Ditto.
3494
3495 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3496
3497         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
3498         wl-folder-goto-folder with sticky argument.
3499         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
3500
3501 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3502
3503         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
3504         and wl-summary-previous-buffer.
3505         (wl-summary-next-buffer): New function.
3506         (wl-summary-previous-buffer): Ditto.
3507
3508 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3509
3510         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
3511         wl-folder-jump-to-current-entity-with-arg.
3512         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
3513         `wl-folder-jump-to-current-entity'.
3514         * wl-summary.el (wl-summary-mode-map): Bind "G" for
3515         `wl-summary-goto-folder-sticky'.
3516         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
3517         `wl-summary-goto-folder'.
3518         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
3519         Unless force-exit, do not clean temp. marks for sticky summary.
3520         (wl-summary-goto-folder): Now the prefix argument means force-exit.
3521
3522 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
3523
3524         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
3525         not entire.
3526
3527 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
3528
3529         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
3530         to `C-x C-s'.
3531         (wl-summary-save-status): New command.
3532         (wl-summary-exit): Don't clean-up temp marks when sticky.
3533         (Applied patch from Nakayama-san [wl: 09548])
3534         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
3535         Do nothing when no mark data.
3536         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
3537         Call `wl-summary-delete-all-temp-marks' before saving.
3538
3539 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
3540
3541         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
3542
3543 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3544
3545         * wl.el (wl-check-environment): Also cause error when (system-name)
3546         returns "localhost.localdomain". (Although it doesn't affect because
3547         of condition-case, see change in 2002-01-23 by Teranisi-san.)
3548
3549 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3550
3551         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
3552         instead of wl-match-member with wl-folder-hierarchy-access-folders.
3553
3554         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
3555         value.
3556
3557 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
3558
3559         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
3560         Likewise r-cc-list and r-ng-list.
3561
3562 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
3563
3564         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
3565         only if it is bound as variable.
3566
3567         * wl-mime.el (wl-draft-preview-message): Ditto.
3568
3569 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
3570
3571         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
3572         needless `goto-char'.
3573
3574         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
3575         `wl-summary-redisplay-no-mime-internal' instead of
3576         `wl-summary-redisplay-no-mime'.
3577         (wl-summary-redisplay-no-mime): Changed argument;
3578         Call `wl-summary-redisplay-no-mime-internal'.
3579
3580         * wl-mime.el (wl-draft-preview-message): Bind
3581         `mime-header-encode-method-alist' locally.
3582
3583         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
3584         (wl-draft-std11-parse-addresses): Added the first address check.
3585         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
3586
3587         * Version number is increased to 2.9.7.
3588
3589 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
3590
3591         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
3592
3593 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
3594
3595         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
3596         related to scrollbar support, if there is no such a feature
3597         compiled in.
3598
3599 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3600
3601         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
3602         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
3603         for prefetch.
3604
3605 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
3606
3607         * wl-summary.el (wl-summary-pick): Fix for no match.
3608
3609 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3610
3611         * wl-draft.el (wl-draft-save):
3612         Override `mime-header-encode-method-alist'.
3613
3614 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3615
3616         * wl-folder.el (wl-folder-pick): New function.
3617         Define key as "?".
3618
3619 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3620
3621         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
3622         Fix for unplugged.
3623
3624 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3625
3626         * wl-folder.el (wl-folder-virtual): New function.
3627         Define key as "V".
3628
3629 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3630
3631         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
3632         multi folder if entity is group.
3633
3634 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3635
3636         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
3637         is nil.
3638
3639 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
3640
3641         * wl-summary.el (wl-summary-pick): Fix for killed messages.
3642         (wl-summary-target-mark-msgs): Return the number of marked messages.
3643
3644 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
3645
3646         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
3647         "first:" is specified.
3648
3649 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3650
3651         * wl-vars.el (wl-from): Use return value of function
3652         user-full-name instead of the variable user-full-name since
3653         XEmacs-20.4 doesn't set this variable.
3654
3655 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3656
3657         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
3658         call `wl' directly.
3659
3660 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
3661
3662         * wl-draft.el (wl-draft-reedit): Removed duplicated
3663         switch-to-buffers.
3664
3665 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3666
3667         * wl.el (wl-other-frame): Removed garbages.
3668
3669 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
3670
3671         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
3672
3673         * wl-xmas.el (wl-draft-key-setup): Ditto.
3674
3675         * wl-mule.el (wl-draft-key-setup): Ditto.
3676
3677         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
3678         (wl-draft-reedit): Ditto.
3679         (wl-draft-prepare-edit): Add `wl-draft-save' to
3680         `local-write-file-hooks'.
3681         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
3682         (wl-draft-reedit): Set buffer-file-name.
3683         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
3684
3685
3686         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
3687         call it.
3688         (wl-delete-startup-frame-function): New variable.
3689         (wl-other-frame): New function
3690         (Original was written by Yamaoka san [wl: 09239]).
3691
3692         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
3693         if `wl-folder-use-frame'.
3694
3695 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3696
3697         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
3698
3699 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3700
3701         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
3702         New variable.
3703         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
3704         (wl-message-buffer-prefetch-get-next): Use them.
3705         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
3706
3707 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
3708
3709         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
3710         with unwind-protect.
3711
3712         * wl-draft.el (wl-draft-reedit): Rewrite.
3713         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
3714         (wl-draft-save): Insert header separator if it does not exist;
3715         Removed condition-case.
3716
3717         * wl-summary.el (wl-summary-reedit): Revert last change.
3718
3719         * wl-draft.el (wl-draft-save): Rewrite.
3720         (wl-draft-create-buffer): Set buffer-file-name as nil.
3721
3722         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
3723
3724         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
3725
3726         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
3727         nil.
3728
3729 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3730
3731         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
3732         If count is nil, do not prefetch.
3733         (wl-message-buffer-prefetch-next): Next.
3734
3735 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3736
3737         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
3738
3739 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3740
3741         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
3742         `delete-backward-char'
3743         (wl-draft-prepare-edit): Check major-mode.
3744         (wl-draft-decode-header): Rewrite.
3745         (wl-draft): Fix.
3746
3747 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
3748
3749         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
3750
3751 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3752
3753         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
3754         (wl-message-buffer-prefetch-get-next): Remove size checking.
3755         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
3756
3757 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3758
3759         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
3760         (wl-draft-default-headers): Fix.
3761
3762 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3763
3764         * wl-draft.el (wl-draft-default-headers): Insert return value of
3765         `wl-generate-mailer-string-function'.
3766
3767 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
3768
3769         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
3770         (wl-draft-insert-mail-header-separator): Ditto.
3771
3772         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
3773         again (Reverted the change on 2002-01-17 by OKADA san).
3774
3775 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3776
3777         * wl-draft.el (wl-draft): Rewrite.
3778         (wl-draft-create-buffer): New function.
3779         (wl-draft-create-contents): Ditto.
3780         (wl-draft-prepare-edit): Ditto.
3781         (wl-draft-decode-header): Ditto.
3782         (wl-draft-decode-body): Ditto.
3783         (wl-draft-check-new-line): Ditto.
3784         (wl-draft-default-headers): Ditto.
3785         (wl-draft-insert-mail-header-separator): Ditto.
3786
3787 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3788
3789         * Version number is increased to 2.9.6.
3790
3791 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3792
3793         * wl-draft.el (wl-draft-delete-field): Optional argument.
3794         (wl-draft-delete-fields): Ditto.
3795
3796 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3797
3798         * wl-message.el (toplevel): Eliminated byte-compile warning.
3799         for `itimer-function', `delete-timer' and `itimer-list'.
3800
3801 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3802
3803         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
3804         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
3805         `wl-message-buffer-prefetch-threshold'.
3806         * wl-summary.el (wl-summary-redisplay-internal): Remove
3807         the check of `wl-message-buffer-prefetch-depth'.
3808
3809 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
3810
3811         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
3812         size of article.
3813         (wl-message-buffer-prefetch-subr): Remove size check.
3814
3815 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3816
3817         * wl-vars.el (wl-plugged): Make customizable.
3818
3819 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3820
3821         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
3822         (wl-message-buffer-prefetch-set-timer): New function.
3823         (wl-message-buffer-prefetch-get-next): New function.
3824         (wl-message-buffer-prefetch): New function.
3825         (wl-message-buffer-prefetch-next): Rewrite.
3826         (wl-message-buffer-prefetch-subr): Rewrite.
3827         * wl-vars.el (wl-auto-prefetch-first): New variable.
3828         * wl-summary.el (wl-summary-goto-folder-subr): Call
3829         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
3830
3831 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3832
3833         * wl-score.el (wl-summary-score-update-all-lines): Do not call
3834         `wl-summary-unread-message-hook'.
3835
3836 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3837
3838         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
3839         (wl-summary-sync): Call `wl-summary-resume-cache-status'
3840         if range is `cache-status'.
3841
3842 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3843
3844         * wl-message.el (wl-message-buffer-prefetch-subr):
3845         Improve debug message.
3846
3847 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3848
3849         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
3850         `wl-mail-send-pre-hook'.
3851         (wl-draft-send-mail-with-qmail): Ditto.
3852         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
3853
3854 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3855
3856         * wl-message.el (wl-message-buffer-prefetch-subr):
3857         Fix for cancel-function-timers bug.
3858         (wl-message-buffer-prefetch-debug): Default value is t.
3859
3860 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
3861
3862         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3863         (wl-message-buffer-prefetch-subr): Rewrite.
3864         Rename from `wl-message-buffer-prefetch'.
3865
3866 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3867
3868         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
3869         (wl-default-draft-cite-decorate-author): Ditto.
3870
3871         * wl-draft.el (wl-draft-cite-function): Removed.
3872         (wl-default-draft-cite-decorate-author): Ditto.
3873
3874 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3875
3876         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
3877         (wl-default-draft-cite): Do not arrange author name if the value of
3878         `wl-default-draft-cite-decorate-author' is nil.
3879
3880 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
3881
3882         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
3883
3884         * wl-folder.el (wl-folder-check-one-entity): Don't care
3885         `elmo-folder-use-flag-p'.
3886
3887 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
3888
3889         * wl-folder (wl-folder-check-one-entity): Fix
3890         problem if unread is nil.
3891
3892 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3893
3894         * wl-address.el (wl-address-make-completion-list): Check whether
3895         the address is a group list.
3896         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3897
3898 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3899
3900         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
3901         The number of the messages of new and unread does not count
3902         correctly.
3903
3904         * wl-summary.el (wl-summary-count-unread): Changed to return
3905         `(new . unread)' instead of total.
3906         (wl-summary-sync-update): Follow the change above.
3907
3908         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
3909
3910 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3911
3912         * wl-address.el (wl-address-make-completion-list): Do not enclose
3913         address by " <" and ">" if associated realname is "".
3914         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
3915         This is against the promblem with group list in .addresses pointed
3916         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
3917
3918 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3919
3920         * wl-draft.el (wl-draft-write-sendlog): The first argument of
3921         message is a format control string.
3922         * wl-expire.el (wl-expire-append-log): Ditto.
3923         * wl-mime.el (wl-summary-burst-subr): Ditto.
3924         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
3925         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
3926
3927 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
3930         wl.el (wl-check-variables): Rename from `wl-check-type'.
3931         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
3932         (wl-check-variables-2): New function.
3933         (wl): Call `wl-check-variables-2'.
3934
3935 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3936
3937         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
3938         after renaming folder in access group.
3939
3940 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3941
3942         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
3943         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
3944         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
3945         (wl-message-buffer-prefetch): Rewrite.
3946         (wl-message-buffer-prefetch-idle-time): Removed.
3947         * wl-summary.el (wl-summary-redisplay-internal):
3948         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
3949         Error check for `wl-message-buffer-prefetch-depht'.
3950
3951 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3952
3953         * Version number is increased to 2.9.5.
3954         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
3955
3956 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
3957
3958         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
3959         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
3960         Based on the patch written by
3961         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
3962
3963 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
3964
3965         * wl-draft.el (wl-draft-raw-send): Fix for
3966         `wl-news-send-pre-hook'
3967
3968 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3969
3970         * wl-utils.el (wl-message-id-function): New variable.
3971         * wl-draft.el (wl-draft-insert-required-fields):
3972         Use `wl-message-id-function'.
3973
3974 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3975
3976         * wl-vars.el (wl-message-id-use-wl-from): New variable.
3977         * wl-utils.el (wl-draft-make-message-id-string):
3978         Use `wl-from' for domain part of Message-ID
3979         if `wl-message-id-use-wl-from' if non-nil.
3980         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
3981
3982 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3983
3984         * wl.el (wl): Call `wl-check-type'
3985         Do not 'condition-case'.
3986
3987 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3988
3989         * wl.el (wl-check-type): New function.
3990         (wl-check-type-variables): New variable.
3991
3992 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3993
3994         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
3995
3996 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
3997
3998         * wl-draft.el (wl-smtp-password-key): New function.
3999         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4000         (wl-draft-send-mail-with-smtp): Ditto.
4001         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4002
4003 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4004
4005         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4006         * wl-utils.el (wl-unique-id-suffix): Remove.
4007
4008 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4009
4010         * Version number is increased to 2.9.4.
4011
4012 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4013
4014         * wl-utils.el (wl-unique-id-suffix): New variable.
4015         (wl-unique-id): Use `wl-unique-id-suffix'
4016
4017 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4018
4019         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4020         instead of `elmo-msgdb-search'.
4021
4022         * Version number is increased to 2.9.3.
4023
4024 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4025
4026         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4027
4028 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4029
4030         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4031         (wl-draft-dispatch-message): Changed for send-later.
4032         (wl-draft-queue-flush): Ditto.
4033         (wl-draft): Clear `wl-sent-message-queued'.
4034         (wl-draft-reedit): Ditto.
4035         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4036         * wl-vars.el (wl-draft-force-queuing): New variable.
4037         (wl-draft-force-queuing-mail): New variable.
4038         (wl-draft-force-queuing-news): New variable.
4039
4040 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4041
4042         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4043         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4044
4045 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4046
4047         * Version number is increased to 2.9.2.
4048
4049 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * wl-draft.el (wl-draft-elide-region): New user command.
4052         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4053
4054         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4055         command `wl-draft-elide-region'.
4056         * wl-mule.el: Ditto.
4057         * wl-xmas.el: Ditto.
4058
4059 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4060
4061         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4062         (wl-biff-check-folder-async): Removed needless let.
4063
4064 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4065
4066         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4067         wl-folder-get-elmo-folder.
4068         (wl-biff-check-folder): Set `biff' argument of
4069         `wl-folder-check-one-entity'.
4070         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4071
4072         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4073         (wl-folder-check-one-entity): Added `biff' argument;
4074         Setup `biff' slot of folder.
4075
4076         * Version number is increased to 2.9.1.
4077
4078 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4079
4080         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4081         comment out and fixed.
4082         (wl-fldmgr-add-completion-subr): Ditto.
4083
4084         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4085         and msgdb.
4086
4087         * wl.el (wl-toggle-plugged): Save summary view.
4088
4089 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4090
4091         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4092
4093 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4094
4095         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4096
4097 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4098
4099         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4100         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4101         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4102
4103         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4104         if it was failed.
4105         (wl-demo): Disable undo in the demo buffer.
4106
4107 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4108
4109         * wl-version.el (wl-version): Changed codename.
4110
4111         * Version number is increased to 2.9.0.
4112
4113 2001-12-14  Takuo KITAME <kitame@northeye.org>
4114
4115         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4116         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4117         (wl-folder-mark-as-read-all-current-entity): Ditto.
4118
4119 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4120
4121         * wl-vars.el (wl-from-width): Define as obsolete variable.
4122         (wl-subject-length-limit): Ditto.
4123
4124         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4125
4126         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4127         wl-summary-save-view.
4128
4129         * wl.el (wl-save-status): Ditto.
4130         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4131
4132         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4133         (wl-summary-exit): Follow the change above.
4134         (wl-summary-goto-folder-subr): Ditto.
4135
4136         * wl-folder.el (wl-folder-create-subr): Don't use
4137         `elmo-folder-creatable-p'.
4138
4139 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4140
4141         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4142
4143 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4146         rather than bitmap on Emacs 21.
4147         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4148         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4149         for xbm if the new redisplay engine is not available.
4150
4151 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4152
4153         * wl-folder.el (wl-folder-init-hook): New hook.
4154         (wl-folder-init): Run `wl-folder-init-hook'.
4155
4156 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4157
4158         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4159
4160 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4161
4162         * wl-acap.el (wl-acap-cache-filename): New variable.
4163         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4164         (wl-acap-init): Use cache if no ACAP server found.
4165
4166 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4167
4168         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4169         `wl-acap-original-msgdb-dir'.
4170
4171         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4172         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4173
4174         * wl-mime.el (wl-mime-save-directory): Renamed from
4175         `wl-mime-save-dir'.
4176
4177 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4178
4179         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4180
4181         * wl-demo.el: Require `path-util'.
4182         (wl-demo-bitmap-mule-available-p): New internal variable.
4183         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4184         `module-installed-p' instead.
4185         (wl-demo-insert-image): Use *.img file for a bitmap image.
4186         (wl-demo): Don't call the ascii demo recursively.
4187
4188 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4189
4190         * Version number is increased to 2.7.7.
4191
4192 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4193
4194         * wl.el (wl-exit): Eliminated byte-compile warning.
4195
4196 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4197
4198         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4199         obsolete variable using `elmo-define-obsolete-variable'.
4200         (wl-fetch-confirm-threshold): Ditto.
4201         (wl-cache-prefetch-folder-type-list): Ditto.
4202         (wl-cache-prefetch-folder-list): Ditto.
4203
4204 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4207         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4208         (wl-demo-insert-image): New function.
4209         (wl-demo-insert-text): New function.
4210         (wl-demo-image-type-alist): Redefine as a function.
4211         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4212         (wl-demo-with-temp-file-buffer): Removed.
4213         (wl-logo-xpm): Removed.
4214         (wl-logo-xbm): Removed.
4215         (wl-logo-bitmap): Removed.
4216
4217 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4218
4219         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4220         (wl-expire-localdir-get-folder-function): New user option.
4221         (wl-expire-localdir-get-folder): New function.
4222         (wl-expire-localdir-date): Ditto.
4223
4224 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4225
4226         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4227         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4228         Fixed unread number mismatch when all-unread < unread.
4229
4230 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4231
4232         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4233         (wl-fetch-confirm-threshold): Ditto.
4234
4235         * wl-summary.el (wl-summary-confirm-appends): Removed.
4236         (wl-summary-sync-update): Don't refer
4237         `wl-summary-update-confirm-threshold' (It is now abolished).
4238
4239         * wl-message.el (wl-message-display-internal): Don't refer
4240         `wl-fetch-confirm-threshold' (It is now abolished).
4241
4242 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4243
4244         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4245
4246 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4247
4248         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4249         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4250         Change default value to nil.
4251         (wl-summary-indent-length-limit): The value can be nil, nil means
4252         unlimited.
4253
4254         * wl-summary.el: Don't set limit for indent length if the value of
4255         wl-summary-indent-length-limit is nil.
4256         If the value of wl-summary-width is nil, it means only that the width
4257         of summary is unlimited (nil doesn't mean that the indent length is
4258         unlimited).
4259
4260         * wl-thread.el: Ditto.
4261
4262 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4263
4264         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4265         be nil, nil means never confirm.
4266         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4267
4268 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4269
4270         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4271         means unlimited).
4272
4273 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4274
4275         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4276         Use `with-temp-buffer'.
4277
4278 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4279
4280         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4281         with new backquote style).
4282         (wl-folder-get-entity-from-buffer): Ditto.
4283
4284 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4285
4286         * wl-version.el (nemacs-version): Eliminated.
4287         (wl-extended-emacs-version2): Ignore nemacs.
4288         (wl-extended-emacs-version3): Ditto.
4289
4290 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4291
4292         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4293         (wl-draft-add-in-reply-to): New variable.
4294         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4295         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4296         (wl-draft-yank-from-mail-reply-buffer): Use
4297         `wl-draft-add-in-reply-to'.
4298         (wl-draft-insert-current-message): Ditto.
4299
4300 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4301
4302         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4303         typo (kill->hide).
4304         (wl-message-buffer-prefetch-folder-type-list): Added elements
4305         `mark' and `cache' instead of `internal'.
4306
4307 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4308
4309         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4310         resume msgdb directory.
4311
4312 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4313
4314         * wl.el (wl-exit): Call `wl-acap-exit'.
4315
4316         * wl-summary.el (wl-summary-message-string): New function.
4317         (wl-summary-reedit): Use it.
4318         (wl-summary-resend-bounced-mail): Remove needless let.
4319         (wl-summary-supersedes-message): Ditto.
4320         (wl-summary-save): Ditto.
4321
4322         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4323         (wl-acap-init): Set it.
4324         (wl-acap-exit): New function.
4325
4326 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4327
4328         * wl.el (wl-init): Revert (require 'mime-setup). move from
4329         toplevel.
4330
4331 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4332
4333         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4334         local variables.  Add error when guess function return invalid
4335         value.
4336
4337 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4338
4339         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4340         Change local variable name.
4341         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4342         (wl-folder-get-newsgroups): Return nil when non-news folder.
4343         * wl-summary.el (wl-summary-write-current-folder): State through
4344         when guess-list return nil.
4345         (wl-summary-write-current-folder-functions): Fixed docstring.
4346
4347         * wl.el (wl-exit): Changed confirm message.
4348
4349         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4350         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4351
4352         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4353
4354 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4355
4356         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4357         user option (Renamed from wl-cache-prefetch-folder-type-list).
4358         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4359         from wl-cache-prefetch-folder-list).
4360
4361         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4362         Move to wl-vars.el.
4363         (wl-message-buffer-prefetch-p): Changed to enable
4364         `wl-message-buffer-prefetch-folder-list'.
4365
4366         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4367         `ignore-cache'.
4368
4369 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4370
4371         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4372         `part-top' and `part-bottom'.
4373         (wl-draft-config-sub-part-top): New function.
4374         (wl-draft-config-sub-part-bottom): New function.
4375
4376 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4377
4378         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4379
4380 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4381
4382         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4383
4384 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4387
4388         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4389         (wl-summary-write-current-folder): Ditto.
4390
4391 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4392
4393         * wl-folder.el (wl-folder-get-newsgroups): Use
4394         `elmo-folder-newsgroups'.
4395
4396 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4397
4398         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4399         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4400         `wl-draft-config-sub-header-bottom'.
4401
4402 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4403
4404         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4405         localnews folder.
4406
4407 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4408
4409         * wl-summary.el (wl-summary-mode): Undo last change.
4410
4411         * wl-folder.el (wl-folder-mode): Ditto.
4412
4413 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4414
4415         * wl-summary.el (wl-summary-mode): Locally set
4416         truncate-partial-window-width to nil.
4417         (for XEmacs)
4418
4419         * wl-folder.el (wl-folder-mode): Ditto.
4420
4421 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4422
4423         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4424
4425 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4426
4427         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4428         number.
4429
4430         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
4431
4432         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
4433
4434         * Version number is increased to 2.7.6.
4435
4436 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
4437
4438         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
4439
4440 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
4441
4442         * wl-summary.el (wl-summary-sync-update): Enclose network
4443         related portion with `unwind-protect'.
4444
4445 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4446
4447         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
4448
4449 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
4450
4451         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
4452         element.
4453         * wl-vars.el (wl-message-body-button-alist): Ditto.
4454
4455         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
4456         max match length.
4457         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
4458
4459         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
4460         for the max match length;
4461         Use 4th element value for the button string regexp group.
4462
4463         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
4464         candidate exists, prompt to select.
4465
4466 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
4467
4468         * wl-summary.el (wl-summary-jump-to-msg): Search before
4469         calibration point by `beginning-of-line'.
4470
4471 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4472
4473         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
4474         for access group.
4475
4476 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
4477
4478         * wl-message.el (wl-message-display-internal): Bind
4479         `default-mime-charset'.
4480
4481         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
4482
4483         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
4484
4485         * Version number is increased to 2.7.5.
4486
4487 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4488
4489         * wl-expire.el (wl-summary-archive): Fixed;
4490         Use `elmo-folder-name-internal'.
4491
4492 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4493
4494         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
4495         from `elmo-folder-move-messages' caller.
4496         (wl-expire-refile-with-copy-reserve-msg): Ditto.
4497
4498         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
4499         related portions are changed).
4500
4501 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4502
4503         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
4504         counter.
4505
4506 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4507
4508         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
4509         buffer local and set it to nil.
4510
4511         * wl-message.el (wl-message-redisplay): Ditto.
4512
4513 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
4514
4515         * wl-summary.el (wl-summary-mark-as-important): If message is
4516         already cached, set messag as read, otherwise encache and mark as read.
4517
4518 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4519
4520         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
4521         point-min.
4522
4523 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4524
4525         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
4526         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
4527         a keymap.
4528
4529 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
4530
4531         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
4532         parent.
4533
4534         * wl-mule.el (wl-message-define-keymap): Ditto.
4535
4536         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
4537
4538         * wl-xmas.el (wl-message-display-internal-hook): Define.
4539         (wl-xmas-setup-message-toolbar): Define as function.
4540         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
4541         (wl-message-overload-functions): Abolished.
4542         (wl-message-define-keymap): New function.
4543
4544         * wl-vars.el (wl-message-display-internal-hook): New variable.
4545         (wl-message-header-button-alist): New variable (Renamed from
4546         wl-highlight-message-header-button-alist).
4547         (wl-message-body-button-alist): Ditto.
4548
4549         * wl-mule.el (wl-message-define-keymap): New function.
4550         (wl-message-overload-functions): Abolished.
4551
4552         * wl-message.el (wl-message-add-buttons-to-body): New function.
4553         (wl-message-redisplay): Don't call wl-message-overload-functions;
4554         Call wl-message-add-buttons-to-header and
4555         wl-message-add-buttons-to-body.
4556         (wl-message-display-internal): Set keymap argument for
4557         elmo-mime-display-as-is, elmo-mime-message-display;
4558         Run wl-message-display-internal-hook.
4559         (wl-message-refer-article-or-url): Abolished.
4560
4561         * wl-highlight.el (wl-highlight-headers): Don't call
4562         wl-highlight-message-add-buttons-to-header.
4563         (wl-highlight-message-add-buttons-to-header): Abolished.
4564
4565
4566         * wl-e21.el (wl-message-display-internal-hook): Define.
4567         (wl-e21-setup-toolbar): Deleted duplicated binding.
4568         (wl-e21-setup-message-toolbar): Define as function.
4569         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
4570         (wl-message-define-keymap): New function.
4571         (wl-message-overload-functions): Abolished.
4572
4573 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
4574
4575         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
4576         and elmo-folder-close.
4577
4578         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
4579
4580 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4581
4582         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
4583         boolean value.
4584         * wl-draft.el (wl-draft-do-fcc): Ditto.
4585
4586 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4587
4588         * wl-vars.el (wl-fcc-force-as-read): New variable.
4589         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
4590         mark copied message as read.
4591
4592 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
4593
4594         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
4595
4596 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4597
4598         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
4599         `wl-summary-target-above' instead of obsolete variable
4600         `wl-summary-temp-above'.
4601
4602         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
4603         instead of `make-obsolete-variable'.
4604         * wl-refile.el (toplevel): Ditto.
4605
4606 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
4607
4608         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
4609         with third argument t.
4610         (wl-draft): Set first argument for wl-plugged-init as t.
4611
4612         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
4613         definition.
4614
4615 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4616
4617         * wl-vars.el: Tabify.
4618         (wl-biff-notify-hook): Use `ding' instead of `beep'.
4619
4620         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
4621         message.
4622
4623 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4624
4625         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
4626         and set default to beep.
4627
4628 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4629
4630         * wl-vars.el (wl-draft-truncate-lines): New variable.
4631
4632         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
4633         instead of wl-message-truncate-lines for truncate-lines.
4634
4635 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
4636
4637         * wl-message.el (wl-message-display-internal): Call
4638         `wl-highlight-message' after `elmo-mime-display-as-is'.
4639
4640         * wl-mime.el (wl-mime-display-text/plain): New function.
4641         (wl-mime-display-header): Ditto.
4642         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
4643         body-presentation-method for text/plain;
4644         Register `wl-mime-display-header' as a header-presentation-method;
4645         Don't set up `elmo-message-text-content-inserted-hook' and
4646         `elmo-message-header-inserted-hook'.
4647
4648         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
4649         variable.
4650         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
4651         as t if flag is 'all-header;
4652         Don't bind `elmo-message-ignored-field-list',
4653         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
4654
4655 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
4658         for xemacs with non-mule environment.
4659
4660 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4661
4662         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
4663         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
4664         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
4665
4666 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4667
4668         * wl-vars.el (wl-interactive-send): Set default value as t.
4669
4670 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
4671
4672         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
4673         (wl-addrmgr-method-list): Abolished.
4674         (wl-addrmgr-change-method): Follow above change.
4675
4676         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
4677
4678 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4679
4680         * wl-vars.el (wl-message-truncate-lines): Change default value
4681         to default-truncate-lines.
4682
4683         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
4684
4685 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4686
4687         * wl-vars.el (wl-message-truncate-lines): New variable.
4688
4689         * wl-message.el (wl-message-redisplay): Set truncate-lines using
4690         wl-message-truncate-lines.
4691
4692 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4693
4694         * wl-acap.el (wl-acap-init): Remove period from error message.
4695         (wl-acap-find-acap-service): Remove period from message.
4696
4697 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
4698
4699         * wl.el (wl-check-environment): Undo last change.
4700
4701         * wl-vars.el (wl-from): Changed default value.
4702
4703         * wl-util.el (toplevel): Don't require tm-edit.
4704
4705         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
4706         `wl-folder-init';
4707         Don't set mark on mail body.
4708         (wl-draft-reedit): Ditto.
4709
4710         * wl-address.el (wl-address-quote-specials): Define as an alias for
4711         elmo-address-quote-specials.
4712
4713 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
4714
4715         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
4716
4717         * wl-vars.el (wl-from): Set default value as nil.
4718         (wl-organization): Set default value as ORGANIZATION environment
4719         variable.
4720
4721         * wl-draft.el (wl-smtp-extension-bind): Check value of
4722         wl-smtp-connection-type.
4723
4724         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
4725         error.
4726
4727 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4728
4729         * Version number is increased to 2.7.4.
4730
4731         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
4732         arguments from `wl-highlight-x-face-function' caller.
4733         Use x-face-1.3.6.12 or later.
4734
4735 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
4736
4737         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
4738
4739 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4740
4741         * wl-vars.el (wl-summary-width): Fix type to accept nil.
4742         (wl-fcc): Fix to accept function.
4743         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
4744
4745 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4746
4747         * wl-acap.el (toplevel): Added `product-provide' declare.
4748         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
4749
4750 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
4751
4752         * wl.el (wl): Changed order of calling `elmo-init'
4753         and `elmo-folder-init'.
4754
4755 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4756
4757         * wl-mime.el (wl-summary-burst): Extract message when content-type
4758         of root entity is not only `multipart' but also `message/rfc822'.
4759         (wl-summary-burst-subr): Ditto.
4760
4761 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * wl-vars.el (toplevel): Require 'custom.
4764         (wl-trash-folder): Added to `wl-setting' group.
4765
4766         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
4767         exists.
4768         (wl-addrmgr-draw): Insert empty line when no entry exists.
4769
4770         * wl-mule.el (wl-message-wheel-up): Fixed.
4771         (wl-message-wheel-down): Ditto.
4772
4773 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4774
4775         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
4776         config is an anonymous lambda expression.
4777
4778 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
4781         when Mule 2 is running.
4782
4783 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
4784
4785         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
4786
4787 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
4788
4789         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
4790         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
4791
4792         * wl-address.el (wl-address-specials-regexp): Eliminated.
4793         (wl-address-quote-specials): Rewrite.
4794
4795 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4796
4797         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
4798         shy-groups for regexp.
4799
4800         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
4801         character classes and Perl style shy-groups for regexp.
4802         (wl-highlight-plugged-current-line): Use Posix style character
4803         classes for regexp.
4804         (wl-e21-highlight-folder-by-numbers): Ditto.
4805         (wl-e21-display-image-p): Use `display-images-p' instead of
4806         `display-graphic-p'.
4807         (display-images-p): Make an alias to `display-graphic-p' if it is
4808         not available.  It is for Emacs version prior to 21.0.105.
4809
4810         * wl-demo.el (wl-demo): Use `display-images-p' instead of
4811         `display-graphic-p'.
4812         (wl-demo-image-type-alist): Ditto.
4813         (display-images-p): Make an alias to `display-graphic-p' if it is
4814         not available.  It is for Emacs version prior to 21.0.105.
4815
4816 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4817
4818         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
4819         support.
4820         (wl-generate-user-agent-string): Ditto.
4821
4822         * wl-version.el (wl-version): Update docsting.
4823         (wl-version-status): Ditto.
4824
4825 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4826
4827         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
4828         21.0.105.  For Emacs 21.0.104 or earlier.
4829
4830 2001-09-03  Takuo KITAME <kitame@northeye.org>
4831
4832         * wl-e21.el (wl-plugged-init-icons): Use
4833         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
4834         (wl-biff-init-icons): Ditto.
4835
4836 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
4837
4838         * wl-highlight.el (wl-highlight-summary-current-line):
4839         Fixed highlighting refile/copy destination.
4840
4841         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
4842         (wl-acap-store): Encode string by wl-acap-coding-system.
4843
4844 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
4845
4846         * wl-acap.el (toplevel): Check and require 'un-define before
4847         'xemacs-ucs;
4848          Added checking for UTF-2000.
4849
4850 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
4851
4852         * wl-acap.el (toplevel): Require 'un-define before 'wl;
4853         Don't enclose with `eval-and-compile'.
4854
4855         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
4856         wl-init is non-nil.
4857
4858         * wl-draft.el (wl-draft): Ditto.
4859
4860         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
4861
4862         * wl-acap.el (toplevel): Require 'wl.
4863         (wl-acap-store): Call `elmo-init'.
4864
4865         * wl.el (wl): Changed position of `wl-check-environment'.
4866         (toplevel): Added autoload setting for wl-acap.
4867
4868         * wl-vars.el (wl-setting): New custom group.
4869         (wl-from): Added wl-setting group.
4870         (wl-user-mail-address-list): Ditto.
4871         (wl-organization): Ditto.
4872         (wl-subscribed-mailing-list): Ditto.
4873         (wl-envelope-from): Ditto.
4874         (wl-smtp-posting-user): Ditto.
4875         (wl-smtp-posting-server): Ditto.
4876         (wl-smtp-posting-port): Ditto.
4877         (wl-smtp-authenticate-type): Ditto.
4878         (wl-pop-before-smtp-user): Ditto.
4879         (wl-pop-before-smtp-server): Ditto.
4880         (wl-pop-before-smtp-port): Ditto.
4881         (wl-pop-before-smtp-authenticate-type): Ditto.
4882         (wl-nntp-posting-server): Ditto.
4883         (wl-nntp-posting-user): Ditto.
4884         (wl-nntp-posting-port): Ditto.
4885         (wl-fetch-confirm-threshold): Ditto.
4886         (wl-prefetch-threshold): Ditto.
4887         (wl-thread-insert-opened): Ditto.
4888         (wl-ldap-server): Ditto.
4889         (wl-ldap-port): Ditto.
4890         (wl-ldap-base): Ditto.
4891         (wl-ldap-objectclass): Ditto.
4892         (wl-use-ldap): Ditto.
4893         (wl-draft-config-alist): Ditto.
4894         (wl-draft-config-matchone): Ditto.
4895         (wl-template-alist): Ditto.
4896         (wl-message-sort-field-list): Ditto.
4897         (wl-message-ignored-field-list): Ditto.
4898         (wl-message-visible-field-list): Ditto.
4899         (wl-interactive-send): Ditto.
4900         (wl-summary-move-order): Ditto.
4901         (wl-auto-select-first): Ditto.
4902         (wl-auto-select-next): Ditto.
4903         (wl-interactive-save-folders): Ditto.
4904
4905         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
4906         Initialization codes are moved from wl-local-folder-init.
4907         (wl-local-folder-init): Follow the change above.
4908         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
4909
4910         * wl-acap.el: New file.
4911
4912         * Version number is increased to 2.7.3.
4913
4914 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4915
4916         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
4917
4918 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
4919
4920         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
4921         (wl-addrmgr-address-entry-list): Ditto.
4922
4923 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
4924
4925         * wl-e21.el (wl-draft-mode-map): Removed binding for
4926         `wl-draft-insert-x-face-field'.
4927
4928         * wl-mule.el (wl-draft-mode-map): Ditto.
4929
4930         * wl-xmas.el (wl-draft-mode-map): Ditto.
4931
4932         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
4933         (wl-cs-autoconv): Ditto.
4934         (wl-cs-local): Ditto.
4935         (wl-use-scoring): Ditto.
4936         (wl-mime-charset): Ditto.
4937         (wl-folder-check-async): Ditto.
4938
4939         * wl.el (toplevel): Ignore nemacs and tm.
4940         (wl-exit): Ditto.
4941
4942         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
4943         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
4944         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
4945         instead of wl-address-petname-add-or-change.
4946         (wl-summary-edit-addresses-subr): Use wl-address-delete
4947         instead of wl-address-petname-delete.
4948
4949         * wl-util.el (wl-as-coding-system): Ignore nemacs.
4950
4951         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
4952         if error occured.
4953
4954         * wl-message.el (require): Remove tm support.
4955
4956         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
4957
4958         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
4959         (wl-folder-jump-to-current-entity): Ditto.
4960         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
4961
4962         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
4963         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
4964         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
4965
4966         * wl-mule.el (wl-draft-key-setup): Ditto.
4967
4968         * wl-xmas.el (wl-draft-key-setup): Ditto.
4969
4970         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
4971         (wl-draft-std11-parse-addresses): New function.
4972         (wl-draft-parse-mailbox-list): Use it.
4973         (wl-draft): Ignore nemacs.
4974         (wl-draft-reedit): Ditto.
4975
4976         * wl-addrmgr.el: New file.
4977         (Original is wl-rcpt.el written by
4978         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
4979         Thanks Kitamoto-san.)
4980
4981         * wl-address.el (wl-address-make-address-list): Modified parsing
4982         process.
4983         (wl-address-delete): Renamed from `wl-address-petname-delete';
4984         Modify wl-address-list too.
4985         (wl-address-add-or-change): Renamed from
4986         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
4987
4988 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
4989
4990         * wl-highlight.el (wl-highlight-summary-current-line):
4991           Work with transient-mark-mode
4992
4993 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
4994
4995         * Version number is increased to 2.7.2.
4996
4997         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
4998         instead of elmo-dop-queue-method.
4999
5000 2001-08-06  SAITO Atsunori <sai@yedo.com>
5001
5002         * wl-vars.el (wl-ldap-objectclass): New user option.
5003
5004         * wl-address.el (wl-ldap-make-filter): Use it.
5005
5006 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5007
5008         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5009
5010 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5011
5012         * wl-folder.el (wl-folder): redisplay after folder insertion.
5013
5014         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5015
5016         * wl-summary.el (wl-summary-sync-update):
5017         Change status mark only when new-msgdb exists.
5018         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5019
5020 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5021
5022         * wl-summary.el (wl-summary-open-folder): New function.
5023         (wl-summary-goto-folder-subr): Use it.
5024         (wl-summary-mark-as-important): Fix;
5025         Encache only when no cache exists.
5026
5027 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5028
5029         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5030         Use with-current-buffer.
5031
5032 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5033
5034         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5035         before call `get-buffer'. Fixed parenthesis.
5036         (wl-score-get-header-entry): Clear message and help window when
5037         keyboard quit.
5038         (wl-score-edit-insert-header): Ditto.
5039
5040 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5041
5042         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5043         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5044         (wl-default-draft-cite): Fix.
5045
5046         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5047         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5048
5049 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5050
5051         * wl-message.el (wl-message-prev-page): Do same bahavior
5052         as summary when it is called in the message buffer.
5053         (wl-message-next-page): Ditto.
5054
5055 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5056
5057         * wl-summary.el (wl-summary-forward): Use cache if it is not
5058         section cache.
5059
5060 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5061
5062         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5063         Removed redundant require of elmo-vars.
5064         (wl-biff-state-indicator-on): Changed default value for
5065         xemacs with non-mule environment.
5066
5067         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5068         wl-message-buffer is nil;
5069         Hide progress bar after moving messages.
5070
5071 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5072
5073         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5074         message at cursor point is deleted.
5075
5076 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5077
5078         * wl-vars.el: Changed file coding system to euc-japan.
5079         Added -*-coding:-*- magic to the first line.
5080
5081         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5082         Search parent from the first message.
5083
5084         * Version number is increased to 2.7.1.
5085
5086 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5087
5088         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5089
5090 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5091
5092         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5093         refile/delete execution.
5094
5095         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5096         Fixed docstring.
5097
5098 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5099
5100         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5101         do update process;
5102         Don't update marks when update process is interrupted.
5103
5104 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5105
5106         * wl-summary.el (wl-summary-reply): Fixed problem when
5107         wl-draft-use-frame is non-nil.
5108         (wl-summary-forward): Ditto.
5109
5110         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5111         as nil.
5112         (wl-folder-mark-as-read-all-entity): Ditto.
5113         (wl-folder-prefetch-entity): Ditto.
5114
5115         * wl.el (wl): Check environment before wl-init.
5116
5117         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5118         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5119         instead of wl-summary-collect-unread.
5120         (wl-summary-reply): Split message window.
5121
5122 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5123
5124         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5125         only if current language environment is japanese,
5126
5127         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5128         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5129         (wl-folder-goto-folder-subr): Ditto.
5130
5131         * wl-draft.el (wl-draft-dispatch-message): Call
5132         `elmo-file-cache-get-path'.
5133
5134 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5135
5136         * wl-summary.el (wl-summary-cursor-move): If return value of
5137         wl-summary-next-message is not number, don't jump.
5138
5139 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5140
5141         * wl-summary.el (wl-summary-buffer-next-message-function): New
5142         variable.
5143         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5144         if it is bound.
5145
5146         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5147         string.
5148
5149         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5150         (wl-plugged-drawing): Ditto.
5151
5152 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5153
5154         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5155         process.
5156         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5157         with unwind-protect.
5158
5159         * wl.el (wl-init): Require mime-setup.
5160         (wl-check-environment): Don't require mime-setup.
5161
5162         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5163         instead of elmo-folder-type.
5164
5165         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5166         value as nil.
5167
5168 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5169
5170         * Version number is increased to 2.7.0.
5171
5172         * wl-version.el (wl-version): Changed codename.
5173
5174         * wl-summary.el (wl-summary-delete-cache): Fixed.
5175
5176         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5177         Workaround for net folders.
5178         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5179
5180         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5181         value to nil (According to the patch from
5182         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5183
5184         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5185         of elmo-folder-close.
5186
5187 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5188
5189         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5190         for postfix.
5191
5192 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5193
5194         * wl-summary.el (wl-summary-resend-message): Fixed.
5195
5196         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5197         Call wl-draft with `from' argument if its address is included in
5198         `wl-user-mail-address-list'.
5199         (wl-draft): Added `from' argument.
5200
5201         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5202         non-nil.
5203         (wl): Don't show demo if wl-demo is nil.
5204
5205         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5206         wl-summary-use-frame.
5207
5208         * wl-vars.el (wl-summary-use-frame): New user option.
5209         (wl-folder-use-frame): Changed docstring.
5210
5211         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5212         non-nil.
5213         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5214         wl-summary-use-frame.
5215
5216         * wl-vars.el (wl-folder-use-frame): New user option.
5217
5218         * wl-summary.el (wl-summary-exit): Back to folder frame if
5219         wl-folder-use-frame is non-nil.
5220         (wl-summary-redisplay-internal): Ignore cache if current folder
5221         is draft folder,
5222         (wl-summary-redisplay-no-mime): Ditto.
5223         (wl-summary-redisplay-all-header): Ditto.
5224
5225         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5226         if wl-folder-use-frame is non-nil.
5227
5228 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5229
5230         * wl-summary.el (wl-summary-sync-update): Bind
5231         elmo-folder-update-threshold.
5232         (wl-summary-mark-as-important): Enclosed server mark processing
5233         with `save-match-data'.
5234
5235         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5236         only when it is already defined.
5237
5238 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5239
5240         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5241         name of folder exclude localdir is wrong.
5242         * wl-folder.el (wl-folder-sync-entity):
5243         Set `wl-summary-always-sticky-folder-list' as nil.
5244         (wl-folder-mark-as-read-all-entity): Ditto.
5245         (wl-folder-prefetch-entity): Ditto.
5246
5247 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5248
5249         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5250         instead of `wl-summary-write-current-newsgroup'.
5251
5252 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5253
5254         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5255         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5256         non-nil and selected message is important, do not display.
5257
5258 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5259
5260         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5261
5262 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5263
5264         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5265
5266         * wl-summary.el (wl-summary-mark-as-important): Set message number
5267         using wl-summary-message-number.
5268
5269 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5270
5271         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5272         destination folder is 'null.
5273
5274 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5275
5276         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5277         New function.
5278         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5279         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5280         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5281
5282 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5283
5284         * wl-mime.el (wl-mime-setup): Added setting for
5285         `mime-setup-signature-key-alist' to avoid overriding key bind for
5286         `wl-draft-send'.
5287
5288         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5289         for `wl-draft-send'.
5290         * wl-mule.el (wl-draft-overload-functions): Ditto.
5291         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5292         * wl-draft.el (wl-draft-send): Ditto.
5293
5294         * wl-message.el (wl-message-display-internal):
5295         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5296         (Patch is provided by <kita@coe.nttdata.co.jp>).
5297
5298 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5299
5300         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5301
5302 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5303
5304         * wl.el (wl): Fix for wl-demo.
5305
5306 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5307
5308         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5309
5310 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5311
5312         * wl-folder.el (wl-folder-prefetch-entity): Use
5313         `wl-folder-get-elmo-folder'.
5314         (wl-folder-count-incorporates): Do not use
5315         `wl-folder-get-elmo-folder'.
5316
5317 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5318
5319         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5320         instead of `elmo-folder-get-type'.
5321
5322 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5323
5324         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5325         position on Subject: field.
5326         (Advised by Mito <mit@nines.nec.co.jp>)
5327
5328 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5329
5330         * wl-folder.el (wl-folder-prefetch-entity): Use
5331         `wl-folder-get-elmo-folder'.
5332
5333 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5334
5335         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5336
5337         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5338         `process-duplicates' slot.
5339
5340         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5341         if detection failed.
5342
5343 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5344
5345         * wl-version.el (wl-version-status): Set to "alpha".
5346
5347 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5348
5349         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5350         Check wl-message-buffer lives before set-buffer.
5351
5352 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5353
5354         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5355         called in folder mode.
5356         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5357         * wl-summary.el (wl-summary-exit-pre-hook): Run
5358         `wl-summary-exit-pre-hook' before exit summary mode.
5359
5360 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5361
5362         * wl-version.el (wl-version-status): New variable.
5363         (wl-version-status-alist): Removed.
5364         (wl-version-status): Rule included.
5365
5366 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5367
5368         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5369         @sponichi.
5370
5371         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5372         when `mail-reply-buffer' is buffer-local variable.
5373         (Reported by <kita@coe.nttdata.co.jp>).
5374
5375 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5376
5377         * wl-vars.el (toplevel): Require 'elmo-util.
5378
5379 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5380
5381         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5382         (All other related portions are changed)
5383
5384         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5385
5386         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5387
5388 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5389
5390         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5391
5392 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5393
5394         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5395         Delete other windows to avoid an error.
5396         Use `point-marker' instead of `point' to remember the start point
5397         of body.
5398
5399         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5400
5401         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5402         number not to exceed all message number.
5403
5404 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5405
5406         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5407         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5408
5409 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5410
5411         * wl-summary.el (wl-summary-sync-force-update): Added argument
5412         no-check.
5413         (wl-summary-sync-update): Ditto.
5414         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5415         with `no-check'.
5416
5417         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5418         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5419         already running.
5420
5421 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5422
5423         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5424         `dst-folder-arg'.
5425         (wl-expire-archive-number1): Diito.
5426         (wl-expire-archive-number2): Diito.
5427         (wl-expire-archive-Date): Diito.
5428         (wl-archive-number1): Diito.
5429         (wl-archive-number2): Diito.
5430         (wl-archive-date): Diito.
5431         (wl-archive-folder-p): New function.
5432         (wl-summary-expire): Support of expand folder name at
5433         wl-expire-alist.
5434         * wl-util.el (wl-expand-newtext): Renamed from
5435         `wl-refile-expand-newtext'.
5436
5437 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5438
5439         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
5440         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
5441         `(elmo-msgdb-get-overview msgdb)'.
5442         (wl-summary-prefetch): Bind match data before call
5443         `wl-summay-prefetch-msg'.
5444         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
5445         'off if `wl-summary-buffer-disp-msg' is non-nil.
5446         Fixed problem that couldn't show only one new or unread message when
5447         enter folder.
5448         (wl-summary-reply): Don't call `split-window-vertically' and other
5449         window.
5450
5451 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
5452
5453         * wl-expire.el (wl-expire-refile): Fixed.
5454
5455 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
5456
5457         * wl-vars.el (wl-biff-unnotify-hook): New variable.
5458
5459         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
5460         biff notification is removed.
5461
5462         * wl.el (wl): Changed position of `elmo-init'.
5463
5464         * wl-draft.el (wl-default-draft-cite): Use date field
5465         on the citation buffer.
5466
5467         * wl-vars.el (wl-shimbun-folder-icon): New variable.
5468
5469         * wl-xmas.el (wl-folder-internal-icon-list): Added
5470         `wl-folder-shimbun-image'.
5471
5472         * wl-e21.el (wl-folder-internal-icon-list): Added
5473         `wl-folder-shimbun-image'.
5474
5475 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
5476
5477         * wl.el (wl-init): Eliminated argument.
5478         (wl): Rewrite.
5479
5480         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
5481         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
5482         instead of `elmo-folder-msgdb-internal'.
5483         (wl-summary-sync-update): Ditto.
5484         (wl-summary-flush-pending-append-operations): Eliminated.
5485         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
5486         (wl-summary-goto-folder-subr): Set load-msgdb argument of
5487         `elmo-folder-open'.
5488
5489         * wl-mime.el (wl-summary-burst): Fixed.
5490
5491         * wl-folder.el (wl-folder-info-save): Check data type.
5492
5493         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
5494         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
5495         instead of `elmo-folder-msgdb-internal'.
5496         (wl-expire-hide): Ditto.
5497
5498
5499         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
5500
5501 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5502
5503         * wl-folder.el (wl-folder-write-current-folder): Support petname.
5504
5505 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
5506
5507         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
5508
5509 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5510
5511         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5512         Fixed `match-beginning' argument mismatch.
5513
5514 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
5515
5516         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
5517         the default value.
5518
5519 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5520
5521         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
5522         instead of `elmo-nntp-default-port'.
5523
5524         * wl-vars.el: Fixed some doc strings.
5525
5526 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
5527
5528         * wl-summary.el (wl-summary-prefetch-msg): Use
5529         `elmo-msgdb-overview-get-entity' instead of `assoc'.
5530
5531         * wl-vars.el: Define *-func as obsolete variable using
5532         `elmo-define-obsolete-variable'.
5533
5534         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
5535         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
5536         instead of `wl-message-buffer-prefetch-threshold'.
5537
5538         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
5539
5540         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
5541
5542         * wl-draft.el (wl-caesar-region-func): Ditto.
5543
5544         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
5545         Keep unread status in elmo-folder-move-messages.
5546         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
5547
5548 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5549
5550         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
5551         `wl-summary-buffer-exit-func'
5552         (wl-summary-buffer-message-redisplay-function): Renamed from
5553         `wl-summary-buffer-message-redisplay-func'
5554         (wl-summary-buffer-next-folder-function): Renamed from
5555         `wl-summary-buffer-next-folder-func'.
5556         (wl-summary-buffer-prev-folder-function): Renamed from
5557         `wl-summary-buffer-prev-folder-func'.
5558         (wl-summary-get-petname-function): Renamed from
5559         `wl-summary-get-petname-func'.
5560
5561         * wl-score.el (wl-score-edit-exit-function): Renamed from
5562         `wl-score-edit-exit-func'.
5563
5564         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
5565         Renamed from `wl-message-buffer-prefetch-get-next-function'.
5566
5567         * wl-util.el (wl-load-profile-function): Renamed from
5568         `wl-load-profile-func'.
5569
5570         * wl-folder.el (wl-folder-completion-function): Renamed from
5571         `wl-folder-completion-func'.
5572         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
5573
5574         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
5575         `wl-expire-archive-get-folder-func'.
5576         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
5577         (wl-draft-send-mail-function): Renamed from
5578         `wl-draft-send-mail-func'.
5579         (wl-draft-send-news-function): Renamed from
5580         `wl-draft-send-news-func'.
5581         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
5582         (wl-generate-mailer-string-function): Renamed from
5583         `wl-generate-mailer-string-func'.
5584         (wl-highlight-signature-search-function): Renamed from
5585         `wl-highlight-signature-search-func'.
5586         (wl-highlight-x-face-function): Renamed from
5587         `wl-highlight-x-face-func'
5588         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
5589         (wl-ps-print-buffer-function): Renamed from
5590         `wl-ps-print-buffer-func'
5591         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
5592         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
5593         (wl-summary-subject-filter-function): Renamed from
5594         `wl-summary-subject-filter-func'.
5595
5596         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
5597         `wl-draft-queue-flush-send-func'
5598         (wl-draft-cite-function): Renamed from
5599         `wl-draft-cite-func'
5600
5601         * wl-address.el (wl-address-init-function): Renamed from
5602         `wl-address-init-func'.
5603
5604 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
5605
5606         * wl-draft.el (wl-draft-queue-flush): Don't call
5607         `elmo-dop-unlock-message'.
5608         * wl-draft.el (wl-draft-queue-append): Don't call
5609         `elmo-dop-lock-message'.
5610
5611         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
5612         (wl-summary-buffer-folder-name): Ditto.
5613         (wl-summary-message-regexp): Added '-' (all other related portions
5614         are changed).
5615         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
5616         wl-summary-buffer-folder-name.
5617
5618 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
5619
5620         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
5621         the number of mails in the folder buffer is not updated by wl-biff.
5622
5623 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
5624
5625         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
5626         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
5627
5628 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
5629
5630         * wl-summary.el (wl-summary-next-message):
5631         Return next message number when wl-summary-move-order is nil.
5632
5633 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
5634
5635         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
5636         `wl-summary-move-spec-alist'.
5637         (wl-summary-move-spec-unplugged-alist): New variable
5638         (Move spec for unplugged status).
5639         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
5640         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
5641
5642 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
5643
5644         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
5645         * wl-mule.el (wl-draft-overload-menubar): Ditto.
5646
5647 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
5648
5649         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
5650         simple quotation to quote the anonymous function.
5651         * tm-wl.el (wl-draft-preview-message): Ditto.
5652
5653 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
5654
5655         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
5656         Eliminate redundant `save-excursion'.
5657         (wl-highlight-summary-current-line): Ditto.
5658
5659         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
5660         accessing match data when `looking-at' failed.
5661
5662         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
5663         `elmo-match-string' where users don't care about the speed.
5664         (wl-draft-save): Ditto.
5665
5666 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
5667
5668         * wl-util.el (wl-regexp-opt): New function.
5669
5670         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
5671         number from `wl-summary-buffer-number-list'.
5672         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
5673         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
5674         (wl-summary-move-spec-alist): Changed default setting.
5675
5676 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5677
5678         * wl-vars.el (wl-biff-notify-hook): New hook.
5679         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
5680         the arrival of new mail.
5681         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
5682         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
5683
5684 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
5685
5686         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
5687
5688 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
5689
5690         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
5691
5692         * Version number is increased to 2.5.8.
5693
5694         * wl-thread.el (toplevel): require 'cl.
5695         (wl-thread-resume-entity): Call wl-thread-make-number-list.
5696         (wl-thread-make-number-list): New function.
5697         (wl-thread-entity-make-number-list-from-children): Ditto.
5698         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
5699         (wl-thread-entity-insert-as-children): Likewise.
5700         (wl-thread-delete-message): Likewise.
5701         (wl-meaning-of-mark): Eliminated.
5702         (wl-thread-next-failure-mark-p): Ditto.
5703         (wl-thread-entity-get-mark): Ditto.
5704         (wl-thread-meaning-alist-get-result): Ditto.
5705         (wl-thread-entity-check-prev-mark): Ditto.
5706         (wl-thread-entity-check-next-mark): Ditto.
5707         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
5708         (wl-thread-entity-get-prev-marked-entity): Ditto.
5709         (wl-thread-get-prev-unread): Ditto.
5710         (wl-thread-jump-to-prev-unread): Ditto.
5711         (wl-thread-get-next-unread): Ditto.
5712         (wl-thread-jump-to-next-unread): Ditto.
5713         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
5714         (wl-thread-entity-get-next-marked-entity): Ditto.
5715
5716         * wl-summary.el (wl-summary-buffer-number-list):
5717         New bufer-local variable.
5718         (wl-summary-switch-to-clone-buffer): Clone
5719         `wl-summary-buffer-number-list'.
5720         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
5721         (wl-summary-cursor-move-regex): Eliminated.
5722         (wl-summary-cursor-up): Rewrite.
5723         (wl-summary-cursor-down): Ditto.
5724         (wl-summary-mode-spec-alist): New variable.
5725         (wl-summary-next-message): New inline function.
5726         (wl-summary-cursor-move): New function.
5727         (wl-summary-default-get-next-msg): Rewrite.
5728         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
5729         (wl-summary-rescan): Ditto.
5730         (wl-summary-sync-all-init): Ditto.
5731         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
5732         summary is not thread view.
5733         (wl-summary-sync-update): Ditto.
5734         (wl-summary-rescan): Ditto.
5735         (wl-summary-make-number-list): New function.
5736
5737         * wl-draft.el: "FCC" -> "Fcc".
5738
5739 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5740
5741         * wl-highlight.el (wl-highlight-summary-window):
5742         Call `set-buffer-modified-p'.
5743
5744         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
5745         (wl): Call `elmo-init' and fix.
5746
5747         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
5748         Use new variables.
5749
5750         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
5751
5752 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5753
5754         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
5755
5756 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5757
5758         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
5759
5760 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5761
5762         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
5763         `wl-use-toolbar' nor `display-graphic-p'.
5764         (wl-e21-setup-message-toolbar): Ditto.
5765         (wl-e21-setup-summary-toolbar): Ditto.
5766         (wl-e21-setup-folder-toolbar): Ditto.
5767
5768         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
5769         (wl-plugged-init-icons): Ditto.
5770
5771         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
5772         `display-graphic-p'.
5773         (wl-plugged-set-folder-icon): Ditto.
5774         (wl-highlight-plugged-current-line): Ditto.
5775         (wl-highlight-folder-current-line): Ditto.
5776         (wl-e21-highlight-folder-group-line): Ditto.
5777         (wl-e21-setup-toolbar): Ditto.
5778         (wl-e21-display-image-p): New macro.
5779
5780         * wl-demo.el (wl-demo): Simplified.
5781         (wl-demo-image-type-alist): Use `image-type-available-p' for
5782         checking whether the image type `xbm' is available.
5783
5784 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5785
5786         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
5787         (wl-summary-input-range): Ditto.
5788
5789 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
5790
5791         * wl-summary.el (wl-summary-edit-addresses): Use
5792         `wl-summary-get-original-buffer'
5793         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
5794         (wl-summary-jump-to-msg-by-message-id-via-nntp):
5795         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
5796         (wl-summary-get-newsgroups): Eliminated.
5797         (wl-summary-set-crosspost): Ditto.
5798         (wl-summary-is-crosspost-folder): Ditto.
5799         (wl-crosspost-alist-load): Ditto.
5800         (wl-crosspost-alist-save): Ditto.
5801
5802         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
5803         `elmo-setup-subscribed-newsgroups' instead of
5804         `elmo-nntp-make-groups-hashtb'.
5805         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
5806         instead of `wl-crosspost-alist-save'.
5807
5808         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
5809         of `elmo-folder-message-appendable-p'.
5810         (wl-mime-header-presentation-method): Eliminated.
5811
5812         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
5813         (Error occurs in emacs21).
5814
5815         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
5816         the current buffer).
5817
5818         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
5819         instead of `wl-crosspost-alist-save'.
5820         (wl-init): `elmo-crosspost-message-alist-load'
5821         instead of `wl-crosspost-alist-load'
5822
5823         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
5824         (wl-parse-newsgroups): Likewise.
5825         (wl-biff-notify): Run `wl-biff-notify-hook'.
5826
5827 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
5828
5829         * wl-vars.el (wl-summary-lazy-highlight): New variable.
5830
5831         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
5832         when `wl-summary-lazy-highlight' is non-nil.
5833         (wl-summary-goto-folder-subr): Highlight only when
5834         `wl-summary-lazy-highlight' is non-nil.
5835
5836         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
5837         Don't display progress and highlight temp-mark when
5838         `wl-summary-lazy-highlight' is non-nil.
5839         (wl-highlight-summary-window): New function.
5840         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
5841
5842 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5843
5844         * wl-summary.el (wl-summary-sync): Change `all-visible'
5845         from `all-shown'
5846         (wl-summary-input-range): Ditto.
5847
5848 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
5849
5850         * wl-e21.el (wl-highlight-folder-current-line): Call
5851         `wl-folder-init-icons' when folder icons have not been initialized.
5852
5853         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
5854
5855         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
5856         (wl-demo-image-type-alist): New macro.
5857
5858 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
5859
5860         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
5861         display does not support graphics.
5862         (wl-plugged-init-icons): Ditto.
5863         (wl-folder-init-icons): Ditto.
5864
5865         * wl-demo.el (wl-demo): Chech closely whether the display
5866         supports graphics.
5867
5868 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
5869
5870         * wl-summary.el (wl-summary-get-original-buffer): New function.
5871         (wl-summary-set-crosspost): Use it.
5872         (wl-summary-target-mark-uudecode): Ditto.
5873         (wl-summary-reedit): Ditto.
5874         (wl-summary-resend-bounced-mail): Ditto.
5875         (wl-summary-update-crosspost): Eliminated (It may be incorporated
5876         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
5877
5878         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
5879         (wl-message-display-internal): Ditto.
5880
5881 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
5882
5883         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
5884
5885 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
5886
5887         * wl-summary.el (wl-summary-save-view): Renamed from
5888         `wl-summary-save-status'.
5889
5890 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5891
5892         * wl-summary.el (wl-summary-sync): Added `all-shown'
5893
5894 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
5895
5896         * wl-summary.el (wl-summary-input-range): Added `all-shown'
5897
5898 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
5899
5900         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
5901
5902 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
5903
5904         * wl-highlight.el (wl-highlight-summary-line-string): Use
5905         `zerop' instead of `= 0'.
5906         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
5907
5908         * wl-template.el (wl-template-next): Use `=' instead of `eq'
5909         for comparing numbers.
5910         (wl-template-prev): Use `zerop' instead of `eq 0'.
5911
5912         * wl-draft.el (wl-draft-insert-current-message): Use
5913         `with-current-buffer' instead of `save-excursion'.
5914         Use `zerop' instead of `eq 0'.
5915
5916 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
5917
5918         * wl-draft.el (wl-draft-insert-ccs): New function.
5919         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
5920         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
5921
5922 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
5923
5924         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
5925
5926 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
5927
5928         * wl-expire.el (wl-expire-refile): Don't call
5929         elmo-msgdb-add-msgs-to-seen-list;
5930         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
5931         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5932
5933 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
5934
5935         * wl-message.el (wl-message-prev-page): Ignore errors while
5936         scroll-down.
5937
5938 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
5939
5940         * wl-mime.el: Use elmo-original-message-mode instead of
5941         mmelmo-original-mode.
5942
5943         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
5944         `elmo-folder-get-spec';
5945         (wl-fldmgr-add-completion-all-completions):
5946         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
5947
5948         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
5949         of `elmo-folder-get-type'.
5950
5951         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
5952         `elmo-folder-get-spec';
5953         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5954         Use `elmo-folder-append-message' instead of `elmo-append-msg';
5955         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5956         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
5957         `elmo-read-msg-no-cache';
5958         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
5959         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
5960         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
5961         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
5962         `elmo-cache-save';
5963         (wl-draft-reedit): Use `elmo-message-file-name'.
5964
5965         * wl-expire.el: Use `elmo-folder-name-internal';
5966         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
5967         Use macro `wl-summary-buffer-msgdb' instead of variable
5968         `wl-summary-buffer-msgdb';
5969         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
5970         Use macro `wl-summary-buffer-folder-name' instead of variable
5971         `wl-summary-buffer-folder-name'.
5972         * wl-score.el: Likewise.
5973
5974         * wl-message.el: Rewrite for new message buffer cache mechanism.
5975         (wl-message-buffer-cache-buffer-get): New macro.
5976         (wl-message-buffer-cache-folder-get): Ditto.
5977         (wl-message-buffer-cache-message-get): Ditto.
5978         (wl-message-buffer-cache-entry-make): Ditto.
5979         (wl-message-buffer-cache-hit): Ditto.
5980         (wl-message-buffer-cache-sort): New function.
5981         (wl-message-buffer-cache-add): Ditto.
5982         (wl-message-buffer-cache-delete): Ditto.
5983         (wl-message-buffer-cache-clean-up): Ditto.
5984         (wl-message-buffer-window): Rewrite.
5985         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
5986         (wl-message-buffer-display): New function.
5987         (wl-message-display-internal): New function.
5988
5989 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
5990
5991         * wl-folder.el: Use `elmo-folder-name-internal';
5992         Use `wl-folder-get-elmo-folder';
5993         Use `elmo-folder-list-messages' instead of
5994         `elmo-list-folder';
5995         Use `elmo-folder-get-primitive-list' instead of
5996         `elmo-folder-get-primitive-spec-list';
5997         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
5998         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
5999         Use `elmo-folder-create' instead of `elmo-create-folder'.
6000         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6001         (wl-folder-get-elmo-folder): New macro.
6002         (wl-folder-elmo-folder-cache-get): Ditto.
6003         (wl-folder-elmo-folder-cache-put): Ditto.
6004         (wl-folder-suspend): Call `elmo-quit'.
6005
6006         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6007         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6008         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6009         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6010         (toplevel): require 'cl.
6011         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6012
6013         * wl-summary.el: Rewrite to use new elmo interface.
6014
6015 \f
6016 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6017
6018         * wl-mime.el (wl-draft-preview-message):
6019         Run `wl-draft-send-hook' before collecting recipients information;
6020         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6021
6022         * tm-wl.el (wl-draft-preview-message): Ditto.
6023
6024 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6027         wrong receipients are displayed when forwarded message.
6028
6029 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6030
6031         * Version number is increased to 2.5.7.
6032
6033 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6034
6035         * wl-message.el (wl-message-next-page): Bind
6036         `window-pixel-scroll-increment' to nil while scrolling up.
6037
6038 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6039
6040         * wl-vars.el (wl-save-hook): New hook.
6041         * wl.el (wl-save): Call `wl-save-hook'.
6042
6043 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6044
6045         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6046         Argument WITH-ARG instead of NO-ARG (negative mean).
6047         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6048         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6049         * wl-message.el (wl-message-follow-current-entity): Likewise.
6050
6051 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6052
6053         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6054         FROM was optional argument.
6055         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6056
6057 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6058
6059         * Version number is increased to 2.5.6.
6060
6061 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6062
6063         * wl-version.el (wl-version-show): Removed.
6064         (wl-version): Add `interactive'.
6065
6066 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6067
6068         * wl-summary.el (wl-summary-get-petname-func): New variable.
6069         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6070         instead of `wl-address-get-petname-1'.
6071         (wl-summary-simple-from): Ditto.
6072
6073         * wl-address.el (wl-address-get-petname-1): Define as function.
6074
6075 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6076
6077         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6078         field in the original message.
6079         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6080
6081 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6082
6083         * wl-expire.el (wl-expire-hide):
6084         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6085
6086 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6087
6088         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6089         find decoder for To, Cc, and Subject.
6090
6091 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6092
6093         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6094         for checking `elmo-use-buffer-cache'.
6095         (wl-summary-mark-as-important): Fixed typo in comment.
6096
6097 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6098
6099         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6100         field in the original message.
6101         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6102
6103 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6104
6105         * wl-expire.el (wl-expire-hide):
6106         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6107
6108 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6109
6110         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6111         find decoder for To, Cc, and Subject.
6112
6113 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6114
6115         * Version number is increased to 2.5.5.
6116
6117         * wl-address.el (wl-address-specials-regexp): New constant.
6118         (wl-address-quote-specials): Use it.
6119
6120 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6121
6122         * wl-summary.el (wl-summary-rescan):
6123         Call `wl-summary-buffer-number-column-detect'.
6124         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6125
6126         * wl-message.el (wl-message-mode-map): Define.
6127         (wl-message-decode): Use it as local-map.
6128
6129 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6130
6131         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6132         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6133
6134 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6135
6136         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6137
6138         * wl-mule.el (wl-read-event-char): Ditto.
6139
6140         * wl-e21.el (wl-read-event-char): Ditto.
6141
6142         * wl-nemacs.el (wl-read-event-char): Ditto.
6143         (read-event): Removed.
6144
6145         * wl-util.el (toplevel): Removed dummy definition of
6146         `read-event'.
6147         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6148
6149 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6150
6151         * wl-nemacs.el (elmo-archive-call-process): Moved to
6152         elmo-archive.el.
6153
6154 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6155
6156         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6157         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6158
6159         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6160         instead of magic-number 6.  Use `not' instead of `null' for symbol
6161         `nil' check (not empty list).
6162         (wl-draft-insert-x-face-field): Fixed paren style.
6163
6164         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6165         one-branch conditional statement, instead of `and' and `if'.
6166         (wl-draft-forward): Likewise.
6167         (wl-draft-add-references): Likewise.
6168         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6169
6170         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6171         conditional steatment.  Use `cond' instead of `if'.
6172         (wl-draft-confirm): Likewise.
6173
6174 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6175
6176         * wl-version.el (wl-version-show): Use `product-string-1'
6177         instead of `wl-version'.
6178         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6179
6180         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6181
6182 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6183
6184         * wl-highlight.el (wl-highlight-headers): Revert
6185         `wl-highlight-x-face-func' argument (`beg' and `end').
6186
6187 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6188
6189         * wl.el (toplevel): Move `product-provide' declare.
6190         * wl-demo.el (toplevel): Ditto.
6191         * wl-dnd.el (toplevel): Ditto.
6192         * wl-highlight.el (toplevel): Ditto.
6193         * wl-message.el (toplevel): Ditto.
6194         * wl-refile.el (toplevel): Ditto.
6195         * wl-util.el (toplevel): Ditto.
6196
6197 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6200         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6201         (wl-thread-close-all): keep cursor position.
6202
6203 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6204
6205         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6206         (eq x 0).
6207         (wl-generate-user-agent-string-1): Fix conditional statement.
6208
6209 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6210
6211         * wl.el (wl-check-environment): Additional check for
6212         'wl-local-domain' and `wl-message-id-domain'.
6213
6214 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6215
6216         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6217
6218 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6219
6220         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6221         instead of `smtp-sasl-user-realm'.
6222
6223 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6224
6225         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6226
6227 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6228
6229         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6230         to the default value as well as `eword-lexical-analyzer'.
6231
6232 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6233
6234         * wl-version.el (wl-extended-emacs-version,
6235         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6236         `elmo-match-string' instead of `wl-match-string'.
6237
6238 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6239
6240         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6241         docstring.
6242
6243 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6244
6245         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6246
6247 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6248
6249         * wl-highlight.el (wl-highlight-headers): Remove
6250         `wl-highlight-x-face-func' argument (`beg' and `end').
6251
6252 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6253
6254         * wl-summary.el (wl-summary-mark-as-important):
6255         Remove cache if folder is local.
6256
6257 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6258
6259         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6260         to get existing e-mail address string.
6261
6262 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6263
6264         * wl-version.el (wl-generate-user-agent-string): Commentary.
6265         (wl-generate-user-agent-string-1): Use `when' for
6266         one-branch conditional statement, instead of `and' and `if'.
6267         (wl-extended-emacs-version, wl-extended-emacs-version2,
6268         wl-extended-emacs-version3): Ditto.
6269
6270 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6271
6272         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6273         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6274         condition-case; Remove initialization.
6275         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6276         (wl-summary-sync-update3): Added argument `sync-all';
6277         Eliminated local variable `msgdb';
6278         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6279         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6280         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6281
6282 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6283
6284         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6285         connection before call `wl-draft-send-mail-with-smtp'.
6286
6287 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6288
6289         * Version number is increased to 2.5.4.
6290
6291 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6292
6293         * wl.el (wl-check-environment): Additional check for
6294         'wl-local-domain' and `wl-message-id-domain'.
6295
6296 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6297
6298         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6299         buffer as command specific.
6300         (wl-folder-mark-as-read-all-entity): Ditto.
6301         (wl-folder-prefetch-entity): Ditto.
6302         (wl-folder-drop-unsync-entity): Ditto.
6303
6304         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6305         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6306         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6307
6308         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6309         save-excursion.
6310
6311 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6312
6313         * Version number is increased to 2.5.3.
6314
6315         * wl-summary.el (wl-summary-save-view-cache):
6316         Delete duplicated `write-region';
6317         Use `write-region-as-binary' instead of `as-binary-output-file' and
6318         `write-region'.
6319
6320 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6321
6322         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6323
6324 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6325
6326         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6327         instead of `smtp-via-smtp'.
6328
6329 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6330
6331         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6332
6333 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6334
6335         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6336         instead of `smtp-sasl-user-realm'.
6337
6338 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6339
6340         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6341
6342 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6343
6344         * Version number is increased to 2.5.2.
6345
6346 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6347
6348         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6349         does not exist.
6350         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6351         (wl-biff-start): Call `timer-activate' if timer already exists.
6352
6353         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6354         only when it is bound as function.
6355
6356 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6357
6358         * Version number is increased to 2.5.1.
6359
6360 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6361
6362         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6363         Print refile/copy destination.
6364
6365 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6366
6367         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6368         queue-flush-only is non-nil.
6369
6370         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6371
6372         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6373         checking cache folder.
6374
6375 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6376
6377         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6378         `regexp-quote'.
6379
6380 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6381
6382         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6383         function.
6384         * wl-summary.el (wl-summary-write-current-folder-functions):
6385         Change default value.  Use it.
6386
6387 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6388
6389         * Version number is increased to 2.5.0.
6390
6391         * wl-version.el (wl-version): Changed codename.
6392
6393 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6394
6395         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6396         (wl-summary-supersedes-message): Ditto.
6397
6398 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6399
6400         * wl-refile.el (wl-refile-guess-functions): Renamed from
6401         `wl-refile-guess-func-list'.
6402
6403 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6404
6405         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6406         Fixed problem when no rule was matched.
6407
6408 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6409
6410         * wl-summary.el (wl-summary-get-mark): Fixed
6411         `wl-summary-buffer-target-mark' check logic.
6412
6413 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6414
6415         * wl-folder.el (wl-folder-write-current-folder): Added group
6416         folder check.
6417
6418         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6419         `wl-summary-write-current-newsgroup'.
6420         (wl-summary-write-current-folder-functions): New variable.
6421         * wl-folder.el (wl-folder-get-newsgroups): New function.
6422         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6423         (wl-folder-write-current-folder): Renamed from
6424         `wl-folder-write-current-newsgroup'.
6425
6426 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6427
6428         * Version number is increased to 2.3.93.
6429
6430 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
6431
6432         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
6433         (wl-ldap-make-matched-value-list): Ditto.
6434         (wl-ldap-alias-safe-string): Split e-mail address.
6435
6436         * wl-summary.el (wl-summary-read-folder): Fixed problem when
6437         petname folder default was selected.
6438         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
6439         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
6440
6441 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6442
6443         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
6444         to `wl-draft-config-exec'.
6445
6446         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
6447         instead of calling `wl-draft-config-exec';
6448         Process group-list and show recipients in minibuffer.
6449
6450         * tm-wl.el (wl-draft-preview-message): Ditto.
6451
6452 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6453
6454         * wl.el (toplevel): Added (C) to copyright notice, and
6455         sync Author header.
6456         * tm-wl.el (toplevel): Ditto.
6457         * wl-address.el (toplevel): Ditto.
6458         * wl-demo.el (toplevel): Ditto.
6459         * wl-dnd.el (toplevel): Ditto.
6460         * wl-draft.el (toplevel): Ditto.
6461         * wl-e21.el (toplevel): Ditto.
6462         * wl-expire.el (toplevel): Ditto.
6463         * wl-folder.el (toplevel): Ditto.
6464         * wl-highlight.el (toplevel): Ditto.
6465         * wl-message.el (toplevel): Ditto.
6466         * wl-mime.el (toplevel): Ditto.
6467         * wl-mule.el (toplevel): Ditto.
6468         * wl-nemacs.el (toplevel): Ditto.
6469         * wl-refile.el (toplevel): Ditto.
6470         * wl-score.el (toplevel): Ditto.
6471         * wl-summary.el (toplevel): Ditto.
6472         * wl-template.el (toplevel): Ditto.
6473         * wl-thread.el (toplevel): Ditto.
6474         * wl-util.el (toplevel): Ditto.
6475         * wl-vars.el (toplevel): Ditto.
6476         * wl-xmas.el (toplevel): Ditto.
6477
6478 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
6479
6480         * wl.el (wl-init): Added comment about `wl-init-hook'.
6481         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
6482         * wl-vars.el (wl-init-hook): Added docs.
6483         (wl-make-plugged-hook): Removed useless docs.
6484         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
6485         * wl-xmas.el (toplevel): Ditto.
6486
6487 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6488
6489         * wl-address.el (toplevel): Fixed multiple Author header format.
6490         * wl-demo.el (toplevel): Ditto.
6491         * wl-draft.el (toplevel): Ditto.
6492         * wl-folder.el (toplevel): Ditto.
6493         * wl-summary.el (toplevel): Ditto.
6494         * wl-thread.el (toplevel): Ditto.
6495         * wl-util.el (toplevel): Ditto.
6496         * wl-vars.el (toplevel): Ditto.
6497         * wl-version.el (toplevel): Ditto.
6498         * wl-xmas.el (toplevel): Ditto.
6499         * wl.el (toplevel): Ditto.
6500
6501         * wl-version.el (toplevel): Added require `elmo-version' for
6502         `product-version-as-string'.
6503
6504 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
6505
6506         * wl-vars.el (wl-draft-send-hook): Changed default value to
6507         '(wl-draft-config-exec).
6508
6509         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
6510         explicitly.
6511         (wl-draft): Set `wl-draft-config-exec-flag' before running
6512         `wl-mail-setup-hook'.
6513
6514         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
6515         `wl-biff-init-icons' to `wl-init-hook' instead of
6516         `wl-make-plugged-hook'.
6517         (Because if `wl-draft' command is invoked at first,
6518         they are not initialized)
6519         Updated copyright notice.
6520
6521         * wl-e21.el (toplevel): Ditto;
6522
6523         * wl-demo.el (toplevel): Updated copyright notice.
6524         * wl-address.el (toplevel): Ditto.
6525         * wl-draft.el (toplevel): Ditto.
6526         * wl-version.el (toplevel): Ditto.
6527         * wl-folder.el (toplevel): Ditto.
6528         * wl-summary.el (toplevel): Ditto.
6529         * wl-thread.el (toplevel): Ditto.
6530         * wl-util.el (toplevel): Ditto.
6531         * wl-vars.el (toplevel): Ditto.
6532         * wl.el (toplevel): Ditto.
6533
6534 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6535
6536         * wl-highlight.el (wl-highlight-message): Fixed problem of
6537         highlighting failure which occured when the last field contains
6538         multiple lines in the draft buffer.
6539
6540         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
6541         `wl-biff-start' if plugged.
6542
6543         * wl-util.el (wl-biff-check-folder): New function.
6544         (wl-biff-check-folders): Don't set session name prefix.
6545         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
6546         (wl-biff-check-folder-async): Ditto.
6547
6548         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
6549         in email address.
6550
6551 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
6552
6553         * wl-vars.el (wl-subject-prefix-regexp): New variable.
6554
6555         * wl-draft.el (wl-draft-strip-subject-re): New function.
6556
6557         * wl-draft.el (wl-draft-reply): Use it.
6558
6559 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
6560
6561         * wl-message.el (wl-mmelmo-message-redisplay): Use
6562         `mime-display-message' instead of `wl-mime-display-message'.
6563
6564         * wl-mime.el (toplevel): Removed compatibility workaround
6565         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
6566         (wl-mime-display-message): Abolished.
6567         (wl-mime-entity-read-field): Ditto.
6568         (wl-mime-combine-message/partial-pieces): Use
6569         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
6570
6571 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
6572
6573         * wl-template.el: Doc fixes.
6574
6575 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6576
6577         * wl-e21.el (wl-message-overload-functions): Do nothing if
6578         `current-local-map' is not available.
6579         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
6580
6581 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6582
6583         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
6584         representation.
6585
6586         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
6587         number.
6588         (wl-fldmgr-save-folders): Don't use `format' when insert
6589         `wl-fldmgr-folders-header'.
6590
6591 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
6592
6593         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
6594
6595 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
6596
6597         * wl-highlight.el (wl-highlight-message):
6598         Use `std11-field-end' to detect end point of the header field.
6599         Refer `wl-highlight-max-header-size'.
6600
6601         * wl-vars.el (wl-highlight-max-header-size): New variable.
6602
6603         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
6604
6605         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
6606         Set `for-draft' argument of wl-highlight-headers.
6607         (wl-draft): Ditto.
6608         (wl-draft-reedit): Ditto.
6609         (wl-user-agent-compose-internal): Ditto.
6610
6611 2000-10-24   Daiki Ueno <ueno@unixuser.org>
6612
6613         * wl-message.el (wl-message-add-button): Use overlay.
6614
6615 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
6616
6617         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
6618
6619         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
6620         problem when group-list content is nothing.
6621         (Reported by Mito <mit@nines.nec.co.jp>)
6622
6623 2000-10-18  SAITO Atsunori <sai@yedo.com>
6624
6625         * wl-summary.el (wl-summary-print-destination): Adjust line length.
6626
6627 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6628
6629         * tm-wl.el (toplevel): Use product-provide.
6630
6631 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
6632
6633         * Version number is increased to 2.3.92.
6634
6635 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6636
6637         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
6638         title text, use `display' property for left margin under Emacs 21.
6639
6640         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
6641         properties.
6642         (wl-plugged-init-icons): Ditto.
6643
6644 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6645
6646         * wl.el (wl-save-status, wl-init): Remove last period in
6647         "...done." message.
6648         * tm-wl.el (wl-summary-burst): Ditto.
6649         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
6650         wl-summary-resume-cache-status,
6651         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
6652         wl-summary-sync-update3, wl-summary-highlight-msgs,
6653         wl-summary-flush-pending-append-operations,
6654         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
6655         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
6656         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
6657         wl-thread-open-all): Ditto.
6658         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6659         * wl-mime.el (wl-summary-burst): Ditto.
6660         * wl-highlight.el (wl-highlight-summary): Ditto.
6661         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
6662         wl-folder-open-all, wl-folder-update-access-group): Ditto.
6663         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
6664         * wl-address.el (wl-local-address-init): Ditto.
6665
6666 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6667
6668         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
6669         `add-text-properties'.
6670         (wl-plugged-init-icons): Ditto.
6671         (wl-folder-init-icons): Use `propertize' instead of
6672         `put-text-property'.
6673         (wl-plugged-set-folder-icon): Ditto.
6674         (wl-e21-highlight-folder-group-line): Ditto.
6675
6676 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * wl-version.el (wl-version-status-alist): New variable.
6679         (wl-version-status): New function.
6680
6681         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
6682         "Cc" part of the case "Reply-To".
6683
6684         * wl-draft.el (wl-draft-reply): Use result of
6685         `eword-extract-address-components'.
6686
6687         * wl-demo.el (wl-demo-icon-name): New constant.
6688         (wl-logo-xpm): Use it.
6689         (wl-logo-xbm): Ditto.
6690         (wl-logo-bitmap): Ditto.
6691
6692         * Version number is increased to 2.3.91.
6693
6694 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6695
6696         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
6697         (wl-extended-emacs-version, wl-extended-emacs-version2,
6698         wl-extended-emacs-version3): Remove `interactive'.  Fixed
6699         docstring.
6700
6701         * wl-version.el (wl-generate-user-agent-string-1): New function.
6702         (wl-generate-user-agent-string): Use it.
6703
6704         * wl-version.el (wl-generate-user-agent-string-1): Ignore
6705         `mime-edit-insert-user-agent-field'.
6706         (wl-generate-user-agent-string): Check
6707         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
6708
6709         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
6710         instead of `if', when verbose case.
6711
6712 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6713
6714         * wl-expire.el (wl-summary-expire): Fix.
6715
6716 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
6717
6718         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
6719         and `elmo-lost+found-folder' if 'wl-draft.
6720         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
6721
6722 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6723
6724         * wl-expire.el (wl-summary-expire): Change messages.
6725         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
6726         `deleing-info' instead of "Deleting..."
6727
6728 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
6729
6730         * wl-summary.el (wl-summary-refile-subr): Fix.
6731
6732 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6733
6734         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
6735         if pipe folder.
6736
6737 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6738
6739         * wl-vars.el (wl-draft-use-cache): Default `nil'.
6740
6741 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
6742
6743         * wl-expire.el (wl-expire-hide): New function.
6744         (wl-summary-expire): Add `hide'.
6745
6746 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
6747
6748         * wl-vars.el (wl-draft-reply-without-argument-list):
6749         Changed default value to consider `Reply-To:'.
6750         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
6751
6752         * Version number is increased to 2.3.90.
6753
6754         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
6755         elmo-imap4-get-session with unwind-protect.
6756         Don't cause error.
6757         (wl-summary-sync-marks): Don't check plugged nor folder type.
6758         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
6759         (Always keep current buffer).
6760
6761 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6762
6763         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
6764         Enclose with `save-excursion'.
6765
6766 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6767
6768         * wl-version.el (wl-version): Remove interactive.
6769
6770 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6771
6772         * wl-version.el (wl-generate-user-agent-string): Use
6773         `product-string-verbose' instead of `product-string-1'.
6774
6775 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6776
6777         * wl-vars.el (wl-draft-use-cache): New variable.
6778         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
6779         if wl-draft-use-cache is non-nil.
6780
6781 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
6782
6783         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
6784         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
6785
6786 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
6787
6788         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
6789         (wl-thread-msg-mark-as-unread): Ditto.
6790
6791         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
6792         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
6793         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
6794         Don't set mark in summary if return value of `elmo-mark-as-read'
6795         is nil.
6796         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
6797         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
6798         instead of `wl-thread-msg-mark-as-read'.
6799         (wl-summary-mark-as-unread-region): Ditto.
6800         (wl-summary-target-mark-mark-as-read): Ditto.
6801
6802         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
6803
6804 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
6805
6806         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
6807
6808         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
6809
6810 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
6811
6812         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
6813         face.
6814
6815 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
6816
6817         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
6818         `running-xemacs'.
6819
6820 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6821
6822         * wl-version.el (toplevel): Use `product-version-as-string' for
6823         set verstion-string, if defined.
6824
6825         * wl-version.el (wl-version-show): Insert string at point, when
6826         call with argument.
6827
6828         * wl-version.el (wl-generate-user-agent-string): Use
6829         `product-string-1' instead of `wl-appname', `wl-version' and
6830         `wl-codename'.
6831
6832 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6833
6834         * wl-address.el (toplevel): Use product-provide.
6835         * wl-demo.el (toplevel): Ditto.
6836         * wl-dnd.el (toplevel): Ditto.
6837         * wl-draft.el (toplevel): Ditto.
6838         * wl-e21.el (toplevel): Ditto.
6839         * wl-expire.el (toplevel): Ditto.
6840         * wl-fldmgr.el (toplevel): Ditto.
6841         * wl-folder.el (toplevel): Ditto.
6842         * wl-highlight.el (toplevel): Ditto.
6843         * wl-message.el (toplevel): Ditto.
6844         * wl-mime.el (toplevel): Ditto.
6845         * wl-mule.el (toplevel): Ditto.
6846         * wl-nemacs.el (toplevel): Ditto.
6847         * wl-refile.el (toplevel): Ditto.
6848         * wl-score.el (toplevel): Ditto.
6849         * wl-summary.el (toplevel): Ditto.
6850         * wl-template.el (toplevel): Ditto.
6851         * wl-thread.el (toplevel): Ditto.
6852         * wl-util.el (toplevel): Ditto.
6853         * wl-vars.el (toplevel): Ditto.
6854         * wl-xmas.el (toplevel): Ditto.
6855         * wl.el (toplevel): Ditto.
6856
6857 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6858
6859         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
6860         instead of product.
6861
6862         * wl-version.el (wl-version): Compile time evalution elmo-version.
6863
6864 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
6865
6866         * wl-summary.el (wl-summary-sync-force-update): Append queue
6867         `mark-as-read'if unplugged.
6868
6869 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6870
6871         * wl-version.el: New file.  Use product.el.
6872         * wl.el: add (require 'wl-version).
6873         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
6874         for ~/.folders header.
6875         (wl-fldmgr-folders-header): Changed.
6876         * wl-demo.el (wl-demo): Use product.el.
6877
6878         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
6879         wl-version.el.
6880         * wl-util.el (wl-version, wl-version-show): Ditto.
6881
6882         * wl-util.el (wl-generate-user-agent-string,
6883         wl-extended-emacs-version, wl-extended-emacs-version2,
6884         wl-extended-emacs-version3): Move to wl-version.el.
6885         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
6886         xemacs-codename, mime-edit-insert-user-agent-field,
6887         mime-edit-user-agent-value, mime-editor/version,
6888         mime-editor/codename): Compile warning killer move to
6889         wl-version.el
6890
6891 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
6892
6893         * wl-summary.el (wl-summary-refile-subr): Fix.
6894
6895 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
6896
6897         * wl-summary.el (wl-summary-sync-marks): Changed argument for
6898         `elmo-list-folder-unread' and `elmo-list-folder-important'.
6899
6900 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
6901
6902         * wl.el (wl-check-environment): Check too many `@'.
6903
6904 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
6905
6906         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
6907
6908 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6909
6910         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
6911         wl-draft-reply-myself-without-argument-list): Add variables.
6912         * wl-draft.el (wl-draft-reply): Use it.
6913
6914 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
6915
6916         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
6917         the 5th argument of `elmo-network-get-spec'.
6918
6919         * wl-thread.el (wl-thread-reparent-children): New inline function.
6920         (wl-thread-delete-message): Use it.
6921
6922         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
6923         (wl-summary-score-update-all-lines): Don't use `dolist'.
6924
6925 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6926
6927         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
6928         (require 'elmo-msgdb) for inline function.
6929
6930 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6931
6932         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
6933
6934 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
6935
6936         * wl-score.el (wl-score-headers): Fix for the confusing macro
6937         `elmo-kill-buffer'.
6938
6939 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6940
6941         * wl-summary.el: Don't use the 3rd argument of `require' because
6942         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
6943         * wl-util.el: Ditto.
6944         * wl-draft.el: Ditto.
6945
6946 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6947
6948         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
6949         window system is not used.
6950
6951 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
6952
6953         * wl-thread.el: Don't use `mapcar' only for iteration.
6954         (wl-thread-resume-entity): Ditto.
6955         (wl-thread-delete-message): Ditto.
6956
6957         * wl-summary.el: Bind `dragdrop-drop-functions',
6958         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
6959         of `require' for `timezone', `easymenu' and `ps-print';
6960         don't use `mapcar' only for iteration.
6961
6962         * wl-util.el: Bind `mule-version', `nemacs-version',
6963         `emacs-beta-version', `xemacs-codename',
6964         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
6965         `mime-editor/version' and `mime-editor/codename'; specify 3rd
6966         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
6967         only for iteration.
6968
6969         * wl-score.el: Don't use `mapcar' only for iteration.
6970         (wl-score-simplify-buffer-fuzzy): Ditto.
6971         (wl-score-simplify-subject): Ditto.
6972         (wl-score-headers): Ditto.
6973         (wl-summary-score-update-all-lines): Ditto.
6974
6975         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
6976         `enable-multibyte-characters' and `mule-version'.
6977
6978         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
6979         `mapcar' only for iteration.
6980
6981         * wl-demo.el: Don't use `mapcar' only for iteration.
6982
6983         * wl-folder.el: Don't use `mapcar' only for iteration.
6984         (wl-folder-open-all): Ditto.
6985         (wl-folder-count-incorporates): Ditto.
6986
6987         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
6988         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
6989
6990         * wl-draft.el: Bind `x-face-add-x-face-version-header',
6991         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
6992         `smtp-connection-type'; specify 3rd argument of `require' for
6993         `timezone'; don't use `mapcar' only for iteration.
6994         (wl-draft-clone-local-variables): Don't use `mapcar'.
6995         (wl-draft-generate-clone-buffer): Ditto.
6996         (wl-user-agent-compose-internal): Ditto.
6997
6998         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
6999
7000         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7001         (wl-save-status): Ditto.
7002
7003         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7004         for iteration.
7005
7006 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7007
7008         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7009         removed `Date'.
7010         (wl-fldmgr-make-filter-default): New user option.
7011
7012         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7013         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7014         (wl-fldmgr-filter-completion-alist): Abolish.
7015
7016         * wl.el (wl): Don't check servers if arg is non-nil.
7017
7018         * wl-draft.el (wl-draft-reply): Set only message-id string to
7019         In-Reply-To field.
7020
7021 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7022
7023         * wl-summary.el (wl-summary-pick): Rewrite.
7024
7025         * wl-draft.el (wl-draft-forward): Get references field from
7026         original buffer.
7027         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7028
7029 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7030
7031         * wl-draft.el (wl-draft-forward): Add references field.
7032
7033 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7034
7035         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7036         (wl-draft-reply): Use it.
7037
7038 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7039
7040         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7041         when Emacs 21 is running.
7042
7043         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7044         bindings.
7045
7046 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7047
7048         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7049         XPM icons transparent.
7050
7051         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7052         Emacs 21.
7053
7054 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7055
7056         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7057         nil.
7058
7059         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7060         when it is persistent.
7061         (wl-summary-sync-marks): Changed argument for
7062         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7063         (wl-summary-virtual): Use `elmo-read-search-condition'.
7064         (wl-summary-redisplay-internal): If folder is local, mark as read
7065         even when folder is plugged.
7066
7067 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7068
7069         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7070         of `tool-bar-lines' in the frame parameters.
7071         (after-make-frame-functions, post-command-hook): Don't modify the
7072         value.
7073         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7074         wl-e21-tool-bar-lines): Removed.
7075
7076 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7077
7078         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7079         properties `evaporate' and `wl-momentary-overlay' as well.
7080         (wl-highlight-summary-displaying): Ditto.
7081         (wl-delete-all-overlays): Don't delete overlay which does not have
7082         a property `wl-momentary-overlay'.
7083
7084         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7085         `display-mouse-p' and `display-graphic-p'.
7086         (wl-folder-init-icons): Don't search for XBM or the other files.
7087         (wl-plugged-set-folder-icon): Make icons if and only if
7088         `display-graphic-p' returns non-nil.
7089         (wl-highlight-plugged-current-line): Use `before-string' overlay
7090         property to show icon images.
7091         (wl-highlight-folder-current-line): Ditto.
7092         (wl-e21-highlight-folder-group-line): Ditto.
7093         (wl-e21-highlight-folder-by-numbers): Ditto.
7094         (wl-e21-insert-image): Removed.
7095         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7096         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7097         said.
7098         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7099         `wl-e21-force-switch-toolbar'.
7100         (wl-e21-make-icon-image): Removed.
7101         (wl-e21-setup-toolbar): Don't search for XBM files.
7102         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7103         the default value.
7104
7105 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7106
7107         * wl-util.el (wl-biff-check-folder-async): Set
7108         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7109
7110 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7111
7112         * wl-e21.el (after-make-frame-functions): Add
7113         `wl-e21-force-switch-toolbar'.
7114         (wl-e21-force-switch-toolbar): New function force to switch the
7115         toolbar appearance automatically.
7116         (post-command-hook): Add `wl-e21-switch-toolbar'.
7117         (wl-e21-switch-toolbar): New function to switch the toolbar
7118         appearance automatically.
7119         (wl-e21-tool-bar-lines): New buffer local variable.
7120
7121 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7122
7123         * wl-util.el (wl-biff-check-folders-running): New variable.
7124         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7125         (wl-biff-check-folder-async-callback):
7126         Set `wl-biff-check-folders-running'.
7127         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7128         with unwind-protect.
7129
7130         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7131         Enclose `wl-folder-auto-check' with unwind-protect.
7132
7133         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7134         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7135
7136         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7137
7138         * wl-util.el (wl-biff-notify): New inline function.
7139         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7140         locally.
7141         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7142         folder-list' is 1.
7143         Use `wl-biff-notify'.
7144         (wl-biff-check-folder-async-callback): New function.
7145         (wl-biff-check-folder-async): Ditto.
7146
7147         * wl-folder.el (wl-folder): Don't check folders.
7148         (wl-folder-auto-check): New function.
7149
7150 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7151
7152         * wl-util.el (wl-biff-start) [Emacs19+]:
7153         Use `timer-next-integral-multiple-of-time'.
7154         (wl-biff-check-folders): Use `wl-default-folder'
7155         if `wl-biff-check-folder-list' is nil.
7156
7157 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7158
7159         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7160         instead of `elmo-delete-lists'.
7161
7162 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7163
7164         * wl.el (wl-plugged-toggle-all): Set the value of
7165         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7166         (wl-plugged-toggle): Ditto.
7167         (wl-toggle-plugged): Ditto.
7168         (wl-plugged-init): Ditto.
7169
7170         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7171         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7172         instead of `wl-biff-state-indicator-off' and
7173         `wl-biff-state-indicator-on'; don't modify the value and the type
7174         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7175         (wl-plugged-init-icons): Set icons data to
7176         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7177         instead of `wl-plug-state-indicator-off' and
7178         `wl-plug-state-indicator-on'; don't modify the value and the type
7179         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7180
7181         * wl-vars.el (wl-modeline-biff-state-off,
7182         wl-modeline-biff-state-on, wl-modeline-biff-status,
7183         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7184         wl-modeline-plug-status): New internal variables.
7185         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7186         wl-biff-check-interval, wl-biff-check-folder-list): Change
7187         customization group from `wl-folder' to `wl-highlight'.
7188         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7189         wl-show-plug-status-on-modeline): Defcustomized.
7190
7191         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7192         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7193         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7194         a flag to `mode-line-buffer-identification'.
7195
7196         * wl-e21.el (wl-biff-init-icons): Set icons data to
7197         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7198         instead of `wl-biff-state-indicator-off' and
7199         `wl-biff-state-indicator-on'.
7200         (wl-plugged-init-icons): Set icons data to
7201         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7202         instead of `wl-plug-state-indicator-off' and
7203         `wl-plug-state-indicator-on'.
7204
7205 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7206
7207         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7208         excessive titles.
7209
7210 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7211
7212         * wl.el (wl-plugged-mode): Use revised
7213         `wl-mode-line-buffer-identification'.
7214         (wl-plugged-init): Don't use `force-mode-line-update'.
7215
7216         * wl-xmas.el (wl-draft-overload-functions): Use revised
7217         `wl-mode-line-buffer-identification'.
7218         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7219         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7220         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7221         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7222         `wl-make-plugged-hook';
7223         add `wl-folder-init-icons' and `wl-setup-folder' to
7224         `wl-folder-mode-hook'.
7225
7226         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7227         19 as well.
7228         (wl-mode-line-display-priority-list): New user option.
7229         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7230         Defcustomized.
7231         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7232         Add docs.
7233
7234         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7235         start.
7236         (wl-mode-line-buffer-identification): Revised as a function.
7237
7238         * wl-summary.el (wl-summary-mode): Use revised
7239         `wl-mode-line-buffer-identification'; don't call
7240         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7241         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7242         `wl-xmas-setup-summary'.
7243
7244         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7245         `wl-mode-line-buffer-identification'.
7246
7247         * wl-mule.el (wl-draft-overload-functions): Use revised
7248         `wl-mode-line-buffer-identification'.
7249
7250         * wl-folder.el (wl-make-plugged-alist): Don't call
7251         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7252         (wl-folder): Don't call `wl-folder-init-icons' directly.
7253         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7254         `wl-xmas-setup-folder' directly;
7255         use revised `wl-mode-line-buffer-identification'.
7256         (TopLevel): Don't bind `wl-biff-init-icons',
7257         `wl-plugged-init-icons', `wl-folder-init-icons',
7258         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7259
7260         * wl-e21.el (wl-draft-overload-functions): Use revised
7261         `wl-mode-line-buffer-identification'.
7262         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7263         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7264         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7265         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7266         `wl-make-plugged-hook';
7267         add `wl-folder-init-icons' and `wl-setup-folder' to
7268         `wl-folder-mode-hook'.
7269
7270 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7271             Katsumi Yamaoka    <yamaoka@jpl.org>
7272
7273         * wl.el (wl): Call `wl-biff-start'.
7274         (wl-exit): Call `wl-biff-stop'.
7275         (wl-plugged-mode): Show biff in modeline.
7276         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7277
7278         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7279         (wl-biff-init-icons): New function.
7280         (wl-plugged-init-icons): Don't make too much keymaps.
7281         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7282
7283         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7284         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7285         variables.
7286         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7287         options.
7288
7289         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7290         wl-biff-start, wl-biff-stop): New functions.
7291         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7292         (wl-biff-timer-name): New variable.
7293
7294         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7295
7296         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7297         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7298
7299         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7300         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7301
7302         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7303         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7304         `wl-folder-init-icons' to `ignore' if they are not available.
7305         (wl-folder-mode): Show biff in modeline.
7306
7307         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7308         (wl-biff-init-icons): New function.
7309         (wl-plugged-init-icons): Don't make too much keymaps.
7310         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7311
7312 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7313
7314         * wl-vars.el (wl-strict-diff-folders): Customization Type
7315         and doc fix.  Define as a list of regular expressions for
7316         folders or nil.
7317         * wl-folder.el (wl-folder-check-one-entity): Use
7318         `wl-string-match-member' instead of `wl-string-member' for
7319         `wl-strict-diff-folders'.
7320
7321 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7322
7323         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7324         (wl-highlight-folder-current-line): Use it; new implementation.
7325         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7326         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7327         `defsubst' instead of `defun'.
7328
7329         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7330         `wl-highlight-group-folder-by-numbers'; made it can also be a
7331         number.  See info for more details.
7332
7333         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7334         running.
7335
7336         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7337         to bind them.
7338
7339         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7340         (wl-highlight-folder-current-line): New implementation.
7341
7342         * wl-highlight.el (wl-highlight-folder-group-line): New
7343         implementation.
7344         (wl-delete-all-overlays): Rewrite as a marco.
7345         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7346
7347         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7348         running.
7349         (wl-folder-*-glyph): No need to bind them.
7350
7351         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7352         `wl-e21-highlight-folder-group-icon'; rewrite.
7353         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7354         `defsubst' instead of `defun'.
7355         (wl-folder-mode-map): Bind it when compiling.
7356
7357 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7358
7359         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7360
7361         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7362
7363 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7364
7365         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7366
7367 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7368
7369         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7370         (wl-highlight-folder-current-line): Use it.
7371
7372         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7373         in `id-name'.
7374
7375 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7376
7377         * wl.el: Require `wl-e21' when Emacs 21 is running.
7378
7379         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7380         default when Emacs 21 is running.
7381         (wl-use-highlight-mouse-line): Ditto.
7382         (wl-on-emacs21): New constant.
7383         (wl-on-emacs20): Removed.
7384
7385         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7386         Emacs 21 is running.
7387
7388         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7389         Emacs 21 is running.
7390
7391         * wl-e21.el: New file.
7392
7393 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7394
7395         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7396         (wl-toggle-plugged): Ditto.
7397         (wl-plugged-toggle): Ditto.
7398         (wl-plugged-toggle-all): Ditto.
7399
7400         * wl-vars.el (wl-plug-state-indicator): Refer
7401         `wl-plug-state-indicator-on' indirectly.
7402
7403 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7404
7405         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7406         Call `wl-folder-confirm-existence'.
7407
7408         * wl-folder.el (wl-folder-confirm-existence): Added optional
7409         argument `force'.
7410
7411 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7412
7413         * wl-summary.el (wl-summary-refile-subr): Assume
7414         `copy-or-refile' as symbol.
7415         (wl-summary-refile): Follow up above change.
7416         (wl-summary-copy): Ditto.  Doc fix.
7417
7418 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7419
7420         * wl-summary.el (wl-summary-pick): Don't bind
7421         `elmo-search-mime-charset'.
7422
7423         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7424         default using old backquote style.
7425         (wl-search-mime-charset): Abolished.
7426
7427         * wl-highlight.el (wl-highlight-headers):
7428         Call `point' after `re-search-forward'(for Nemacs).
7429
7430         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
7431         for elmo-imap4.el.
7432
7433 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
7434
7435         * wl-message.el (wl-mmelmo-message-redisplay): Bind
7436         `wl-message-ignored-field-list' instead of
7437         `mime-view-ignored-field-list'.
7438
7439         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
7440         Add interactive spec.
7441         (wl-folder-goto-bottom-of-current-folder): Ditto.
7442         (wl-folder-mode-map): Bind them.
7443
7444         * wl-vars.el (wl-message-ignored-field-list): New variable.
7445         (wl-message-visible-field-list): New variable.
7446
7447         * wl-mime.el (wl-mime-header-presentation-method): New function.
7448         (wl-mime-setup): Set header-presentation-method.
7449
7450 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7451
7452         * wl-nemacs.el (wl-draft-overload-functions): Set
7453         `mode-line-buffer-identification' instead of using
7454         `wl-make-modeline'.
7455
7456         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
7457         instead of using `wl-make-modeline'.
7458
7459         * wl-xmas.el (wl-plugged-init-icons): Set up
7460         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
7461         (wl-make-modeline): Abolish.
7462         (wl-draft-overload-functions): Set
7463         `mode-line-buffer-identification' instead of using
7464         `wl-make-modeline'.
7465
7466         * wl-util.el (wl-make-modeline-subr): Abolish.
7467         (wl-mode-line-buffer-identification): New alias.
7468
7469         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
7470         (wl-summary-make-modeline): Abolish.
7471         (wl-summary-buffer-set-folder): Set
7472         `wl-summary-buffer-folder-indicator'.
7473         (wl-summary-mode): Set `mode-line-buffer-identification' instead
7474         of using `wl-make-modeline'.
7475         (wl-summary-switch-to-clone-buffer): Don't set
7476         `mode-line-buffer-identification'.
7477         (wl-summary-goto-folder-subr): Ditto.
7478
7479         * wl-mule.el (wl-draft-overload-functions): Set
7480         `mode-line-buffer-identification' instead of using
7481         `wl-make-modeline'.
7482
7483         * wl-folder.el (wl-folder-mode): Set
7484         `mode-line-buffer-identification' instead of using
7485         `wl-make-modeline'.
7486         (wl-folder): Don't set `mode-line-buffer-identification'.
7487
7488 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
7489
7490         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
7491         instead of `member' for `wl-refile-guess-func-list' look-ups.
7492         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
7493
7494 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7495
7496         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
7497         `wl-message-button-dispatcher'.
7498
7499         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
7500
7501         * wl-message.el (wl-message-button-dispatcher): Use it.
7502
7503         * wl-vars.el (wl-highlight-message-header-button-alist): Add
7504         "In-Reply-To".
7505
7506         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7507         Bind `case-fold-search' to t.
7508
7509 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7510
7511         * wl-xmas.el (wl-message-overload-functions): Initialize
7512         `wl-message-button-map'.
7513
7514         * wl-mule.el (wl-message-overload-functions): Initialize
7515         `wl-message-button-map'.
7516
7517         * wl-vars.el (wl-highlight-message-header-button-alist): New.
7518
7519         * wl-message.el (wl-message-button-map): New keymap.
7520         (wl-message-add-button): New function.
7521         (wl-message-button-dispatcher): New function.
7522         (wl-message-button-refer-article): New function.
7523
7524         * wl-highlight.el
7525         (wl-highlight-message-add-buttons-to-header): New function.
7526         (wl-highlight-headers): Use it.
7527
7528 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
7529
7530         * wl-summary.el (wl-summary-default-from): Use
7531         `wl-address-get-petname-1'.
7532         (wl-summary-simple-from): Ditto.
7533
7534         * wl-address.el (wl-address-get-petname-1): New inline function.
7535         (wl-address-get-petname): Use it.
7536
7537 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
7538
7539         * wl-summary.el (wl-summary-default-from): Return full-name part
7540         from the address if no petname was found.
7541         (wl-summary-simple-from): Ditto.
7542
7543         * wl-address.el (wl-address-get-petname): Return nil if no petname
7544         associated with the address was found.
7545
7546 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7547
7548         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
7549         display is finished.
7550
7551 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7552
7553         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
7554         `elmo-folder-exists-p' argument.
7555
7556 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
7557
7558         * wl-folder.el (wl-folder-confirm-existence): Check existence of
7559         the folder.
7560
7561 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
7562
7563         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
7564
7565         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
7566         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
7567
7568 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
7569
7570         * wl-folder.el (wl-folder-create-subr): New function.
7571         (wl-folder-confirm-existence): Use it.
7572         (wl-folder-check-one-entity): Use it.
7573         Check the error symbol is derived from 'elmo-open-error.
7574
7575         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
7576         `ignore-error'.
7577
7578 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7579
7580         * wl-util.el (toplevel): Add (eval-when-compile (require
7581         'elmo-util)).  (Maybe `provide' is typo.)
7582
7583 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
7584
7585         * wl-util.el (toplevel): Removed (provide 'elmo-util).
7586         (I don't know why this was needed.)
7587
7588         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
7589         Follow up changes for stream-type.
7590
7591         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
7592         (wl-draft-elmo-nntp-send): Ditto.
7593
7594         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
7595         (wl-nntp-posting-stream-type): Ditto.
7596         (wl-pop-before-smtp-ssl): Abolished.
7597         (wl-nntp-posting-ssl): Ditto.
7598
7599         * wl-address.el (wl-address-quote-specials): New function.
7600         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
7601
7602         * wl-draft.el (wl-draft-reply): Ditto.
7603
7604 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7605
7606         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
7607         use function `wl-string-match-assoc'.
7608
7609 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
7610
7611         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
7612
7613         * wl-draft.el (wl-draft-deduce-address-list): New function.
7614         (wl-draft-parse-mailbox-list): Ditto.
7615         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
7616         instead of `smtp-deduce-address-list'.
7617         (wl-draft-on-field-p): Follow group list.
7618
7619         * wl-address.el (wl-address-concat-token): New function.
7620         (wl-address-string-without-group-list-contents): Ditto.
7621         (wl-complete-field-body): Fixed problem of completion
7622         by japanese petname.
7623         (wl-address-make-completion-list): Rewrite.
7624
7625 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
7626
7627         * wl-address.el (wl-address-make-completion-list): Completion by
7628         petname.
7629         (wl-complete-field-body): Likewise.
7630
7631 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
7632
7633         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
7634         contains invalid address syntax.
7635
7636 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7637
7638         * wl-folder.el (wl-folder-check-entity-async): Use
7639         `elmo-nntp-spec-hostname'.
7640
7641 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
7642
7643         * wl-summary.el (wl-summary-msgdb-load-async): Use
7644         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
7645
7646 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
7647
7648         * wl-draft.el (wl-draft-reply): Set argument
7649         `content-transfer-encoding' as nil.
7650
7651 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
7652
7653         * wl-refile.el (wl-refile-learn): Move hit element to the top of
7654         `wl-refile-alist'.
7655
7656 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
7657
7658         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
7659         (wl-draft-edit-string): Ditto.
7660         (wl-draft-forward): Ditto.
7661         * wl-summary.el (wl-summary-write): Ditto.
7662
7663 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
7664
7665         * wl-summary.el (wl-summary-sync-update3): Call
7666         `wl-summary-buffer-number-column-detect'.
7667         (wl-summary-buffer-number-column-detect): Search from point-min.
7668
7669 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
7670
7671         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
7672         contains an address which is not included in original to or cc.
7673
7674 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
7675
7676         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
7677         begin-line does not exist.
7678         * wl-message.el (wl-message-uu-substring): Ditto.
7679
7680 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
7683         clear local variables.
7684         (wl-summary-exit): Call `elmo-commit'.
7685         (wl-summary-switch-to-clone-buffer): Call
7686         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
7687         (wl-summary-goto-folder-subr): Ditto.
7688
7689         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
7690         POP folder.
7691
7692 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
7693
7694         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
7695         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
7696         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
7697         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
7698         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
7699         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
7700
7701         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
7702
7703 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
7704
7705         * wl-summary.el (wl-summary-search-by-subject):
7706         Search parent message from the latest one.
7707
7708 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
7709
7710         * wl-draft.el (wl-draft-reply): Insert address with full-name.
7711         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
7712
7713         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
7714         New user option.
7715
7716         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
7717         if elmo-nntp-use-killed-list is nil.
7718         Use `elmo-msgdb-append-to-killed-list'.
7719         (Append numbers confirmed as disappeared to the killed list.)
7720         (wl-summary-confirm-appends): Don't display negative number.
7721
7722 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7723
7724         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
7725
7726 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
7727
7728         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
7729         range is `all'.
7730         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
7731         `elmo-list-bigger-diff'.
7732
7733 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
7734
7735         * wl-summary.el (wl-summary-buffer-exit-func):
7736         New buffer local variable.
7737         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
7738
7739 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
7740
7741         * wl-demo.el (wl-demo): Fix the last change.
7742
7743 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
7744
7745         * wl-demo.el (wl-demo): Don't use `eval'.
7746
7747 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
7748
7749         * wl-summary.el (wl-summary-buffer-thread-modified):
7750         New buffer-local variable.
7751         (wl-summary-set-thread-modified): New function.
7752         (wl-summary-thread-modified-p): New function.
7753         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
7754         (wl-summary-yank-saved-message): Use function
7755         `wl-summary-set-thread-modified'
7756         (wl-summary-switch-to-clone-buffer): Add
7757         `wl-summary-buffer-thread-modified'.
7758
7759         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
7760         (wl-summary-buffer-mark-saved-hook): Ditto.
7761         * wl-summary.el (wl-summary-msgdb-save): New hook
7762         `wl-summary-buffer-message-saved-hook' and
7763         `wl-summary-buffer-mark-saved-hook'.
7764
7765 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7766
7767         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
7768
7769 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
7770
7771         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
7772         don't hide scroll bars under FSF Emacsen because it may incur an
7773         undesirable redrawing.
7774
7775 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
7776
7777         * wl-draft.el (wl-draft-edit-string): Call
7778         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
7779
7780 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
7781
7782         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
7783
7784 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
7785
7786         * wl-summary.el (wl-summary-msgdb-load-async): Call
7787         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
7788
7789 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
7790
7791         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
7792         fringes in demo buffer; center bitmap logo correctly even if old
7793         Mule is used.
7794
7795 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
7796
7797         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
7798
7799         * wl-refile.el (wl-refile-subject-alist): New variable.
7800         (wl-refile-subject-alist-file-name): Ditto.
7801         (wl-refile-alist-setup): Rewrite.
7802         (wl-refile-alist-save): Use `elmo-object-save'.
7803         Eliminated arguments.
7804         (wl-refile-learn): Check `wl-refile-guess-func-list'.
7805         (wl-refile-guess-by-subject): New function.
7806         (wl-refile-guess-func-list): Added it.
7807
7808 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7809
7810         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
7811         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
7812
7813 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
7814
7815         * wl-summary.el (wl-summary-buffer-prev-folder-func):
7816         New buffer-local variable.
7817         (wl-summary-buffer-next-folder-func): Ditto.
7818         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
7819         if non-nil.
7820         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
7821         if non-nil.
7822         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
7823         if non-nil.
7824         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
7825         if non-nil.
7826
7827 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
7828
7829         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
7830         permanently in the demo buffer.
7831
7832 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
7833
7834         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
7835         `mime-entity-fetch-field'.
7836
7837         * wl.el (wl-exit): Delete plugged buffer.
7838
7839         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
7840         XEmacs has menubar feature.
7841
7842 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7843
7844         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
7845         cannot arrive at the beginning of the buffer under old Emacsen.
7846
7847 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
7848
7849         * wl-address.el (wl-address-ldap-search):
7850         Call `ldap-search-entries' with `withdn' argument t.
7851         (wl-complete-field-body): Bind completion-ignore-case as t.
7852         Clear ldap search hash when it was sole completion.
7853         Use elmo-string for pattern string.
7854         (wl-ldap-alias-safe-string): Eliminated needless let.
7855
7856 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
7857
7858         * wl-address.el (wl-ldap-alias-dn-level): New variable.
7859         (wl-ldap-alias-sep): New constant.
7860         (wl-ldap-search-attribute-type-list): Ditto.
7861         (wl-ldap-get-value): New function.
7862         (wl-ldap-make-filter): Ditto.
7863         (wl-ldap-make-matched-value-list): Ditto.
7864         (wl-ldap-alias-safe-string): Ditto.
7865         (wl-ldap-register-dn-string): Ditto.
7866         (wl-address-ldap-search): Rewrite.
7867
7868 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7869
7870         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
7871         thread is deleted.
7872         (wl-thread-delete-line-from-buffer): Ditto.
7873         (wl-thread-get-exist-children): New function.
7874
7875 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
7876
7877         * wl-demo.el (wl-demo): Made it to select various image types.
7878         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
7879         from `wl-title-logo'.
7880         (wl-logo-ascii): New variable.
7881         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
7882         (wl-demo-copyright-notice): New constant.
7883
7884         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
7885
7886 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7887
7888         * wl-vars.el (wl-summary-target-above): Renamed from
7889         wl-summary-temp-above.
7890         * wl-score.el (wl-score-get-score-alist): Use it.
7891         (wl-summary-score-update-all-lines): Use it.
7892         * wl-summary.el: Ditto. (make-variable-buffer-local).
7893
7894 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
7895
7896         * wl-vars.el (wl-ldap-port): New user option.
7897
7898         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
7899         Rewite whole implementation.
7900         (wl-complete-field-body): Fixed.
7901
7902 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
7903
7904         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
7905         Choose implementation at compile time.
7906
7907 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7908
7909         * wl-address.el (wl-ldap-search-internal): New function.
7910         (wl-complete-field-to): Use it.
7911
7912 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
7913
7914         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
7915         Use `let' instead of `let*'.
7916         Require 'wl-vars.
7917
7918         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
7919         Define as defcustom.
7920         (wl-ldap-base): Ditto.
7921         (wl-use-ldap): Ditto.
7922
7923 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
7924
7925         * wl-address.el (wl-ldap-search): New function.
7926         (wl-complete-field-body): Use `wl-ldap-search'.
7927         (wl-ldap-server): New variable.
7928         (wl-ldap-base): Ditto.
7929         (wl-use-ldap): Ditto.
7930
7931 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
7932
7933         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
7934         (Pointed out by Mito <mit@nines.nec.co.jp>).
7935         * wl-summary.el (wl-summary-redisplay-no-mime): Update
7936         buffer-local variables like `wl-summary-redisplay-internal'.
7937         (wl-summary-redisplay-all-header): Likewise.  Update
7938         Summary view too.
7939
7940 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
7941
7942         * wl-summary.el (wl-summary-jump-to-parent-message):
7943         Consider prefix argument.
7944
7945         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
7946         when closed thread is deleted.
7947
7948 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
7949
7950         * wl-summary.el (wl-summary-jump-to-parent-message):
7951         Consider thread modification.
7952
7953 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
7954
7955         * wl-message.el (wl-message-normal-get-original-buffer): Use
7956         `save-excursion'.
7957
7958         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
7959         (wl-summary-showto-folder-regexp): Ditto.
7960
7961 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
7962
7963         * wl-util.el (wl-delete-alist): Doc fix.
7964         (wl-delete-associations): New function.
7965         (wl-inverse-alist): New function.
7966         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
7967         Split temporary variables. Use `wl-delete-associations'
7968         and `wl-inverse-alist'.
7969         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
7970
7971 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
7972
7973         * wl-folder.el (wl-folder-prefetch-entity):
7974         Execute prefetching if new count is unknown.
7975
7976 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
7977
7978         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
7979
7980         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
7981         delete entity.
7982         (wl-thread-set-parent): If insert as top, set linked as nil.
7983
7984         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
7985         `wl-thread-cleanup-symbols' when view mode is thread.
7986
7987 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
7988
7989         * wl-folder.el (wl-folder-create-folder-entity): Use
7990         with-current-buffer.
7991         (wl-local-folder-init): Call set-buffer to make sure we are in
7992         the Folder buffer. Don't touch buffer-local variables here.
7993         (wl-folder-mode): Initialize buffer-local variables here.
7994
7995         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
7996         (wl-folder-entity-assign-id): Ditto.
7997         (wl-folder-create-entity-hashtb): Ditto.
7998         (wl-local-folder-init): Ditto.
7999         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8000
8001 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8002
8003         * wl-summary.el (wl-summary-default-from): Fix probrem when
8004         std11-extract-address-components return (nil "foo@bar").
8005
8006 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8007
8008         * wl-draft.el (wl-draft-clone-local-variables):
8009         Remove redundant `setq'.
8010
8011 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8012
8013         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8014         Bind wl-highlight-x-face-func as nil while highlighting header.
8015
8016 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8017
8018         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8019
8020 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8021
8022         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8023         elmo-msgdb-overview-hashtb from copy-variables.
8024         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8025         instead of `elmo-msgdb-overview-get-entity-by-number'.
8026         (wl-summary-auto-refile): Ditto.
8027
8028         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8029         `elmo-msgdb-overview-get-entity' instead of
8030         `elmo-msgdb-search-overview-entity'.  Use
8031         `elmo-msgdb-overview-get-entity' instead of
8032         `elmo-msgdb-overview-get-entity-by-number'.
8033         (wl-thread-insert-entity-sub): Ditto.
8034         (wl-thread-insert-message): Ditto.
8035
8036         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8037         `elmo-msgdb-overview-get-entity'.
8038         (wl-normal-message-redisplay): Ditto.
8039
8040 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8041
8042         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8043         `wl-thread-entities'.
8044         (wl-thread-delete-message): Fix remove top message from
8045         `wl-thread-entity-list'.
8046
8047         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8048         wl-append(nconc), because update-list is broken on Meadow.
8049
8050         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8051         updating process.
8052         (wl-summary-rescan): Ditto.
8053         (wl-summary-sync-update3): Ditto.
8054         * wl-thread.el (wl-thread-set-parent): Renamed from
8055         `wl-summary-set-parent'.
8056         (wl-thread-insert-message): Updating buffer faster.
8057         (wl-thread-delete-message): Updating buffer faster.
8058
8059         * wl-score.el (wl-summary-score-update-all-lines): Changed
8060         interval for display progress gauge.
8061
8062 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8063
8064         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8065         folder always-sticky.
8066         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8067         defmacro.
8068
8069 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8070
8071         * wl-vars.el (wl-draft-add-references): New user option.
8072
8073         * wl-draft.el (wl-draft-add-references): New function.
8074         (wl-draft-yank-from-mail-reply-buffer): Use it.
8075         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8076         as nil.
8077
8078 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8079
8080         * wl-thread.el (wl-thread-update-line-msgs): Called
8081         `wl-thread-update-line-on-buffer-sub'.
8082         (wl-thread-update-line-on-buffer): Delete routine of inserting
8083         thread.
8084         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8085         moved from `wl-thread-update-line-on-buffer'.
8086         Add threshold for displaying progress gauge.
8087         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8088         argument of `wl-thread-update-line-msgs'.
8089         Add threshold for displaying progress gauge.
8090         * wl-folder.el:
8091         Add threshold for displaying progress gauge.
8092         * wl-score.el: Ditto.
8093
8094         * wl-expire.el (wl-summary-expire): Display deleting info.
8095
8096 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8097
8098         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8099         `no-msg'.
8100         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8101         argument of `wl-thread-update-line-msgs'.
8102         (wl-summary-set-parent): Added optional argument `parent-number'.
8103         (wl-summary-buffer-saved-message): New buffer local variable.
8104         (wl-summary-save-current-message): New command.
8105         (wl-summary-yank-saved-message): Ditto.
8106         (wl-summary-mode-map): Added key binding for
8107         `wl-summary-save-current-message' (\ew) and
8108         `wl-summary-yank-saved-message' (\C-y).
8109         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8110
8111 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8112
8113         * wl-summary.el (wl-summary-mode-map): Added key binding for
8114         `wl-summary-set-parent' (ts).
8115
8116 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8117
8118         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8119         subject faster. If thread number is reverse, delayed updating
8120         thread.
8121         (wl-summary-search-by-subject): Ditto.
8122         (wl-summary-put-alike): Ditto.
8123         (wl-summary-get-alike): Ditto.
8124         (wl-summary-insert-headers): Insert header of all overview in
8125         buffer.
8126         (wl-summary-rescan): Delayed updating thread. Kill search subject
8127         buffer for wl-summary-search-by-subject.
8128         (wl-summary-sync-update3): Ditto.
8129         (wl-summary-exit): Ditto.
8130         (wl-summary-goto-bottom-of-current-thread): Change for linked
8131         thread.
8132         (wl-summary-overview-create-summary-line): Change line for linked
8133         thread.
8134
8135         * wl-summary.el (wl-summary-update-thread): Use
8136         wl-thread-maybe-get-children-num.
8137         (wl-summary-set-parent): If change parent, move sub thread.
8138         (wl-summary-redisplay-internal): Add horizontal recenter.
8139         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8140
8141         * wl-thread.el (wl-thread-entity-get-linked): New function.
8142         (wl-thread-entity-set-linked): New function.
8143         (wl-thread-create-entity): Add linked element.
8144         (wl-thread-entity-insert-as-top): Use wl-append.
8145         (wl-thread-maybe-get-children-num): If closing thread, return
8146         children msgs.
8147         (wl-thread-update-line-msgs): Displaying progress message.
8148         (wl-thread-update-line-on-buffer-sub): Use
8149         wl-thread-maybe-get-children-num.
8150         (wl-thread-update-line-on-buffer): If update line is not exists,
8151         insert thread.
8152         (wl-thread-delete-message): If delete top msg of thread, search
8153         parent by subject.
8154         (wl-thread-insert-entity): Use
8155         wl-thread-maybe-get-children-num.
8156
8157         * wl-highlight.el (wl-highlight-summary-current-line): change
8158         sregexp for linked thread.
8159         * wl-util.el (wl-count-lines): Count lines.
8160         (wl-horizontal-recenter): horizontal recenter.
8161         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8162         (wl-score-get-alike): Ditto.
8163         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8164         (wl-subject-length-limit): New variable.
8165         (wl-highlight-thread-indent-string-regexp): Changed for linked
8166         thread.
8167
8168 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8169
8170         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8171         New variable (revival).
8172         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8173         by subject matching if there's no in-reply-to nor references field
8174         (revival).
8175
8176 \f
8177 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8178
8179         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8180         message.
8181
8182 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8183
8184         * wl-summary.el (wl-summary-reply): Return t if there was a
8185         message at cursor point.
8186         Added unwind-protect.
8187         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8188         returns t.
8189         (wl-summary-cancel-message): Do nothing when there's no message at
8190         cursor point.
8191         (wl-summary-forward): Ditto.
8192         (wl-summary-jump-to-parent-message): Ditto.
8193         (wl-summary-reedit): Ditto.
8194         (wl-summary-edit-addresses): Ditto.
8195         (wl-summary-pipe-message): Ditto.
8196         (wl-summary-print-message-with-ps-print): Ditto.
8197         (wl-summary-print-message): Ditto.
8198         (wl-summary-mark-as-important): Ditto.
8199         (wl-summary-mark-as-unread): Ditto.
8200
8201         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8202         message at cursor point.
8203         (wl-summary-reply-with-citation): Remove unwind-protect.
8204
8205         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8206         subject searching feature.
8207         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8208         Eliminated.
8209
8210 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8211
8212         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8213         New variable.
8214         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8215         by subject matching if there's no in-reply-to nor references field.
8216
8217         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8218
8219         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8220         when display is finished.
8221         (wl-folder-open-all): Ditto.
8222         (wl-folder-update-access-group): Ditto.
8223         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8224         * wl-thread.el (wl-thread-close-all): Ditto.
8225
8226         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8227         progress gauge only when it was displayed.
8228         * wl-folder.el (wl-folder-insert-entity): Ditto.
8229
8230 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl-summary.el (wl-summary-incorporate): Enclose
8233         `wl-summary-sync-force-update' with save-excursion.
8234
8235 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8236
8237         * wl-summary.el (wl-summary-prefetch-region):
8238         Pass current cursor point to `pos-visible-in-window-p' after
8239         moving cursor to the started point.
8240
8241 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8242
8243         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8244
8245         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8246         fields from the forwarding message.
8247         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8248         `ignored-fields'.
8249
8250 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8251
8252         * wl-mime.el (wl-message-request-partial):
8253         Eliminated argument `msgdb'.
8254         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8255         (wl-mime-combine-message/partial-pieces): Likewise.
8256         * tm-wl.el (wl-message-request-partial): Likewise.
8257         (wl-mime-combine-message/partial-pieces): Likewise.
8258
8259 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8260
8261         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8262         when display is finished.
8263
8264 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8265
8266         * wl-summary.el (wl-summary-goto-folder-subr):
8267         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8268
8269 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8270
8271         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8272         when cursor point is visible.
8273
8274 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8275
8276         * wl-expire.el (wl-expire-archive-get-max-number):
8277         Don't use `file-name-directory'.
8278
8279 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8280
8281         * wl-expire.el (wl-expire-archive-get-max-number):
8282         Use `file-name-directory'.
8283
8284 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8285
8286         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8287         only when there is progress.
8288
8289 2000-04-13  Mito <mit@nines.nec.co.jp>
8290
8291         * wl-summary.el (wl-summary-sync-marks): Display progress.
8292
8293 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8296         (wl-summary-prev): Move cursor regardless of unread status.
8297         (wl-summary-next): Ditto.
8298
8299 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8300
8301         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8302         Added argument `target' and `number'.
8303         * tm-wl.el (wl-summary-burst-subr): New function.
8304         (wl-summary-burst): Use it.
8305
8306 2000-04-10  Mito <mit@nines.nec.co.jp>
8307
8308         * wl-mime.el (wl-burst): New function.
8309         (wl-summary-burst): Use it.
8310
8311 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8312
8313         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8314         as petname when there's no candidate.
8315
8316 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8317
8318         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8319         New variable.
8320         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8321
8322         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8323
8324         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8325
8326 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8327
8328         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8329         Use substring of `original' instead of buffer-substring.
8330         (wl-refile-evaluate-rule):
8331         Set `original' argument of wl-refile-expand-newtext.
8332
8333         * wl-summary.el
8334         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8335         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8336         (wl-summary-auto-refile): Check existence of destination folder just
8337         before marking.
8338
8339 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8340
8341         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8342         when wl-refile-get-field-value return nil.
8343
8344 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8345
8346         * wl-refile.el
8347         (wl-refile-expand-newtext): New function imported from Gnus.
8348         (wl-refile-evaluate-rule): Use it.
8349
8350 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8351
8352         * wl-summary.el (wl-summary-print-destination):
8353         Duplicate folder string to avoid putting text-property on
8354         original string.
8355
8356         * wl-refile.el (wl-refile-get-field-value): New function.
8357         (wl-refile-evaluate-rule): New function;
8358         Evaluate refile rule recursively.
8359         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8360         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8361         New function; Check existence of a target folder recursively.
8362         (wl-summary-auto-refile-check-refile-rule-alist):
8363         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8364
8365 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8366
8367         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8368
8369         * wl-folder.el (wl-create-folder-entity-from-buffer):
8370         Fixed problem when '}' character is contained in folder name.
8371
8372         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8373
8374 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8375
8376         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8377         (wl-fldmgr-add-completion-all-completions):
8378         Use wl-fldmgr-add-completion-hashtb.
8379
8380 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8381
8382         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8383         wl-fldmgr-add-completion-subr): New functions.
8384         * wl-folder.el (wl-folder-completion-func): New variable.
8385         * wl-summary.el (wl-summary-read-folder):
8386         Use wl-folder-completion-func.
8387
8388         * wl-refile.el: Eliminate throw & catch.
8389
8390         * wl.el (wl-plugged-sending-queue-status): Fixed.
8391
8392 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8393
8394         * wl-draft.el (wl-draft): Put category property on
8395         mail-header-separator.