cac95bd4b9138ff0cbce1a5e4e7feb0302e22a11
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2
3         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
4         according to 3rd element of wl-summary-flag-mark.
5
6         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
7
8 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
9
10         * wl-action.el (wl-summary-target-mark-all): Don't set
11         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
12
13 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
14
15         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
16         (wl-forward-subject-prefix): Ditto.
17         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
18         (wl-draft-reply-make-subject): Ditto.
19
20         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
21         `wl-draft-forward'.
22         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
23
24 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
25
26         * wl-action.el (wl-summary-target-mark-set-action): Stop if
27         target message does not exist.
28
29 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
30
31         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
32         `wl-subject-prefix-regexp'.
33         (wl-subject-forward-prefix-regexp): New variable.
34         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
35         `wl-draft-strip-subject-re' and take regexp as argument.
36         (wl-draft-forward): Use it.
37         (wl-draft-reply): Ditto.
38
39 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
40
41         * wl-e21.el (wl-highlight-plugged-current-line): Change for
42         emacs multi-tty support.
43
44 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
45
46         * wl-e21.el (wl-e21-display-image-p): Don't call
47         `display-images-p'.
48         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
49         support.
50         (wl-highlight-folder-current-line): Ditto.
51         (wl-folder-init-icons): Ditto.
52
53 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
54
55         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
56         the last line of summary in unplugged mode.
57
58 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
59
60         * wl-vars.el (wl-refile-rule-alist): Doc fix.
61
62 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
63
64         * wl-vars.el (wl-user-mail-address-regexp): New variable.
65         * wl-address.el (wl-address-user-mail-address-p): Use it.
66         (wl-address-delete-user-mail-addresses): Ditto.
67         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
68
69         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
70         (wl-address-delete-user-mail-addresses): Ditto.
71
72         * wl-address.el (wl-address-delete-user-mail-addresses): New
73         function.
74         * wl-refile.el (wl-refile-guess-by-history): Use it.
75         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
76         (wl-draft-make-mail-followup-to): Ditto and fix logic.
77
78         * wl-draft.el (wl-draft-edit-string): To judge sender address,
79         use wl-address-user-mail-address-p.
80
81 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
82
83         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
84         after opening group.
85
86 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
89         of elmo-set-buffer-multibyte.
90
91         * wl-message.el (wl-original-message-mode): Ditto.
92
93         * wl-score.el (wl-score-insert-header): Ditto.
94
95         * wl-summary.el
96         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
97         (wl-summary-goto-folder-subr): Ditto.
98         (wl-summary-insert-headers): Ditto.
99
100         * wl-util.el (wl-set-string-width): Ditto.
101
102         * Version number is increased to 2.11.29.
103
104 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
105
106         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
107         (wl-highlight-summary-line-help-echo-alist): New variable.
108         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
109         into `wl-highlight-summary-line-help-echo' and
110         `wl-highlight-flag-folder-help-echo'.
111         (wl-highlight-summary-line-string): Change accordingly.
112         (wl-highlight-summary-current-line): Ditto.
113
114 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
115
116         * wl-highlight.el (wl-highlight-message): Ignore white spaces
117         at the beginning of field body (Thanks to Markus Knittig).
118
119         * wl-draft.el (wl-draft-insert-current-message): Also check
120         summary buffer, remove unnecessary tag.
121
122 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
123
124         * wl-draft.el (wl-draft-insert-current-message): Cause error also
125         when wl-message-buffer is nil.
126
127         * wl-folder.el (wl-folder): Abolish unused argument.
128         Call wl-folder-init when wl-folder-entity is nil.
129         * wl.el (wl): Change accordingly.
130
131 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
132
133         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
134         multibyte string before insert into draft buffer.
135         (wl-draft-create-buffer): Always enable multibyte characters for
136         draft buffer.
137
138         * Version number is increased to 2.11.28.
139
140 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-folder.el (wl-folder-open-close): Handle blank line.
143         (wl-folder-jump-to-current-entity): Ditto.
144
145 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
146
147         * Version number is increased to 2.11.27.
148
149 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
150
151         * wl-thread.el (wl-thread-insert-message): When the thread is
152         devided by wl-summary-max-thread-depth, insert line at the end of
153         buffer.
154
155 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
156
157         * Version number is increased to 2.11.26.
158
159 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
160
161         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
162
163 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
164
165         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
166         value of stream-type and session.
167
168 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
169
170         * Version number is increased to 2.11.25.
171
172 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
173
174         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
175         in a quit message.
176
177 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
178
179         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
180         (wl-summary-redisplay-no-mime-internal): Ditto.
181
182 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
185         * wl-vars.el (wl-smtp-connection-type): Ditto.
186
187 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
188
189         * wl-highlight.el (wl-highlight-message): Change to strict regexp
190         for the separator line and quote mail-header-separator.
191
192 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
193
194         * wl-spam.el (wl-message-check-spam): Fixed problem no display
195         result message.
196
197         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
198         `elmo-multiple-fields-body-list' with boundary as
199         mail-header-separator.
200
201 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
202
203         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
204
205 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
206
207         * wl-util.el (wl-list-diff): Remove unused function.
208
209         * wl-draft.el (wl-draft-send-confirm): Discard input before
210         confirmation.
211
212 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
213
214         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
215         order of flag and new.
216
217 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
218
219         * wl-vars.el (wl-refile-policy-alist): Abolished.
220
221         * wl-action.el (wl-summary-set-action-refile): Follow the change
222         above.
223
224 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
225
226         * wl-highlight.el (wl-highlight-signature-search): Don't use
227         re-search-backward for a long word since it is possible to crash
228         XEmacs because of a bug.
229
230 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
231
232         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
233
234 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
235
236         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
237         argument for wl-summary-sync-force-update.
238
239 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
240
241         * wl-summary.el (wl-summary-mode-map): Revival of
242         wl-summary-mark-as-important related bindings;
243         Bind 'F','tF','mF','rF','m&'.
244         (wl-summary-mark-as-important-region): Revival.
245         (wl-summary-target-mark-mark-as-important): Ditto.
246         (wl-summary-target-mark-operation): New function.
247         (wl-summary-target-mark-mark-as-answered): Use it.
248         (wl-summary-decide-flag): Don't set Important as default.
249         (wl-summary-mark-as-important-internal): Revival.
250         (wl-summary-mark-as-important): Ditto.
251
252         * wl-thread.el (wl-thread-mark-as-important): Ditto.
253
254         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
255         instead of facep.
256
257 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
258
259         * wl-dnd.el (wl-dnd-drop-func): Fix.
260
261         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
262         mouse-set-point instead of posn-point.
263
264         * wl-xmas.el (wl-completing-read-multiple): Define as function.
265
266         * wl-mule.el (wl-completing-read-multiple): Ditto.
267
268 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
269
270         * wl-demo.el (face-background-name): Defalias to avoid compile
271         warning.
272
273 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
274
275         * wl-summary.el (wl-summary-decide-flag): Use
276         wl-completing-read-multiple instead of completing-read-multiple.
277
278         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
279         New alias.
280
281         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
282         Use face-background-name instead of face-background.
283
284         * wl-vars.el (wl-summary-save-file-suffix): New user option.
285
286         * wl-summary.el (wl-summary-save): Use it.
287         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
288
289         * wl-mime.el (wl-mime-save-content): Fix last change.
290
291 2004-02-10  Len Trigg <lenbok@myrealbox.com>
292
293         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
294         New function.
295         (wl-summary-sort-specs): Added sort.
296         * wl-mime.el (wl-mime-save-content): Expand file name.
297
298 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
299
300         * wl-mime.el (wl-draft-preview-message): Fixed typo.
301
302         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
303
304 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
305
306         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
307         for flag if it is not defined.
308
309 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
310
311         * wl-e21.el (wl-highlight-folder-current-line): Use
312         elmo-folder-type-internal when elmo-folder-type returns nil.
313
314         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
315
316         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
317
318         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
319
320         * wl-e21.el (wl-summary-toolbar): Ditto.
321
322         * wl-vars.el (wl-demo-background-color): Abolished.
323         (wl-summary-persistent-mark-priority-list): Renamed from
324         wl-summary-flag-priority-list.
325         (wl-summary-flag-alist): New user option.
326         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
327         (wl-message-mode-line-format-spec-alist): Added 'F'.
328         (wl-message-mode-line-format): Likewise.
329         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
330         instead of wl-summary-important-mark.
331         (wl-file-folder-icon): New variable.
332
333         * wl-thread.el (wl-thread-set-flags): Renamed from
334         wl-thread-mark-as-important.
335
336         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
337         warning.
338         (wl-summary-mode-menu-spec): Follow the change of 
339         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
340         (wl-summary-mode-map): Follow the change of
341         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
342         (wl-summary-detect-mark-position): Follow the variable name change.
343         (wl-summary-set-flags-region): New function for the replacement of
344         wl-summary-mark-as-important-region.
345         (wl-summary-sync-marks): Sync all global-flags.
346         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
347         instead of elmo-message-flagged-p.
348         (wl-summary-persistent-mark-string): Follow the variable name change;
349         Put wl-summary-flag-mark if the message has global-flag.
350         (wl-summary-target-mark-set-flags): Renamed from 
351         wl-summary-target-mark-mark-as-important.
352         (wl-summary-decide-flag): New function.
353         (wl-summary-set-flags-internal): Renamed from
354         wl-summary-mark-as-important-internal.
355         (wl-summary-add-flags-internal): New function.
356         (wl-summary-remove-flags-internal): Ditto.
357         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
358         (wl-summary-mark-as-unimportant): Abolish.
359         (wl-summary-move-spec-alist): Changed `important' to `digest'.
360         (wl-summary-next-message): List flagged messages in the msgdb.
361
362         * wl-score.el (wl-summary-score-update-all-lines): Use
363         wl-summary-add-flags-internal instead of 
364
365         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
366
367         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
368         from wl-message-buffer-cur-flag (To avoid misunderstanding).
369         (wl-message-buffer-require-all-header): Renamed from
370         wl-message-buffer-all-header-flag (Ditto).
371         (wl-message-buffer-flag-indicator): New variable.
372         (wl-message-redisplay): Changed local varibale name from `flag' to
373         `display-type'; Set up wl-message-buffer-flag-indicator.
374         (wl-message-buffer-display): Changed varibale name from `flag' to
375         `display-type'.
376         (wl-message-display-internal): Likewise.
377
378         * wl-highlight.el (wl-highlight-demo-face): Define default background
379         color.
380         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
381
382         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
383
384         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
385         (wl-demo-setup-properties): Renamed from
386         `wl-demo-set-background-color'.
387         (wl-demo): Follow the change above.
388         
389         * Version number is increased to 2.11.24.
390
391 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
392
393         * wl-summary.el (wl-summary-toggle-thread): Call
394         `wl-summary-rescan' with disable-thread as non-nil.
395         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
396
397 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
398
399         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
400         foreground property of the face.
401         (wl-demo-insert-text): Don't set up face property here.
402         (wl-demo): Call wl-demo-set-background-color, anyway.
403
404 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
405
406         * wl-vars.el (wl-demo-background-color): The value can be nil.
407
408 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
409
410         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
411         to wl-summary-wheel-dispatcher.
412
413         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
414         wl-message-wheel-dispatcher.
415         (wl-message-wheel-dispatcher): New function.
416         (wl-summary-wheel-dispatcher): Ditto.
417
418 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
419
420         * wl-action.el (wl-summary-target-mark-all): List messages which are
421         not in the killed-list.
422
423         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
424         only when the folder is 'flag/important.
425
426         * wl-address.el (wl-complete-field-body): Complete if the last
427         character is a space.
428
429 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
430
431         * wl-folder.el (wl-folder-clear-entity-info): Use
432         elmo-clear-hash-val.
433
434         * wl-fldmgr.el (wl-fldmgr-rename): Set
435         wl-folder-info-alist-modified as t.
436
437 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
438
439         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
440
441 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
442
443         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
444         (wl-folder-buffer-last-visited-entity-id): New buffer local
445         variable.
446         (wl-folder-revisit-last-visited-folder): New function.
447         (wl-folder-mode-map): Bind it to "C-i".
448         (wl-folder-set-current-entity-id): Set last visited folder.
449         * wl-summary.el (wl-summary-exit): Ditto.
450
451 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
452
453         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
454         before calling `recenter' in order to cope with an XEmacs bug.
455
456 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
457
458         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
459         to the default value.
460
461 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
462
463         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
464         change.
465         (wl-summary-sync-marks): Ditto.
466         (wl-summary-mark-as-read-internal): Ditto.
467         (wl-summary-mark-as-answered-internal): Ditto.
468         (wl-summary-mark-as-important-internal): Ditto.
469         (wl-summary-reply): Ditto.
470
471         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
472         instead of `elmo-folder-unflag-answered'.
473
474         * Version number is increased to 2.11.23.
475
476         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
477         the last change.
478
479 2004-01-11  Kenichi Okada  <okada@opaopa.org>
480
481         * wl-spam.el (wl-summary-exec-action-refile-with-register):
482         Specify "spam" or "good".
483
484 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
485
486         * wl-spam.el (wl-summary-exec-action-spam): Call
487         wl-folder-confirm-existence for spam folder.
488         (wl-spam-setup): Bind "mk".
489
490 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
491
492         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
493
494 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
495
496         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
497         destination folder is empty.
498
499 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
500
501         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
502         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
503
504         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
505         (wl-summary-refile-prev-destination-region): New function.
506         (wl-thread-refile-prev-destination): Ditto.
507         (wl-summary-target-mark-refile-prev-destination): Ditto.
508
509 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
510
511         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
512         (wl-demo-background-color): Changed default value.
513
514         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
515         color.
516
517         * wl-demo.el (wl-demo-set-background-color): New function.
518         (wl-demo): Call it.
519
520 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
521
522         * wl-address.el (wl-address-delete): Avoid mis-deleting.
523         * wl-address.el (wl-address-add-or-change): Don't add empty
524         address.
525
526 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
527
528         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
529
530 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
531
532         * wl-vars.el (wl-demo-image-filter-alist): New variable
533         (wl-demo-background-color): Ditto.
534
535         * wl-demo.el (wl-demo-xpm-set-background): New function.
536         (wl-demo-image-filter): Ditto.
537         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
538
539         * wl-vars.el (wl-demo-icon-name-alist): New variable.
540
541         * wl-demo.el (wl-demo-icon-name): Define as function.
542         (wl-demo-insert-image): Use it.
543
544 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
545
546         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
547
548 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
549
550         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
551
552 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
553
554         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
555
556 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
557
558         * wl-thread.el (wl-thread-mark-as-answered): New function.
559
560         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
561         answered" entry.
562         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
563         "r&" and wl-thread-mark-as-answered to "t&".
564         (wl-summary-mark-as-important-region): Refine to toggle mark.
565         (wl-summary-mark-as-answered-region): New function.
566         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
567         and 3rd argument.
568         (wl-summary-mark-as-important-internal): Likewise.
569
570 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
571
572         * wl-template.el (wl-template-preview): New internal variable.
573         (wl-template-preview-p): New function.
574         (wl-template-show): Bind `wl-template-preview' as t.
575
576 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
577
578         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
579         `elmo-message-entity-field' with 3rd argument which is non-nil.
580
581 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
582
583         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
584         Removed duplicate local bind `folder'.
585
586 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
587
588         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
589
590 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
591
592         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
593         duplicate definition.
594
595 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
596
597         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
598         non-nil, use it; Don't fetch message if there's no message in the
599         current cursor position.
600
601 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
602
603         * wl-util.el (wl-region-exists-p): Use region-active-p.
604         (wl-deactivate-region): New function.
605         * wl-message.el (wl-message-redisplay): Deactivate region.
606
607         * wl-summary.el (wl-summary-reply): Call
608         `wl-summary-set-message-buffer-or-redisplay' instead of
609         `wl-summary-redisplay-internal', don't move point.
610
611 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
612
613         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
614         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
615         by regexp.
616
617 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
618
619         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
620         if no need.
621
622 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
623
624         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
625         default value to nil.
626         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
627         `wl-summary-prepare-hook'; Replace refile action to
628         `wl-summary-exec-action-refile-with-register'.
629
630         * Version number is increased to 2.11.22.
631
632 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
633
634         * wl-summary.el (wl-summary-detect-mark-position): Set
635         `wl-summary-buffer-weekday-name-lang'.
636
637 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
638
639         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
640         (wl-summary-mark-as-read-all): Ditto.
641         (wl-summary-delete-messages-on-buffer): Ditto.
642         (wl-summary-sync-update): Ditto.
643         (wl-summary-mark-as-read-internal): Ditto.
644         (wl-summary-mark-as-answered-internal): Ditto.
645         (wl-summary-update-folder-info): Abolished.
646
647 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
648
649         * wl-summary.el (wl-summary-mark-as-read-all): Use
650         `wl-summary-update-folder-info' instead of
651         `wl-folder-update-unread'.
652
653 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
654
655         * wl-summary.el (wl-summary-update-folder-info): New function derived from
656         `wl-summary-folder-info-update'.
657         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
658         instead of `wl-summary-folder-info-update'.
659         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
660         `wl-folder-set-folder-updated'.
661         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
662         instead of `wl-folder-update-unread'.
663         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
664         the value of `wl-summary-buffer-unread-count' for the second parameter of
665         `wl-folder-update-unread'.
666
667         * Version number is increased to 2.11.21.
668
669 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
670
671         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
672         a local variable.
673
674 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
675
676         * wl-spam.el (wl-summary-mark-spam): Show message only if call
677         interactively.
678
679         * wl-summary.el (wl-summary-mark-as-important-internal): New
680         internal function.
681         (wl-summary-mark-as-important): Use it.
682         (wl-summary-mark-as-unimportant): New function.
683         (wl-summary-sync-marks): Follow the API change.
684
685         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
686
687         * wl-mime.el (wl-summary-burst): Check target folder is writable.
688
689 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
690
691         * wl-folder.el (wl-folder-update-unread): Re-indent.
692         Narrow the scope of a local variable.
693
694 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
695
696         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
697         (wl-addrmgr-merge-entries): Ditto.
698         (wl-addrmgr): Added to address entry which exists in draft buffer
699         if no entry is in original.
700
701 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
702
703         * wl-batch.el: New file.
704
705 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
706
707         * wl-vars.el (wl-use-semi): Remove unused variable.
708
709 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
710
711         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
712         "?".
713
714 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
715
716         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
717         wl-summary-new-mark.
718         (wl-summary-new-cached-mark): New user option.
719         (wl-summary-score-marks): Follow the change above.
720         (wl-summary-auto-refile-skip-marks): Ditto.
721         (wl-summary-incorporate-marks): Ditto.
722         (wl-summary-expire-reserve-marks): Ditto.
723
724         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
725
726         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
727         (wl-summary-persistent-mark-string): Distinguished between cached
728         and uncached mark when the message is new.
729
730 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
731
732         * wl-spam.el (wl-spam-domain): Renamed from
733         `wl-spam-folder-guess-domain'.
734         (wl-summary-exec-action-spam): Register as spam if domain of the
735         source folder is good.
736         (wl-summary-exec-action-refile-with-register): Register message if
737         domain of the source folder is not undecided.
738
739 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
740
741         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
742         detect thread loop.
743
744 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
745
746         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
747         and wl-summary-skip-mark-list.
748
749 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
750
751         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
752
753         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
754
755         * wl-spam.el (toplevel): Require wl-highlight.
756         (wl-spam-auto-check-policy-alist): Abolish.
757         (wl-spam-auto-check-folder-regexp-list): New user option.
758         (wl-spam-auto-check-marks): Ditto.
759         (wl-spam-mark-action-list): Ditto.
760         (wl-highlight-summary-spam-face): New face.
761         (wl-spam-auto-check-message-p): New function.
762         (wl-spam-map-spam-messages): Fixed message.
763         (wl-spam-register-spam-messages): Ditto.
764         (wl-spam-register-good-messages): Ditto.
765         (wl-summary-spam-map): Add and remove keybind.
766         (wl-summary-target-mark-spam): Abolish.
767         (wl-summary-refile-spam): Ditto.
768         (wl-summary-test-spam): New function.
769         (wl-summary-mark-spam): Ditto.
770         (wl-summary-auto-check-spam): Follow the above change.
771         (wl-summary-exec-action-spam): New function.
772         (wl-summary-exec-action-refile-with-register): Fixed message.
773         (wl-message-check-spam): New function.
774         (wl-spam-setup): Ditto.
775         (toplevel): Call it if this file is loaded interactivity.
776
777         * Version number is increased to 2.11.20.
778
779 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
780
781         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
782         when new optional argument `force' is non nil or modified.
783
784 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
785
786         * wl.el (toplevel): Require wl-spam when compile.
787         (wl-save-status): Call wl-spam-save-status.
788
789         * wl-spam.el (wl-spam-register-spam-messages): New function.
790         (wl-spam-register-good-messages): Ditto.
791         (wl-spam-save-status): Ditto.
792         (wl-summary-mode-map): Bind
793         wl-summary-target-mark-register-as-spam to "ms" and
794         wl-summary-target-mark-register-as-good to "mn".
795         (wl-summary-register-as-spam): Abolish optional argument; Use
796         wl-spam-register-spam-messages.
797         (wl-summary-register-as-spam-all): Use
798         wl-spam-register-spam-messages.
799         (wl-summary-register-as-good): Abolish optional argument; Use
800         wl-spam-register-good-messages.
801         (wl-summary-register-as-good-all): Use
802         wl-spam-register-good-messages.
803         (wl-summary-target-mark-register-as-spam): New funtion.
804         (wl-summary-target-mark-register-as-good): Ditto.
805
806 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
807
808         * wl-spam.el: New file.
809
810 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
811
812         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
813
814         * wl-action.el (wl-auto-refile-guess-functions): New variable.
815         (wl-summary-auto-refile): Call wl-refile-guess with
816         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
817
818 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
819
820         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
821         with disable-thread argument non-nil.
822
823 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
824
825         * wl-summary.el (wl-summary-rescan): Added optional argument
826         disable-thread.
827         (wl-summary-sync): Call wl-summary-rescan with argument
828         disable-thread.
829         (wl-summary-input-range): Added new range `rescan-thread'.
830
831 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
832
833         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
834
835 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
836
837         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
838         internal variable.
839         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
840         wl-summary-search-parent-by-subject-regexp and
841         wl-summary-divide-thread-when-subject-changed as nil.
842         (wl-summary-insert-sequential): If entity is nil, nothing to do.
843         (wl-summary-insert-thread): Search parent entity from
844         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
845         thread loop.
846
847 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
848
849         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
850
851         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
852
853         * wl-util.el (wl-require-update-all-folder-p): New function.
854         (wl-get-assoc-list-value): Added `function' to match directive.
855         (wl-collect-draft): Rewrite.
856
857         * wl-summary.el (wl-summary-sync-update): Clear faces
858         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
859         are non-nil.
860         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
861         argument as function.
862         (wl-summary-input-range): Ditto.
863
864         * wl-folder.el (wl-draft-get-folder): New function.
865         (wl-folder-get-elmo-folder): Consider draft folder.
866
867         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
868         (wl-draft-buffer-message-number): New buffer local variable.
869         (wl-draft-folder-internal): New internal variable.
870         (wl-draft-delete): Rewrite.
871         (wl-draft-save): Ditto.
872         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
873         wl-folder-get-elmo-folder.
874         (wl-draft-config-info-operation): Ditto.
875         (wl-jump-to-draft-folder): Ditto.
876         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
877         (wl-draft-reedit): Rewrite.
878
879         * Version number is increased to 2.11.19.
880         
881 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
882
883         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
884         variable.
885
886 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
887
888         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
889         Use ignore-errors instead of unwind-protect.
890
891 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
892
893         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
894         for updating `wl-thread-entity-list'.
895
896 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
897
898         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
899         parameter from calling `wl-thread-entity-get-older-brothers' and
900         `wl-thread-entity-get-younger-brothers'.
901         Replace nested `append' with a single one.
902
903 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
904
905         * wl-summary.el (wl-summary-mode): Don't use the return value of
906         `make-local-hook'.
907
908 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
909
910         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
911         instead of `let*'.
912         (wl-thread-delete-message): Likewise.  Split and narrow the scope
913         of local variables.
914
915 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
916
917         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
918         Renamed from wl-summary-window-scroll-functions.
919         (wl-summary-window-scroll-functions): Don't set to variable.
920         (wl-summary-display-top): Use run-hooks.
921         (wl-summary-display-bottom): Ditto.
922         (wl-summary-toggle-disp-msg): Ditto.
923         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
924         Use it instead of wl-summary-window-scroll-functions.
925         (wl-summary-goto-folder-subr): Don't call
926         wl-summary-window-scroll-functions, use
927         wl-summary-buffer-window-scroll-functions instead.
928
929 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
930
931         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
932         make-local-variable.
933
934 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
935
936         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
937         set-buffer-modified-p.
938         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
939         (wl-summary-display-bottom): Ditto.
940         (wl-summary-toggle-disp-msg): Ditto.
941
942 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
943
944         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
945
946         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
947         (wl-summary-forward): Use elmo-message-entity-field instead of
948         elmo-message-field.
949
950         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
951
952 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
953
954         * wl-summary.el (wl-summary-window-scroll-functions): No use
955         `append'.
956
957 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
958
959         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
960         function.
961         (wl-summary-window-scroll-functions): Call it when both
962         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
963         (wl-summary-temp-mark): Added optional argument number.
964         (wl-summary-message-mark): Added optional argument flag.
965         (wl-summary-persistent-mark): Added optional argument number and flag.
966         (wl-summary-update-persistent-mark): Ditto.
967         (wl-summary-update-status-marks): Set "r" for interactive spec.
968
969         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
970         argument number and flag.
971
972         * wl-action.el (wl-summary-registered-temp-mark): 
973         Do nothing when wl-summary-buffer-temp-mark-list is nil.
974
975 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
976
977         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
978         internal variable (buffer local).
979         (wl-summary-window-scroll-functions): New function.
980         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
981         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
982         as nil.
983         (wl-summary-update-status-marks): Added arguments beg, end and
984         check.
985         (wl-summary-update-mark-window): Use function.
986         (wl-summary-sync-update): Follow the change above.
987         (wl-summary-switch-to-clone-buffer): Copy
988         wl-summary-buffer-unsync-mark-number-list.
989         (wl-summary-goto-folder-subr): Set
990         wl-summary-buffer-unsync-mark-number-list and
991         use wl-summary-window-scroll-functions insteaf of
992         wl-summary-lazy-highlight.
993
994         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
995
996 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
997
998         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
999
1000         * wl-summary.el (wl-summary-update-persistent-mark): Call
1001         wl-summary-set-message-modified.
1002
1003         * wl-summary.el (wl-summary-sync-update): Don't call
1004         wl-summary-update-status-marks.
1005
1006         * Version number is increased to 2.11.18.
1007
1008 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1009
1010         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1011         (wl-message-next-page): Ditto.
1012
1013 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1014
1015         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1016         local variable.  Change the order of a collected list into the
1017         same as the specified range.  Remove nil from a collected list.
1018
1019 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1020
1021         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1022         argument for elmo-folder-list-messages.
1023
1024 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1025
1026         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1027         change (wl-summary-count-unreads return a list instead of a cons
1028         cell).
1029
1030 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1031
1032         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1033         `wl-summary-folder-info-update'.
1034
1035 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1036
1037         * wl-summary.el (wl-summary-set-message-modified): No use
1038         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1039         (wl-summary-set-mark-modified): Abolish.
1040         (wl-summary-mark-modified-p): Ditto.
1041         (wl-summary-save-view): Follow the change above.
1042
1043         * wl-expire.el (wl-summary-expire): Likewise.
1044
1045 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1046
1047         * wl-summary.el (wl-summary-detect-mark-position): Use
1048         modb-entity-handler.
1049         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1050
1051         * Version number is increased to 2.11.17.
1052
1053 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1054
1055         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1056         entity field value.
1057         (wl-summary-prefetch-msg): Ditto.
1058         (wl-summary-print-message-with-ps-print): Ditto.
1059
1060 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1061
1062         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1063         for dummy entity.
1064         (wl-summary-insert-thread): Use elmo-message-entity-field.
1065         (wl-summary-update-thread): Use elmo-message-entity-field and
1066         elmo-message-entity-number.
1067         (wl-summary-line-number):  Use elmo-message-entity-number.
1068         (wl-summary-line-size): Use elmo-message-entity-field.
1069         (wl-summary-line-subject): Ditto.
1070         (wl-summary-line-from): Ditto.
1071         (wl-summary-line-attached): Ditto.
1072         (wl-summary-create-line): Ditto.
1073         (wl-summary-create-line): Use elmo-message-entity-number.
1074         (wl-summary-print-message-with-ps-print): Use
1075         elmo-message-entity-field.
1076
1077 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1078
1079         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1080         change in elmo-msgdb-make-message-entity.
1081         (wl-summary-buffer-set-folder): Don't call
1082         wl-summary-detect-mark-position here.
1083         (wl-summary-rescan): Call elmo-message-entity-number.
1084         (wl-summary-sync-update): Ditto.
1085         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1086
1087         * wl-score.el (wl-score-header-index): Redefine 2th element.
1088         (wl-score-overview-entity-get-extra): Abolish.
1089         (wl-score-ov-entity-get): Rewrite.
1090         (wl-score-string-index<, wl-score-string-func<): Abolish.
1091         (wl-score-string<): New function.
1092         (wl-score-string-sort): Use it.
1093
1094         * wl-refile.el (wl-refile-guess-by-history): Use
1095         elmo-message-entity-field.
1096         (wl-refile-guess-by-from): Ditto.
1097         (wl-refile-guess-by-msgid): Ditto.
1098
1099         * Version number is increased to 2.11.16.
1100
1101 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1102
1103         * wl-folder.el (wl-folder-confirm-existence): Don't call
1104         file-exists-p if msgdb-path is nil.
1105         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1106         `wl-read-folder-hist' to `wl-read-folder-history'.
1107
1108 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1109
1110         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1111         `y-or-n-p'.
1112
1113 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-score.el (wl-score-headers): Don't use
1116         elmo-folder-do-each-message-entity.
1117
1118         * Version number is increased to 2.11.15.
1119
1120 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1121
1122         * wl-summary.el (wl-summary-delete-all-msgs): Use
1123         elmo-folder-move-messages instead of elmo-folder-delete-messages
1124         and elmo-folder-detach-messages.
1125         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1126
1127         * wl-expire.el (wl-expire-delete): Ditto.
1128         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1129
1130 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1131
1132         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1133         (wl-message-header-narrowing-fields): Ditto.
1134         (wl-message-header-narrowing-lines): Ditto.
1135         (wl-message-header-narrowing-string): Ditto.
1136
1137         * wl-summary.el (wl-summary-mode-map): Bind
1138         wl-summary-toggle-header-narrowing to "C-cC-f".
1139         (wl-summary-toggle-header-narrowing): New function.
1140
1141         * wl-message.el (wl-message-buffer-create): Call
1142         wl-message-header-narrowing-setup.
1143         (wl-message-redisplay): Call wl-message-header-narrowing.
1144         (wl-message-header-narrowing): New function.
1145         (wl-message-header-narrowing-map): New keymap.
1146         (wl-message-header-narrowing-widen-map): New keymap.
1147         (wl-message-header-narrowing-again-at-mouse): New function.
1148         (wl-message-header-narrowing-1): Ditto.
1149         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1150         (wl-message-header-narrowing-setup): Ditto.
1151         (wl-message-header-narrowing-toggle): Ditto.
1152         
1153         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1154
1155         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1156         'flag as all.
1157         (wl-use-flag-folder-help-echo): New user option.
1158
1159         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1160         wl-summary-highlight as nil.
1161         (wl-summary-set-mark-modified): Follow the API change.
1162         (wl-summary-mark-modified-p): Ditto.
1163         (wl-summary-mark-as-read-all): Ditto.
1164         (wl-summary-sync-marks): Don't call
1165         elmo-folder-list-messages-with-global-mark.
1166         (wl-summary-mark-as-read-internal): Follow the API change.
1167         (wl-summary-mark-as-answered-internal): Ditto.
1168         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1169         Follow the API change.
1170         (wl-summary-create-line): Call with number argument.
1171         (wl-summary-reply): Follow the API change.
1172
1173         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1174         function.
1175         (wl-highlight-summary-line-string): Call it when
1176         wl-use-flag-folder-help-echo is non-nil.
1177         (wl-highlight-summary-current-line): Ditto.
1178         (elmo-flag-folder-referrer): Added autoload setting.
1179
1180         * wl-draft.el (wl-draft-kill): Follow the API change.
1181
1182         * Version number is increased to 2.11.14.
1183         
1184 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1185
1186         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1187
1188 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1189
1190         * Version number is increased to 2.11.13.
1191
1192 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1193
1194         * wl-draft.el (wl-draft-previous-history-element): Fixed
1195         unbalanced parenthesis and bind unbound local variables.
1196
1197 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1198
1199         * wl-draft.el (wl-draft-previous-history-element): New function.
1200         (wl-draft-next-history-element): Ditto.
1201         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1202         them to M-p and M-n.
1203
1204 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1205
1206         * Version number is increased to 2.11.12.
1207
1208 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1209
1210         * wl-draft.el (wl-draft-hide): Select buffer-window.
1211
1212 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1213
1214         * wl-summary.el (wl-summary-narrow-to-region): New function.
1215         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1216         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1217         (wl-summary-save-region): Use it.
1218         * wl-action.el (wl-summary-collect-numbers-region)
1219         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1220
1221 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1222
1223         * wl-folder.el (wl-folder-count-incorporates): Don't use
1224         `elmo-msgdb-mark-load'
1225
1226         * Version number is increased to 2.11.11.
1227
1228 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1229
1230         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1231         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1232
1233 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1234
1235         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1236
1237 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1238
1239         * Version number is increased to 2.11.10.
1240
1241 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1242
1243         * wl-mime.el (wl-draft-attribute-value): Fixed.
1244
1245 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1246
1247         * wl-util.el (wl-copy-local-variables): New function.
1248
1249         * wl-mime.el (wl-draft-attribute-recipients): New function.
1250         (wl-draft-attribute-envelope-from): Ditto.
1251         (wl-draft-attribute-smtp-posting-server): Ditto.
1252         (wl-draft-attribute-smtp-posting-port): Ditto.
1253         (wl-draft-attribute-value): Ditto.
1254         (wl-draft-preview-message): Use it to get value for
1255         attributes. Reflect result of `wl-draft-config'.
1256
1257         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1258         and call `wl-summary-mark-as-read' before to call
1259         `wl-summary-unset-mark'.
1260         (wl-summary-target-mark-mark-as-unread): Likewise.
1261         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1262
1263 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1264
1265         * wl-mime.el (wl-draft-preview-message): Use actual value for
1266         attributes; Fix for small window.
1267
1268 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1269
1270         * wl-refile.el (wl-refile-get-field-value): Call
1271         `elmo-message-entity-field' with 3rd argument is non-nil.
1272
1273 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1274
1275         * wl-vars.el (wl-draft-preview-attributes): New user option.
1276         (wl-draft-preview-attributes-list): Ditto.
1277         (wl-draft-preview-attributes-buffer-lines): Ditto.
1278         (wl-draft-preview-attributes-buffer-name): Ditto.
1279
1280         * wl-mime.el (wl-draft-preview-message): Display attributes.
1281
1282 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1283
1284         * wl-summary.el (wl-summary-detect-mark-position): Bind
1285         wl-summary-flag-priority-list to '(new).
1286
1287 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1288
1289         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1290         funtion.
1291         (wl-highlight-summary-line-string): Use it.
1292         (wl-highlight-summary-current-line): Ditto.
1293
1294 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1295
1296         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1297         line even when the mark string is not changed.
1298
1299         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1300         argument change in the wl-summary-create-line.
1301         (wl-thread-insert-entity-sub): Ditto.
1302
1303         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1304         argument change in the wl-summary-create-line.
1305         (wl-summary-insert-sequential): Ditto.
1306         (wl-summary-update-thread): Ditto.
1307         (wl-summary-persistent-mark-string): New inline function.
1308         (wl-summary-message-mark): Use it.
1309         (wl-summary-create-line): Abolish argument wl-persistent-mark
1310         and added wl-flags, wl-cached.
1311
1312         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1313         mark to flags.
1314         (wl-highlight-summary-current-line): Decide the face not by the 
1315         persistent mark but flags.
1316
1317 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1318
1319         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1320         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1321         wl-summary-read-uncached-mark): Revive.
1322         (wl-summary-answered-cached-mark,
1323         wl-summary-answered-uncached-mark): New user option.
1324         (wl-summary-score-marks): Follow the change above.
1325         (wl-summary-auto-refile-skip-marks): Ditto.
1326         (wl-summary-incorporate-marks): Ditto.
1327         (wl-summary-expire-reserve-marks): Ditto.
1328         (wl-summary-flag-priority-list): New user option.
1329
1330         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1331         changes.
1332         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1333         of elmo-message-mark.
1334         (wl-summary-mark-as-read-internal): Ditto.
1335         (wl-summary-mark-as-answered): Ditto.
1336         (wl-summary-mark-as-important): Ditto.
1337         (wl-summary-redisplay-internal): Ditto.
1338         (wl-summary-redisplay-no-mime-internal): Ditto.
1339         (wl-summary-message-mark): New function.
1340         (wl-summary-insert-sequential): Use wl-summary-message-mark
1341         instead of elmo-message-mark.
1342         (wl-summary-update-thread): Ditto.
1343         (wl-summary-persistent-mark): Ditto.
1344         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1345         instead of elmo-message-mark.
1346
1347         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1348         wl-summary-message-mark instead of elmo-message-mark.
1349         (wl-thread-insert-entity-sub): Ditto.
1350         (wl-thread-get-children-msgs-uncached): Ditto.
1351
1352         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1353         variable name changes.
1354         (wl-highlight-summary-current-line): Ditto.
1355
1356         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1357         wl-summary-message-mark instead of elmo-message-mark.
1358
1359         * wl-expire.el (wl-expire-message-p): Ditto.
1360
1361         * wl-score.el (wl-score-headers): Ditto.
1362
1363         * Version number is increased to 2.11.9.
1364
1365         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1366         (wl-summary-sync-update): Follow the change above.
1367         (wl-summary-switch-to-clone-buffer): Ditto.
1368         (wl-summary-open-folder): Ditto.
1369
1370 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1371
1372         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1373         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1374
1375         * Version number is increased to 2.11.8.
1376
1377         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1378
1379         * wl-expire.el (wl-expire-refile): Follow the API change on
1380         `elmo-folder-move-messages'.
1381         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1382
1383         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1384         (wl-summary-exec-action-refile): Ditto.
1385         (wl-summary-exec-action-copy): Ditto.
1386         (wl-summary-no-auto-refile-message-p): No use
1387         `wl-summary-buffer-msgdb'.
1388         (wl-summary-auto-refile): Ditto.
1389
1390 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1391
1392         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1393
1394 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1395
1396         * wl-summary.el (wl-summary-sync): Treat no-sync.
1397
1398         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1399         (wl-default-sync-range): Ditto.
1400
1401 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1402
1403         * wl-refile.el (wl-refile-subject-learn): Call
1404         `elmo-message-entity-field' with 3rd argument is non-nil.
1405         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1406         instead of `elmo-msgdb-overview-entity-get-subject'.
1407
1408 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1409
1410         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1411         scan-type is rescan.
1412         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1413         new optional argument force is non-nil.
1414         (wl-summary-save-view-cache): Call it with force argument non-nil.
1415
1416         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1417
1418 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1419
1420         * wl-action.el (wl-summary-print-argument): Fixed last change.
1421
1422 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1423
1424         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1425         simplified.
1426         (wl-summary-target-mark-mark-as-unread): Likewise.
1427         (wl-summary-target-mark-mark-as-important): Likewise.
1428
1429 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1430
1431         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1432         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1433         (wl-summary-mark-as-important-region): Change accordingly.
1434         (wl-summary-target-mark-mark-as-important): Ditto.
1435
1436 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1437
1438         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1439
1440         * wl-action.el (wl-summary-print-argument): Print argument to
1441         right side of window if `wl-summary-print-argument-within-window'
1442         is non-nil.
1443
1444 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1445
1446         * wl-action.el (wl-summary-set-mark): Use
1447         `wl-summary-message-visible-p' to check visibility of the message
1448         and jump to message only when the message line is visible and have
1449         different number; Call wl-summary-unset-mark with number argument.
1450         (wl-summary-unset-mark): 
1451         Use `wl-summary-message-visible-p'
1452         to check visibility of the message and jump to message only when
1453         the message line is visible and have different number;
1454
1455 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1456
1457         * Version number is increased to 2.11.7.
1458
1459         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1460         and wl-folder-summary-line-format.
1461
1462         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1463         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1464         (wl-summary-set-score-mark): Use it.
1465         (wl-summary-target-mark-mark-as-read): Ditto.
1466         (wl-summary-target-mark-mark-as-unread): Ditto.
1467         (wl-summary-target-mark-mark-as-important): Ditto.
1468         (wl-summary-target-mark-msgs): Simplified.
1469         (wl-summary-detect-mark-position): Fixed problem when
1470         summary-line-format no contain persisten/temp mark spec.
1471         (wl-summary-temp-mark): Ditto.
1472         (wl-summary-persistent-mark): Ditto.
1473         (wl-summary-update-persistent-mark): Ditto.
1474
1475         * wl-action.el (wl-summary-set-mark): Ditto.
1476         (wl-summary-unset-mark): Ditto.
1477         All other related portions are changed.
1478
1479 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1480
1481         * Version number is increased to 2.11.6.
1482
1483 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1484
1485         * wl-util.el (wl-current-message-buffer): Define as function;
1486         Don't use the value of wl-messge-buffer.
1487
1488         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1489         persistent mark.
1490
1491         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1492         no current message, cause an error.
1493
1494 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1495
1496         * wl-summary.el (wl-summary-set-message-modified): Use
1497         elmo-folder-set-message-modified instead of
1498         elmo-folder-set-message-modified-internal.
1499
1500 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1501
1502         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1503         interactively.
1504         (wl-summary-sync): nokill->entirely.
1505         (wl-summary-sync-marks): Fixed message.
1506         (wl-summary-input-range): Added mark, nokill->entirely.
1507
1508         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1509         messages as read.
1510
1511 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1512
1513         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1514         update-noscore.
1515         (wl-summary-sync): Follow the change above.
1516
1517 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1518
1519         * wl-action.el (wl-summary-target-mark-all): Use
1520         elmo-folder-list-messages.
1521
1522 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1523
1524         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1525         (wl-summary-rescan): Set wl-summary-scored as nil.
1526         (wl-summary-sync-force-update): Follow the change above.
1527         (wl-summary-sync): Ditto.
1528         (wl-summary-sync-update): Added argument disable-killed.
1529         (wl-summary-insert-headers): Set visible-only argument for
1530         elmo-folder-list-messages.
1531         (wl-summary-input-range): Added update-nokill, update-noscore,
1532         all-nokill, all-noscore and mark.
1533
1534         * Version number is increased to 2.11.5.
1535
1536         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1537
1538 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1539
1540         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1541         (wl-summary-prefetch-region-no-mark): Change accordingly.
1542         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1543
1544 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1545
1546         * wl-address.el (wl-complete-field-to): Abolished.
1547         (wl-complete-address): Completion function for completing-read.
1548         * wl-action.el (wl-summary-get-resend-address): Use it.
1549
1550         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1551         wl-summary-update-mark and abolish unused argument.
1552         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1553         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1554         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1555         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1556         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1557         * wl-draft.el (wl-draft-kill): Ditto.
1558
1559         * wl-summary.el: Remove unused binding of case-fold-search.
1560         (wl-summary-replace-status-marks): Abolished.
1561
1562 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1563
1564         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1565         is specified or folder length is zero.
1566
1567 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1568
1569         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1570         (wl-folder-archive-current-entity): Ditto.
1571
1572 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1573
1574         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1575         retrieving message mark.
1576         (wl-summary-redisplay-internal): Ditto.
1577
1578         * wl-message.el (wl-message-buffer-display): Ignore errors while
1579         retrieving message-id field.
1580
1581         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1582         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1583         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1584         order of the arguments for `wl-expire-message-p'.
1585         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1586
1587         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1588         Check return value of wl-summary-reply.
1589         (wl-summary-reply): Recover window configuration when an error occured.
1590
1591 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1592
1593         * wl-summary.el (wl-summary-resend-message): Abolished, the
1594         feature is inherited by wl-summary-resend (put resend mark).
1595
1596 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1597
1598         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1599         wl-message-buffer to nil when the message is hide.
1600
1601 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1602
1603         * .cvsignore: New file.
1604
1605 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1606
1607         * wl-action.el (wl-summary-action-docstring): Add more info.
1608         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1609         duplicate definition.
1610         (wl-summary-define-mark-action): Functions wl-summary-*-region
1611         keep current position.
1612         (wl-summary-unregister-target-mark): Store result to the variable.
1613
1614 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1615
1616         * Version number is increased to 2.11.4.
1617
1618 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1619
1620         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1621         wl-summary-delete-all-temp-marks.
1622         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1623
1624         * wl-action.el (wl-summary-set-mark): Changed terminology
1625         refile-destination -> action-argument.
1626         (wl-summary-unset-mark): Ditto.
1627         (wl-summary-remove-argument): Ditto.
1628         (wl-summary-print-argument): Ditto.
1629
1630         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1631         (wl-thread-remove-argument-region): Ditto.
1632         (wl-thread-print-argument-region): Ditto.
1633         (wl-thread-close): Ditto.
1634         (wl-thread-open): Ditto.
1635
1636         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1637         (wl-highlight-refile-destination-face is abolished)
1638         (wl-highlight-action-argument-string): Ditto.
1639         (wl-highlight-summary-current-line): Highlight action argument.
1640
1641         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1642         color for light backgrounds.
1643         (wl-highlight-summary-answered-face): Ditto.
1644
1645 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1646
1647         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1648
1649         * wl-score.el (wl-summary-score-update-all-lines): Use
1650         wl-summary-set-mark.
1651         (wl-summary-score-update-all-lines): Kill expunged messages.
1652
1653         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1654
1655 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1656
1657         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1658         directly.
1659         (wl-score-overview-entity-get-lines): Ditto.
1660         (wl-score-overview-entity-get-xref): Ditto.
1661         (wl-score-get-latest-msgs): Ditto.
1662         (wl-summary-rescore): Ditto.
1663
1664         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1665         to "&".
1666         (wl-summary-mark-as-answered-internal): New inline function.
1667         (wl-summary-mark-as-answered): New function.
1668         (wl-summary-mark-as-unanswered): Ditto.
1669         (wl-summary-sync-marks): Modified for answered-mark synching.
1670
1671 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1672
1673         * wl-action.el (wl-summary-set-mark): Fixed last change.
1674
1675 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1676
1677         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1678         behavior of wl-summary-unread-message-hook
1679         (Pointed out by akira yamada <akira@arika.org>).
1680
1681 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1682
1683         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1684         wl-summary-delete.
1685         * wl-xmas.el (wl-summary-toolbar): Ditto.
1686
1687         * wl-action.el (wl-summary-set-mark): Don't override current
1688         temp-mark.
1689
1690         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1691
1692 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1693
1694         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1695         (wl-refile-msgid-learn): Ditto.
1696         (wl-refile-get-field-value): Ditto.
1697
1698         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1699
1700         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1701         (wl-expire-delete-reserved-messages): Renamed from
1702         wl-expire-reserve-marked-msgs-from-list.
1703         (wl-expire-delete): Removed argument `msgdb'.
1704         (wl-expire-refile): Ditto.
1705         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1706         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1707         mark-alist as argument.
1708         (wl-expire-archive-number1): Removed argument `msgdb'.
1709         (wl-expire-archive-number2): Ditto.
1710         (wl-expire-archive-date): Ditto.
1711         (wl-expire-localdir-date): Ditto.
1712         (wl-expire-hide): Ditto.
1713         (wl-archive-number1): Ditto.
1714         (wl-archive-number2): Ditto.
1715         (wl-archive-date): Ditto.
1716         (wl-archive-folder): Ditto.
1717         All other related portions are changed.
1718
1719 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1720
1721         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1722         mean move up and down. (suggested by Takashi Kawachi)
1723
1724 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1725
1726         * wl-acap.el (toplevel): Don't require un-define.
1727
1728 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1729
1730         * wl-thread.el (wl-thread-delete-message): Always update
1731         wl-summary-buffer-number-list.
1732
1733         * wl-action.el (wl-summary-print-destination): 
1734         Do nothing when folder is nil.
1735
1736 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1737
1738         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1739         persistent mark when prefetch is succeeded.
1740
1741 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1742
1743         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1744         instead of elmo-msgdb-delete-msgs.
1745         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1746         (wl-expire-hide): Ditto.
1747
1748         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1749
1750         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1751         elmo-msgdb interface.
1752         (wl-thread-get-exist-children): Likewise.
1753         (wl-thread-insert-message): Likewise.
1754         (wl-thread-msg-mark-as-important): Likewise.
1755         (wl-thread-insert-entity-sub): Likewise.
1756         (wl-thread-get-children-msgs-uncached): Likewise.
1757
1758         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1759         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1760         (wl-summary-sync-update): Likewise.
1761         (wl-summary-auto-select-msg-p): Likewise.
1762         (wl-summary-update-thread): Likewise.
1763         (wl-summary-mark-as-important): Likewise.
1764         (wl-summary-jump-to-msg-internal): Likewise.
1765         (wl-summary-redisplay-internal): Likewise.
1766         (wl-summary-print-message-with-ps-print): Likewise.
1767         (wl-summary-folder-info-update): Likewise.
1768
1769         * wl-folder.el (wl-folder-check-one-entity):
1770         elmo-folder-count-flags instead of wl-summary-count-unread.
1771
1772         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1773
1774         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1775
1776         * wl-summary.el (wl-summary-set-message-modified): 
1777         Call wl-summary-set-mark-modified.
1778         (wl-summary-delete-messages-on-buffer): Call
1779         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1780         (wl-summary-sync-update): Call elmo-folder-length instead of
1781         elmo-folder-messages.
1782         (wl-summary-insert-headers): Don't call
1783         elmo-folder-list-message-entities.
1784
1785 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1786
1787         * wl-action.el (wl-summary-define-mark-action): Call
1788         `wl-summary-set-mark' with argument `data'.
1789         (wl-summary-auto-refile): Fixed order of arguments when call
1790         `wl-summary-refile'.
1791
1792 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1793
1794         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1795
1796         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1797
1798         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1799         (Renamed from wl-highlight-summary-deleted-face).
1800         (wl-highlight-summary-resend-face): New face.
1801
1802         (wl-highlight-summary-deleted-face): Renamed from
1803         wl-highlight-summary-erased-face.
1804
1805         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1806
1807         * wl-action.el (wl-summary-get-resend-address): New function.
1808         (wl-summary-exec-action-resend): Ditto.
1809         (wl-summary-exec-action-resend-subr): Ditto.
1810
1811         * w-thread.el (wl-thread-copy): Removed definition.
1812         (wl-thread-refile): Ditto.
1813         (wl-thread-delete): Ditto.
1814         (wl-thread-target-mark): Ditto.
1815
1816         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1817         (wl-summary-target-mark-set-action): Fixed.
1818         (wl-summary-define-mark-action): Fixed quotation.
1819         (wl-summary-move-mark-list-messages): Display message.
1820         (wl-summary-define-mark-action): Define thread functions.
1821         (wl-summary-exec-action-refile): Changed message.
1822         (wl-summary-exec): Ditto.
1823
1824 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1825         
1826         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1827         '%%'.
1828
1829 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1830
1831         * wl.el (toplevel): Require wl-action.
1832         (wl-init): Call wl-summary-define-mark-action.
1833
1834         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1835
1836         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1837         wl-summary-delete and wl-summary-erase.
1838         (wl-summary-mode-map): Ditto.
1839
1840         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1841         wl-delete-folder-alist.
1842
1843         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1844         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1845         (toplevel): Moved mark & action related functions to the wl-action.el.
1846
1847         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1848         in wl-summary-mark-action-list.
1849         (wl-highlight-summary-current-line): Ditto.
1850
1851         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1852         empty lines.
1853
1854         * wl-action.el: New file. 
1855
1856 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1857
1858         * wl-summary.el (wl-summary-target-mark-replace): New function.
1859         (wl-summary-target-mark-prefetch): Use it.
1860         (wl-summary-target-mark-delete): Ditto.
1861         (toplevel): Rearranged definition order.
1862         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1863         (wl-summary-target-mark-erase): Rewrite.
1864         (wl-summary-erase-region): New function.
1865         (wl-summary-exec-action-erase): Changed message.
1866         (wl-summary-move-mark-list-messages): New function.
1867         (wl-summary-exec-action-delete): Use it.
1868         (wl-summary-exec-action-erase): Ditto.
1869
1870         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1871         (wl-summary-skip-mark-list): Added "d".
1872
1873         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1874         while searching.
1875
1876         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1877         and define using defcustom;
1878         Define 4th element as a face.
1879         
1880         * wl-summary.el (wl-summary-incorporate): Use 
1881         `wl-summary-prefetch-region-no-mark' instead of
1882         `wl-summary-prefetch-region'.
1883         (wl-summary-prefetch-region-no-mark): Revival of old
1884         `wl-summary-prefetch-region'.
1885         (wl-summary-mark-action-list): Moved to wl-vars.el
1886
1887         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1888         face according to the `wl-summary-mark-action-list'.
1889         (wl-highlight-summary-current-line): Ditto;
1890         Removed destination highlighting.
1891
1892         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1893         (wl-highlight-summary-line-string): Highlight for "i" mark.
1894         (wl-highlight-summary-current-line): Ditto.
1895
1896         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1897         no destination.
1898
1899         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1900         exists, just go ahead.
1901         (wl-summary-prefetch-region): Rewrite.
1902         (wl-summary-prefetch): Ditto.
1903         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1904         (wl-summary-exec-action-prefetch): New function.
1905         (wl-summary-target-mark-prefetch): Rewrite.
1906
1907 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1910         (wl-highlight-summary-line-string): Added "d" and "D".
1911         (wl-highlight-summary-current-line): Ditto.
1912
1913         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1914         in wl-summary.el.
1915         (wl-thread-insert-entity-sub): Ditto.
1916         (wl-thread-remove-destination-region): Ditto.
1917         (wl-thread-print-destination-region): Ditto.
1918
1919         * wl-summary.el (wl-summary-buffer-refile-list,
1920         wl-summary-buffer-delete-list,
1921         wl-summary-buffer-copy-list): Abolish.
1922         (wl-summary-buffer-temp-mark-list): New buffer local variable.
1923         All other related portions are changed.
1924         (wl-summary-mark-action-list): New variable.
1925         (wl-summary-set-mark): New function.
1926         (wl-summary-register-target-mark): Ditto.
1927         (wl-summary-unregister-target-mark): Ditto.
1928         (wl-summary-have-target-mark-p): Ditto.
1929         (wl-summary-register-temp-mark): Ditto.
1930         (wl-summary-unregister-temp-mark): Ditto.
1931         (wl-summary-registered-temp-mark): Ditto.
1932         (wl-summary-collect-temp-mark): Ditto.
1933         (wl-summary-unset-mark): Ditto.
1934         (wl-summary-set-target-mark): Ditto.
1935         (wl-summary-unset-target-mark): Ditto.
1936         (wl-summary-set-action-generic): Ditto.
1937         (wl-summary-unset-action-generic): Ditto.
1938         (wl-summary-exec-action-delete): Ditto.
1939         (wl-summary-exec-action-erase): Ditto.
1940         (wl-summary-set-action-refile): Ditto.
1941         (wl-summary-set-action-refile-subr): Ditto.
1942         (wl-summary-unset-action-refile): Ditto.
1943         (wl-summary-make-destination-numbers-list): Ditto.
1944         (wl-summary-exec-action-refile): Ditto.
1945         (wl-summary-set-action-copy): Ditto.
1946         (wl-summary-unset-action-copy): Ditto.
1947         (wl-summary-exec-action-copy): Ditto.
1948         (wl-summary-collect-numbers-region): Ditto.
1949         (wl-summary-delete): Rewrite.
1950         (wl-summary-erase): Ditto.
1951         (wl-summary-remove-destination): Ditto.
1952         (wl-summary-exec): Ditto.
1953         (wl-summary-exec-region): Ditto.
1954         (wl-summary-target-mark-erase): Ditto.
1955         (wl-summary-refile): Ditto.
1956         (wl-summary-copy): Ditto.
1957         (wl-summary-unmark): Ditto.
1958         (wl-summary-delete-all-mark): Ditto.
1959         (wl-summary-mark-line): Don't highlight.
1960         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
1961         (wl-summary-target-mark-refile-subr): Rewrite.
1962
1963         (wl-summary-copy-prev-destination): Abolish.
1964
1965 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1966
1967         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
1968         default values along the value of wl-on-mule.
1969         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
1970         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
1971         It is not used anywhere.
1972
1973 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
1974
1975         * wl-summary.el (wl-summary-print-destination): Keep position.
1976         (wl-summary-cursor-move-surface): Keep horizontal position.
1977
1978 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
1979
1980         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
1981         write sendlog.
1982
1983 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
1984
1985         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
1986         `wl-summary-highlight'.
1987
1988 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1989
1990         * wl-highlight.el (wl-highlight-summary-current-line): Remove
1991         trivial condition for temp-mark.
1992
1993 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
1994
1995         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
1996         when it hits killed buffer.
1997
1998 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
1999
2000         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2001         * wl-news.el.in: `message' and `error' take format string.
2002
2003 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2004
2005         * wl-folder (wl-folder-insert-entity): Display a message,
2006         `...done', when the work finish.
2007         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2008
2009 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2010
2011         * wl-message.el (wl-message-redisplay): Remove unused local
2012         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2013
2014 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2015
2016         * wl-summary.el (wl-summary-replace-status-marks): Disable
2017         interactive use.
2018         (wl-summary-reedit): Check message existence at first.
2019         (wl-summary-mark-line): Fix doc, return value is indefinite.
2020
2021         * wl-highlight.el (wl-highlight-message): Arranged.
2022
2023         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2024         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2025         check temp-mark by wl-summary-temp-mark always.
2026         (wl-highlight-summary): Change accordingly.
2027         * wl-summary.el (wl-summary-mark-as-read-all)
2028         (wl-summary-delete-cache, wl-summary-set-score-mark)
2029         (wl-summary-mark-as-unread, wl-summary-unmark)
2030         (wl-summary-mark-line, wl-summary-mark-as-read)
2031         (wl-summary-mark-as-important): Ditto.
2032
2033         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2034         end of the window if possible.
2035         * wl-summary.el (wl-summary-sync-update): Support lazy
2036         highlighting.
2037         (wl-summary-toggle-disp-msg): Ditto.
2038
2039 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2040
2041         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2042
2043 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2044
2045         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2046         change.
2047
2048 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2049
2050         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2051         API.
2052         (wl-summary-sync-update): Ditto.
2053
2054         * wl-score.el (wl-score-get-score-alist): Changed argument.
2055         (wl-summary-rescore-msgs): Likewise.
2056         (wl-summary-score-headers): Likewise.
2057         (wl-score-headers): Likewise;
2058         Use elmo-folder-do-each-message-entity, etc.
2059         (wl-summary-score-effect): Follow the changes above.
2060         (wl-summary-rescore): Ditto.
2061         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2062         (wl-score-get-overview): Abolish.
2063
2064         * wl-summary.el (wl-summary-default-from): Follow the API change in
2065         elmo-msgdb.
2066         (wl-summary-count-unread): Ditto.
2067         (wl-summary-detect-mark-position): Ditto.
2068         (wl-summary-overview-entity-compare-by-date): Ditto.
2069         (wl-summary-overview-entity-compare-by-number): Ditto.
2070         (wl-summary-overview-entity-compare-by-from): Ditto.
2071         (wl-summary-overview-entity-compare-by-subject): Ditto.
2072         (wl-summary-get-list-info): Ditto.
2073         (wl-summary-rescan): Ditto.
2074         (wl-summary-jump-to-msg-by-message-id): Ditto.
2075         (wl-summary-sync-update): Ditto; Removed comment.
2076         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2077         (wl-summary-insert-message): Use wl-summary-insert
2078         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2079         (wl-summary-insert-headers): Changed argument overview to folder.
2080         (wl-summary-search-by-subject): Likewise.
2081         (wl-summary-insert-thread): Renamed from 
2082         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2083
2084         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2085         too.
2086
2087         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2088         wl-string-member.
2089
2090 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2091
2092         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2093         elmo-folder-append-buffer.
2094         (wl-draft-queue-append): Likewise.
2095
2096         * wl-mime.el (wl-message-delete-current-part): Ditto.
2097         (wl-summary-burst-subr): Ditto.
2098
2099         * wl-news.el.in (wl-news-send-news): Ditto.
2100
2101 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2102
2103         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2104         function.
2105         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2106         (wl-summary-update-mark): Enclose with save-excursion.
2107         (wl-summary-mark-as-read-internal): Fixed last change.
2108         (wl-summary-mark-as-important): Use 3rd argument of
2109         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2110         Don't use elmo-msgdb-set-mark.
2111         (wl-summary-redisplay-internal): If msgdb flag is already read,
2112         just update the mark on buffer.
2113
2114 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2115
2116         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2117         cut visible folder when elmo-folder-delete returns non-nil value.
2118
2119 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2120
2121         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2122         by Kenichi OKADA <okada@opaopa.org>).
2123
2124 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2125
2126         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2127
2128 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2129
2130         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2131         Fixed the last change, search group entity by its real name.
2132         (Thanks to: KOBAYASHI Shinji)
2133
2134 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2135
2136         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2137         (wl-fldmgr-access-display-all): Don't refer visible name.
2138         * wl-expire.el (wl-folder-archive-current-entity)
2139         (wl-folder-expire-current-entity): Ditto.
2140         * wl-folder.el (wl-folder-jump-to-current-entity)
2141         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2142         (wl-folder-open-folder-sub,wl-folder-open-all)
2143         (wl-folder-write-current-folder): Ditto.
2144         (wl-folder-insert-entity): Don't use petname for normal group.
2145         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2146         is the real name.
2147         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2148         Abolished.
2149
2150 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2151
2152         * wl-draft.el (wl-draft-create-buffer): Add
2153         `wl-summary-reply-with-citation'
2154
2155 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2156
2157         * wl-draft.el (wl-draft-reply): Fixed.
2158
2159 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2160
2161         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2162         when `wl-draft-send-confirm-with-preview' is non-nil.
2163         You can scroll up/down by j/k.
2164         (wl-draft-send-confirm-with-preview): New variable (default=t).
2165
2166 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2167
2168         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2169         (wl-fldmgr-save-folders): Fix comment.
2170
2171 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2172
2173         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2174         along the last change in `wl-folder-buffer-group-p'.
2175
2176 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2177
2178         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2179         folder.
2180
2181         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2182         the default value.
2183
2184         * wl-mime.el (wl-summary-burst): Update summary only when target
2185         folder equals current folder.
2186
2187 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2188
2189         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2190
2191 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2192
2193         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2194         value.
2195
2196 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2199         `map-extents' instead of `extent-at' repeatedly.
2200         (wl-highlight-folder-current-line): Ditto.
2201
2202         * wl-highlight.el: Remove useless dummy functions.
2203
2204 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2205
2206         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2207         (wl-folder-put-folder-property): New function to put text property.
2208         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2209         (wl-folder-insert-entity, wl-folder-update-diff-line)
2210         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2211         * wl-e21.el, wl-xmas.el, wl-mule.el
2212         (wl-highlight-folder-current-line): Ditto.
2213         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2214         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2215         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2216         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2217
2218 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2219
2220         * Version number is increased to 2.11.3.
2221
2222 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2223
2224         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2225         Resume current-buffer since it is assumed by remaining tasks.
2226
2227 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2228
2229         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2230         (wl-folder-completion-function): Abolished.
2231         (wl-folder-complete-folder): New function.
2232         (wl-folder-complete-filter-condition): Ditto.
2233         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2234         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2235
2236 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2237
2238         * wl-draft.el (wl-draft-send-confirm): New function.
2239         (wl-draft-send): Use it.
2240
2241         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2242         cursor-in-echo-area while confirming.
2243
2244         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2245
2246         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2247         searching via nntp if wl-summary-search-via-nntp is 'force.
2248         Otherwise, invoke searching in nntp folder only.
2249         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2250
2251         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2252         explicitly for mime-make-text-tag.
2253
2254 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2255
2256         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2257         `mime-make-text-tag' instead of `mime-create-tag'.
2258
2259 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2260
2261         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2262         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2263
2264 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2265
2266         * wl-score.el (wl-score-save): Bind print-length and print-level.
2267         (wl-score-pretty-print): Ditto.
2268         (wl-score-edit-insert-header-entry): Ditto.
2269
2270         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2271         "From" entry to be treated with wl-draft-eword-encode-address-list.
2272         * wl-mime.el (wl-draft-preview-message): Ditto.
2273
2274         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2275         (wl-summary-mark-as-unread): Ditto.
2276         (wl-summary-mark-as-read-region): Change accordingly.
2277         (wl-summary-mark-as-unread-region): Ditto.
2278         (wl-summary-target-mark-mark-as-read): Ditto.
2279         (wl-summary-target-mark-mark-as-unread): Ditto.
2280
2281 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2282
2283         * Version number is increased to 2.11.2.
2284
2285 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2286
2287         * wl-news.el.in (wl-news-previous-version-save): Bind
2288         print-length and print-level.
2289         * wl-thread.el (wl-thread-save-entities): Ditto.
2290         (wl-thread-save-top-list): Bind print-length.
2291
2292 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2293
2294         * wl-highlight.el (wl-highlight-summary-line-string): Use
2295         wl-summary-score-below-mark, wl-summary-score-over-mark.
2296         (wl-highlight-summary-current-line): Ditto.
2297
2298 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2299
2300         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2301         insert it.
2302
2303 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2304
2305         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2306
2307 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2308
2309         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2310         message without msgid.
2311         Rewrite with elmo-folder-move-messages.
2312         Set wl-message-buffer to nil.
2313
2314         * wl-summary.el (wl-summary-erase-subr): New function. Use
2315         elmo-folder-move-messages.
2316         (wl-summary-erase): Call it.
2317         (wl-summary-target-mark-erase): Ditto.
2318
2319 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2320
2321         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2322         it is not up-tp-date.
2323
2324 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2325
2326         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2327         buffer after calling `wl-summary-goto-folder-subr' without the
2328         argument `interactive'.
2329         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2330
2331 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2332
2333         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2334         `mime-create-tag'. Use `string=' instead of `looking-at'.
2335
2336 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2337
2338         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2339         to avoid compile warning.
2340
2341         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2342         entity-id when folder is given.
2343         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2344         save-excursion, use save-selected-window instead.
2345         Select folder buffer window if exists.
2346         (To correct behavior with wl-folder-move-cur-folder.)
2347
2348 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2349
2350         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2351
2352 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2353
2354         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2355         list-count instead of %d.
2356
2357 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2358
2359         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2360         (wl-news): Set it.
2361         (wl-news-append-to-folder): Use it.
2362
2363         * wl-news.el.in (wl-news-send-news): Append to specified folder
2364         instead of wl-default-folder.
2365         (wl-news-append-to-folder): Show error message with specified folder.
2366
2367         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2368                 In most major modes, Emacs assumes that any opening
2369                 delimiter found at the left margin is the start of a
2370                 top-level definition, or defun. Therefore, *never put an
2371                 opening delimiter at the left margin unless it should have
2372                 that significance.*
2373
2374         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2375
2376 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2377
2378         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2379
2380 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2381
2382         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2383
2384 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2385
2386         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2387         for sequential numbering case.
2388
2389 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2390
2391         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2392         value.
2393         (wl-draft-reply-without-argument-list): Ditto.
2394         (wl-draft-reply-myself-with-argument-list): Abolish.
2395         (wl-draft-reply-myself-without-argument-list): Ditto.
2396         * wl-draft.el (wl-draft-self-reply-p): New function.
2397         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2398
2399 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2400
2401         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2402         (avoid error for the case without byte-compiling)
2403
2404 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2405
2406         * wl-news.el.in (wl-news-append-to-folder): New function.
2407         (wl-news-exit): Rewrite.
2408         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2409
2410 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2411
2412         * wl-draft.el (wl-draft-reply-position): New function.
2413         (wl-draft-reply-position): Fix.
2414         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2415         (wl-summary-target-mark-reply-with-citation): Ditto.
2416         (wl-summary-reply-with-citation): Ditto.
2417         * wl-vars.el (wl-draft-reply-default-position): New variable.
2418
2419 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2420
2421         * wl-draft.el (wl-draft-send): Preview when interactive send.
2422
2423 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2424
2425         * wl-draft.el (wl-draft-reply): Set default position.
2426         * wl-summary.el (wl-summary-reply): Ditto.
2427         (wl-summary-reply-with-citation): Ditto.
2428         (wl-summary-target-mark-reply-with-citation): Ditto.
2429
2430 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2431
2432         * wl-news.el.in (wl-news-lang): Set default value according to
2433         current-language-environment.
2434         (wl-news-append-news): Do nothing when news-list is nil.
2435
2436 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2437
2438         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2439         (wl-news): Change message.
2440         (wl-news-exit): Check buffer.
2441         (wl-news-force-exit): New function.
2442         (wl-news-show-all): New function.
2443         (wl-news-discard-and-exit): Fix.
2444
2445 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2446
2447         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2448         according to current-language-environment.
2449
2450         * wl-news.el.in (wl-news): If arg, show all NEWS after
2451         wl-news-default-previous-version.
2452
2453 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2454
2455         * wl-news.el.in (wl-news-check): Rewritten.
2456         (wl-news-previous-version-load): Change data type.
2457         (wl-news-previous-version-save): Change data type.
2458         (wl-news-append-news): Add return value.
2459         (wl-news-check-news): New function.
2460         (wl-news-already-current-p): New function.
2461         (wl-news-send-news): Rewritten.
2462         (wl-news-mode-map): Add new keybind.
2463         (wl-news): Rewritten.
2464         (wl-news-exit): Rewritten.
2465         (wl-news-discard-and-mail): New function.
2466         (wl-news-send-to-address): Abolished.
2467         * wl.el (wl-init): Delete a message.
2468
2469 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2470
2471         * wl-news.el.in (wl-news-exit): Update previous version.
2472         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2473
2474 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2475
2476         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2477
2478 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2479
2480         * wl-news.el.in (wl-news): New function.
2481         (wl-news-mode): New function.
2482         (wl-news-next-line): New function.
2483         (wl-news-next-page): New function.
2484         (wl-news-exit): New function.
2485         (wl-news-buf-name): New variable.
2486         (wl-news-mode-map): New variable.
2487         (wl-news-winconf): New variable.
2488         (wl-news-append-news): Add an option.
2489
2490 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2491
2492         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2493
2494 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2495
2496         * wl-news.el.in (wl-news-send-to-address): New variable.
2497         (wl-news-send-news): Use it.
2498         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2499         Return updating status.
2500         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2501
2502 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2503
2504         * wl-news.el.in (wl-news-send-news): Delete
2505         Organization and X-Face.
2506
2507 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2508
2509         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2510         (wl-news-append-news): New function.
2511         (wl-news-send-news): New function.
2512
2513 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2514
2515         * Version number is increased to 2.11.1.
2516
2517 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2518
2519         * wl-news.el.in : New file.
2520
2521 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2522
2523         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2524         default value.
2525         (wl-draft-reply-without-argument-list): Ditto.
2526
2527 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2528
2529         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2530         (wl-message-buffer-prefetch-idle-time): Ditto.
2531         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2532
2533 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2534
2535         * wl-thread.el (wl-thread-insert-message): Use
2536         wl-summary-max-thread-depth.
2537
2538         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2539         loop detection.
2540
2541         * wl-message.el (wl-message-buffer-display): Back to the first page
2542         when cache is hit.
2543
2544 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2545
2546         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2547
2548         * wl-summary.el (wl-summary-insert-thread-entity):
2549         If the thread depth is reached to wl-summary-max-thread-depth,
2550         divide the thread.
2551
2552 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2553
2554         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2555         for elmo-remove-passwd.
2556
2557 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2558
2559         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2560         folder is sticky.
2561         (wl-folder-mark-as-read-all-entity): Ditto.
2562         (wl-folder-prefetch-entity): Ditto.
2563
2564 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2565
2566         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2567
2568 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2569
2570         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2571         Delete messages on buffer for unplugged operation.
2572         (wl-summary-erase): Ditto.
2573
2574 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2575
2576         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2577         take nil so as not to search parent by subject.
2578
2579 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2580
2581         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2582         (wl-folder-get-next-folder): Ditto.
2583         (wl-folder-get-path): Ditto.
2584
2585 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2586
2587         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2588         system and encode the region with it before verifying.
2589
2590 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2591
2592         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2593         system of the echo buffer before decoding.
2594
2595 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2596
2597         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2598         original contents.
2599
2600 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2601
2602         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2603         with argument 'any-exists.
2604
2605 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2606
2607         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2608         Use `wl-cs-autoconv'.
2609
2610 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2611
2612         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2613         by `mime-view-automatic-conversion'.
2614
2615         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2616         (wl-message-verify-pgp-nonmime): Ditto.
2617         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2618         Bind them to C-c:d and C-c:v respectively.
2619
2620         Merge following code by Teranishi-san from [wl-en:00167].
2621         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2622         (wl-mime-preview-application/pgp-encrypted): Ditto.
2623         (wl-mime-setup): Add entry.
2624
2625 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2626
2627         * wl-summary.el (wl-summary-target-mark-erase): New function.
2628         Bind it to "mD".
2629
2630 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2631
2632         * wl-vars.el (wl-draft-write-file-function): Fix.
2633         (wl-draft-reedit-hook): Changed default value.
2634
2635         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2636         wl-draft-reedit-hook.
2637         (wl-draft-remove-text-plain-tag): New function.
2638         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2639
2640         * wl-vars.el (wl-draft-write-file-function): New user option.
2641
2642         * wl-draft.el (wl-draft-prepare-edit): Use it for
2643         local-write-file-hooks.
2644         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2645
2646         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2647         (wl-draft-insert-mail-header-separator): Return the body beginning
2648         point.
2649         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2650         text/plain.
2651         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2652
2653 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2654
2655         * wl-summary.el (wl-summary-erase): New function to erase message
2656         without moving it to trash. Bind to "D".
2657
2658         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2659         as `keep' unless switch-function.
2660
2661 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2662
2663         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2664         message buffer by using `wl-summary-toggle-disp-msg'.
2665         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2666         buffer window.
2667         (wl-summary-supresedes-message): Ditto.
2668
2669         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2670         Do not delete other windows.
2671         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2672         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2673         (wl-draft-create-buffer): Set reply-or-forward also for target
2674         mark commands.
2675
2676 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2677
2678         * wl-draft.el (wl-user-agent-compose): Delete special case for
2679         switch-to-buffer-other-window.
2680
2681         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2682         (wl-summary-forward): Ditto.
2683
2684         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2685         function.
2686         (wl-draft-buffer-style): New use option.
2687
2688         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2689         (wl-draft): Follow the change above.
2690         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2691         wl-draft-buffer-style.
2692         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2693         switch-function.
2694
2695 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2696
2697         * wl-draft.el (wl-user-agent-compose): Delete special case for
2698         switch-to-buffer-other-window.
2699
2700         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2701         (wl-summary-forward): Ditto.
2702
2703         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2704         function.
2705         (wl-draft-buffer-style): New use option.
2706
2707         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2708         (wl-draft): Follow the change above.
2709         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2710         wl-draft-buffer-style.
2711         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2712         switch-function.
2713
2714 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2715
2716         * wl-address.el (wl-address-make-completion-entry): Extracted from
2717         `wl-address-make-completion-list'.
2718         (wl-address-enable-strict-loading): New variable.
2719         (wl-address-make-completion-list): Revive petname duplication
2720         inquiry, and enable it if `wl-address-enable-strict-loading'.
2721         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2722
2723 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2724
2725         * wl-message.el (wl-message-get-original-buffer): Avoid
2726         'Selecting deleted buffer' error when original buffer is killed.
2727
2728 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2729
2730         * wl-summary.el (wl-summary-next-message): Use
2731         elmo-message-accessible-p instead of elmo-message-cached-p.
2732
2733 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2734
2735         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2736
2737         * wl-thread.el (wl-thread-open-all-unread): Use
2738         elmo-folder-list-flagged instead of
2739         elmo-folder-list-messages-mark-match.
2740
2741         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2742         instead of elmo-folder-list-messages-mark-match.
2743         (wl-summary-move-spec-alist): New variable.
2744         (wl-summary-move-spec-plugged-alist,
2745         wl-summary-move-spec-unplugged-alist): Abolish.
2746         (wl-summary-next-message): Follow the change above.
2747         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2748         with 'no-msg' argument.
2749
2750         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2751         variable.
2752         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2753         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2754         (wl-message-buffer-prefetch-get-next): Follow the change above.
2755
2756 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2757
2758         * wl-version.el (wl-version): Changed codename.
2759
2760         * Version number is increased to 2.11.0.
2761
2762 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2763
2764         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2765         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2766         `wl-draft-config-variables'.
2767         (wl-draft-kill): Fixed problem when the draft is reedit.
2768
2769 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2770
2771         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2772         buffer-modified status (Thanks to
2773         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2774
2775 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2776
2777         * wl-util.el (wl-region-exists-p): New function.
2778
2779         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2780         Remove defvars for byte-compile warnings.
2781
2782 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2783
2784         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2785         defvar-maybe. Removed unused bind.
2786
2787 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2788
2789         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2790         summary buffer window before creating new frame.
2791         (wl-draft-reply): Ditto.
2792
2793 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2794
2795         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2796
2797 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2798
2799         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2800
2801 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2802
2803         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2804         instead of `kill-region'.
2805
2806 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2807
2808         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2809         (wl-highlight-summary-line-string): Use it.
2810         (wl-highlight-summary-current-line): Ditto.
2811
2812         * wl-mime.el (wl-message-delete-current-part): Check the class of
2813         mime-entity.
2814
2815         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2816
2817         * wl-summary.el (wl-summary-make-number-list): Initialize.
2818         (wl-summary-update-mark): New function.
2819         (wl-summary-reply): Put `answered' mark on the message.
2820         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2821
2822         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2823         (wl-draft-reply): Added optional argument `number';
2824         Set wl-draft-parent-number.
2825         (wl-draft-kill): Delete answered mark if it is a reply.
2826
2827 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2828
2829         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2830         that originates in mime-preview-follow-current-entity.
2831         (wl-draft-yank-current-message-entity): Use it if region is active.
2832
2833         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2834         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2835         `wl-message-delete-current-part'.
2836         * wl-mule.el (wl-message-define-keymap): Ditto.
2837         * wl-xmas.el (wl-message-define-keymap): Ditto.
2838
2839 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2840
2841         * wl-mime.el (wl-message-delete-current-part): New function.
2842         (wl-mime-node-id-to-string): Ditto.
2843
2844         * wl-mime.el (wl-message-delete-current-part): Use existing
2845         original buffer which corresponds current mime-view buffer.
2846         (fetched buffer might have different structure, possibly)
2847
2848         * wl-mime.el (wl-message-delete-current-part): Quit if the
2849         message content differs from the actual message.
2850
2851 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2852
2853         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2854         order.
2855         (wl-summary-search-by-subject): Search parent message from tail;
2856         Check the existence of the parent message on the current thread tree.
2857         (wl-summary-update-thread): Check whether the line is inserted.
2858
2859 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2860
2861         * wl-vars.el (wl-summary-line-format): Undo last change.
2862         * wl-summary.el (wl-summary-print-destination): Do not put
2863         invisible property when `wl-summary-width' is nil.
2864         (wl-summary-line-subject-minimum-length): Abolished.
2865         (wl-summary-line-subject): Ditto.
2866
2867 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2868
2869         * wl-vars.el (wl-summary-line-format): Change default value.
2870         (wl-summary-subject-length-limit): Abolished.
2871         * wl-summary.el (wl-summary-line-subject): Ditto.
2872
2873 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2874
2875         * wl-template.el (wl-template-select): Added optional argument.
2876         If optional argument is specified, reverse
2877         `wl-template-visible-select'.
2878
2879 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2880
2881         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2882         Take prefix argument to force asking the destination folder.
2883
2884 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2885
2886         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2887         count and update status.
2888
2889 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2890
2891         * wl-summary.el (wl-summary-redisplay-internal): If
2892         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2893         after fetching.
2894
2895 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2896
2897         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2898         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2899
2900         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2901
2902 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2903
2904         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2905         (All other related portions are changed).
2906         (wl-summary-mark-as-read-all): Rewrite.
2907
2908 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2909
2910         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2911         `wl-summary-mark-as-read'.
2912         (wl-summary-mark-as-unread): Rewrite.
2913         (wl-summary-mark-as-read): Added no-modeline argument.
2914         (wl-summary-resume-cache-status): Rewrite.
2915         (wl-summary-exec-subr): Remove unused local variable.
2916
2917 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2918
2919         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2920         logic to call `wl-summary-buffer-prev-folder-function'.
2921         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
2922
2923 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
2924
2925         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
2926         is nil.
2927
2928 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2929
2930         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
2931         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
2932         (wl-mime-setup): Add its entry.
2933
2934 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
2935
2936         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
2937         (wl-summary-delete-cache): Likewise.
2938         (wl-summary-mark-as-read): Rewrite.
2939
2940 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
2941
2942         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
2943         `wl-summary-count-unread'.
2944
2945         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
2946
2947         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
2948
2949 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
2950
2951         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
2952         wl-summary-new-mark, wl-summary-unread-uncached-mark,
2953         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
2954         Renamed to the elmo-msgdb-*-mark.
2955         (wl-summary-score-marks): Follow the change above.
2956         (wl-summary-auto-refile-skip-marks): Ditto.
2957         (wl-summary-incorporate-marks): Ditto.
2958         (wl-summary-expire-reserve-marks): Ditto.
2959
2960         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
2961         changes.
2962         (wl-thread-insert-top): Changed updating message.
2963
2964         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
2965         variable.
2966         (wl-summary-count-unread): Count answered marks.
2967         (wl-summary-rescan): Call wl-summary-insert-message instead of
2968         wl-summary-append-message-func-internal.
2969         (wl-summary-rescan): Don't call wl-summary-make-number-list.
2970         (wl-summary-prefetch-msg): Follow the variable name changes.
2971         (wl-summary-prefetch-region): Ditto.
2972         (wl-summary-mark-as-read-all): Follow the API changes;
2973         Don't call elmo-folder-replace-marks.
2974         (wl-summary-delete-cache): Follow the variable name changes.
2975         (wl-summary-resume-cache-status): Ditto.
2976         (wl-summary-update-status-marks): New function.
2977         (wl-summary-insert-message): New function.
2978         (wl-summary-sync-marks): Follow the variable name changes.
2979         (wl-summary-sync-update): Synchronize to the msgdb, too;
2980         Changed update messages.
2981         (wl-summary-make-number-list): Rewrite.
2982         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
2983         (wl-summary-mark-as-unread): Follow the API changes.
2984         (wl-summary-exec-subr): Follow the variable name changes.
2985         (wl-summary-mark-as-read): Ditto.
2986         (wl-summary-move-spec-plugged-alist): Ditto.
2987         (wl-summary-move-spec-unplugged-alist): Ditto.
2988         (wl-summary-cursor-move-surface): Ditto.
2989
2990         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
2991         variable name changes.
2992         (wl-highlight-summary-current-line): Ditto.
2993
2994         * wl-expire.el (wl-expire-refile): Follow the API change in
2995         elmo-folder-move-messages.
2996         (wl-expire-refile-with-copy-reserve-msg): Ditto.
2997         (wl-summary-archive): Use elmo-folder-msgdb instead of
2998         elmo-msgdb-load.
2999
3000 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3001
3002         * wl-mime.el (wl-draft-preview-message): Restore the position
3003         before evaluating wl-draft-send-hook in preview buffer.
3004
3005 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3006
3007         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3008         when it creates new draft buffer.
3009
3010         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3011         without argument.
3012
3013         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3014         Evaluate content and if the value is string, insert it.
3015         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3016         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3017         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3018         wl-draft-config-sub-part-bottom): Use it.
3019
3020         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3021         with the folder name. The question was unintelligible when it is
3022         called from wl-save-status.
3023
3024 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3025
3026         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3027         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3028         cannot take second argument).
3029
3030 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3031
3032         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3033         as t. Since type and subtype are not case sensitive (RFC 2045).
3034
3035 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3036
3037         * wl-vars.el (wl-message-mode-line-format): New variable.
3038         (wl-message-mode-line-format-spec-alist): Ditto.
3039         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3040         (wl-message-redisplay): Use wl-message-mode-line-format.
3041
3042 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3043
3044         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3045
3046 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3047
3048         * wl-summary.el (wl-summary-default-from): Write description.
3049
3050 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3051
3052         * wl-vars.el (wl-ldap-objectclass): Abolish.
3053
3054         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3055         (wl-ldap-make-filter): Removed condition for objectclass.
3056         (wl-ldap-make-matched-value-list): Remove meaningless process.
3057         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3058         (wl-address-ldap-search): Don't add `*' to `pat' string;
3059         use ignore-errors; added `email';
3060         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3061         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3062         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3063
3064
3065 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3066
3067         * wl-draft.el (wl-draft-parent-folder): Write description.
3068         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3069
3070 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3071
3072         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3073         as "" (zero-length string) if no parent.
3074         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3075
3076 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3077
3078         * wl-address.el (wl-address-make-completion-list): Skip duplication
3079         checking.
3080         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3081         `append'.
3082
3083 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3084
3085         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3086         instead of `beginning-of-buffer'.
3087
3088 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3089
3090         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3091
3092 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3093
3094         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3095         Refer wl-message-buffer-name.
3096         (wl-message-wheel-down): Ditto.
3097
3098 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3099
3100         * wl-vars.el (wl-message-buffer-name): New user option.
3101
3102         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3103         directly instead of making alist dinamically.
3104
3105         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3106         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3107         wl-message-buffer-cache-name.
3108         (wl-message-buffer-cache-clean-up): Ditto.
3109
3110         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3111
3112         * Version number is increased to 2.9.15.
3113
3114 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3115
3116         * wl-vars.el (wl-summary-default-view-alist): New user option.
3117
3118         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3119
3120         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3121         while deleting address.
3122         (wl-draft-delete-myself-from-cc): Ditto.
3123
3124         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3125         If optional argument is specified, reverse sort order.
3126
3127         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3128
3129 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3130
3131         * wl-thread.el (wl-thread-insert-message): Return parent number if
3132         exists.
3133         (wl-thread-update-indent-string-region): Use
3134         wl-thread-update-line-on-buffer-sub instead of
3135         wl-thread-update-line-on-buffer.
3136
3137 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3138
3139         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3140         (wl-folder-close-all): Ditto.
3141
3142 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3143
3144         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3145         and mailing-list:.
3146         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3147         value.
3148         (wl-summary-line-list-info): Print mailing-list name even when 
3149         list-number is empty.
3150
3151 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3152
3153         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3154
3155         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3156         (wl-draft-open-file): Ditto.
3157         (wl-draft-random-alphabet): Ditto.
3158
3159         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3160         bindings.
3161
3162 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3163
3164         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3165         * wl-vars.el (wl-draft-config-alist): Ditto.
3166
3167 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3168
3169         * Version number is increased to 2.9.14.
3170
3171         * wl.el (wl): Don't set wl-init as nil when error occured while
3172         auto-checking folders.
3173
3174         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3175         `elmo-expand-newtext'.
3176
3177 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3178
3179         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3180         `this-command' so that `wl-folder-goto-folder' contained in
3181         `wl-summary-keep-cursor-command' work.
3182
3183 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3184
3185         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3186         message buffer displaying state.
3187
3188 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3189
3190         * wl-vars.el (wl-summary-default-view): New variable to specify
3191         default value for `wl-summary-buffer-view' instead of using
3192         set-default.
3193         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3194
3195 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3196
3197         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3198
3199         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3200
3201 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3202
3203         * wl-vars.el (wl-forward-subject-prefix): New variable.
3204         * wl-draft.el (wl-draft-forward): Use it.
3205
3206 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3207
3208         * wl-message.el (wl-message-prev-page): When it is called without
3209         lines argument, scroll down by wl-message-scroll-amount lines.
3210         (wl-message-next-page): Ditto.
3211         * wl-vars.el (wl-message-scroll-amount): Change default value
3212         to preserve current behavior.
3213
3214 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3215
3216         * wl-summary.el (wl-summary-prefetch-msg): Bind
3217         `wl-message-entity' to call `wl-summary-from-function'.
3218
3219 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3220
3221         * wl-message.el (wl-message-buffer-create): Run
3222         wl-message-buffer-created-hook.
3223
3224 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3225
3226         * wl-summary.el (wl-summary-sort-specs): New variable.
3227         (wl-summary-default-sort-spec): Ditto.
3228         (wl-summary-sort): Rewrite.
3229         (wl-summary-sort-by-list-info): New function.
3230
3231 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3232
3233         * wl-summary.el (wl-summary-get-list-info): New function.
3234         (wl-summary-sort): Rewrite.
3235         (wl-summary-line-list-info): Ditto.
3236         (wl-summary-line-list-count): Ditto.
3237         (wl-summary-refile-region): Fixed docstring.
3238
3239 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3240
3241         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3242         `wl-folder-entity-hashtb' as completion table.
3243
3244 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3245
3246         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3247         only when this command is called interactively; silence the byte-
3248         compiler.
3249
3250 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3251
3252         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3253         active in XEmacs.
3254
3255 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3256
3257         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3258         plural lines.
3259
3260 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3261
3262         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3263         of current line when the cursor is on the header name.
3264         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3265
3266 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3267
3268         * wl-util.el (wl-read-directory-name): Return displayed directory
3269         as the default value also on XEmacs.
3270
3271 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3272
3273         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3274         formatting.
3275
3276 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3277
3278         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3279         argument and when it is non-nil, check face property before
3280         highlighting for each line.
3281         (wl-highlight-summary-window): Set it.
3282
3283 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3284
3285         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3286         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3287
3288         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3289         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3290         (wl-draft-get-fcc-list): Likewise.
3291
3292 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3293
3294         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3295         (wl-thread-entity-cur): Ditto.
3296         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3297         wl-thread-indent-regexp setting.
3298         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3299
3300         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3301         wl-summary-lazy-highlight.
3302         (wl-summary-display-bottom): Ditto.
3303
3304         * wl-thread.el (wl-thread-open-close): Likewise.
3305
3306         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3307         from and subject;
3308         Bind wl-draft-use-frame;
3309         Enclose with save-window-excursion;
3310         Use wl-draft-create-buffer instead of with-temp-buffer;
3311         Use wl-draft-prepare-edit;
3312         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3313         Use wl-draft-send instead of wl-draft-raw-send.
3314
3315 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3316
3317         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3318         of using wl-from.
3319
3320 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3321
3322         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3323         insert-buffer instead of clone-buffer.
3324         (wl-draft-doing-mime-bcc): New variable.
3325         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3326         infinite loop.
3327         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3328
3329         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3330         (wl-draft-mime-bcc-body): Ditto.
3331
3332         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3333         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3334         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3335         wl-draft-do-mime-bcc.
3336         (wl-draft-mime-bcc-field): New function.
3337         (wl-draft-do-mime-bcc): Ditto.
3338
3339         * wl-address.el (wl-address-complete-header-list): New variable.
3340         (wl-address-complete-header-regexp): Changed default value.
3341
3342         * Version number is increased to 2.9.13.
3343
3344 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3345
3346         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3347         it is differed.
3348
3349 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3350
3351         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3352         (wl-summary-line-list-count): Ditto.
3353
3354 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3355
3356         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3357         (wl-nntp-posting-function): New variable.
3358         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3359         `wl-nntp-posting-config-alist'.
3360
3361 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3362
3363         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3364         FLIM.
3365
3366 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3367
3368         * wl-summary.el (wl-summary-target-mark-refile-sub):
3369         Remove a nuisance funcall.
3370
3371 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3372
3373         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3374         as t for `try-completion'.
3375
3376 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3377
3378         * wl-summary.el (wl-summary-default-from): Use
3379         wl-address-header-extract-address instead of
3380         std11-extract-address-components.
3381         (wl-summary-simple-from): Ditto.
3382         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3383         (wl-summary-insert-headers): Show message.
3384         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3385         for whole line.
3386         (wl-summary-default-from): Revert last change.
3387         (wl-summary-simple-from): Ditto.
3388         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3389         (wl-summary-mark-as-read-region): Follow the change above.
3390         (wl-summary-sync-marks): Ditto.
3391         (wl-summary-target-mark-mark-as-read): Ditto.
3392         (wl-summary-redisplay-internal): Ditto.
3393         (wl-summary-redisplay-no-mime-internal): Ditto.
3394         (wl-summary-redisplay-all-header): Ditto.
3395         (wl-summary-mark-as-read): Removed argument `cached';
3396         Use current cache status to set cache mark.
3397         (wl-summary-redisplay-internal): Follow the change above.
3398         (wl-summary-redisplay-no-mime-internal): Ditto.
3399         (wl-summary-redisplay-all-header): Ditto.
3400
3401         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3402
3403         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3404         Don't call itself recursively (Adviced by Yamaoka-san).
3405
3406 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3407
3408         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3409         bind wl-summary-highlight as nil to avoid error caused by missing
3410         local variables.
3411
3412 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3413
3414         * wl-vars.el (wl-invalid-character-message): New user option.
3415
3416         * wl-util.el (wl-set-string-width): If truncated string-width is
3417         larger than specified width, use `wl-invalid-character-message'.
3418
3419 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3420
3421         * wl-summary.el (wl-summary-prefetch-msg): 
3422         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3423
3424 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3425
3426         * wl-vars.el (wl-summary-check-line-format): New user option.
3427         (wl-summary-line-format-file): Ditto.
3428
3429         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3430         variable.
3431         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3432         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3433         and `wl-summary-view-old-p' to check whether do a rescan or not.
3434         (wl-summary-view-old-p): New function.
3435         (wl-summary-line-format-changed-p): Ditto.
3436         (wl-summary-line-format-save): Ditto.
3437         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3438
3439         * wl-util.el (wl-set-string-width): Avoid using negative number
3440         for make-string.
3441
3442 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3443
3444         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3445         return value.
3446
3447         * wl-util.el (wl-set-string-width): Added optional argument
3448         `padding' (All other related portions are changed).
3449         (wl-line-parse-format): If the first letter of column number is
3450         `0', zero-padding the result (ex: "%05l").
3451
3452         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3453
3454 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3457         sequential summary view.
3458
3459 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3460
3461         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3462         if it doesn't have a -unix version.
3463
3464 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3465
3466         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3467
3468 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3469
3470         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3471         content.
3472         (wl-draft): Follow the change above.
3473
3474         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3475
3476         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3477         and wl-folder-summary-line-format-alist contain %T and %P.
3478
3479         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3480         (wl-summary-mode-line-format): New user option.
3481         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3482         (wl-summary-line-format): Changed default value.
3483         (wl-summary-lazy-highlight): Changed default value.
3484
3485         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3486         change in wl-summary-create-line.
3487         (wl-thread-insert-entity-sub): Ditto.
3488
3489         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3490         (wl-summary-buffer-unread-status): Ditto.
3491         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3492         (wl-summary-buffer-persistent-mark-column): Ditto.
3493         (wl-summary-buffer-mode-line-formatter): Ditto.
3494         (wl-summary-buffer-mode-line): Ditto.
3495         (wl-summary-message-regexp): Abolished.
3496         (All other related portions are changed.)
3497         (wl-summary-detect-mark-position): New function.
3498         (wl-summary-buffer-set-folder): Setup
3499         wl-summary-buffer-mode-line-formatter.
3500         (wl-summary-mode): Setup selective-display;
3501         Setup pre-idle-hook when xemacs.
3502         (wl-summary-update-modeline): Rewrite.
3503         (wl-summary-jump-to-msg): Define as function;
3504         Changed regexp for searching messages.
3505         (wl-summary-message-number): Rewrite.
3506         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3507         Do rescan when old type summary cache.
3508         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3509         (wl-summary-remove-destination): Use '\r' to detect EOL.
3510         (wl-summary-print-destination): Ditto.
3511         (wl-summary-temp-mark): New inline function.
3512         (wl-summary-persistent-mark): Ditto.
3513         (wl-summary-line-number): New function.
3514         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3515         (wl-summary-line-list-count): New function.
3516         (wl-summary-create-line): Added argument persistent-mark.
3517         (All other related portions are changed)
3518         (wl-summary-create-line): Insert '\r'.
3519         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3520         (wl-summary-cursor-move-surface): New inline function.
3521         (wl-summary-prev): Use it.
3522         (wl-summary-next): Ditto.
3523
3524         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3525         wl-summary-message-regexp.
3526         (wl-highlight-summary): Delete progress message.
3527         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3528
3529         * Version number is increased to 2.9.12.
3530
3531 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3532
3533         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3534         variable (nil: no minimum).
3535         (wl-summary-line-subject): Add some spaces after subject by
3536         wl-summary-line-subject-minimum-length.
3537
3538 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3539
3540         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3541         and removed `F'.
3542         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3543         change above).
3544
3545 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3546
3547         * wl-summary.el (wl-summary-line-list-count): Reverted.
3548         (example setting in samples/*/dot.wl is also updated)
3549
3550 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3551
3552         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3553
3554         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3555
3556         * wl-vars.el (wl-summary-line-format): Addes some description to the
3557         docstring.
3558
3559         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3560         (wl-summary-line-close-bracket): Ditto.
3561         (wl-summary-line-children-number): Ditto.
3562         (wl-summary-line-thread-indent): Ditto.
3563         (wl-summary-line-children-and-from): Ditto.
3564
3565         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3566         't', 'c', 'F' and added 'C'.
3567
3568         * wl-util.el (wl-set-string-width): Accept negative value.
3569         (wl-line-parse-format): Added "%number(" and "%)".
3570
3571 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3572
3573         * wl-summary.el (wl-summary-line-list-count): Change format of the
3574         return value.
3575
3576 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3577
3578         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3579         from the recent message.el.
3580         (wl-draft-point-in-header-p): Ditto.
3581         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3582         wl-draft-beginning-of-line.
3583         * wl-e21.el (wl-draft-mode-map): Ditto.
3584         * wl-xmas.el (wl-draft-mode-map): Ditto.
3585
3586         * wl-folder.el: Sort macrodefs by dependencies.
3587
3588 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3589
3590         * wl-summary.el (wl-summary-prev): Fixed regexp.
3591         (wl-summary-next): Ditto.
3592
3593 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3594
3595         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3596
3597 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3598
3599         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3600         for backward compatibility.
3601
3602 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3603
3604         * wl-summary.el (wl-summary-line-list-count): New function, merged
3605         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3606         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3607         list counts.
3608
3609 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3610
3611         * wl-summary.el (wl-summary-create-line): Ignore errors while
3612         timezone-fix-time.
3613
3614         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3615
3616         * wl-summary.el (wl-summary-sync-update): Ditto.
3617         (wl-summary-default-from): Use wl-message-entity
3618         instead of entity.
3619
3620         * wl-summary.el (wl-summary-create-line): Fix.
3621
3622         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3623         (wl-summary-line-format): New user option.
3624         (wl-folder-summary-line-format-alist): Ditto.
3625         (wl-summary-from-width): Abolished.
3626
3627         * wl-util.el (toplevel): Require 'bytecomp.
3628         (wl-line-parse-format): New function.
3629         (wl-line-formatter-setup): New macro.
3630
3631         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3632         (wl-summary-buffer-line-formatter): New buffer local variable.
3633         (wl-summary-switch-to-clone-buffer): Follow the change above.
3634         (wl-summary-message-regexp): Fix.
3635         (wl-summary-from-func-internal): Abolished.
3636         (wl-summary-subject-func-internal): Ditto.
3637         (wl-summary-subject-filter-func-internal): Ditto.
3638         (All other related portions are changed.)
3639         (wl-summary-buffer-set-folder):
3640         Set up wl-summary-buffer-number-column and 
3641         wl-summary-buffer-line-formatter
3642         (All other related portions are changed.)
3643         (wl-summary-buffer-number-column-detect): Abolished.
3644         (All other related portions are changed.)
3645         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3646         (wl-summary-delete-all-temp-marks-on-buffer): Use
3647         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3648         (wl-summary-target-mark-delete): Ditto.
3649         (wl-summary-target-mark-refile-subr): Ditto.
3650         (wl-summary-target-mark-mark-as-read): Ditto.
3651         (wl-summary-target-mark-mark-as-unread): Ditto.
3652         (wl-summary-target-mark-mark-as-important): Ditto.
3653         (wl-summary-target-mark-save): Ditto.
3654         (wl-summary-replace-status-marks): Renamed from
3655         wl-summary-set-status-marks-on-buffer;
3656         Use wl-summary-message-regexp instead of
3657         wl-summary-buffer-number-regexp.
3658         (wl-summary-sync-update): Follow the change above.
3659         (wl-summary-goto-previous-message-beginning): New function.
3660         (wl-summary-mark-as-unread): Use it.
3661         (wl-summary-mark-as-important): Ditto.
3662         (wl-summary-line-formatter): New variable.
3663         (wl-summary-line-year): New function.
3664         (wl-summary-line-day): Ditto.
3665         (wl-summary-line-day-of-week): Ditto.
3666         (wl-summary-line-hour): Ditto.
3667         (wl-summary-line-minute): Ditto.
3668         (wl-summary-line-open-bracket): Ditto.
3669         (wl-summary-line-close-bracket): Ditto.
3670         (wl-summary-line-children-number): Ditto.
3671         (wl-summary-line-thread-indent): Ditto.
3672         (wl-summary-line-size): Ditto.
3673         (wl-summary-line-subject): Ditto.
3674         (wl-summary-line-from): Ditto.
3675         (wl-summary-line-children-and-from): Ditto.
3676         (wl-summary-create-line): Rewritten.
3677         (wl-summary-format-date): Abolished.
3678
3679         * wl-highlight.el (wl-highlight-summary-current-line): Use
3680         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3681         Use thread structure to detect thread top message.
3682
3683         * wl-draft.el (wl-default-draft-cite): Don't use
3684         wl-summary-from-func-internal.
3685
3686         * wl-refile.el (wl-refile-subject-learn): Don't use
3687         wl-summary-subject-filter-func-internal.
3688         (wl-refile-guess-by-subject): Ditto.
3689
3690         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3691         parameters.
3692
3693         * wl-thread.el (wl-thread-update-indent-string-region):
3694         Use wl-thread-update-line-on-buffer instead of
3695         wl-thread-update-indent-string.
3696         (wl-thread-update-children-number): Redefine using
3697         wl-thread-update-line-on-buffer.
3698         (wl-thread-update-indent-string): Abolished.
3699
3700         * Version number is increased to 2.9.11.
3701
3702 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3703
3704         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3705         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3706         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3707
3708         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3709         as nil.
3710
3711         * wl-thread.el (wl-thread-open-all-unread): Use 
3712         elmo-folder-list-messages-mark-match.
3713         (wl-thread-insert-message): Removed argument `mark-alist'.
3714         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3715         elmo-msgdb-set-mark.
3716         (wl-thread-get-children-msgs-uncached): Likewise.
3717         (wl-thread-get-exist-children): Added argument include-self.
3718         (wl-thread-delete-message): Follow the change above.
3719
3720         * wl-summary.el (wl-summary-count-unread): Removed argument.
3721         (wl-summary-rescan): Follow the change above.
3722         (wl-summary-mark-as-read-region): Ditto
3723         (wl-summary-mark-as-unread-region): Ditto.
3724         (wl-summary-delete-messages-on-buffer): Ditto.
3725         (wl-summary-sync-update): Ditto.
3726         (wl-summary-switch-to-clone-buffer): Ditto.
3727         (wl-summary-goto-folder-subr): Ditto.
3728         (wl-summary-target-mark-mark-as-read): Ditto.
3729         (wl-summary-target-mark-mark-as-unread): Ditto.
3730         (wl-summary-target-mark-mark-as-important): Ditto.
3731         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3732         (wl-summary-update-thread): Removed argument `mark-alist'.
3733         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3734         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3735         (wl-summary-resume-cache-status): Likewise.
3736         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3737         elmo-msgdb-set-mark.
3738         (wl-summary-mark-as-read-all): Likewise.
3739         (wl-summary-delete-cache): Ditto.
3740         (wl-summary-auto-select-msg-p): Ditto.
3741         (wl-summary-mark-as-unread): Ditto.
3742         (wl-summary-no-auto-refile-message-p): Ditto.
3743         (wl-summary-mark-as-read): Ditto.
3744         (wl-summary-mark-as-important): Ditto.
3745         (wl-summary-auto-refile): Follow the change above.
3746         (wl-summary-delete-all-marks): Removed.
3747         (wl-summary-resume-marks-and-highlight): Ditto.
3748         (wl-summary-resume-marks): Ditto.
3749         (wl-summary-delete-important-msgs-from-list): Ditto.
3750         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3751
3752         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3753         wl-summary-count-unread.
3754
3755         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3756         (wl-summary-score-update-all-lines): Use
3757         elmo-msgdb-set-mark.
3758
3759 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3760
3761         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3762         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3763         (wl-summary-create-line): Renamed from
3764         wl-summary-overview-create-summary-line;
3765         Argument rearrangement.
3766         (wl-summary-update-thread): Follow the change above.
3767
3768         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3769         (wl-thread-insert-entity-sub): Likewise.
3770
3771         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3772         argument `overview', `mark-alist' and added `msgdb'.
3773
3774         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3775
3776         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3777         (wl-summary-rescan): Follow the change above.
3778         (wl-summary-sync-update): Ditto.
3779         (wl-summary-insert-thread-entity): Ditto;
3780         Don't use `let*' in every while loop;
3781         Detect infinite loop of threads.
3782         (wl-summary-update-thread): Removed argument `overview'.
3783
3784         * wl-thread.el (wl-thread-insert-message): Ditto.
3785
3786         * Version number is increased to 2.9.10.
3787
3788         * wl-message.el (wl-message-redisplay): Ignore errors while
3789         wl-message-redisplay-hook.
3790
3791 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3792
3793         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3794
3795 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3796
3797         * wl.el (wl): inhibit-quit while wl-folder.
3798
3799 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3800
3801         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3802         while msgdb access.
3803
3804 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3805
3806         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3807         even if no folder is not created.
3808
3809 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3810
3811         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3812
3813         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3814         implementation.
3815         (wl-summary-target-mark-thread): Ditto.
3816
3817         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3818
3819 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3820
3821         * wl-util.el (wl-display-bytes): Remove unused function.
3822
3823 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3824
3825         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3826         seems critical one (partially reverse the change in 2002/03/17).
3827
3828 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3829
3830         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3831         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3832
3833 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3834
3835         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3836         is not writable.
3837         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3838         plugged status instead of `'force' as 2nd argument.
3839
3840         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3841         is not creatable.
3842
3843         * Version number is increased to 2.9.9.
3844
3845 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3846
3847         * wl-summary.el (wl-summary-suspend): New function.
3848
3849 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3850
3851         * wl.el (wl): Do not check variables if check is nil.
3852         * wl-utils.el (wl-collect-draft): New function.
3853         * wl-folder.el (wl-folder-suspend): Put summary buffers
3854         and draft buffers at the end of buffer list.
3855         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3856
3857 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3858
3859         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3860         loop instead of recursive call.
3861
3862         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3863         2nd argument.
3864
3865 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3866
3867         * wl-draft.el (wl-draft-create-contents): Don't take neither
3868         (function . args) nor (string . something) any more.
3869
3870         * wl-version.el (wl-generate-user-agent-string): Return string
3871         without header symbol.
3872         * wl-draft.el (wl-draft-default-headers): Use it.
3873
3874         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3875         `wl-draft-insert-ccs' and return field value instead of inserting
3876         the header. Abolish cc argument.
3877         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3878
3879         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3880         rather than one with string car.
3881
3882         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3883         * wl-draft.el (wl-draft-create-contents): Add it after the default
3884         headers.
3885
3886         * wl-draft.el (wl-draft-create-contents): For the case of
3887         (symbol-or-string . function) insert header only when the function
3888         returns string value.
3889
3890 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3891
3892         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3893         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3894
3895 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3896
3897         * wl.el (wl-check-environment): Don't check Message-ID when
3898         `wl-insert-message-id' is nil.
3899         Revive checking if `wl-message-id-domain' contains "@".
3900
3901 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl.el (wl-check-environment): Merge examination for "@" at
3904         inappropriate position into the first string-match.
3905
3906         * wl-summary.el (wl-summary-target-mark-print): New function.
3907         (wl-summary-pipe-message-subr): Extracted from
3908         `wl-summary-pipe-message'.
3909         (wl-summary-target-mark-pipe): New function.
3910         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3911         `wl-summary-target-mark-pipe'.
3912
3913 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3914
3915         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3916
3917 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3918
3919         * wl.el (wl-check-environment): Use elmo-warning instead of
3920         error for non-critical ones.
3921         Remove trash folder check.
3922         (wl): Don't ignore error in wl-check-environment.
3923
3924         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
3925         check, which is moved from `wl-check-environment'.
3926         (Adviced by Teranishi-san [X-Mail-Count: 9661])
3927
3928 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3929
3930         * wl-summary.el (wl-summary-write-current-folder): If it cannot
3931         guess anything, call wl-summary-write.
3932         (wl-summary-write): Create draft with blank To field.
3933         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
3934
3935 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3936
3937         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
3938         argument full as well for wl-folder-write-current-folder.
3939         If wl-*-write-current-folder cannot guess addressee, add blank
3940         To header.
3941         Rewrite condition for positioning cursor.
3942
3943 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
3946         summary buffer is present, use it.
3947         (wl-folder-jump-to-previous-summary): Ditto.
3948
3949 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3950
3951         * wl-draft.el (wl-draft-create-contents): Fix docstring.
3952
3953         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
3954         wl-summary-previous-buffer and wl-summary-next-buffer.
3955
3956         * wl-folder.el (wl-folder-mode-map): Bind
3957         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
3958         (wl-folder-jump-to-next-summary): New function.
3959         (wl-folder-jump-to-previous-summary): Ditto.
3960
3961         * wl-draft.el (wl-draft): Rearranged.
3962
3963 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3964
3965         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
3966         of header.
3967         (wl-draft): Collect arguments for the header as header-alist.
3968         (wl-draft-forward): Arrange arguments for wl-draft.
3969         (wl-draft-reply): Ditto.
3970         (wl-draft-edit-string): Ditto.
3971         * wl-summary.el (wl-summary-write): Ditto.
3972         (wl-summary-write-current-folder): Ditto.
3973
3974         * Version number is increased to 2.9.8.
3975
3976 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3977
3978         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
3979
3980         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
3981
3982         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
3983         even if the guess failed.
3984
3985         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
3986         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
3987         wl-summary-write-current-folder.
3988         * wl-xmas.el: Ditto.
3989
3990 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
3991
3992         * wl-summary.el (wl-summary-next-page): Force display message if
3993         message is not displayed yet.
3994         (wl-summary-prev-page): Ditto.
3995
3996 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
3997
3998         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
3999
4000 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4001
4002         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4003         add "Preview Message" and "Save Draft and Exit".
4004
4005 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4006
4007         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4008         if addrmgr is called from draft in splitted window.
4009
4010         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4011         * wl-mule.el: Ditto.
4012         * wl-xmas.el: Ditto.
4013
4014 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4015
4016         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4017
4018         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4019         * wl-xmas.el (wl-folder-toolbar): Ditto.
4020
4021 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4024         and wl-draft-save-and-exit.
4025         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4026         * wl-xmas.el: Ditto.
4027         * wl-mule.el: Ditto.
4028
4029         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4030         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4031
4032 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4033
4034         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4035         lists for saving buffer.
4036
4037 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4038
4039         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4040         parent-folder argument instead of it.
4041         (wl-draft-create-buffer): Ditto.
4042         (wl-draft-forward): Ditto.
4043         (wl-draft-reply): Ditto.
4044         * wl-summary.el (wl-summary-write): Ditto.
4045         (wl-summary-write-current-folder): Ditto.
4046
4047         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4048         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4049         Folder buffer after composing.
4050
4051 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4054         header if the file `wl-x-face-file' already contains it.
4055
4056 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4057
4058         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4059         folder" entry.
4060         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4061         * wl-e21.el (wl-folder-toolbar): Ditto.
4062         * wl-xmas.el (wl-folder-toolbar): Ditto.
4063
4064 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4065
4066         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4067         wl-folder-goto-folder with sticky argument.
4068         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4069
4070 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4071
4072         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4073         and wl-summary-previous-buffer.
4074         (wl-summary-next-buffer): New function.
4075         (wl-summary-previous-buffer): Ditto.
4076
4077 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4078
4079         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4080         wl-folder-jump-to-current-entity-with-arg.
4081         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4082         `wl-folder-jump-to-current-entity'.
4083         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4084         `wl-summary-goto-folder-sticky'.
4085         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4086         `wl-summary-goto-folder'.
4087         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4088         Unless force-exit, do not clean temp. marks for sticky summary.
4089         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4090
4091 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4092
4093         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4094         not entire.
4095
4096 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4097
4098         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4099         to `C-x C-s'.
4100         (wl-summary-save-status): New command.
4101         (wl-summary-exit): Don't clean-up temp marks when sticky.
4102         (Applied patch from Nakayama-san [wl: 09548])
4103         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4104         Do nothing when no mark data.
4105         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4106         Call `wl-summary-delete-all-temp-marks' before saving.
4107
4108 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4109
4110         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4111
4112 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4113
4114         * wl.el (wl-check-environment): Also cause error when (system-name)
4115         returns "localhost.localdomain". (Although it doesn't affect because
4116         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4117
4118 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4119
4120         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4121         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4122
4123         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4124         value.
4125
4126 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4127
4128         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4129         Likewise r-cc-list and r-ng-list.
4130
4131 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4132
4133         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4134         only if it is bound as variable.
4135
4136         * wl-mime.el (wl-draft-preview-message): Ditto.
4137
4138 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4139
4140         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4141         needless `goto-char'.
4142
4143         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4144         `wl-summary-redisplay-no-mime-internal' instead of
4145         `wl-summary-redisplay-no-mime'.
4146         (wl-summary-redisplay-no-mime): Changed argument;
4147         Call `wl-summary-redisplay-no-mime-internal'.
4148
4149         * wl-mime.el (wl-draft-preview-message): Bind
4150         `mime-header-encode-method-alist' locally.
4151
4152         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4153         (wl-draft-std11-parse-addresses): Added the first address check.
4154         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4155
4156         * Version number is increased to 2.9.7.
4157
4158 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4159
4160         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4161
4162 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4163
4164         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4165         related to scrollbar support, if there is no such a feature
4166         compiled in.
4167
4168 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4169
4170         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4171         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4172         for prefetch.
4173
4174 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4175
4176         * wl-summary.el (wl-summary-pick): Fix for no match.
4177
4178 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4179
4180         * wl-draft.el (wl-draft-save):
4181         Override `mime-header-encode-method-alist'.
4182
4183 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4184
4185         * wl-folder.el (wl-folder-pick): New function.
4186         Define key as "?".
4187
4188 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4189
4190         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4191         Fix for unplugged.
4192
4193 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4194
4195         * wl-folder.el (wl-folder-virtual): New function.
4196         Define key as "V".
4197
4198 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4199
4200         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4201         multi folder if entity is group.
4202
4203 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4204
4205         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4206         is nil.
4207
4208 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4209
4210         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4211         (wl-summary-target-mark-msgs): Return the number of marked messages.
4212
4213 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4214
4215         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4216         "first:" is specified.
4217
4218 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4219
4220         * wl-vars.el (wl-from): Use return value of function
4221         user-full-name instead of the variable user-full-name since
4222         XEmacs-20.4 doesn't set this variable.
4223
4224 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4225
4226         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4227         call `wl' directly.
4228
4229 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4230
4231         * wl-draft.el (wl-draft-reedit): Removed duplicated
4232         switch-to-buffers.
4233
4234 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4235
4236         * wl.el (wl-other-frame): Removed garbages.
4237
4238 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4239
4240         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4241
4242         * wl-xmas.el (wl-draft-key-setup): Ditto.
4243
4244         * wl-mule.el (wl-draft-key-setup): Ditto.
4245
4246         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4247         (wl-draft-reedit): Ditto.
4248         (wl-draft-prepare-edit): Add `wl-draft-save' to
4249         `local-write-file-hooks'.
4250         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4251         (wl-draft-reedit): Set buffer-file-name.
4252         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4253
4254
4255         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4256         call it.
4257         (wl-delete-startup-frame-function): New variable.
4258         (wl-other-frame): New function
4259         (Original was written by Yamaoka san [wl: 09239]).
4260
4261         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4262         if `wl-folder-use-frame'.
4263
4264 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4265
4266         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4267
4268 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4269
4270         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4271         New variable.
4272         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4273         (wl-message-buffer-prefetch-get-next): Use them.
4274         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4275
4276 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4277
4278         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4279         with unwind-protect.
4280
4281         * wl-draft.el (wl-draft-reedit): Rewrite.
4282         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4283         (wl-draft-save): Insert header separator if it does not exist;
4284         Removed condition-case.
4285
4286         * wl-summary.el (wl-summary-reedit): Revert last change.
4287
4288         * wl-draft.el (wl-draft-save): Rewrite.
4289         (wl-draft-create-buffer): Set buffer-file-name as nil.
4290
4291         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4292
4293         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4294
4295         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4296         nil.
4297
4298 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4299
4300         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4301         If count is nil, do not prefetch.
4302         (wl-message-buffer-prefetch-next): Next.
4303
4304 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4305
4306         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4307
4308 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4309
4310         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4311         `delete-backward-char'
4312         (wl-draft-prepare-edit): Check major-mode.
4313         (wl-draft-decode-header): Rewrite.
4314         (wl-draft): Fix.
4315
4316 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4317
4318         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4319
4320 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4321
4322         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4323         (wl-message-buffer-prefetch-get-next): Remove size checking.
4324         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4325
4326 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4327
4328         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4329         (wl-draft-default-headers): Fix.
4330
4331 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4332
4333         * wl-draft.el (wl-draft-default-headers): Insert return value of
4334         `wl-generate-mailer-string-function'.
4335
4336 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4337
4338         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4339         (wl-draft-insert-mail-header-separator): Ditto.
4340
4341         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4342         again (Reverted the change on 2002-01-17 by OKADA san).
4343
4344 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4345
4346         * wl-draft.el (wl-draft): Rewrite.
4347         (wl-draft-create-buffer): New function.
4348         (wl-draft-create-contents): Ditto.
4349         (wl-draft-prepare-edit): Ditto.
4350         (wl-draft-decode-header): Ditto.
4351         (wl-draft-decode-body): Ditto.
4352         (wl-draft-check-new-line): Ditto.
4353         (wl-draft-default-headers): Ditto.
4354         (wl-draft-insert-mail-header-separator): Ditto.
4355
4356 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4357
4358         * Version number is increased to 2.9.6.
4359
4360 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4361
4362         * wl-draft.el (wl-draft-delete-field): Optional argument.
4363         (wl-draft-delete-fields): Ditto.
4364
4365 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4366
4367         * wl-message.el (toplevel): Eliminated byte-compile warning.
4368         for `itimer-function', `delete-timer' and `itimer-list'.
4369
4370 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4371
4372         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4373         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4374         `wl-message-buffer-prefetch-threshold'.
4375         * wl-summary.el (wl-summary-redisplay-internal): Remove
4376         the check of `wl-message-buffer-prefetch-depth'.
4377
4378 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4379
4380         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4381         size of article.
4382         (wl-message-buffer-prefetch-subr): Remove size check.
4383
4384 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4385
4386         * wl-vars.el (wl-plugged): Make customizable.
4387
4388 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4389
4390         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4391         (wl-message-buffer-prefetch-set-timer): New function.
4392         (wl-message-buffer-prefetch-get-next): New function.
4393         (wl-message-buffer-prefetch): New function.
4394         (wl-message-buffer-prefetch-next): Rewrite.
4395         (wl-message-buffer-prefetch-subr): Rewrite.
4396         * wl-vars.el (wl-auto-prefetch-first): New variable.
4397         * wl-summary.el (wl-summary-goto-folder-subr): Call
4398         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4399
4400 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4401
4402         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4403         `wl-summary-unread-message-hook'.
4404
4405 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4406
4407         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4408         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4409         if range is `cache-status'.
4410
4411 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4412
4413         * wl-message.el (wl-message-buffer-prefetch-subr):
4414         Improve debug message.
4415
4416 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4417
4418         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4419         `wl-mail-send-pre-hook'.
4420         (wl-draft-send-mail-with-qmail): Ditto.
4421         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4422
4423 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4424
4425         * wl-message.el (wl-message-buffer-prefetch-subr):
4426         Fix for cancel-function-timers bug.
4427         (wl-message-buffer-prefetch-debug): Default value is t.
4428
4429 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4430
4431         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4432         (wl-message-buffer-prefetch-subr): Rewrite.
4433         Rename from `wl-message-buffer-prefetch'.
4434
4435 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4436
4437         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4438         (wl-default-draft-cite-decorate-author): Ditto.
4439
4440         * wl-draft.el (wl-draft-cite-function): Removed.
4441         (wl-default-draft-cite-decorate-author): Ditto.
4442
4443 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4444
4445         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4446         (wl-default-draft-cite): Do not arrange author name if the value of
4447         `wl-default-draft-cite-decorate-author' is nil.
4448
4449 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4450
4451         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4452
4453         * wl-folder.el (wl-folder-check-one-entity): Don't care
4454         `elmo-folder-use-flag-p'.
4455
4456 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4457
4458         * wl-folder (wl-folder-check-one-entity): Fix
4459         problem if unread is nil.
4460
4461 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4462
4463         * wl-address.el (wl-address-make-completion-list): Check whether
4464         the address is a group list.
4465         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4466
4467 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4468
4469         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4470         The number of the messages of new and unread does not count
4471         correctly.
4472
4473         * wl-summary.el (wl-summary-count-unread): Changed to return
4474         `(new . unread)' instead of total.
4475         (wl-summary-sync-update): Follow the change above.
4476
4477         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4478
4479 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4480
4481         * wl-address.el (wl-address-make-completion-list): Do not enclose
4482         address by " <" and ">" if associated realname is "".
4483         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4484         This is against the promblem with group list in .addresses pointed
4485         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4486
4487 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4488
4489         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4490         message is a format control string.
4491         * wl-expire.el (wl-expire-append-log): Ditto.
4492         * wl-mime.el (wl-summary-burst-subr): Ditto.
4493         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4494         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4495
4496 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4497
4498         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4499         wl.el (wl-check-variables): Rename from `wl-check-type'.
4500         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4501         (wl-check-variables-2): New function.
4502         (wl): Call `wl-check-variables-2'.
4503
4504 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4505
4506         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4507         after renaming folder in access group.
4508
4509 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4510
4511         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4512         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4513         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4514         (wl-message-buffer-prefetch): Rewrite.
4515         (wl-message-buffer-prefetch-idle-time): Removed.
4516         * wl-summary.el (wl-summary-redisplay-internal):
4517         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4518         Error check for `wl-message-buffer-prefetch-depht'.
4519
4520 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4521
4522         * Version number is increased to 2.9.5.
4523         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4524
4525 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4526
4527         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4528         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4529         Based on the patch written by
4530         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4531
4532 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4533
4534         * wl-draft.el (wl-draft-raw-send): Fix for
4535         `wl-news-send-pre-hook'
4536
4537 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4538
4539         * wl-utils.el (wl-message-id-function): New variable.
4540         * wl-draft.el (wl-draft-insert-required-fields):
4541         Use `wl-message-id-function'.
4542
4543 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4544
4545         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4546         * wl-utils.el (wl-draft-make-message-id-string):
4547         Use `wl-from' for domain part of Message-ID
4548         if `wl-message-id-use-wl-from' if non-nil.
4549         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4550
4551 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4552
4553         * wl.el (wl): Call `wl-check-type'
4554         Do not 'condition-case'.
4555
4556 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4557
4558         * wl.el (wl-check-type): New function.
4559         (wl-check-type-variables): New variable.
4560
4561 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4562
4563         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4564
4565 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4566
4567         * wl-draft.el (wl-smtp-password-key): New function.
4568         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4569         (wl-draft-send-mail-with-smtp): Ditto.
4570         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4571
4572 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4573
4574         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4575         * wl-utils.el (wl-unique-id-suffix): Remove.
4576
4577 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4578
4579         * Version number is increased to 2.9.4.
4580
4581 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4582
4583         * wl-utils.el (wl-unique-id-suffix): New variable.
4584         (wl-unique-id): Use `wl-unique-id-suffix'
4585
4586 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4587
4588         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4589         instead of `elmo-msgdb-search'.
4590
4591         * Version number is increased to 2.9.3.
4592
4593 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4594
4595         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4596
4597 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4598
4599         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4600         (wl-draft-dispatch-message): Changed for send-later.
4601         (wl-draft-queue-flush): Ditto.
4602         (wl-draft): Clear `wl-sent-message-queued'.
4603         (wl-draft-reedit): Ditto.
4604         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4605         * wl-vars.el (wl-draft-force-queuing): New variable.
4606         (wl-draft-force-queuing-mail): New variable.
4607         (wl-draft-force-queuing-news): New variable.
4608
4609 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4610
4611         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4612         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4613
4614 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4615
4616         * Version number is increased to 2.9.2.
4617
4618 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4619
4620         * wl-draft.el (wl-draft-elide-region): New user command.
4621         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4622
4623         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4624         command `wl-draft-elide-region'.
4625         * wl-mule.el: Ditto.
4626         * wl-xmas.el: Ditto.
4627
4628 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4629
4630         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4631         (wl-biff-check-folder-async): Removed needless let.
4632
4633 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4634
4635         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4636         wl-folder-get-elmo-folder.
4637         (wl-biff-check-folder): Set `biff' argument of
4638         `wl-folder-check-one-entity'.
4639         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4640
4641         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4642         (wl-folder-check-one-entity): Added `biff' argument;
4643         Setup `biff' slot of folder.
4644
4645         * Version number is increased to 2.9.1.
4646
4647 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4648
4649         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4650         comment out and fixed.
4651         (wl-fldmgr-add-completion-subr): Ditto.
4652
4653         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4654         and msgdb.
4655
4656         * wl.el (wl-toggle-plugged): Save summary view.
4657
4658 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4659
4660         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4661
4662 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4663
4664         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4665
4666 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4669         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4670         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4671
4672         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4673         if it was failed.
4674         (wl-demo): Disable undo in the demo buffer.
4675
4676 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4677
4678         * wl-version.el (wl-version): Changed codename.
4679
4680         * Version number is increased to 2.9.0.
4681
4682 2001-12-14  Takuo KITAME <kitame@northeye.org>
4683
4684         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4685         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4686         (wl-folder-mark-as-read-all-current-entity): Ditto.
4687
4688 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4689
4690         * wl-vars.el (wl-from-width): Define as obsolete variable.
4691         (wl-subject-length-limit): Ditto.
4692
4693         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4694
4695         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4696         wl-summary-save-view.
4697
4698         * wl.el (wl-save-status): Ditto.
4699         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4700
4701         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4702         (wl-summary-exit): Follow the change above.
4703         (wl-summary-goto-folder-subr): Ditto.
4704
4705         * wl-folder.el (wl-folder-create-subr): Don't use
4706         `elmo-folder-creatable-p'.
4707
4708 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4709
4710         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4711
4712 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4713
4714         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4715         rather than bitmap on Emacs 21.
4716         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4717         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4718         for xbm if the new redisplay engine is not available.
4719
4720 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4721
4722         * wl-folder.el (wl-folder-init-hook): New hook.
4723         (wl-folder-init): Run `wl-folder-init-hook'.
4724
4725 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4726
4727         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4728
4729 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4730
4731         * wl-acap.el (wl-acap-cache-filename): New variable.
4732         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4733         (wl-acap-init): Use cache if no ACAP server found.
4734
4735 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4736
4737         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4738         `wl-acap-original-msgdb-dir'.
4739
4740         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4741         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4742
4743         * wl-mime.el (wl-mime-save-directory): Renamed from
4744         `wl-mime-save-dir'.
4745
4746 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4747
4748         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4749
4750         * wl-demo.el: Require `path-util'.
4751         (wl-demo-bitmap-mule-available-p): New internal variable.
4752         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4753         `module-installed-p' instead.
4754         (wl-demo-insert-image): Use *.img file for a bitmap image.
4755         (wl-demo): Don't call the ascii demo recursively.
4756
4757 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4758
4759         * Version number is increased to 2.7.7.
4760
4761 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4762
4763         * wl.el (wl-exit): Eliminated byte-compile warning.
4764
4765 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4766
4767         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4768         obsolete variable using `elmo-define-obsolete-variable'.
4769         (wl-fetch-confirm-threshold): Ditto.
4770         (wl-cache-prefetch-folder-type-list): Ditto.
4771         (wl-cache-prefetch-folder-list): Ditto.
4772
4773 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4774
4775         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4776         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4777         (wl-demo-insert-image): New function.
4778         (wl-demo-insert-text): New function.
4779         (wl-demo-image-type-alist): Redefine as a function.
4780         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4781         (wl-demo-with-temp-file-buffer): Removed.
4782         (wl-logo-xpm): Removed.
4783         (wl-logo-xbm): Removed.
4784         (wl-logo-bitmap): Removed.
4785
4786 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4787
4788         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4789         (wl-expire-localdir-get-folder-function): New user option.
4790         (wl-expire-localdir-get-folder): New function.
4791         (wl-expire-localdir-date): Ditto.
4792
4793 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4794
4795         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4796         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4797         Fixed unread number mismatch when all-unread < unread.
4798
4799 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4800
4801         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4802         (wl-fetch-confirm-threshold): Ditto.
4803
4804         * wl-summary.el (wl-summary-confirm-appends): Removed.
4805         (wl-summary-sync-update): Don't refer
4806         `wl-summary-update-confirm-threshold' (It is now abolished).
4807
4808         * wl-message.el (wl-message-display-internal): Don't refer
4809         `wl-fetch-confirm-threshold' (It is now abolished).
4810
4811 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4812
4813         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4814
4815 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4816
4817         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4818         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4819         Change default value to nil.
4820         (wl-summary-indent-length-limit): The value can be nil, nil means
4821         unlimited.
4822
4823         * wl-summary.el: Don't set limit for indent length if the value of
4824         wl-summary-indent-length-limit is nil.
4825         If the value of wl-summary-width is nil, it means only that the width
4826         of summary is unlimited (nil doesn't mean that the indent length is
4827         unlimited).
4828
4829         * wl-thread.el: Ditto.
4830
4831 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4832
4833         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4834         be nil, nil means never confirm.
4835         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4836
4837 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4838
4839         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4840         means unlimited).
4841
4842 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4843
4844         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4845         Use `with-temp-buffer'.
4846
4847 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4848
4849         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4850         with new backquote style).
4851         (wl-folder-get-entity-from-buffer): Ditto.
4852
4853 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4854
4855         * wl-version.el (nemacs-version): Eliminated.
4856         (wl-extended-emacs-version2): Ignore nemacs.
4857         (wl-extended-emacs-version3): Ditto.
4858
4859 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4860
4861         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4862         (wl-draft-add-in-reply-to): New variable.
4863         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4864         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4865         (wl-draft-yank-from-mail-reply-buffer): Use
4866         `wl-draft-add-in-reply-to'.
4867         (wl-draft-insert-current-message): Ditto.
4868
4869 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4870
4871         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4872         typo (kill->hide).
4873         (wl-message-buffer-prefetch-folder-type-list): Added elements
4874         `mark' and `cache' instead of `internal'.
4875
4876 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4877
4878         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4879         resume msgdb directory.
4880
4881 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4882
4883         * wl.el (wl-exit): Call `wl-acap-exit'.
4884
4885         * wl-summary.el (wl-summary-message-string): New function.
4886         (wl-summary-reedit): Use it.
4887         (wl-summary-resend-bounced-mail): Remove needless let.
4888         (wl-summary-supersedes-message): Ditto.
4889         (wl-summary-save): Ditto.
4890
4891         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4892         (wl-acap-init): Set it.
4893         (wl-acap-exit): New function.
4894
4895 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4896
4897         * wl.el (wl-init): Revert (require 'mime-setup). move from
4898         toplevel.
4899
4900 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4901
4902         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4903         local variables.  Add error when guess function return invalid
4904         value.
4905
4906 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4907
4908         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4909         Change local variable name.
4910         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4911         (wl-folder-get-newsgroups): Return nil when non-news folder.
4912         * wl-summary.el (wl-summary-write-current-folder): State through
4913         when guess-list return nil.
4914         (wl-summary-write-current-folder-functions): Fixed docstring.
4915
4916         * wl.el (wl-exit): Changed confirm message.
4917
4918         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4919         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4920
4921         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
4922
4923 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4924
4925         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
4926         user option (Renamed from wl-cache-prefetch-folder-type-list).
4927         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
4928         from wl-cache-prefetch-folder-list).
4929
4930         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
4931         Move to wl-vars.el.
4932         (wl-message-buffer-prefetch-p): Changed to enable
4933         `wl-message-buffer-prefetch-folder-list'.
4934
4935         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
4936         `ignore-cache'.
4937
4938 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
4939
4940         * wl-draft.el (wl-draft-config-sub-func-alist): Added
4941         `part-top' and `part-bottom'.
4942         (wl-draft-config-sub-part-top): New function.
4943         (wl-draft-config-sub-part-bottom): New function.
4944
4945 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4946
4947         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
4948
4949 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
4950
4951         * wl-folder.el (wl-folder-get-newsgroups): Fix.
4952
4953 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4954
4955         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
4956
4957         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
4958         (wl-summary-write-current-folder): Ditto.
4959
4960 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
4961
4962         * wl-folder.el (wl-folder-get-newsgroups): Use
4963         `elmo-folder-newsgroups'.
4964
4965 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
4966
4967         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
4968         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
4969         `wl-draft-config-sub-header-bottom'.
4970
4971 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4972
4973         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
4974         localnews folder.
4975
4976 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4977
4978         * wl-summary.el (wl-summary-mode): Undo last change.
4979
4980         * wl-folder.el (wl-folder-mode): Ditto.
4981
4982 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4983
4984         * wl-summary.el (wl-summary-mode): Locally set
4985         truncate-partial-window-width to nil.
4986         (for XEmacs)
4987
4988         * wl-folder.el (wl-folder-mode): Ditto.
4989
4990 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
4991
4992         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
4993
4994 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
4995
4996         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
4997         number.
4998
4999         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5000
5001         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5002
5003         * Version number is increased to 2.7.6.
5004
5005 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5006
5007         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5008
5009 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5010
5011         * wl-summary.el (wl-summary-sync-update): Enclose network
5012         related portion with `unwind-protect'.
5013
5014 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5015
5016         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5017
5018 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5019
5020         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5021         element.
5022         * wl-vars.el (wl-message-body-button-alist): Ditto.
5023
5024         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5025         max match length.
5026         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5027
5028         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5029         for the max match length;
5030         Use 4th element value for the button string regexp group.
5031
5032         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5033         candidate exists, prompt to select.
5034
5035 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5036
5037         * wl-summary.el (wl-summary-jump-to-msg): Search before
5038         calibration point by `beginning-of-line'.
5039
5040 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5041
5042         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5043         for access group.
5044
5045 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5046
5047         * wl-message.el (wl-message-display-internal): Bind
5048         `default-mime-charset'.
5049
5050         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5051
5052         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5053
5054         * Version number is increased to 2.7.5.
5055
5056 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5057
5058         * wl-expire.el (wl-summary-archive): Fixed;
5059         Use `elmo-folder-name-internal'.
5060
5061 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5062
5063         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5064         from `elmo-folder-move-messages' caller.
5065         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5066
5067         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5068         related portions are changed).
5069
5070 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5071
5072         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5073         counter.
5074
5075 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5076
5077         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5078         buffer local and set it to nil.
5079
5080         * wl-message.el (wl-message-redisplay): Ditto.
5081
5082 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5083
5084         * wl-summary.el (wl-summary-mark-as-important): If message is
5085         already cached, set messag as read, otherwise encache and mark as read.
5086
5087 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5088
5089         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5090         point-min.
5091
5092 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5095         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5096         a keymap.
5097
5098 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5099
5100         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5101         parent.
5102
5103         * wl-mule.el (wl-message-define-keymap): Ditto.
5104
5105         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5106
5107         * wl-xmas.el (wl-message-display-internal-hook): Define.
5108         (wl-xmas-setup-message-toolbar): Define as function.
5109         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5110         (wl-message-overload-functions): Abolished.
5111         (wl-message-define-keymap): New function.
5112
5113         * wl-vars.el (wl-message-display-internal-hook): New variable.
5114         (wl-message-header-button-alist): New variable (Renamed from
5115         wl-highlight-message-header-button-alist).
5116         (wl-message-body-button-alist): Ditto.
5117
5118         * wl-mule.el (wl-message-define-keymap): New function.
5119         (wl-message-overload-functions): Abolished.
5120
5121         * wl-message.el (wl-message-add-buttons-to-body): New function.
5122         (wl-message-redisplay): Don't call wl-message-overload-functions;
5123         Call wl-message-add-buttons-to-header and
5124         wl-message-add-buttons-to-body.
5125         (wl-message-display-internal): Set keymap argument for
5126         elmo-mime-display-as-is, elmo-mime-message-display;
5127         Run wl-message-display-internal-hook.
5128         (wl-message-refer-article-or-url): Abolished.
5129
5130         * wl-highlight.el (wl-highlight-headers): Don't call
5131         wl-highlight-message-add-buttons-to-header.
5132         (wl-highlight-message-add-buttons-to-header): Abolished.
5133
5134
5135         * wl-e21.el (wl-message-display-internal-hook): Define.
5136         (wl-e21-setup-toolbar): Deleted duplicated binding.
5137         (wl-e21-setup-message-toolbar): Define as function.
5138         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5139         (wl-message-define-keymap): New function.
5140         (wl-message-overload-functions): Abolished.
5141
5142 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5143
5144         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5145         and elmo-folder-close.
5146
5147         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5148
5149 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5150
5151         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5152         boolean value.
5153         * wl-draft.el (wl-draft-do-fcc): Ditto.
5154
5155 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5156
5157         * wl-vars.el (wl-fcc-force-as-read): New variable.
5158         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5159         mark copied message as read.
5160
5161 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5162
5163         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5164
5165 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5166
5167         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5168         `wl-summary-target-above' instead of obsolete variable
5169         `wl-summary-temp-above'.
5170
5171         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5172         instead of `make-obsolete-variable'.
5173         * wl-refile.el (toplevel): Ditto.
5174
5175 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5176
5177         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5178         with third argument t.
5179         (wl-draft): Set first argument for wl-plugged-init as t.
5180
5181         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5182         definition.
5183
5184 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5185
5186         * wl-vars.el: Tabify.
5187         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5188
5189         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5190         message.
5191
5192 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5193
5194         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5195         and set default to beep.
5196
5197 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5198
5199         * wl-vars.el (wl-draft-truncate-lines): New variable.
5200
5201         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5202         instead of wl-message-truncate-lines for truncate-lines.
5203
5204 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5205
5206         * wl-message.el (wl-message-display-internal): Call
5207         `wl-highlight-message' after `elmo-mime-display-as-is'.
5208
5209         * wl-mime.el (wl-mime-display-text/plain): New function.
5210         (wl-mime-display-header): Ditto.
5211         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5212         body-presentation-method for text/plain;
5213         Register `wl-mime-display-header' as a header-presentation-method;
5214         Don't set up `elmo-message-text-content-inserted-hook' and
5215         `elmo-message-header-inserted-hook'.
5216
5217         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5218         variable.
5219         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5220         as t if flag is 'all-header;
5221         Don't bind `elmo-message-ignored-field-list',
5222         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5223
5224 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5227         for xemacs with non-mule environment.
5228
5229 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5230
5231         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5232         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5233         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5234
5235 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5236
5237         * wl-vars.el (wl-interactive-send): Set default value as t.
5238
5239 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5240
5241         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5242         (wl-addrmgr-method-list): Abolished.
5243         (wl-addrmgr-change-method): Follow above change.
5244
5245         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5246
5247 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5248
5249         * wl-vars.el (wl-message-truncate-lines): Change default value
5250         to default-truncate-lines.
5251
5252         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5253
5254 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5255
5256         * wl-vars.el (wl-message-truncate-lines): New variable.
5257
5258         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5259         wl-message-truncate-lines.
5260
5261 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5262
5263         * wl-acap.el (wl-acap-init): Remove period from error message.
5264         (wl-acap-find-acap-service): Remove period from message.
5265
5266 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5267
5268         * wl.el (wl-check-environment): Undo last change.
5269
5270         * wl-vars.el (wl-from): Changed default value.
5271
5272         * wl-util.el (toplevel): Don't require tm-edit.
5273
5274         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5275         `wl-folder-init';
5276         Don't set mark on mail body.
5277         (wl-draft-reedit): Ditto.
5278
5279         * wl-address.el (wl-address-quote-specials): Define as an alias for
5280         elmo-address-quote-specials.
5281
5282 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5283
5284         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5285
5286         * wl-vars.el (wl-from): Set default value as nil.
5287         (wl-organization): Set default value as ORGANIZATION environment
5288         variable.
5289
5290         * wl-draft.el (wl-smtp-extension-bind): Check value of
5291         wl-smtp-connection-type.
5292
5293         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5294         error.
5295
5296 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5297
5298         * Version number is increased to 2.7.4.
5299
5300         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5301         arguments from `wl-highlight-x-face-function' caller.
5302         Use x-face-1.3.6.12 or later.
5303
5304 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5305
5306         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5307
5308 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5309
5310         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5311         (wl-fcc): Fix to accept function.
5312         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5313
5314 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5315
5316         * wl-acap.el (toplevel): Added `product-provide' declare.
5317         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5318
5319 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5320
5321         * wl.el (wl): Changed order of calling `elmo-init'
5322         and `elmo-folder-init'.
5323
5324 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5325
5326         * wl-mime.el (wl-summary-burst): Extract message when content-type
5327         of root entity is not only `multipart' but also `message/rfc822'.
5328         (wl-summary-burst-subr): Ditto.
5329
5330 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5331
5332         * wl-vars.el (toplevel): Require 'custom.
5333         (wl-trash-folder): Added to `wl-setting' group.
5334
5335         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5336         exists.
5337         (wl-addrmgr-draw): Insert empty line when no entry exists.
5338
5339         * wl-mule.el (wl-message-wheel-up): Fixed.
5340         (wl-message-wheel-down): Ditto.
5341
5342 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5343
5344         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5345         config is an anonymous lambda expression.
5346
5347 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5350         when Mule 2 is running.
5351
5352 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5353
5354         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5355
5356 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5357
5358         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5359         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5360
5361         * wl-address.el (wl-address-specials-regexp): Eliminated.
5362         (wl-address-quote-specials): Rewrite.
5363
5364 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5365
5366         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5367         shy-groups for regexp.
5368
5369         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5370         character classes and Perl style shy-groups for regexp.
5371         (wl-highlight-plugged-current-line): Use Posix style character
5372         classes for regexp.
5373         (wl-e21-highlight-folder-by-numbers): Ditto.
5374         (wl-e21-display-image-p): Use `display-images-p' instead of
5375         `display-graphic-p'.
5376         (display-images-p): Make an alias to `display-graphic-p' if it is
5377         not available.  It is for Emacs version prior to 21.0.105.
5378
5379         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5380         `display-graphic-p'.
5381         (wl-demo-image-type-alist): Ditto.
5382         (display-images-p): Make an alias to `display-graphic-p' if it is
5383         not available.  It is for Emacs version prior to 21.0.105.
5384
5385 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5386
5387         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5388         support.
5389         (wl-generate-user-agent-string): Ditto.
5390
5391         * wl-version.el (wl-version): Update docsting.
5392         (wl-version-status): Ditto.
5393
5394 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5395
5396         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5397         21.0.105.  For Emacs 21.0.104 or earlier.
5398
5399 2001-09-03  Takuo KITAME <kitame@northeye.org>
5400
5401         * wl-e21.el (wl-plugged-init-icons): Use
5402         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5403         (wl-biff-init-icons): Ditto.
5404
5405 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5406
5407         * wl-highlight.el (wl-highlight-summary-current-line):
5408         Fixed highlighting refile/copy destination.
5409
5410         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5411         (wl-acap-store): Encode string by wl-acap-coding-system.
5412
5413 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5414
5415         * wl-acap.el (toplevel): Check and require 'un-define before
5416         'xemacs-ucs;
5417          Added checking for UTF-2000.
5418
5419 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5420
5421         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5422         Don't enclose with `eval-and-compile'.
5423
5424         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5425         wl-init is non-nil.
5426
5427         * wl-draft.el (wl-draft): Ditto.
5428
5429         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5430
5431         * wl-acap.el (toplevel): Require 'wl.
5432         (wl-acap-store): Call `elmo-init'.
5433
5434         * wl.el (wl): Changed position of `wl-check-environment'.
5435         (toplevel): Added autoload setting for wl-acap.
5436
5437         * wl-vars.el (wl-setting): New custom group.
5438         (wl-from): Added wl-setting group.
5439         (wl-user-mail-address-list): Ditto.
5440         (wl-organization): Ditto.
5441         (wl-subscribed-mailing-list): Ditto.
5442         (wl-envelope-from): Ditto.
5443         (wl-smtp-posting-user): Ditto.
5444         (wl-smtp-posting-server): Ditto.
5445         (wl-smtp-posting-port): Ditto.
5446         (wl-smtp-authenticate-type): Ditto.
5447         (wl-pop-before-smtp-user): Ditto.
5448         (wl-pop-before-smtp-server): Ditto.
5449         (wl-pop-before-smtp-port): Ditto.
5450         (wl-pop-before-smtp-authenticate-type): Ditto.
5451         (wl-nntp-posting-server): Ditto.
5452         (wl-nntp-posting-user): Ditto.
5453         (wl-nntp-posting-port): Ditto.
5454         (wl-fetch-confirm-threshold): Ditto.
5455         (wl-prefetch-threshold): Ditto.
5456         (wl-thread-insert-opened): Ditto.
5457         (wl-ldap-server): Ditto.
5458         (wl-ldap-port): Ditto.
5459         (wl-ldap-base): Ditto.
5460         (wl-ldap-objectclass): Ditto.
5461         (wl-use-ldap): Ditto.
5462         (wl-draft-config-alist): Ditto.
5463         (wl-draft-config-matchone): Ditto.
5464         (wl-template-alist): Ditto.
5465         (wl-message-sort-field-list): Ditto.
5466         (wl-message-ignored-field-list): Ditto.
5467         (wl-message-visible-field-list): Ditto.
5468         (wl-interactive-send): Ditto.
5469         (wl-summary-move-order): Ditto.
5470         (wl-auto-select-first): Ditto.
5471         (wl-auto-select-next): Ditto.
5472         (wl-interactive-save-folders): Ditto.
5473
5474         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5475         Initialization codes are moved from wl-local-folder-init.
5476         (wl-local-folder-init): Follow the change above.
5477         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5478
5479         * wl-acap.el: New file.
5480
5481         * Version number is increased to 2.7.3.
5482
5483 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5484
5485         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5486
5487 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5488
5489         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5490         (wl-addrmgr-address-entry-list): Ditto.
5491
5492 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5493
5494         * wl-e21.el (wl-draft-mode-map): Removed binding for
5495         `wl-draft-insert-x-face-field'.
5496
5497         * wl-mule.el (wl-draft-mode-map): Ditto.
5498
5499         * wl-xmas.el (wl-draft-mode-map): Ditto.
5500
5501         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5502         (wl-cs-autoconv): Ditto.
5503         (wl-cs-local): Ditto.
5504         (wl-use-scoring): Ditto.
5505         (wl-mime-charset): Ditto.
5506         (wl-folder-check-async): Ditto.
5507
5508         * wl.el (toplevel): Ignore nemacs and tm.
5509         (wl-exit): Ditto.
5510
5511         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5512         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5513         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5514         instead of wl-address-petname-add-or-change.
5515         (wl-summary-edit-addresses-subr): Use wl-address-delete
5516         instead of wl-address-petname-delete.
5517
5518         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5519
5520         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5521         if error occured.
5522
5523         * wl-message.el (require): Remove tm support.
5524
5525         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5526
5527         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5528         (wl-folder-jump-to-current-entity): Ditto.
5529         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5530
5531         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5532         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5533         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5534
5535         * wl-mule.el (wl-draft-key-setup): Ditto.
5536
5537         * wl-xmas.el (wl-draft-key-setup): Ditto.
5538
5539         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5540         (wl-draft-std11-parse-addresses): New function.
5541         (wl-draft-parse-mailbox-list): Use it.
5542         (wl-draft): Ignore nemacs.
5543         (wl-draft-reedit): Ditto.
5544
5545         * wl-addrmgr.el: New file.
5546         (Original is wl-rcpt.el written by
5547         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5548         Thanks Kitamoto-san.)
5549
5550         * wl-address.el (wl-address-make-address-list): Modified parsing
5551         process.
5552         (wl-address-delete): Renamed from `wl-address-petname-delete';
5553         Modify wl-address-list too.
5554         (wl-address-add-or-change): Renamed from
5555         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5556
5557 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5558
5559         * wl-highlight.el (wl-highlight-summary-current-line):
5560           Work with transient-mark-mode
5561
5562 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5563
5564         * Version number is increased to 2.7.2.
5565
5566         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5567         instead of elmo-dop-queue-method.
5568
5569 2001-08-06  SAITO Atsunori <sai@yedo.com>
5570
5571         * wl-vars.el (wl-ldap-objectclass): New user option.
5572
5573         * wl-address.el (wl-ldap-make-filter): Use it.
5574
5575 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5576
5577         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5578
5579 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5580
5581         * wl-folder.el (wl-folder): redisplay after folder insertion.
5582
5583         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5584
5585         * wl-summary.el (wl-summary-sync-update):
5586         Change status mark only when new-msgdb exists.
5587         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5588
5589 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5590
5591         * wl-summary.el (wl-summary-open-folder): New function.
5592         (wl-summary-goto-folder-subr): Use it.
5593         (wl-summary-mark-as-important): Fix;
5594         Encache only when no cache exists.
5595
5596 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5597
5598         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5599         Use with-current-buffer.
5600
5601 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5602
5603         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5604         before call `get-buffer'. Fixed parenthesis.
5605         (wl-score-get-header-entry): Clear message and help window when
5606         keyboard quit.
5607         (wl-score-edit-insert-header): Ditto.
5608
5609 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5610
5611         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5612         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5613         (wl-default-draft-cite): Fix.
5614
5615         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5616         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5617
5618 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5619
5620         * wl-message.el (wl-message-prev-page): Do same bahavior
5621         as summary when it is called in the message buffer.
5622         (wl-message-next-page): Ditto.
5623
5624 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5625
5626         * wl-summary.el (wl-summary-forward): Use cache if it is not
5627         section cache.
5628
5629 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5630
5631         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5632         Removed redundant require of elmo-vars.
5633         (wl-biff-state-indicator-on): Changed default value for
5634         xemacs with non-mule environment.
5635
5636         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5637         wl-message-buffer is nil;
5638         Hide progress bar after moving messages.
5639
5640 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5641
5642         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5643         message at cursor point is deleted.
5644
5645 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5646
5647         * wl-vars.el: Changed file coding system to euc-japan.
5648         Added -*-coding:-*- magic to the first line.
5649
5650         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5651         Search parent from the first message.
5652
5653         * Version number is increased to 2.7.1.
5654
5655 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5656
5657         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5658
5659 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5660
5661         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5662         refile/delete execution.
5663
5664         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5665         Fixed docstring.
5666
5667 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5668
5669         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5670         do update process;
5671         Don't update marks when update process is interrupted.
5672
5673 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5674
5675         * wl-summary.el (wl-summary-reply): Fixed problem when
5676         wl-draft-use-frame is non-nil.
5677         (wl-summary-forward): Ditto.
5678
5679         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5680         as nil.
5681         (wl-folder-mark-as-read-all-entity): Ditto.
5682         (wl-folder-prefetch-entity): Ditto.
5683
5684         * wl.el (wl): Check environment before wl-init.
5685
5686         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5687         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5688         instead of wl-summary-collect-unread.
5689         (wl-summary-reply): Split message window.
5690
5691 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5692
5693         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5694         only if current language environment is japanese,
5695
5696         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5697         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5698         (wl-folder-goto-folder-subr): Ditto.
5699
5700         * wl-draft.el (wl-draft-dispatch-message): Call
5701         `elmo-file-cache-get-path'.
5702
5703 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5704
5705         * wl-summary.el (wl-summary-cursor-move): If return value of
5706         wl-summary-next-message is not number, don't jump.
5707
5708 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5709
5710         * wl-summary.el (wl-summary-buffer-next-message-function): New
5711         variable.
5712         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5713         if it is bound.
5714
5715         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5716         string.
5717
5718         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5719         (wl-plugged-drawing): Ditto.
5720
5721 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5722
5723         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5724         process.
5725         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5726         with unwind-protect.
5727
5728         * wl.el (wl-init): Require mime-setup.
5729         (wl-check-environment): Don't require mime-setup.
5730
5731         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5732         instead of elmo-folder-type.
5733
5734         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5735         value as nil.
5736
5737 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5738
5739         * Version number is increased to 2.7.0.
5740
5741         * wl-version.el (wl-version): Changed codename.
5742
5743         * wl-summary.el (wl-summary-delete-cache): Fixed.
5744
5745         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5746         Workaround for net folders.
5747         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5748
5749         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5750         value to nil (According to the patch from
5751         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5752
5753         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5754         of elmo-folder-close.
5755
5756 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5757
5758         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5759         for postfix.
5760
5761 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5762
5763         * wl-summary.el (wl-summary-resend-message): Fixed.
5764
5765         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5766         Call wl-draft with `from' argument if its address is included in
5767         `wl-user-mail-address-list'.
5768         (wl-draft): Added `from' argument.
5769
5770         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5771         non-nil.
5772         (wl): Don't show demo if wl-demo is nil.
5773
5774         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5775         wl-summary-use-frame.
5776
5777         * wl-vars.el (wl-summary-use-frame): New user option.
5778         (wl-folder-use-frame): Changed docstring.
5779
5780         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5781         non-nil.
5782         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5783         wl-summary-use-frame.
5784
5785         * wl-vars.el (wl-folder-use-frame): New user option.
5786
5787         * wl-summary.el (wl-summary-exit): Back to folder frame if
5788         wl-folder-use-frame is non-nil.
5789         (wl-summary-redisplay-internal): Ignore cache if current folder
5790         is draft folder,
5791         (wl-summary-redisplay-no-mime): Ditto.
5792         (wl-summary-redisplay-all-header): Ditto.
5793
5794         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5795         if wl-folder-use-frame is non-nil.
5796
5797 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5798
5799         * wl-summary.el (wl-summary-sync-update): Bind
5800         elmo-folder-update-threshold.
5801         (wl-summary-mark-as-important): Enclosed server mark processing
5802         with `save-match-data'.
5803
5804         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5805         only when it is already defined.
5806
5807 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5808
5809         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5810         name of folder exclude localdir is wrong.
5811         * wl-folder.el (wl-folder-sync-entity):
5812         Set `wl-summary-always-sticky-folder-list' as nil.
5813         (wl-folder-mark-as-read-all-entity): Ditto.
5814         (wl-folder-prefetch-entity): Ditto.
5815
5816 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5817
5818         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5819         instead of `wl-summary-write-current-newsgroup'.
5820
5821 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5822
5823         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5824         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5825         non-nil and selected message is important, do not display.
5826
5827 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5828
5829         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5830
5831 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5832
5833         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5834
5835         * wl-summary.el (wl-summary-mark-as-important): Set message number
5836         using wl-summary-message-number.
5837
5838 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5839
5840         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5841         destination folder is 'null.
5842
5843 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5844
5845         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5846         New function.
5847         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5848         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5849         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5850
5851 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5852
5853         * wl-mime.el (wl-mime-setup): Added setting for
5854         `mime-setup-signature-key-alist' to avoid overriding key bind for
5855         `wl-draft-send'.
5856
5857         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5858         for `wl-draft-send'.
5859         * wl-mule.el (wl-draft-overload-functions): Ditto.
5860         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5861         * wl-draft.el (wl-draft-send): Ditto.
5862
5863         * wl-message.el (wl-message-display-internal):
5864         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5865         (Patch is provided by <kita@coe.nttdata.co.jp>).
5866
5867 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5868
5869         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5870
5871 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5872
5873         * wl.el (wl): Fix for wl-demo.
5874
5875 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5876
5877         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5878
5879 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5880
5881         * wl-folder.el (wl-folder-prefetch-entity): Use
5882         `wl-folder-get-elmo-folder'.
5883         (wl-folder-count-incorporates): Do not use
5884         `wl-folder-get-elmo-folder'.
5885
5886 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5887
5888         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5889         instead of `elmo-folder-get-type'.
5890
5891 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5892
5893         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5894         position on Subject: field.
5895         (Advised by Mito <mit@nines.nec.co.jp>)
5896
5897 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5898
5899         * wl-folder.el (wl-folder-prefetch-entity): Use
5900         `wl-folder-get-elmo-folder'.
5901
5902 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5903
5904         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5905
5906         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5907         `process-duplicates' slot.
5908
5909         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5910         if detection failed.
5911
5912 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5913
5914         * wl-version.el (wl-version-status): Set to "alpha".
5915
5916 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5917
5918         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5919         Check wl-message-buffer lives before set-buffer.
5920
5921 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5922
5923         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
5924         called in folder mode.
5925         * wl-var.el (wl-summary-exit-pre-hook): New variable.
5926         * wl-summary.el (wl-summary-exit-pre-hook): Run
5927         `wl-summary-exit-pre-hook' before exit summary mode.
5928
5929 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5930
5931         * wl-version.el (wl-version-status): New variable.
5932         (wl-version-status-alist): Removed.
5933         (wl-version-status): Rule included.
5934
5935 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
5936
5937         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
5938         @sponichi.
5939
5940         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
5941         when `mail-reply-buffer' is buffer-local variable.
5942         (Reported by <kita@coe.nttdata.co.jp>).
5943
5944 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
5945
5946         * wl-vars.el (toplevel): Require 'elmo-util.
5947
5948 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
5949
5950         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
5951         (All other related portions are changed)
5952
5953         * wl.el (wl-plugged-change): Use '<' instead of '<='.
5954
5955         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
5956
5957 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5958
5959         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
5960
5961 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
5962
5963         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
5964         Delete other windows to avoid an error.
5965         Use `point-marker' instead of `point' to remember the start point
5966         of body.
5967
5968         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
5969
5970         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
5971         number not to exceed all message number.
5972
5973 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5974
5975         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
5976         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
5977
5978 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
5979
5980         * wl-summary.el (wl-summary-sync-force-update): Added argument
5981         no-check.
5982         (wl-summary-sync-update): Ditto.
5983         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
5984         with `no-check'.
5985
5986         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
5987         (wl-message-buffer-prefetch-next): Don't run timer if timer is
5988         already running.
5989
5990 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5991
5992         * wl-expire.el (wl-expire-archive-get-folder): Added argument
5993         `dst-folder-arg'.
5994         (wl-expire-archive-number1): Diito.
5995         (wl-expire-archive-number2): Diito.
5996         (wl-expire-archive-Date): Diito.
5997         (wl-archive-number1): Diito.
5998         (wl-archive-number2): Diito.
5999         (wl-archive-date): Diito.
6000         (wl-archive-folder-p): New function.
6001         (wl-summary-expire): Support of expand folder name at
6002         wl-expire-alist.
6003         * wl-util.el (wl-expand-newtext): Renamed from
6004         `wl-refile-expand-newtext'.
6005
6006 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6007
6008         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6009         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6010         `(elmo-msgdb-get-overview msgdb)'.
6011         (wl-summary-prefetch): Bind match data before call
6012         `wl-summay-prefetch-msg'.
6013         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6014         'off if `wl-summary-buffer-disp-msg' is non-nil.
6015         Fixed problem that couldn't show only one new or unread message when
6016         enter folder.
6017         (wl-summary-reply): Don't call `split-window-vertically' and other
6018         window.
6019
6020 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6021
6022         * wl-expire.el (wl-expire-refile): Fixed.
6023
6024 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6025
6026         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6027
6028         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6029         biff notification is removed.
6030
6031         * wl.el (wl): Changed position of `elmo-init'.
6032
6033         * wl-draft.el (wl-default-draft-cite): Use date field
6034         on the citation buffer.
6035
6036         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6037
6038         * wl-xmas.el (wl-folder-internal-icon-list): Added
6039         `wl-folder-shimbun-image'.
6040
6041         * wl-e21.el (wl-folder-internal-icon-list): Added
6042         `wl-folder-shimbun-image'.
6043
6044 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6045
6046         * wl.el (wl-init): Eliminated argument.
6047         (wl): Rewrite.
6048
6049         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6050         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6051         instead of `elmo-folder-msgdb-internal'.
6052         (wl-summary-sync-update): Ditto.
6053         (wl-summary-flush-pending-append-operations): Eliminated.
6054         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6055         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6056         `elmo-folder-open'.
6057
6058         * wl-mime.el (wl-summary-burst): Fixed.
6059
6060         * wl-folder.el (wl-folder-info-save): Check data type.
6061
6062         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6063         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6064         instead of `elmo-folder-msgdb-internal'.
6065         (wl-expire-hide): Ditto.
6066
6067
6068         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6069
6070 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6071
6072         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6073
6074 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6075
6076         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6077
6078 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6079
6080         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6081         Fixed `match-beginning' argument mismatch.
6082
6083 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6084
6085         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6086         the default value.
6087
6088 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6089
6090         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6091         instead of `elmo-nntp-default-port'.
6092
6093         * wl-vars.el: Fixed some doc strings.
6094
6095 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6096
6097         * wl-summary.el (wl-summary-prefetch-msg): Use
6098         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6099
6100         * wl-vars.el: Define *-func as obsolete variable using
6101         `elmo-define-obsolete-variable'.
6102
6103         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6104         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6105         instead of `wl-message-buffer-prefetch-threshold'.
6106
6107         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6108
6109         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6110
6111         * wl-draft.el (wl-caesar-region-func): Ditto.
6112
6113         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6114         Keep unread status in elmo-folder-move-messages.
6115         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6116
6117 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6118
6119         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6120         `wl-summary-buffer-exit-func'
6121         (wl-summary-buffer-message-redisplay-function): Renamed from
6122         `wl-summary-buffer-message-redisplay-func'
6123         (wl-summary-buffer-next-folder-function): Renamed from
6124         `wl-summary-buffer-next-folder-func'.
6125         (wl-summary-buffer-prev-folder-function): Renamed from
6126         `wl-summary-buffer-prev-folder-func'.
6127         (wl-summary-get-petname-function): Renamed from
6128         `wl-summary-get-petname-func'.
6129
6130         * wl-score.el (wl-score-edit-exit-function): Renamed from
6131         `wl-score-edit-exit-func'.
6132
6133         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6134         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6135
6136         * wl-util.el (wl-load-profile-function): Renamed from
6137         `wl-load-profile-func'.
6138
6139         * wl-folder.el (wl-folder-completion-function): Renamed from
6140         `wl-folder-completion-func'.
6141         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6142
6143         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6144         `wl-expire-archive-get-folder-func'.
6145         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6146         (wl-draft-send-mail-function): Renamed from
6147         `wl-draft-send-mail-func'.
6148         (wl-draft-send-news-function): Renamed from
6149         `wl-draft-send-news-func'.
6150         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6151         (wl-generate-mailer-string-function): Renamed from
6152         `wl-generate-mailer-string-func'.
6153         (wl-highlight-signature-search-function): Renamed from
6154         `wl-highlight-signature-search-func'.
6155         (wl-highlight-x-face-function): Renamed from
6156         `wl-highlight-x-face-func'
6157         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6158         (wl-ps-print-buffer-function): Renamed from
6159         `wl-ps-print-buffer-func'
6160         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6161         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6162         (wl-summary-subject-filter-function): Renamed from
6163         `wl-summary-subject-filter-func'.
6164
6165         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6166         `wl-draft-queue-flush-send-func'
6167         (wl-draft-cite-function): Renamed from
6168         `wl-draft-cite-func'
6169
6170         * wl-address.el (wl-address-init-function): Renamed from
6171         `wl-address-init-func'.
6172
6173 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-draft.el (wl-draft-queue-flush): Don't call
6176         `elmo-dop-unlock-message'.
6177         * wl-draft.el (wl-draft-queue-append): Don't call
6178         `elmo-dop-lock-message'.
6179
6180         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6181         (wl-summary-buffer-folder-name): Ditto.
6182         (wl-summary-message-regexp): Added '-' (all other related portions
6183         are changed).
6184         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6185         wl-summary-buffer-folder-name.
6186
6187 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6188
6189         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6190         the number of mails in the folder buffer is not updated by wl-biff.
6191
6192 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6193
6194         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6195         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6196
6197 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6198
6199         * wl-summary.el (wl-summary-next-message):
6200         Return next message number when wl-summary-move-order is nil.
6201
6202 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6203
6204         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6205         `wl-summary-move-spec-alist'.
6206         (wl-summary-move-spec-unplugged-alist): New variable
6207         (Move spec for unplugged status).
6208         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6209         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6210
6211 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6212
6213         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6214         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6215
6216 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6217
6218         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6219         simple quotation to quote the anonymous function.
6220         * tm-wl.el (wl-draft-preview-message): Ditto.
6221
6222 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6223
6224         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6225         Eliminate redundant `save-excursion'.
6226         (wl-highlight-summary-current-line): Ditto.
6227
6228         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6229         accessing match data when `looking-at' failed.
6230
6231         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6232         `elmo-match-string' where users don't care about the speed.
6233         (wl-draft-save): Ditto.
6234
6235 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6236
6237         * wl-util.el (wl-regexp-opt): New function.
6238
6239         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6240         number from `wl-summary-buffer-number-list'.
6241         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6242         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6243         (wl-summary-move-spec-alist): Changed default setting.
6244
6245 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6246
6247         * wl-vars.el (wl-biff-notify-hook): New hook.
6248         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6249         the arrival of new mail.
6250         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6251         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6252
6253 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6254
6255         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6256
6257 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6258
6259         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6260
6261         * Version number is increased to 2.5.8.
6262
6263         * wl-thread.el (toplevel): require 'cl.
6264         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6265         (wl-thread-make-number-list): New function.
6266         (wl-thread-entity-make-number-list-from-children): Ditto.
6267         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6268         (wl-thread-entity-insert-as-children): Likewise.
6269         (wl-thread-delete-message): Likewise.
6270         (wl-meaning-of-mark): Eliminated.
6271         (wl-thread-next-failure-mark-p): Ditto.
6272         (wl-thread-entity-get-mark): Ditto.
6273         (wl-thread-meaning-alist-get-result): Ditto.
6274         (wl-thread-entity-check-prev-mark): Ditto.
6275         (wl-thread-entity-check-next-mark): Ditto.
6276         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6277         (wl-thread-entity-get-prev-marked-entity): Ditto.
6278         (wl-thread-get-prev-unread): Ditto.
6279         (wl-thread-jump-to-prev-unread): Ditto.
6280         (wl-thread-get-next-unread): Ditto.
6281         (wl-thread-jump-to-next-unread): Ditto.
6282         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6283         (wl-thread-entity-get-next-marked-entity): Ditto.
6284
6285         * wl-summary.el (wl-summary-buffer-number-list):
6286         New bufer-local variable.
6287         (wl-summary-switch-to-clone-buffer): Clone
6288         `wl-summary-buffer-number-list'.
6289         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6290         (wl-summary-cursor-move-regex): Eliminated.
6291         (wl-summary-cursor-up): Rewrite.
6292         (wl-summary-cursor-down): Ditto.
6293         (wl-summary-mode-spec-alist): New variable.
6294         (wl-summary-next-message): New inline function.
6295         (wl-summary-cursor-move): New function.
6296         (wl-summary-default-get-next-msg): Rewrite.
6297         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6298         (wl-summary-rescan): Ditto.
6299         (wl-summary-sync-all-init): Ditto.
6300         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6301         summary is not thread view.
6302         (wl-summary-sync-update): Ditto.
6303         (wl-summary-rescan): Ditto.
6304         (wl-summary-make-number-list): New function.
6305
6306         * wl-draft.el: "FCC" -> "Fcc".
6307
6308 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6309
6310         * wl-highlight.el (wl-highlight-summary-window):
6311         Call `set-buffer-modified-p'.
6312
6313         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6314         (wl): Call `elmo-init' and fix.
6315
6316         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6317         Use new variables.
6318
6319         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6320
6321 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6322
6323         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6324
6325 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6326
6327         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6328
6329 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6330
6331         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6332         `wl-use-toolbar' nor `display-graphic-p'.
6333         (wl-e21-setup-message-toolbar): Ditto.
6334         (wl-e21-setup-summary-toolbar): Ditto.
6335         (wl-e21-setup-folder-toolbar): Ditto.
6336
6337         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6338         (wl-plugged-init-icons): Ditto.
6339
6340         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6341         `display-graphic-p'.
6342         (wl-plugged-set-folder-icon): Ditto.
6343         (wl-highlight-plugged-current-line): Ditto.
6344         (wl-highlight-folder-current-line): Ditto.
6345         (wl-e21-highlight-folder-group-line): Ditto.
6346         (wl-e21-setup-toolbar): Ditto.
6347         (wl-e21-display-image-p): New macro.
6348
6349         * wl-demo.el (wl-demo): Simplified.
6350         (wl-demo-image-type-alist): Use `image-type-available-p' for
6351         checking whether the image type `xbm' is available.
6352
6353 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6354
6355         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6356         (wl-summary-input-range): Ditto.
6357
6358 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6359
6360         * wl-summary.el (wl-summary-edit-addresses): Use
6361         `wl-summary-get-original-buffer'
6362         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6363         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6364         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6365         (wl-summary-get-newsgroups): Eliminated.
6366         (wl-summary-set-crosspost): Ditto.
6367         (wl-summary-is-crosspost-folder): Ditto.
6368         (wl-crosspost-alist-load): Ditto.
6369         (wl-crosspost-alist-save): Ditto.
6370
6371         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6372         `elmo-setup-subscribed-newsgroups' instead of
6373         `elmo-nntp-make-groups-hashtb'.
6374         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6375         instead of `wl-crosspost-alist-save'.
6376
6377         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6378         of `elmo-folder-message-appendable-p'.
6379         (wl-mime-header-presentation-method): Eliminated.
6380
6381         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6382         (Error occurs in emacs21).
6383
6384         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6385         the current buffer).
6386
6387         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6388         instead of `wl-crosspost-alist-save'.
6389         (wl-init): `elmo-crosspost-message-alist-load'
6390         instead of `wl-crosspost-alist-load'
6391
6392         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6393         (wl-parse-newsgroups): Likewise.
6394         (wl-biff-notify): Run `wl-biff-notify-hook'.
6395
6396 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6397
6398         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6399
6400         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6401         when `wl-summary-lazy-highlight' is non-nil.
6402         (wl-summary-goto-folder-subr): Highlight only when
6403         `wl-summary-lazy-highlight' is non-nil.
6404
6405         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6406         Don't display progress and highlight temp-mark when
6407         `wl-summary-lazy-highlight' is non-nil.
6408         (wl-highlight-summary-window): New function.
6409         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6410
6411 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6412
6413         * wl-summary.el (wl-summary-sync): Change `all-visible'
6414         from `all-shown'
6415         (wl-summary-input-range): Ditto.
6416
6417 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6418
6419         * wl-e21.el (wl-highlight-folder-current-line): Call
6420         `wl-folder-init-icons' when folder icons have not been initialized.
6421
6422         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6423
6424         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6425         (wl-demo-image-type-alist): New macro.
6426
6427 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6428
6429         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6430         display does not support graphics.
6431         (wl-plugged-init-icons): Ditto.
6432         (wl-folder-init-icons): Ditto.
6433
6434         * wl-demo.el (wl-demo): Chech closely whether the display
6435         supports graphics.
6436
6437 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6438
6439         * wl-summary.el (wl-summary-get-original-buffer): New function.
6440         (wl-summary-set-crosspost): Use it.
6441         (wl-summary-target-mark-uudecode): Ditto.
6442         (wl-summary-reedit): Ditto.
6443         (wl-summary-resend-bounced-mail): Ditto.
6444         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6445         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6446
6447         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6448         (wl-message-display-internal): Ditto.
6449
6450 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6451
6452         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6453
6454 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6455
6456         * wl-summary.el (wl-summary-save-view): Renamed from
6457         `wl-summary-save-status'.
6458
6459 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6460
6461         * wl-summary.el (wl-summary-sync): Added `all-shown'
6462
6463 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6464
6465         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6466
6467 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6468
6469         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6470
6471 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6472
6473         * wl-highlight.el (wl-highlight-summary-line-string): Use
6474         `zerop' instead of `= 0'.
6475         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6476
6477         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6478         for comparing numbers.
6479         (wl-template-prev): Use `zerop' instead of `eq 0'.
6480
6481         * wl-draft.el (wl-draft-insert-current-message): Use
6482         `with-current-buffer' instead of `save-excursion'.
6483         Use `zerop' instead of `eq 0'.
6484
6485 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6486
6487         * wl-draft.el (wl-draft-insert-ccs): New function.
6488         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6489         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6490
6491 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6492
6493         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6494
6495 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6496
6497         * wl-expire.el (wl-expire-refile): Don't call
6498         elmo-msgdb-add-msgs-to-seen-list;
6499         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6500         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6501
6502 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6503
6504         * wl-message.el (wl-message-prev-page): Ignore errors while
6505         scroll-down.
6506
6507 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6508
6509         * wl-mime.el: Use elmo-original-message-mode instead of
6510         mmelmo-original-mode.
6511
6512         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6513         `elmo-folder-get-spec';
6514         (wl-fldmgr-add-completion-all-completions):
6515         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6516
6517         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6518         of `elmo-folder-get-type'.
6519
6520         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6521         `elmo-folder-get-spec';
6522         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6523         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6524         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6525         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6526         `elmo-read-msg-no-cache';
6527         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6528         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6529         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6530         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6531         `elmo-cache-save';
6532         (wl-draft-reedit): Use `elmo-message-file-name'.
6533
6534         * wl-expire.el: Use `elmo-folder-name-internal';
6535         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6536         Use macro `wl-summary-buffer-msgdb' instead of variable
6537         `wl-summary-buffer-msgdb';
6538         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6539         Use macro `wl-summary-buffer-folder-name' instead of variable
6540         `wl-summary-buffer-folder-name'.
6541         * wl-score.el: Likewise.
6542
6543         * wl-message.el: Rewrite for new message buffer cache mechanism.
6544         (wl-message-buffer-cache-buffer-get): New macro.
6545         (wl-message-buffer-cache-folder-get): Ditto.
6546         (wl-message-buffer-cache-message-get): Ditto.
6547         (wl-message-buffer-cache-entry-make): Ditto.
6548         (wl-message-buffer-cache-hit): Ditto.
6549         (wl-message-buffer-cache-sort): New function.
6550         (wl-message-buffer-cache-add): Ditto.
6551         (wl-message-buffer-cache-delete): Ditto.
6552         (wl-message-buffer-cache-clean-up): Ditto.
6553         (wl-message-buffer-window): Rewrite.
6554         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6555         (wl-message-buffer-display): New function.
6556         (wl-message-display-internal): New function.
6557
6558 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6559
6560         * wl-folder.el: Use `elmo-folder-name-internal';
6561         Use `wl-folder-get-elmo-folder';
6562         Use `elmo-folder-list-messages' instead of
6563         `elmo-list-folder';
6564         Use `elmo-folder-get-primitive-list' instead of
6565         `elmo-folder-get-primitive-spec-list';
6566         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6567         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6568         Use `elmo-folder-create' instead of `elmo-create-folder'.
6569         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6570         (wl-folder-get-elmo-folder): New macro.
6571         (wl-folder-elmo-folder-cache-get): Ditto.
6572         (wl-folder-elmo-folder-cache-put): Ditto.
6573         (wl-folder-suspend): Call `elmo-quit'.
6574
6575         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6576         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6577         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6578         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6579         (toplevel): require 'cl.
6580         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6581
6582         * wl-summary.el: Rewrite to use new elmo interface.
6583
6584 \f
6585 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-mime.el (wl-draft-preview-message):
6588         Run `wl-draft-send-hook' before collecting recipients information;
6589         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6590
6591         * tm-wl.el (wl-draft-preview-message): Ditto.
6592
6593 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6594
6595         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6596         wrong recipients are displayed when forwarded message.
6597
6598 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6599
6600         * Version number is increased to 2.5.7.
6601
6602 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6603
6604         * wl-message.el (wl-message-next-page): Bind
6605         `window-pixel-scroll-increment' to nil while scrolling up.
6606
6607 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6608
6609         * wl-vars.el (wl-save-hook): New hook.
6610         * wl.el (wl-save): Call `wl-save-hook'.
6611
6612 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6613
6614         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6615         Argument WITH-ARG instead of NO-ARG (negative mean).
6616         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6617         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6618         * wl-message.el (wl-message-follow-current-entity): Likewise.
6619
6620 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6621
6622         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6623         FROM was optional argument.
6624         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6625
6626 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6627
6628         * Version number is increased to 2.5.6.
6629
6630 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6631
6632         * wl-version.el (wl-version-show): Removed.
6633         (wl-version): Add `interactive'.
6634
6635 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6636
6637         * wl-summary.el (wl-summary-get-petname-func): New variable.
6638         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6639         instead of `wl-address-get-petname-1'.
6640         (wl-summary-simple-from): Ditto.
6641
6642         * wl-address.el (wl-address-get-petname-1): Define as function.
6643
6644 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6645
6646         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6647         field in the original message.
6648         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6649
6650 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6651
6652         * wl-expire.el (wl-expire-hide):
6653         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6654
6655 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6656
6657         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6658         find decoder for To, Cc, and Subject.
6659
6660 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6661
6662         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6663         for checking `elmo-use-buffer-cache'.
6664         (wl-summary-mark-as-important): Fixed typo in comment.
6665
6666 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6667
6668         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6669         field in the original message.
6670         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6671
6672 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6673
6674         * wl-expire.el (wl-expire-hide):
6675         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6676
6677 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6678
6679         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6680         find decoder for To, Cc, and Subject.
6681
6682 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6683
6684         * Version number is increased to 2.5.5.
6685
6686         * wl-address.el (wl-address-specials-regexp): New constant.
6687         (wl-address-quote-specials): Use it.
6688
6689 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6690
6691         * wl-summary.el (wl-summary-rescan):
6692         Call `wl-summary-buffer-number-column-detect'.
6693         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6694
6695         * wl-message.el (wl-message-mode-map): Define.
6696         (wl-message-decode): Use it as local-map.
6697
6698 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6699
6700         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6701         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6702
6703 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6704
6705         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6706
6707         * wl-mule.el (wl-read-event-char): Ditto.
6708
6709         * wl-e21.el (wl-read-event-char): Ditto.
6710
6711         * wl-nemacs.el (wl-read-event-char): Ditto.
6712         (read-event): Removed.
6713
6714         * wl-util.el (toplevel): Removed dummy definition of
6715         `read-event'.
6716         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6717
6718 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6719
6720         * wl-nemacs.el (elmo-archive-call-process): Moved to
6721         elmo-archive.el.
6722
6723 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6724
6725         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6726         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6727
6728         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6729         instead of magic-number 6.  Use `not' instead of `null' for symbol
6730         `nil' check (not empty list).
6731         (wl-draft-insert-x-face-field): Fixed paren style.
6732
6733         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6734         one-branch conditional statement, instead of `and' and `if'.
6735         (wl-draft-forward): Likewise.
6736         (wl-draft-add-references): Likewise.
6737         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6738
6739         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6740         conditional steatment.  Use `cond' instead of `if'.
6741         (wl-draft-confirm): Likewise.
6742
6743 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6744
6745         * wl-version.el (wl-version-show): Use `product-string-1'
6746         instead of `wl-version'.
6747         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6748
6749         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6750
6751 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6752
6753         * wl-highlight.el (wl-highlight-headers): Revert
6754         `wl-highlight-x-face-func' argument (`beg' and `end').
6755
6756 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6757
6758         * wl.el (toplevel): Move `product-provide' declare.
6759         * wl-demo.el (toplevel): Ditto.
6760         * wl-dnd.el (toplevel): Ditto.
6761         * wl-highlight.el (toplevel): Ditto.
6762         * wl-message.el (toplevel): Ditto.
6763         * wl-refile.el (toplevel): Ditto.
6764         * wl-util.el (toplevel): Ditto.
6765
6766 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6767
6768         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6769         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6770         (wl-thread-close-all): keep cursor position.
6771
6772 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6773
6774         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6775         (eq x 0).
6776         (wl-generate-user-agent-string-1): Fix conditional statement.
6777
6778 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6779
6780         * wl.el (wl-check-environment): Additional check for
6781         'wl-local-domain' and `wl-message-id-domain'.
6782
6783 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6784
6785         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6786
6787 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6788
6789         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6790         instead of `smtp-sasl-user-realm'.
6791
6792 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6793
6794         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6795
6796 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6797
6798         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6799         to the default value as well as `eword-lexical-analyzer'.
6800
6801 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6802
6803         * wl-version.el (wl-extended-emacs-version,
6804         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6805         `elmo-match-string' instead of `wl-match-string'.
6806
6807 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6808
6809         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6810         docstring.
6811
6812 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6813
6814         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6815
6816 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6817
6818         * wl-highlight.el (wl-highlight-headers): Remove
6819         `wl-highlight-x-face-func' argument (`beg' and `end').
6820
6821 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6822
6823         * wl-summary.el (wl-summary-mark-as-important):
6824         Remove cache if folder is local.
6825
6826 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6827
6828         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6829         to get existing e-mail address string.
6830
6831 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6832
6833         * wl-version.el (wl-generate-user-agent-string): Commentary.
6834         (wl-generate-user-agent-string-1): Use `when' for
6835         one-branch conditional statement, instead of `and' and `if'.
6836         (wl-extended-emacs-version, wl-extended-emacs-version2,
6837         wl-extended-emacs-version3): Ditto.
6838
6839 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6840
6841         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6842         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6843         condition-case; Remove initialization.
6844         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6845         (wl-summary-sync-update3): Added argument `sync-all';
6846         Eliminated local variable `msgdb';
6847         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6848         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6849         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6850
6851 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6852
6853         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6854         connection before call `wl-draft-send-mail-with-smtp'.
6855
6856 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6857
6858         * Version number is increased to 2.5.4.
6859
6860 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6861
6862         * wl.el (wl-check-environment): Additional check for
6863         'wl-local-domain' and `wl-message-id-domain'.
6864
6865 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6866
6867         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6868         buffer as command specific.
6869         (wl-folder-mark-as-read-all-entity): Ditto.
6870         (wl-folder-prefetch-entity): Ditto.
6871         (wl-folder-drop-unsync-entity): Ditto.
6872
6873         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6874         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6875         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6876
6877         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6878         save-excursion.
6879
6880 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6881
6882         * Version number is increased to 2.5.3.
6883
6884         * wl-summary.el (wl-summary-save-view-cache):
6885         Delete duplicated `write-region';
6886         Use `write-region-as-binary' instead of `as-binary-output-file' and
6887         `write-region'.
6888
6889 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6890
6891         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6892
6893 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6894
6895         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6896         instead of `smtp-via-smtp'.
6897
6898 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6899
6900         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6901
6902 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6903
6904         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6905         instead of `smtp-sasl-user-realm'.
6906
6907 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6908
6909         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6910
6911 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6912
6913         * Version number is increased to 2.5.2.
6914
6915 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6916
6917         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6918         does not exist.
6919         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6920         (wl-biff-start): Call `timer-activate' if timer already exists.
6921
6922         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
6923         only when it is bound as function.
6924
6925 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
6926
6927         * Version number is increased to 2.5.1.
6928
6929 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
6930
6931         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
6932         Print refile/copy destination.
6933
6934 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
6937         queue-flush-only is non-nil.
6938
6939         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
6940
6941         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
6942         checking cache folder.
6943
6944 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6945
6946         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
6947         `regexp-quote'.
6948
6949 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6950
6951         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
6952         function.
6953         * wl-summary.el (wl-summary-write-current-folder-functions):
6954         Change default value.  Use it.
6955
6956 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
6957
6958         * Version number is increased to 2.5.0.
6959
6960         * wl-version.el (wl-version): Changed codename.
6961
6962 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
6963
6964         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
6965         (wl-summary-supersedes-message): Ditto.
6966
6967 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6968
6969         * wl-refile.el (wl-refile-guess-functions): Renamed from
6970         `wl-refile-guess-func-list'.
6971
6972 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
6973
6974         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
6975         Fixed problem when no rule was matched.
6976
6977 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
6978
6979         * wl-summary.el (wl-summary-get-mark): Fixed
6980         `wl-summary-buffer-target-mark' check logic.
6981
6982 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6983
6984         * wl-folder.el (wl-folder-write-current-folder): Added group
6985         folder check.
6986
6987         * wl-summary.el (wl-summary-write-current-folder): Renamed from
6988         `wl-summary-write-current-newsgroup'.
6989         (wl-summary-write-current-folder-functions): New variable.
6990         * wl-folder.el (wl-folder-get-newsgroups): New function.
6991         (wl-folder-guess-mailing-list-by-refile-rule): New function.
6992         (wl-folder-write-current-folder): Renamed from
6993         `wl-folder-write-current-newsgroup'.
6994
6995 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6996
6997         * Version number is increased to 2.3.93.
6998
6999 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7000
7001         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7002         (wl-ldap-make-matched-value-list): Ditto.
7003         (wl-ldap-alias-safe-string): Split e-mail address.
7004
7005         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7006         petname folder default was selected.
7007         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7008         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7009
7010 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7011
7012         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7013         to `wl-draft-config-exec'.
7014
7015         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7016         instead of calling `wl-draft-config-exec';
7017         Process group-list and show recipients in minibuffer.
7018
7019         * tm-wl.el (wl-draft-preview-message): Ditto.
7020
7021 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7022
7023         * wl.el (toplevel): Added (C) to copyright notice, and
7024         sync Author header.
7025         * tm-wl.el (toplevel): Ditto.
7026         * wl-address.el (toplevel): Ditto.
7027         * wl-demo.el (toplevel): Ditto.
7028         * wl-dnd.el (toplevel): Ditto.
7029         * wl-draft.el (toplevel): Ditto.
7030         * wl-e21.el (toplevel): Ditto.
7031         * wl-expire.el (toplevel): Ditto.
7032         * wl-folder.el (toplevel): Ditto.
7033         * wl-highlight.el (toplevel): Ditto.
7034         * wl-message.el (toplevel): Ditto.
7035         * wl-mime.el (toplevel): Ditto.
7036         * wl-mule.el (toplevel): Ditto.
7037         * wl-nemacs.el (toplevel): Ditto.
7038         * wl-refile.el (toplevel): Ditto.
7039         * wl-score.el (toplevel): Ditto.
7040         * wl-summary.el (toplevel): Ditto.
7041         * wl-template.el (toplevel): Ditto.
7042         * wl-thread.el (toplevel): Ditto.
7043         * wl-util.el (toplevel): Ditto.
7044         * wl-vars.el (toplevel): Ditto.
7045         * wl-xmas.el (toplevel): Ditto.
7046
7047 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7048
7049         * wl.el (wl-init): Added comment about `wl-init-hook'.
7050         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7051         * wl-vars.el (wl-init-hook): Added docs.
7052         (wl-make-plugged-hook): Removed useless docs.
7053         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7054         * wl-xmas.el (toplevel): Ditto.
7055
7056 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7057
7058         * wl-address.el (toplevel): Fixed multiple Author header format.
7059         * wl-demo.el (toplevel): Ditto.
7060         * wl-draft.el (toplevel): Ditto.
7061         * wl-folder.el (toplevel): Ditto.
7062         * wl-summary.el (toplevel): Ditto.
7063         * wl-thread.el (toplevel): Ditto.
7064         * wl-util.el (toplevel): Ditto.
7065         * wl-vars.el (toplevel): Ditto.
7066         * wl-version.el (toplevel): Ditto.
7067         * wl-xmas.el (toplevel): Ditto.
7068         * wl.el (toplevel): Ditto.
7069
7070         * wl-version.el (toplevel): Added require `elmo-version' for
7071         `product-version-as-string'.
7072
7073 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7074
7075         * wl-vars.el (wl-draft-send-hook): Changed default value to
7076         '(wl-draft-config-exec).
7077
7078         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7079         explicitly.
7080         (wl-draft): Set `wl-draft-config-exec-flag' before running
7081         `wl-mail-setup-hook'.
7082
7083         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7084         `wl-biff-init-icons' to `wl-init-hook' instead of
7085         `wl-make-plugged-hook'.
7086         (Because if `wl-draft' command is invoked at first,
7087         they are not initialized)
7088         Updated copyright notice.
7089
7090         * wl-e21.el (toplevel): Ditto;
7091
7092         * wl-demo.el (toplevel): Updated copyright notice.
7093         * wl-address.el (toplevel): Ditto.
7094         * wl-draft.el (toplevel): Ditto.
7095         * wl-version.el (toplevel): Ditto.
7096         * wl-folder.el (toplevel): Ditto.
7097         * wl-summary.el (toplevel): Ditto.
7098         * wl-thread.el (toplevel): Ditto.
7099         * wl-util.el (toplevel): Ditto.
7100         * wl-vars.el (toplevel): Ditto.
7101         * wl.el (toplevel): Ditto.
7102
7103 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7104
7105         * wl-highlight.el (wl-highlight-message): Fixed problem of
7106         highlighting failure which occured when the last field contains
7107         multiple lines in the draft buffer.
7108
7109         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7110         `wl-biff-start' if plugged.
7111
7112         * wl-util.el (wl-biff-check-folder): New function.
7113         (wl-biff-check-folders): Don't set session name prefix.
7114         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7115         (wl-biff-check-folder-async): Ditto.
7116
7117         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7118         in email address.
7119
7120 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7121
7122         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7123
7124         * wl-draft.el (wl-draft-strip-subject-re): New function.
7125
7126         * wl-draft.el (wl-draft-reply): Use it.
7127
7128 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7129
7130         * wl-message.el (wl-mmelmo-message-redisplay): Use
7131         `mime-display-message' instead of `wl-mime-display-message'.
7132
7133         * wl-mime.el (toplevel): Removed compatibility workaround
7134         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7135         (wl-mime-display-message): Abolished.
7136         (wl-mime-entity-read-field): Ditto.
7137         (wl-mime-combine-message/partial-pieces): Use
7138         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7139
7140 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7141
7142         * wl-template.el: Doc fixes.
7143
7144 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7145
7146         * wl-e21.el (wl-message-overload-functions): Do nothing if
7147         `current-local-map' is not available.
7148         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7149
7150 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7151
7152         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7153         representation.
7154
7155         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7156         number.
7157         (wl-fldmgr-save-folders): Don't use `format' when insert
7158         `wl-fldmgr-folders-header'.
7159
7160 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7161
7162         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7163
7164 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7165
7166         * wl-highlight.el (wl-highlight-message):
7167         Use `std11-field-end' to detect end point of the header field.
7168         Refer `wl-highlight-max-header-size'.
7169
7170         * wl-vars.el (wl-highlight-max-header-size): New variable.
7171
7172         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7173
7174         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7175         Set `for-draft' argument of wl-highlight-headers.
7176         (wl-draft): Ditto.
7177         (wl-draft-reedit): Ditto.
7178         (wl-user-agent-compose-internal): Ditto.
7179
7180 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7181
7182         * wl-message.el (wl-message-add-button): Use overlay.
7183
7184 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7185
7186         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7187
7188         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7189         problem when group-list content is nothing.
7190         (Reported by Mito <mit@nines.nec.co.jp>)
7191
7192 2000-10-18  SAITO Atsunori <sai@yedo.com>
7193
7194         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7195
7196 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7197
7198         * tm-wl.el (toplevel): Use product-provide.
7199
7200 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7201
7202         * Version number is increased to 2.3.92.
7203
7204 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7205
7206         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7207         title text, use `display' property for left margin under Emacs 21.
7208
7209         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7210         properties.
7211         (wl-plugged-init-icons): Ditto.
7212
7213 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7214
7215         * wl.el (wl-save-status, wl-init): Remove last period in
7216         "...done." message.
7217         * tm-wl.el (wl-summary-burst): Ditto.
7218         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7219         wl-summary-resume-cache-status,
7220         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7221         wl-summary-sync-update3, wl-summary-highlight-msgs,
7222         wl-summary-flush-pending-append-operations,
7223         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7224         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7225         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7226         wl-thread-open-all): Ditto.
7227         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7228         * wl-mime.el (wl-summary-burst): Ditto.
7229         * wl-highlight.el (wl-highlight-summary): Ditto.
7230         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7231         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7232         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7233         * wl-address.el (wl-local-address-init): Ditto.
7234
7235 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7236
7237         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7238         `add-text-properties'.
7239         (wl-plugged-init-icons): Ditto.
7240         (wl-folder-init-icons): Use `propertize' instead of
7241         `put-text-property'.
7242         (wl-plugged-set-folder-icon): Ditto.
7243         (wl-e21-highlight-folder-group-line): Ditto.
7244
7245 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7246
7247         * wl-version.el (wl-version-status-alist): New variable.
7248         (wl-version-status): New function.
7249
7250         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7251         "Cc" part of the case "Reply-To".
7252
7253         * wl-draft.el (wl-draft-reply): Use result of
7254         `eword-extract-address-components'.
7255
7256         * wl-demo.el (wl-demo-icon-name): New constant.
7257         (wl-logo-xpm): Use it.
7258         (wl-logo-xbm): Ditto.
7259         (wl-logo-bitmap): Ditto.
7260
7261         * Version number is increased to 2.3.91.
7262
7263 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7264
7265         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7266         (wl-extended-emacs-version, wl-extended-emacs-version2,
7267         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7268         docstring.
7269
7270         * wl-version.el (wl-generate-user-agent-string-1): New function.
7271         (wl-generate-user-agent-string): Use it.
7272
7273         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7274         `mime-edit-insert-user-agent-field'.
7275         (wl-generate-user-agent-string): Check
7276         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7277
7278         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7279         instead of `if', when verbose case.
7280
7281 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7282
7283         * wl-expire.el (wl-summary-expire): Fix.
7284
7285 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7286
7287         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7288         and `elmo-lost+found-folder' if 'wl-draft.
7289         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7290
7291 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7292
7293         * wl-expire.el (wl-summary-expire): Change messages.
7294         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7295         `deleing-info' instead of "Deleting..."
7296
7297 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7298
7299         * wl-summary.el (wl-summary-refile-subr): Fix.
7300
7301 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7302
7303         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7304         if pipe folder.
7305
7306 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7307
7308         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7309
7310 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7311
7312         * wl-expire.el (wl-expire-hide): New function.
7313         (wl-summary-expire): Add `hide'.
7314
7315 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7316
7317         * wl-vars.el (wl-draft-reply-without-argument-list):
7318         Changed default value to consider `Reply-To:'.
7319         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7320
7321         * Version number is increased to 2.3.90.
7322
7323         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7324         elmo-imap4-get-session with unwind-protect.
7325         Don't cause error.
7326         (wl-summary-sync-marks): Don't check plugged nor folder type.
7327         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7328         (Always keep current buffer).
7329
7330 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7331
7332         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7333         Enclose with `save-excursion'.
7334
7335 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7336
7337         * wl-version.el (wl-version): Remove interactive.
7338
7339 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7340
7341         * wl-version.el (wl-generate-user-agent-string): Use
7342         `product-string-verbose' instead of `product-string-1'.
7343
7344 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7345
7346         * wl-vars.el (wl-draft-use-cache): New variable.
7347         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7348         if wl-draft-use-cache is non-nil.
7349
7350 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7351
7352         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7353         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7354
7355 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7356
7357         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7358         (wl-thread-msg-mark-as-unread): Ditto.
7359
7360         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7361         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7362         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7363         Don't set mark in summary if return value of `elmo-mark-as-read'
7364         is nil.
7365         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7366         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7367         instead of `wl-thread-msg-mark-as-read'.
7368         (wl-summary-mark-as-unread-region): Ditto.
7369         (wl-summary-target-mark-mark-as-read): Ditto.
7370
7371         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7372
7373 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7374
7375         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7376
7377         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7378
7379 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7380
7381         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7382         face.
7383
7384 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7385
7386         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7387         `running-xemacs'.
7388
7389 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7390
7391         * wl-version.el (toplevel): Use `product-version-as-string' for
7392         set verstion-string, if defined.
7393
7394         * wl-version.el (wl-version-show): Insert string at point, when
7395         call with argument.
7396
7397         * wl-version.el (wl-generate-user-agent-string): Use
7398         `product-string-1' instead of `wl-appname', `wl-version' and
7399         `wl-codename'.
7400
7401 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7402
7403         * wl-address.el (toplevel): Use product-provide.
7404         * wl-demo.el (toplevel): Ditto.
7405         * wl-dnd.el (toplevel): Ditto.
7406         * wl-draft.el (toplevel): Ditto.
7407         * wl-e21.el (toplevel): Ditto.
7408         * wl-expire.el (toplevel): Ditto.
7409         * wl-fldmgr.el (toplevel): Ditto.
7410         * wl-folder.el (toplevel): Ditto.
7411         * wl-highlight.el (toplevel): Ditto.
7412         * wl-message.el (toplevel): Ditto.
7413         * wl-mime.el (toplevel): Ditto.
7414         * wl-mule.el (toplevel): Ditto.
7415         * wl-nemacs.el (toplevel): Ditto.
7416         * wl-refile.el (toplevel): Ditto.
7417         * wl-score.el (toplevel): Ditto.
7418         * wl-summary.el (toplevel): Ditto.
7419         * wl-template.el (toplevel): Ditto.
7420         * wl-thread.el (toplevel): Ditto.
7421         * wl-util.el (toplevel): Ditto.
7422         * wl-vars.el (toplevel): Ditto.
7423         * wl-xmas.el (toplevel): Ditto.
7424         * wl.el (toplevel): Ditto.
7425
7426 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7427
7428         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7429         instead of product.
7430
7431         * wl-version.el (wl-version): Compile time evalution elmo-version.
7432
7433 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7434
7435         * wl-summary.el (wl-summary-sync-force-update): Append queue
7436         `mark-as-read'if unplugged.
7437
7438 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7439
7440         * wl-version.el: New file.  Use product.el.
7441         * wl.el: add (require 'wl-version).
7442         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7443         for ~/.folders header.
7444         (wl-fldmgr-folders-header): Changed.
7445         * wl-demo.el (wl-demo): Use product.el.
7446
7447         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7448         wl-version.el.
7449         * wl-util.el (wl-version, wl-version-show): Ditto.
7450
7451         * wl-util.el (wl-generate-user-agent-string,
7452         wl-extended-emacs-version, wl-extended-emacs-version2,
7453         wl-extended-emacs-version3): Move to wl-version.el.
7454         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7455         xemacs-codename, mime-edit-insert-user-agent-field,
7456         mime-edit-user-agent-value, mime-editor/version,
7457         mime-editor/codename): Compile warning killer move to
7458         wl-version.el
7459
7460 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7461
7462         * wl-summary.el (wl-summary-refile-subr): Fix.
7463
7464 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7465
7466         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7467         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7468
7469 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7470
7471         * wl.el (wl-check-environment): Check too many `@'.
7472
7473 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7474
7475         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7476
7477 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7478
7479         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7480         wl-draft-reply-myself-without-argument-list): Add variables.
7481         * wl-draft.el (wl-draft-reply): Use it.
7482
7483 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7484
7485         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7486         the 5th argument of `elmo-network-get-spec'.
7487
7488         * wl-thread.el (wl-thread-reparent-children): New inline function.
7489         (wl-thread-delete-message): Use it.
7490
7491         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7492         (wl-summary-score-update-all-lines): Don't use `dolist'.
7493
7494 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7495
7496         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7497         (require 'elmo-msgdb) for inline function.
7498
7499 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7500
7501         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7502
7503 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7504
7505         * wl-score.el (wl-score-headers): Fix for the confusing macro
7506         `elmo-kill-buffer'.
7507
7508 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7509
7510         * wl-summary.el: Don't use the 3rd argument of `require' because
7511         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7512         * wl-util.el: Ditto.
7513         * wl-draft.el: Ditto.
7514
7515 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7516
7517         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7518         window system is not used.
7519
7520 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7521
7522         * wl-thread.el: Don't use `mapcar' only for iteration.
7523         (wl-thread-resume-entity): Ditto.
7524         (wl-thread-delete-message): Ditto.
7525
7526         * wl-summary.el: Bind `dragdrop-drop-functions',
7527         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7528         of `require' for `timezone', `easymenu' and `ps-print';
7529         don't use `mapcar' only for iteration.
7530
7531         * wl-util.el: Bind `mule-version', `nemacs-version',
7532         `emacs-beta-version', `xemacs-codename',
7533         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7534         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7535         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7536         only for iteration.
7537
7538         * wl-score.el: Don't use `mapcar' only for iteration.
7539         (wl-score-simplify-buffer-fuzzy): Ditto.
7540         (wl-score-simplify-subject): Ditto.
7541         (wl-score-headers): Ditto.
7542         (wl-summary-score-update-all-lines): Ditto.
7543
7544         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7545         `enable-multibyte-characters' and `mule-version'.
7546
7547         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7548         `mapcar' only for iteration.
7549
7550         * wl-demo.el: Don't use `mapcar' only for iteration.
7551
7552         * wl-folder.el: Don't use `mapcar' only for iteration.
7553         (wl-folder-open-all): Ditto.
7554         (wl-folder-count-incorporates): Ditto.
7555
7556         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7557         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7558
7559         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7560         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7561         `smtp-connection-type'; specify 3rd argument of `require' for
7562         `timezone'; don't use `mapcar' only for iteration.
7563         (wl-draft-clone-local-variables): Don't use `mapcar'.
7564         (wl-draft-generate-clone-buffer): Ditto.
7565         (wl-user-agent-compose-internal): Ditto.
7566
7567         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7568
7569         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7570         (wl-save-status): Ditto.
7571
7572         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7573         for iteration.
7574
7575 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7576
7577         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7578         removed `Date'.
7579         (wl-fldmgr-make-filter-default): New user option.
7580
7581         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7582         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7583         (wl-fldmgr-filter-completion-alist): Abolish.
7584
7585         * wl.el (wl): Don't check servers if arg is non-nil.
7586
7587         * wl-draft.el (wl-draft-reply): Set only message-id string to
7588         In-Reply-To field.
7589
7590 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7591
7592         * wl-summary.el (wl-summary-pick): Rewrite.
7593
7594         * wl-draft.el (wl-draft-forward): Get references field from
7595         original buffer.
7596         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7597
7598 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7599
7600         * wl-draft.el (wl-draft-forward): Add references field.
7601
7602 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7603
7604         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7605         (wl-draft-reply): Use it.
7606
7607 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7608
7609         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7610         when Emacs 21 is running.
7611
7612         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7613         bindings.
7614
7615 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7616
7617         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7618         XPM icons transparent.
7619
7620         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7621         Emacs 21.
7622
7623 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7624
7625         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7626         nil.
7627
7628         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7629         when it is persistent.
7630         (wl-summary-sync-marks): Changed argument for
7631         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7632         (wl-summary-virtual): Use `elmo-read-search-condition'.
7633         (wl-summary-redisplay-internal): If folder is local, mark as read
7634         even when folder is plugged.
7635
7636 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7637
7638         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7639         of `tool-bar-lines' in the frame parameters.
7640         (after-make-frame-functions, post-command-hook): Don't modify the
7641         value.
7642         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7643         wl-e21-tool-bar-lines): Removed.
7644
7645 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7646
7647         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7648         properties `evaporate' and `wl-momentary-overlay' as well.
7649         (wl-highlight-summary-displaying): Ditto.
7650         (wl-delete-all-overlays): Don't delete overlay which does not have
7651         a property `wl-momentary-overlay'.
7652
7653         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7654         `display-mouse-p' and `display-graphic-p'.
7655         (wl-folder-init-icons): Don't search for XBM or the other files.
7656         (wl-plugged-set-folder-icon): Make icons if and only if
7657         `display-graphic-p' returns non-nil.
7658         (wl-highlight-plugged-current-line): Use `before-string' overlay
7659         property to show icon images.
7660         (wl-highlight-folder-current-line): Ditto.
7661         (wl-e21-highlight-folder-group-line): Ditto.
7662         (wl-e21-highlight-folder-by-numbers): Ditto.
7663         (wl-e21-insert-image): Removed.
7664         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7665         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7666         said.
7667         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7668         `wl-e21-force-switch-toolbar'.
7669         (wl-e21-make-icon-image): Removed.
7670         (wl-e21-setup-toolbar): Don't search for XBM files.
7671         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7672         the default value.
7673
7674 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7675
7676         * wl-util.el (wl-biff-check-folder-async): Set
7677         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7678
7679 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7680
7681         * wl-e21.el (after-make-frame-functions): Add
7682         `wl-e21-force-switch-toolbar'.
7683         (wl-e21-force-switch-toolbar): New function force to switch the
7684         toolbar appearance automatically.
7685         (post-command-hook): Add `wl-e21-switch-toolbar'.
7686         (wl-e21-switch-toolbar): New function to switch the toolbar
7687         appearance automatically.
7688         (wl-e21-tool-bar-lines): New buffer local variable.
7689
7690 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7691
7692         * wl-util.el (wl-biff-check-folders-running): New variable.
7693         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7694         (wl-biff-check-folder-async-callback):
7695         Set `wl-biff-check-folders-running'.
7696         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7697         with unwind-protect.
7698
7699         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7700         Enclose `wl-folder-auto-check' with unwind-protect.
7701
7702         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7703         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7704
7705         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7706
7707         * wl-util.el (wl-biff-notify): New inline function.
7708         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7709         locally.
7710         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7711         folder-list' is 1.
7712         Use `wl-biff-notify'.
7713         (wl-biff-check-folder-async-callback): New function.
7714         (wl-biff-check-folder-async): Ditto.
7715
7716         * wl-folder.el (wl-folder): Don't check folders.
7717         (wl-folder-auto-check): New function.
7718
7719 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7720
7721         * wl-util.el (wl-biff-start) [Emacs19+]:
7722         Use `timer-next-integral-multiple-of-time'.
7723         (wl-biff-check-folders): Use `wl-default-folder'
7724         if `wl-biff-check-folder-list' is nil.
7725
7726 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7727
7728         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7729         instead of `elmo-delete-lists'.
7730
7731 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7732
7733         * wl.el (wl-plugged-toggle-all): Set the value of
7734         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7735         (wl-plugged-toggle): Ditto.
7736         (wl-toggle-plugged): Ditto.
7737         (wl-plugged-init): Ditto.
7738
7739         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7740         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7741         instead of `wl-biff-state-indicator-off' and
7742         `wl-biff-state-indicator-on'; don't modify the value and the type
7743         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7744         (wl-plugged-init-icons): Set icons data to
7745         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7746         instead of `wl-plug-state-indicator-off' and
7747         `wl-plug-state-indicator-on'; don't modify the value and the type
7748         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7749
7750         * wl-vars.el (wl-modeline-biff-state-off,
7751         wl-modeline-biff-state-on, wl-modeline-biff-status,
7752         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7753         wl-modeline-plug-status): New internal variables.
7754         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7755         wl-biff-check-interval, wl-biff-check-folder-list): Change
7756         customization group from `wl-folder' to `wl-highlight'.
7757         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7758         wl-show-plug-status-on-modeline): Defcustomized.
7759
7760         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7761         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7762         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7763         a flag to `mode-line-buffer-identification'.
7764
7765         * wl-e21.el (wl-biff-init-icons): Set icons data to
7766         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7767         instead of `wl-biff-state-indicator-off' and
7768         `wl-biff-state-indicator-on'.
7769         (wl-plugged-init-icons): Set icons data to
7770         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7771         instead of `wl-plug-state-indicator-off' and
7772         `wl-plug-state-indicator-on'.
7773
7774 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7775
7776         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7777         excessive titles.
7778
7779 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7780
7781         * wl.el (wl-plugged-mode): Use revised
7782         `wl-mode-line-buffer-identification'.
7783         (wl-plugged-init): Don't use `force-mode-line-update'.
7784
7785         * wl-xmas.el (wl-draft-overload-functions): Use revised
7786         `wl-mode-line-buffer-identification'.
7787         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7788         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7789         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7790         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7791         `wl-make-plugged-hook';
7792         add `wl-folder-init-icons' and `wl-setup-folder' to
7793         `wl-folder-mode-hook'.
7794
7795         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7796         19 as well.
7797         (wl-mode-line-display-priority-list): New user option.
7798         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7799         Defcustomized.
7800         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7801         Add docs.
7802
7803         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7804         start.
7805         (wl-mode-line-buffer-identification): Revised as a function.
7806
7807         * wl-summary.el (wl-summary-mode): Use revised
7808         `wl-mode-line-buffer-identification'; don't call
7809         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7810         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7811         `wl-xmas-setup-summary'.
7812
7813         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7814         `wl-mode-line-buffer-identification'.
7815
7816         * wl-mule.el (wl-draft-overload-functions): Use revised
7817         `wl-mode-line-buffer-identification'.
7818
7819         * wl-folder.el (wl-make-plugged-alist): Don't call
7820         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7821         (wl-folder): Don't call `wl-folder-init-icons' directly.
7822         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7823         `wl-xmas-setup-folder' directly;
7824         use revised `wl-mode-line-buffer-identification'.
7825         (TopLevel): Don't bind `wl-biff-init-icons',
7826         `wl-plugged-init-icons', `wl-folder-init-icons',
7827         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7828
7829         * wl-e21.el (wl-draft-overload-functions): Use revised
7830         `wl-mode-line-buffer-identification'.
7831         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7832         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7833         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7834         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7835         `wl-make-plugged-hook';
7836         add `wl-folder-init-icons' and `wl-setup-folder' to
7837         `wl-folder-mode-hook'.
7838
7839 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7840             Katsumi Yamaoka    <yamaoka@jpl.org>
7841
7842         * wl.el (wl): Call `wl-biff-start'.
7843         (wl-exit): Call `wl-biff-stop'.
7844         (wl-plugged-mode): Show biff in modeline.
7845         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7846
7847         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7848         (wl-biff-init-icons): New function.
7849         (wl-plugged-init-icons): Don't make too much keymaps.
7850         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7851
7852         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7853         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7854         variables.
7855         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7856         options.
7857
7858         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7859         wl-biff-start, wl-biff-stop): New functions.
7860         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7861         (wl-biff-timer-name): New variable.
7862
7863         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7864
7865         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7866         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7867
7868         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7869         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7870
7871         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7872         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7873         `wl-folder-init-icons' to `ignore' if they are not available.
7874         (wl-folder-mode): Show biff in modeline.
7875
7876         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7877         (wl-biff-init-icons): New function.
7878         (wl-plugged-init-icons): Don't make too much keymaps.
7879         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7880
7881 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7882
7883         * wl-vars.el (wl-strict-diff-folders): Customization Type
7884         and doc fix.  Define as a list of regular expressions for
7885         folders or nil.
7886         * wl-folder.el (wl-folder-check-one-entity): Use
7887         `wl-string-match-member' instead of `wl-string-member' for
7888         `wl-strict-diff-folders'.
7889
7890 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7891
7892         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7893         (wl-highlight-folder-current-line): Use it; new implementation.
7894         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7895         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7896         `defsubst' instead of `defun'.
7897
7898         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7899         `wl-highlight-group-folder-by-numbers'; made it can also be a
7900         number.  See info for more details.
7901
7902         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7903         running.
7904
7905         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7906         to bind them.
7907
7908         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7909         (wl-highlight-folder-current-line): New implementation.
7910
7911         * wl-highlight.el (wl-highlight-folder-group-line): New
7912         implementation.
7913         (wl-delete-all-overlays): Rewrite as a marco.
7914         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7915
7916         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7917         running.
7918         (wl-folder-*-glyph): No need to bind them.
7919
7920         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7921         `wl-e21-highlight-folder-group-icon'; rewrite.
7922         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
7923         `defsubst' instead of `defun'.
7924         (wl-folder-mode-map): Bind it when compiling.
7925
7926 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
7927
7928         * wl.el (wl): Initialize plug-related settings before `wl-init'.
7929
7930         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
7931
7932 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
7933
7934         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
7935
7936 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
7937
7938         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
7939         (wl-highlight-folder-current-line): Use it.
7940
7941         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
7942         in `id-name'.
7943
7944 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
7945
7946         * wl.el: Require `wl-e21' when Emacs 21 is running.
7947
7948         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
7949         default when Emacs 21 is running.
7950         (wl-use-highlight-mouse-line): Ditto.
7951         (wl-on-emacs21): New constant.
7952         (wl-on-emacs20): Removed.
7953
7954         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
7955         Emacs 21 is running.
7956
7957         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
7958         Emacs 21 is running.
7959
7960         * wl-e21.el: New file.
7961
7962 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
7963
7964         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
7965         (wl-toggle-plugged): Ditto.
7966         (wl-plugged-toggle): Ditto.
7967         (wl-plugged-toggle-all): Ditto.
7968
7969         * wl-vars.el (wl-plug-state-indicator): Refer
7970         `wl-plug-state-indicator-on' indirectly.
7971
7972 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
7973
7974         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
7975         Call `wl-folder-confirm-existence'.
7976
7977         * wl-folder.el (wl-folder-confirm-existence): Added optional
7978         argument `force'.
7979
7980 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
7981
7982         * wl-summary.el (wl-summary-refile-subr): Assume
7983         `copy-or-refile' as symbol.
7984         (wl-summary-refile): Follow up above change.
7985         (wl-summary-copy): Ditto.  Doc fix.
7986
7987 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
7988
7989         * wl-summary.el (wl-summary-pick): Don't bind
7990         `elmo-search-mime-charset'.
7991
7992         * wl-vars.el (wl-highlight-message-header-button-alist): Define
7993         default using old backquote style.
7994         (wl-search-mime-charset): Abolished.
7995
7996         * wl-highlight.el (wl-highlight-headers):
7997         Call `point' after `re-search-forward'(for Nemacs).
7998
7999         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8000         for elmo-imap4.el.
8001
8002 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8003
8004         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8005         `wl-message-ignored-field-list' instead of
8006         `mime-view-ignored-field-list'.
8007
8008         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8009         Add interactive spec.
8010         (wl-folder-goto-bottom-of-current-folder): Ditto.
8011         (wl-folder-mode-map): Bind them.
8012
8013         * wl-vars.el (wl-message-ignored-field-list): New variable.
8014         (wl-message-visible-field-list): New variable.
8015
8016         * wl-mime.el (wl-mime-header-presentation-method): New function.
8017         (wl-mime-setup): Set header-presentation-method.
8018
8019 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8020
8021         * wl-nemacs.el (wl-draft-overload-functions): Set
8022         `mode-line-buffer-identification' instead of using
8023         `wl-make-modeline'.
8024
8025         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8026         instead of using `wl-make-modeline'.
8027
8028         * wl-xmas.el (wl-plugged-init-icons): Set up
8029         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8030         (wl-make-modeline): Abolish.
8031         (wl-draft-overload-functions): Set
8032         `mode-line-buffer-identification' instead of using
8033         `wl-make-modeline'.
8034
8035         * wl-util.el (wl-make-modeline-subr): Abolish.
8036         (wl-mode-line-buffer-identification): New alias.
8037
8038         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8039         (wl-summary-make-modeline): Abolish.
8040         (wl-summary-buffer-set-folder): Set
8041         `wl-summary-buffer-folder-indicator'.
8042         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8043         of using `wl-make-modeline'.
8044         (wl-summary-switch-to-clone-buffer): Don't set
8045         `mode-line-buffer-identification'.
8046         (wl-summary-goto-folder-subr): Ditto.
8047
8048         * wl-mule.el (wl-draft-overload-functions): Set
8049         `mode-line-buffer-identification' instead of using
8050         `wl-make-modeline'.
8051
8052         * wl-folder.el (wl-folder-mode): Set
8053         `mode-line-buffer-identification' instead of using
8054         `wl-make-modeline'.
8055         (wl-folder): Don't set `mode-line-buffer-identification'.
8056
8057 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8058
8059         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8060         instead of `member' for `wl-refile-guess-func-list' look-ups.
8061         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8062
8063 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8064
8065         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8066         `wl-message-button-dispatcher'.
8067
8068         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8069
8070         * wl-message.el (wl-message-button-dispatcher): Use it.
8071
8072         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8073         "In-Reply-To".
8074
8075         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8076         Bind `case-fold-search' to t.
8077
8078 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8079
8080         * wl-xmas.el (wl-message-overload-functions): Initialize
8081         `wl-message-button-map'.
8082
8083         * wl-mule.el (wl-message-overload-functions): Initialize
8084         `wl-message-button-map'.
8085
8086         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8087
8088         * wl-message.el (wl-message-button-map): New keymap.
8089         (wl-message-add-button): New function.
8090         (wl-message-button-dispatcher): New function.
8091         (wl-message-button-refer-article): New function.
8092
8093         * wl-highlight.el
8094         (wl-highlight-message-add-buttons-to-header): New function.
8095         (wl-highlight-headers): Use it.
8096
8097 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8098
8099         * wl-summary.el (wl-summary-default-from): Use
8100         `wl-address-get-petname-1'.
8101         (wl-summary-simple-from): Ditto.
8102
8103         * wl-address.el (wl-address-get-petname-1): New inline function.
8104         (wl-address-get-petname): Use it.
8105
8106 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8107
8108         * wl-summary.el (wl-summary-default-from): Return full-name part
8109         from the address if no petname was found.
8110         (wl-summary-simple-from): Ditto.
8111
8112         * wl-address.el (wl-address-get-petname): Return nil if no petname
8113         associated with the address was found.
8114
8115 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8116
8117         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8118         display is finished.
8119
8120 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8121
8122         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8123         `elmo-folder-exists-p' argument.
8124
8125 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8126
8127         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8128         the folder.
8129
8130 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8131
8132         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8133
8134         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8135         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8136
8137 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8138
8139         * wl-folder.el (wl-folder-create-subr): New function.
8140         (wl-folder-confirm-existence): Use it.
8141         (wl-folder-check-one-entity): Use it.
8142         Check the error symbol is derived from 'elmo-open-error.
8143
8144         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8145         `ignore-error'.
8146
8147 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8148
8149         * wl-util.el (toplevel): Add (eval-when-compile (require
8150         'elmo-util)).  (Maybe `provide' is typo.)
8151
8152 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8153
8154         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8155         (I don't know why this was needed.)
8156
8157         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8158         Follow up changes for stream-type.
8159
8160         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8161         (wl-draft-elmo-nntp-send): Ditto.
8162
8163         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8164         (wl-nntp-posting-stream-type): Ditto.
8165         (wl-pop-before-smtp-ssl): Abolished.
8166         (wl-nntp-posting-ssl): Ditto.
8167
8168         * wl-address.el (wl-address-quote-specials): New function.
8169         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8170
8171         * wl-draft.el (wl-draft-reply): Ditto.
8172
8173 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8174
8175         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8176         use function `wl-string-match-assoc'.
8177
8178 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8179
8180         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8181
8182         * wl-draft.el (wl-draft-deduce-address-list): New function.
8183         (wl-draft-parse-mailbox-list): Ditto.
8184         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8185         instead of `smtp-deduce-address-list'.
8186         (wl-draft-on-field-p): Follow group list.
8187
8188         * wl-address.el (wl-address-concat-token): New function.
8189         (wl-address-string-without-group-list-contents): Ditto.
8190         (wl-complete-field-body): Fixed problem of completion
8191         by japanese petname.
8192         (wl-address-make-completion-list): Rewrite.
8193
8194 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8195
8196         * wl-address.el (wl-address-make-completion-list): Completion by
8197         petname.
8198         (wl-complete-field-body): Likewise.
8199
8200 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8201
8202         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8203         contains invalid address syntax.
8204
8205 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8206
8207         * wl-folder.el (wl-folder-check-entity-async): Use
8208         `elmo-nntp-spec-hostname'.
8209
8210 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8211
8212         * wl-summary.el (wl-summary-msgdb-load-async): Use
8213         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8214
8215 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8216
8217         * wl-draft.el (wl-draft-reply): Set argument
8218         `content-transfer-encoding' as nil.
8219
8220 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8221
8222         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8223         `wl-refile-alist'.
8224
8225 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8226
8227         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8228         (wl-draft-edit-string): Ditto.
8229         (wl-draft-forward): Ditto.
8230         * wl-summary.el (wl-summary-write): Ditto.
8231
8232 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8233
8234         * wl-summary.el (wl-summary-sync-update3): Call
8235         `wl-summary-buffer-number-column-detect'.
8236         (wl-summary-buffer-number-column-detect): Search from point-min.
8237
8238 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8239
8240         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8241         contains an address which is not included in original to or cc.
8242
8243 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8244
8245         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8246         begin-line does not exist.
8247         * wl-message.el (wl-message-uu-substring): Ditto.
8248
8249 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8250
8251         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8252         clear local variables.
8253         (wl-summary-exit): Call `elmo-commit'.
8254         (wl-summary-switch-to-clone-buffer): Call
8255         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8256         (wl-summary-goto-folder-subr): Ditto.
8257
8258         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8259         POP folder.
8260
8261 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8262
8263         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8264         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8265         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8266         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8267         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8268         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8269
8270         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8271
8272 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8273
8274         * wl-summary.el (wl-summary-search-by-subject):
8275         Search parent message from the latest one.
8276
8277 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8278
8279         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8280         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8281
8282         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8283         New user option.
8284
8285         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8286         if elmo-nntp-use-killed-list is nil.
8287         Use `elmo-msgdb-append-to-killed-list'.
8288         (Append numbers confirmed as disappeared to the killed list.)
8289         (wl-summary-confirm-appends): Don't display negative number.
8290
8291 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8292
8293         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8294
8295 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8296
8297         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8298         range is `all'.
8299         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8300         `elmo-list-bigger-diff'.
8301
8302 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8303
8304         * wl-summary.el (wl-summary-buffer-exit-func):
8305         New buffer local variable.
8306         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8307
8308 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8309
8310         * wl-demo.el (wl-demo): Fix the last change.
8311
8312 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8313
8314         * wl-demo.el (wl-demo): Don't use `eval'.
8315
8316 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8317
8318         * wl-summary.el (wl-summary-buffer-thread-modified):
8319         New buffer-local variable.
8320         (wl-summary-set-thread-modified): New function.
8321         (wl-summary-thread-modified-p): New function.
8322         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8323         (wl-summary-yank-saved-message): Use function
8324         `wl-summary-set-thread-modified'
8325         (wl-summary-switch-to-clone-buffer): Add
8326         `wl-summary-buffer-thread-modified'.
8327
8328         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8329         (wl-summary-buffer-mark-saved-hook): Ditto.
8330         * wl-summary.el (wl-summary-msgdb-save): New hook
8331         `wl-summary-buffer-message-saved-hook' and
8332         `wl-summary-buffer-mark-saved-hook'.
8333
8334 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8335
8336         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8337
8338 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8339
8340         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8341         don't hide scroll bars under FSF Emacsen because it may incur an
8342         undesirable redrawing.
8343
8344 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8345
8346         * wl-draft.el (wl-draft-edit-string): Call
8347         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8348
8349 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8350
8351         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8352
8353 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8354
8355         * wl-summary.el (wl-summary-msgdb-load-async): Call
8356         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8357
8358 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8359
8360         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8361         fringes in demo buffer; center bitmap logo correctly even if old
8362         Mule is used.
8363
8364 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8365
8366         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8367
8368         * wl-refile.el (wl-refile-subject-alist): New variable.
8369         (wl-refile-subject-alist-file-name): Ditto.
8370         (wl-refile-alist-setup): Rewrite.
8371         (wl-refile-alist-save): Use `elmo-object-save'.
8372         Eliminated arguments.
8373         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8374         (wl-refile-guess-by-subject): New function.
8375         (wl-refile-guess-func-list): Added it.
8376
8377 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8378
8379         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8380         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8381
8382 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8383
8384         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8385         New buffer-local variable.
8386         (wl-summary-buffer-next-folder-func): Ditto.
8387         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8388         if non-nil.
8389         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8390         if non-nil.
8391         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8392         if non-nil.
8393         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8394         if non-nil.
8395
8396 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8397
8398         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8399         permanently in the demo buffer.
8400
8401 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8402
8403         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8404         `mime-entity-fetch-field'.
8405
8406         * wl.el (wl-exit): Delete plugged buffer.
8407
8408         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8409         XEmacs has menubar feature.
8410
8411 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8412
8413         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8414         cannot arrive at the beginning of the buffer under old Emacsen.
8415
8416 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8417
8418         * wl-address.el (wl-address-ldap-search):
8419         Call `ldap-search-entries' with `withdn' argument t.
8420         (wl-complete-field-body): Bind completion-ignore-case as t.
8421         Clear ldap search hash when it was sole completion.
8422         Use elmo-string for pattern string.
8423         (wl-ldap-alias-safe-string): Eliminated needless let.
8424
8425 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8426
8427         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8428         (wl-ldap-alias-sep): New constant.
8429         (wl-ldap-search-attribute-type-list): Ditto.
8430         (wl-ldap-get-value): New function.
8431         (wl-ldap-make-filter): Ditto.
8432         (wl-ldap-make-matched-value-list): Ditto.
8433         (wl-ldap-alias-safe-string): Ditto.
8434         (wl-ldap-register-dn-string): Ditto.
8435         (wl-address-ldap-search): Rewrite.
8436
8437 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8438
8439         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8440         thread is deleted.
8441         (wl-thread-delete-line-from-buffer): Ditto.
8442         (wl-thread-get-exist-children): New function.
8443
8444 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8445
8446         * wl-demo.el (wl-demo): Made it to select various image types.
8447         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8448         from `wl-title-logo'.
8449         (wl-logo-ascii): New variable.
8450         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8451         (wl-demo-copyright-notice): New constant.
8452
8453         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8454
8455 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8456
8457         * wl-vars.el (wl-summary-target-above): Renamed from
8458         wl-summary-temp-above.
8459         * wl-score.el (wl-score-get-score-alist): Use it.
8460         (wl-summary-score-update-all-lines): Use it.
8461         * wl-summary.el: Ditto. (make-variable-buffer-local).
8462
8463 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8464
8465         * wl-vars.el (wl-ldap-port): New user option.
8466
8467         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8468         Rewite whole implementation.
8469         (wl-complete-field-body): Fixed.
8470
8471 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8472
8473         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8474         Choose implementation at compile time.
8475
8476 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8477
8478         * wl-address.el (wl-ldap-search-internal): New function.
8479         (wl-complete-field-to): Use it.
8480
8481 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8482
8483         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8484         Use `let' instead of `let*'.
8485         Require 'wl-vars.
8486
8487         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8488         Define as defcustom.
8489         (wl-ldap-base): Ditto.
8490         (wl-use-ldap): Ditto.
8491
8492 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8493
8494         * wl-address.el (wl-ldap-search): New function.
8495         (wl-complete-field-body): Use `wl-ldap-search'.
8496         (wl-ldap-server): New variable.
8497         (wl-ldap-base): Ditto.
8498         (wl-use-ldap): Ditto.
8499
8500 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8501
8502         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8503         (Pointed out by Mito <mit@nines.nec.co.jp>).
8504         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8505         buffer-local variables like `wl-summary-redisplay-internal'.
8506         (wl-summary-redisplay-all-header): Likewise.  Update
8507         Summary view too.
8508
8509 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8510
8511         * wl-summary.el (wl-summary-jump-to-parent-message):
8512         Consider prefix argument.
8513
8514         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8515         when closed thread is deleted.
8516
8517 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8518
8519         * wl-summary.el (wl-summary-jump-to-parent-message):
8520         Consider thread modification.
8521
8522 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8523
8524         * wl-message.el (wl-message-normal-get-original-buffer): Use
8525         `save-excursion'.
8526
8527         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8528         (wl-summary-showto-folder-regexp): Ditto.
8529
8530 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8531
8532         * wl-util.el (wl-delete-alist): Doc fix.
8533         (wl-delete-associations): New function.
8534         (wl-inverse-alist): New function.
8535         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8536         Split temporary variables. Use `wl-delete-associations'
8537         and `wl-inverse-alist'.
8538         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8539
8540 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8541
8542         * wl-folder.el (wl-folder-prefetch-entity):
8543         Execute prefetching if new count is unknown.
8544
8545 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8546
8547         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8548
8549         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8550         delete entity.
8551         (wl-thread-set-parent): If insert as top, set linked as nil.
8552
8553         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8554         `wl-thread-cleanup-symbols' when view mode is thread.
8555
8556 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8557
8558         * wl-folder.el (wl-folder-create-folder-entity): Use
8559         with-current-buffer.
8560         (wl-local-folder-init): Call set-buffer to make sure we are in
8561         the Folder buffer. Don't touch buffer-local variables here.
8562         (wl-folder-mode): Initialize buffer-local variables here.
8563
8564         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8565         (wl-folder-entity-assign-id): Ditto.
8566         (wl-folder-create-entity-hashtb): Ditto.
8567         (wl-local-folder-init): Ditto.
8568         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8569
8570 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8571
8572         * wl-summary.el (wl-summary-default-from): Fix probrem when
8573         std11-extract-address-components return (nil "foo@bar").
8574
8575 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8576
8577         * wl-draft.el (wl-draft-clone-local-variables):
8578         Remove redundant `setq'.
8579
8580 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8581
8582         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8583         Bind wl-highlight-x-face-func as nil while highlighting header.
8584
8585 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8586
8587         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8588
8589 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8590
8591         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8592         elmo-msgdb-overview-hashtb from copy-variables.
8593         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8594         instead of `elmo-msgdb-overview-get-entity-by-number'.
8595         (wl-summary-auto-refile): Ditto.
8596
8597         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8598         `elmo-msgdb-overview-get-entity' instead of
8599         `elmo-msgdb-search-overview-entity'.  Use
8600         `elmo-msgdb-overview-get-entity' instead of
8601         `elmo-msgdb-overview-get-entity-by-number'.
8602         (wl-thread-insert-entity-sub): Ditto.
8603         (wl-thread-insert-message): Ditto.
8604
8605         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8606         `elmo-msgdb-overview-get-entity'.
8607         (wl-normal-message-redisplay): Ditto.
8608
8609 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8610
8611         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8612         `wl-thread-entities'.
8613         (wl-thread-delete-message): Fix remove top message from
8614         `wl-thread-entity-list'.
8615
8616         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8617         wl-append(nconc), because update-list is broken on Meadow.
8618
8619         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8620         updating process.
8621         (wl-summary-rescan): Ditto.
8622         (wl-summary-sync-update3): Ditto.
8623         * wl-thread.el (wl-thread-set-parent): Renamed from
8624         `wl-summary-set-parent'.
8625         (wl-thread-insert-message): Updating buffer faster.
8626         (wl-thread-delete-message): Updating buffer faster.
8627
8628         * wl-score.el (wl-summary-score-update-all-lines): Changed
8629         interval for display progress gauge.
8630
8631 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8632
8633         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8634         folder always-sticky.
8635         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8636         defmacro.
8637
8638 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8639
8640         * wl-vars.el (wl-draft-add-references): New user option.
8641
8642         * wl-draft.el (wl-draft-add-references): New function.
8643         (wl-draft-yank-from-mail-reply-buffer): Use it.
8644         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8645         as nil.
8646
8647 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8648
8649         * wl-thread.el (wl-thread-update-line-msgs): Called
8650         `wl-thread-update-line-on-buffer-sub'.
8651         (wl-thread-update-line-on-buffer): Delete routine of inserting
8652         thread.
8653         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8654         moved from `wl-thread-update-line-on-buffer'.
8655         Add threshold for displaying progress gauge.
8656         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8657         argument of `wl-thread-update-line-msgs'.
8658         Add threshold for displaying progress gauge.
8659         * wl-folder.el:
8660         Add threshold for displaying progress gauge.
8661         * wl-score.el: Ditto.
8662
8663         * wl-expire.el (wl-summary-expire): Display deleting info.
8664
8665 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8666
8667         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8668         `no-msg'.
8669         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8670         argument of `wl-thread-update-line-msgs'.
8671         (wl-summary-set-parent): Added optional argument `parent-number'.
8672         (wl-summary-buffer-saved-message): New buffer local variable.
8673         (wl-summary-save-current-message): New command.
8674         (wl-summary-yank-saved-message): Ditto.
8675         (wl-summary-mode-map): Added key binding for
8676         `wl-summary-save-current-message' (\ew) and
8677         `wl-summary-yank-saved-message' (\C-y).
8678         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8679
8680 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8681
8682         * wl-summary.el (wl-summary-mode-map): Added key binding for
8683         `wl-summary-set-parent' (ts).
8684
8685 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8686
8687         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8688         subject faster. If thread number is reverse, delayed updating
8689         thread.
8690         (wl-summary-search-by-subject): Ditto.
8691         (wl-summary-put-alike): Ditto.
8692         (wl-summary-get-alike): Ditto.
8693         (wl-summary-insert-headers): Insert header of all overview in
8694         buffer.
8695         (wl-summary-rescan): Delayed updating thread. Kill search subject
8696         buffer for wl-summary-search-by-subject.
8697         (wl-summary-sync-update3): Ditto.
8698         (wl-summary-exit): Ditto.
8699         (wl-summary-goto-bottom-of-current-thread): Change for linked
8700         thread.
8701         (wl-summary-overview-create-summary-line): Change line for linked
8702         thread.
8703
8704         * wl-summary.el (wl-summary-update-thread): Use
8705         wl-thread-maybe-get-children-num.
8706         (wl-summary-set-parent): If change parent, move sub thread.
8707         (wl-summary-redisplay-internal): Add horizontal recenter.
8708         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8709
8710         * wl-thread.el (wl-thread-entity-get-linked): New function.
8711         (wl-thread-entity-set-linked): New function.
8712         (wl-thread-create-entity): Add linked element.
8713         (wl-thread-entity-insert-as-top): Use wl-append.
8714         (wl-thread-maybe-get-children-num): If closing thread, return
8715         children msgs.
8716         (wl-thread-update-line-msgs): Displaying progress message.
8717         (wl-thread-update-line-on-buffer-sub): Use
8718         wl-thread-maybe-get-children-num.
8719         (wl-thread-update-line-on-buffer): If update line is not exists,
8720         insert thread.
8721         (wl-thread-delete-message): If delete top msg of thread, search
8722         parent by subject.
8723         (wl-thread-insert-entity): Use
8724         wl-thread-maybe-get-children-num.
8725
8726         * wl-highlight.el (wl-highlight-summary-current-line): change
8727         sregexp for linked thread.
8728         * wl-util.el (wl-count-lines): Count lines.
8729         (wl-horizontal-recenter): horizontal recenter.
8730         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8731         (wl-score-get-alike): Ditto.
8732         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8733         (wl-subject-length-limit): New variable.
8734         (wl-highlight-thread-indent-string-regexp): Changed for linked
8735         thread.
8736
8737 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8738
8739         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8740         New variable (revival).
8741         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8742         by subject matching if there's no in-reply-to nor references field
8743         (revival).
8744
8745 \f
8746 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8747
8748         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8749         message.
8750
8751 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8752
8753         * wl-summary.el (wl-summary-reply): Return t if there was a
8754         message at cursor point.
8755         Added unwind-protect.
8756         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8757         returns t.
8758         (wl-summary-cancel-message): Do nothing when there's no message at
8759         cursor point.
8760         (wl-summary-forward): Ditto.
8761         (wl-summary-jump-to-parent-message): Ditto.
8762         (wl-summary-reedit): Ditto.
8763         (wl-summary-edit-addresses): Ditto.
8764         (wl-summary-pipe-message): Ditto.
8765         (wl-summary-print-message-with-ps-print): Ditto.
8766         (wl-summary-print-message): Ditto.
8767         (wl-summary-mark-as-important): Ditto.
8768         (wl-summary-mark-as-unread): Ditto.
8769
8770         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8771         message at cursor point.
8772         (wl-summary-reply-with-citation): Remove unwind-protect.
8773
8774         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8775         subject searching feature.
8776         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8777         Eliminated.
8778
8779 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8780
8781         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8782         New variable.
8783         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8784         by subject matching if there's no in-reply-to nor references field.
8785
8786         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8787
8788         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8789         when display is finished.
8790         (wl-folder-open-all): Ditto.
8791         (wl-folder-update-access-group): Ditto.
8792         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8793         * wl-thread.el (wl-thread-close-all): Ditto.
8794
8795         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8796         progress gauge only when it was displayed.
8797         * wl-folder.el (wl-folder-insert-entity): Ditto.
8798
8799 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8800
8801         * wl-summary.el (wl-summary-incorporate): Enclose
8802         `wl-summary-sync-force-update' with save-excursion.
8803
8804 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8805
8806         * wl-summary.el (wl-summary-prefetch-region):
8807         Pass current cursor point to `pos-visible-in-window-p' after
8808         moving cursor to the started point.
8809
8810 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8811
8812         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8813
8814         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8815         fields from the forwarding message.
8816         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8817         `ignored-fields'.
8818
8819 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8820
8821         * wl-mime.el (wl-message-request-partial):
8822         Eliminated argument `msgdb'.
8823         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8824         (wl-mime-combine-message/partial-pieces): Likewise.
8825         * tm-wl.el (wl-message-request-partial): Likewise.
8826         (wl-mime-combine-message/partial-pieces): Likewise.
8827
8828 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8829
8830         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8831         when display is finished.
8832
8833 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8834
8835         * wl-summary.el (wl-summary-goto-folder-subr):
8836         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8837
8838 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8839
8840         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8841         when cursor point is visible.
8842
8843 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8844
8845         * wl-expire.el (wl-expire-archive-get-max-number):
8846         Don't use `file-name-directory'.
8847
8848 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8849
8850         * wl-expire.el (wl-expire-archive-get-max-number):
8851         Use `file-name-directory'.
8852
8853 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8854
8855         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8856         only when there is progress.
8857
8858 2000-04-13  Mito <mit@nines.nec.co.jp>
8859
8860         * wl-summary.el (wl-summary-sync-marks): Display progress.
8861
8862 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8863
8864         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8865         (wl-summary-prev): Move cursor regardless of unread status.
8866         (wl-summary-next): Ditto.
8867
8868 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8869
8870         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8871         Added argument `target' and `number'.
8872         * tm-wl.el (wl-summary-burst-subr): New function.
8873         (wl-summary-burst): Use it.
8874
8875 2000-04-10  Mito <mit@nines.nec.co.jp>
8876
8877         * wl-mime.el (wl-burst): New function.
8878         (wl-summary-burst): Use it.
8879
8880 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8881
8882         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8883         as petname when there's no candidate.
8884
8885 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8886
8887         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8888         New variable.
8889         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8890
8891         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8892
8893         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8894
8895 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8896
8897         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8898         Use substring of `original' instead of buffer-substring.
8899         (wl-refile-evaluate-rule):
8900         Set `original' argument of wl-refile-expand-newtext.
8901
8902         * wl-summary.el
8903         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8904         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8905         (wl-summary-auto-refile): Check existence of destination folder just
8906         before marking.
8907
8908 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8909
8910         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8911         when wl-refile-get-field-value return nil.
8912
8913 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8914
8915         * wl-refile.el
8916         (wl-refile-expand-newtext): New function imported from Gnus.
8917         (wl-refile-evaluate-rule): Use it.
8918
8919 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8920
8921         * wl-summary.el (wl-summary-print-destination):
8922         Duplicate folder string to avoid putting text-property on
8923         original string.
8924
8925         * wl-refile.el (wl-refile-get-field-value): New function.
8926         (wl-refile-evaluate-rule): New function;
8927         Evaluate refile rule recursively.
8928         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
8929         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
8930         New function; Check existence of a target folder recursively.
8931         (wl-summary-auto-refile-check-refile-rule-alist):
8932         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
8933
8934 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
8935
8936         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
8937
8938         * wl-folder.el (wl-create-folder-entity-from-buffer):
8939         Fixed problem when '}' character is contained in folder name.
8940
8941         * wl-xmas.el (wl-make-modeline): Consider plugged status.
8942
8943 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8944
8945         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
8946         (wl-fldmgr-add-completion-all-completions):
8947         Use wl-fldmgr-add-completion-hashtb.
8948
8949 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
8950
8951         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
8952         wl-fldmgr-add-completion-subr): New functions.
8953         * wl-folder.el (wl-folder-completion-func): New variable.
8954         * wl-summary.el (wl-summary-read-folder):
8955         Use wl-folder-completion-func.
8956
8957         * wl-refile.el: Eliminate throw & catch.
8958
8959         * wl.el (wl-plugged-sending-queue-status): Fixed.
8960
8961 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
8962
8963         * wl-draft.el (wl-draft): Put category property on
8964         mail-header-separator.