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