52d096717298e7e6ff8ad5b9d8709206ff40fd1e
[elisp/wanderlust.git] / wl / ChangeLog
1 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
2
3         * wl-thread.el (wl-thread-update-indent-string-thread): Use
4         `elmo-display-progress-threshold'.
5
6 2004-06-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7
8         * wl-summary.el (wl-summary-update-mark-and-highlight-window): No
9         check `wl-summary-highlight'.
10         (wl-summary-window-scroll-functions): Respect value of
11         `wl-summary-highlight'.
12         (wl-summary-sync-update): Run hooks
13         `wl-summary-buffer-window-scroll-functions' at any time.
14
15 2004-06-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
16
17         * wl-summary.el (wl-summary-exec-with-confirmation): Extracted
18         from `wl-summary-cleanup-temp-marks'.
19         (wl-summary-cleanup-temp-marks): Abolish argument.
20         * wl.el (wl-save-status): Revert previous change.
21         (wl-execute-temp-marks): New function, call
22         `wl-summary-exec-with-confirmation'.
23         * wl-folder.el (wl-folder-mode-map): Bind "x" to it.
24         (wl-folder-save-and-exec-marks): Abolished.
25
26 2004-06-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
27
28         * wl-e21.el (wl-e21-display-image-p): Respect
29         `wl-highlight-folder-with-icon'.
30         (wl-e21-highlight-folder-group-line): Highlight mouse line
31         even if wl-e21-display-image-p is nil.
32
33         * wl-summary.el (wl-summary-update-mark-and-highlight-window):
34         Respect value of `wl-summary-highlight'.
35
36         * wl.el (wl-save-status): Remove unused variable.
37
38         * wl-folder.el (wl-folder-save-and-exec-marks): New function.
39         (wl-folder-mode-map): Bind it to "x".
40
41 2004-06-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
42
43         * wl-summary.el (wl-summary-sync-update): Utilize lazy-highlight.
44
45         * wl-thread.el (wl-thread-get-parent-list): Don't check
46         disconnected ancestors, neglecting needless work in
47         `wl-thread-update-indent-string-thread'.
48
49         * wl.el (wl-save): Take prefix argument to execute remaining marks.
50         * wl-summary.el (wl-summary-cleanup-temp-marks): Abolish unused
51         argument, add argument default-keep to keep marks by default.
52
53         * Version number is increased to 2.11.30.
54
55         * wl-vars.el (wl-draft-reply-with-argument-list): Fix
56         customization type and docstring.
57         (wl-draft-reply-without-argument-list): Ditto.
58
59 2004-06-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
60
61         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
62
63         * wl-spam.el (wl-spam-mark-action-list): Ditto.
64
65 2004-06-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
66
67         * wl-vars.el (wl-summary-mark-action-list): Fix customization type.
68
69 2004-06-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
70
71         * wl-draft.el (wl-draft-config-exec): Narrow the range of
72         save-excursion so as not to include run-hooks.
73
74 2004-06-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
75
76         * wl-summary.el (wl-summary-cleanup-temp-marks): defsubst->defun.
77         Clarify that marks are going to be cleared.
78
79 2004-06-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
80
81         * wl-summary.el (wl-summary-persistent-mark-string): Decide mark
82         according to 3rd element of wl-summary-flag-mark.
83
84         * wl-vars.el (wl-summary-flag-alist): Add description for mark.
85
86 2004-06-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
87
88         * wl-action.el (wl-summary-target-mark-all): Don't set
89         wl-summary-buffer-target-mark-list by elmo-folder-list-messages.
90
91 2004-06-06  Yoichi NAKAYAMA  <yoichi@geiin.org>
92
93         * wl-vars.el (wl-reply-subject-prefix): The value can be function.
94         (wl-forward-subject-prefix): Ditto.
95         * wl-draft.el (wl-draft-forward-make-subject): Change accordingly.
96         (wl-draft-reply-make-subject): Ditto.
97
98         * wl-draft.el (wl-draft-forward-make-subject): Extracted from
99         `wl-draft-forward'.
100         (wl-draft-reply-make-subject): Ditto from `wl-draft-reply'.
101
102 2004-06-04  Yoichi NAKAYAMA  <yoichi@geiin.org>
103
104         * wl-action.el (wl-summary-target-mark-set-action): Stop if
105         target message does not exist.
106
107 2004-06-04  Tsutomu OKADA  <tsutomu.okada@furuno.co.jp>
108
109         * wl-vars.el (wl-subject-re-prefix-regexp): Renamed from
110         `wl-subject-prefix-regexp'.
111         (wl-subject-forward-prefix-regexp): New variable.
112         * wl-draft.el (wl-draft-strip-subject-regexp): Renamed from
113         `wl-draft-strip-subject-re' and take regexp as argument.
114         (wl-draft-forward): Use it.
115         (wl-draft-reply): Ditto.
116
117 2004-05-30  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
118
119         * wl-e21.el (wl-highlight-plugged-current-line): Change for
120         emacs multi-tty support.
121
122 2004-05-29  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
123
124         * wl-e21.el (wl-e21-display-image-p): Don't call
125         `display-images-p'.
126         (wl-e21-highlight-folder-group-line): Change for emacs multi-tty
127         support.
128         (wl-highlight-folder-current-line): Ditto.
129         (wl-folder-init-icons): Ditto.
130
131 2004-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
132
133         * wl-summary.el (wl-summary-cursor-move-surface): Avoid error on
134         the last line of summary in unplugged mode.
135
136 2004-05-26  Tetsurou Okazaki  <okazaki@be.to>
137
138         * wl-vars.el (wl-refile-rule-alist): Doc fix.
139
140 2004-05-23  Yoichi NAKAYAMA  <yoichi@geiin.org>
141
142         * wl-vars.el (wl-user-mail-address-regexp): New variable.
143         * wl-address.el (wl-address-user-mail-address-p): Use it.
144         (wl-address-delete-user-mail-addresses): Ditto.
145         Suggested by David Bremner <bremner@unb.ca>, [wl-en:463]
146
147         * wl-address.el (wl-address-user-mail-address-p): defsubst->defun.
148         (wl-address-delete-user-mail-addresses): Ditto.
149
150         * wl-address.el (wl-address-delete-user-mail-addresses): New
151         function.
152         * wl-refile.el (wl-refile-guess-by-history): Use it.
153         * wl-draft.el (wl-draft-delete-myself-from-cc): Ditto.
154         (wl-draft-make-mail-followup-to): Ditto and fix logic.
155
156         * wl-draft.el (wl-draft-edit-string): To judge sender address,
157         use wl-address-user-mail-address-p.
158
159 2004-05-22  Yoichi NAKAYAMA  <yoichi@geiin.org>
160
161         * wl-folder.el (wl-folder-open-close): Keep cursor on the line
162         after opening group.
163
164 2004-05-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
165
166         * wl-draft.el (wl-draft-reply): Use set-buffer-multibyte instead
167         of elmo-set-buffer-multibyte.
168
169         * wl-message.el (wl-original-message-mode): Ditto.
170
171         * wl-score.el (wl-score-insert-header): Ditto.
172
173         * wl-summary.el
174         (wl-summary-edit-addresses-collect-candidate-fields): Ditto.
175         (wl-summary-goto-folder-subr): Ditto.
176         (wl-summary-insert-headers): Ditto.
177
178         * wl-util.el (wl-set-string-width): Ditto.
179
180         * Version number is increased to 2.11.29.
181
182 2004-05-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
183
184         * wl-vars.el (wl-use-flag-folder-help-echo): Avolished.
185         (wl-highlight-summary-line-help-echo-alist): New variable.
186         * wl-highlight.el (wl-highlight-summary-line-flag-folder): Divide
187         into `wl-highlight-summary-line-help-echo' and
188         `wl-highlight-flag-folder-help-echo'.
189         (wl-highlight-summary-line-string): Change accordingly.
190         (wl-highlight-summary-current-line): Ditto.
191
192 2004-05-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
193
194         * wl-highlight.el (wl-highlight-message): Ignore white spaces
195         at the beginning of field body (Thanks to Markus Knittig).
196
197         * wl-draft.el (wl-draft-insert-current-message): Also check
198         summary buffer, remove unnecessary tag.
199
200 2004-05-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
201
202         * wl-draft.el (wl-draft-insert-current-message): Cause error also
203         when wl-message-buffer is nil.
204
205         * wl-folder.el (wl-folder): Abolish unused argument.
206         Call wl-folder-init when wl-folder-entity is nil.
207         * wl.el (wl): Change accordingly.
208
209 2004-05-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
210
211         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Convert to
212         multibyte string before insert into draft buffer.
213         (wl-draft-create-buffer): Always enable multibyte characters for
214         draft buffer.
215
216         * Version number is increased to 2.11.28.
217
218 2004-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
219
220         * wl-folder.el (wl-folder-open-close): Handle blank line.
221         (wl-folder-jump-to-current-entity): Ditto.
222
223 2004-05-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
224
225         * Version number is increased to 2.11.27.
226
227 2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
228
229         * wl-thread.el (wl-thread-insert-message): When the thread is
230         devided by wl-summary-max-thread-depth, insert line at the end of
231         buffer.
232
233 2004-04-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
234
235         * Version number is increased to 2.11.26.
236
237 2004-04-18  Yoichi NAKAYAMA  <yoichi@geiin.org>
238
239         * wl-vars.el (wl-draft-sendlog-max-size): Add nil to range.
240
241 2004-04-17  Yoichi NAKAYAMA  <yoichi@geiin.org>
242
243         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fix
244         value of stream-type and session.
245
246 2004-04-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
247
248         * Version number is increased to 2.11.25.
249
250 2004-04-16  Tetsurou Okazaki  <okazaki@be.to>
251
252         * wl-summary.el (wl-summary-sync-update): Remove duplicated period
253         in a quit message.
254
255 2004-04-10  Yoichi NAKAYAMA  <yoichi@geiin.org>
256
257         * wl-summary.el (wl-summary-redisplay-all-header): Set cached.
258         (wl-summary-redisplay-no-mime-internal): Ditto.
259
260 2004-04-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
261
262         * wl-draft.el (wl-smtp-extension-bind): Support smtp over ssl.
263         * wl-vars.el (wl-smtp-connection-type): Ditto.
264
265 2004-04-03  Colin Rafferty  <colin.rafferty@morganstanley.com>
266
267         * wl-highlight.el (wl-highlight-message): Change to strict regexp
268         for the separator line and quote mail-header-separator.
269
270 2004-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
271
272         * wl-spam.el (wl-message-check-spam): Fixed problem no display
273         result message.
274
275         * wl-addrmgr.el (wl-addrmgr-address-entry-list): Call
276         `elmo-multiple-fields-body-list' with boundary as
277         mail-header-separator.
278
279 2004-04-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
280
281         * wl-refile.el (wl-refile-guess-by-from): Use elmo-concat-path.
282
283 2004-03-27  Yuuichi Teranishi  <teranisi@gohome.org>
284
285         * wl-util.el (wl-list-diff): Remove unused function.
286
287         * wl-draft.el (wl-draft-send-confirm): Discard input before
288         confirmation.
289
290 2004-03-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
291
292         * wl-vars.el (wl-summary-persistent-mark-priority-list): Changed
293         order of flag and new.
294
295 2004-02-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
296
297         * wl-vars.el (wl-refile-policy-alist): Abolished.
298
299         * wl-action.el (wl-summary-set-action-refile): Follow the change
300         above.
301
302 2004-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
303
304         * wl-highlight.el (wl-highlight-signature-search): Don't use
305         re-search-backward for a long word since it is possible to crash
306         XEmacs because of a bug.
307
308 2004-02-15  Tetsurou Okazaki  <okazaki@be.to>
309
310         * wl-message.el (wl-message-buffer-prefetch-p): Change `defsubst' to `defun'.
311
312 2004-02-13  Yuuichi Teranishi  <teranisi@gohome.org>
313
314         * wl-summary.el (wl-summary-goto-folder-subr): Don't give 'no-check
315         argument for wl-summary-sync-force-update.
316
317 2004-02-12  Yuuichi Teranishi  <teranisi@gohome.org>
318
319         * wl-summary.el (wl-summary-mode-map): Revival of
320         wl-summary-mark-as-important related bindings;
321         Bind 'F','tF','mF','rF','m&'.
322         (wl-summary-mark-as-important-region): Revival.
323         (wl-summary-target-mark-mark-as-important): Ditto.
324         (wl-summary-target-mark-operation): New function.
325         (wl-summary-target-mark-mark-as-answered): Use it.
326         (wl-summary-decide-flag): Don't set Important as default.
327         (wl-summary-mark-as-important-internal): Revival.
328         (wl-summary-mark-as-important): Ditto.
329
330         * wl-thread.el (wl-thread-mark-as-important): Ditto.
331
332         * wl-highlight.el (wl-highlight-summary-line-face-spec): Use find-face
333         instead of facep.
334
335 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
336
337         * wl-dnd.el (wl-dnd-drop-func): Fix.
338
339         * wl-message.el (wl-message-header-narrowing-widen-at-mouse): Use
340         mouse-set-point instead of posn-point.
341
342         * wl-xmas.el (wl-completing-read-multiple): Define as function.
343
344         * wl-mule.el (wl-completing-read-multiple): Ditto.
345
346 2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
347
348         * wl-demo.el (face-background-name): Defalias to avoid compile
349         warning.
350
351 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
352
353         * wl-summary.el (wl-summary-decide-flag): Use
354         wl-completing-read-multiple instead of completing-read-multiple.
355
356         * wl-mule.el,wl-e21.el,wl-xmas.el (wl-completing-read-multiple): 
357         New alias.
358
359         * wl-demo.el (wl-demo-setup-properties)[XEmacs]:
360         Use face-background-name instead of face-background.
361
362         * wl-vars.el (wl-summary-save-file-suffix): New user option.
363
364         * wl-summary.el (wl-summary-save): Use it.
365         (wl-summary-mode-menu-spec): Added wl-summary-sort-by-size.
366
367         * wl-mime.el (wl-mime-save-content): Fix last change.
368
369 2004-02-10  Len Trigg <lenbok@myrealbox.com>
370
371         * wl-summary.el (wl-summary-overview-entity-compare-by-size):
372         New function.
373         (wl-summary-sort-specs): Added sort.
374         * wl-mime.el (wl-mime-save-content): Expand file name.
375
376 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
377
378         * wl-mime.el (wl-draft-preview-message): Fixed typo.
379
380         * wl-vars.el (wl-draft-always-delete-myself): Ditto.
381
382 2004-02-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
383
384         * wl-highlight.el (wl-highlight-summary-line-face-spec): Make face
385         for flag if it is not defined.
386
387 2004-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
388
389         * wl-e21.el (wl-highlight-folder-current-line): Use
390         elmo-folder-type-internal when elmo-folder-type returns nil.
391
392         * wl-xmas.el (wl-highlight-folder-current-line): Ditto.
393
394         * wl.el (wl-init): Setup faces accoding to wl-summary-flag-alist.
395
396         * wl-xmas.el (wl-summary-toolbar): Setup wl-summary-set-flags.
397
398         * wl-e21.el (wl-summary-toolbar): Ditto.
399
400         * wl-vars.el (wl-demo-background-color): Abolished.
401         (wl-summary-persistent-mark-priority-list): Renamed from
402         wl-summary-flag-priority-list.
403         (wl-summary-flag-alist): New user option.
404         (wl-summary-flag-mark): Renamed from wl-summary-important-mark.
405         (wl-message-mode-line-format-spec-alist): Added 'F'.
406         (wl-message-mode-line-format): Likewise.
407         (wl-summary-expire-reserve-marks): Use wl-summary-flag-mark
408         instead of wl-summary-important-mark.
409         (wl-file-folder-icon): New variable.
410
411         * wl-thread.el (wl-thread-set-flags): Renamed from
412         wl-thread-mark-as-important.
413
414         * wl-summary.el: Define `elmo-global-flag-list' to avoid byte-compile
415         warning.
416         (wl-summary-mode-menu-spec): Follow the change of 
417         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
418         (wl-summary-mode-map): Follow the change of
419         `wl-summary-mark-as-important', `wl-thread-set-flags', and so on.
420         (wl-summary-detect-mark-position): Follow the variable name change.
421         (wl-summary-set-flags-region): New function for the replacement of
422         wl-summary-mark-as-important-region.
423         (wl-summary-sync-marks): Sync all global-flags.
424         (wl-summary-auto-select-msg-p): Use elmo-message-has-global-flag-p
425         instead of elmo-message-flagged-p.
426         (wl-summary-persistent-mark-string): Follow the variable name change;
427         Put wl-summary-flag-mark if the message has global-flag.
428         (wl-summary-target-mark-set-flags): Renamed from 
429         wl-summary-target-mark-mark-as-important.
430         (wl-summary-decide-flag): New function.
431         (wl-summary-set-flags-internal): Renamed from
432         wl-summary-mark-as-important-internal.
433         (wl-summary-add-flags-internal): New function.
434         (wl-summary-remove-flags-internal): Ditto.
435         (wl-summary-set-flags): Renamed from wl-summary-mark-as-important.
436         (wl-summary-mark-as-unimportant): Abolish.
437         (wl-summary-move-spec-alist): Changed `important' to `digest'.
438         (wl-summary-next-message): List flagged messages in the msgdb.
439
440         * wl-score.el (wl-summary-score-update-all-lines): Use
441         wl-summary-add-flags-internal instead of 
442
443         * wl-mime.el (wl-mime-display-header): Follow the variable name change.
444
445         * wl-message.el (wl-message-buffer-cur-display-type): Renamed
446         from wl-message-buffer-cur-flag (To avoid misunderstanding).
447         (wl-message-buffer-require-all-header): Renamed from
448         wl-message-buffer-all-header-flag (Ditto).
449         (wl-message-buffer-flag-indicator): New variable.
450         (wl-message-redisplay): Changed local varibale name from `flag' to
451         `display-type'; Set up wl-message-buffer-flag-indicator.
452         (wl-message-buffer-display): Changed varibale name from `flag' to
453         `display-type'.
454         (wl-message-display-internal): Likewise.
455
456         * wl-highlight.el (wl-highlight-demo-face): Define default background
457         color.
458         (wl-highlight-summary-line-face-spec): Highlight flagged messages.
459
460         * wl-e21.el (wl-folder-internal-icon-list): Added file folder icon.
461
462         * wl-demo.el (wl-demo-xpm-set-background): Abolish.
463         (wl-demo-setup-properties): Renamed from
464         `wl-demo-set-background-color'.
465         (wl-demo): Follow the change above.
466         
467         * Version number is increased to 2.11.24.
468
469 2004-02-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
470
471         * wl-summary.el (wl-summary-toggle-thread): Call
472         `wl-summary-rescan' with disable-thread as non-nil.
473         (Thanks to KOBAYASHI Shinji <kobayashi_shinji@nifty.com>)
474
475 2004-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
476
477         * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and
478         foreground property of the face.
479         (wl-demo-insert-text): Don't set up face property here.
480         (wl-demo): Call wl-demo-set-background-color, anyway.
481
482 2004-02-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
483
484         * wl-vars.el (wl-demo-background-color): The value can be nil.
485
486 2004-01-29  Yuuichi Teranishi  <teranisi@gohome.org>
487
488         * wl-summary.el (wl-summary-setup-mouse)[non-xemacs]: Bind mouse-wheel1
489         to wl-summary-wheel-dispatcher.
490
491         * wl-e21.el (wl-message-define-keymap): Bind mouse-wheel1 to
492         wl-message-wheel-dispatcher.
493         (wl-message-wheel-dispatcher): New function.
494         (wl-summary-wheel-dispatcher): Ditto.
495
496 2004-01-28  Yuuichi Teranishi  <teranisi@gohome.org>
497
498         * wl-action.el (wl-summary-target-mark-all): List messages which are
499         not in the killed-list.
500
501         * wl-summary.el (wl-summary-mark-as-important-internal): Cause an error
502         only when the folder is 'flag/important.
503
504         * wl-address.el (wl-complete-field-body): Complete if the last
505         character is a space.
506
507 2004-01-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
508
509         * wl-folder.el (wl-folder-clear-entity-info): Use
510         elmo-clear-hash-val.
511
512         * wl-fldmgr.el (wl-fldmgr-rename): Set
513         wl-folder-info-alist-modified as t.
514
515 2004-01-25  Yoichi NAKAYAMA  <yoichi@geiin.org>
516
517         * wl-fldmgr.el (wl-fldmgr-unsubscribe): Avoid compile warning.
518
519 2004-01-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
520
521         * wl-folder.el (wl-folder-jump-to-current-entity): Cosmetic fix.
522         (wl-folder-buffer-last-visited-entity-id): New buffer local
523         variable.
524         (wl-folder-revisit-last-visited-folder): New function.
525         (wl-folder-mode-map): Bind it to "C-i".
526         (wl-folder-set-current-entity-id): Set last visited folder.
527         * wl-summary.el (wl-summary-exit): Ditto.
528
529 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
530
531         * wl-draft.el (wl-draft-highlight-and-recenter): Redraw frame just
532         before calling `recenter' in order to cope with an XEmacs bug.
533
534 2004-01-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
535
536         * wl-vars.el (wl-folder-hierarchy-access-folders): Add "^'$"
537         to the default value.
538
539 2004-01-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
540
541         * wl-summary.el (wl-summary-mark-as-read-all): Follow the API
542         change.
543         (wl-summary-sync-marks): Ditto.
544         (wl-summary-mark-as-read-internal): Ditto.
545         (wl-summary-mark-as-answered-internal): Ditto.
546         (wl-summary-mark-as-important-internal): Ditto.
547         (wl-summary-reply): Ditto.
548
549         * wl-draft.el (wl-draft-kill): Use `elmo-folder-unset-flag'
550         instead of `elmo-folder-unflag-answered'.
551
552         * Version number is increased to 2.11.23.
553
554         * wl-spam.el (wl-summary-exec-action-refile-with-register): Fixed
555         the last change.
556
557 2004-01-11  Kenichi Okada  <okada@opaopa.org>
558
559         * wl-spam.el (wl-summary-exec-action-refile-with-register):
560         Specify "spam" or "good".
561
562 2004-01-11  Yuuichi Teranishi  <teranisi@gohome.org>
563
564         * wl-spam.el (wl-summary-exec-action-spam): Call
565         wl-folder-confirm-existence for spam folder.
566         (wl-spam-setup): Bind "mk".
567
568 2004-01-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
569
570         * wl-action.el (wl-summary-refile-prev-destination): Avoid warning.
571
572 2004-01-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
573
574         * wl-action.el (wl-summary-set-action-refile): Don't proceed if
575         destination folder is empty.
576
577 2004-01-07  Yuuichi Teranishi  <teranisi@gohome.org>
578
579         * wl-summary.el (wl-summary-buffer-prev-copy-destination): Abolish.
580         (wl-summary-mode-map): Bound "t\M-o", "m\M-o" and "r\M-o".
581
582         * wl-action.el (wl-summary-refile-prev-destination): Rewrite.
583         (wl-summary-refile-prev-destination-region): New function.
584         (wl-thread-refile-prev-destination): Ditto.
585         (wl-summary-target-mark-refile-prev-destination): Ditto.
586
587 2004-01-05  Yuuichi Teranishi  <teranisi@gohome.org>
588
589         * wl-vars.el (wl-demo-image-filter-alist): Set default value to nil.
590         (wl-demo-background-color): Changed default value.
591
592         * wl-highlight.el (wl-highlight-demo-face): Changed default foreground
593         color.
594
595         * wl-demo.el (wl-demo-set-background-color): New function.
596         (wl-demo): Call it.
597
598 2004-01-03  Yoichi NAKAYAMA  <yoichi@geiin.org>
599
600         * wl-address.el (wl-address-delete): Avoid mis-deleting.
601         * wl-address.el (wl-address-add-or-change): Don't add empty
602         address.
603
604 2004-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
605
606         * wl-demo.el (wl-demo-copyright-notice): Add 2004.
607
608 2003-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
609
610         * wl-vars.el (wl-demo-image-filter-alist): New variable
611         (wl-demo-background-color): Ditto.
612
613         * wl-demo.el (wl-demo-xpm-set-background): New function.
614         (wl-demo-image-filter): Ditto.
615         (wl-demo-insert-image)[XEmacs,Emacs21]: Use it.
616
617         * wl-vars.el (wl-demo-icon-name-alist): New variable.
618
619         * wl-demo.el (wl-demo-icon-name): Define as function.
620         (wl-demo-insert-image): Use it.
621
622 2003-12-19  Tetsurou Okazaki  <okazaki@be.to>
623
624         * wl-vars.el (wl-draft-mime-bcc-body): Customization type fix.
625
626 2003-12-18  Yoichi NAKAYAMA <yoichi@geiin.org>
627
628         * wl-mime.el (wl-message-verify-pgp-nonmime): Remove kludge.
629
630 2003-12-14  Yuuichi Teranishi  <teranisi@gohome.org>
631
632         * wl-action.el (wl-summary-delete-all-mark): Fix for "*".
633
634 2003-12-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
635
636         * wl-thread.el (wl-thread-mark-as-answered): New function.
637
638         * wl-summary.el (wl-summary-mode-menu-spec): Add "Mark as
639         answered" entry.
640         (wl-summary-mode-map): Bind wl-summary-mark-as-answered-region to
641         "r&" and wl-thread-mark-as-answered to "t&".
642         (wl-summary-mark-as-important-region): Refine to toggle mark.
643         (wl-summary-mark-as-answered-region): New function.
644         (wl-summary-mark-as-answered-internal): Changed to optional 2nd
645         and 3rd argument.
646         (wl-summary-mark-as-important-internal): Likewise.
647
648 2003-12-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
649
650         * wl-template.el (wl-template-preview): New internal variable.
651         (wl-template-preview-p): New function.
652         (wl-template-show): Bind `wl-template-preview' as t.
653
654 2003-12-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
655
656         * wl-mime.el (wl-mime-combine-message/partial-pieces): Call
657         `elmo-message-entity-field' with 3rd argument which is non-nil.
658
659 2003-12-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
660
661         * wl-mime.el (wl-mime-combine-message/partial-pieces): Fixed bug;
662         Removed duplicate local bind `folder'.
663
664 2003-11-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
665
666         * wl-spam.el (wl-spam-folder): Renamed from `wl-spam-folder-name'.
667
668 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
669
670         * wl-message.el (wl-message-buffer-cur-summary-buffer): Remove
671         duplicate definition.
672
673 2003-11-29  Yuuichi Teranishi  <teranisi@gohome.org>
674
675         * wl-util.el (wl-current-message-buffer): If wl-message-buffer is
676         non-nil, use it; Don't fetch message if there's no message in the
677         current cursor position.
678
679 2003-11-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
680
681         * wl-util.el (wl-region-exists-p): Use region-active-p.
682         (wl-deactivate-region): New function.
683         * wl-message.el (wl-message-redisplay): Deactivate region.
684
685         * wl-summary.el (wl-summary-reply): Call
686         `wl-summary-set-message-buffer-or-redisplay' instead of
687         `wl-summary-redisplay-internal', don't move point.
688
689 2003-11-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
690
691         * wl-util.el (wl-region-exists-p): Remove duplicate definition.
692         (wl-url-nntp): Use `wl-summary-jump-to-msg' instead of searching
693         by regexp.
694
695 2003-11-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
696
697         * wl-spam.el (wl-spam-save-status): Dose not initialize processor
698         if no need.
699
700 2003-11-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
701
702         * wl-spam.el (wl-spam-auto-check-folder-regexp-list): Changed
703         default value to nil.
704         (wl-spam-setup): Added `wl-summary-auto-check-spam' to
705         `wl-summary-prepare-hook'; Replace refile action to
706         `wl-summary-exec-action-refile-with-register'.
707
708         * Version number is increased to 2.11.22.
709
710 2003-11-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
711
712         * wl-summary.el (wl-summary-detect-mark-position): Set
713         `wl-summary-buffer-weekday-name-lang'.
714
715 2003-11-19  Tetsurou Okazaki  <okazaki@be.to>
716
717         * wl-summary.el (wl-summary-prefetch-msg): Undo the last change.
718         (wl-summary-mark-as-read-all): Ditto.
719         (wl-summary-delete-messages-on-buffer): Ditto.
720         (wl-summary-sync-update): Ditto.
721         (wl-summary-mark-as-read-internal): Ditto.
722         (wl-summary-mark-as-answered-internal): Ditto.
723         (wl-summary-update-folder-info): Abolished.
724
725 2003-11-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
726
727         * wl-summary.el (wl-summary-mark-as-read-all): Use
728         `wl-summary-update-folder-info' instead of
729         `wl-folder-update-unread'.
730
731 2003-11-18  Tetsurou Okazaki  <okazaki@be.to>
732
733         * wl-summary.el (wl-summary-update-folder-info): New function derived from
734         `wl-summary-folder-info-update'.
735         (wl-summary-delete-messages-on-buffer): Use `wl-summary-update-folder-info'
736         instead of `wl-summary-folder-info-update'.
737         (wl-summary-sync-update): Use `wl-summary-update-folder-info' instead of
738         `wl-folder-set-folder-updated'.
739         (wl-summary-mark-as-read-internal): Use `wl-summary-update-folder-info'
740         instead of `wl-folder-update-unread'.
741         (wl-summary-mark-as-answered-internal, wl-summary-prefetch-msg): Pass
742         the value of `wl-summary-buffer-unread-count' for the second parameter of
743         `wl-folder-update-unread'.
744
745         * Version number is increased to 2.11.21.
746
747 2003-11-17  Tetsurou Okazaki  <okazaki@be.to>
748
749         * wl-folder.el (wl-folder-entity-hashtb-set): Narrow the scope of
750         a local variable.
751
752 2003-11-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
753
754         * wl-spam.el (wl-summary-mark-spam): Show message only if call
755         interactively.
756
757         * wl-summary.el (wl-summary-mark-as-important-internal): New
758         internal function.
759         (wl-summary-mark-as-important): Use it.
760         (wl-summary-mark-as-unimportant): New function.
761         (wl-summary-sync-marks): Follow the API change.
762
763         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
764
765         * wl-mime.el (wl-summary-burst): Check target folder is writable.
766
767 2003-11-14  Tetsurou Okazaki  <okazaki@be.to>
768
769         * wl-folder.el (wl-folder-update-unread): Re-indent.
770         Narrow the scope of a local variable.
771
772 2003-11-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
773
774         * wl-addrmgr.el (wl-addrmgr-pickup-entry-list): New function.
775         (wl-addrmgr-merge-entries): Ditto.
776         (wl-addrmgr): Added to address entry which exists in draft buffer
777         if no entry is in original.
778
779 2003-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
780
781         * wl-batch.el: New file.
782
783 2003-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
784
785         * wl-vars.el (wl-use-semi): Remove unused variable.
786
787 2003-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
788
789         * wl-vars.el (wl-summary-new-cached-mark): Changed default value to
790         "?".
791
792 2003-11-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
793
794         * wl-vars.el (wl-summary-new-uncached-mark): Renamed from
795         wl-summary-new-mark.
796         (wl-summary-new-cached-mark): New user option.
797         (wl-summary-score-marks): Follow the change above.
798         (wl-summary-auto-refile-skip-marks): Ditto.
799         (wl-summary-incorporate-marks): Ditto.
800         (wl-summary-expire-reserve-marks): Ditto.
801
802         * wl-spam.el (wl-spam-auto-check-marks): Ditto.
803
804         * wl-summary.el (wl-summary-detect-mark-position): Ditto.
805         (wl-summary-persistent-mark-string): Distinguished between cached
806         and uncached mark when the message is new.
807
808 2003-11-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
809
810         * wl-spam.el (wl-spam-domain): Renamed from
811         `wl-spam-folder-guess-domain'.
812         (wl-summary-exec-action-spam): Register as spam if domain of the
813         source folder is good.
814         (wl-summary-exec-action-refile-with-register): Register message if
815         domain of the source folder is not undecided.
816
817 2003-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
818
819         * wl-summary.el (wl-summary-insert-thread): Fixed the logic to
820         detect thread loop.
821
822 2003-10-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
823
824         * wl-spam.el (wl-spam-setup): Modify wl-summary-reserve-mark-list
825         and wl-summary-skip-mark-list.
826
827 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
828
829         * wl-spam.el (wl-summary-exec-action-spam): Fixed.
830
831         * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
832
833         * wl-spam.el (toplevel): Require wl-highlight.
834         (wl-spam-auto-check-policy-alist): Abolish.
835         (wl-spam-auto-check-folder-regexp-list): New user option.
836         (wl-spam-auto-check-marks): Ditto.
837         (wl-spam-mark-action-list): Ditto.
838         (wl-highlight-summary-spam-face): New face.
839         (wl-spam-auto-check-message-p): New function.
840         (wl-spam-map-spam-messages): Fixed message.
841         (wl-spam-register-spam-messages): Ditto.
842         (wl-spam-register-good-messages): Ditto.
843         (wl-summary-spam-map): Add and remove keybind.
844         (wl-summary-target-mark-spam): Abolish.
845         (wl-summary-refile-spam): Ditto.
846         (wl-summary-test-spam): New function.
847         (wl-summary-mark-spam): Ditto.
848         (wl-summary-auto-check-spam): Follow the above change.
849         (wl-summary-exec-action-spam): New function.
850         (wl-summary-exec-action-refile-with-register): Fixed message.
851         (wl-message-check-spam): New function.
852         (wl-spam-setup): Ditto.
853         (toplevel): Call it if this file is loaded interactivity.
854
855         * Version number is increased to 2.11.20.
856
857 2003-10-25  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
858
859         * wl-spam.el (wl-spam-save-status): Call elmo-spam-save-status
860         when new optional argument `force' is non nil or modified.
861
862 2003-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
863
864         * wl.el (toplevel): Require wl-spam when compile.
865         (wl-save-status): Call wl-spam-save-status.
866
867         * wl-spam.el (wl-spam-register-spam-messages): New function.
868         (wl-spam-register-good-messages): Ditto.
869         (wl-spam-save-status): Ditto.
870         (wl-summary-mode-map): Bind
871         wl-summary-target-mark-register-as-spam to "ms" and
872         wl-summary-target-mark-register-as-good to "mn".
873         (wl-summary-register-as-spam): Abolish optional argument; Use
874         wl-spam-register-spam-messages.
875         (wl-summary-register-as-spam-all): Use
876         wl-spam-register-spam-messages.
877         (wl-summary-register-as-good): Abolish optional argument; Use
878         wl-spam-register-good-messages.
879         (wl-summary-register-as-good-all): Use
880         wl-spam-register-good-messages.
881         (wl-summary-target-mark-register-as-spam): New funtion.
882         (wl-summary-target-mark-register-as-good): Ditto.
883
884 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
885
886         * wl-spam.el: New file.
887
888 2003-10-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
889
890         * wl-refile.el (wl-refile-guess): Added second argument `functions'.
891
892         * wl-action.el (wl-auto-refile-guess-functions): New variable.
893         (wl-summary-auto-refile): Call wl-refile-guess with
894         wl-auto-refile-guess-functions instead of wl-refile-guess-by-rule.
895
896 2003-10-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
897
898         * wl-summary.el (wl-summary-pack-number): Call wl-summary-rescan
899         with disable-thread argument non-nil.
900
901 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
902
903         * wl-summary.el (wl-summary-rescan): Added optional argument
904         disable-thread.
905         (wl-summary-sync): Call wl-summary-rescan with argument
906         disable-thread.
907         (wl-summary-input-range): Added new range `rescan-thread'.
908
909 2003-10-16  Yuuichi Teranishi  <teranisi@gohome.org>
910
911         * wl-util.el (wl-get-assoc-list-value): Fixed last change.
912
913 2003-10-16  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
914
915         * wl-summary.el (wl-thread-saved-entity-hashtb-internal): New
916         internal variable.
917         (wl-summary-rescan): Saved wl-thread-entity-hashtb; Bind
918         wl-summary-search-parent-by-subject-regexp and
919         wl-summary-divide-thread-when-subject-changed as nil.
920         (wl-summary-insert-sequential): If entity is nil, nothing to do.
921         (wl-summary-insert-thread): Search parent entity from
922         wl-thread-saved-entity-hashtb-internal; Fixed logic to detect
923         thread loop.
924
925 2003-10-15  Yuuichi Teranishi  <teranisi@gohome.org>
926
927         * wl.el (wl-check-environment): Don't check wl-draft-folder is file.
928
929         * wl-vars.el (wl-folder-sync-range-alist): Changed default value.
930
931         * wl-util.el (wl-require-update-all-folder-p): New function.
932         (wl-get-assoc-list-value): Added `function' to match directive.
933         (wl-collect-draft): Rewrite.
934
935         * wl-summary.el (wl-summary-sync-update): Clear faces
936         when both wl-summary-lazy-highlight and wl-summary-lazy-update-mark
937         are non-nil.
938         (wl-summary-get-sync-range): Call wl-get-assoc-list-value with match
939         argument as function.
940         (wl-summary-input-range): Ditto.
941
942         * wl-folder.el (wl-draft-get-folder): New function.
943         (wl-folder-get-elmo-folder): Consider draft folder.
944
945         * wl-draft.el (wl-draft-buf-name, wl-draft-buffer-file-name): Abolish.
946         (wl-draft-buffer-message-number): New buffer local variable.
947         (wl-draft-folder-internal): New internal variable.
948         (wl-draft-delete): Rewrite.
949         (wl-draft-save): Ditto.
950         (wl-draft-create-buffer): Use wl-draft-get-folder instead of
951         wl-folder-get-elmo-folder.
952         (wl-draft-config-info-operation): Ditto.
953         (wl-jump-to-draft-folder): Ditto.
954         (wl-draft-prepare-edit): Set up auto-save-file-name-transforms.
955         (wl-draft-reedit): Rewrite.
956
957         * Version number is increased to 2.11.19.
958         
959 2003-10-09  Tetsurou Okazaki  <okazaki@be.to>
960
961         * wl-summary.el (wl-summary-search-by-subject): Remove unused local
962         variable.
963
964 2003-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
965
966         * wl-summary.el (wl-summary-prefetch-msg): Bind wl-message-entity;
967         Use ignore-errors instead of unwind-protect.
968
969 2003-10-03  Tetsurou Okazaki  <okazaki@be.to>
970
971         * wl-thread.el (wl-thread-delete-message): Rewrite the procedure
972         for updating `wl-thread-entity-list'.
973
974 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
975
976         * wl-thread.el (wl-thread-delete-message): Omit redundant nil
977         parameter from calling `wl-thread-entity-get-older-brothers' and
978         `wl-thread-entity-get-younger-brothers'.
979         Replace nested `append' with a single one.
980
981 2003-10-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
982
983         * wl-summary.el (wl-summary-mode): Don't use the return value of
984         `make-local-hook'.
985
986 2003-10-02  Tetsurou Okazaki  <okazaki@be.to>
987
988         * wl-thread.el (wl-thread-entity-get-older-brothers): Use `let'
989         instead of `let*'.
990         (wl-thread-delete-message): Likewise.  Split and narrow the scope
991         of local variables.
992
993 2003-10-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
994
995         * wl-summary.el (wl-summary-buffer-window-scroll-functions):
996         Renamed from wl-summary-window-scroll-functions.
997         (wl-summary-window-scroll-functions): Don't set to variable.
998         (wl-summary-display-top): Use run-hooks.
999         (wl-summary-display-bottom): Ditto.
1000         (wl-summary-toggle-disp-msg): Ditto.
1001         (wl-summary-mode): Set wl-summary-buffer-window-scroll-functions;
1002         Use it instead of wl-summary-window-scroll-functions.
1003         (wl-summary-goto-folder-subr): Don't call
1004         wl-summary-window-scroll-functions, use
1005         wl-summary-buffer-window-scroll-functions instead.
1006
1007 2003-09-30  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1008
1009         * wl-summary.el (wl-summary-mode): Use make-local-hook instead of
1010         make-local-variable.
1011
1012 2003-09-29  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1013
1014         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Call
1015         set-buffer-modified-p.
1016         (wl-summary-display-top): Call wl-summary-window-scroll-functions.
1017         (wl-summary-display-bottom): Ditto.
1018         (wl-summary-toggle-disp-msg): Ditto.
1019
1020 2003-09-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1021
1022         * wl-score.el (wl-score-ov-entity-get): Treat extra field.
1023
1024         * wl-summary.el (wl-summary-prefetch-msg): Fixed.
1025         (wl-summary-forward): Use elmo-message-entity-field instead of
1026         elmo-message-field.
1027
1028         * wl-summary.el (wl-summary-update-mark-and-highlight-window): Fixed.
1029
1030 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1031
1032         * wl-summary.el (wl-summary-window-scroll-functions): No use
1033         `append'.
1034
1035 2003-09-28  Yuuichi Teranishi  <teranisi@gohome.org>
1036
1037         * wl-summary.el (wl-summary-update-mark-and-highlight-window): New
1038         function.
1039         (wl-summary-window-scroll-functions): Call it when both
1040         wl-summary-lazy-highlight and wl-summary-lazy-update-mark are non-nil.
1041         (wl-summary-temp-mark): Added optional argument number.
1042         (wl-summary-message-mark): Added optional argument flag.
1043         (wl-summary-persistent-mark): Added optional argument number and flag.
1044         (wl-summary-update-persistent-mark): Ditto.
1045         (wl-summary-update-status-marks): Set "r" for interactive spec.
1046
1047         * wl-highlight.el (wl-highlight-summary-current-line): Added optional
1048         argument number and flag.
1049
1050         * wl-action.el (wl-summary-registered-temp-mark): 
1051         Do nothing when wl-summary-buffer-temp-mark-list is nil.
1052
1053 2003-09-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1054
1055         * wl-summary.el (wl-summary-buffer-unsync-mark-number-list): New
1056         internal variable (buffer local).
1057         (wl-summary-window-scroll-functions): New function.
1058         (wl-summary-mode): Use it insteaf of wl-summary-lazy-highlight.
1059         (wl-summary-rescan): Set wl-summary-buffer-unsync-mark-number-list
1060         as nil.
1061         (wl-summary-update-status-marks): Added arguments beg, end and
1062         check.
1063         (wl-summary-update-mark-window): Use function.
1064         (wl-summary-sync-update): Follow the change above.
1065         (wl-summary-switch-to-clone-buffer): Copy
1066         wl-summary-buffer-unsync-mark-number-list.
1067         (wl-summary-goto-folder-subr): Set
1068         wl-summary-buffer-unsync-mark-number-list and
1069         use wl-summary-window-scroll-functions instead of
1070         wl-summary-lazy-highlight.
1071
1072         * wl-vars.el (wl-summary-lazy-update-mark): New user option.
1073
1074 2003-09-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1075
1076         * wl-summary.el (wl-summary-sync-update): Undo last chagne.
1077
1078         * wl-summary.el (wl-summary-update-persistent-mark): Call
1079         wl-summary-set-message-modified.
1080
1081         * wl-summary.el (wl-summary-sync-update): Don't call
1082         wl-summary-update-status-marks.
1083
1084         * Version number is increased to 2.11.18.
1085
1086 2003-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
1087
1088         * wl-message.el (wl-message-prev-page): Use save-selected-window.
1089         (wl-message-next-page): Ditto.
1090
1091 2003-09-26  Tetsurou Okazaki  <okazaki@be.to>
1092
1093         * wl-action.el (wl-summary-collect-numbers-region): Remove unused
1094         local variable.  Change the order of a collected list into the
1095         same as the specified range.  Remove nil from a collected list.
1096
1097 2003-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1098
1099         * wl-summary.el (wl-summary-insert-headers): Set visible-only
1100         argument for elmo-folder-list-messages.
1101
1102 2003-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1103
1104         * wl-score.el (wl-summary-score-update-all-lines): Follow the API
1105         change (wl-summary-count-unreads return a list instead of a cons
1106         cell).
1107
1108 2003-09-24  Tetsurou Okazaki  <okazaki@be.to>
1109
1110         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
1111         `wl-summary-folder-info-update'.
1112
1113 2003-09-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1114
1115         * wl-summary.el (wl-summary-set-message-modified): No use
1116         elmo-folder-set-message-modified and wl-summary-set-mark-modified.
1117         (wl-summary-set-mark-modified): Abolish.
1118         (wl-summary-mark-modified-p): Ditto.
1119         (wl-summary-save-view): Follow the change above.
1120
1121         * wl-expire.el (wl-summary-expire): Likewise.
1122
1123 2003-09-22  Yuuichi Teranishi  <teranisi@gohome.org>
1124
1125         * wl-summary.el (wl-summary-detect-mark-position): Use
1126         modb-entity-handler.
1127         (wl-summary-save-view-cache): Don't cause an error when dir is nil.
1128
1129         * Version number is increased to 2.11.17.
1130
1131 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1132
1133         * wl-summary.el (wl-summary-overview-entity-compare-by-from): Decode
1134         entity field value.
1135         (wl-summary-prefetch-msg): Ditto.
1136         (wl-summary-print-message-with-ps-print): Ditto.
1137
1138 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1139
1140         * wl-summary.el (wl-summary-detect-mark-position): Use generic msgdb
1141         for dummy entity.
1142         (wl-summary-insert-thread): Use elmo-message-entity-field.
1143         (wl-summary-update-thread): Use elmo-message-entity-field and
1144         elmo-message-entity-number.
1145         (wl-summary-line-number):  Use elmo-message-entity-number.
1146         (wl-summary-line-size): Use elmo-message-entity-field.
1147         (wl-summary-line-subject): Ditto.
1148         (wl-summary-line-from): Ditto.
1149         (wl-summary-line-attached): Ditto.
1150         (wl-summary-create-line): Ditto.
1151         (wl-summary-create-line): Use elmo-message-entity-number.
1152         (wl-summary-print-message-with-ps-print): Use
1153         elmo-message-entity-field.
1154
1155 2003-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
1156
1157         * wl-summary.el (wl-summary-detect-mark-position): Follow the API
1158         change in elmo-msgdb-make-message-entity.
1159         (wl-summary-buffer-set-folder): Don't call
1160         wl-summary-detect-mark-position here.
1161         (wl-summary-rescan): Call elmo-message-entity-number.
1162         (wl-summary-sync-update): Ditto.
1163         (wl-summary-goto-folder-subr): Call wl-summary-detect-mark-position.
1164
1165         * wl-score.el (wl-score-header-index): Redefine 2th element.
1166         (wl-score-overview-entity-get-extra): Abolish.
1167         (wl-score-ov-entity-get): Rewrite.
1168         (wl-score-string-index<, wl-score-string-func<): Abolish.
1169         (wl-score-string<): New function.
1170         (wl-score-string-sort): Use it.
1171
1172         * wl-refile.el (wl-refile-guess-by-history): Use
1173         elmo-message-entity-field.
1174         (wl-refile-guess-by-from): Ditto.
1175         (wl-refile-guess-by-msgid): Ditto.
1176
1177         * Version number is increased to 2.11.16.
1178
1179 2003-09-21  Yoichi NAKAYAMA  <yoichi@geiin.org>
1180
1181         * wl-folder.el (wl-folder-confirm-existence): Don't call
1182         file-exists-p if msgdb-path is nil.
1183         * wl-summary.el, wl-draft.el, wl-action.el: Rename
1184         `wl-read-folder-hist' to `wl-read-folder-history'.
1185
1186 2003-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
1187
1188         * wl-draft.el (wl-draft-kill): Use `yes-or-no-p' instead of
1189         `y-or-n-p'.
1190
1191 2003-09-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1192
1193         * wl-score.el (wl-score-headers): Don't use
1194         elmo-folder-do-each-message-entity.
1195
1196         * Version number is increased to 2.11.15.
1197
1198 2003-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
1199
1200         * wl-summary.el (wl-summary-delete-all-msgs): Use
1201         elmo-folder-move-messages instead of elmo-folder-delete-messages
1202         and elmo-folder-detach-messages.
1203         (wl-summary-sync-marks): Use elmo-folder-list-global-flag-messages.
1204
1205         * wl-expire.el (wl-expire-delete): Ditto.
1206         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1207
1208 2003-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
1209
1210         * wl-vars.el (wl-message-use-header-narrowing): New user option.
1211         (wl-message-header-narrowing-fields): Ditto.
1212         (wl-message-header-narrowing-lines): Ditto.
1213         (wl-message-header-narrowing-string): Ditto.
1214
1215         * wl-summary.el (wl-summary-mode-map): Bind
1216         wl-summary-toggle-header-narrowing to "C-cC-f".
1217         (wl-summary-toggle-header-narrowing): New function.
1218
1219         * wl-message.el (wl-message-buffer-create): Call
1220         wl-message-header-narrowing-setup.
1221         (wl-message-redisplay): Call wl-message-header-narrowing.
1222         (wl-message-header-narrowing): New function.
1223         (wl-message-header-narrowing-map): New keymap.
1224         (wl-message-header-narrowing-widen-map): New keymap.
1225         (wl-message-header-narrowing-again-at-mouse): New function.
1226         (wl-message-header-narrowing-1): Ditto.
1227         (wl-message-header-narrowing-widen-at-mouse): Ditto.
1228         (wl-message-header-narrowing-setup): Ditto.
1229         (wl-message-header-narrowing-toggle): Ditto.
1230         
1231         * wl-highlight.el (wl-message-header-narrowing-face): New face.
1232
1233         * wl-vars.el (wl-folder-sync-range-alist): Set default range for
1234         'flag as all.
1235         (wl-use-flag-folder-help-echo): New user option.
1236
1237         * wl-summary.el (wl-summary-detect-mark-position): Bind 
1238         wl-summary-highlight as nil.
1239         (wl-summary-set-mark-modified): Follow the API change.
1240         (wl-summary-mark-modified-p): Ditto.
1241         (wl-summary-mark-as-read-all): Ditto.
1242         (wl-summary-sync-marks): Don't call
1243         elmo-folder-list-messages-with-global-mark.
1244         (wl-summary-mark-as-read-internal): Follow the API change.
1245         (wl-summary-mark-as-answered-internal): Ditto.
1246         (wl-summary-mark-as-important): Cause an error when 'flag folder;
1247         Follow the API change.
1248         (wl-summary-create-line): Call with number argument.
1249         (wl-summary-reply): Follow the API change.
1250
1251         * wl-highlight.el (wl-highlight-summary-line-flag-folder): New
1252         function.
1253         (wl-highlight-summary-line-string): Call it when
1254         wl-use-flag-folder-help-echo is non-nil.
1255         (wl-highlight-summary-current-line): Ditto.
1256         (elmo-flag-folder-referrer): Added autoload setting.
1257
1258         * wl-draft.el (wl-draft-kill): Follow the API change.
1259
1260         * Version number is increased to 2.11.14.
1261         
1262 2003-09-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1263
1264         * wl-draft.el (wl-draft-do-fcc): Follow the API change.
1265
1266 2003-09-15  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1267
1268         * Version number is increased to 2.11.13.
1269
1270 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1271
1272         * wl-draft.el (wl-draft-previous-history-element): Fixed
1273         unbalanced parenthesis and bind unbound local variables.
1274
1275 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1276
1277         * wl-draft.el (wl-draft-previous-history-element): New function.
1278         (wl-draft-next-history-element): Ditto.
1279         * wl-e21.el, wl-xmas.el, wl-mule.el (wl-draft-key-setup): Bind
1280         them to M-p and M-n.
1281
1282 2003-09-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1283
1284         * Version number is increased to 2.11.12.
1285
1286 2003-09-14  Yoichi NAKAYAMA  <yoichi@geiin.org>
1287
1288         * wl-draft.el (wl-draft-hide): Select buffer-window.
1289
1290 2003-09-13  Mito  <mito@mxa.nes.nec.co.jp>
1291
1292         * wl-summary.el (wl-summary-narrow-to-region): New function.
1293         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-region)
1294         (wl-summary-mark-as-unread-region, wl-summary-mark-as-important-region)
1295         (wl-summary-save-region): Use it.
1296         * wl-action.el (wl-summary-collect-numbers-region)
1297         (wl-summary-unmark-region, wl-summary-mark-region-subr): Ditto.
1298
1299 2003-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1300
1301         * wl-folder.el (wl-folder-count-incorporates): Don't use
1302         `elmo-msgdb-mark-load'
1303
1304         * Version number is increased to 2.11.11.
1305
1306 2003-09-13  Yoichi NAKAYAMA  <yoichi@geiin.org>
1307
1308         * wl-draft.el (wl-draft-fcc-append-read-folder-hist): New variable.
1309         (wl-draft-do-fcc): Append fcc'ed folder to wl-read-folder-hist.
1310
1311 2003-09-06  Yuuichi Teranishi  <teranisi@gohome.org>
1312
1313         * wl-mime.el (wl-draft-preview-message): Use `format' to print value.
1314
1315 2003-09-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1316
1317         * Version number is increased to 2.11.10.
1318
1319 2003-09-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1320
1321         * wl-mime.el (wl-draft-attribute-value): Fixed.
1322
1323 2003-09-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1324
1325         * wl-util.el (wl-copy-local-variables): New function.
1326
1327         * wl-mime.el (wl-draft-attribute-recipients): New function.
1328         (wl-draft-attribute-envelope-from): Ditto.
1329         (wl-draft-attribute-smtp-posting-server): Ditto.
1330         (wl-draft-attribute-smtp-posting-port): Ditto.
1331         (wl-draft-attribute-value): Ditto.
1332         (wl-draft-preview-message): Use it to get value for
1333         attributes. Reflect result of `wl-draft-config'.
1334
1335         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed typo
1336         and call `wl-summary-mark-as-read' before to call
1337         `wl-summary-unset-mark'.
1338         (wl-summary-target-mark-mark-as-unread): Likewise.
1339         (wl-summary-target-mark-mark-as-important): Don't bind mlist.
1340
1341 2003-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
1342
1343         * wl-mime.el (wl-draft-preview-message): Use actual value for
1344         attributes; Fix for small window.
1345
1346 2003-08-28  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1347
1348         * wl-refile.el (wl-refile-get-field-value): Call
1349         `elmo-message-entity-field' with 3rd argument is non-nil.
1350
1351 2003-08-26  Yuuichi Teranishi  <teranisi@gohome.org>
1352
1353         * wl-vars.el (wl-draft-preview-attributes): New user option.
1354         (wl-draft-preview-attributes-list): Ditto.
1355         (wl-draft-preview-attributes-buffer-lines): Ditto.
1356         (wl-draft-preview-attributes-buffer-name): Ditto.
1357
1358         * wl-mime.el (wl-draft-preview-message): Display attributes.
1359
1360 2003-08-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1361
1362         * wl-summary.el (wl-summary-detect-mark-position): Bind
1363         wl-summary-flag-priority-list to '(new).
1364
1365 2003-08-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1366
1367         * wl-highlight.el (wl-highlight-summary-line-face-spec): New
1368         funtion.
1369         (wl-highlight-summary-line-string): Use it.
1370         (wl-highlight-summary-current-line): Ditto.
1371
1372 2003-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
1373
1374         * wl-summary.el (wl-summary-update-persistent-mark): Highlight the
1375         line even when the mark string is not changed.
1376
1377         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
1378         argument change in the wl-summary-create-line.
1379         (wl-thread-insert-entity-sub): Ditto.
1380
1381         * wl-summary.el (wl-summary-detect-mark-position): Follow the
1382         argument change in the wl-summary-create-line.
1383         (wl-summary-insert-sequential): Ditto.
1384         (wl-summary-update-thread): Ditto.
1385         (wl-summary-persistent-mark-string): New inline function.
1386         (wl-summary-message-mark): Use it.
1387         (wl-summary-create-line): Abolish argument wl-persistent-mark
1388         and added wl-flags, wl-cached.
1389
1390         * wl-highlight.el (wl-highlight-summary-line-string): Changed argument
1391         mark to flags.
1392         (wl-highlight-summary-current-line): Decide the face not by the 
1393         persistent mark but flags.
1394
1395 2003-08-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1396
1397         * wl-vars.el (wl-summary-new-mark, wl-summary-important-mark,
1398         wl-summary-unread-uncached-mark, wl-summary-unread-cached-mark,
1399         wl-summary-read-uncached-mark): Revive.
1400         (wl-summary-answered-cached-mark,
1401         wl-summary-answered-uncached-mark): New user option.
1402         (wl-summary-score-marks): Follow the change above.
1403         (wl-summary-auto-refile-skip-marks): Ditto.
1404         (wl-summary-incorporate-marks): Ditto.
1405         (wl-summary-expire-reserve-marks): Ditto.
1406         (wl-summary-flag-priority-list): New user option.
1407
1408         * wl-summary.el (wl-summary-sync-marks): Follow the variable name
1409         changes.
1410         (wl-summary-auto-select-msg-p): Use elmo-message-flagged-p instead
1411         of elmo-message-mark.
1412         (wl-summary-mark-as-read-internal): Ditto.
1413         (wl-summary-mark-as-answered): Ditto.
1414         (wl-summary-mark-as-important): Ditto.
1415         (wl-summary-redisplay-internal): Ditto.
1416         (wl-summary-redisplay-no-mime-internal): Ditto.
1417         (wl-summary-message-mark): New function.
1418         (wl-summary-insert-sequential): Use wl-summary-message-mark
1419         instead of elmo-message-mark.
1420         (wl-summary-update-thread): Ditto.
1421         (wl-summary-persistent-mark): Ditto.
1422         (wl-summary-cursor-move-surface): Use elmo-message-accessible-p
1423         instead of elmo-message-mark.
1424
1425         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
1426         wl-summary-message-mark instead of elmo-message-mark.
1427         (wl-thread-insert-entity-sub): Ditto.
1428         (wl-thread-get-children-msgs-uncached): Ditto.
1429
1430         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
1431         variable name changes.
1432         (wl-highlight-summary-current-line): Ditto.
1433
1434         * wl-action.el (wl-summary-no-auto-refile-message-p): Use
1435         wl-summary-message-mark instead of elmo-message-mark.
1436
1437         * wl-expire.el (wl-expire-message-p): Ditto.
1438
1439         * wl-score.el (wl-score-headers): Ditto.
1440
1441         * Version number is increased to 2.11.9.
1442
1443         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1444         (wl-summary-sync-update): Follow the change above.
1445         (wl-summary-switch-to-clone-buffer): Ditto.
1446         (wl-summary-open-folder): Ditto.
1447
1448 2003-08-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1449
1450         * wl-summary.el (wl-summary-cursor-move-surface): Don't skip
1451         `elmo-msgdb-answered-cached-mark' when the folder is unplugged.
1452
1453         * Version number is increased to 2.11.8.
1454
1455         * wl-summary.el (wl-summary-buffer-msgdb): Abolish.
1456
1457         * wl-expire.el (wl-expire-refile): Follow the API change on
1458         `elmo-folder-move-messages'.
1459         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1460
1461         * wl-action.el (wl-summary-move-mark-list-messages): Ditto.
1462         (wl-summary-exec-action-refile): Ditto.
1463         (wl-summary-exec-action-copy): Ditto.
1464         (wl-summary-no-auto-refile-message-p): No use
1465         `wl-summary-buffer-msgdb'.
1466         (wl-summary-auto-refile): Ditto.
1467
1468 2003-08-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1469
1470         * wl-summary.el (wl-summary-sync): Fix regexp for last: and first:.
1471
1472 2003-08-19  Yuuichi Teranishi  <teranisi@gohome.org>
1473
1474         * wl-summary.el (wl-summary-sync): Treat no-sync.
1475
1476         * wl-vars.el (wl-folder-sync-range-alist): Removed first: and last:.
1477         (wl-default-sync-range): Ditto.
1478
1479 2003-08-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1480
1481         * wl-refile.el (wl-refile-subject-learn): Call
1482         `elmo-message-entity-field' with 3rd argument is non-nil.
1483         (wl-refile-guess-by-subject): Use `elmo-message-entity-field'
1484         instead of `elmo-msgdb-overview-entity-get-subject'.
1485
1486 2003-08-12  Yuuichi Teranishi  <teranisi@gohome.org>
1487
1488         * wl-summary.el (wl-summary-goto-folder-subr): Rescan if
1489         scan-type is rescan.
1490         (wl-summary-delete-all-temp-marks): Remove scored mark too when
1491         new optional argument force is non-nil.
1492         (wl-summary-save-view-cache): Call it with force argument non-nil.
1493
1494         * wl-action.el (wl-summary-unset-mark): Added optional argument FORCE.
1495
1496 2003-08-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1497
1498         * wl-action.el (wl-summary-print-argument): Fixed last change.
1499
1500 2003-08-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1501
1502         * wl-summary.el (wl-summary-target-mark-mark-as-read): Fixed and
1503         simplified.
1504         (wl-summary-target-mark-mark-as-unread): Likewise.
1505         (wl-summary-target-mark-mark-as-important): Likewise.
1506
1507 2003-08-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
1508
1509         * wl-thread.el (wl-thread-msg-mark-as-important): Abolished.
1510         * wl-summary.el (wl-summary-mark-as-important): Arranged.
1511         (wl-summary-mark-as-important-region): Change accordingly.
1512         (wl-summary-target-mark-mark-as-important): Ditto.
1513
1514 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1515
1516         * wl-vars.el (wl-summary-print-argument-within-window): New variable.
1517
1518         * wl-action.el (wl-summary-print-argument): Print argument to
1519         right side of window if `wl-summary-print-argument-within-window'
1520         is non-nil.
1521
1522 2003-08-09  Yuuichi Teranishi  <teranisi@gohome.org>
1523
1524         * wl-action.el (wl-summary-set-mark): Use
1525         `wl-summary-message-visible-p' to check visibility of the message
1526         and jump to message only when the message line is visible and have
1527         different number; Call wl-summary-unset-mark with number argument.
1528         (wl-summary-unset-mark): 
1529         Use `wl-summary-message-visible-p'
1530         to check visibility of the message and jump to message only when
1531         the message line is visible and have different number;
1532
1533 2003-08-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1534
1535         * Version number is increased to 2.11.7.
1536
1537         * wl.el (wl-check-variables-2): Don't check wl-summary-line-format
1538         and wl-folder-summary-line-format.
1539
1540         * wl-summary.el (wl-summary-message-visible-p): New inline function.
1541         (wl-summary-put-temp-mark): Rename from wl-summary-mark-line.
1542         (wl-summary-set-score-mark): Use it.
1543         (wl-summary-target-mark-mark-as-read): Ditto.
1544         (wl-summary-target-mark-mark-as-unread): Ditto.
1545         (wl-summary-target-mark-mark-as-important): Ditto.
1546         (wl-summary-target-mark-msgs): Simplified.
1547         (wl-summary-detect-mark-position): Fixed problem when
1548         summary-line-format no contain persisten/temp mark spec.
1549         (wl-summary-temp-mark): Ditto.
1550         (wl-summary-persistent-mark): Ditto.
1551         (wl-summary-update-persistent-mark): Ditto.
1552
1553         * wl-action.el (wl-summary-set-mark): Ditto.
1554         (wl-summary-unset-mark): Ditto.
1555         All other related portions are changed.
1556
1557 2003-08-07  Yuuichi Teranishi  <teranisi@gohome.org>
1558
1559         * Version number is increased to 2.11.6.
1560
1561 2003-08-05  Yuuichi Teranishi  <teranisi@gohome.org>
1562
1563         * wl-util.el (wl-current-message-buffer): Define as function;
1564         Don't use the value of wl-messge-buffer.
1565
1566         * wl-summary.el (wl-summary-redisplay-no-mime-internal): Update
1567         persistent mark.
1568
1569         * wl-mime.el (wl-draft-yank-current-message-entity): If there's
1570         no current message, cause an error.
1571
1572 2003-08-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1573
1574         * wl-summary.el (wl-summary-set-message-modified): Use
1575         elmo-folder-set-message-modified instead of
1576         elmo-folder-set-message-modified-internal.
1577
1578 2003-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
1579
1580         * wl-summary.el (wl-summary-sync): Call wl-summary-sync-marks
1581         interactively.
1582         (wl-summary-sync): nokill->entirely.
1583         (wl-summary-sync-marks): Fixed message.
1584         (wl-summary-input-range): Added mark, nokill->entirely.
1585
1586         * wl-score.el (wl-summary-score-update-all-lines): Set expunged
1587         messages as read.
1588
1589 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1590
1591         * wl-summary.el (wl-summary-input-range): Abolish all-noscore and
1592         update-noscore.
1593         (wl-summary-sync): Follow the change above.
1594
1595 2003-08-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1596
1597         * wl-action.el (wl-summary-target-mark-all): Use
1598         elmo-folder-list-messages.
1599
1600 2003-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
1601
1602         * wl-summary.el (wl-summary-rescan): Added argument disable-kill
1603         (wl-summary-rescan): Set wl-summary-scored as nil.
1604         (wl-summary-sync-force-update): Follow the change above.
1605         (wl-summary-sync): Ditto.
1606         (wl-summary-sync-update): Added argument disable-killed.
1607         (wl-summary-insert-headers): Set visible-only argument for
1608         elmo-folder-list-messages.
1609         (wl-summary-input-range): Added update-nokill, update-noscore,
1610         all-nokill, all-noscore and mark.
1611
1612         * Version number is increased to 2.11.5.
1613
1614         * wl-draft.el (wl-draft): Set buffer-undo-list as nil.
1615
1616 2003-08-01  Yoichi NAKAYAMA  <yoichi@geiin.org>
1617
1618         * wl-summary.el (wl-summary-prefetch-msg): Update persistent mark.
1619         (wl-summary-prefetch-region-no-mark): Change accordingly.
1620         * wl-action.el (wl-summary-exec-action-prefetch): Ditto.
1621
1622 2003-07-31  Yoichi NAKAYAMA  <yoichi@geiin.org>
1623
1624         * wl-address.el (wl-complete-field-to): Abolished.
1625         (wl-complete-address): Completion function for completing-read.
1626         * wl-action.el (wl-summary-get-resend-address): Use it.
1627
1628         * wl-summary.el (wl-summary-update-persistent-mark): Renamed from
1629         wl-summary-update-mark and abolish unused argument.
1630         (wl-summary-prefetch-region-no-mark, wl-summary-mark-as-read-all)
1631         (wl-summary-delete-cache, wl-summary-resume-cache-status)
1632         (wl-summary-update-status-marks, wl-summary-mark-as-read-internal)
1633         (wl-summary-mark-as-important, wl-summary-redisplay-internal)
1634         (wl-summary-mark-as-answered-internal, wl-summary-reply): Use it.
1635         * wl-draft.el (wl-draft-kill): Ditto.
1636
1637         * wl-summary.el: Remove unused binding of case-fold-search.
1638         (wl-summary-replace-status-marks): Abolished.
1639
1640 2003-07-29  Yuuichi Teranishi  <teranisi@gohome.org>
1641
1642         * wl-action.el (wl-summary-set-mark): Cause an error when no message
1643         is specified or folder length is zero.
1644
1645 2003-07-29  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1646
1647         * wl-expire.el (wl-folder-expire-current-entity): Specify folder type.
1648         (wl-folder-archive-current-entity): Ditto.
1649
1650 2003-07-28  Yuuichi Teranishi  <teranisi@gohome.org>
1651
1652         * wl-summary.el (wl-summary-update-mark): Ignore errors while
1653         retrieving message mark.
1654         (wl-summary-redisplay-internal): Ditto.
1655
1656         * wl-message.el (wl-message-buffer-display): Ignore errors while
1657         retrieving message-id field.
1658
1659         * wl-expire.el (wl-summary-expire): Fixed 2nd argument for `wl-append'.
1660         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1661         (wl-expire-refile-with-copy-reserve-msg): Follow the change in the
1662         order of the arguments for `wl-expire-message-p'.
1663         (Reported by Shinichiro HIDA <shinichiro@stained-g.net>)
1664
1665         * wl-summary.el (wl-summary-target-mark-reply-with-citation): 
1666         Check return value of wl-summary-reply.
1667         (wl-summary-reply): Recover window configuration when an error occured.
1668
1669 2003-07-27  Yoichi NAKAYAMA  <yoichi@geiin.org>
1670
1671         * wl-summary.el (wl-summary-resend-message): Abolished, the
1672         feature is inherited by wl-summary-resend (put resend mark).
1673
1674 2003-07-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1675
1676         * wl-summary.el (wl-summary-toggle-disp-msg): Set
1677         wl-message-buffer to nil when the message is hide.
1678
1679 2003-07-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1680
1681         * .cvsignore: New file.
1682
1683 2003-07-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
1684
1685         * wl-action.el (wl-summary-action-docstring): Add more info.
1686         (wl-summary-target-mark, wl-summary-target-mark-region): Remove
1687         duplicate definition.
1688         (wl-summary-define-mark-action): Functions wl-summary-*-region
1689         keep current position.
1690         (wl-summary-unregister-target-mark): Store result to the variable.
1691
1692 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1693
1694         * Version number is increased to 2.11.4.
1695
1696 2003-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
1697
1698         * wl-summary.el (wl-summary-cleanup-temp-marks): Use
1699         wl-summary-delete-all-temp-marks.
1700         (wl-summary-delete-all-temp-marks-on-buffer): Abolish.
1701
1702         * wl-action.el (wl-summary-set-mark): Changed terminology
1703         refile-destination -> action-argument.
1704         (wl-summary-unset-mark): Ditto.
1705         (wl-summary-remove-argument): Ditto.
1706         (wl-summary-print-argument): Ditto.
1707
1708         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Ditto.
1709         (wl-thread-remove-argument-region): Ditto.
1710         (wl-thread-print-argument-region): Ditto.
1711         (wl-thread-close): Ditto.
1712         (wl-thread-open): Ditto.
1713
1714         * wl-highlight.el (wl-highlight-action-argument-face): Ditto.
1715         (wl-highlight-refile-destination-face is abolished)
1716         (wl-highlight-action-argument-string): Ditto.
1717         (wl-highlight-summary-current-line): Highlight action argument.
1718
1719         * wl-highlight.el (wl-highlight-summary-deleted-face): Changed default
1720         color for light backgrounds.
1721         (wl-highlight-summary-answered-face): Ditto.
1722
1723 2003-07-22  Yuuichi Teranishi  <teranisi@gohome.org>
1724
1725         * wl-summary.el (wl-summary-rescan): Use numbers in the msgdb.
1726
1727         * wl-score.el (wl-summary-score-update-all-lines): Use
1728         wl-summary-set-mark.
1729         (wl-summary-score-update-all-lines): Kill expunged messages.
1730
1731         * wl-expire.el (wl-expire-hide): Use elmo-folder-kill-messages.
1732
1733 2003-07-21  Yuuichi Teranishi  <teranisi@gohome.org>
1734
1735         * wl-score.el (wl-summary-score-update-all-lines): Don't use msgdb
1736         directly.
1737         (wl-score-overview-entity-get-lines): Ditto.
1738         (wl-score-overview-entity-get-xref): Ditto.
1739         (wl-score-get-latest-msgs): Ditto.
1740         (wl-summary-rescore): Ditto.
1741
1742         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-mark-as-answered
1743         to "&".
1744         (wl-summary-mark-as-answered-internal): New inline function.
1745         (wl-summary-mark-as-answered): New function.
1746         (wl-summary-mark-as-unanswered): Ditto.
1747         (wl-summary-sync-marks): Modified for answered-mark synching.
1748
1749 2003-07-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1750
1751         * wl-action.el (wl-summary-set-mark): Fixed last change.
1752
1753 2003-07-20  Yuuichi Teranishi  <teranisi@ns.templewest.net>
1754
1755         * wl-summary.el (wl-summary-mark-as-read-internal): Fixed the
1756         behavior of wl-summary-unread-message-hook
1757         (Pointed out by akira yamada <akira@arika.org>).
1758
1759 2003-07-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1760
1761         * wl-e21.el (wl-summary-toolbar): Follow the rename of
1762         wl-summary-delete.
1763         * wl-xmas.el (wl-summary-toolbar): Ditto.
1764
1765         * wl-action.el (wl-summary-set-mark): Don't override current
1766         temp-mark.
1767
1768         * wl-refile.el (wl-refile-get-field-value): Fixed and simplified.
1769
1770 2003-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
1771
1772         * wl-refile.el (wl-refile-learn): Don't use msgdb.
1773         (wl-refile-msgid-learn): Ditto.
1774         (wl-refile-get-field-value): Ditto.
1775
1776         * wl-mime.el (wl-mime-combine-message/partial-pieces): Don't use msgdb.
1777
1778         * wl-expire.el (wl-expire-message-p): Renamed from wl-expire-msg-p.
1779         (wl-expire-delete-reserved-messages): Renamed from
1780         wl-expire-reserve-marked-msgs-from-list.
1781         (wl-expire-delete): Removed argument `msgdb'.
1782         (wl-expire-refile): Ditto.
1783         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1784         (wl-expire-archive-number-delete-old): Ditto; Use folder instead of
1785         mark-alist as argument.
1786         (wl-expire-archive-number1): Removed argument `msgdb'.
1787         (wl-expire-archive-number2): Ditto.
1788         (wl-expire-archive-date): Ditto.
1789         (wl-expire-localdir-date): Ditto.
1790         (wl-expire-hide): Ditto.
1791         (wl-archive-number1): Ditto.
1792         (wl-archive-number2): Ditto.
1793         (wl-archive-date): Ditto.
1794         (wl-archive-folder): Ditto.
1795         All other related portions are changed.
1796
1797 2003-07-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
1798
1799         * wl-draft.el (wl-draft-send-confirm): Change message. Now up/down
1800         mean move up and down. (suggested by Takashi Kawachi)
1801
1802 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1803
1804         * wl-acap.el (toplevel): Don't require un-define.
1805
1806 2003-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
1807
1808         * wl-thread.el (wl-thread-delete-message): Always update
1809         wl-summary-buffer-number-list.
1810
1811         * wl-action.el (wl-summary-print-destination): 
1812         Do nothing when folder is nil.
1813
1814 2003-07-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1815
1816         * wl-summary.el (wl-summary-prefetch-region-no-mark): Update
1817         persistent mark when prefetch is succeeded.
1818
1819 2003-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
1820
1821         * wl-expire.el (wl-expire-delete): Use elmo-folder-detach-messages
1822         instead of elmo-msgdb-delete-msgs.
1823         (wl-expire-refile-with-copy-reserve-msg): Ditto.
1824         (wl-expire-hide): Ditto.
1825
1826         * wl-summary.el (wl-summary-delete-all-msgs): Ditto.
1827
1828         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Don't use
1829         elmo-msgdb interface.
1830         (wl-thread-get-exist-children): Likewise.
1831         (wl-thread-insert-message): Likewise.
1832         (wl-thread-msg-mark-as-important): Likewise.
1833         (wl-thread-insert-entity-sub): Likewise.
1834         (wl-thread-get-children-msgs-uncached): Likewise.
1835
1836         * wl-summary.el (wl-summary-sync-all-init): Use elmo-folder-length.
1837         (wl-summary-prefetch-msg): Don't use elmo-msgdb interface.
1838         (wl-summary-sync-update): Likewise.
1839         (wl-summary-auto-select-msg-p): Likewise.
1840         (wl-summary-update-thread): Likewise.
1841         (wl-summary-mark-as-important): Likewise.
1842         (wl-summary-jump-to-msg-internal): Likewise.
1843         (wl-summary-redisplay-internal): Likewise.
1844         (wl-summary-print-message-with-ps-print): Likewise.
1845         (wl-summary-folder-info-update): Likewise.
1846
1847         * wl-folder.el (wl-folder-check-one-entity):
1848         elmo-folder-count-flags instead of wl-summary-count-unread.
1849
1850         * wl-draft.el (wl-draft-normal-send-func): Fixed last change.
1851
1852         * wl-action.el (wl-summary-define-mark-action): Fixed region function.
1853
1854         * wl-summary.el (wl-summary-set-message-modified): 
1855         Call wl-summary-set-mark-modified.
1856         (wl-summary-delete-messages-on-buffer): Call
1857         wl-folder-set-folder-updated instead of wl-folder-update-unread.
1858         (wl-summary-sync-update): Call elmo-folder-length instead of
1859         elmo-folder-messages.
1860         (wl-summary-insert-headers): Don't call
1861         elmo-folder-list-message-entities.
1862
1863 2003-07-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
1864
1865         * wl-action.el (wl-summary-define-mark-action): Call
1866         `wl-summary-set-mark' with argument `data'.
1867         (wl-summary-auto-refile): Fixed order of arguments when call
1868         `wl-summary-refile'.
1869
1870 2003-07-16  Yuuichi Teranishi  <teranisi@gohome.org>
1871
1872         * wl-vars.el (wl-summary-mark-action-list): Define resend action.
1873
1874         * wl-summary.el (wl-summary-mode-map): Bind resend action.
1875
1876         * wl-highlight.el (wl-highlight-summary-disposed-face): New face
1877         (Renamed from wl-highlight-summary-deleted-face).
1878         (wl-highlight-summary-resend-face): New face.
1879
1880         (wl-highlight-summary-deleted-face): Renamed from
1881         wl-highlight-summary-erased-face.
1882
1883         * wl-address.el (wl-complete-field-to): Added optional argument prompt.
1884
1885         * wl-action.el (wl-summary-get-resend-address): New function.
1886         (wl-summary-exec-action-resend): Ditto.
1887         (wl-summary-exec-action-resend-subr): Ditto.
1888
1889         * w-thread.el (wl-thread-copy): Removed definition.
1890         (wl-thread-refile): Ditto.
1891         (wl-thread-delete): Ditto.
1892         (wl-thread-target-mark): Ditto.
1893
1894         * wl-action.el (wl-summary-register-target-mark): Fixed argument.
1895         (wl-summary-target-mark-set-action): Fixed.
1896         (wl-summary-define-mark-action): Fixed quotation.
1897         (wl-summary-move-mark-list-messages): Display message.
1898         (wl-summary-define-mark-action): Define thread functions.
1899         (wl-summary-exec-action-refile): Changed message.
1900         (wl-summary-exec): Ditto.
1901
1902 2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
1903         
1904         * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
1905         '%%'.
1906
1907 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
1908
1909         * wl.el (toplevel): Require wl-action.
1910         (wl-init): Call wl-summary-define-mark-action.
1911
1912         * wl-vars.el (wl-summary-mark-action-list): Changed specification.
1913
1914         * wl-summary.el (wl-summary-mode-menu-spec): Follow the rename of
1915         wl-summary-delete and wl-summary-erase.
1916         (wl-summary-mode-map): Ditto.
1917
1918         * wl-vars.el (wl-dispose-folder-alist): Renamed from
1919         wl-delete-folder-alist.
1920
1921         * wl-summary.el (wl-summary-prefetch-region-no-mark): Use
1922         wl-summary-prefetch-msg instead of wl-summary-prefetch.
1923         (toplevel): Moved mark & action related functions to the wl-action.el.
1924
1925         * wl-highlight.el (wl-highlight-summary-line-string): Follow the change
1926         in wl-summary-mark-action-list.
1927         (wl-highlight-summary-current-line): Ditto.
1928
1929         * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
1930         empty lines.
1931
1932         * wl-action.el: New file. 
1933
1934 2003-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
1935
1936         * wl-summary.el (wl-summary-target-mark-replace): New function.
1937         (wl-summary-target-mark-prefetch): Use it.
1938         (wl-summary-target-mark-delete): Ditto.
1939         (toplevel): Rearranged definition order.
1940         (wl-summary-mode-map): Bind wl-summary-erase-region to "rD".
1941         (wl-summary-target-mark-erase): Rewrite.
1942         (wl-summary-erase-region): New function.
1943         (wl-summary-exec-action-erase): Changed message.
1944         (wl-summary-move-mark-list-messages): New function.
1945         (wl-summary-exec-action-delete): Use it.
1946         (wl-summary-exec-action-erase): Ditto.
1947
1948         * wl-vars.el (wl-summary-reserve-mark-list): Added "d" and "i".
1949         (wl-summary-skip-mark-list): Added "d".
1950
1951         * wl-summary.el (wl-summary-cursor-move-surface): Bind case-fold-search
1952         while searching.
1953
1954         * wl-vars.el (wl-summary-mark-action-list): Moved from wl-summary.el
1955         and define using defcustom;
1956         Define 4th element as a face.
1957         
1958         * wl-summary.el (wl-summary-incorporate): Use 
1959         `wl-summary-prefetch-region-no-mark' instead of
1960         `wl-summary-prefetch-region'.
1961         (wl-summary-prefetch-region-no-mark): Revival of old
1962         `wl-summary-prefetch-region'.
1963         (wl-summary-mark-action-list): Moved to wl-vars.el
1964
1965         * wl-highlight.el (wl-highlight-summary-current-line): Decide
1966         face according to the `wl-summary-mark-action-list'.
1967         (wl-highlight-summary-current-line): Ditto;
1968         Removed destination highlighting.
1969
1970         * wl-highlight.el (wl-highlight-summary-prefetch-face): New face.
1971         (wl-highlight-summary-line-string): Highlight for "i" mark.
1972         (wl-highlight-summary-current-line): Ditto.
1973
1974         * wl-thread.el (wl-thread-print-destination-region): Avoid error when
1975         no destination.
1976
1977         * wl-summary.el (wl-summary-prefetch-msg): If cache file already
1978         exists, just go ahead.
1979         (wl-summary-prefetch-region): Rewrite.
1980         (wl-summary-prefetch): Ditto.
1981         (wl-summary-mark-action-list): Define mark "i" and prefetch action.
1982         (wl-summary-exec-action-prefetch): New function.
1983         (wl-summary-target-mark-prefetch): Rewrite.
1984
1985 2003-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
1986
1987         * wl-highlight.el (wl-highlight-summary-erased-face): New face.
1988         (wl-highlight-summary-line-string): Added "d" and "D".
1989         (wl-highlight-summary-current-line): Ditto.
1990
1991         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the change
1992         in wl-summary.el.
1993         (wl-thread-insert-entity-sub): Ditto.
1994         (wl-thread-remove-destination-region): Ditto.
1995         (wl-thread-print-destination-region): Ditto.
1996
1997         * wl-summary.el (wl-summary-buffer-refile-list,
1998         wl-summary-buffer-delete-list,
1999         wl-summary-buffer-copy-list): Abolish.
2000         (wl-summary-buffer-temp-mark-list): New buffer local variable.
2001         All other related portions are changed.
2002         (wl-summary-mark-action-list): New variable.
2003         (wl-summary-set-mark): New function.
2004         (wl-summary-register-target-mark): Ditto.
2005         (wl-summary-unregister-target-mark): Ditto.
2006         (wl-summary-have-target-mark-p): Ditto.
2007         (wl-summary-register-temp-mark): Ditto.
2008         (wl-summary-unregister-temp-mark): Ditto.
2009         (wl-summary-registered-temp-mark): Ditto.
2010         (wl-summary-collect-temp-mark): Ditto.
2011         (wl-summary-unset-mark): Ditto.
2012         (wl-summary-set-target-mark): Ditto.
2013         (wl-summary-unset-target-mark): Ditto.
2014         (wl-summary-set-action-generic): Ditto.
2015         (wl-summary-unset-action-generic): Ditto.
2016         (wl-summary-exec-action-delete): Ditto.
2017         (wl-summary-exec-action-erase): Ditto.
2018         (wl-summary-set-action-refile): Ditto.
2019         (wl-summary-set-action-refile-subr): Ditto.
2020         (wl-summary-unset-action-refile): Ditto.
2021         (wl-summary-make-destination-numbers-list): Ditto.
2022         (wl-summary-exec-action-refile): Ditto.
2023         (wl-summary-set-action-copy): Ditto.
2024         (wl-summary-unset-action-copy): Ditto.
2025         (wl-summary-exec-action-copy): Ditto.
2026         (wl-summary-collect-numbers-region): Ditto.
2027         (wl-summary-delete): Rewrite.
2028         (wl-summary-erase): Ditto.
2029         (wl-summary-remove-destination): Ditto.
2030         (wl-summary-exec): Ditto.
2031         (wl-summary-exec-region): Ditto.
2032         (wl-summary-target-mark-erase): Ditto.
2033         (wl-summary-refile): Ditto.
2034         (wl-summary-copy): Ditto.
2035         (wl-summary-unmark): Ditto.
2036         (wl-summary-delete-all-mark): Ditto.
2037         (wl-summary-mark-line): Don't highlight.
2038         (wl-summary-target-mark-delete): Use wl-summary-register-temp-mark.
2039         (wl-summary-target-mark-refile-subr): Rewrite.
2040
2041         (wl-summary-copy-prev-destination): Abolish.
2042
2043 2003-07-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2044
2045         * wl-vars.el (wl-thread-indent-level, wl-thread-*-str): Choose
2046         default values along the value of wl-on-mule.
2047         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl-en:421])
2048         * wl-vars.el (wl-highlight-thread-indent-string-regexp): Remove.
2049         It is not used anywhere.
2050
2051 2003-06-16  Yoichi NAKAYAMA  <yoichi@geiin.org>
2052
2053         * wl-summary.el (wl-summary-print-destination): Keep position.
2054         (wl-summary-cursor-move-surface): Keep horizontal position.
2055
2056 2003-05-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2057
2058         * wl-draft.el (wl-draft-send-mail-with-smtp): Catch quitting and
2059         write sendlog.
2060
2061 2003-05-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2062
2063         * wl-summary.el (wl-summary-goto-folder-subr): Don't restrict
2064         `wl-summary-highlight'.
2065
2066 2003-05-26  Yoichi NAKAYAMA  <yoichi@geiin.org>
2067
2068         * wl-highlight.el (wl-highlight-summary-current-line): Remove
2069         trivial condition for temp-mark.
2070
2071 2003-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>
2072
2073         * wl-message.el (wl-message-buffer-cache-add): Create new buffer
2074         when it hits killed buffer.
2075
2076 2003-05-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2077
2078         * wl-draft.el, wl-expire.el, wl-mime.el, wl-summary.el, wl-util.el
2079         * wl-news.el.in: `message' and `error' take format string.
2080
2081 2003-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>
2082
2083         * wl-folder (wl-folder-insert-entity): Display a message,
2084         `...done', when the work finish.
2085         (from Tatsuya Kinoshita <tats@vega.ocn.ne.jp> [wl:10866])
2086
2087 2003-05-04  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2088
2089         * wl-message.el (wl-message-redisplay): Remove unused local
2090         variables (Reported by NAKAJIMA Mikio <minakaji@namazu.org>).
2091
2092 2003-04-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2093
2094         * wl-summary.el (wl-summary-replace-status-marks): Disable
2095         interactive use.
2096         (wl-summary-reedit): Check message existence at first.
2097         (wl-summary-mark-line): Fix doc, return value is indefinite.
2098
2099         * wl-highlight.el (wl-highlight-message): Arranged.
2100
2101         * wl-highlight.el (wl-highlight-summary-current-line): Abolish
2102         unused 1st and 2nd arguments. Abolish 3rd argument `temp-too' and
2103         check temp-mark by wl-summary-temp-mark always.
2104         (wl-highlight-summary): Change accordingly.
2105         * wl-summary.el (wl-summary-mark-as-read-all)
2106         (wl-summary-delete-cache, wl-summary-set-score-mark)
2107         (wl-summary-mark-as-unread, wl-summary-unmark)
2108         (wl-summary-mark-line, wl-summary-mark-as-read)
2109         (wl-summary-mark-as-important): Ditto.
2110
2111         * wl-highlight.el (wl-highlight-summary-window): Re-calculate the
2112         end of the window if possible.
2113         * wl-summary.el (wl-summary-sync-update): Support lazy
2114         highlighting.
2115         (wl-summary-toggle-disp-msg): Ditto.
2116
2117 2003-04-09  Yoichi NAKAYAMA  <yoichi@geiin.org>
2118
2119         * wl-util.el (wl-as-coding-system): Define for non-mule too.
2120
2121 2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2122
2123         * wl-summary.el (wl-summary-mark-as-important): Fixed the last
2124         change.
2125
2126 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
2127
2128         * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
2129         API.
2130         (wl-summary-sync-update): Ditto.
2131
2132         * wl-score.el (wl-score-get-score-alist): Changed argument.
2133         (wl-summary-rescore-msgs): Likewise.
2134         (wl-summary-score-headers): Likewise.
2135         (wl-score-headers): Likewise;
2136         Use elmo-folder-do-each-message-entity, etc.
2137         (wl-summary-score-effect): Follow the changes above.
2138         (wl-summary-rescore): Ditto.
2139         (wl-score-get-latest-msgs): Follow the changes in elmo-msgdb API.
2140         (wl-score-get-overview): Abolish.
2141
2142         * wl-summary.el (wl-summary-default-from): Follow the API change in
2143         elmo-msgdb.
2144         (wl-summary-count-unread): Ditto.
2145         (wl-summary-detect-mark-position): Ditto.
2146         (wl-summary-overview-entity-compare-by-date): Ditto.
2147         (wl-summary-overview-entity-compare-by-number): Ditto.
2148         (wl-summary-overview-entity-compare-by-from): Ditto.
2149         (wl-summary-overview-entity-compare-by-subject): Ditto.
2150         (wl-summary-get-list-info): Ditto.
2151         (wl-summary-rescan): Ditto.
2152         (wl-summary-jump-to-msg-by-message-id): Ditto.
2153         (wl-summary-sync-update): Ditto; Removed comment.
2154         (wl-summary-insert-thread-entity): Renamed to wl-summary-insert-thread.
2155         (wl-summary-insert-message): Use wl-summary-insert
2156         (wl-summary-insert-sequential): Changed argument msgdb to folder.
2157         (wl-summary-insert-headers): Changed argument overview to folder.
2158         (wl-summary-search-by-subject): Likewise.
2159         (wl-summary-insert-thread): Renamed from 
2160         wl-summary-insert-thread-entity and changed argument msgdb to folder.
2161
2162         * wl-folder.el (wl-folder-check-one-entity): Treat elmo-imap4-bye-error
2163         too.
2164
2165         * wl-fldmgr.el (wl-add-entity-sub): Use elmo-string-member instead of
2166         wl-string-member.
2167
2168 2003-03-25  Yuuichi Teranishi  <teranisi@gohome.org>
2169
2170         * wl-draft.el (wl-draft-do-fcc): Follow the changes in
2171         elmo-folder-append-buffer.
2172         (wl-draft-queue-append): Likewise.
2173
2174         * wl-mime.el (wl-message-delete-current-part): Ditto.
2175         (wl-summary-burst-subr): Ditto.
2176
2177         * wl-news.el.in (wl-news-send-news): Ditto.
2178
2179 2003-03-24  Yuuichi Teranishi  <teranisi@gohome.org>
2180
2181         * wl-summary.el (wl-summary-mark-as-read-internal): New inline
2182         function.
2183         (wl-summary-mark-as-read, wl-summary-mark-as-unread): Use it.
2184         (wl-summary-update-mark): Enclose with save-excursion.
2185         (wl-summary-mark-as-read-internal): Fixed last change.
2186         (wl-summary-mark-as-important): Use 3rd argument of
2187         elmo-folder-unmark-important, elmo-folder-mark-as-important;
2188         Don't use elmo-msgdb-set-mark.
2189         (wl-summary-redisplay-internal): If msgdb flag is already read,
2190         just update the mark on buffer.
2191
2192 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2193
2194         * wl-fldmgr.el (wl-fldmgr-delete): Move confirmation to elmo side,
2195         cut visible folder when elmo-folder-delete returns non-nil value.
2196
2197 2003-03-30  Yoichi NAKAYAMA  <yoichi@geiin.org>
2198
2199         * wl-draft.el (wl-draft-send-confirm): Display more info (advised
2200         by Kenichi OKADA <okada@opaopa.org>).
2201
2202 2003-03-28  Yoichi NAKAYAMA  <yoichi@geiin.org>
2203
2204         * wl-folder.el (wl-folder-open-all): Fix to get proper entity.
2205
2206 2003-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>
2207
2208         * wl-fldmgr.el (wl-fldmgr-sort, wl-fldmgr-access-display-all):
2209         Fixed the last change, search group entity by its real name.
2210         (Thanks to: KOBAYASHI Shinji)
2211
2212 2003-03-12  Yoichi NAKAYAMA  <yoichi@geiin.org>
2213
2214         * wl-fldmgr.el (wl-fldmgr-rename,wl-fldmgr-sort)
2215         (wl-fldmgr-access-display-all): Don't refer visible name.
2216         * wl-expire.el (wl-folder-archive-current-entity)
2217         (wl-folder-expire-current-entity): Ditto.
2218         * wl-folder.el (wl-folder-jump-to-current-entity)
2219         (wl-folder-update-recursive-current-entity,wl-folder-next-unsync)
2220         (wl-folder-open-folder-sub,wl-folder-open-all)
2221         (wl-folder-write-current-folder): Ditto.
2222         (wl-folder-insert-entity): Don't use petname for normal group.
2223         * wl-fldmgr.el (wl-fldmgr-insert-folders-buffer): car of the name
2224         is the real name.
2225         * wl-folder.el (wl-folder-folder-name, wl-folder-entity-name):
2226         Abolished.
2227
2228 2003-03-06  Kenichi OKADA  <okada@opaopa.org>
2229
2230         * wl-draft.el (wl-draft-create-buffer): Add
2231         `wl-summary-reply-with-citation'
2232
2233 2003-03-02  Jeremy Shaw  <jeremy.shaw@lindows.com>
2234
2235         * wl-draft.el (wl-draft-reply): Fixed.
2236
2237 2003-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2238
2239         * wl-draft.el (wl-draft-send-confirm): Rewritten. Invoke preview
2240         when `wl-draft-send-confirm-with-preview' is non-nil.
2241         You can scroll up/down by j/k.
2242         (wl-draft-send-confirm-with-preview): New variable (default=t).
2243
2244 2003-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2245
2246         * wl-fldmgr.el (wl-fldmgr-folders-header): Add more comment.
2247         (wl-fldmgr-save-folders): Fix comment.
2248
2249 2003-02-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2250
2251         * wl-folder.el (wl-folder-update-recursive-current-entity): Fix
2252         along the last change in `wl-folder-buffer-group-p'.
2253
2254 2003-02-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2255
2256         * wl-folder.el (wl-folder-buffer-search-group): Ignore non-group
2257         folder.
2258
2259         * wl-vars.el (wl-delete-folder-alist): Add shimbun folder to
2260         the default value.
2261
2262         * wl-mime.el (wl-summary-burst): Update summary only when target
2263         folder equals current folder.
2264
2265 2003-02-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2266
2267         * wl-thread.el (wl-thread-set-parent): Reconstruct number-list.
2268
2269 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2270
2271         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
2272         value.
2273
2274 2003-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2275
2276         * wl-xmas.el (wl-xmas-highlight-folder-group-line): Use
2277         `map-extents' instead of `extent-at' repeatedly.
2278         (wl-highlight-folder-current-line): Ditto.
2279
2280         * wl-highlight.el: Remove useless dummy functions.
2281
2282 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2283
2284         * wl-folder.el (wl-folder-buffer-group-p): Rewritten.
2285         (wl-folder-put-folder-property): New function to put text property.
2286         (wl-folder-jump-to-current-entity, wl-folder-entity-assign-id)
2287         (wl-folder-insert-entity, wl-folder-update-diff-line)
2288         (wl-folder-update-diff-line, wl-folder-pick): Change accordingly.
2289         * wl-e21.el, wl-xmas.el, wl-mule.el
2290         (wl-highlight-folder-current-line): Ditto.
2291         * wl-fldmgr.el (wl-fldmgr-get-path-from-buffer, wl-fldmgr-cut)
2292         (wl-fldmgr-copy-region, wl-fldmgr-copy, wl-fldmgr-delete)
2293         (wl-fldmgr-rename, wl-fldmgr-sort, wl-fldmgr-unsubscribe)
2294         (wl-fldmgr-access-display-all, wl-fldmgr-set-petname): Ditto.
2295
2296 2003-02-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2297
2298         * Version number is increased to 2.11.3.
2299
2300 2003-02-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2301
2302         * wl-summary.el (wl-summary-mark-as-read): Run hook within dolist.
2303         Resume current-buffer since it is assumed by remaining tasks.
2304
2305 2003-02-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2306
2307         * wl-folder.el (wl-folder-complete-folder-candidate): New variable.
2308         (wl-folder-completion-function): Abolished.
2309         (wl-folder-complete-folder): New function.
2310         (wl-folder-complete-filter-condition): Ditto.
2311         * wl-summary.el (wl-summary-read-folder): Change accordingly.
2312         * wl-fldmgr.el (wl-fldmgr-add): Ditto.
2313
2314 2003-02-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2315
2316         * wl-draft.el (wl-draft-send-confirm): New function.
2317         (wl-draft-send): Use it.
2318
2319         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Bind
2320         cursor-in-echo-area while confirming.
2321
2322         * wl-summary.el (wl-summary-virtual): Call wl-summary-virtual-hook.
2323
2324         * wl-summary.el (wl-summary-jump-to-msg-by-message-id): Force
2325         searching via nntp if wl-summary-search-via-nntp is 'force.
2326         Otherwise, invoke searching in nntp folder only.
2327         * wl-vars.el (wl-summary-search-via-nntp): Change accordingly.
2328
2329         * wl-draft.el (wl-draft-remove-text-plain-tag): Specify subtype
2330         explicitly for mime-make-text-tag.
2331
2332 2003-02-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2333
2334         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2335         `mime-make-text-tag' instead of `mime-create-tag'.
2336
2337 2003-02-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2338
2339         * wl-fldmgr.el (wl-fldmgr-rename): Do nothing on the last line.
2340         (wl-fldmgr-add-completion-subr): Rewrite conditional.
2341
2342 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2343
2344         * wl-score.el (wl-score-save): Bind print-length and print-level.
2345         (wl-score-pretty-print): Ditto.
2346         (wl-score-edit-insert-header-entry): Ditto.
2347
2348         * wl-draft.el (wl-draft-send): Remove duplicate "Bcc" and add
2349         "From" entry to be treated with wl-draft-eword-encode-address-list.
2350         * wl-mime.el (wl-draft-preview-message): Ditto.
2351
2352         * wl-summary.el (wl-summary-mark-as-read): Take list of numbers.
2353         (wl-summary-mark-as-unread): Ditto.
2354         (wl-summary-mark-as-read-region): Change accordingly.
2355         (wl-summary-mark-as-unread-region): Ditto.
2356         (wl-summary-target-mark-mark-as-read): Ditto.
2357         (wl-summary-target-mark-mark-as-unread): Ditto.
2358
2359 2003-02-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2360
2361         * Version number is increased to 2.11.2.
2362
2363 2003-01-29  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2364
2365         * wl-news.el.in (wl-news-previous-version-save): Bind
2366         print-length and print-level.
2367         * wl-thread.el (wl-thread-save-entities): Ditto.
2368         (wl-thread-save-top-list): Bind print-length.
2369
2370 2003-01-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2371
2372         * wl-highlight.el (wl-highlight-summary-line-string): Use
2373         wl-summary-score-below-mark, wl-summary-score-over-mark.
2374         (wl-highlight-summary-current-line): Ditto.
2375
2376 2003-01-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2377
2378         * wl-draft.el (wl-draft-insert-from-field): Encode wl-from and
2379         insert it.
2380
2381 2003-01-21  Kenichi OKADA  <okada@opaopa.org>
2382
2383         * wl-vars.el (wl-message-id-use-wl-from): Change defalut to t.
2384
2385 2003-01-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2386
2387         * wl-mime.el (wl-message-delete-current-part): Avoid error on
2388         message without msgid.
2389         Rewrite with elmo-folder-move-messages.
2390         Set wl-message-buffer to nil.
2391
2392         * wl-summary.el (wl-summary-erase-subr): New function. Use
2393         elmo-folder-move-messages.
2394         (wl-summary-erase): Call it.
2395         (wl-summary-target-mark-erase): Ditto.
2396
2397 2003-01-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2398
2399         * wl-summary.el (wl-summary-exec-subr): Unset wl-message-buffer if
2400         it is not up-tp-date.
2401
2402 2003-01-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2403
2404         * wl-folder.el (wl-folder-empty-trash): Set and show up summary
2405         buffer after calling `wl-summary-goto-folder-subr' without the
2406         argument `interactive'.
2407         (wl-folder-set-current-entity-id): Enclose by save-current-buffer.
2408
2409 2003-01-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2410
2411         * wl-draft.el (wl-draft-remove-text-plain-tag): Use
2412         `mime-create-tag'. Use `string=' instead of `looking-at'.
2413
2414 2003-01-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2415
2416         * wl-news.el.in (wl-news-send-news): Add 3rd argument `folder'
2417         to avoid compile warning.
2418
2419         * wl-summary.el (wl-summary-goto-folder-subr): Fix logic: set
2420         entity-id when folder is given.
2421         * wl-folder.el (wl-folder-set-current-entity-id): Don't use
2422         save-excursion, use save-selected-window instead.
2423         Select folder buffer window if exists.
2424         (To correct behavior with wl-folder-move-cur-folder.)
2425
2426 2003-01-10  Masahiro Murata  <muse@ba2.so-net.ne.jp>
2427
2428         * wl-draft.el (wl-draft-reedit): Avoid error on Meadow [wl:11209].
2429
2430 2003-01-06  Mito  <mito@mxa.nes.nec.co.jp>
2431
2432         * wl-summary.el (wl-summary-line-list-info): Use %f to make
2433         list-count instead of %d.
2434
2435 2003-01-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2436
2437         * wl-news.el.in (wl-news-buffer-oldest-version): New local variable.
2438         (wl-news): Set it.
2439         (wl-news-append-to-folder): Use it.
2440
2441         * wl-news.el.in (wl-news-send-news): Append to specified folder
2442         instead of wl-default-folder.
2443         (wl-news-append-to-folder): Show error message with specified folder.
2444
2445         * wl-vars.el: Follow "Left Margin Convention" in Emacs Manual.
2446                 In most major modes, Emacs assumes that any opening
2447                 delimiter found at the left margin is the start of a
2448                 top-level definition, or defun. Therefore, *never put an
2449                 opening delimiter at the left margin unless it should have
2450                 that significance.*
2451
2452         * wl-draft.el (wl-draft-reply): List in r-list can contain function.
2453
2454 2003-01-05  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
2455
2456         * wl-draft.el (wl-draft-self-reply-p): Add doc string.
2457
2458 2003-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
2459
2460         * wl-demo.el (wl-demo-copyright-notice): Add 2003.
2461
2462 2002-12-31  Ron Isaacson  <Ron.Isaacson@morganstanley.com>
2463
2464         * wl-summary.el (wl-summary-mark-collect): Revive missing return
2465         for sequential numbering case.
2466
2467 2002-12-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2468
2469         * wl-vars.el (wl-draft-reply-with-argument-list): Change default
2470         value.
2471         (wl-draft-reply-without-argument-list): Ditto.
2472         (wl-draft-reply-myself-with-argument-list): Abolish.
2473         (wl-draft-reply-myself-without-argument-list): Ditto.
2474         * wl-draft.el (wl-draft-self-reply-p): New function.
2475         (wl-draft-reply-list-symbol): Merge into `wl-draft-reply'.
2476
2477 2002-12-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2478
2479         * wl-e21.el (toplevel): Do not set wl-folder-mode-map.
2480         (avoid error for the case without byte-compiling)
2481
2482 2002-12-23  Kenichi OKADA  <okada@opaopa.org>
2483
2484         * wl-news.el.in (wl-news-append-to-folder): New function.
2485         (wl-news-exit): Rewrite.
2486         (wl-news-discard-and-mail): Merge to `wl-news-exit'.
2487
2488 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2489
2490         * wl-draft.el (wl-draft-reply-position): New function.
2491         (wl-draft-reply-position): Fix.
2492         * wl-summary.el (wl-summary-reply): Use `wl-draft-reply-position'.
2493         (wl-summary-target-mark-reply-with-citation): Ditto.
2494         (wl-summary-reply-with-citation): Ditto.
2495         * wl-vars.el (wl-draft-reply-default-position): New variable.
2496
2497 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2498
2499         * wl-draft.el (wl-draft-send): Preview when interactive send.
2500
2501 2002-12-22  Kenichi OKADA  <okada@opaopa.org>
2502
2503         * wl-draft.el (wl-draft-reply): Set default position.
2504         * wl-summary.el (wl-summary-reply): Ditto.
2505         (wl-summary-reply-with-citation): Ditto.
2506         (wl-summary-target-mark-reply-with-citation): Ditto.
2507
2508 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2509
2510         * wl-news.el.in (wl-news-lang): Set default value according to
2511         current-language-environment.
2512         (wl-news-append-news): Do nothing when news-list is nil.
2513
2514 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2515
2516         * wl-news.el.in (wl-news-mode-map): Add new keybind.
2517         (wl-news): Change message.
2518         (wl-news-exit): Check buffer.
2519         (wl-news-force-exit): New function.
2520         (wl-news-show-all): New function.
2521         (wl-news-discard-and-exit): Fix.
2522
2523 2002-12-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2524
2525         * wl-vars.el (wl-summary-weekday-name-lang): Set default value
2526         according to current-language-environment.
2527
2528         * wl-news.el.in (wl-news): If arg, show all NEWS after
2529         wl-news-default-previous-version.
2530
2531 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2532
2533         * wl-news.el.in (wl-news-check): Rewritten.
2534         (wl-news-previous-version-load): Change data type.
2535         (wl-news-previous-version-save): Change data type.
2536         (wl-news-append-news): Add return value.
2537         (wl-news-check-news): New function.
2538         (wl-news-already-current-p): New function.
2539         (wl-news-send-news): Rewritten.
2540         (wl-news-mode-map): Add new keybind.
2541         (wl-news): Rewritten.
2542         (wl-news-exit): Rewritten.
2543         (wl-news-discard-and-mail): New function.
2544         (wl-news-send-to-address): Abolished.
2545         * wl.el (wl-init): Delete a message.
2546
2547 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2548
2549         * wl-news.el.in (wl-news-exit): Update previous version.
2550         * wl.el (wl-folder-mode-menu-spec): Add 'Wanderlust NEWS'.
2551
2552 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2553
2554         * wl-news.el.in (wl-news): Add `delete-other-windows'.
2555
2556 2002-12-21  Kenichi OKADA  <okada@opaopa.org>
2557
2558         * wl-news.el.in (wl-news): New function.
2559         (wl-news-mode): New function.
2560         (wl-news-next-line): New function.
2561         (wl-news-next-page): New function.
2562         (wl-news-exit): New function.
2563         (wl-news-buf-name): New variable.
2564         (wl-news-mode-map): New variable.
2565         (wl-news-winconf): New variable.
2566         (wl-news-append-news): Add an option.
2567
2568 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2569
2570         * wl-news.el.in (wl-news-send-news): Add 'Date' header.
2571
2572 2002-12-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2573
2574         * wl-news.el.in (wl-news-send-to-address): New variable.
2575         (wl-news-send-news): Use it.
2576         (wl-news-check): Call wl-news-send-news if wl-news-send-to-address.
2577         Return updating status.
2578         * wl.el (wl-init): Show message when wl-news-check returns non-nil.
2579
2580 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2581
2582         * wl-news.el.in (wl-news-send-news): Delete
2583         Organization and X-Face.
2584
2585 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2586
2587         * wl-news.el.in (wl-news-check): Fix for `wl-news-lang'.
2588         (wl-news-append-news): New function.
2589         (wl-news-send-news): New function.
2590
2591 2002-12-20  Kenichi OKADA  <okada@opaopa.org>
2592
2593         * Version number is increased to 2.11.1.
2594
2595 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2596
2597         * wl-news.el.in : New file.
2598
2599 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2600
2601         * wl-vars.el (wl-draft-reply-with-argument-list): Change
2602         default value.
2603         (wl-draft-reply-without-argument-list): Ditto.
2604
2605 2002-12-19  Kenichi OKADA  <okada@opaopa.org>
2606
2607         * wl-vars.el (wl-message-buffer-prefetch-depth): Change default value.
2608         (wl-message-buffer-prefetch-idle-time): Ditto.
2609         (wl-message-buffer-prefetch-folder-type-list): Ditto.
2610
2611 2002-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
2612
2613         * wl-thread.el (wl-thread-insert-message): Use
2614         wl-summary-max-thread-depth.
2615
2616         * wl-summary.el (wl-summary-insert-thread-entity): Refined
2617         loop detection.
2618
2619         * wl-message.el (wl-message-buffer-display): Back to the first page
2620         when cache is hit.
2621
2622 2002-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
2623
2624         * wl-vars.el (wl-summary-max-thread-depth): New user option.
2625
2626         * wl-summary.el (wl-summary-insert-thread-entity):
2627         If the thread depth is reached to wl-summary-max-thread-depth,
2628         divide the thread.
2629
2630 2002-12-08  Kenichi OKADA  <okada@opaopa.org>
2631
2632         * wl-draft.el (wl-draft-send-mail-with-smtp): Fix logic
2633         for elmo-remove-passwd.
2634
2635 2002-12-04  Yuuichi Teranishi  <teranisi@gohome.org>
2636
2637         * wl-folder.el (wl-folder-sync-entity): Fixed problem when the
2638         folder is sticky.
2639         (wl-folder-mark-as-read-all-entity): Ditto.
2640         (wl-folder-prefetch-entity): Ditto.
2641
2642 2002-12-04  Yasutaka SHINDOH  <ring@fan.gr.jp>
2643
2644         * wl-demo.el (wl-demo-icon-name): Cope with Medow.
2645
2646 2002-12-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2647
2648         * wl-summary.el (wl-summary-target-mark-erase): Simplify.
2649         Delete messages on buffer for unplugged operation.
2650         (wl-summary-erase): Ditto.
2651
2652 2002-11-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2653
2654         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): It can
2655         take nil so as not to search parent by subject.
2656
2657 2002-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2658
2659         * wl-folder.el (wl-folder-get-prev-folder): Ignore nemacs.
2660         (wl-folder-get-next-folder): Ditto.
2661         (wl-folder-get-path): Ditto.
2662
2663 2002-11-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2664
2665         * wl-mime.el (wl-message-verify-pgp-nonmime): With arg, ask coding
2666         system and encode the region with it before verifying.
2667
2668 2002-11-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2669
2670         * wl-mime.el (wl-message-verify-pgp-nonmime): Encode by the coding
2671         system of the echo buffer before decoding.
2672
2673 2002-11-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2674
2675         * wl-mime.el (wl-message-verify-pgp-nonmime): Verify sign in the
2676         original contents.
2677
2678 2002-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
2679
2680         * wl-util.el (wl-biff-check-folder): Call elmo-pop3-get-session
2681         with argument 'any-exists.
2682
2683 2002-11-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2684
2685         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Fix the last change.
2686         Use `wl-cs-autoconv'.
2687
2688 2002-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2689
2690         * wl-mime.el (wl-message-decrypt-pgp-nonmime): Decode PGP output
2691         by `mime-view-automatic-conversion'.
2692
2693         * wl-mime.el (wl-message-decrypt-pgp-nonmime): New function.
2694         (wl-message-verify-pgp-nonmime): Ditto.
2695         * wl-e21.el, wl-mule.el, wl-xmas.el (wl-message-define-keymap):
2696         Bind them to C-c:d and C-c:v respectively.
2697
2698         Merge following code by Teranishi-san from [wl-en:00167].
2699         * wl-mime.el (wl-mime-preview-application/pgp): New function.
2700         (wl-mime-preview-application/pgp-encrypted): Ditto.
2701         (wl-mime-setup): Add entry.
2702
2703 2002-11-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2704
2705         * wl-summary.el (wl-summary-target-mark-erase): New function.
2706         Bind it to "mD".
2707
2708 2002-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
2709
2710         * wl-vars.el (wl-draft-write-file-function): Fix.
2711         (wl-draft-reedit-hook): Changed default value.
2712
2713         * wl-draft.el (wl-draft-edit-string): Set cursor point for
2714         wl-draft-reedit-hook.
2715         (wl-draft-remove-text-plain-tag): New function.
2716         (wl-draft-reedit): Set cursor point for wl-draft-reedit-hook.
2717
2718         * wl-vars.el (wl-draft-write-file-function): New user option.
2719
2720         * wl-draft.el (wl-draft-prepare-edit): Use it for
2721         local-write-file-hooks.
2722         (wl-draft-reedit): Ditto; use exact match for text/plain tag.
2723
2724         * wl-draft.el (wl-draft-create-buffer): Cosmetic fix.
2725         (wl-draft-insert-mail-header-separator): Return the body beginning
2726         point.
2727         (wl-draft-reedit): Remove the mime-edit tag if the first part is
2728         text/plain.
2729         (wl-draft-reedit): Fixed argument for wl-draft-buffer-style.
2730
2731 2002-11-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2732
2733         * wl-summary.el (wl-summary-erase): New function to erase message
2734         without moving it to trash. Bind to "D".
2735
2736         * wl-draft.el (wl-user-agent-compose): Set wl-draft-buffer-style
2737         as `keep' unless switch-function.
2738
2739 2002-11-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2740
2741         * wl-draft.el (wl-draft-create-buffer): Rewrite the part to hide
2742         message buffer by using `wl-summary-toggle-disp-msg'.
2743         * wl-summary.el (wl-summary-resend-bounced-mail): Hide message
2744         buffer window.
2745         (wl-summary-supresedes-message): Ditto.
2746
2747         * wl-summary.el (wl-summary-reedit): Hide message buffer window.
2748         Do not delete other windows.
2749         * wl-draft.el (wl-draft-edit-string): Do not delete other windows.
2750         (wl-draft-reedit): Switch buffer with `wl-draft-buffer-style'.
2751         (wl-draft-create-buffer): Set reply-or-forward also for target
2752         mark commands.
2753
2754 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2755
2756         * wl-draft.el (wl-user-agent-compose): Delete special case for
2757         switch-to-buffer-other-window.
2758
2759         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2760         (wl-summary-forward): Ditto.
2761
2762         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2763         function.
2764         (wl-draft-buffer-style): New use option.
2765
2766         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2767         (wl-draft): Follow the change above.
2768         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2769         wl-draft-buffer-style.
2770         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2771         switch-function.
2772
2773 2002-11-07  Yuuichi Teranishi  <teranisi@gohome.org>
2774
2775         * wl-draft.el (wl-user-agent-compose): Delete special case for
2776         switch-to-buffer-other-window.
2777
2778         * wl-summary.el (wl-summary-reply): Don't treat switch buffer here.
2779         (wl-summary-forward): Ditto.
2780
2781         * wl-vars.el (wl-draft-buffer-style): Added choice of keep and
2782         function.
2783         (wl-draft-buffer-style): New use option.
2784
2785         * wl-draft.el (wl-draft-create-buffer): Abolish argument `full'.
2786         (wl-draft): Follow the change above.
2787         (wl-draft-create-buffer): Use wl-draft-reply-buffer-style and
2788         wl-draft-buffer-style.
2789         (wl-user-agent-compose): Bind wl-draft-buffer-style with
2790         switch-function.
2791
2792 2002-11-01  Tomotaka SUWA  <cooper@saitama.fujimic.fujisankei-g.co.jp>
2793
2794         * wl-address.el (wl-address-make-completion-entry): Extracted from
2795         `wl-address-make-completion-list'.
2796         (wl-address-enable-strict-loading): New variable.
2797         (wl-address-make-completion-list): Revive petname duplication
2798         inquiry, and enable it if `wl-address-enable-strict-loading'.
2799         (Note: this should be fixed in future. Ref: [wl:10773],[wl:10455])
2800
2801 2002-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
2802
2803         * wl-message.el (wl-message-get-original-buffer): Avoid
2804         'Selecting deleted buffer' error when original buffer is killed.
2805
2806 2002-10-28  Yuuichi Teranishi  <teranisi@gohome.org>
2807
2808         * wl-summary.el (wl-summary-next-message): Use
2809         elmo-message-accessible-p instead of elmo-message-cached-p.
2810
2811 2002-10-27  Yuuichi Teranishi  <teranisi@gohome.org>
2812
2813         * wl-util.el (wl-regexp-opt): Define as an alias for elmo-regexp-opt.
2814
2815         * wl-thread.el (wl-thread-open-all-unread): Use
2816         elmo-folder-list-flagged instead of
2817         elmo-folder-list-messages-mark-match.
2818
2819         * wl-summary.el (wl-summary-sync-marks): Use elmo-folder-list-flagged
2820         instead of elmo-folder-list-messages-mark-match.
2821         (wl-summary-move-spec-alist): New variable.
2822         (wl-summary-move-spec-plugged-alist,
2823         wl-summary-move-spec-unplugged-alist): Abolish.
2824         (wl-summary-next-message): Follow the change above.
2825         (wl-summary-save-view-cache): Call wl-summary-delete-all-temp-marks
2826         with 'no-msg' argument.
2827
2828         * wl-message.el (wl-message-buffer-prefetch-move-spec-alist): New
2829         variable.
2830         (wl-message-buffer-prefetch-move-spec-plugged-alist,
2831         wl-message-buffer-prefetch-move-spec-unplugged-alist): Abolish.
2832         (wl-message-buffer-prefetch-get-next): Follow the change above.
2833
2834 2002-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
2835
2836         * wl-version.el (wl-version): Changed codename.
2837
2838         * Version number is increased to 2.11.0.
2839
2840 2002-10-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2841
2842         * wl-draft.el (wl-draft-reply-saved-variables): New constant.
2843         (wl-draft-reply): Append `wl-draft-reply-saved-variables' to
2844         `wl-draft-config-variables'.
2845         (wl-draft-kill): Fixed problem when the draft is reedit.
2846
2847 2002-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
2848
2849         * wl-draft.el (wl-draft-highlight-and-recenter): Restore
2850         buffer-modified status (Thanks to
2851         Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>).
2852
2853 2002-10-22  Yuuichi Teranishi  <teranisi@gohome.org>
2854
2855         * wl-util.el (wl-region-exists-p): New function.
2856
2857         * wl-mime.el (wl-draft-yank-current-message-entity): Use it;
2858         Remove defvars for byte-compile warnings.
2859
2860 2002-10-22  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2861
2862         * wl-mime.el (toplevel): Fixed last change; use defvar instead of
2863         defvar-maybe. Removed unused bind.
2864
2865 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2866
2867         * wl-draft.el (wl-draft-forward): If wl-draft-use-frame, select
2868         summary buffer window before creating new frame.
2869         (wl-draft-reply): Ditto.
2870
2871 2002-10-21  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2872
2873         * wl-mime.el (toplevel): Avoid byte-compile warnings.
2874
2875 2002-10-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2876
2877         * wl-mime.el (wl-draft-yank-current-message-entity): Fix logic.
2878
2879 2002-10-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2880
2881         * wl-mime.el (wl-message-delete-current-part): Use `delete-region'
2882         instead of `kill-region'.
2883
2884 2002-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
2885
2886         * wl-highlight.el (wl-highlight-summary-answered-face): New face.
2887         (wl-highlight-summary-line-string): Use it.
2888         (wl-highlight-summary-current-line): Ditto.
2889
2890         * wl-mime.el (wl-message-delete-current-part): Check the class of
2891         mime-entity.
2892
2893         * wl-draft.el (wl-draft-reedit): Set wl-draft-parent-folder.
2894
2895         * wl-summary.el (wl-summary-make-number-list): Initialize.
2896         (wl-summary-update-mark): New function.
2897         (wl-summary-reply): Put `answered' mark on the message.
2898         (wl-summary-reply): Set `number' argument to wl-draft-reply.
2899
2900         * wl-draft.el (wl-draft-parent-number): New buffer local variable.
2901         (wl-draft-reply): Added optional argument `number';
2902         Set wl-draft-parent-number.
2903         (wl-draft-kill): Delete answered mark if it is a reply.
2904
2905 2002-10-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2906
2907         * wl-mime.el (wl-mime-preview-follow-current-region): New function
2908         that originates in mime-preview-follow-current-entity.
2909         (wl-draft-yank-current-message-entity): Use it if region is active.
2910
2911         * wl-mime.el (wl-message-delete-current-part): Remove restriction.
2912         * wl-e21.el (wl-message-define-keymap): Bind "D" for
2913         `wl-message-delete-current-part'.
2914         * wl-mule.el (wl-message-define-keymap): Ditto.
2915         * wl-xmas.el (wl-message-define-keymap): Ditto.
2916
2917 2002-10-16  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2918
2919         * wl-mime.el (wl-message-delete-current-part): New function.
2920         (wl-mime-node-id-to-string): Ditto.
2921
2922         * wl-mime.el (wl-message-delete-current-part): Use existing
2923         original buffer which corresponds current mime-view buffer.
2924         (fetched buffer might have different structure, possibly)
2925
2926         * wl-mime.el (wl-message-delete-current-part): Quit if the
2927         message content differs from the actual message.
2928
2929 2002-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
2930
2931         * wl-summary.el (wl-summary-insert-headers): Put alike hash in reverse
2932         order.
2933         (wl-summary-search-by-subject): Search parent message from tail;
2934         Check the existence of the parent message on the current thread tree.
2935         (wl-summary-update-thread): Check whether the line is inserted.
2936
2937 2002-10-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2938
2939         * wl-vars.el (wl-summary-line-format): Undo last change.
2940         * wl-summary.el (wl-summary-print-destination): Do not put
2941         invisible property when `wl-summary-width' is nil.
2942         (wl-summary-line-subject-minimum-length): Abolished.
2943         (wl-summary-line-subject): Ditto.
2944
2945 2002-10-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2946
2947         * wl-vars.el (wl-summary-line-format): Change default value.
2948         (wl-summary-subject-length-limit): Abolished.
2949         * wl-summary.el (wl-summary-line-subject): Ditto.
2950
2951 2002-10-09  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2952
2953         * wl-template.el (wl-template-select): Added optional argument.
2954         If optional argument is specified, reverse
2955         `wl-template-visible-select'.
2956
2957 2002-10-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2958
2959         * wl-mime.el (wl-summary-burst): Get elmo folder correctly.
2960         Take prefix argument to force asking the destination folder.
2961
2962 2002-09-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2963
2964         * wl-summary.el (wl-summary-prefetch-msg): If mark is changed,
2965         count and update status.
2966
2967 2002-09-24  Yuuichi Teranishi  <teranisi@gohome.org>
2968
2969         * wl-summary.el (wl-summary-redisplay-internal): If
2970         `elmo-message-use-cache-p' is non-nil, call `elmo-message-set-cached'
2971         after fetching.
2972
2973 2002-09-24  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
2974
2975         * wl-summary.el (wl-summary-mark-as-read-all): Bind new-mark.
2976         (wl-summary-mark-as-read): Don't call elmo-message-set-cached.
2977
2978         * wl-vars.el (toplevel): Require 'elmo-msgdb.
2979
2980 2002-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
2981
2982         * wl-summary.el (wl-summary-buffer-mark-modified): Abolish
2983         (All other related portions are changed).
2984         (wl-summary-mark-as-read-all): Rewrite.
2985
2986 2002-09-19  Yuuichi Teranishi  <teranisi@gohome.org>
2987
2988         * wl-summary.el (wl-summary-sync-marks): Set no-modeline argument of
2989         `wl-summary-mark-as-read'.
2990         (wl-summary-mark-as-unread): Rewrite.
2991         (wl-summary-mark-as-read): Added no-modeline argument.
2992         (wl-summary-resume-cache-status): Rewrite.
2993         (wl-summary-exec-subr): Remove unused local variable.
2994
2995 2002-09-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
2996
2997         * wl-summary.el (wl-summary-cursor-move-surface): Add missing
2998         logic to call `wl-summary-buffer-prev-folder-function'.
2999         (pointed out by Kazuhiro NISHIYAMA [mhc:01644])
3000
3001 2002-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
3002
3003         * wl-draft.el (wl-draft-reply): Avoid error when buf and summary-buf
3004         is nil.
3005
3006 2002-09-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3007
3008         * wl-mime.el (wl-mime-decrypt-application/pgp-encrypted): New
3009         function, a wrapper for `mime-decrypt-application/pgp-encrypted'.
3010         (wl-mime-setup): Add its entry.
3011
3012 2002-09-17  Yuuichi Teranishi  <teranisi@gohome.org>
3013
3014         * wl-summary.el (wl-summary-prefetch-msg): Use elmo-message-set-cached.
3015         (wl-summary-delete-cache): Likewise.
3016         (wl-summary-mark-as-read): Rewrite.
3017
3018 2002-09-16  Yuuichi Teranishi  <teranisi@gohome.org>
3019
3020         * wl-folder.el (wl-folder-check-one-entity): Follow the API change on
3021         `wl-summary-count-unread'.
3022
3023         * wl-summary.el (wl-summary-sync-marks): Treat global-mark here.
3024
3025         * wl-version.el (wl-version): Set codename for `elmo-mark' branch.
3026
3027 2002-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
3028
3029         * wl-vars.el (wl-summary-unread-mark, wl-summary-important-mark,
3030         wl-summary-new-mark, wl-summary-unread-uncached-mark,
3031         wl-summary-unread-cached-mark, wl-summary-read-uncached-mark):
3032         Renamed to the elmo-msgdb-*-mark.
3033         (wl-summary-score-marks): Follow the change above.
3034         (wl-summary-auto-refile-skip-marks): Ditto.
3035         (wl-summary-incorporate-marks): Ditto.
3036         (wl-summary-expire-reserve-marks): Ditto.
3037
3038         * wl-thread.el (wl-thread-open-all-unread): Follow the variable name
3039         changes.
3040         (wl-thread-insert-top): Changed updating message.
3041
3042         * wl-summary.el (wl-summary-buffer-answered-count): New buffer local
3043         variable.
3044         (wl-summary-count-unread): Count answered marks.
3045         (wl-summary-rescan): Call wl-summary-insert-message instead of
3046         wl-summary-append-message-func-internal.
3047         (wl-summary-rescan): Don't call wl-summary-make-number-list.
3048         (wl-summary-prefetch-msg): Follow the variable name changes.
3049         (wl-summary-prefetch-region): Ditto.
3050         (wl-summary-mark-as-read-all): Follow the API changes;
3051         Don't call elmo-folder-replace-marks.
3052         (wl-summary-delete-cache): Follow the variable name changes.
3053         (wl-summary-resume-cache-status): Ditto.
3054         (wl-summary-update-status-marks): New function.
3055         (wl-summary-insert-message): New function.
3056         (wl-summary-sync-marks): Follow the variable name changes.
3057         (wl-summary-sync-update): Synchronize to the msgdb, too;
3058         Changed update messages.
3059         (wl-summary-make-number-list): Rewrite.
3060         (wl-summary-insert-sequential): Update wl-summary-buffer-number-list.
3061         (wl-summary-mark-as-unread): Follow the API changes.
3062         (wl-summary-exec-subr): Follow the variable name changes.
3063         (wl-summary-mark-as-read): Ditto.
3064         (wl-summary-move-spec-plugged-alist): Ditto.
3065         (wl-summary-move-spec-unplugged-alist): Ditto.
3066         (wl-summary-cursor-move-surface): Ditto.
3067
3068         * wl-highlight.el (wl-highlight-summary-line-string): Follow the
3069         variable name changes.
3070         (wl-highlight-summary-current-line): Ditto.
3071
3072         * wl-expire.el (wl-expire-refile): Follow the API change in
3073         elmo-folder-move-messages.
3074         (wl-expire-refile-with-copy-reserve-msg): Ditto.
3075         (wl-summary-archive): Use elmo-folder-msgdb instead of
3076         elmo-msgdb-load.
3077
3078 2002-09-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3079
3080         * wl-mime.el (wl-draft-preview-message): Restore the position
3081         before evaluating wl-draft-send-hook in preview buffer.
3082
3083 2002-09-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3084
3085         * wl-addrmgr.el (wl-addrmgr-apply-exec): Call wl-draft interactively
3086         when it creates new draft buffer.
3087
3088         * wl-folder.el (wl-folder-flush-queue): Call elmo-dop-queue-flush
3089         without argument.
3090
3091         * wl-draft.el (wl-draft-config-sub-eval-insert): New function.
3092         Evaluate content and if the value is string, insert it.
3093         (wl-draft-config-sub-body,wl-draft-config-sub-top,
3094         wl-draft-config-sub-bottom,wl-draft-config-sub-header,
3095         wl-draft-config-sub-header-top,wl-draft-config-sub-part-top,
3096         wl-draft-config-sub-part-bottom): Use it.
3097
3098         * wl-summary.el (wl-summary-cleanup-temp-marks): Ask execution
3099         with the folder name. The question was unintelligible when it is
3100         called from wl-save-status.
3101
3102 2002-09-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3103
3104         * wl-summary.el (wl-summary-save-view-cache): Avoid error on
3105         xemacs without mule (`mime-charset-to-coding-system' in mcs-ltn1
3106         cannot take second argument).
3107
3108 2002-09-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3109
3110         * wl-summary.el (wl-summary-line-attached): Bind case-fold-search
3111         as t. Since type and subtype are not case sensitive (RFC 2045).
3112
3113 2002-09-04  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3114
3115         * wl-vars.el (wl-message-mode-line-format): New variable.
3116         (wl-message-mode-line-format-spec-alist): Ditto.
3117         * wl-message.el (wl-message-buffer-mode-line-formatter): Ditto.
3118         (wl-message-redisplay): Use wl-message-mode-line-format.
3119
3120 2002-09-04  Yuuichi Teranishi  <teranisi@gohome.org>
3121
3122         * wl-mime.el (wl-draft-preview-message): Bind wl-draft-parent-folder.
3123
3124 2002-09-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3125
3126         * wl-summary.el (wl-summary-default-from): Write description.
3127
3128 2002-09-03  Yuuichi Teranishi  <teranisi@gohome.org>
3129
3130         * wl-vars.el (wl-ldap-objectclass): Abolish.
3131
3132         * wl-address.el (wl-ldap-search-attribute-type-list): Added 'email'.
3133         (wl-ldap-make-filter): Removed condition for objectclass.
3134         (wl-ldap-make-matched-value-list): Remove meaningless process.
3135         (wl-ldap-alias-safe-string): Changed regexp for space/tab matching.
3136         (wl-address-ldap-search): Don't add `*' to `pat' string;
3137         use ignore-errors; added `email';
3138         use `ldap-default-host' if non-nil and `wl-ldap-server'is nil;
3139         use `ldap-default-port' if non-nil and `wl-ldap-port' is nil;
3140         use `ldap-default-base' if non-nil and `wl-ldap-base' is nil.
3141
3142
3143 2002-09-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3144
3145         * wl-draft.el (wl-draft-parent-folder): Write description.
3146         * wl-vars.el (wl-draft-config-alist): Refer `wl-draft-parent-folder'
3147
3148 2002-09-02  Yuuichi Teranishi  <teranisi@gohome.org>
3149
3150         * wl-draft.el (wl-draft-create-buffer): Set `wl-draft-parent-folder'
3151         as "" (zero-length string) if no parent.
3152         (wl-draft-hide): Fixed logic for wl-draft-use-frame.
3153
3154 2002-08-27  Yuuichi Teranishi  <teranisi@gohome.org>
3155
3156         * wl-address.el (wl-address-make-completion-list): Skip duplication
3157         checking.
3158         (wl-address-make-address-list): use `cons' and `nreverse' instead of
3159         `append'.
3160
3161 2002-08-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3162
3163         * wl-draft.el (wl-draft-insert-x-face-field): Use `goto-char'
3164         instead of `beginning-of-buffer'.
3165
3166 2002-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * wl-xmas.el (wl-message-wheel-down): Fix parentheses.
3169
3170 2002-08-22  Yuuichi Teranishi  <teranisi@gohome.org>
3171
3172         * wl-xmas.el, wl-mule.el, wl-e21.el (wl-message-wheel-up):
3173         Refer wl-message-buffer-name.
3174         (wl-message-wheel-down): Ditto.
3175
3176 2002-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
3177
3178         * wl-vars.el (wl-message-buffer-name): New user option.
3179
3180         * wl-summary.el (wl-summary-read-folder): Use wl-folder-entity-hashtb
3181         directly instead of making alist dinamically.
3182
3183         * wl-message.el (wl-message-buffer-cache-name): Abolish.
3184         (wl-message-buffer-create): Use wl-message-buffer-name instead of
3185         wl-message-buffer-cache-name.
3186         (wl-message-buffer-cache-clean-up): Ditto.
3187
3188         * wl-folder.el (wl-folder-set-entity-info): Use elmo-string.
3189
3190         * Version number is increased to 2.9.15.
3191
3192 2002-08-06  Yuuichi Teranishi  <teranisi@gohome.org>
3193
3194         * wl-vars.el (wl-summary-default-view-alist): New user option.
3195
3196         * wl-summary.el (wl-summary-goto-folder-subr): Use it.
3197
3198         * wl-draft.el (wl-draft-make-mail-followup-to): Ignore case
3199         while deleting address.
3200         (wl-draft-delete-myself-from-cc): Ditto.
3201
3202         * wl-fldmgr.el (wl-fldmgr-sort): Added optional argument.
3203         If optional argument is specified, reverse sort order.
3204
3205         * wl-draft.el (wl-draft-get-fcc-list): Allow multiple Fcc folders.
3206
3207 2002-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
3208
3209         * wl-thread.el (wl-thread-insert-message): Return parent number if
3210         exists.
3211         (wl-thread-update-indent-string-region): Use
3212         wl-thread-update-line-on-buffer-sub instead of
3213         wl-thread-update-line-on-buffer.
3214
3215 2002-07-23  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3216
3217         * wl-folder.el (wl-folder-open-all): Call wl-highlight-folder-path.
3218         (wl-folder-close-all): Ditto.
3219
3220 2002-07-09  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3221
3222         * wl-summary.el (wl-summary-get-list-info): Process delivered-to:
3223         and mailing-list:.
3224         (wl-summary-overview-entity-compare-by-list-info): Treat empty field
3225         value.
3226         (wl-summary-line-list-info): Print mailing-list name even when 
3227         list-number is empty.
3228
3229 2002-07-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3230
3231         * wl-draft.el (wl-draft-edit-string): Don't set buffer-read-only.
3232
3233         * wl-draft.el (wl-draft-confirm): Abolished since not used.
3234         (wl-draft-open-file): Ditto.
3235         (wl-draft-random-alphabet): Ditto.
3236
3237         * wl-summary.el (wl-summary-mode-map): Remove already abolished
3238         bindings.
3239
3240 2002-07-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3241
3242         * wl-draft.el (wl-draft-config-exec): Fixed docstring.
3243         * wl-vars.el (wl-draft-config-alist): Ditto.
3244
3245 2002-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
3246
3247         * Version number is increased to 2.9.14.
3248
3249         * wl.el (wl): Don't set wl-init as nil when error occured while
3250         auto-checking folders.
3251
3252         * wl-util.el (wl-expand-newtext): Re-define as an alias for
3253         `elmo-expand-newtext'.
3254
3255 2002-07-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3256
3257         * wl-folder.el (wl-folder-goto-folder-subr): Keep value of
3258         `this-command' so that `wl-folder-goto-folder' contained in
3259         `wl-summary-keep-cursor-command' work.
3260
3261 2002-07-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3262
3263         * wl-summary.el (wl-summary-jump-to-parent-message): Keep
3264         message buffer displaying state.
3265
3266 2002-07-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3267
3268         * wl-vars.el (wl-summary-default-view): New variable to specify
3269         default value for `wl-summary-buffer-view' instead of using
3270         set-default.
3271         * wl-summary.el (wl-summary-goto-folder-subr): Ditto.
3272
3273 2002-07-03  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3274
3275         * wl-summary.el (wl-summary-resend-bounced-mail): Loosen regexp.
3276
3277         * wl-vars.el (wl-rejected-letter-start): Add pattern for qmail.
3278
3279 2002-07-01  Akihiro MOTOKI  <amotoki@dd.iij4u.or.jp>
3280
3281         * wl-vars.el (wl-forward-subject-prefix): New variable.
3282         * wl-draft.el (wl-draft-forward): Use it.
3283
3284 2002-06-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3285
3286         * wl-message.el (wl-message-prev-page): When it is called without
3287         lines argument, scroll down by wl-message-scroll-amount lines.
3288         (wl-message-next-page): Ditto.
3289         * wl-vars.el (wl-message-scroll-amount): Change default value
3290         to preserve current behavior.
3291
3292 2002-06-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3293
3294         * wl-summary.el (wl-summary-prefetch-msg): Bind
3295         `wl-message-entity' to call `wl-summary-from-function'.
3296
3297 2002-06-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3298
3299         * wl-message.el (wl-message-buffer-create): Run
3300         wl-message-buffer-created-hook.
3301
3302 2002-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
3303
3304         * wl-summary.el (wl-summary-sort-specs): New variable.
3305         (wl-summary-default-sort-spec): Ditto.
3306         (wl-summary-sort): Rewrite.
3307         (wl-summary-sort-by-list-info): New function.
3308
3309 2002-06-18  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3310
3311         * wl-summary.el (wl-summary-get-list-info): New function.
3312         (wl-summary-sort): Rewrite.
3313         (wl-summary-line-list-info): Ditto.
3314         (wl-summary-line-list-count): Ditto.
3315         (wl-summary-refile-region): Fixed docstring.
3316
3317 2002-06-17  Yuuichi Teranishi  <teranisi@gohome.org>
3318
3319         * wl-summary.el (wl-summary-read-folder): Use copy-sequence 
3320         `wl-folder-entity-hashtb' as completion table.
3321
3322 2002-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3323
3324         * wl-draft.el (wl-draft-beginning-of-line): Set zmacs-region-stays
3325         only when this command is called interactively; silence the byte-
3326         compiler.
3327
3328 2002-06-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3329
3330         * wl-draft.el (wl-draft-beginning-of-line): Keep the region
3331         active in XEmacs.
3332
3333 2002-06-13  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3334
3335         * wl-draft.el (wl-draft-beginning-of-line): Treat the header with
3336         plural lines.
3337
3338 2002-06-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3339
3340         * wl-draft.el (wl-draft-beginning-of-line): Move to the beginning
3341         of current line when the cursor is on the header name.
3342         (preserve behavior to move to b.o.h. and b.o.l. mutually)
3343
3344 2002-06-06  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3345
3346         * wl-util.el (wl-read-directory-name): Return displayed directory
3347         as the default value also on XEmacs.
3348
3349 2002-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
3350
3351         * wl-summary.el (wl-summary-line-list-count): Use ".0f" for ml-count
3352         formatting.
3353
3354 2002-05-26  Yuuichi Teranishi  <teranisi@gohome.org>
3355
3356         * wl-highlight.el (wl-highlight-summary): Added optional `lazy'
3357         argument and when it is non-nil, check face property before
3358         highlighting for each line.
3359         (wl-highlight-summary-window): Set it.
3360
3361 2002-05-22  Yuuichi Teranishi  <teranisi@gohome.org>
3362
3363         * wl-vars.el (wl-draft-disable-bcc-for-mime-bcc): New user option.
3364         (wl-draft-disable-fcc-for-mime-bcc): Ditto.
3365
3366         * wl-draft.el (wl-draft-deduce-address-list): Disable bcc while
3367         mime-bcc if wl-draft-disable-bcc-for-mime-bcc is non-nil.
3368         (wl-draft-get-fcc-list): Likewise.
3369
3370 2002-05-21  Yuuichi Teranishi  <teranisi@gohome.org>
3371
3372         * wl-thread.el (wl-thread-indent-regexp): Abolished.
3373         (wl-thread-entity-cur): Ditto.
3374         * wl-summary.el (wl-summary-buffer-set-folder): Removed
3375         wl-thread-indent-regexp setting.
3376         (wl-summary-sync-update): Removed wl-thread-entity-cur setting.
3377
3378         * wl-summary.el (wl-summary-display-top): Highlight summary window when
3379         wl-summary-lazy-highlight.
3380         (wl-summary-display-bottom): Ditto.
3381
3382         * wl-thread.el (wl-thread-open-close): Likewise.
3383
3384         * wl-draft.el (wl-draft-do-mime-bcc): Decode field body of original
3385         from and subject;
3386         Bind wl-draft-use-frame;
3387         Enclose with save-window-excursion;
3388         Use wl-draft-create-buffer instead of with-temp-buffer;
3389         Use wl-draft-prepare-edit;
3390         Use insert-buffer instead of wl-draft-yank-from-mail-reply-buffer;
3391         Use wl-draft-send instead of wl-draft-raw-send.
3392
3393 2002-05-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3394
3395         * wl-draft.el (wl-draft-do-mime-bcc): Preserve original from instead
3396         of using wl-from.
3397
3398 2002-05-20  Yuuichi Teranishi  <teranisi@gohome.org>
3399
3400         * wl-draft.el (wl-draft-do-mime-bcc): Use generate-new-buffer and
3401         insert-buffer instead of clone-buffer.
3402         (wl-draft-doing-mime-bcc): New variable.
3403         (wl-draft-do-mime-bcc): Bind wl-draft-doing-mime-bcc to avoid
3404         infinite loop.
3405         (wl-draft-do-mime-bcc): Use wl-from for From field value.
3406
3407         * wl-vars.el (wl-draft-mime-bcc-field-name): New user option.
3408         (wl-draft-mime-bcc-body): Ditto.
3409
3410         * wl-draft.el (wl-draft-setup): Setup wl-draft-mime-bcc-field-name.
3411         (wl-message-mail-p): Added wl-draft-mime-bcc-field-name.
3412         (wl-draft-dispatch-message): Call wl-draft-mime-bcc-field and
3413         wl-draft-do-mime-bcc.
3414         (wl-draft-mime-bcc-field): New function.
3415         (wl-draft-do-mime-bcc): Ditto.
3416
3417         * wl-address.el (wl-address-complete-header-list): New variable.
3418         (wl-address-complete-header-regexp): Changed default value.
3419
3420         * Version number is increased to 2.9.13.
3421
3422 2002-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
3423
3424         * wl-summary.el (wl-summary-mark-as-read): Set msgdb mark only when
3425         it is differed.
3426
3427 2002-05-18  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3428
3429         * wl-summary.el (wl-summary-line-list-info): Rewrite.
3430         (wl-summary-line-list-count): Ditto.
3431
3432 2002-05-18  Kenichi OKADA  <okada@opaopa.org>
3433
3434         * wl-vars.el (wl-nntp-posting-config-alist): New variable.
3435         (wl-nntp-posting-function): New variable.
3436         * wl-draft.el (wl-draft-elmo-nntp-send): Change for
3437         `wl-nntp-posting-config-alist'.
3438
3439 2002-05-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3440
3441         * wl-draft.el (wl-draft-send-mail-with-smtp): Remove staff for older
3442         FLIM.
3443
3444 2002-05-16  Tatsuya Kinoshita  <tats@iris.ne.jp>
3445
3446         * wl-summary.el (wl-summary-target-mark-refile-sub):
3447         Remove a nuisance funcall.
3448
3449 2002-05-16  Yuuichi Teranishi  <teranisi@gohome.org>
3450
3451         * wl-address.el (wl-complete-field-body): Bind `completion-ignore-case'
3452         as t for `try-completion'.
3453
3454 2002-05-15  Yuuichi Teranishi  <teranisi@gohome.org>
3455
3456         * wl-summary.el (wl-summary-default-from): Use
3457         wl-address-header-extract-address instead of
3458         std11-extract-address-components.
3459         (wl-summary-simple-from): Ditto.
3460         (wl-summary-goto-folder-subr): Check wl-summary-cache-use.
3461         (wl-summary-insert-headers): Show message.
3462         (wl-summary-create-line): Set 4th argument of wl-set-string-width
3463         for whole line.
3464         (wl-summary-default-from): Revert last change.
3465         (wl-summary-simple-from): Ditto.
3466         (wl-summary-mark-as-read): Argument rearrangement and re-written.
3467         (wl-summary-mark-as-read-region): Follow the change above.
3468         (wl-summary-sync-marks): Ditto.
3469         (wl-summary-target-mark-mark-as-read): Ditto.
3470         (wl-summary-redisplay-internal): Ditto.
3471         (wl-summary-redisplay-no-mime-internal): Ditto.
3472         (wl-summary-redisplay-all-header): Ditto.
3473         (wl-summary-mark-as-read): Removed argument `cached';
3474         Use current cache status to set cache mark.
3475         (wl-summary-redisplay-internal): Follow the change above.
3476         (wl-summary-redisplay-no-mime-internal): Ditto.
3477         (wl-summary-redisplay-all-header): Ditto.
3478
3479         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3480
3481         * wl-util.el (wl-set-string-width): Added 4th argument ignore-invalid;
3482         Don't call itself recursively (Adviced by Yamaoka-san).
3483
3484 2002-05-14  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3485
3486         * wl-summary.el (wl-summary-save-view-cache): In temporary buffer,
3487         bind wl-summary-highlight as nil to avoid error caused by missing
3488         local variables.
3489
3490 2002-05-14  Yuuichi Teranishi  <teranisi@gohome.org>
3491
3492         * wl-vars.el (wl-invalid-character-message): New user option.
3493
3494         * wl-util.el (wl-set-string-width): If truncated string-width is
3495         larger than specified width, use `wl-invalid-character-message'.
3496
3497 2002-05-14  KAMO Tomoyuki  <kamo@i-manage.co.jp>
3498
3499         * wl-summary.el (wl-summary-prefetch-msg): 
3500         If wl-prefetch-confirm is nil and arg is non-nil, do prefetch.
3501
3502 2002-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
3503
3504         * wl-vars.el (wl-summary-check-line-format): New user option.
3505         (wl-summary-line-format-file): Ditto.
3506
3507         * wl-summary.el (wl-summary-buffer-line-format): New buffer local
3508         variable.
3509         (wl-summary-buffer-set-folder): Set wl-summary-buffer-line-format.
3510         (wl-summary-goto-folder-subr): Use `wl-summary-line-format-changed-p'
3511         and `wl-summary-view-old-p' to check whether do a rescan or not.
3512         (wl-summary-view-old-p): New function.
3513         (wl-summary-line-format-changed-p): Ditto.
3514         (wl-summary-line-format-save): Ditto.
3515         (wl-summary-save-view-cache): Call `wl-summary-line-format-save'.
3516
3517         * wl-util.el (wl-set-string-width): Avoid using negative number
3518         for make-string.
3519
3520 2002-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3521
3522         * wl-summary.el (wl-summary-line-list-info): Revised format of the
3523         return value.
3524
3525         * wl-util.el (wl-set-string-width): Added optional argument
3526         `padding' (All other related portions are changed).
3527         (wl-line-parse-format): If the first letter of column number is
3528         `0', zero-padding the result (ex: "%05l").
3529
3530         * wl-summary.el (wl-summary-line-list-count): Fixed parenthesis.
3531
3532 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3533
3534         * wl-summary.el (wl-summary-delete-messages-on-buffer): Fix for
3535         sequential summary view.
3536
3537 2002-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3538
3539         * wl-summary.el (wl-summary-save-view-cache): Use a base codesys
3540         if it doesn't have a -unix version.
3541
3542 2002-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
3543
3544         * wl-summary.el (wl-summary-jump-to-msg): Fix.
3545
3546 2002-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
3547
3548         * wl-draft.el (wl-draft-create-contents): Treat 'Body field as draft
3549         content.
3550         (wl-draft): Follow the change above.
3551
3552         * wl-vars.el (wl-summary-line-format-spec-alist): Added @.
3553
3554         * wl.el (wl-check-variables-2): Check whether wl-summary-line-format
3555         and wl-folder-summary-line-format-alist contain %T and %P.
3556
3557         * wl-vars.el (wl-summary-mode-line-format-spec-alist): New variable.
3558         (wl-summary-mode-line-format): New user option.
3559         (wl-summary-line-format-spec-alist): Added l, T, P, n.
3560         (wl-summary-line-format): Changed default value.
3561         (wl-summary-lazy-highlight): Changed default value.
3562
3563         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Follow the
3564         change in wl-summary-create-line.
3565         (wl-thread-insert-entity-sub): Ditto.
3566
3567         * wl-summary.el (wl-summary-buffer-folder-indicator): Abolished.
3568         (wl-summary-buffer-unread-status): Ditto.
3569         (wl-summary-buffer-temp-mark-column): New buffer-local variable.
3570         (wl-summary-buffer-persistent-mark-column): Ditto.
3571         (wl-summary-buffer-mode-line-formatter): Ditto.
3572         (wl-summary-buffer-mode-line): Ditto.
3573         (wl-summary-message-regexp): Abolished.
3574         (All other related portions are changed.)
3575         (wl-summary-detect-mark-position): New function.
3576         (wl-summary-buffer-set-folder): Setup
3577         wl-summary-buffer-mode-line-formatter.
3578         (wl-summary-mode): Setup selective-display;
3579         Setup pre-idle-hook when xemacs.
3580         (wl-summary-update-modeline): Rewrite.
3581         (wl-summary-jump-to-msg): Define as function;
3582         Changed regexp for searching messages.
3583         (wl-summary-message-number): Rewrite.
3584         (wl-summary-goto-folder-subr): Decode with `unix' EOL;
3585         Do rescan when old type summary cache.
3586         (wl-summary-goto-folder-subr): Call sit-for to rehighlight on XEmacs.
3587         (wl-summary-remove-destination): Use '\r' to detect EOL.
3588         (wl-summary-print-destination): Ditto.
3589         (wl-summary-temp-mark): New inline function.
3590         (wl-summary-persistent-mark): Ditto.
3591         (wl-summary-line-number): New function.
3592         (wl-summary-line-list-info): Renamed from wl-summary-line-list-info.
3593         (wl-summary-line-list-count): New function.
3594         (wl-summary-create-line): Added argument persistent-mark.
3595         (All other related portions are changed)
3596         (wl-summary-create-line): Insert '\r'.
3597         (wl-summary-save-view-cache): Encode whth `unix' EOL.
3598         (wl-summary-cursor-move-surface): New inline function.
3599         (wl-summary-prev): Use it.
3600         (wl-summary-next): Ditto.
3601
3602         * wl-highlight.el (wl-highlight-summary-current-line): Don't use
3603         wl-summary-message-regexp.
3604         (wl-highlight-summary): Delete progress message.
3605         (wl-highlight-summary-window): Do highlight only when wl-summary-mode.
3606
3607         * Version number is increased to 2.9.12.
3608
3609 2002-05-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3610
3611         * wl-summary.el (wl-summary-line-subject-minimum-length): New
3612         variable (nil: no minimum).
3613         (wl-summary-line-subject): Add some spaces after subject by
3614         wl-summary-line-subject-minimum-length.
3615
3616 2002-05-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3617
3618         * wl-vars.el (wl-summary-line-format-spec-alist): Redefined `c'
3619         and removed `F'.
3620         (wl-folder-summary-line-format-alist): Fixed docstring (Follow the
3621         change above).
3622
3623 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3624
3625         * wl-summary.el (wl-summary-line-list-count): Reverted.
3626         (example setting in samples/*/dot.wl is also updated)
3627
3628 2002-05-07  Yuuichi Teranishi  <teranisi@gohome.org>
3629
3630         * wl-vars.el (wl-summary-line-format-spec-alist): Added '~'.
3631
3632         * wl-util.el (wl-line-parse-format): Set up wl-line-string.
3633
3634         * wl-vars.el (wl-summary-line-format): Addes some description to the
3635         docstring.
3636
3637         * wl-summary.el (wl-summary-line-open-bracket): Abolished.
3638         (wl-summary-line-close-bracket): Ditto.
3639         (wl-summary-line-children-number): Ditto.
3640         (wl-summary-line-thread-indent): Ditto.
3641         (wl-summary-line-children-and-from): Ditto.
3642
3643         * wl-vars.el (wl-summary-line-format-spec-alist): Redefine '[', ']',
3644         't', 'c', 'F' and added 'C'.
3645
3646         * wl-util.el (wl-set-string-width): Accept negative value.
3647         (wl-line-parse-format): Added "%number(" and "%)".
3648
3649 2002-05-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3650
3651         * wl-summary.el (wl-summary-line-list-count): Change format of the
3652         return value.
3653
3654 2002-05-03  Daiki Ueno  <ueno@unixuser.org>
3655
3656         * wl-draft.el (wl-draft-beginning-of-line): New command imported
3657         from the recent message.el.
3658         (wl-draft-point-in-header-p): Ditto.
3659         * wl-mule.el (wl-draft-mode-map): Bind "\C-a" to
3660         wl-draft-beginning-of-line.
3661         * wl-e21.el (wl-draft-mode-map): Ditto.
3662         * wl-xmas.el (wl-draft-mode-map): Ditto.
3663
3664         * wl-folder.el: Sort macrodefs by dependencies.
3665
3666 2002-05-03  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3667
3668         * wl-summary.el (wl-summary-prev): Fixed regexp.
3669         (wl-summary-next): Ditto.
3670
3671 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3672
3673         * wl-summary.el (wl-summary-line-day-of-week): Ignore error.
3674
3675 2002-05-02  Yuuichi Teranishi  <teranisi@ns.templewest.net>
3676
3677         * wl-summary.el (wl-summary-create-line): Bind variable `entity'
3678         for backward compatibility.
3679
3680 2002-05-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3681
3682         * wl-summary.el (wl-summary-line-list-count): New function, merged
3683         from my-wl-summary-subject-func-ml in samples/*/dot.wl.
3684         * wl-vars.el (wl-summary-line-format-spec-alist): Add entry for
3685         list counts.
3686
3687 2002-05-02  Yuuichi Teranishi  <teranisi@gohome.org>
3688
3689         * wl-summary.el (wl-summary-create-line): Ignore errors while
3690         timezone-fix-time.
3691
3692         * wl-acap.el (wl-acap-create-folder-entity): Bind unbound variable.
3693
3694         * wl-summary.el (wl-summary-sync-update): Ditto.
3695         (wl-summary-default-from): Use wl-message-entity
3696         instead of entity.
3697
3698         * wl-summary.el (wl-summary-create-line): Fix.
3699
3700         * wl-vars.el (wl-summary-line-format-spec-alist): New variable.
3701         (wl-summary-line-format): New user option.
3702         (wl-folder-summary-line-format-alist): Ditto.
3703         (wl-summary-from-width): Abolished.
3704
3705         * wl-util.el (toplevel): Require 'bytecomp.
3706         (wl-line-parse-format): New function.
3707         (wl-line-formatter-setup): New macro.
3708
3709         * wl-summary.el (wl-summary-buffer-number-regexp): Abolished.
3710         (wl-summary-buffer-line-formatter): New buffer local variable.
3711         (wl-summary-switch-to-clone-buffer): Follow the change above.
3712         (wl-summary-message-regexp): Fix.
3713         (wl-summary-from-func-internal): Abolished.
3714         (wl-summary-subject-func-internal): Ditto.
3715         (wl-summary-subject-filter-func-internal): Ditto.
3716         (All other related portions are changed.)
3717         (wl-summary-buffer-set-folder):
3718         Set up wl-summary-buffer-number-column and 
3719         wl-summary-buffer-line-formatter
3720         (All other related portions are changed.)
3721         (wl-summary-buffer-number-column-detect): Abolished.
3722         (All other related portions are changed.)
3723         (wl-summary-delete-all-status-marks-on-buffer): Removed.
3724         (wl-summary-delete-all-temp-marks-on-buffer): Use
3725         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp.
3726         (wl-summary-target-mark-delete): Ditto.
3727         (wl-summary-target-mark-refile-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-target-mark-save): Ditto.
3732         (wl-summary-replace-status-marks): Renamed from
3733         wl-summary-set-status-marks-on-buffer;
3734         Use wl-summary-message-regexp instead of
3735         wl-summary-buffer-number-regexp.
3736         (wl-summary-sync-update): Follow the change above.
3737         (wl-summary-goto-previous-message-beginning): New function.
3738         (wl-summary-mark-as-unread): Use it.
3739         (wl-summary-mark-as-important): Ditto.
3740         (wl-summary-line-formatter): New variable.
3741         (wl-summary-line-year): New function.
3742         (wl-summary-line-day): Ditto.
3743         (wl-summary-line-day-of-week): Ditto.
3744         (wl-summary-line-hour): Ditto.
3745         (wl-summary-line-minute): Ditto.
3746         (wl-summary-line-open-bracket): Ditto.
3747         (wl-summary-line-close-bracket): Ditto.
3748         (wl-summary-line-children-number): Ditto.
3749         (wl-summary-line-thread-indent): Ditto.
3750         (wl-summary-line-size): Ditto.
3751         (wl-summary-line-subject): Ditto.
3752         (wl-summary-line-from): Ditto.
3753         (wl-summary-line-children-and-from): Ditto.
3754         (wl-summary-create-line): Rewritten.
3755         (wl-summary-format-date): Abolished.
3756
3757         * wl-highlight.el (wl-highlight-summary-current-line): Use
3758         wl-summary-message-regexp instead of wl-summary-buffer-number-regexp;
3759         Use thread structure to detect thread top message.
3760
3761         * wl-draft.el (wl-default-draft-cite): Don't use
3762         wl-summary-from-func-internal.
3763
3764         * wl-refile.el (wl-refile-subject-learn): Don't use
3765         wl-summary-subject-filter-func-internal.
3766         (wl-refile-guess-by-subject): Ditto.
3767
3768         * wl-e21.el (wl-e21-toolbar-configurations): Changed default
3769         parameters.
3770
3771         * wl-thread.el (wl-thread-update-indent-string-region):
3772         Use wl-thread-update-line-on-buffer instead of
3773         wl-thread-update-indent-string.
3774         (wl-thread-update-children-number): Redefine using
3775         wl-thread-update-line-on-buffer.
3776         (wl-thread-update-indent-string): Abolished.
3777
3778         * Version number is increased to 2.9.11.
3779
3780 2002-05-01  Yuuichi Teranishi  <teranisi@gohome.org>
3781
3782         * wl-e21.el (wl-modeline-biff-state-on): Put risky-local-variable
3783         property for wl-modeline-biff-state-on, wl-modeline-biff-state-off,
3784         wl-modeline-plug-state-on and wl-modeline-plug-state-off.
3785
3786         * wl-folder.el (wl-folder-buffer-search-entity): Bind case-fold-search
3787         as nil.
3788
3789         * wl-thread.el (wl-thread-open-all-unread): Use 
3790         elmo-folder-list-messages-mark-match.
3791         (wl-thread-insert-message): Removed argument `mark-alist'.
3792         (wl-thread-msg-mark-as-important): Use elmo-msgdb-get-mark and
3793         elmo-msgdb-set-mark.
3794         (wl-thread-get-children-msgs-uncached): Likewise.
3795         (wl-thread-get-exist-children): Added argument include-self.
3796         (wl-thread-delete-message): Follow the change above.
3797
3798         * wl-summary.el (wl-summary-count-unread): Removed argument.
3799         (wl-summary-rescan): Follow the change above.
3800         (wl-summary-mark-as-read-region): Ditto
3801         (wl-summary-mark-as-unread-region): Ditto.
3802         (wl-summary-delete-messages-on-buffer): Ditto.
3803         (wl-summary-sync-update): Ditto.
3804         (wl-summary-switch-to-clone-buffer): Ditto.
3805         (wl-summary-goto-folder-subr): Ditto.
3806         (wl-summary-target-mark-mark-as-read): Ditto.
3807         (wl-summary-target-mark-mark-as-unread): Ditto.
3808         (wl-summary-target-mark-mark-as-important): Ditto.
3809         (wl-summary-insert-thread-entity): Removed argument `mark-alist'.
3810         (wl-summary-update-thread): Removed argument `mark-alist'.
3811         (wl-summary-sync-marks): Use elmo-folder-list-messages-mark-match.
3812         (wl-summary-mark-as-read-all): Use elmo-folder-replace-marks.
3813         (wl-summary-resume-cache-status): Likewise.
3814         (wl-summary-prefetch-msg): Use elmo-msgdb-get-mark and
3815         elmo-msgdb-set-mark.
3816         (wl-summary-mark-as-read-all): Likewise.
3817         (wl-summary-delete-cache): Ditto.
3818         (wl-summary-auto-select-msg-p): Ditto.
3819         (wl-summary-mark-as-unread): Ditto.
3820         (wl-summary-no-auto-refile-message-p): Ditto.
3821         (wl-summary-mark-as-read): Ditto.
3822         (wl-summary-mark-as-important): Ditto.
3823         (wl-summary-auto-refile): Follow the change above.
3824         (wl-summary-delete-all-marks): Removed.
3825         (wl-summary-resume-marks-and-highlight): Ditto.
3826         (wl-summary-resume-marks): Ditto.
3827         (wl-summary-delete-important-msgs-from-list): Ditto.
3828         (wl-summary-delete-canceled-msgs-from-list): Ditto.
3829
3830         * wl-folder.el (wl-folder-check-one-entity): Removed argument for
3831         wl-summary-count-unread.
3832
3833         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
3834         (wl-summary-score-update-all-lines): Use
3835         elmo-msgdb-set-mark.
3836
3837 2002-04-30  Yuuichi Teranishi  <teranisi@gohome.org>
3838
3839         * wl-summary.el (wl-summary-summary-line-already-exists-p): Abolished.
3840         (wl-summary-insert-sequential): Renamed from wl-summary-insert-summary.
3841         (wl-summary-create-line): Renamed from
3842         wl-summary-overview-create-summary-line;
3843         Argument rearrangement.
3844         (wl-summary-update-thread): Follow the change above.
3845
3846         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Likewise.
3847         (wl-thread-insert-entity-sub): Likewise.
3848
3849         * wl-summary.el (wl-summary-append-message-func-internal): Removed
3850         argument `overview', `mark-alist' and added `msgdb'.
3851
3852         * wl-thread.el (wl-thread-insert-message): Remove argument `overview'.
3853
3854         * wl-summary.el (wl-summary-insert-summary): Changed argument.
3855         (wl-summary-rescan): Follow the change above.
3856         (wl-summary-sync-update): Ditto.
3857         (wl-summary-insert-thread-entity): Ditto;
3858         Don't use `let*' in every while loop;
3859         Detect infinite loop of threads.
3860         (wl-summary-update-thread): Removed argument `overview'.
3861
3862         * wl-thread.el (wl-thread-insert-message): Ditto.
3863
3864         * Version number is increased to 2.9.10.
3865
3866         * wl-message.el (wl-message-redisplay): Ignore errors while
3867         wl-message-redisplay-hook.
3868
3869 2002-04-27  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3870
3871         * wl-draft.el (wl-draft-mimic-kill-buffer): Don't save draft.
3872
3873 2002-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
3874
3875         * wl.el (wl): inhibit-quit while wl-folder.
3876
3877 2002-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
3878
3879         * wl-draft.el (wl-default-draft-cite): Bind elmo-mime-charset
3880         while msgdb access.
3881
3882 2002-04-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3883
3884         * wl-summary.el (wl-summary-auto-refile): Don't stop mark process
3885         even if no folder is not created.
3886
3887 2002-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
3888
3889         * wl-vars.el (wl-folder-mime-charset-alist): Added @2ch.
3890
3891         * wl-summary.el (wl-summary-goto-top-of-current-thread): New
3892         implementation.
3893         (wl-summary-target-mark-thread): Ditto.
3894
3895         * wl-message.el (wl-message-display-internal): Bind elmo-mime-charset.
3896
3897 2002-04-12  TAKAHASHI Kaoru  <kaoru@kaisei.org>
3898
3899         * wl-util.el (wl-display-bytes): Remove unused function.
3900
3901 2002-04-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3902
3903         * wl.el (wl-check-environment): Cause error when wl-from is nil,
3904         seems critical one (partially reverse the change in 2002/03/17).
3905
3906 2002-04-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3907
3908         * wl-util.el (wl-sendlog-time): Merge into wl-draft-write-sendlog.
3909         * wl-draft.el (wl-draft-write-sendlog): Ditto.
3910
3911 2002-04-03  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3912
3913         * wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
3914         is not writable.
3915         (wl-summary-sync-update): Call `wl-folder-confirm-existence' with
3916         plugged status instead of `'force' as 2nd argument.
3917
3918         * wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
3919         is not creatable.
3920
3921         * Version number is increased to 2.9.9.
3922
3923 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3924
3925         * wl-summary.el (wl-summary-suspend): New function.
3926
3927 2002-04-03  Kenichi OKADA  <okada@opaopa.org>
3928
3929         * wl.el (wl): Do not check variables if check is nil.
3930         * wl-utils.el (wl-collect-draft): New function.
3931         * wl-folder.el (wl-folder-suspend): Put summary buffers
3932         and draft buffers at the end of buffer list.
3933         * wl-draft.el (wl-jump-to-draft-folder): Use `wl-collect-draft'.
3934
3935 2002-04-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
3936
3937         * wl-message.el (wl-message-buffer-prefetch-get-next): Use while
3938         loop instead of recursive call.
3939
3940         * wl-addrmgr.el (wl-addrmgr-quit-yes): Call get-buffer-window with
3941         2nd argument.
3942
3943 2002-03-24  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3944
3945         * wl-draft.el (wl-draft-create-contents): Don't take neither
3946         (function . args) nor (string . something) any more.
3947
3948         * wl-version.el (wl-generate-user-agent-string): Return string
3949         without header symbol.
3950         * wl-draft.el (wl-draft-default-headers): Use it.
3951
3952         * wl-draft.el (wl-draft-trim-ccs): Renamed from
3953         `wl-draft-insert-ccs' and return field value instead of inserting
3954         the header. Abolish cc argument.
3955         * wl-draft.el (wl-draft-default-headers): Use it for Bcc and Fcc.
3956
3957         * wl-draft.el (wl-draft-default-headers): Use cons with symbol car
3958         rather than one with string car.
3959
3960         * wl-vars.el (wl-draft-additional-header-alist): New variable.
3961         * wl-draft.el (wl-draft-create-contents): Add it after the default
3962         headers.
3963
3964         * wl-draft.el (wl-draft-create-contents): For the case of
3965         (symbol-or-string . function) insert header only when the function
3966         returns string value.
3967
3968 2002-03-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3969
3970         * wl-vars.el (wl-draft-fields): "FCC" -> "Fcc".
3971         * wl-address.el (wl-folder-complete-header-regexp): Ditto.
3972
3973 2002-03-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3974
3975         * wl.el (wl-check-environment): Don't check Message-ID when
3976         `wl-insert-message-id' is nil.
3977         Revive checking if `wl-message-id-domain' contains "@".
3978
3979 2002-03-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3980
3981         * wl.el (wl-check-environment): Merge examination for "@" at
3982         inappropriate position into the first string-match.
3983
3984         * wl-summary.el (wl-summary-target-mark-print): New function.
3985         (wl-summary-pipe-message-subr): Extracted from
3986         `wl-summary-pipe-message'.
3987         (wl-summary-target-mark-pipe): New function.
3988         (wl-summary-mode-map): Bind `wl-summary-target-mark-print' and
3989         `wl-summary-target-mark-pipe'.
3990
3991 2002-03-18  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3992
3993         * wl.el (wl-check-environment): Rewrite around Message-ID check.
3994
3995 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
3996
3997         * wl.el (wl-check-environment): Use elmo-warning instead of
3998         error for non-critical ones.
3999         Remove trash folder check.
4000         (wl): Don't ignore error in wl-check-environment.
4001
4002         * wl-summary.el (wl-summary-get-delete-folder): Add trash folder
4003         check, which is moved from `wl-check-environment'.
4004         (Adviced by Teranishi-san [X-Mail-Count: 9661])
4005
4006 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4007
4008         * wl-summary.el (wl-summary-write-current-folder): If it cannot
4009         guess anything, call wl-summary-write.
4010         (wl-summary-write): Create draft with blank To field.
4011         * wl-draft.el (wl-draft): Undo unnecessary part of the last change.
4012
4013 2002-03-17  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4014
4015         * wl-draft.el (wl-draft): Call wl-draft-create-buffer with the
4016         argument full as well for wl-folder-write-current-folder.
4017         If wl-*-write-current-folder cannot guess addressee, add blank
4018         To header.
4019         Rewrite condition for positioning cursor.
4020
4021 2002-03-15  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4022
4023         * wl-folder.el (wl-folder-jump-to-next-summary): If the window of
4024         summary buffer is present, use it.
4025         (wl-folder-jump-to-previous-summary): Ditto.
4026
4027 2002-03-13  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4028
4029         * wl-draft.el (wl-draft-create-contents): Fix docstring.
4030
4031         * wl-summary.el (wl-summary-mode-map): Exchange bindings for
4032         wl-summary-previous-buffer and wl-summary-next-buffer.
4033
4034         * wl-folder.el (wl-folder-mode-map): Bind
4035         wl-folder-jump-to-next-summary and wl-folder-jump-to-previous-summary.
4036         (wl-folder-jump-to-next-summary): New function.
4037         (wl-folder-jump-to-previous-summary): Ditto.
4038
4039         * wl-draft.el (wl-draft): Rearranged.
4040
4041 2002-03-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4042
4043         * wl-draft.el (wl-draft-create-contents): Treat symbol as a name
4044         of header.
4045         (wl-draft): Collect arguments for the header as header-alist.
4046         (wl-draft-forward): Arrange arguments for wl-draft.
4047         (wl-draft-reply): Ditto.
4048         (wl-draft-edit-string): Ditto.
4049         * wl-summary.el (wl-summary-write): Ditto.
4050         (wl-summary-write-current-folder): Ditto.
4051
4052         * Version number is increased to 2.9.8.
4053
4054 2002-03-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4055
4056         * wl-xmas.el (wl-draft-overload-menubar): Add menu properly.
4057
4058         * wl-mule.el (wl-draft-overload-menubar): Taken from wl-e21.el.
4059
4060         * wl-summary.el (wl-summary-write-current-folder): Call wl-draft
4061         even if the guess failed.
4062
4063         * wl-e21.el (wl-folder-toolbar): Remove "Guess" icon.
4064         (wl-summary-toolbar): Remove "Guess" icon and use "New" icon for
4065         wl-summary-write-current-folder.
4066         * wl-xmas.el: Ditto.
4067
4068 2002-03-11  Yuuichi Teranishi  <teranisi@gohome.org>
4069
4070         * wl-summary.el (wl-summary-next-page): Force display message if
4071         message is not displayed yet.
4072         (wl-summary-prev-page): Ditto.
4073
4074 2002-03-11  J\e.A\eNir\eNtme Marant <jerome.marant@free.fr>
4075
4076         * wl-folder.el (wl-folder-mode-menu-spec): Fixed typo.
4077
4078 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4079
4080         * wl-e21.el (wl-draft-overload-menubar): Use define-key-after to
4081         add "Preview Message" and "Save Draft and Exit".
4082
4083 2002-03-10  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4084
4085         * wl-addrmgr.el (wl-addrmgr-quit-yes): Put cursor on draft buffer
4086         if addrmgr is called from draft in splitted window.
4087
4088         * wl-e21.el (wl-draft-overload-menubar): Undo last change.
4089         * wl-mule.el: Ditto.
4090         * wl-xmas.el: Ditto.
4091
4092 2002-03-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4093
4094         * wl-folder.el (wl-folder-mode-menu-spec): Fix docstring.
4095
4096         * wl-e21.el (wl-folder-toolbar): Add "Go to draft folder" entry.
4097         * wl-xmas.el (wl-folder-toolbar): Ditto.
4098
4099 2002-03-08  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4100
4101         * wl-e21.el (wl-draft-overload-menubar): Add wl-draft-preview-message
4102         and wl-draft-save-and-exit.
4103         (wl-draft-toolbar): Add wl-draft-save-and-exit.
4104         * wl-xmas.el: Ditto.
4105         * wl-mule.el: Ditto.
4106
4107         * wl-folder.el (wl-folder-goto-draft-folder): New function.
4108         (wl-folder-mode-menu-spec): Add wl-folder-goto-draft-folder entry.
4109
4110 2002-03-08  Yuuichi Teranishi  <teranisi@gohome.org>
4111
4112         * wl-summary.el (wl-summary-save-view-cache): Clone temporal mark
4113         lists for saving buffer.
4114
4115 2002-03-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4116
4117         * wl-draft.el (wl-draft): Abolish summary-buf argument and use
4118         parent-folder argument instead of it.
4119         (wl-draft-create-buffer): Ditto.
4120         (wl-draft-forward): Ditto.
4121         (wl-draft-reply): Ditto.
4122         * wl-summary.el (wl-summary-write): Ditto.
4123         (wl-summary-write-current-folder): Ditto.
4124
4125         * wl-draft.el (wl-draft-create-buffer): If called by W (Folder),
4126         don't set wl-draft-buffer-cur-summary-buffer so as to go back to
4127         Folder buffer after composing.
4128
4129 2002-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4130
4131         * wl-draft.el (wl-draft-insert-x-face-field-here): Strip X-Face
4132         header if the file `wl-x-face-file' already contains it.
4133
4134 2002-03-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4135
4136         * wl-folder.el (wl-folder-mode-menu-spec): Add "Write for current
4137         folder" entry.
4138         * wl-summary.el (wl-summary-mode-menu-spec): Ditto.
4139         * wl-e21.el (wl-folder-toolbar): Ditto.
4140         * wl-xmas.el (wl-folder-toolbar): Ditto.
4141
4142 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4143
4144         * wl-folder.el (wl-folder-goto-folder-sticky): Simply call
4145         wl-folder-goto-folder with sticky argument.
4146         (wl-folder-mode-map): Bind wl-folder-goto-folder-sticky to "G".
4147
4148 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4149
4150         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-next-buffer
4151         and wl-summary-previous-buffer.
4152         (wl-summary-next-buffer): New function.
4153         (wl-summary-previous-buffer): Ditto.
4154
4155 2002-03-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4156
4157         * wl-folder.el (wl-folder-mode-map): Bind [(shift return)] for
4158         wl-folder-jump-to-current-entity-with-arg.
4159         (wl-folder-jump-to-current-entity-with-arg): Simply call with arg
4160         `wl-folder-jump-to-current-entity'.
4161         * wl-summary.el (wl-summary-mode-map): Bind "G" for
4162         `wl-summary-goto-folder-sticky'.
4163         (wl-summary-goto-folder-sticky): Simply call with the sticky arg
4164         `wl-summary-goto-folder'.
4165         (wl-summary-goto-folder-subr): Add 7th argument force-exit.
4166         Unless force-exit, do not clean temp. marks for sticky summary.
4167         (wl-summary-goto-folder): Now the prefix argument means force-exit.
4168
4169 2002-03-05  Yuuichi Teranishi  <teranisi@gohome.org>
4170
4171         * wl-summary.el (wl-summary-mark-as-important): Refetch if cache is
4172         not entire.
4173
4174 2002-03-04  Yuuichi Teranishi  <teranisi@gohome.org>
4175
4176         * wl-summary.el (wl-summary-mode-map): Bind wl-summary-save-status
4177         to `C-x C-s'.
4178         (wl-summary-save-status): New command.
4179         (wl-summary-exit): Don't clean-up temp marks when sticky.
4180         (Applied patch from Nakayama-san [wl: 09548])
4181         (wl-summary-delete-all-temp-marks): Added optional argument no-msg;
4182         Do nothing when no mark data.
4183         (wl-summary-save-view-cache): Copy local variables to the temp buffer;
4184         Call `wl-summary-delete-all-temp-marks' before saving.
4185
4186 2002-03-04  Mito  <mito@mxa.nes.nec.co.jp>
4187
4188         * wl-mime.el (wl-mime-save-content): Don't save if answered "no".
4189
4190 2002-02-28  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4191
4192         * wl.el (wl-check-environment): Also cause error when (system-name)
4193         returns "localhost.localdomain". (Although it doesn't affect because
4194         of condition-case, see change in 2002-01-23 by Teranisi-san.)
4195
4196 2002-02-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4197
4198         * wl-folder.el (wl-folder-update-newest): Use wl-string-match-member
4199         instead of wl-match-member with wl-folder-hierarchy-access-folders.
4200
4201         * wl-vars.el (wl-folder-hierarchy-access-folders): Change default
4202         value.
4203
4204 2002-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
4205
4206         * wl-draft.el (wl-draft-reply): If r-to-list is a function, call it;
4207         Likewise r-cc-list and r-ng-list.
4208
4209 2002-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
4210
4211         * wl-draft.el (wl-draft-send): Use mime-header-encode-method-alist
4212         only if it is bound as variable.
4213
4214         * wl-mime.el (wl-draft-preview-message): Ditto.
4215
4216 2002-02-19  Yuuichi Teranishi  <teranisi@gohome.org>
4217
4218         * wl-message.el (wl-message-add-buttons-to-header): Eliminated
4219         needless `goto-char'.
4220
4221         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay): Call
4222         `wl-summary-redisplay-no-mime-internal' instead of
4223         `wl-summary-redisplay-no-mime'.
4224         (wl-summary-redisplay-no-mime): Changed argument;
4225         Call `wl-summary-redisplay-no-mime-internal'.
4226
4227         * wl-mime.el (wl-draft-preview-message): Bind
4228         `mime-header-encode-method-alist' locally.
4229
4230         * wl-draft.el (wl-draft-eword-encode-address-list): New function.
4231         (wl-draft-std11-parse-addresses): Added the first address check.
4232         (wl-draft-send): Bind `mime-header-encode-method-alist' locally.
4233
4234         * Version number is increased to 2.9.7.
4235
4236 2002-02-16  Kenichi OKADA  <okada@opaopa.org>
4237
4238         * wl-draft.el (wl-draft-send-mail-with-smtp): Check error.
4239
4240 2002-02-15  Daiki Ueno  <ueno@unixuser.org>
4241
4242         * wl-demo.el (wl-demo-insert-image): Don't touch the specifiers
4243         related to scrollbar support, if there is no such a feature
4244         compiled in.
4245
4246 2002-02-11  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4247
4248         * wl-message.el (wl-message-buffer-prefetch-next): Don't call
4249         `wl-message-buffer-prefetch-get-next' if FOLDER is not a target
4250         for prefetch.
4251
4252 2002-02-07  Kenichi OKADA  <okada@opaopa.org>
4253
4254         * wl-summary.el (wl-summary-pick): Fix for no match.
4255
4256 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4257
4258         * wl-draft.el (wl-draft-save):
4259         Override `mime-header-encode-method-alist'.
4260
4261 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4262
4263         * wl-folder.el (wl-folder-pick): New function.
4264         Define key as "?".
4265
4266 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4267
4268         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
4269         Fix for unplugged.
4270
4271 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4272
4273         * wl-folder.el (wl-folder-virtual): New function.
4274         Define key as "V".
4275
4276 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4277
4278         * wl-fldmgr.el (wl-fldmgr-make-filter): Make filter folder of
4279         multi folder if entity is group.
4280
4281 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4282
4283         * wl-message.el (wl-message-buffer-prefetch-debug): Default value
4284         is nil.
4285
4286 2002-02-01  Kenichi OKADA  <okada@opaopa.org>
4287
4288         * wl-summary.el (wl-summary-pick): Fix for killed messages.
4289         (wl-summary-target-mark-msgs): Return the number of marked messages.
4290
4291 2002-01-26  ARISAWA Akihiro  <ari@mbf.sphere.ne.jp>
4292
4293         * wl-summary.el (wl-summary-sync): Fixed problem when "last:" or
4294         "first:" is specified.
4295
4296 2002-01-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4297
4298         * wl-vars.el (wl-from): Use return value of function
4299         user-full-name instead of the variable user-full-name since
4300         XEmacs-20.4 doesn't set this variable.
4301
4302 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4303
4304         * wl.el (wl-other-frame): If wl-folder-use-frame is non-nil,
4305         call `wl' directly.
4306
4307 2002-01-25  pf21 GOTO_Toshiya <goto.toshiya@canon.co.jp>
4308
4309         * wl-draft.el (wl-draft-reedit): Removed duplicated
4310         switch-to-buffers.
4311
4312 2002-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4313
4314         * wl.el (wl-other-frame): Removed garbages.
4315
4316 2002-01-25  Yuuichi Teranishi  <teranisi@gohome.org>
4317
4318         * wl-e21.el (wl-draft-key-setup): Don't bind C-x C-s
4319
4320         * wl-xmas.el (wl-draft-key-setup): Ditto.
4321
4322         * wl-mule.el (wl-draft-key-setup): Ditto.
4323
4324         * wl-draft.el (wl-draft-create-buffer): Don't clear buffer-file-name.
4325         (wl-draft-reedit): Ditto.
4326         (wl-draft-prepare-edit): Add `wl-draft-save' to
4327         `local-write-file-hooks'.
4328         (wl-draft-prepare-edit): Call clear-visited-file-modtime.
4329         (wl-draft-reedit): Set buffer-file-name.
4330         (wl-draft-reedit): Add `wl-draft-save' to `local-write-file-hooks'.
4331
4332
4333         * wl.el (wl-exit): If wl-delete-startup-frame-function is non-nil,
4334         call it.
4335         (wl-delete-startup-frame-function): New variable.
4336         (wl-other-frame): New function
4337         (Original was written by Yamaoka san [wl: 09239]).
4338
4339         * wl-folder.el (wl-folder): Set up `wl-delete-startup-frame-function'
4340         if `wl-folder-use-frame'.
4341
4342 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4343
4344         * wl-message.el (wl-message-buffer-prefetch-p): Check plugged.
4345
4346 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4347
4348         * wl-message.el (wl-message-buffer-prefetch-move-spec-plugged-alist):
4349         New variable.
4350         (wl-message-buffer-prefetch-move-spec-unplugged-alist): New variable.
4351         (wl-message-buffer-prefetch-get-next): Use them.
4352         * wl-demo.el (wl-demo-copyright-notice): Add 2002.
4353
4354 2002-01-24  Yuuichi Teranishi  <teranisi@gohome.org>
4355
4356         * wl-summary.el (wl-summary-reedit): Don't enclose wl-draft-reedit
4357         with unwind-protect.
4358
4359         * wl-draft.el (wl-draft-reedit): Rewrite.
4360         (wl-jump-to-draft-buffer): Don't use `buffer-file-name'.
4361         (wl-draft-save): Insert header separator if it does not exist;
4362         Removed condition-case.
4363
4364         * wl-summary.el (wl-summary-reedit): Revert last change.
4365
4366         * wl-draft.el (wl-draft-save): Rewrite.
4367         (wl-draft-create-buffer): Set buffer-file-name as nil.
4368
4369         * wl-summary.el (wl-summary-reedit): Don't care about draft folder.
4370
4371         * wl-thread.el (wl-thread-get-depth-of-current-line): Rewrite.
4372
4373         * wl-vars.el (wl-summary-no-mime-folder-list): Changed default value to
4374         nil.
4375
4376 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4377
4378         * wl-message.el (wl-message-buffer-prefetch): Require `count'.
4379         If count is nil, do not prefetch.
4380         (wl-message-buffer-prefetch-next): Next.
4381
4382 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4383
4384         * wl-draft.el (wl-draft-prepare-edit): Use `wl-draft-save'.
4385
4386 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4387
4388         * wl-draft.el (wl-draft-insert-mail-header-separator): Use
4389         `delete-backward-char'
4390         (wl-draft-prepare-edit): Check major-mode.
4391         (wl-draft-decode-header): Rewrite.
4392         (wl-draft): Fix.
4393
4394 2002-01-24  Kenichi OKADA  <okada@opaopa.org>
4395
4396         * wl-message.el (wl-message-buffer-prefetch-subr): Fix.
4397
4398 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4399
4400         * wl-message.el (wl-message-buffer-prefetch-p): Check size.
4401         (wl-message-buffer-prefetch-get-next): Remove size checking.
4402         (wl-message-buffer-prefetch): call `wl-message-buffer-prefetch-p'.
4403
4404 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4405
4406         * wl-draft.el (wl-draft-decode-body): Remove `debug'.
4407         (wl-draft-default-headers): Fix.
4408
4409 2002-01-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4410
4411         * wl-draft.el (wl-draft-default-headers): Insert return value of
4412         `wl-generate-mailer-string-function'.
4413
4414 2002-01-23  Yuuichi Teranishi  <teranisi@gohome.org>
4415
4416         * wl-draft.el (wl-draft-decode-body): Give an argument for delete-char.
4417         (wl-draft-insert-mail-header-separator): Ditto.
4418
4419         * wl.el (wl): Enclose `wl-check-environment' with `condition-case'
4420         again (Reverted the change on 2002-01-17 by OKADA san).
4421
4422 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4423
4424         * wl-draft.el (wl-draft): Rewrite.
4425         (wl-draft-create-buffer): New function.
4426         (wl-draft-create-contents): Ditto.
4427         (wl-draft-prepare-edit): Ditto.
4428         (wl-draft-decode-header): Ditto.
4429         (wl-draft-decode-body): Ditto.
4430         (wl-draft-check-new-line): Ditto.
4431         (wl-draft-default-headers): Ditto.
4432         (wl-draft-insert-mail-header-separator): Ditto.
4433
4434 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4435
4436         * Version number is increased to 2.9.6.
4437
4438 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4439
4440         * wl-draft.el (wl-draft-delete-field): Optional argument.
4441         (wl-draft-delete-fields): Ditto.
4442
4443 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4444
4445         * wl-message.el (toplevel): Eliminated byte-compile warning.
4446         for `itimer-function', `delete-timer' and `itimer-list'.
4447
4448 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4449
4450         * wl-vars.el (wl-message-buffer-prefetch-threshold): New variable.
4451         * wl-message.el (wl-message-buffer-prefetch-get-next): Use
4452         `wl-message-buffer-prefetch-threshold'.
4453         * wl-summary.el (wl-summary-redisplay-internal): Remove
4454         the check of `wl-message-buffer-prefetch-depth'.
4455
4456 2002-01-23  Kenichi OKADA  <okada@opaopa.org>
4457
4458         * wl-message.el (wl-message-buffer-prefetch-get-next): Check the
4459         size of article.
4460         (wl-message-buffer-prefetch-subr): Remove size check.
4461
4462 2002-01-22  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4463
4464         * wl-vars.el (wl-plugged): Make customizable.
4465
4466 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4467
4468         * wl-message.el (wl-message-buffer-prefetch-clear-timer): New function.
4469         (wl-message-buffer-prefetch-set-timer): New function.
4470         (wl-message-buffer-prefetch-get-next): New function.
4471         (wl-message-buffer-prefetch): New function.
4472         (wl-message-buffer-prefetch-next): Rewrite.
4473         (wl-message-buffer-prefetch-subr): Rewrite.
4474         * wl-vars.el (wl-auto-prefetch-first): New variable.
4475         * wl-summary.el (wl-summary-goto-folder-subr): Call
4476         `wl-message-buffer-prefetch' if `wl-auto-prefetch-first' is non-nil.
4477
4478 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4479
4480         * wl-score.el (wl-summary-score-update-all-lines): Do not call
4481         `wl-summary-unread-message-hook'.
4482
4483 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4484
4485         * wl-summary.el (wl-summary-input-range): New range `cache-status'.
4486         (wl-summary-sync): Call `wl-summary-resume-cache-status'
4487         if range is `cache-status'.
4488
4489 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4490
4491         * wl-message.el (wl-message-buffer-prefetch-subr):
4492         Improve debug message.
4493
4494 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4495
4496         * wl-draft.el (wl-draft-send-mail-with-smtp): run-hook
4497         `wl-mail-send-pre-hook'.
4498         (wl-draft-send-mail-with-qmail): Ditto.
4499         (wl-draft-normal-send-func): Delete `wl-mail-send-pre-hook'.
4500
4501 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4502
4503         * wl-message.el (wl-message-buffer-prefetch-subr):
4504         Fix for cancel-function-timers bug.
4505         (wl-message-buffer-prefetch-debug): Default value is t.
4506
4507 2002-01-22  Kenichi OKADA  <okada@opaopa.org>
4508
4509         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4510         (wl-message-buffer-prefetch-subr): Rewrite.
4511         Rename from `wl-message-buffer-prefetch'.
4512
4513 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4514
4515         * wl-vars.el (wl-draft-cite-function): Moved from `wl-draft.el'.
4516         (wl-default-draft-cite-decorate-author): Ditto.
4517
4518         * wl-draft.el (wl-draft-cite-function): Removed.
4519         (wl-default-draft-cite-decorate-author): Ditto.
4520
4521 2002-01-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4522
4523         * wl-draft.el (wl-default-draft-cite-decorate-author): New variable.
4524         (wl-default-draft-cite): Do not arrange author name if the value of
4525         `wl-default-draft-cite-decorate-author' is nil.
4526
4527 2002-01-21  Yuuichi Teranishi  <teranisi@gohome.org>
4528
4529         * wl-mime.el (wl-mime-save-content): Use `message' instead of `error'.
4530
4531         * wl-folder.el (wl-folder-check-one-entity): Don't care
4532         `elmo-folder-use-flag-p'.
4533
4534 2002-01-21  Kenichi OKADA  <okada@opaopa.org>
4535
4536         * wl-folder (wl-folder-check-one-entity): Fix
4537         problem if unread is nil.
4538
4539 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4540
4541         * wl-address.el (wl-address-make-completion-list): Check whether
4542         the address is a group list.
4543         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4544
4545 2002-01-19  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4546
4547         * wl-folder.el (wl-folder-check-one-entity): Fixed problem;
4548         The number of the messages of new and unread does not count
4549         correctly.
4550
4551         * wl-summary.el (wl-summary-count-unread): Changed to return
4552         `(new . unread)' instead of total.
4553         (wl-summary-sync-update): Follow the change above.
4554
4555         * wl-score.el (wl-summary-score-update-all-lines): Likewise.
4556
4557 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4558
4559         * wl-address.el (wl-address-make-completion-list): Do not enclose
4560         address by " <" and ">" if associated realname is "".
4561         * wl-addrmgr.el (wl-addrmgr-mark-check): Ditto.
4562         This is against the promblem with group list in .addresses pointed
4563         out by Tomotaka SUWA <cooper@saitama.fujimic.fujisankei-g.co.jp>.
4564
4565 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4566
4567         * wl-draft.el (wl-draft-write-sendlog): The first argument of
4568         message is a format control string.
4569         * wl-expire.el (wl-expire-append-log): Ditto.
4570         * wl-mime.el (wl-summary-burst-subr): Ditto.
4571         * wl-mule.el (wl-face-spec-set-match-display): Ditto.
4572         * wl-summary.el (wl-summary-edit-addresses-subr): Ditto.
4573
4574 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4575
4576         * wl-vars.el (wl-message-buffer-prefetch-depth): Default is 3.
4577         wl.el (wl-check-variables): Rename from `wl-check-type'.
4578         (wl-check-variables-alist): Rename from `wl-check-type-variables'.
4579         (wl-check-variables-2): New function.
4580         (wl): Call `wl-check-variables-2'.
4581
4582 2002-01-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4583
4584         * wl-fldmgr.el (wl-fldmgr-rename): Fixed around message appear
4585         after renaming folder in access group.
4586
4587 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4588
4589         * wl-vars.el (wl-message-buffer-prefetch-depth): New variable.
4590         (wl-message-buffer-prefetch-idle-time): Moved from `wl-message.el'
4591         * wl-message.el (wl-message-buffer-prefetch-next): Rewrite.
4592         (wl-message-buffer-prefetch): Rewrite.
4593         (wl-message-buffer-prefetch-idle-time): Removed.
4594         * wl-summary.el (wl-summary-redisplay-internal):
4595         Prepare prefetch with `wl-message-buffer-prefetch-depth'.
4596         Error check for `wl-message-buffer-prefetch-depht'.
4597
4598 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4599
4600         * Version number is increased to 2.9.5.
4601         * wl-summary.el (wl-summary-prefetch-msg): Fix for buffer-cache.
4602
4603 2002-01-19  Kenichi OKADA  <okada@opaopa.org>
4604
4605         * wl-vars.el (wl-fldmgr-allow-rename-access-group): New variable.
4606         * wl-fldmgr.el (wl-fldmgr-rename): Allow rename for access group.
4607         Based on the patch written by
4608         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
4609
4610 2002-01-18  Kenichi OKADA  <okada@opaopa.org>
4611
4612         * wl-draft.el (wl-draft-raw-send): Fix for
4613         `wl-news-send-pre-hook'
4614
4615 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4616
4617         * wl-utils.el (wl-message-id-function): New variable.
4618         * wl-draft.el (wl-draft-insert-required-fields):
4619         Use `wl-message-id-function'.
4620
4621 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4622
4623         * wl-vars.el (wl-message-id-use-wl-from): New variable.
4624         * wl-utils.el (wl-draft-make-message-id-string):
4625         Use `wl-from' for domain part of Message-ID
4626         if `wl-message-id-use-wl-from' if non-nil.
4627         * wl.el (wl-check-environment): Fix for `wl-message-id-use-wl-from'
4628
4629 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4630
4631         * wl.el (wl): Call `wl-check-type'
4632         Do not 'condition-case'.
4633
4634 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4635
4636         * wl.el (wl-check-type): New function.
4637         (wl-check-type-variables): New variable.
4638
4639 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4640
4641         * wl-vars.el (wl-pop-before-smtp-authenticate-type): Fix.
4642
4643 2002-01-17  Kenichi OKADA  <okada@opaopa.org>
4644
4645         * wl-draft.el (wl-smtp-password-key): New function.
4646         (wl-smtp-extension-bind): Use `wl-smtp-password-key'
4647         (wl-draft-send-mail-with-smtp): Ditto.
4648         (wl-draft-send-mail-with-pop-before-smtp): Fix.
4649
4650 2002-01-12  Kenichi OKADA  <okada@opaopa.org>
4651
4652         * wl-vars.el (wl-unique-id-suffix): Move from `wl-utils.el'
4653         * wl-utils.el (wl-unique-id-suffix): Remove.
4654
4655 2002-01-07  Kenichi OKADA  <okada@opaopa.org>
4656
4657         * Version number is increased to 2.9.4.
4658
4659 2002-01-06  Kenichi OKADA  <okada@opaopa.org>
4660
4661         * wl-utils.el (wl-unique-id-suffix): New variable.
4662         (wl-unique-id): Use `wl-unique-id-suffix'
4663
4664 2002-01-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4665
4666         * wl-summary.el (wl-summary-pick): Use `elmo-folder-search'
4667         instead of `elmo-msgdb-search'.
4668
4669         * Version number is increased to 2.9.3.
4670
4671 2002-01-05  OKAZAKI Tetsurou  <okazaki@be.to>
4672
4673         * wl-summary.el (wl-summary-refile-subr): Remove `interactive'.
4674
4675 2001-12-29  Kenichi OKADA  <okada@opaopa.org>
4676
4677         * wl-draft.el (wl-sent-message-queued): New buffer-local variable.
4678         (wl-draft-dispatch-message): Changed for send-later.
4679         (wl-draft-queue-flush): Ditto.
4680         (wl-draft): Clear `wl-sent-message-queued'.
4681         (wl-draft-reedit): Ditto.
4682         (wl-draft-queue-info-operation): Added `wl-sent-message-queued'
4683         * wl-vars.el (wl-draft-force-queuing): New variable.
4684         (wl-draft-force-queuing-mail): New variable.
4685         (wl-draft-force-queuing-news): New variable.
4686
4687 2001-12-24  Yuuichi Teranishi  <teranisi@gohome.org>
4688
4689         * wl-draft.el (wl-draft-hide): Removed `interactive'.
4690         (Pointed out by YAMASHITA Junji <ysjj@unixuser.org>)
4691
4692 2001-12-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4693
4694         * Version number is increased to 2.9.2.
4695
4696 2001-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * wl-draft.el (wl-draft-elide-region): New user command.
4699         * wl-vars.el (wl-draft-elide-ellipsis): New user option.
4700
4701         * wl-e21.el (wl-draft-key-setup): Bind the key `C-c C-d' to the
4702         command `wl-draft-elide-region'.
4703         * wl-mule.el: Ditto.
4704         * wl-xmas.el: Ditto.
4705
4706 2001-12-20  Yuuichi Teranishi  <teranisi@gohome.org>
4707
4708         * wl-util.el (wl-biff-check-folder): Fix for non-pop3 folders.
4709         (wl-biff-check-folder-async): Removed needless let.
4710
4711 2001-12-19  Yuuichi Teranishi  <teranisi@gohome.org>
4712
4713         * wl-util.el (wl-biff-check-folders): Set `no-cache' argument of
4714         wl-folder-get-elmo-folder.
4715         (wl-biff-check-folder): Set `biff' argument of
4716         `wl-folder-check-one-entity'.
4717         (wl-biff-check-folder-async): Setup `biff' slot of folder.
4718
4719         * wl-folder.el (wl-folder-get-elmo-folder): Added `no-cache' argument.
4720         (wl-folder-check-one-entity): Added `biff' argument;
4721         Setup `biff' slot of folder.
4722
4723         * Version number is increased to 2.9.1.
4724
4725 2001-12-18  Yuuichi Teranishi  <teranisi@gohome.org>
4726
4727         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Removed
4728         comment out and fixed.
4729         (wl-fldmgr-add-completion-subr): Ditto.
4730
4731         * wl-summary.el (wl-summary-exit): Changed order of saving summary view
4732         and msgdb.
4733
4734         * wl.el (wl-toggle-plugged): Save summary view.
4735
4736 2001-12-17  Yuuichi Teranishi  <teranisi@gohome.org>
4737
4738         * wl-summary.el (wl-summary-open-folder): Bind `elmo-mime-charset'.
4739
4740 2001-12-17  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4741
4742         * wl-addrmgr.el (wl-addrmgr-mode): Fixed docstring.
4743
4744 2001-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * wl-e21.el (wl-e21-toolbar-configurations): Replace
4747         `auto-resize-tool-bar' to `auto-resize-tool-bars'.  Pavel Janik
4748         <Pavel@Janik.cz> has realized this in the emacs-w3m list.
4749
4750         * wl-demo.el (wl-demo-insert-image): Retry to read *.img file only
4751         if it was failed.
4752         (wl-demo): Disable undo in the demo buffer.
4753
4754 2001-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
4755
4756         * wl-version.el (wl-version): Changed codename.
4757
4758         * Version number is increased to 2.9.0.
4759
4760 2001-12-14  Takuo KITAME <kitame@northeye.org>
4761
4762         * wl-acap.el (wl-acap-init): Fixed `y-or-n-p' prompts.
4763         * wl-folder.el (wl-folder-sync-current-entity, wl-folder-create-subr)
4764         (wl-folder-mark-as-read-all-current-entity): Ditto.
4765
4766 2001-12-13  Yuuichi Teranishi  <teranisi@gohome.org>
4767
4768         * wl-vars.el (wl-from-width): Define as obsolete variable.
4769         (wl-subject-length-limit): Ditto.
4770
4771         * wl.el (wl-plugged-dop-queue-status): Shrink queue list.
4772
4773         * wl-expire.el (wl-folder-expire-entity): Follow the last change on
4774         wl-summary-save-view.
4775
4776         * wl.el (wl-save-status): Ditto.
4777         (Pointed out by MAKINO Takashi <makino@cyber.office.ne.jp>)
4778
4779         * wl-summary.el (wl-summary-save-view): Removed unused argument.
4780         (wl-summary-exit): Follow the change above.
4781         (wl-summary-goto-folder-subr): Ditto.
4782
4783         * wl-folder.el (wl-folder-create-subr): Don't use
4784         `elmo-folder-creatable-p'.
4785
4786 2001-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
4787
4788         * wl-demo.el (wl-demo-icon-name): Use X'mas logo on Dec 25 too.
4789
4790 2001-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4791
4792         * wl-demo.el (wl-demo-image-type-alist): Add bitmap, prefer xbm
4793         rather than bitmap on Emacs 21.
4794         (wl-demo-insert-image): Decode bitmap data line by line when Emacs
4795         21 is running (cf. mule-ja:08245); make Emacs 21 use BITMAP-MULE
4796         for xbm if the new redisplay engine is not available.
4797
4798 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4799
4800         * wl-folder.el (wl-folder-init-hook): New hook.
4801         (wl-folder-init): Run `wl-folder-init-hook'.
4802
4803 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
4806
4807 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4808
4809         * wl-acap.el (wl-acap-cache-filename): New variable.
4810         (wl-acap-exit): Resume elmo-msgdb-directory only if it is preserved.
4811         (wl-acap-init): Use cache if no ACAP server found.
4812
4813 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4814
4815         * wl-acap.el (wl-acap-original-msgdb-directory): Renamed from
4816         `wl-acap-original-msgdb-dir'.
4817
4818         * wl-vars.el (wl-icon-directory): Renamed from `wl-icon-dir'.
4819         (wl-score-files-directory): Renamed from `wl-score-files-dir'.
4820
4821         * wl-mime.el (wl-mime-save-directory): Renamed from
4822         `wl-mime-save-dir'.
4823
4824 2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4825
4826         * wl-vars.el (wl-icon-dir): Fixed the docstring.
4827
4828         * wl-demo.el: Require `path-util'.
4829         (wl-demo-bitmap-mule-available-p): New internal variable.
4830         (wl-demo-image-type-alist): Use it; don't require `bitmap', use
4831         `module-installed-p' instead.
4832         (wl-demo-insert-image): Use *.img file for a bitmap image.
4833         (wl-demo): Don't call the ascii demo recursively.
4834
4835 2001-12-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4836
4837         * Version number is increased to 2.7.7.
4838
4839 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
4840
4841         * wl.el (wl-exit): Eliminated byte-compile warning.
4842
4843 2001-12-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4844
4845         * wl-vars.el (wl-summary-update-confirm-threshold): Defined as
4846         obsolete variable using `elmo-define-obsolete-variable'.
4847         (wl-fetch-confirm-threshold): Ditto.
4848         (wl-cache-prefetch-folder-type-list): Ditto.
4849         (wl-cache-prefetch-folder-list): Ditto.
4850
4851 2001-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4852
4853         * wl-demo.el: Rewrote to make it read a logo file at the run-time.
4854         (wl-demo-icon-name): Use Xmas logo at the end of the year.
4855         (wl-demo-insert-image): New function.
4856         (wl-demo-insert-text): New function.
4857         (wl-demo-image-type-alist): Redefine as a function.
4858         (wl-demo): Use `wl-demo-insert-image' and `wl-demo-insert-text'.
4859         (wl-demo-with-temp-file-buffer): Removed.
4860         (wl-logo-xpm): Removed.
4861         (wl-logo-xbm): Removed.
4862         (wl-logo-bitmap): Removed.
4863
4864 2001-10-30  Nishimoto Masaki <nishimoto@gaju.org>
4865
4866         * wl-expire.el (wl-expire-localdir-date-folder-name-fmt): New variable.
4867         (wl-expire-localdir-get-folder-function): New user option.
4868         (wl-expire-localdir-get-folder): New function.
4869         (wl-expire-localdir-date): Ditto.
4870
4871 2001-12-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4872
4873         * wl-folder.el (wl-folder-check-one-entity): Fixed car of return
4874         value.  Refactoring `wl-folder-notify-deleted' is nil case.
4875         Fixed unread number mismatch when all-unread < unread.
4876
4877 2001-12-08  Yuuichi Teranishi  <teranisi@gohome.org>
4878
4879         * wl-vars.el (wl-summary-update-confirm-threshold): Abolished.
4880         (wl-fetch-confirm-threshold): Ditto.
4881
4882         * wl-summary.el (wl-summary-confirm-appends): Removed.
4883         (wl-summary-sync-update): Don't refer
4884         `wl-summary-update-confirm-threshold' (It is now abolished).
4885
4886         * wl-message.el (wl-message-display-internal): Don't refer
4887         `wl-fetch-confirm-threshold' (It is now abolished).
4888
4889 2001-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4890
4891         * wl-demo.el (wl-logo-xpm): Use Xmas logo temporally.
4892
4893 2001-12-07  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4894
4895         * wl-vars.el (wl-summary-from-width): Rename from wl-from-width.
4896         (wl-summary-subject-length-limit): Rename from wl-subject-length-limit.
4897         Change default value to nil.
4898         (wl-summary-indent-length-limit): The value can be nil, nil means
4899         unlimited.
4900
4901         * wl-summary.el: Don't set limit for indent length if the value of
4902         wl-summary-indent-length-limit is nil.
4903         If the value of wl-summary-width is nil, it means only that the width
4904         of summary is unlimited (nil doesn't mean that the indent length is
4905         unlimited).
4906
4907         * wl-thread.el: Ditto.
4908
4909 2001-12-06  Hiroshi Tsutsui  <tsutsui@easter.kuee.kyoto-u.ac.jp>
4910
4911         * wl-vars.el (wl-summary-update-confirm-threshold): The value can
4912         be nil, nil means never confirm.
4913         * wl-summary.el (wl-summary-confirm-appends): Ditto.
4914
4915 2001-12-06  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
4916
4917         * wl-vars.el (wl-subject-length-limit): This value can be nil (nil
4918         means unlimited).
4919
4920 2001-12-05  Yuuichi Teranishi  <teranisi@gohome.org>
4921
4922         * wl-draft.el (wl-draft-write-sendlog): Use `write-region-as-binary';
4923         Use `with-temp-buffer'.
4924
4925 2001-12-02  Yuuichi Teranishi  <teranisi@gohome.org>
4926
4927         * wl-folder.el (wl-folder-get-entity-id): Ignore nemacs (rewrite
4928         with new backquote style).
4929         (wl-folder-get-entity-from-buffer): Ditto.
4930
4931 2001-12-02  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4932
4933         * wl-version.el (nemacs-version): Eliminated.
4934         (wl-extended-emacs-version2): Ignore nemacs.
4935         (wl-extended-emacs-version3): Ditto.
4936
4937 2001-11-30  Tatsuya Kinoshita  <tats@iris.ne.jp>
4938
4939         * wl-vars.el (wl-draft-add-references): Set default value as nil.
4940         (wl-draft-add-in-reply-to): New variable.
4941         * wl-draft.el (wl-draft-add-references, wl-draft-add-in-reply-to):
4942         Divided from `wl-draft-add-references'; add support `In-Reply-To'.
4943         (wl-draft-yank-from-mail-reply-buffer): Use
4944         `wl-draft-add-in-reply-to'.
4945         (wl-draft-insert-current-message): Ditto.
4946
4947 2001-12-01  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
4948
4949         * wl-vars.el (wl-folder-process-duplicates-alist): Fixed
4950         typo (kill->hide).
4951         (wl-message-buffer-prefetch-folder-type-list): Added elements
4952         `mark' and `cache' instead of `internal'.
4953
4954 2001-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
4955
4956         * wl-acap.el (wl-acap-init): If initialization via ACAP is interrupted,
4957         resume msgdb directory.
4958
4959 2001-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
4960
4961         * wl.el (wl-exit): Call `wl-acap-exit'.
4962
4963         * wl-summary.el (wl-summary-message-string): New function.
4964         (wl-summary-reedit): Use it.
4965         (wl-summary-resend-bounced-mail): Remove needless let.
4966         (wl-summary-supersedes-message): Ditto.
4967         (wl-summary-save): Ditto.
4968
4969         * wl-acap.el (wl-acap-original-msgdb-dir): New variable.
4970         (wl-acap-init): Set it.
4971         (wl-acap-exit): New function.
4972
4973 2001-11-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4974
4975         * wl.el (wl-init): Revert (require 'mime-setup). move from
4976         toplevel.
4977
4978 2001-11-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4979
4980         * wl-summary.el (wl-summary-write-current-folder): Remove unused
4981         local variables.  Add error when guess function return invalid
4982         value.
4983
4984 2001-11-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
4985
4986         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
4987         Change local variable name.
4988         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
4989         (wl-folder-get-newsgroups): Return nil when non-news folder.
4990         * wl-summary.el (wl-summary-write-current-folder): State through
4991         when guess-list return nil.
4992         (wl-summary-write-current-folder-functions): Fixed docstring.
4993
4994         * wl.el (wl-exit): Changed confirm message.
4995
4996         * wl.el (wl-init): (require 'mime-setup) move to toplevel.
4997         * wl-draft.el (wl-draft): Remove verbose `featurep'.
4998
4999         * wl-e21.el: Removed kludge for Emacs 21 prerelease versions.
5000
5001 2001-11-23  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5002
5003         * wl-vars.el (wl-message-buffer-prefetch-folder-type-list): New
5004         user option (Renamed from wl-cache-prefetch-folder-type-list).
5005         (wl-message-buffer-prefetch-folder-list): New user option (Renamed
5006         from wl-cache-prefetch-folder-list).
5007
5008         * wl-message.el (wl-message-buffer-prefetch-folder-type-list):
5009         Move to wl-vars.el.
5010         (wl-message-buffer-prefetch-p): Changed to enable
5011         `wl-message-buffer-prefetch-folder-list'.
5012
5013         * wl-summary.el (wl-summary-target-mark-prefetch): Added argument
5014         `ignore-cache'.
5015
5016 2001-11-23  Kenichi OKADA  <okada@opaopa.org>
5017
5018         * wl-draft.el (wl-draft-config-sub-func-alist): Added
5019         `part-top' and `part-bottom'.
5020         (wl-draft-config-sub-part-top): New function.
5021         (wl-draft-config-sub-part-bottom): New function.
5022
5023 2001-11-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5024
5025         * wl-draft.el (wl-draft-reply): Call wl-draft with parent folder.
5026
5027 2001-11-19  Kenichi OKADA  <okada@opaopa.org>
5028
5029         * wl-folder.el (wl-folder-get-newsgroups): Fix.
5030
5031 2001-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5032
5033         * wl-draft.el (wl-draft): Added 14th argument `parent-folder'.
5034
5035         * wl-summary.el (wl-summary-write): Call wl-draft with 14th argument.
5036         (wl-summary-write-current-folder): Ditto.
5037
5038 2001-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
5039
5040         * wl-folder.el (wl-folder-get-newsgroups): Use
5041         `elmo-folder-newsgroups'.
5042
5043 2001-11-18  Kenichi OKADA  <okada@opaopa.org>
5044
5045         * wl-draft.el (wl-draft-config-sub-header-top): New fucntion.
5046         (wl-draft-config-sub-func-alist): Added `wl-draft-config-sub-header-top'.
5047         `wl-draft-config-sub-header-bottom'.
5048
5049 2001-11-14  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5050
5051         * wl-folder.el (wl-folder-get-newsgroups): Fixed probrem when
5052         localnews folder.
5053
5054 2001-11-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5055
5056         * wl-summary.el (wl-summary-mode): Undo last change.
5057
5058         * wl-folder.el (wl-folder-mode): Ditto.
5059
5060 2001-11-09  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5061
5062         * wl-summary.el (wl-summary-mode): Locally set
5063         truncate-partial-window-width to nil.
5064         (for XEmacs)
5065
5066         * wl-folder.el (wl-folder-mode): Ditto.
5067
5068 2001-11-09  Yuuichi Teranishi  <teranisi@gohome.org>
5069
5070         * wl-util.el (wl-set-string-width) [Emacs]: New implementation.
5071
5072 2001-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
5073
5074         * wl-util.el (wl-biff-check-folder-async-callback): Fixed unread
5075         number.
5076
5077         * wl-folder.el (wl-folder-check-one-entity): Use `new' value of diff.
5078
5079         * wl-util.el (wl-biff-check-folder-async-callback): Ditto.
5080
5081         * Version number is increased to 2.7.6.
5082
5083 2001-11-05  Yuuichi Teranishi  <teranisi@gohome.org>
5084
5085         * wl-summary.el (wl-summary-insert-summary): Renamed dummy argument.
5086
5087 2001-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
5088
5089         * wl-summary.el (wl-summary-sync-update): Enclose network
5090         related portion with `unwind-protect'.
5091
5092 2001-10-31  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5093
5094         * wl-fldmgr.el (wl-fldmgr-add): Fixed problem when `name' is list.
5095
5096 2001-10-29  Yuuichi Teranishi  <teranisi@gohome.org>
5097
5098         * wl-message.el (wl-message-add-buttons-to-body): Exchenged 3rd and 4th
5099         element.
5100         * wl-vars.el (wl-message-body-button-alist): Ditto.
5101
5102         * wl-vars.el (wl-message-body-button-alist): Set 4th element as the
5103         max match length.
5104         (Pointed out by Akihiro MOTOKI <amotoki@dd.iij4u.or.jp>.)
5105
5106         * wl-message.el (wl-message-add-buttons-to-body): Use 3rd element value
5107         for the max match length;
5108         Use 4th element value for the button string regexp group.
5109
5110         * wl-acap.el (wl-acap-find-acap-service): If multiple ACAP server
5111         candidate exists, prompt to select.
5112
5113 2001-10-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
5114
5115         * wl-summary.el (wl-summary-jump-to-msg): Search before
5116         calibration point by `beginning-of-line'.
5117
5118 2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5119
5120         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
5121         for access group.
5122
5123 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
5124
5125         * wl-message.el (wl-message-display-internal): Bind
5126         `default-mime-charset'.
5127
5128         * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name error.
5129
5130         * wl-draft.el (wl-draft-reply): Decode newsgroup field.
5131
5132         * Version number is increased to 2.7.5.
5133
5134 2001-10-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5135
5136         * wl-expire.el (wl-summary-archive): Fixed;
5137         Use `elmo-folder-name-internal'.
5138
5139 2001-10-08  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5140
5141         * wl-expire.el (wl-expire-refile): Remove ALL and DONE arguments
5142         from `elmo-folder-move-messages' caller.
5143         (wl-expire-refile-with-copy-reserve-msg): Ditto.
5144
5145         * wl-summary.el (wl-summary-exec-subr): Likewise (All other
5146         related portions are changed).
5147
5148 2001-10-06  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5149
5150         * wl-summary.el (wl-summary-exec-subr): Setup and clear progress
5151         counter.
5152
5153 2001-10-05  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5154
5155         * wl-draft.el (wl-draft): Make truncate-partial-width-windows
5156         buffer local and set it to nil.
5157
5158         * wl-message.el (wl-message-redisplay): Ditto.
5159
5160 2001-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
5161
5162         * wl-summary.el (wl-summary-mark-as-important): If message is
5163         already cached, set messag as read, otherwise encache and mark as read.
5164
5165 2001-10-02  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5166
5167         * wl-summary.el (wl-summary-jump-to-current-message): Don't go to
5168         point-min.
5169
5170 2001-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * wl-xmas.el (wl-message-define-keymap): Return a keymap.
5173         * wl-mule.el (wl-message-define-keymap): Fixed parenthesis; return
5174         a keymap.
5175
5176 2001-10-02  Yuuichi Teranishi  <teranisi@gohome.org>
5177
5178         * wl-e21.el (wl-message-define-keymap): Don't set widget-keymap as
5179         parent.
5180
5181         * wl-mule.el (wl-message-define-keymap): Ditto.
5182
5183         * wl-xmas.el (wl-message-define-keymap): Fixed parenthesis.
5184
5185         * wl-xmas.el (wl-message-display-internal-hook): Define.
5186         (wl-xmas-setup-message-toolbar): Define as function.
5187         (wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
5188         (wl-message-overload-functions): Abolished.
5189         (wl-message-define-keymap): New function.
5190
5191         * wl-vars.el (wl-message-display-internal-hook): New variable.
5192         (wl-message-header-button-alist): New variable (Renamed from
5193         wl-highlight-message-header-button-alist).
5194         (wl-message-body-button-alist): Ditto.
5195
5196         * wl-mule.el (wl-message-define-keymap): New function.
5197         (wl-message-overload-functions): Abolished.
5198
5199         * wl-message.el (wl-message-add-buttons-to-body): New function.
5200         (wl-message-redisplay): Don't call wl-message-overload-functions;
5201         Call wl-message-add-buttons-to-header and
5202         wl-message-add-buttons-to-body.
5203         (wl-message-display-internal): Set keymap argument for
5204         elmo-mime-display-as-is, elmo-mime-message-display;
5205         Run wl-message-display-internal-hook.
5206         (wl-message-refer-article-or-url): Abolished.
5207
5208         * wl-highlight.el (wl-highlight-headers): Don't call
5209         wl-highlight-message-add-buttons-to-header.
5210         (wl-highlight-message-add-buttons-to-header): Abolished.
5211
5212
5213         * wl-e21.el (wl-message-display-internal-hook): Define.
5214         (wl-e21-setup-toolbar): Deleted duplicated binding.
5215         (wl-e21-setup-message-toolbar): Define as function.
5216         (wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
5217         (wl-message-define-keymap): New function.
5218         (wl-message-overload-functions): Abolished.
5219
5220 2001-10-01  Yuuichi Teranishi  <teranisi@gohome.org>
5221
5222         * wl-draft.el (wl-draft-queue-flush): Call elmo-folder-open-internal
5223         and elmo-folder-close.
5224
5225         * wl.el (wl): Call `wl-check-environment' before `wl-plugged-init'.
5226
5227 2001-09-28  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5228
5229         * wl.el (wl-toggle-plugged): Use `not' instead of `null' for
5230         boolean value.
5231         * wl-draft.el (wl-draft-do-fcc): Ditto.
5232
5233 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5234
5235         * wl-vars.el (wl-fcc-force-as-read): New variable.
5236         * wl-draft.el (wl-draft-do-fcc): If `wl-fcc-force-as-read' is non-nil,
5237         mark copied message as read.
5238
5239 2001-09-26  Kenichi OKADA  <okada@opaopa.org>
5240
5241         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Fixed.
5242
5243 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5244
5245         * wl-summary.el (wl-summary-switch-to-clone-buffer): Use
5246         `wl-summary-target-above' instead of obsolete variable
5247         `wl-summary-temp-above'.
5248
5249         * wl-vars.el (toplevel): Use `elmo-define-obsolete-variable'
5250         instead of `make-obsolete-variable'.
5251         * wl-refile.el (toplevel): Ditto.
5252
5253 2001-09-26  Yuuichi Teranishi  <teranisi@gohome.org>
5254
5255         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer): Push mark
5256         with third argument t.
5257         (wl-draft): Set first argument for wl-plugged-init as t.
5258
5259         * wl-vars.el (wl-biff-state-indicator-off): Fixed default value
5260         definition.
5261
5262 2001-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5263
5264         * wl-vars.el: Tabify.
5265         (wl-biff-notify-hook): Use `ding' instead of `beep'.
5266
5267         * wl-draft.el (wl-draft-send): Fixed docstring and confirm
5268         message.
5269
5270 2001-09-26  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5271
5272         * wl-vars.el (wl-biff-notify-hook): Remove duplicate definition
5273         and set default to beep.
5274
5275 2001-09-25  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5276
5277         * wl-vars.el (wl-draft-truncate-lines): New variable.
5278
5279         * wl-draft.el (wl-draft): Use wl-draft-truncate-lines
5280         instead of wl-message-truncate-lines for truncate-lines.
5281
5282 2001-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
5283
5284         * wl-message.el (wl-message-display-internal): Call
5285         `wl-highlight-message' after `elmo-mime-display-as-is'.
5286
5287         * wl-mime.el (wl-mime-display-text/plain): New function.
5288         (wl-mime-display-header): Ditto.
5289         (wl-mime-setup): Register `wl-mime-display-text/plain' as a
5290         body-presentation-method for text/plain;
5291         Register `wl-mime-display-header' as a header-presentation-method;
5292         Don't set up `elmo-message-text-content-inserted-hook' and
5293         `elmo-message-header-inserted-hook'.
5294
5295         * wl-message.el (wl-message-buffer-all-header-flag): New buffer local
5296         variable.
5297         (wl-message-display-internal): Set `wl-message-buffer-all-header-flag'
5298         as t if flag is 'all-header;
5299         Don't bind `elmo-message-ignored-field-list',
5300         `elmo-message-visible-field-list' and `elmo-message-sorted-field-list'.
5301
5302 2001-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * wl-vars.el: (wl-biff-state-indicator-off): Changed default value
5305         for xemacs with non-mule environment.
5306
5307 2001-09-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5308
5309         * wl-draft.el (wl-draft-strip-subject-re, wl-draft-kill)
5310         (wl-draft-send-mail-with-qmail, wl-draft-get-fcc-list)
5311         (wl-draft-do-fcc, wl-draft-queue-flush): Checkdoc.
5312
5313 2001-09-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5314
5315         * wl-vars.el (wl-interactive-send): Set default value as t.
5316
5317 2001-09-21  Yuuichi Teranishi  <teranisi@gohome.org>
5318
5319         * wl-addrmgr.el (wl-addrmgr-method-list): New variable.
5320         (wl-addrmgr-method-list): Abolished.
5321         (wl-addrmgr-change-method): Follow above change.
5322
5323         * wl-draft.el (wl-draft): Call `wl-plugged-init'.
5324
5325 2001-09-21  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5326
5327         * wl-vars.el (wl-message-truncate-lines): Change default value
5328         to default-truncate-lines.
5329
5330         * wl-draft.el (wl-draft): Set truncate-lines as in wl-message.
5331
5332 2001-09-20  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
5333
5334         * wl-vars.el (wl-message-truncate-lines): New variable.
5335
5336         * wl-message.el (wl-message-redisplay): Set truncate-lines using
5337         wl-message-truncate-lines.
5338
5339 2001-09-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5340
5341         * wl-acap.el (wl-acap-init): Remove period from error message.
5342         (wl-acap-find-acap-service): Remove period from message.
5343
5344 2001-09-20  Yuuichi Teranishi  <teranisi@gohome.org>
5345
5346         * wl.el (wl-check-environment): Undo last change.
5347
5348         * wl-vars.el (wl-from): Changed default value.
5349
5350         * wl-util.el (toplevel): Don't require tm-edit.
5351
5352         * wl-draft.el (wl-draft): Changed order of `elmo-init' and
5353         `wl-folder-init';
5354         Don't set mark on mail body.
5355         (wl-draft-reedit): Ditto.
5356
5357         * wl-address.el (wl-address-quote-specials): Define as an alias for
5358         elmo-address-quote-specials.
5359
5360 2001-09-18  Yuuichi Teranishi  <teranisi@gohome.org>
5361
5362         * wl.el (wl-check-environment): If `wl-from' is nil, use default value.
5363
5364         * wl-vars.el (wl-from): Set default value as nil.
5365         (wl-organization): Set default value as ORGANIZATION environment
5366         variable.
5367
5368         * wl-draft.el (wl-smtp-extension-bind): Check value of
5369         wl-smtp-connection-type.
5370
5371         * wl-acap.el (wl-acap-init): If ACAP service is not found, cause an
5372         error.
5373
5374 2001-09-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5375
5376         * Version number is increased to 2.7.4.
5377
5378         * wl-highlight.el (wl-highlight-headers): Remove BEG and END
5379         arguments from `wl-highlight-x-face-function' caller.
5380         Use x-face-1.3.6.12 or later.
5381
5382 2001-09-17  Reuben Thomas <rrt@dcs.gla.ac.uk>
5383
5384         * wl-addrmgr.el (wl-fldmgr-delete): Fix docstring.
5385
5386 2001-09-17  Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
5387
5388         * wl-vars.el (wl-summary-width): Fix type to accept nil.
5389         (wl-fcc): Fix to accept function.
5390         (Reported by Reuben Thomas <rrt@dcs.gla.ac.uk>).
5391
5392 2001-09-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5393
5394         * wl-acap.el (toplevel): Added `product-provide' declare.
5395         * wl-addrmgr.el (toplevel): Fixed `product-provide' declare style.
5396
5397 2001-09-14  Yuuichi Teranishi  <teranisi@gohome.org>
5398
5399         * wl.el (wl): Changed order of calling `elmo-init'
5400         and `elmo-folder-init'.
5401
5402 2001-09-13  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5403
5404         * wl-mime.el (wl-summary-burst): Extract message when content-type
5405         of root entity is not only `multipart' but also `message/rfc822'.
5406         (wl-summary-burst-subr): Ditto.
5407
5408 2001-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
5409
5410         * wl-vars.el (toplevel): Require 'custom.
5411         (wl-trash-folder): Added to `wl-setting' group.
5412
5413         * wl-addrmgr.el (wl-addrmgr-goto-top): Fixed problem when no entry
5414         exists.
5415         (wl-addrmgr-draw): Insert empty line when no entry exists.
5416
5417         * wl-mule.el (wl-message-wheel-up): Fixed.
5418         (wl-message-wheel-down): Ditto.
5419
5420 2001-09-12  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5421
5422         * wl-draft.el (wl-draft-config-exec-sub): Fixed problem when
5423         config is an anonymous lambda expression.
5424
5425 2001-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5426
5427         * wl-vars.el (wl-biff-state-indicator-on): Use `*iso-2022-jp*'
5428         when Mule 2 is running.
5429
5430 2001-09-11  Yuuichi Teranishi  <teranisi@gohome.org>
5431
5432         * wl-e21.el (wl-highlight-folder-current-line): Fixed regexp.
5433
5434 2001-09-10  Yuuichi Teranishi  <teranisi@gohome.org>
5435
5436         * wl-draft.el (wl-draft-std11-parse-addresses): Ignore trailing
5437         spaces (Adviced by NAKAJIMA Mikio <minakaji@osaka.email.ne.jp>).
5438
5439         * wl-address.el (wl-address-specials-regexp): Eliminated.
5440         (wl-address-quote-specials): Rewrite.
5441
5442 2001-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5443
5444         * wl-xmas.el (wl-highlight-folder-current-line): Use Perl style
5445         shy-groups for regexp.
5446
5447         * wl-e21.el (wl-highlight-folder-current-line): Use Posix style
5448         character classes and Perl style shy-groups for regexp.
5449         (wl-highlight-plugged-current-line): Use Posix style character
5450         classes for regexp.
5451         (wl-e21-highlight-folder-by-numbers): Ditto.
5452         (wl-e21-display-image-p): Use `display-images-p' instead of
5453         `display-graphic-p'.
5454         (display-images-p): Make an alias to `display-graphic-p' if it is
5455         not available.  It is for Emacs version prior to 21.0.105.
5456
5457         * wl-demo.el (wl-demo): Use `display-images-p' instead of
5458         `display-graphic-p'.
5459         (wl-demo-image-type-alist): Ditto.
5460         (display-images-p): Make an alias to `display-graphic-p' if it is
5461         not available.  It is for Emacs version prior to 21.0.105.
5462
5463 2001-09-04  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5464
5465         * wl-version.el (wl-generate-user-agent-string-1): Remove tm
5466         support.
5467         (wl-generate-user-agent-string): Ditto.
5468
5469         * wl-version.el (wl-version): Update docsting.
5470         (wl-version-status): Ditto.
5471
5472 2001-09-03  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5473
5474         * wl-e21.el (make-mode-line-mouse-map): Import from Emacs
5475         21.0.105.  For Emacs 21.0.104 or earlier.
5476
5477 2001-09-03  Takuo KITAME <kitame@northeye.org>
5478
5479         * wl-e21.el (wl-plugged-init-icons): Use
5480         `make-mode-line-mouse-map' instead of `make-mode-line-mouse2-map'.
5481         (wl-biff-init-icons): Ditto.
5482
5483 2001-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
5484
5485         * wl-highlight.el (wl-highlight-summary-current-line):
5486         Fixed highlighting refile/copy destination.
5487
5488         * wl-acap.el (wl-acap-init): Decode string by wl-acap-coding-system.
5489         (wl-acap-store): Encode string by wl-acap-coding-system.
5490
5491 2001-08-30  Yuuichi Teranishi  <teranisi@gohome.org>
5492
5493         * wl-acap.el (toplevel): Check and require 'un-define before
5494         'xemacs-ucs;
5495          Added checking for UTF-2000.
5496
5497 2001-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
5498
5499         * wl-acap.el (toplevel): Require 'un-define before 'wl;
5500         Don't enclose with `eval-and-compile'.
5501
5502         * wl.el (wl): Call `elmo-init' and `wl-folder-init' unless
5503         wl-init is non-nil.
5504
5505         * wl-draft.el (wl-draft): Ditto.
5506
5507         * wl-folder.el (wl-folder): Don't call `wl-folder-init' here.
5508
5509         * wl-acap.el (toplevel): Require 'wl.
5510         (wl-acap-store): Call `elmo-init'.
5511
5512         * wl.el (wl): Changed position of `wl-check-environment'.
5513         (toplevel): Added autoload setting for wl-acap.
5514
5515         * wl-vars.el (wl-setting): New custom group.
5516         (wl-from): Added wl-setting group.
5517         (wl-user-mail-address-list): Ditto.
5518         (wl-organization): Ditto.
5519         (wl-subscribed-mailing-list): Ditto.
5520         (wl-envelope-from): Ditto.
5521         (wl-smtp-posting-user): Ditto.
5522         (wl-smtp-posting-server): Ditto.
5523         (wl-smtp-posting-port): Ditto.
5524         (wl-smtp-authenticate-type): Ditto.
5525         (wl-pop-before-smtp-user): Ditto.
5526         (wl-pop-before-smtp-server): Ditto.
5527         (wl-pop-before-smtp-port): Ditto.
5528         (wl-pop-before-smtp-authenticate-type): Ditto.
5529         (wl-nntp-posting-server): Ditto.
5530         (wl-nntp-posting-user): Ditto.
5531         (wl-nntp-posting-port): Ditto.
5532         (wl-fetch-confirm-threshold): Ditto.
5533         (wl-prefetch-threshold): Ditto.
5534         (wl-thread-insert-opened): Ditto.
5535         (wl-ldap-server): Ditto.
5536         (wl-ldap-port): Ditto.
5537         (wl-ldap-base): Ditto.
5538         (wl-ldap-objectclass): Ditto.
5539         (wl-use-ldap): Ditto.
5540         (wl-draft-config-alist): Ditto.
5541         (wl-draft-config-matchone): Ditto.
5542         (wl-template-alist): Ditto.
5543         (wl-message-sort-field-list): Ditto.
5544         (wl-message-ignored-field-list): Ditto.
5545         (wl-message-visible-field-list): Ditto.
5546         (wl-interactive-send): Ditto.
5547         (wl-summary-move-order): Ditto.
5548         (wl-auto-select-first): Ditto.
5549         (wl-auto-select-next): Ditto.
5550         (wl-interactive-save-folders): Ditto.
5551
5552         * wl-folder.el (wl-folder): Moved position of `wl-folder-init';
5553         Initialization codes are moved from wl-local-folder-init.
5554         (wl-local-folder-init): Follow the change above.
5555         (wl-folder-init): Call `wl-acap-init' when `wl-use-acap' is non-nil.
5556
5557         * wl-acap.el: New file.
5558
5559         * Version number is increased to 2.7.3.
5560
5561 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5562
5563         * wl-addrmgr.el (wl-addrmgr-apply-exec): Fix for already-list.
5564
5565 2001-08-21  Kenichi OKADA  <okada@opaopa.org>
5566
5567         * wl-addrmgr.el (wl-addrmgr-draw): Fix for already-list.
5568         (wl-addrmgr-address-entry-list): Ditto.
5569
5570 2001-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
5571
5572         * wl-e21.el (wl-draft-mode-map): Removed binding for
5573         `wl-draft-insert-x-face-field'.
5574
5575         * wl-mule.el (wl-draft-mode-map): Ditto.
5576
5577         * wl-xmas.el (wl-draft-mode-map): Ditto.
5578
5579         * wl-vars.el (wl-cs-noconv): Ignore nemacs.
5580         (wl-cs-autoconv): Ditto.
5581         (wl-cs-local): Ditto.
5582         (wl-use-scoring): Ditto.
5583         (wl-mime-charset): Ditto.
5584         (wl-folder-check-async): Ditto.
5585
5586         * wl.el (toplevel): Ignore nemacs and tm.
5587         (wl-exit): Ditto.
5588
5589         * wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
5590         (wl-summary-mode-map): Added binding for `wl-addrmgr'.
5591         (wl-summary-edit-addresses-subr): Use wl-address-add-or-change
5592         instead of wl-address-petname-add-or-change.
5593         (wl-summary-edit-addresses-subr): Use wl-address-delete
5594         instead of wl-address-petname-delete.
5595
5596         * wl-util.el (wl-as-coding-system): Ignore nemacs.
5597
5598         * wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
5599         if error occured.
5600
5601         * wl-message.el (require): Remove tm support.
5602
5603         * wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.
5604
5605         * wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
5606         (wl-folder-jump-to-current-entity): Ditto.
5607         (wl-folder-mode-map): Added binding for `wl-addrmgr'.
5608
5609         * wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
5610         `wl-draft-insert-x-face-field' to `wl-addrmgr'.
5611         Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.
5612
5613         * wl-mule.el (wl-draft-key-setup): Ditto.
5614
5615         * wl-xmas.el (wl-draft-key-setup): Ditto.
5616
5617         * wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
5618         (wl-draft-std11-parse-addresses): New function.
5619         (wl-draft-parse-mailbox-list): Use it.
5620         (wl-draft): Ignore nemacs.
5621         (wl-draft-reedit): Ditto.
5622
5623         * wl-addrmgr.el: New file.
5624         (Original is wl-rcpt.el written by
5625         "Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
5626         Thanks Kitamoto-san.)
5627
5628         * wl-address.el (wl-address-make-address-list): Modified parsing
5629         process.
5630         (wl-address-delete): Renamed from `wl-address-petname-delete';
5631         Modify wl-address-list too.
5632         (wl-address-add-or-change): Renamed from
5633         `wl-address-petname-add-or-change'; Rewote for wl-addrmgr.
5634
5635 2001-08-15  YAMASHITA Junji <ysjj@unixuser.org>
5636
5637         * wl-highlight.el (wl-highlight-summary-current-line):
5638           Work with transient-mark-mode
5639
5640 2001-08-15  Yuuichi Teranishi  <teranisi@gohome.org>
5641
5642         * Version number is increased to 2.7.2.
5643
5644         * wl.el (wl-plugged-dop-queue-info): Use elmo-dop-queue-method-name
5645         instead of elmo-dop-queue-method.
5646
5647 2001-08-06  SAITO Atsunori <sai@yedo.com>
5648
5649         * wl-vars.el (wl-ldap-objectclass): New user option.
5650
5651         * wl-address.el (wl-ldap-make-filter): Use it.
5652
5653 2001-08-03  Yuuichi Teranishi  <teranisi@gohome.org>
5654
5655         * wl-fldmgr.el (wl-fldmgr-rename): Fixed second argument.
5656
5657 2001-08-02  Yuuichi Teranishi  <teranisi@gohome.org>
5658
5659         * wl-folder.el (wl-folder): redisplay after folder insertion.
5660
5661         * wl-demo.el (wl-demo): Don't delete toolbar on emacs-21.
5662
5663         * wl-summary.el (wl-summary-sync-update):
5664         Change status mark only when new-msgdb exists.
5665         (Advised by Akihiro MOTOKI <mokkun@iname.com>.)
5666
5667 2001-07-23  Yuuichi Teranishi  <teranisi@gohome.org>
5668
5669         * wl-summary.el (wl-summary-open-folder): New function.
5670         (wl-summary-goto-folder-subr): Use it.
5671         (wl-summary-mark-as-important): Fix;
5672         Encache only when no cache exists.
5673
5674 2001-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
5675
5676         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
5677         Use with-current-buffer.
5678
5679 2001-07-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5680
5681         * wl-score.el (wl-score-insert-help): Check `wl-message-buffer'
5682         before call `get-buffer'. Fixed parenthesis.
5683         (wl-score-get-header-entry): Clear message and help window when
5684         keyboard quit.
5685         (wl-score-edit-insert-header): Ditto.
5686
5687 2001-07-14  Yuuichi Teranishi  <teranisi@gohome.org>
5688
5689         * wl-draft.el (wl-message-mail-p): Test resent-to: field.
5690         (Fix by Peter M~ller Neergaard <turtle@bu.edu>)
5691         (wl-default-draft-cite): Fix.
5692
5693         * wl-score.el (wl-score-insert-help): Fixed parenthesis.
5694         (Pointed out by ABE Yasushi <yasushi@stbbs.net>)
5695
5696 2001-07-12  Yuuichi Teranishi  <teranisi@gohome.org>
5697
5698         * wl-message.el (wl-message-prev-page): Do same bahavior
5699         as summary when it is called in the message buffer.
5700         (wl-message-next-page): Ditto.
5701
5702 2001-07-09  Yuuichi Teranishi  <teranisi@gohome.org>
5703
5704         * wl-summary.el (wl-summary-forward): Use cache if it is not
5705         section cache.
5706
5707 2001-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
5708
5709         * wl-vars.el: Changed file coding system to ISO-2022-JP.
5710         Removed redundant require of elmo-vars.
5711         (wl-biff-state-indicator-on): Changed default value for
5712         xemacs with non-mule environment.
5713
5714         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5715         wl-message-buffer is nil;
5716         Hide progress bar after moving messages.
5717
5718 2001-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
5719
5720         * wl-summary.el (wl-summary-exec-subr): Delete message buffer only when
5721         message at cursor point is deleted.
5722
5723 2001-07-02  Yuuichi Teranishi  <teranisi@gohome.org>
5724
5725         * wl-vars.el: Changed file coding system to euc-japan.
5726         Added -*-coding:-*- magic to the first line.
5727
5728         * wl-summary.el (wl-summary-search-by-subject): Fixed bug;
5729         Search parent from the first message.
5730
5731         * Version number is increased to 2.7.1.
5732
5733 2001-06-28  OHASHI Akira  <bg66@koka-in.org>
5734
5735         * wl-vars.el: Fix file coding system to ISO-2022-JP.
5736
5737 2001-06-27  Yuuichi Teranishi  <teranisi@gohome.org>
5738
5739         * wl-summary.el (wl-summary-exec-subr): Hide message buffer after
5740         refile/delete execution.
5741
5742         * wl-vars.el (wl-summary-fix-timezone): Changed default value to nil;
5743         Fixed docstring.
5744
5745 2001-06-26  Yuuichi Teranishi  <teranisi@gohome.org>
5746
5747         * wl-summary.el (wl-summary-sync-update): If sync-result is non-nil,
5748         do update process;
5749         Don't update marks when update process is interrupted.
5750
5751 2001-06-25  Yuuichi Teranishi  <teranisi@gohome.org>
5752
5753         * wl-summary.el (wl-summary-reply): Fixed problem when
5754         wl-draft-use-frame is non-nil.
5755         (wl-summary-forward): Ditto.
5756
5757         * wl-folder.el (wl-folder-sync-entity): Bind wl-summary-use-frame
5758         as nil.
5759         (wl-folder-mark-as-read-all-entity): Ditto.
5760         (wl-folder-prefetch-entity): Ditto.
5761
5762         * wl.el (wl): Check environment before wl-init.
5763
5764         * wl-summary.el (wl-summary-collect-unread): Eliminated.
5765         (wl-summary-mark-as-read-all): Use elmo-folder-list-unreads
5766         instead of wl-summary-collect-unread.
5767         (wl-summary-reply): Split message window.
5768
5769 2001-06-21  Yuuichi Teranishi  <teranisi@gohome.org>
5770
5771         * wl-vars.el (wl): Set custom-manual link as "wl-ja"
5772         only if current language environment is japanese,
5773
5774         * wl-folder.el (wl-folder-jump-to-current-entity): Call
5775         wl-folder-select-buffer when wl-summary-use-frame is non-nil.
5776         (wl-folder-goto-folder-subr): Ditto.
5777
5778         * wl-draft.el (wl-draft-dispatch-message): Call
5779         `elmo-file-cache-get-path'.
5780
5781 2001-06-20  Yuuichi Teranishi  <teranisi@gohome.org>
5782
5783         * wl-summary.el (wl-summary-cursor-move): If return value of
5784         wl-summary-next-message is not number, don't jump.
5785
5786 2001-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
5787
5788         * wl-summary.el (wl-summary-buffer-next-message-function): New
5789         variable.
5790         (wl-summary-next-message): Call wl-summary-buffer-next-message-function
5791         if it is bound.
5792
5793         * wl-e21.el (wl-plugged-set-folder-icon): Don't propertize image
5794         string.
5795
5796         * wl.el (wl-plugged-dop-queue-info): Fix to check stream-type.
5797         (wl-plugged-drawing): Ditto.
5798
5799 2001-06-18  Yuuichi Teranishi  <teranisi@gohome.org>
5800
5801         * wl-util.el (wl-biff-check-folder): Use own buffer for pop3 biff
5802         process.
5803         (wl-biff-check-folder-async): Enclose wl-biff-check-folder
5804         with unwind-protect.
5805
5806         * wl.el (wl-init): Require mime-setup.
5807         (wl-check-environment): Don't require mime-setup.
5808
5809         * wl-util.el (wl-biff-check-folder): Use elmo-folder-type-internal
5810         instead of elmo-folder-type.
5811
5812         * wl-message.el (wl-message-buffer-prefetch-debug): Set default
5813         value as nil.
5814
5815 2001-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
5816
5817         * Version number is increased to 2.7.0.
5818
5819         * wl-version.el (wl-version): Changed codename.
5820
5821         * wl-summary.el (wl-summary-delete-cache): Fixed.
5822
5823         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
5824         Workaround for net folders.
5825         (According to the patch from ABE Yasushi <yasushi@stbbs.net>)
5826
5827         * wl-vars.el (wl-folder-process-duplicates-alist): Changed default
5828         value to nil (According to the patch from
5829         Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>).
5830
5831         * wl-util.el (wl-biff-check-folder): Call elmo-folder-check instead
5832         of elmo-folder-close.
5833
5834 2001-06-06  Peter M~ller Neergaard <turtle@bu.edu>
5835
5836         * wl-summary.el (wl-summary-resend-bounced-mail): Modified regexp
5837         for postfix.
5838
5839 2001-06-13  Yuuichi Teranishi  <teranisi@gohome.org>
5840
5841         * wl-summary.el (wl-summary-resend-message): Fixed.
5842
5843         * wl-draft.el (wl-draft-edit-string): Fetch From: field value and
5844         Call wl-draft with `from' argument if its address is included in
5845         `wl-user-mail-address-list'.
5846         (wl-draft): Added `from' argument.
5847
5848         * wl.el (wl-exit): Delete current frame if wl-folder-use-frame is
5849         non-nil.
5850         (wl): Don't show demo if wl-demo is nil.
5851
5852         * wl-summary.el (wl-summary-exit): Renamed wl-folder-use-frame to
5853         wl-summary-use-frame.
5854
5855         * wl-vars.el (wl-summary-use-frame): New user option.
5856         (wl-folder-use-frame): Changed docstring.
5857
5858         * wl-folder.el (wl-folder): Make new frame if wl-folder-use-frame is
5859         non-nil.
5860         (wl-folder-select-buffer): Renamed wl-folder-use-frame to
5861         wl-summary-use-frame.
5862
5863         * wl-vars.el (wl-folder-use-frame): New user option.
5864
5865         * wl-summary.el (wl-summary-exit): Back to folder frame if
5866         wl-folder-use-frame is non-nil.
5867         (wl-summary-redisplay-internal): Ignore cache if current folder
5868         is draft folder,
5869         (wl-summary-redisplay-no-mime): Ditto.
5870         (wl-summary-redisplay-all-header): Ditto.
5871
5872         * wl-folder.el (wl-folder-select-buffer): Switch to other frame
5873         if wl-folder-use-frame is non-nil.
5874
5875 2001-06-06  Yuuichi Teranishi  <teranisi@gohome.org>
5876
5877         * wl-summary.el (wl-summary-sync-update): Bind
5878         elmo-folder-update-threshold.
5879         (wl-summary-mark-as-important): Enclosed server mark processing
5880         with `save-match-data'.
5881
5882         * wl-mime.el (wl-mime-setup): Set mime-setup-signature-key-alist
5883         only when it is already defined.
5884
5885 2001-05-24  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5886
5887         * wl-expire.el (wl-expire-archive-get-folder): Fixed problem that
5888         name of folder exclude localdir is wrong.
5889         * wl-folder.el (wl-folder-sync-entity):
5890         Set `wl-summary-always-sticky-folder-list' as nil.
5891         (wl-folder-mark-as-read-all-entity): Ditto.
5892         (wl-folder-prefetch-entity): Ditto.
5893
5894 2001-05-23  Kenichi OKADA  <okada@opaopa.org>
5895
5896         * wl-draft.el (wl-draft): use `wl-summary-write-current-folder'
5897         instead of `wl-summary-write-current-newsgroup'.
5898
5899 2001-05-19  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
5900
5901         * wl-summary.el (wl-summary-auto-select-msg-p): New function.
5902         (wl-summary-goto-folder-subr): If `wl-auto-select-first' is
5903         non-nil and selected message is important, do not display.
5904
5905 2001-05-16  Kenichi OKADA  <okada@opaopa.org>
5906
5907         * wl.el (wl): Omit `wl-check-environment' if wl-init is nil.
5908
5909 2001-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
5910
5911         * wl.el (wl-plugged-dop-queue-info): Fixed for new queue structure.
5912
5913         * wl-summary.el (wl-summary-mark-as-important): Set message number
5914         using wl-summary-message-number.
5915
5916 2001-05-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5917
5918         * wl-summary.el (wl-summary-exec-subr): Fixed problem when
5919         destination folder is 'null.
5920
5921 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5922
5923         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule-subr):
5924         New function.
5925         (wl-folder-guess-mailing-list-by-folder-name-subr): New function.
5926         (wl-folder-guess-mailing-list-by-refile-rule): Fix for multi folder.
5927         (wl-folder-guess-mailing-list-by-folder-name): Ditto.
5928
5929 2001-05-08  Yuuichi Teranishi  <teranisi@gohome.org>
5930
5931         * wl-mime.el (wl-mime-setup): Added setting for
5932         `mime-setup-signature-key-alist' to avoid overriding key bind for
5933         `wl-draft-send'.
5934
5935         * wl-e21.el (wl-draft-overload-functions): Don't override key binding
5936         for `wl-draft-send'.
5937         * wl-mule.el (wl-draft-overload-functions): Ditto.
5938         * wl-xmas.el (wl-draft-overload-functions): Ditto.
5939         * wl-draft.el (wl-draft-send): Ditto.
5940
5941         * wl-message.el (wl-message-display-internal):
5942         Fixed typo (elmo-fetch-threshold->elmo-message-fetch-threshold).
5943         (Patch is provided by <kita@coe.nttdata.co.jp>).
5944
5945 2001-05-09  Kenichi OKADA  <okada@opaopa.org>
5946
5947         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule): Fix.
5948
5949 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5950
5951         * wl.el (wl): Fix for wl-demo.
5952
5953 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5954
5955         * wl-summary.el (wl-summary-supersedes-message): Use 'message-buf'
5956
5957 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5958
5959         * wl-folder.el (wl-folder-prefetch-entity): Use
5960         `wl-folder-get-elmo-folder'.
5961         (wl-folder-count-incorporates): Do not use
5962         `wl-folder-get-elmo-folder'.
5963
5964 2001-05-08  Kenichi OKADA  <okada@opaopa.org>
5965
5966         * wl-xmas.el (wl-plugged-set-folder-icon): Use `elmo-folder-type'
5967         instead of `elmo-folder-get-type'.
5968
5969 2001-05-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5970
5971         * wl-summary.el (wl-summary-write-current-folder): Set cursor
5972         position on Subject: field.
5973         (Advised by Mito <mit@nines.nec.co.jp>)
5974
5975 2001-04-27  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
5976
5977         * wl-folder.el (wl-folder-prefetch-entity): Use
5978         `wl-folder-get-elmo-folder'.
5979
5980 2001-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
5981
5982         * wl-vars.el (wl-folder-process-duplicates-alist): New user option.
5983
5984         * wl-summary.el (wl-summary-buffer-set-folder): Set up
5985         `process-duplicates' slot.
5986
5987         * wl-highlight.el (wl-highlight-message): Don't highlight as signature
5988         if detection failed.
5989
5990 2001-04-25  TAKAHASHI Kaoru  <kaoru@kaisei.org>
5991
5992         * wl-version.el (wl-version-status): Set to "alpha".
5993
5994 2001-04-23  Yuuichi Teranishi  <teranisi@gohome.org>
5995
5996         * wl-summary.el (wl-summary-set-message-buffer-or-redisplay):
5997         Check wl-message-buffer lives before set-buffer.
5998
5999 2001-04-22  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6000
6001         * wl-expire.el (wl-summary-expire): Fixed problem that do not expire
6002         called in folder mode.
6003         * wl-var.el (wl-summary-exit-pre-hook): New variable.
6004         * wl-summary.el (wl-summary-exit-pre-hook): Run
6005         `wl-summary-exit-pre-hook' before exit summary mode.
6006
6007 2001-04-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6008
6009         * wl-version.el (wl-version-status): New variable.
6010         (wl-version-status-alist): Removed.
6011         (wl-version-status): Rule included.
6012
6013 2001-04-19  Yuuichi Teranishi  <teranisi@gohome.org>
6014
6015         * wl-vars.el (wl-folder-mime-charset-alist): Setup default value for
6016         @sponichi.
6017
6018         * wl-draft.el (wl-draft-insert-current-message): Fixed problem
6019         when `mail-reply-buffer' is buffer-local variable.
6020         (Reported by <kita@coe.nttdata.co.jp>).
6021
6022 2001-04-17  Yuuichi Teranishi  <teranisi@gohome.org>
6023
6024         * wl-vars.el (toplevel): Require 'elmo-util.
6025
6026 2001-04-16  Yuuichi Teranishi  <teranisi@gohome.org>
6027
6028         * wl-summary.el (wl-summary-message-regexp): Fixed number regexp.
6029         (All other related portions are changed)
6030
6031         * wl.el (wl-plugged-change): Use '<' instead of '<='.
6032
6033         * wl-folder.el (wl-folder-check-one-entity): Fixed last change again.
6034
6035 2001-04-14  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6036
6037         * wl-folder.el (wl-folder-check-one-entity): Fixed last change.
6038
6039 2001-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
6040
6041         * wl-summary.el (wl-summary-target-mark-reply-with-citation): Fixed.
6042         Delete other windows to avoid an error.
6043         Use `point-marker' instead of `point' to remember the start point
6044         of body.
6045
6046         * wl.el (wl-plugged-toggle-all): Fixed argument for `elmo-set-plugged'.
6047
6048         * wl-folder.el (wl-folder-check-one-entity): Adjust unread message
6049         number not to exceed all message number.
6050
6051 2001-04-12  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6052
6053         * wl-e21.el (wl-biff-init-icons): Don't use `call-interactively' to
6054         call the command `wl-biff-check-folders' in `mode-line-mouse2-map'.
6055
6056 2001-04-09  Yuuichi Teranishi  <teranisi@gohome.org>
6057
6058         * wl-summary.el (wl-summary-sync-force-update): Added argument
6059         no-check.
6060         (wl-summary-sync-update): Ditto.
6061         (wl-summary-goto-folder-subr): Call wl-summary-sync-force-update
6062         with `no-check'.
6063
6064         * wl-message.el (wl-message-buffer-prefetch-timer): New variable.
6065         (wl-message-buffer-prefetch-next): Don't run timer if timer is
6066         already running.
6067
6068 2001-04-07  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
6069
6070         * wl-expire.el (wl-expire-archive-get-folder): Added argument
6071         `dst-folder-arg'.
6072         (wl-expire-archive-number1): Diito.
6073         (wl-expire-archive-number2): Diito.
6074         (wl-expire-archive-Date): Diito.
6075         (wl-archive-number1): Diito.
6076         (wl-archive-number2): Diito.
6077         (wl-archive-date): Diito.
6078         (wl-archive-folder-p): New function.
6079         (wl-summary-expire): Support of expand folder name at
6080         wl-expire-alist.
6081         * wl-util.el (wl-expand-newtext): Renamed from
6082         `wl-refile-expand-newtext'.
6083
6084 2001-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
6085
6086         * wl-summary.el (wl-summary-prefetch-msg): Fiexd. Call
6087         `elmo-msgdb-overview-get-entity' with `msgdb' instead of
6088         `(elmo-msgdb-get-overview msgdb)'.
6089         (wl-summary-prefetch): Bind match data before call
6090         `wl-summay-prefetch-msg'.
6091         (wl-summary-goto-folder-subr): Call `wl-summary-toggle-disp-msg' with
6092         'off if `wl-summary-buffer-disp-msg' is non-nil.
6093         Fixed problem that couldn't show only one new or unread message when
6094         enter folder.
6095         (wl-summary-reply): Don't call `split-window-vertically' and other
6096         window.
6097
6098 2001-04-03  Yuuichi Teranishi  <teranisi@gohome.org>
6099
6100         * wl-expire.el (wl-expire-refile): Fixed.
6101
6102 2001-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
6103
6104         * wl-vars.el (wl-biff-unnotify-hook): New variable.
6105
6106         * wl-util.el (wl-biff-notify): Run `wl-biff-unnotify-hook' when
6107         biff notification is removed.
6108
6109         * wl.el (wl): Changed position of `elmo-init'.
6110
6111         * wl-draft.el (wl-default-draft-cite): Use date field
6112         on the citation buffer.
6113
6114         * wl-vars.el (wl-shimbun-folder-icon): New variable.
6115
6116         * wl-xmas.el (wl-folder-internal-icon-list): Added
6117         `wl-folder-shimbun-image'.
6118
6119         * wl-e21.el (wl-folder-internal-icon-list): Added
6120         `wl-folder-shimbun-image'.
6121
6122 2001-03-31  Yuuichi Teranishi  <teranisi@gohome.org>
6123
6124         * wl.el (wl-init): Eliminated argument.
6125         (wl): Rewrite.
6126
6127         * wl-summary.el (wl-summary-prefetch-msg): Use `elmo-message-encache'.
6128         (wl-summary-sync-update): Use Use `elmo-folder-msgdb'
6129         instead of `elmo-folder-msgdb-internal'.
6130         (wl-summary-sync-update): Ditto.
6131         (wl-summary-flush-pending-append-operations): Eliminated.
6132         (wl-summary-delete-all-msgs): Set msgdb instead of folder.
6133         (wl-summary-goto-folder-subr): Set load-msgdb argument of
6134         `elmo-folder-open'.
6135
6136         * wl-mime.el (wl-summary-burst): Fixed.
6137
6138         * wl-folder.el (wl-folder-info-save): Check data type.
6139
6140         * wl-expire.el (wl-expire-delete): Set msgdb instead of folder.
6141         (wl-expire-refile-with-copy-reserve-msg): Use `elmo-folder-msgdb'
6142         instead of `elmo-folder-msgdb-internal'.
6143         (wl-expire-hide): Ditto.
6144
6145
6146         * wl-draft.el (wl-draft): Removed argument for `wl-init'.
6147
6148 2001-03-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6149
6150         * wl-folder.el (wl-folder-write-current-folder): Support petname.
6151
6152 2001-03-11  Kenichi OKADA  <okada@opaopa.org>
6153
6154         * wl-draft.el (wl-draft-do-fcc): Fix for `wl-draft-use-cache'
6155
6156 2001-03-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6157
6158         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name):
6159         Fixed `match-beginning' argument mismatch.
6160
6161 2001-03-05  Katsumi Yamaoka    <yamaoka@jpl.org>
6162
6163         * wl-demo.el (wl-demo): Reset `tab-width' and `tab-stop-list' to
6164         the default value.
6165
6166 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6167
6168         * wl-folder.el (wl-make-plugged-alist): Use `wl-nntp-posting-port'
6169         instead of `elmo-nntp-default-port'.
6170
6171         * wl-vars.el: Fixed some doc strings.
6172
6173 2001-02-28  Yuuichi Teranishi  <teranisi@gohome.org>
6174
6175         * wl-summary.el (wl-summary-prefetch-msg): Use
6176         `elmo-msgdb-overview-get-entity' instead of `assoc'.
6177
6178         * wl-vars.el: Define *-func as obsolete variable using
6179         `elmo-define-obsolete-variable'.
6180
6181         * wl-message.el (wl-message-buffer-prefetch-threshold): Eliminated.
6182         (wl-message-buffer-prefetch): Use `elmo-message-fetch-threshold'
6183         instead of `wl-message-buffer-prefetch-threshold'.
6184
6185         * wl-summary.el (wl-summary-buffer-message-redisplay-func): Removed.
6186
6187         * wl-vars.el (wl-cache-prefetch-get-next-func): Ditto.
6188
6189         * wl-draft.el (wl-caesar-region-func): Ditto.
6190
6191         * wl-summary.el (wl-summary-exec-subr): Fixed `copy';
6192         Keep unread status in elmo-folder-move-messages.
6193         (wl-summary-sync-update): Set `wl-summary-buffer-msgdb'.
6194
6195 2001-02-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6196
6197         * wl-summary.el (wl-summary-buffer-exit-function): Renamed from
6198         `wl-summary-buffer-exit-func'
6199         (wl-summary-buffer-message-redisplay-function): Renamed from
6200         `wl-summary-buffer-message-redisplay-func'
6201         (wl-summary-buffer-next-folder-function): Renamed from
6202         `wl-summary-buffer-next-folder-func'.
6203         (wl-summary-buffer-prev-folder-function): Renamed from
6204         `wl-summary-buffer-prev-folder-func'.
6205         (wl-summary-get-petname-function): Renamed from
6206         `wl-summary-get-petname-func'.
6207
6208         * wl-score.el (wl-score-edit-exit-function): Renamed from
6209         `wl-score-edit-exit-func'.
6210
6211         * wl-message.el (wl-message-buffer-prefetch-get-next-function):
6212         Renamed from `wl-message-buffer-prefetch-get-next-function'.
6213
6214         * wl-util.el (wl-load-profile-function): Renamed from
6215         `wl-load-profile-func'.
6216
6217         * wl-folder.el (wl-folder-completion-function): Renamed from
6218         `wl-folder-completion-func'.
6219         (wl-folder-init-function): Renamed from `wl-folder-init-func'.
6220
6221         * wl-vars.el (wl-expire-archive-get-folder-function): Renamed from
6222         `wl-expire-archive-get-folder-func'.
6223         (wl-draft-send-function): Renamed from `wl-draft-send-func'.
6224         (wl-draft-send-mail-function): Renamed from
6225         `wl-draft-send-mail-func'.
6226         (wl-draft-send-news-function): Renamed from
6227         `wl-draft-send-news-func'.
6228         (wl-fldmgr-sort-function): Renamed from `wl-fldmgr-sort-func'.
6229         (wl-generate-mailer-string-function): Renamed from
6230         `wl-generate-mailer-string-func'.
6231         (wl-highlight-signature-search-function): Renamed from
6232         `wl-highlight-signature-search-func'.
6233         (wl-highlight-x-face-function): Renamed from
6234         `wl-highlight-x-face-func'
6235         (wl-print-buffer-function): Renamed from `wl-print-buffer-func'.
6236         (wl-ps-print-buffer-function): Renamed from
6237         `wl-ps-print-buffer-func'
6238         (wl-summary-from-function): Renamed from `wl-summary-from-func'.
6239         (wl-summary-subject-function): Renamed from `wl-summary-subject-func'.
6240         (wl-summary-subject-filter-function): Renamed from
6241         `wl-summary-subject-filter-func'.
6242
6243         * wl-draft.el (wl-draft-queue-flush-send-function): Renamed from
6244         `wl-draft-queue-flush-send-func'
6245         (wl-draft-cite-function): Renamed from
6246         `wl-draft-cite-func'
6247
6248         * wl-address.el (wl-address-init-function): Renamed from
6249         `wl-address-init-func'.
6250
6251 2001-02-27  Yuuichi Teranishi  <teranisi@gohome.org>
6252
6253         * wl-draft.el (wl-draft-queue-flush): Don't call
6254         `elmo-dop-unlock-message'.
6255         * wl-draft.el (wl-draft-queue-append): Don't call
6256         `elmo-dop-lock-message'.
6257
6258         * wl-summary.el (wl-summary-buffer-msgdb): Revival (for compatibility).
6259         (wl-summary-buffer-folder-name): Ditto.
6260         (wl-summary-message-regexp): Added '-' (all other related portions
6261         are changed).
6262         (wl-summary-goto-folder-subr): Set wl-summary-buffer-msgdb and
6263         wl-summary-buffer-folder-name.
6264
6265 2001-02-26  "A. SAGATA" <sagata@nttvdt.hil.ntt.co.jp>
6266
6267         * wl-folder.el (wl-folder-check-one-entity): Fixed problem that
6268         the number of mails in the folder buffer is not updated by wl-biff.
6269
6270 2000-02-26  Kenichi OKADA  <okada@opaopa.org>
6271
6272         * wl-summary.el (wl-summary-default-subject-filter): Fix for `Re>'.
6273         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Ditto.
6274
6275 2001-03-01  Yuuichi Teranishi  <teranisi@gohome.org>
6276
6277         * wl-summary.el (wl-summary-next-message):
6278         Return next message number when wl-summary-move-order is nil.
6279
6280 2001-02-28  Akihiro MOTOKI <mokkun@iname.com>
6281
6282         * wl-summary.el (wl-summary-move-spec-plugged-alist): Renamed from
6283         `wl-summary-move-spec-alist'.
6284         (wl-summary-move-spec-unplugged-alist): New variable
6285         (Move spec for unplugged status).
6286         (wl-summary-next-message): Use `wl-summary-move-spec-plugged-alist'
6287         if plugged, `wl-summary-move-spec-unplugged-alist' is unplugged.
6288
6289 2001-03-01  OKAZAKI Tetsurou  <okazaki@be.to>
6290
6291         * wl-e21.el (wl-draft-overload-menubar): "FCC" -> "Fcc".
6292         * wl-mule.el (wl-draft-overload-menubar): Ditto.
6293
6294 2001-02-28  OKAZAKI Tetsurou  <okazaki@be.to>
6295
6296         * wl-mime.el (wl-draft-preview-message): Use `function' instead of
6297         simple quotation to quote the anonymous function.
6298         * tm-wl.el (wl-draft-preview-message): Ditto.
6299
6300 2001-02-25  OKAZAKI Tetsurou  <okazaki@be.to>
6301
6302         * wl-highlight.el (wl-highlight-summary-displaying): Optimize;
6303         Eliminate redundant `save-excursion'.
6304         (wl-highlight-summary-current-line): Ditto.
6305
6306         * wl-highlight.el (wl-highlight-summary-current-line): Avoid
6307         accessing match data when `looking-at' failed.
6308
6309         * wl-draft.el (wl-draft-delete): Use `match-string' instead of
6310         `elmo-match-string' where users don't care about the speed.
6311         (wl-draft-save): Ditto.
6312
6313 2001-02-24  Yuuichi Teranishi  <teranisi@gohome.org>
6314
6315         * wl-util.el (wl-regexp-opt): New function.
6316
6317         * wl-summary.el (wl-summary-delete-messages-on-buffer): Delete
6318         number from `wl-summary-buffer-number-list'.
6319         (wl-summary-goto-folder-subr): Load msgdb before resuming summary view;
6320         Call `wl-summary-rescan' if `wl-summary-cache-use' is nil.
6321         (wl-summary-move-spec-alist): Changed default setting.
6322
6323 2001-02-23  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
6324
6325         * wl-vars.el (wl-biff-notify-hook): New hook.
6326         * wl-util.el (wl-biff-notify): Run `wl-biff-notify-hook' at
6327         the arrival of new mail.
6328         (Based on the patch from Hironori Fukuchi <nory@valis.co.jp>
6329         and advice by Yuuichi Teranishi  <teranisi@gohome.org>)
6330
6331 2001-02-23  Yuuichi Teranishi  <teranisi@gohome.org>
6332
6333         * wl-summary.el (wl-summary-default-get-next-msg): Fix (num => msg).
6334
6335 2001-02-22  Yuuichi Teranishi  <teranisi@gohome.org>
6336
6337         * wl-summary.el (wl-summary-default-get-next-msg): Fix.
6338
6339         * Version number is increased to 2.5.8.
6340
6341         * wl-thread.el (toplevel): require 'cl.
6342         (wl-thread-resume-entity): Call wl-thread-make-number-list.
6343         (wl-thread-make-number-list): New function.
6344         (wl-thread-entity-make-number-list-from-children): Ditto.
6345         (wl-thread-entity-insert-as-top): Update wl-summary-buffer-number-list.
6346         (wl-thread-entity-insert-as-children): Likewise.
6347         (wl-thread-delete-message): Likewise.
6348         (wl-meaning-of-mark): Eliminated.
6349         (wl-thread-next-failure-mark-p): Ditto.
6350         (wl-thread-entity-get-mark): Ditto.
6351         (wl-thread-meaning-alist-get-result): Ditto.
6352         (wl-thread-entity-check-prev-mark): Ditto.
6353         (wl-thread-entity-check-next-mark): Ditto.
6354         (wl-thread-entity-check-prev-mark-from-older-brother): Ditto.
6355         (wl-thread-entity-get-prev-marked-entity): Ditto.
6356         (wl-thread-get-prev-unread): Ditto.
6357         (wl-thread-jump-to-prev-unread): Ditto.
6358         (wl-thread-get-next-unread): Ditto.
6359         (wl-thread-jump-to-next-unread): Ditto.
6360         (wl-thread-entity-check-next-mark-from-younger-brother): Ditto.
6361         (wl-thread-entity-get-next-marked-entity): Ditto.
6362
6363         * wl-summary.el (wl-summary-buffer-number-list):
6364         New bufer-local variable.
6365         (wl-summary-switch-to-clone-buffer): Clone
6366         `wl-summary-buffer-number-list'.
6367         (wl-summary-goto-folder-subr): Use `wl-summary-next-message'.
6368         (wl-summary-cursor-move-regex): Eliminated.
6369         (wl-summary-cursor-up): Rewrite.
6370         (wl-summary-cursor-down): Ditto.
6371         (wl-summary-mode-spec-alist): New variable.
6372         (wl-summary-next-message): New inline function.
6373         (wl-summary-cursor-move): New function.
6374         (wl-summary-default-get-next-msg): Rewrite.
6375         (wl-summary-sync-all-init): Setup `wl-summary-number-list'.
6376         (wl-summary-rescan): Ditto.
6377         (wl-summary-sync-all-init): Ditto.
6378         (wl-summary-goto-folder-subr): Call `wl-summary-make-number-list' if
6379         summary is not thread view.
6380         (wl-summary-sync-update): Ditto.
6381         (wl-summary-rescan): Ditto.
6382         (wl-summary-make-number-list): New function.
6383
6384         * wl-draft.el: "FCC" -> "Fcc".
6385
6386 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6387
6388         * wl-highlight.el (wl-highlight-summary-window):
6389         Call `set-buffer-modified-p'.
6390
6391         * wl.el (wl-init): Don't call `elmo-crosspost-message-alist-load'.
6392         (wl): Call `elmo-init' and fix.
6393
6394         * wl-draft.el, wl-folder.el, wl-summary.el, wl-util.el:
6395         Use new variables.
6396
6397         * wl-folder.el (wl-folder): Call `sit-for' before `wl-folder-init'.
6398
6399 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6400
6401         * wl-vars.el (wl-biff-notify-hook): Set default value as '(beep).
6402
6403 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6404
6405         * wl-demo.el (wl-demo-image-type-alist): Use ' instead of `.
6406
6407 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6408
6409         * wl-e21.el (wl-e21-setup-draft-toolbar): Don't refer to
6410         `wl-use-toolbar' nor `display-graphic-p'.
6411         (wl-e21-setup-message-toolbar): Ditto.
6412         (wl-e21-setup-summary-toolbar): Ditto.
6413         (wl-e21-setup-folder-toolbar): Ditto.
6414
6415         (wl-biff-init-icons): Rewrite using `wl-e21-display-image-p'.
6416         (wl-plugged-init-icons): Ditto.
6417
6418         (wl-folder-init-icons): Use `wl-e21-display-image-p' instead of
6419         `display-graphic-p'.
6420         (wl-plugged-set-folder-icon): Ditto.
6421         (wl-highlight-plugged-current-line): Ditto.
6422         (wl-highlight-folder-current-line): Ditto.
6423         (wl-e21-highlight-folder-group-line): Ditto.
6424         (wl-e21-setup-toolbar): Ditto.
6425         (wl-e21-display-image-p): New macro.
6426
6427         * wl-demo.el (wl-demo): Simplified.
6428         (wl-demo-image-type-alist): Use `image-type-available-p' for
6429         checking whether the image type `xbm' is available.
6430
6431 2000-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6432
6433         * wl-summary.el (wl-summary-sync): Rename 'all-shown' to `all-visible'.
6434         (wl-summary-input-range): Ditto.
6435
6436 2001-02-20  Yuuichi Teranishi  <teranisi@gohome.org>
6437
6438         * wl-summary.el (wl-summary-edit-addresses): Use
6439         `wl-summary-get-original-buffer'
6440         (wl-summary-mark-as-unread): Don't call `wl-summary-set-crosspost'.
6441         (wl-summary-jump-to-msg-by-message-id-via-nntp):
6442         Use `elmo-nntp-parse-newsgroup' instead of `wl-parse-newsgroups'.
6443         (wl-summary-get-newsgroups): Eliminated.
6444         (wl-summary-set-crosspost): Ditto.
6445         (wl-summary-is-crosspost-folder): Ditto.
6446         (wl-crosspost-alist-load): Ditto.
6447         (wl-crosspost-alist-save): Ditto.
6448
6449         * wl-folder.el (wl-folder-create-newsgroups-hashtb): Call
6450         `elmo-setup-subscribed-newsgroups' instead of
6451         `elmo-nntp-make-groups-hashtb'.
6452         (wl-folder-suspend): Call `elmo-crosspost-message-alist-save'
6453         instead of `wl-crosspost-alist-save'.
6454
6455         * wl-mime.el (wl-summary-burst): Use `elmo-folder-writable-p' instead
6456         of `elmo-folder-message-appendable-p'.
6457         (wl-mime-header-presentation-method): Eliminated.
6458
6459         * wl-message.el (wl-message-prev-page): Don't pass -1 to `recenter'.
6460         (Error occurs in emacs21).
6461
6462         * wl-draft.el (wl-draft-queue-flush): Fix (fetch message to
6463         the current buffer).
6464
6465         * wl.el (wl-save-status): Call `elmo-crosspost-message-alist-save'
6466         instead of `wl-crosspost-alist-save'.
6467         (wl-init): `elmo-crosspost-message-alist-load'
6468         instead of `wl-crosspost-alist-load'
6469
6470         * wl-util.el (wl-parse): Eliminated (Renamed to `elmo-parse').
6471         (wl-parse-newsgroups): Likewise.
6472         (wl-biff-notify): Run `wl-biff-notify-hook'.
6473
6474 2001-02-21  Yuuichi Teranishi  <teranisi@gohome.org>
6475
6476         * wl-vars.el (wl-summary-lazy-highlight): New variable.
6477
6478         * wl-summary.el (wl-summary-mode): Set up window-scroll-functions
6479         when `wl-summary-lazy-highlight' is non-nil.
6480         (wl-summary-goto-folder-subr): Highlight only when
6481         `wl-summary-lazy-highlight' is non-nil.
6482
6483         * wl-highlight.el (wl-highlight-summary): Fixed docstring;
6484         Don't display progress and highlight temp-mark when
6485         `wl-summary-lazy-highlight' is non-nil.
6486         (wl-highlight-summary-window): New function.
6487         (Based on the patch from Akihiro MOTOKI <mokkun@iname.com>)
6488
6489 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6490
6491         * wl-summary.el (wl-summary-sync): Change `all-visible'
6492         from `all-shown'
6493         (wl-summary-input-range): Ditto.
6494
6495 2001-02-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6496
6497         * wl-e21.el (wl-highlight-folder-current-line): Call
6498         `wl-folder-init-icons' when folder icons have not been initialized.
6499
6500         * wl-vars.el (wl-demo-display-logo): Add `bitmap' to the selection.
6501
6502         * wl-demo.el: Work also with BITMAP-MULE under Emacs 21.
6503         (wl-demo-image-type-alist): New macro.
6504
6505 2001-02-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6506
6507         * wl-e21.el (wl-biff-init-icons): Don't generate icons if the
6508         display does not support graphics.
6509         (wl-plugged-init-icons): Ditto.
6510         (wl-folder-init-icons): Ditto.
6511
6512         * wl-demo.el (wl-demo): Chech closely whether the display
6513         supports graphics.
6514
6515 2001-02-09  Yuuichi Teranishi  <teranisi@gohome.org>
6516
6517         * wl-summary.el (wl-summary-get-original-buffer): New function.
6518         (wl-summary-set-crosspost): Use it.
6519         (wl-summary-target-mark-uudecode): Ditto.
6520         (wl-summary-reedit): Ditto.
6521         (wl-summary-resend-bounced-mail): Ditto.
6522         (wl-summary-update-crosspost): Eliminated (It may be incorporated
6523         into `elmo-folder-append-msgdb' method of elmo-nntp-folder class).
6524
6525         * wl-message.el (wl-message-buffer-display): Added argumnet `unread'.
6526         (wl-message-display-internal): Ditto.
6527
6528 2001-02-07  Yuuichi Teranishi  <teranisi@gohome.org>
6529
6530         * wl-draft.el (wl-draft-parse-msg-id-list-string): Fix.
6531
6532 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6533
6534         * wl-summary.el (wl-summary-save-view): Renamed from
6535         `wl-summary-save-status'.
6536
6537 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6538
6539         * wl-summary.el (wl-summary-sync): Added `all-shown'
6540
6541 2000-02-20  Kenichi OKADA  <okada@opaopa.org>
6542
6543         * wl-summary.el (wl-summary-input-range): Added `all-shown'
6544
6545 2000-02-19  Kenichi OKADA  <okada@opaopa.org>
6546
6547         * wl-summary.el (wl-summary-sync-update3): Bind 'nohide as t if sync-all.
6548
6549 2001-02-19  OKAZAKI Tetsurou  <okazaki@be.to>
6550
6551         * wl-highlight.el (wl-highlight-summary-line-string): Use
6552         `zerop' instead of `= 0'.
6553         (wl-highlight-summary): Use `zerop' instead of `eq 0'.
6554
6555         * wl-template.el (wl-template-next): Use `=' instead of `eq'
6556         for comparing numbers.
6557         (wl-template-prev): Use `zerop' instead of `eq 0'.
6558
6559         * wl-draft.el (wl-draft-insert-current-message): Use
6560         `with-current-buffer' instead of `save-excursion'.
6561         Use `zerop' instead of `eq 0'.
6562
6563 2001-02-17  Kenichi OKADA  <okada@opaopa.org>
6564
6565         * wl-draft.el (wl-draft-insert-ccs): New function.
6566         (wl-draft): Use `wl-draft-insert-ccs' for Bcc and FCC.
6567         * wl-vars.el (wl-draft-delete-myself-from-bcc-fcc): New variable.
6568
6569 2001-02-15  Yuuichi Teranishi  <teranisi@gohome.org>
6570
6571         * wl-summary.el (wl-cache-prefetch-message): Fixed last change.
6572
6573 2001-02-14  Yuuichi Teranishi  <teranisi@gohome.org>
6574
6575         * wl-expire.el (wl-expire-refile): Don't call
6576         elmo-msgdb-add-msgs-to-seen-list;
6577         Pass wl-expire-add-seen-list to elmo-folder-move-messages.
6578         (wl-expire-refile-with-copy-reserve-msg): Ditto.
6579
6580 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6581
6582         * wl-message.el (wl-message-prev-page): Ignore errors while
6583         scroll-down.
6584
6585 2001-01-14  Yuuichi Teranishi  <teranisi@gohome.org>
6586
6587         * wl-mime.el: Use elmo-original-message-mode instead of
6588         mmelmo-original-mode.
6589
6590         * wl-fldmgr.el: Use `wl-folder-get-elmo-folder' instead of
6591         `elmo-folder-get-spec';
6592         (wl-fldmgr-add-completion-all-completions):
6593         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders'.
6594
6595         * wl-e21.el (wl-plugged-set-folder-icon): Use `elmo-folder-type' instead
6596         of `elmo-folder-get-type'.
6597
6598         * wl-draft.el: Use `wl-folder-get-elmo-folder' instead of
6599         `elmo-folder-get-spec';
6600         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6601         Use `elmo-folder-append-message' instead of `elmo-append-msg';
6602         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6603         Use `elmo-message-fetch' instead of `elmo-read-msg-with-cache' or
6604         `elmo-read-msg-no-cache';
6605         Use `elmo-message-file-name' instead of `elmo-get-msg-filename';
6606         Use `elmo-folder-delete-messages' instead of `elmo-delete-msgs'.
6607         (wl-default-draft-cite): Use `elmo-msgdb-overview-get-entity'.
6608         (wl-draft-dispatch-message): Use `elmo-file-cache-save' instead of
6609         `elmo-cache-save';
6610         (wl-draft-reedit): Use `elmo-message-file-name'.
6611
6612         * wl-expire.el: Use `elmo-folder-name-internal';
6613         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6614         Use macro `wl-summary-buffer-msgdb' instead of variable
6615         `wl-summary-buffer-msgdb';
6616         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec';
6617         Use macro `wl-summary-buffer-folder-name' instead of variable
6618         `wl-summary-buffer-folder-name'.
6619         * wl-score.el: Likewise.
6620
6621         * wl-message.el: Rewrite for new message buffer cache mechanism.
6622         (wl-message-buffer-cache-buffer-get): New macro.
6623         (wl-message-buffer-cache-folder-get): Ditto.
6624         (wl-message-buffer-cache-message-get): Ditto.
6625         (wl-message-buffer-cache-entry-make): Ditto.
6626         (wl-message-buffer-cache-hit): Ditto.
6627         (wl-message-buffer-cache-sort): New function.
6628         (wl-message-buffer-cache-add): Ditto.
6629         (wl-message-buffer-cache-delete): Ditto.
6630         (wl-message-buffer-cache-clean-up): Ditto.
6631         (wl-message-buffer-window): Rewrite.
6632         (wl-message-select-buffer): Renamed from `wl-select-buffer'.
6633         (wl-message-buffer-display): New function.
6634         (wl-message-display-internal): New function.
6635
6636 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6637
6638         * wl-folder.el: Use `elmo-folder-name-internal';
6639         Use `wl-folder-get-elmo-folder';
6640         Use `elmo-folder-list-messages' instead of
6641         `elmo-list-folder';
6642         Use `elmo-folder-get-primitive-list' instead of
6643         `elmo-folder-get-primitive-spec-list';
6644         Use `elmo-folder-list-subfolders' instead of `elmo-list-folders';
6645         Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6646         Use `elmo-folder-create' instead of `elmo-create-folder'.
6647         (wl-folder-create-newsgroups-from-nntp-access2): Abolish.
6648         (wl-folder-get-elmo-folder): New macro.
6649         (wl-folder-elmo-folder-cache-get): Ditto.
6650         (wl-folder-elmo-folder-cache-put): Ditto.
6651         (wl-folder-suspend): Call `elmo-quit'.
6652
6653         * wl.el: Use `elmo-folder-msgdb-path' instead of `elmo-msgdb-expand-path';
6654         Use `elmo-folder-list-messages' instead of `elmo-list-folder';
6655         Use `elmo-net-port-info' instead of `elmo-folder-portinfo';
6656         Use `wl-folder-get-elmo-folder' instead of `elmo-folder-get-spec'.
6657         (toplevel): require 'cl.
6658         (wl-exit): Call `wl-message-buffer-cache-clean-up' and `elmo-quit'.
6659
6660         * wl-summary.el: Rewrite to use new elmo interface.
6661
6662 \f
6663 2001-02-06  Yuuichi Teranishi  <teranisi@gohome.org>
6664
6665         * wl-mime.el (wl-draft-preview-message):
6666         Run `wl-draft-send-hook' before collecting recipients information;
6667         Bind `wl-draft-config-exec-flag' while running `wl-draft-send-hook'.
6668
6669         * tm-wl.el (wl-draft-preview-message): Ditto.
6670
6671 2001-02-05  Yuuichi Teranishi  <teranisi@gohome.org>
6672
6673         * wl-mime.el (wl-draft-preview-message): Fixed problem that
6674         wrong recipients are displayed when forwarded message.
6675
6676 2001-02-01  Yuuichi Teranishi  <teranisi@gohome.org>
6677
6678         * Version number is increased to 2.5.7.
6679
6680 2001-01-29  Katsumi Yamaoka    <yamaoka@jpl.org>
6681
6682         * wl-message.el (wl-message-next-page): Bind
6683         `window-pixel-scroll-increment' to nil while scrolling up.
6684
6685 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6686
6687         * wl-vars.el (wl-save-hook): New hook.
6688         * wl.el (wl-save): Call `wl-save-hook'.
6689
6690 2001-01-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6691
6692         * wl-draft.el (wl-draft-reply-list-symbol): Remove FROM argument.
6693         Argument WITH-ARG instead of NO-ARG (negative mean).
6694         (wl-draft-reply): WITH-ARG instead of NO-ARG.
6695         * wl-summary.el (wl-summary-reply): Fixed `wl-draft-reply' call point.
6696         * wl-message.el (wl-message-follow-current-entity): Likewise.
6697
6698 2001-01-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6699
6700         * wl-draft.el (wl-draft-reply-list-symbol): Change argument order.
6701         FROM was optional argument.
6702         (wl-draft-reply): Fixed `wl-draft-reply-list-symbol' call point.
6703
6704 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6705
6706         * Version number is increased to 2.5.6.
6707
6708 2001-01-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6709
6710         * wl-version.el (wl-version-show): Removed.
6711         (wl-version): Add `interactive'.
6712
6713 2001-01-22  YAMASHITA Junji <ysjj@unixuser.org>
6714
6715         * wl-summary.el (wl-summary-get-petname-func): New variable.
6716         (wl-summary-default-from): funcall `wl-summary-get-petname-func'
6717         instead of `wl-address-get-petname-1'.
6718         (wl-summary-simple-from): Ditto.
6719
6720         * wl-address.el (wl-address-get-petname-1): Define as function.
6721
6722 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6723
6724         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6725         field in the original message.
6726         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6727
6728 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6729
6730         * wl-expire.el (wl-expire-hide):
6731         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6732
6733 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6734
6735         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6736         find decoder for To, Cc, and Subject.
6737
6738 2001-01-30  Yuuichi Teranishi  <teranisi@gohome.org>
6739
6740         * wl-summary.el (wl-cache-prefetch-next): Revert the logic
6741         for checking `elmo-use-buffer-cache'.
6742         (wl-summary-mark-as-important): Fixed typo in comment.
6743
6744 2001-01-22  Yuuichi Teranishi  <teranisi@gohome.org>
6745
6746         * wl-draft.el (wl-draft-reply): Fixed problem when there's no subject
6747         field in the original message.
6748         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6749
6750 2001-01-19  Akihiro MOTOKI <mokkun@iname.com>
6751
6752         * wl-expire.el (wl-expire-hide):
6753         Call `wl-expire-delete-reserve-marked-msgs-from-list'.
6754
6755 2001-01-19  Yuuichi Teranishi  <teranisi@gohome.org>
6756
6757         * wl-draft.el (wl-draft-reply): Use `mime-find-field-decoder' to
6758         find decoder for To, Cc, and Subject.
6759
6760 2001-01-18  Yuuichi Teranishi  <teranisi@gohome.org>
6761
6762         * Version number is increased to 2.5.5.
6763
6764         * wl-address.el (wl-address-specials-regexp): New constant.
6765         (wl-address-quote-specials): Use it.
6766
6767 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
6768
6769         * wl-summary.el (wl-summary-rescan):
6770         Call `wl-summary-buffer-number-column-detect'.
6771         (Advised by Akihiro MOTOKI <mokkun@iname.com>)
6772
6773         * wl-message.el (wl-message-mode-map): Define.
6774         (wl-message-decode): Use it as local-map.
6775
6776 2001-01-16  Yuuichi Teranishi  <teranisi@gohome.org>
6777
6778         * wl-score.el (wl-score-guess-like-gnus): Abolished.
6779         (wl-score-get-score-files): Don't use `wl-score-guess-like-gnus'.
6780
6781 2001-01-12  Yuuichi Teranishi  <teranisi@gohome.org>
6782
6783         * wl-xmas.el (wl-read-event-char): Move from wl-util.el.
6784
6785         * wl-mule.el (wl-read-event-char): Ditto.
6786
6787         * wl-e21.el (wl-read-event-char): Ditto.
6788
6789         * wl-nemacs.el (wl-read-event-char): Ditto.
6790         (read-event): Removed.
6791
6792         * wl-util.el (toplevel): Removed dummy definition of
6793         `read-event'.
6794         (wl-read-event-char, wl-xmas-read-event-char): Removed.
6795
6796 2001-01-10  Katsumi Yamaoka    <yamaoka@jpl.org>
6797
6798         * wl-nemacs.el (elmo-archive-call-process): Moved to
6799         elmo-archive.el.
6800
6801 2001-01-02  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6802
6803         * wl-draft.el (wl-draft-reply-list-symbol): New function.
6804         (wl-draft-reply): Use it.  Fixed "No match field" error message.
6805
6806         * wl-draft.el (wl-draft-insert-from-field): Use (length "From: ")
6807         instead of magic-number 6.  Use `not' instead of `null' for symbol
6808         `nil' check (not empty list).
6809         (wl-draft-insert-x-face-field): Fixed paren style.
6810
6811         * wl-draft.el (wl-draft-insert-x-face-field-here): Use `when' for
6812         one-branch conditional statement, instead of `and' and `if'.
6813         (wl-draft-forward): Likewise.
6814         (wl-draft-add-references): Likewise.
6815         (wl-draft-yank-from-mail-reply-buffer): Likewise.
6816
6817         * wl-draft.el (wl-draft-delete-myself-from-cc): Refactoring nested
6818         conditional steatment.  Use `cond' instead of `if'.
6819         (wl-draft-confirm): Likewise.
6820
6821 2001-01-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6822
6823         * wl-version.el (wl-version-show): Use `product-string-1'
6824         instead of `wl-version'.
6825         * wl-fldmgr.el (wl-fldmgr-folders-header): Likewise.
6826
6827         * wl-demo.el (wl-demo-copyright-notice): Add 2001.
6828
6829 2000-12-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6830
6831         * wl-highlight.el (wl-highlight-headers): Revert
6832         `wl-highlight-x-face-func' argument (`beg' and `end').
6833
6834 2000-12-29  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6835
6836         * wl.el (toplevel): Move `product-provide' declare.
6837         * wl-demo.el (toplevel): Ditto.
6838         * wl-dnd.el (toplevel): Ditto.
6839         * wl-highlight.el (toplevel): Ditto.
6840         * wl-message.el (toplevel): Ditto.
6841         * wl-refile.el (toplevel): Ditto.
6842         * wl-util.el (toplevel): Ditto.
6843
6844 2000-12-26  Yuuichi Teranishi  <teranisi@gohome.org>
6845
6846         * wl-thread.el (wl-thread-open-all): Rewrite to open all threads and
6847         keep cursor position. (Advised by OKAZAKI Tetsurou  <okazaki@be.to>)
6848         (wl-thread-close-all): keep cursor position.
6849
6850 2000-12-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6851
6852         * wl-version.el (wl-version-status-alist): Use `zerop' instead of
6853         (eq x 0).
6854         (wl-generate-user-agent-string-1): Fix conditional statement.
6855
6856 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6857
6858         * wl.el (wl-check-environment): Additional check for
6859         'wl-local-domain' and `wl-message-id-domain'.
6860
6861 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6862
6863         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6864
6865 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6866
6867         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6868         instead of `smtp-sasl-user-realm'.
6869
6870 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6871
6872         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6873
6874 2000-12-19  Katsumi Yamaoka    <yamaoka@jpl.org>
6875
6876         * wl-draft.el (wl-draft-reply): Bind `mime-header-lexical-analyzer'
6877         to the default value as well as `eword-lexical-analyzer'.
6878
6879 2000-12-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6880
6881         * wl-version.el (wl-extended-emacs-version,
6882         wl-extended-emacs-version2, wl-extended-emacs-version3): Use
6883         `elmo-match-string' instead of `wl-match-string'.
6884
6885 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6886
6887         * wl-summary.el (wl-summary-mode): Use \\{wl-summary-mode-map} in
6888         docstring.
6889
6890 2000-12-10  Hironori Fukuchi <nory@valis.co.jp>
6891
6892         * wl-summary.el (wl-summary-toggle-thread): Docstring typo fix.
6893
6894 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6895
6896         * wl-highlight.el (wl-highlight-headers): Remove
6897         `wl-highlight-x-face-func' argument (`beg' and `end').
6898
6899 2000-12-15  Yuuichi Teranishi  <teranisi@gohome.org>
6900
6901         * wl-summary.el (wl-summary-mark-as-important):
6902         Remove cache if folder is local.
6903
6904 2000-12-06  Taro Kawagishi <taro.kawagishi@nokia.com>
6905
6906         * wl-summary.el (wl-summary-edit-addresses-subr): Call `try-completion'
6907         to get existing e-mail address string.
6908
6909 2000-12-13  TAKAHASHI Kaoru  <kaoru@kaisei.org>
6910
6911         * wl-version.el (wl-generate-user-agent-string): Commentary.
6912         (wl-generate-user-agent-string-1): Use `when' for
6913         one-branch conditional statement, instead of `and' and `if'.
6914         (wl-extended-emacs-version, wl-extended-emacs-version2,
6915         wl-extended-emacs-version3): Ditto.
6916
6917 2000-12-12  Yuuichi Teranishi  <teranisi@gohome.org>
6918
6919         * wl-summary.el (wl-summary-sync-all-init): New inline function.
6920         (wl-summary-sync): Enclose `wl-summary-sync-update3' with
6921         condition-case; Remove initialization.
6922         (wl-summary-confirm-appends): Don't enclose with `condition-case'.
6923         (wl-summary-sync-update3): Added argument `sync-all';
6924         Eliminated local variable `msgdb';
6925         Call `wl-summary-sync-all-init' when `sync-all' is non-nil.
6926         Call `wl-summary-confirm-appends' before `wl-summary-sync-all-init'.
6927         (Pointed out by "HIROSE, Masaaki" <hirose31@t3.rim.or.jp>)
6928
6929 2000-12-12  KOGURO Naoki  <koguro@dd.iij4u.or.jp>
6930
6931         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Close POP
6932         connection before call `wl-draft-send-mail-with-smtp'.
6933
6934 2000-11-30  Yuuichi Teranishi  <teranisi@gohome.org>
6935
6936         * Version number is increased to 2.5.4.
6937
6938 2000-11-27  Kenichi OKADA  <okada@opaopa.org>
6939
6940         * wl.el (wl-check-environment): Additional check for
6941         'wl-local-domain' and `wl-message-id-domain'.
6942
6943 2000-11-28  Yuuichi Teranishi  <teranisi@gohome.org>
6944
6945         * wl-folder.el (wl-folder-sync-entity): Bind name of summary/message
6946         buffer as command specific.
6947         (wl-folder-mark-as-read-all-entity): Ditto.
6948         (wl-folder-prefetch-entity): Ditto.
6949         (wl-folder-drop-unsync-entity): Ditto.
6950
6951         * wl-vars.el (wl-prog-uudecode-arg): Changed default to nil.
6952         (wl-prog-uudecode-no-stdout-option): Changed default to t.
6953         (Advised by YAMASHITA Junji <ysjj@unixuser.org>)
6954
6955         * wl-summary.el (wl-summary-toggle-disp-folder): Removed needless
6956         save-excursion.
6957
6958 2000-11-22  Yuuichi Teranishi  <teranisi@gohome.org>
6959
6960         * Version number is increased to 2.5.3.
6961
6962         * wl-summary.el (wl-summary-save-view-cache):
6963         Delete duplicated `write-region';
6964         Use `write-region-as-binary' instead of `as-binary-output-file' and
6965         `write-region'.
6966
6967 2000-11-20  Katsumi Yamaoka    <yamaoka@jpl.org>
6968
6969         * wl-e21.el (wl-make-date-string): Bind `system-time-locale' to "C".
6970
6971 2000-11-20  Yuuichi Teranishi  <teranisi@gohome.org>
6972
6973         * wl-draft.el (wl-draft-send-mail-with-smtp): Use `smtp-send-buffer'
6974         instead of `smtp-via-smtp'.
6975
6976 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6977
6978         * wl-draft.el (toplevel): Delete defvar for sasl-*.
6979
6980 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6981
6982         * wl-draft.el (wl-smtp-extension-bind): Use `smtp-sasl-properties'
6983         instead of `smtp-sasl-user-realm'.
6984
6985 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6986
6987         * wl-draft.el (wl-smtp-extension-bind): Rewrite for new SASL API.
6988
6989 2000-11-19  Kenichi OKADA  <okada@opaopa.org>
6990
6991         * Version number is increased to 2.5.2.
6992
6993 2000-11-17  Yuuichi Teranishi  <teranisi@gohome.org>
6994
6995         * wl-util.el (toplevel): Don't define wl-biff if `timer-activate'
6996         does not exist.
6997         (wl-biff-stop): Call `cancel-timer' if timer already exists.
6998         (wl-biff-start): Call `timer-activate' if timer already exists.
6999
7000         * wl-mule.el (wl-message-overload-functions): Call `set-keymap-parent'
7001         only when it is bound as function.
7002
7003 2000-11-15  Yuuichi Teranishi  <teranisi@gohome.org>
7004
7005         * Version number is increased to 2.5.1.
7006
7007 2000-11-14  Yuuichi Teranishi  <teranisi@gohome.org>
7008
7009         * wl-thread.el (wl-thread-update-line-on-buffer-sub):
7010         Print refile/copy destination.
7011
7012 2000-11-13  Yuuichi Teranishi  <teranisi@gohome.org>
7013
7014         * wl.el (wl-toggle-plugged): Don't call `wl-biff-start' if
7015         queue-flush-only is non-nil.
7016
7017         * wl-util.el (wl-biff-check-folder-async): Fix close parenthesis.
7018
7019         * wl-summary.el (wl-summary-refile-subr): Use folder realname while
7020         checking cache folder.
7021
7022 2000-11-09  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7023
7024         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): Use
7025         `regexp-quote'.
7026
7027 2000-11-08  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7028
7029         * wl-folder.el (wl-folder-guess-mailing-list-by-folder-name): New
7030         function.
7031         * wl-summary.el (wl-summary-write-current-folder-functions):
7032         Change default value.  Use it.
7033
7034 2000-11-08  Yuuichi Teranishi  <teranisi@gohome.org>
7035
7036         * Version number is increased to 2.5.0.
7037
7038         * wl-version.el (wl-version): Changed codename.
7039
7040 2000-11-06  Kenichi OKADA  <okada@opaopa.org>
7041
7042         * wl-summary.el (wl-summary-cancel-message): Fetch again if no Newsgroups.
7043         (wl-summary-supersedes-message): Ditto.
7044
7045 2000-11-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7046
7047         * wl-refile.el (wl-refile-guess-functions): Renamed from
7048         `wl-refile-guess-func-list'.
7049
7050 2000-11-02  Yuuichi Teranishi  <teranisi@gohome.org>
7051
7052         * wl-folder.el (wl-folder-guess-mailing-list-by-refile-rule):
7053         Fixed problem when no rule was matched.
7054
7055 2000-11-01  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7056
7057         * wl-summary.el (wl-summary-get-mark): Fixed
7058         `wl-summary-buffer-target-mark' check logic.
7059
7060 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7061
7062         * wl-folder.el (wl-folder-write-current-folder): Added group
7063         folder check.
7064
7065         * wl-summary.el (wl-summary-write-current-folder): Renamed from
7066         `wl-summary-write-current-newsgroup'.
7067         (wl-summary-write-current-folder-functions): New variable.
7068         * wl-folder.el (wl-folder-get-newsgroups): New function.
7069         (wl-folder-guess-mailing-list-by-refile-rule): New function.
7070         (wl-folder-write-current-folder): Renamed from
7071         `wl-folder-write-current-newsgroup'.
7072
7073 2000-11-01  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7074
7075         * Version number is increased to 2.3.93.
7076
7077 2000-11-01  Yuuichi Teranishi  <teranisi@gohome.org>
7078
7079         * wl-address.el (wl-ldap-register-dn-string): Flatten dn-list.
7080         (wl-ldap-make-matched-value-list): Ditto.
7081         (wl-ldap-alias-safe-string): Split e-mail address.
7082
7083         * wl-summary.el (wl-summary-read-folder): Fixed problem when
7084         petname folder default was selected.
7085         (Fix by HIROSE Yuuji <yuuji@gentei.org>)
7086         (wl-summary-auto-refile): Use `wl-folder-get-realname'.
7087
7088 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7089
7090         * wl-nemacs.el (wl-draft-overload-functions): Bind 'C-c C-e'
7091         to `wl-draft-config-exec'.
7092
7093         * wl-mime.el (wl-draft-preview-message): Run `wl-draft-send-hook'
7094         instead of calling `wl-draft-config-exec';
7095         Process group-list and show recipients in minibuffer.
7096
7097         * tm-wl.el (wl-draft-preview-message): Ditto.
7098
7099 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7100
7101         * wl.el (toplevel): Added (C) to copyright notice, and
7102         sync Author header.
7103         * tm-wl.el (toplevel): Ditto.
7104         * wl-address.el (toplevel): Ditto.
7105         * wl-demo.el (toplevel): Ditto.
7106         * wl-dnd.el (toplevel): Ditto.
7107         * wl-draft.el (toplevel): Ditto.
7108         * wl-e21.el (toplevel): Ditto.
7109         * wl-expire.el (toplevel): Ditto.
7110         * wl-folder.el (toplevel): Ditto.
7111         * wl-highlight.el (toplevel): Ditto.
7112         * wl-message.el (toplevel): Ditto.
7113         * wl-mime.el (toplevel): Ditto.
7114         * wl-mule.el (toplevel): Ditto.
7115         * wl-nemacs.el (toplevel): Ditto.
7116         * wl-refile.el (toplevel): Ditto.
7117         * wl-score.el (toplevel): Ditto.
7118         * wl-summary.el (toplevel): Ditto.
7119         * wl-template.el (toplevel): Ditto.
7120         * wl-thread.el (toplevel): Ditto.
7121         * wl-util.el (toplevel): Ditto.
7122         * wl-vars.el (toplevel): Ditto.
7123         * wl-xmas.el (toplevel): Ditto.
7124
7125 2000-10-31  Katsumi Yamaoka    <yamaoka@jpl.org>
7126
7127         * wl.el (wl-init): Added comment about `wl-init-hook'.
7128         * wl-folder.el (wl-make-plugged-alist): Removed useless comment.
7129         * wl-vars.el (wl-init-hook): Added docs.
7130         (wl-make-plugged-hook): Removed useless docs.
7131         * wl-e21.el (toplevel): Removed commented `wl-make-plugged-hook'.
7132         * wl-xmas.el (toplevel): Ditto.
7133
7134 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7135
7136         * wl-address.el (toplevel): Fixed multiple Author header format.
7137         * wl-demo.el (toplevel): Ditto.
7138         * wl-draft.el (toplevel): Ditto.
7139         * wl-folder.el (toplevel): Ditto.
7140         * wl-summary.el (toplevel): Ditto.
7141         * wl-thread.el (toplevel): Ditto.
7142         * wl-util.el (toplevel): Ditto.
7143         * wl-vars.el (toplevel): Ditto.
7144         * wl-version.el (toplevel): Ditto.
7145         * wl-xmas.el (toplevel): Ditto.
7146         * wl.el (toplevel): Ditto.
7147
7148         * wl-version.el (toplevel): Added require `elmo-version' for
7149         `product-version-as-string'.
7150
7151 2000-10-31  Yuuichi Teranishi  <teranisi@gohome.org>
7152
7153         * wl-vars.el (wl-draft-send-hook): Changed default value to
7154         '(wl-draft-config-exec).
7155
7156         * wl-draft.el (wl-draft-send): Don't call `wl-draft-config-exec'
7157         explicitly.
7158         (wl-draft): Set `wl-draft-config-exec-flag' before running
7159         `wl-mail-setup-hook'.
7160
7161         * wl-xmas.el (toplevel): Add `wl-plugged-init-icons' and
7162         `wl-biff-init-icons' to `wl-init-hook' instead of
7163         `wl-make-plugged-hook'.
7164         (Because if `wl-draft' command is invoked at first,
7165         they are not initialized)
7166         Updated copyright notice.
7167
7168         * wl-e21.el (toplevel): Ditto;
7169
7170         * wl-demo.el (toplevel): Updated copyright notice.
7171         * wl-address.el (toplevel): Ditto.
7172         * wl-draft.el (toplevel): Ditto.
7173         * wl-version.el (toplevel): Ditto.
7174         * wl-folder.el (toplevel): Ditto.
7175         * wl-summary.el (toplevel): Ditto.
7176         * wl-thread.el (toplevel): Ditto.
7177         * wl-util.el (toplevel): Ditto.
7178         * wl-vars.el (toplevel): Ditto.
7179         * wl.el (toplevel): Ditto.
7180
7181 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7182
7183         * wl-highlight.el (wl-highlight-message): Fixed problem of
7184         highlighting failure which occured when the last field contains
7185         multiple lines in the draft buffer.
7186
7187         * wl.el (wl-toggle-plugged): Call `wl-biff-stop' if unplugged,
7188         `wl-biff-start' if plugged.
7189
7190         * wl-util.el (wl-biff-check-folder): New function.
7191         (wl-biff-check-folders): Don't set session name prefix.
7192         Use `wl-biff-check-folder' instead of `wl-folder-check-one-entity'.
7193         (wl-biff-check-folder-async): Ditto.
7194
7195         * wl-address.el (wl-ldap-alias-safe-string): Replace '@' to '/'
7196         in email address.
7197
7198 2000-10-07  Yasushi Shoji      <yashi@yashi.com>
7199
7200         * wl-vars.el (wl-subject-prefix-regexp): New variable.
7201
7202         * wl-draft.el (wl-draft-strip-subject-re): New function.
7203
7204         * wl-draft.el (wl-draft-reply): Use it.
7205
7206 2000-10-30  Yuuichi Teranishi  <teranisi@gohome.org>
7207
7208         * wl-message.el (wl-mmelmo-message-redisplay): Use
7209         `mime-display-message' instead of `wl-mime-display-message'.
7210
7211         * wl-mime.el (toplevel): Removed compatibility workaround
7212         for SEMI 1.13.4. or earlier and FLIM 1.12.7 or earlier.
7213         (wl-mime-display-message): Abolished.
7214         (wl-mime-entity-read-field): Ditto.
7215         (wl-mime-combine-message/partial-pieces): Use
7216         `mime-entity-read-field' instead of `wl-mime-entity-read-field'.
7217
7218 2000-10-27  OKAZAKI Tetsurou  <okazaki@be.to>
7219
7220         * wl-template.el: Doc fixes.
7221
7222 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7223
7224         * wl-e21.el (wl-message-overload-functions): Do nothing if
7225         `current-local-map' is not available.
7226         (wl-e21-setup-message-toolbar): Allow the argument `keymap'.
7227
7228 2000-10-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7229
7230         * wl-fldmgr.el (wl-fldmgr-save-folders): Fixed permission lateral
7231         representation.
7232
7233         * wl-fldmgr.el (wl-fldmgr-folders-header): Include version
7234         number.
7235         (wl-fldmgr-save-folders): Don't use `format' when insert
7236         `wl-fldmgr-folders-header'.
7237
7238 2000-10-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7239
7240         * wl-demo.el (wl-demo): Don't use `fancy-splash-insert'.
7241
7242 2000-10-26  Yuuichi Teranishi  <teranisi@gohome.org>
7243
7244         * wl-highlight.el (wl-highlight-message):
7245         Use `std11-field-end' to detect end point of the header field.
7246         Refer `wl-highlight-max-header-size'.
7247
7248         * wl-vars.el (wl-highlight-max-header-size): New variable.
7249
7250         * wl-highlight.el (wl-highlight-headers): Added argument `for-draft'.
7251
7252         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
7253         Set `for-draft' argument of wl-highlight-headers.
7254         (wl-draft): Ditto.
7255         (wl-draft-reedit): Ditto.
7256         (wl-user-agent-compose-internal): Ditto.
7257
7258 2000-10-24   Daiki Ueno <ueno@unixuser.org>
7259
7260         * wl-message.el (wl-message-add-button): Use overlay.
7261
7262 2000-10-24  Yuuichi Teranishi  <teranisi@gohome.org>
7263
7264         * wl-draft.el (wl-draft-parse-mailbox-list): Don't insert extra space.
7265
7266         * wl-address.el (wl-address-string-without-group-list-contents): Fixed
7267         problem when group-list content is nothing.
7268         (Reported by Mito <mit@nines.nec.co.jp>)
7269
7270 2000-10-18  SAITO Atsunori <sai@yedo.com>
7271
7272         * wl-summary.el (wl-summary-print-destination): Adjust line length.
7273
7274 2000-10-20  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7275
7276         * tm-wl.el (toplevel): Use product-provide.
7277
7278 2000-10-20  Yuuichi Teranishi  <teranisi@gohome.org>
7279
7280         * Version number is increased to 2.3.92.
7281
7282 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7283
7284         * wl-demo.el (wl-demo): Use `fancy-splash-insert' for inserting a
7285         title text, use `display' property for left margin under Emacs 21.
7286
7287         * wl-e21.el (wl-biff-init-icons): Don't use `propertize' without
7288         properties.
7289         (wl-plugged-init-icons): Ditto.
7290
7291 2000-10-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7292
7293         * wl.el (wl-save-status, wl-init): Remove last period in
7294         "...done." message.
7295         * tm-wl.el (wl-summary-burst): Ditto.
7296         * wl-summary.el (wl-summary-rescan, wl-summary-mark-as-read-all,
7297         wl-summary-resume-cache-status,
7298         wl-summary-resume-marks-and-highlight, wl-summary-resume-marks,
7299         wl-summary-sync-update3, wl-summary-highlight-msgs,
7300         wl-summary-flush-pending-append-operations,
7301         wl-summary-delete-all-msgs, wl-summary-delete-all-temp-marks,
7302         wl-summary-jump-to-parent-message, wl-summary-drop-unsync): Ditto.
7303         * wl-thread.el (wl-thread-resume-entity, wl-thread-close-all,
7304         wl-thread-open-all): Ditto.
7305         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7306         * wl-mime.el (wl-summary-burst): Ditto.
7307         * wl-highlight.el (wl-highlight-summary): Ditto.
7308         * wl-folder.el (wl-folder-update-newest, wl-local-folder-init,
7309         wl-folder-open-all, wl-folder-update-access-group): Ditto.
7310         * wl-draft.el (wl-draft-send, wl-draft-queue-append): Ditto.
7311         * wl-address.el (wl-local-address-init): Ditto.
7312
7313 2000-10-19  Katsumi Yamaoka    <yamaoka@jpl.org>
7314
7315         * wl-e21.el (wl-biff-init-icons): Use `propertize' instead of
7316         `add-text-properties'.
7317         (wl-plugged-init-icons): Ditto.
7318         (wl-folder-init-icons): Use `propertize' instead of
7319         `put-text-property'.
7320         (wl-plugged-set-folder-icon): Ditto.
7321         (wl-e21-highlight-folder-group-line): Ditto.
7322
7323 2000-10-18  Yuuichi Teranishi  <teranisi@gohome.org>
7324
7325         * wl-version.el (wl-version-status-alist): New variable.
7326         (wl-version-status): New function.
7327
7328         * wl-vars.el (wl-draft-reply-without-argument-list): Added "From" to
7329         "Cc" part of the case "Reply-To".
7330
7331         * wl-draft.el (wl-draft-reply): Use result of
7332         `eword-extract-address-components'.
7333
7334         * wl-demo.el (wl-demo-icon-name): New constant.
7335         (wl-logo-xpm): Use it.
7336         (wl-logo-xbm): Ditto.
7337         (wl-logo-bitmap): Ditto.
7338
7339         * Version number is increased to 2.3.91.
7340
7341 2000-10-18  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7342
7343         * wl-version.el (wl-generate-user-agent-string): Fixed docstring.
7344         (wl-extended-emacs-version, wl-extended-emacs-version2,
7345         wl-extended-emacs-version3): Remove `interactive'.  Fixed
7346         docstring.
7347
7348         * wl-version.el (wl-generate-user-agent-string-1): New function.
7349         (wl-generate-user-agent-string): Use it.
7350
7351         * wl-version.el (wl-generate-user-agent-string-1): Ignore
7352         `mime-edit-insert-user-agent-field'.
7353         (wl-generate-user-agent-string): Check
7354         `mime-edit-insert-user-agent-field' and `mime-editor/version'.
7355
7356         * wl-version.el (wl-generate-user-agent-string-1): Use `cond'
7357         instead of `if', when verbose case.
7358
7359 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7360
7361         * wl-expire.el (wl-summary-expire): Fix.
7362
7363 2000-10-18  Kenichi OKADA  <okada@opaopa.org>
7364
7365         * wl.el (wl-check-environment): Don't check `wl-trash-folder'
7366         and `elmo-lost+found-folder' if 'wl-draft.
7367         * wl-draft.el (wl-draft): Call `wl-init' with 'wl-draft.
7368
7369 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7370
7371         * wl-expire.el (wl-summary-expire): Change messages.
7372         * wl-summary.el (wl-summary-delete-messages-on-buffer): Use
7373         `deleing-info' instead of "Deleting..."
7374
7375 2000-10-15  Osamu Yamane <yamane@green.ocn.ne.jp>
7376
7377         * wl-summary.el (wl-summary-refile-subr): Fix.
7378
7379 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7380
7381         * wl-summary.el (wl-summary-refile-subr): Check dst-spec-plugged
7382         if pipe folder.
7383
7384 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7385
7386         * wl-vars.el (wl-draft-use-cache): Default `nil'.
7387
7388 2000-10-17  Kenichi OKADA  <okada@opaopa.org>
7389
7390         * wl-expire.el (wl-expire-hide): New function.
7391         (wl-summary-expire): Add `hide'.
7392
7393 2000-10-17  Yuuichi Teranishi  <teranisi@gohome.org>
7394
7395         * wl-vars.el (wl-draft-reply-without-argument-list):
7396         Changed default value to consider `Reply-To:'.
7397         (Advised by TAKAHASHI Kaoru <kaoru@kaisei.org>)
7398
7399         * Version number is increased to 2.3.90.
7400
7401         * wl-summary.el (wl-summary-msgdb-load-async): Enclose
7402         elmo-imap4-get-session with unwind-protect.
7403         Don't cause error.
7404         (wl-summary-sync-marks): Don't check plugged nor folder type.
7405         (wl-summary-save-view-cache): Abolished argument `keep-current-buffer'
7406         (Always keep current buffer).
7407
7408 2000-10-16  Akihiro MOTOKI  <motoki@da.jp.nec.com>
7409
7410         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
7411         Enclose with `save-excursion'.
7412
7413 2000-10-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7414
7415         * wl-version.el (wl-version): Remove interactive.
7416
7417 2000-10-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7418
7419         * wl-version.el (wl-generate-user-agent-string): Use
7420         `product-string-verbose' instead of `product-string-1'.
7421
7422 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7423
7424         * wl-vars.el (wl-draft-use-cache): New variable.
7425         * wl-draft.el (wl-draft-dispatch-message): Sending message is cached,
7426         if wl-draft-use-cache is non-nil.
7427
7428 2000-10-15  Kenichi OKADA  <okada@opaopa.org>
7429
7430         * wl-summary (wl-summary-prefetch): Don't prefetch if cached.
7431         (wl-summary-prefetch-msg): force prefetch if called with optional argument.
7432
7433 2000-10-13  Yuuichi Teranishi  <teranisi@gohome.org>
7434
7435         * wl-thread.el (wl-thread-msg-mark-as-read): Abolished.
7436         (wl-thread-msg-mark-as-unread): Ditto.
7437
7438         * wl-summary.el (wl-summary-sync-marks): Delete argument 'no-cache.
7439         (wl-summary-mark-as-unread): Check return value of `elmo-mark-as-read'.
7440         (wl-summary-mark-as-read): Invert the meaning of 6 th argument.
7441         Don't set mark in summary if return value of `elmo-mark-as-read'
7442         is nil.
7443         Use `wl-summary-mark-as-read' instead of `wl-thread-msg-mark-as-read'.
7444         (wl-summary-mark-as-read-region):  Use `wl-summary-mark-as-read'
7445         instead of `wl-thread-msg-mark-as-read'.
7446         (wl-summary-mark-as-unread-region): Ditto.
7447         (wl-summary-target-mark-mark-as-read): Ditto.
7448
7449         * wl-score.el (wl-summary-score-update-all-lines): Ditto.
7450
7451 2000-10-12  Yuuichi Teranishi  <teranisi@gohome.org>
7452
7453         * wl-xmas.el (wl-highlight-folder-current-line): Remove previous face.
7454
7455         * wl-mule.el (wl-highlight-folder-current-line): Ditto.
7456
7457 2000-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
7458
7459         * wl-highlight.el (wl-highlight-folder-group-line): Remove previous
7460         face.
7461
7462 2000-10-11  OKAZAKI Tetsurou  <okazaki@be.to>
7463
7464         * wl-util.el (toplevel): Use `wl-on-xemacs' instead of
7465         `running-xemacs'.
7466
7467 2000-10-11  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7468
7469         * wl-version.el (toplevel): Use `product-version-as-string' for
7470         set verstion-string, if defined.
7471
7472         * wl-version.el (wl-version-show): Insert string at point, when
7473         call with argument.
7474
7475         * wl-version.el (wl-generate-user-agent-string): Use
7476         `product-string-1' instead of `wl-appname', `wl-version' and
7477         `wl-codename'.
7478
7479 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7480
7481         * wl-address.el (toplevel): Use product-provide.
7482         * wl-demo.el (toplevel): Ditto.
7483         * wl-dnd.el (toplevel): Ditto.
7484         * wl-draft.el (toplevel): Ditto.
7485         * wl-e21.el (toplevel): Ditto.
7486         * wl-expire.el (toplevel): Ditto.
7487         * wl-fldmgr.el (toplevel): Ditto.
7488         * wl-folder.el (toplevel): Ditto.
7489         * wl-highlight.el (toplevel): Ditto.
7490         * wl-message.el (toplevel): Ditto.
7491         * wl-mime.el (toplevel): Ditto.
7492         * wl-mule.el (toplevel): Ditto.
7493         * wl-nemacs.el (toplevel): Ditto.
7494         * wl-refile.el (toplevel): Ditto.
7495         * wl-score.el (toplevel): Ditto.
7496         * wl-summary.el (toplevel): Ditto.
7497         * wl-template.el (toplevel): Ditto.
7498         * wl-thread.el (toplevel): Ditto.
7499         * wl-util.el (toplevel): Ditto.
7500         * wl-vars.el (toplevel): Ditto.
7501         * wl-xmas.el (toplevel): Ditto.
7502         * wl.el (toplevel): Ditto.
7503
7504 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7505
7506         * wl-fldmgr.el (wl-fldmgr-save-folders): Use (wl-version t)
7507         instead of product.
7508
7509         * wl-version.el (wl-version): Compile time evalution elmo-version.
7510
7511 2000-10-10  Kenichi OKADA  <okada@opaopa.org>
7512
7513         * wl-summary.el (wl-summary-sync-force-update): Append queue
7514         `mark-as-read'if unplugged.
7515
7516 2000-10-10  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7517
7518         * wl-version.el: New file.  Use product.el.
7519         * wl.el: add (require 'wl-version).
7520         * wl-fldmgr.el (wl-fldmgr-save-folders): Use `product-string-1'
7521         for ~/.folders header.
7522         (wl-fldmgr-folders-header): Changed.
7523         * wl-demo.el (wl-demo): Use product.el.
7524
7525         * wl-vars.el (wl-appname, wl-version, wl-codename): Move to
7526         wl-version.el.
7527         * wl-util.el (wl-version, wl-version-show): Ditto.
7528
7529         * wl-util.el (wl-generate-user-agent-string,
7530         wl-extended-emacs-version, wl-extended-emacs-version2,
7531         wl-extended-emacs-version3): Move to wl-version.el.
7532         * wl-util.el (mule-version, nemacs-version, emacs-beta-version,
7533         xemacs-codename, mime-edit-insert-user-agent-field,
7534         mime-edit-user-agent-value, mime-editor/version,
7535         mime-editor/codename): Compile warning killer move to
7536         wl-version.el
7537
7538 2000-10-09  Kenichi OKADA  <okada@opaopa.org>
7539
7540         * wl-summary.el (wl-summary-refile-subr): Fix.
7541
7542 2000-10-09  Yuuichi Teranishi  <teranisi@gohome.org>
7543
7544         * wl-summary.el (wl-summary-sync-marks): Changed argument for
7545         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7546
7547 2000-10-08  Kenichi OKADA       <okada@opaopa.org>
7548
7549         * wl.el (wl-check-environment): Check too many `@'.
7550
7551 2000-10-08   Mikio Nakajima <minakaji@osaka.email.ne.jp>
7552
7553         * wl-thread.el (wl-thread-delete-message): Fix parentheses.
7554
7555 2000-10-07  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7556
7557         * wl-vars.el (wl-draft-reply-myself-with-argument-list,
7558         wl-draft-reply-myself-without-argument-list): Add variables.
7559         * wl-draft.el (wl-draft-reply): Use it.
7560
7561 2000-10-06   Daiki Ueno  <ueno@unixuser.org>
7562
7563         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions): Pass
7564         the 5th argument of `elmo-network-get-spec'.
7565
7566         * wl-thread.el (wl-thread-reparent-children): New inline function.
7567         (wl-thread-delete-message): Use it.
7568
7569         * wl-score.el (wl-score-headers): Abolish local variable `buffers'.
7570         (wl-summary-score-update-all-lines): Don't use `dolist'.
7571
7572 2000-10-06  TAKAHASHI Kaoru  <kaoru@kaisei.org>
7573
7574         * wl-score.el (toplevel): Remove (provide 'elmo-msgdb).  And add
7575         (require 'elmo-msgdb) for inline function.
7576
7577 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7578
7579         * wl-vars.el (wl-draft-queue-save-variables): Add variables.
7580
7581 2000-10-06  Kenichi OKADA  <okada@opaopa.org>
7582
7583         * wl-score.el (wl-score-headers): Fix for the confusing macro
7584         `elmo-kill-buffer'.
7585
7586 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7587
7588         * wl-summary.el: Don't use the 3rd argument of `require' because
7589         it might be ignored by some wrappers (e.g. jam-zcat, efs, etc.).
7590         * wl-util.el: Ditto.
7591         * wl-draft.el: Ditto.
7592
7593 2000-10-05  Katsumi Yamaoka    <yamaoka@jpl.org>
7594
7595         * wl-demo.el (wl-demo): Don't pass by the XEmacs routine when
7596         window system is not used.
7597
7598 2000-10-04   Daiki Ueno  <ueno@unixuser.org>
7599
7600         * wl-thread.el: Don't use `mapcar' only for iteration.
7601         (wl-thread-resume-entity): Ditto.
7602         (wl-thread-delete-message): Ditto.
7603
7604         * wl-summary.el: Bind `dragdrop-drop-functions',
7605         `scrollbar-height' and `mail-reply-buffer'; specify 3rd argument
7606         of `require' for `timezone', `easymenu' and `ps-print';
7607         don't use `mapcar' only for iteration.
7608
7609         * wl-util.el: Bind `mule-version', `nemacs-version',
7610         `emacs-beta-version', `xemacs-codename',
7611         `mime-edit-insert-user-agent-field', `mime-edit-user-agent-value',
7612         `mime-editor/version' and `mime-editor/codename'; specify 3rd
7613         argument of `require' for `tm-edit' and `pp'; don't use `mapcar'
7614         only for iteration.
7615
7616         * wl-score.el: Don't use `mapcar' only for iteration.
7617         (wl-score-simplify-buffer-fuzzy): Ditto.
7618         (wl-score-simplify-subject): Ditto.
7619         (wl-score-headers): Ditto.
7620         (wl-summary-score-update-all-lines): Ditto.
7621
7622         * wl-mime.el: Bind `xemacs-betaname', `xemacs-codename',
7623         `enable-multibyte-characters' and `mule-version'.
7624
7625         * wl-message.el: Bind `mmelmo-imap4-skipped-parts'; don't use
7626         `mapcar' only for iteration.
7627
7628         * wl-demo.el: Don't use `mapcar' only for iteration.
7629
7630         * wl-folder.el: Don't use `mapcar' only for iteration.
7631         (wl-folder-open-all): Ditto.
7632         (wl-folder-count-incorporates): Ditto.
7633
7634         * wl-fldmgr.el (wl-add-entity): Don't use `mapcar' only for iteration.
7635         (wl-add-entity-sub): Ditto; use `delq' instead of `delete'.
7636
7637         * wl-draft.el: Bind `x-face-add-x-face-version-header',
7638         `mail-reply-buffer', `mail-from-style', `smtp-authenticate-*' and
7639         `smtp-connection-type'; specify 3rd argument of `require' for
7640         `timezone'; don't use `mapcar' only for iteration.
7641         (wl-draft-clone-local-variables): Don't use `mapcar'.
7642         (wl-draft-generate-clone-buffer): Ditto.
7643         (wl-user-agent-compose-internal): Ditto.
7644
7645         * wl-xmas.el (wl-folder-init-icons): Use `dolist' instead of `mapcar'.
7646
7647         * wl.el (wl-toggle-plugged): Don't use `mapcar' only for iteration.
7648         (wl-save-status): Ditto.
7649
7650         * wl-address.el (wl-local-address-init): Don't use `mapcar' only
7651         for iteration.
7652
7653 2000-10-04  Yuuichi Teranishi  <teranisi@gohome.org>
7654
7655         * wl-vars.el (wl-summary-pick-field-default): Added `Last', `First' and
7656         removed `Date'.
7657         (wl-fldmgr-make-filter-default): New user option.
7658
7659         * wl-fldmgr.el (wl-fldmgr-make-filter): Simplify.
7660         Use `elmo-read-search-condition' and `wl-fldmgr-make-filter-default'
7661         (wl-fldmgr-filter-completion-alist): Abolish.
7662
7663         * wl.el (wl): Don't check servers if arg is non-nil.
7664
7665         * wl-draft.el (wl-draft-reply): Set only message-id string to
7666         In-Reply-To field.
7667
7668 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7669
7670         * wl-summary.el (wl-summary-pick): Rewrite.
7671
7672         * wl-draft.el (wl-draft-forward): Get references field from
7673         original buffer.
7674         (wl-draft-forward): Use `wl-draft-parse-msg-id-list-string'.
7675
7676 2000-10-02  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7677
7678         * wl-draft.el (wl-draft-forward): Add references field.
7679
7680 2000-10-03  Yuuichi Teranishi  <teranisi@gohome.org>
7681
7682         * wl-draft.el (wl-draft-parse-msg-id-list-string): New function.
7683         (wl-draft-reply): Use it.
7684
7685 2000-10-02  Katsumi Yamaoka    <yamaoka@jpl.org>
7686
7687         * wl-vars.el (wl-icon-dir): Default to $(data-directory)/wl/icons/
7688         when Emacs 21 is running.
7689
7690         * wl-e21.el (wl-e21-make-toolbar-buttons): Invalidate the default
7691         bindings.
7692
7693 2000-09-29  Katsumi Yamaoka    <yamaoka@jpl.org>
7694
7695         * wl-e21.el (wl-e21-setup-toolbar): Make the background color of
7696         XPM icons transparent.
7697
7698         * wl-demo.el (wl-demo): Hide toolbar while showing a logo under
7699         Emacs 21.
7700
7701 2000-09-29  Yuuichi Teranishi  <teranisi@gohome.org>
7702
7703         * wl.el (wl-toggle-plugged): Set `wl-biff-check-folders-running' as
7704         nil.
7705
7706         * wl-summary.el (wl-summary-sync-force-update): Save seen-list only
7707         when it is persistent.
7708         (wl-summary-sync-marks): Changed argument for
7709         `elmo-list-folder-unread' and `elmo-list-folder-important'.
7710         (wl-summary-virtual): Use `elmo-read-search-condition'.
7711         (wl-summary-redisplay-internal): If folder is local, mark as read
7712         even when folder is plugged.
7713
7714 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7715
7716         * wl-e21.el (wl-e21-make-toolbar-buttons): Don't modify the value
7717         of `tool-bar-lines' in the frame parameters.
7718         (after-make-frame-functions, post-command-hook): Don't modify the
7719         value.
7720         (wl-e21-switch-toolbar-after-make-frame, wl-e21-switch-toolbar,
7721         wl-e21-tool-bar-lines): Removed.
7722
7723 2000-09-28  Katsumi Yamaoka    <yamaoka@jpl.org>
7724
7725         * wl-highlight.el (wl-highlight-folder-path): Put overlay
7726         properties `evaporate' and `wl-momentary-overlay' as well.
7727         (wl-highlight-summary-displaying): Ditto.
7728         (wl-delete-all-overlays): Don't delete overlay which does not have
7729         a property `wl-momentary-overlay'.
7730
7731         * wl-e21.el (wl-biff-init-icons, wl-plugged-init-icons): Refer to
7732         `display-mouse-p' and `display-graphic-p'.
7733         (wl-folder-init-icons): Don't search for XBM or the other files.
7734         (wl-plugged-set-folder-icon): Make icons if and only if
7735         `display-graphic-p' returns non-nil.
7736         (wl-highlight-plugged-current-line): Use `before-string' overlay
7737         property to show icon images.
7738         (wl-highlight-folder-current-line): Ditto.
7739         (wl-e21-highlight-folder-group-line): Ditto.
7740         (wl-e21-highlight-folder-by-numbers): Ditto.
7741         (wl-e21-insert-image): Removed.
7742         (wl-e21-setup-*-toolbar): Refer to `display-graphic-p'.
7743         (wl-e21-make-toolbar-buttons): Set the value that Emacs itself
7744         said.
7745         (wl-e21-switch-toolbar-after-make-frame): Renamed from
7746         `wl-e21-force-switch-toolbar'.
7747         (wl-e21-make-icon-image): Removed.
7748         (wl-e21-setup-toolbar): Don't search for XBM files.
7749         (wl-use-toolbar): Don't refer to `display-graphic-p' to determine
7750         the default value.
7751
7752 2000-09-27  Yuuichi Teranishi  <teranisi@gohome.org>
7753
7754         * wl-util.el (wl-biff-check-folder-async): Set
7755         `wl-biff-check-folders-running' even when it is not an IMAP folder.
7756
7757 2000-09-26  Katsumi Yamaoka    <yamaoka@jpl.org>
7758
7759         * wl-e21.el (after-make-frame-functions): Add
7760         `wl-e21-force-switch-toolbar'.
7761         (wl-e21-force-switch-toolbar): New function force to switch the
7762         toolbar appearance automatically.
7763         (post-command-hook): Add `wl-e21-switch-toolbar'.
7764         (wl-e21-switch-toolbar): New function to switch the toolbar
7765         appearance automatically.
7766         (wl-e21-tool-bar-lines): New buffer local variable.
7767
7768 2000-09-25  Yuuichi Teranishi  <teranisi@gohome.org>
7769
7770         * wl-util.el (wl-biff-check-folders-running): New variable.
7771         (wl-biff-check-folders): Set and check `wl-biff-check-folders-running'.
7772         (wl-biff-check-folder-async-callback):
7773         Set `wl-biff-check-folders-running'.
7774         (wl-biff-check-folders): Enclose `wl-folder-check-one-entity'
7775         with unwind-protect.
7776
7777         * wl.el (wl): Call `wl-biff-start' before `wl-folder-auto-check'.
7778         Enclose `wl-folder-auto-check' with unwind-protect.
7779
7780         * wl-util.el (wl-biff-start) [Emacs19+]: require 'timer.
7781         (toplevel) [Emacs19+]: Removed autoload setting for "timer".
7782
7783         * wl.el (wl): Call `wl-folder-auto-check' after `wl-plugged-init'.
7784
7785         * wl-util.el (wl-biff-notify): New inline function.
7786         (wl-biff-check-folders): Bind `elmo-network-session-name-prefix'
7787         locally.
7788         Call `wl-biff-check-folder-async' if length of `wl-biff-check-
7789         folder-list' is 1.
7790         Use `wl-biff-notify'.
7791         (wl-biff-check-folder-async-callback): New function.
7792         (wl-biff-check-folder-async): Ditto.
7793
7794         * wl-folder.el (wl-folder): Don't check folders.
7795         (wl-folder-auto-check): New function.
7796
7797 2000-09-24  A. SAGATA  <sagata@nttvdt.hil.ntt.co.jp>
7798
7799         * wl-util.el (wl-biff-start) [Emacs19+]:
7800         Use `timer-next-integral-multiple-of-time'.
7801         (wl-biff-check-folders): Use `wl-default-folder'
7802         if `wl-biff-check-folder-list' is nil.
7803
7804 2000-09-24  OKAZAKI Tetsurou  <okazaki@be.to>
7805
7806         * wl-summary.el (wl-summary-set-crosspost): Use `elmo-list-delete'
7807         instead of `elmo-delete-lists'.
7808
7809 2000-09-22  Katsumi Yamaoka    <yamaoka@jpl.org>
7810
7811         * wl.el (wl-plugged-toggle-all): Set the value of
7812         `wl-modeline-plug-status' instead of `wl-plug-state-indicator'.
7813         (wl-plugged-toggle): Ditto.
7814         (wl-toggle-plugged): Ditto.
7815         (wl-plugged-init): Ditto.
7816
7817         * wl-xmas.el (wl-biff-init-icons): Set icons data to
7818         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7819         instead of `wl-biff-state-indicator-off' and
7820         `wl-biff-state-indicator-on'; don't modify the value and the type
7821         of `wl-biff-state-indicator-off' and `wl-biff-state-indicator-on'.
7822         (wl-plugged-init-icons): Set icons data to
7823         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7824         instead of `wl-plug-state-indicator-off' and
7825         `wl-plug-state-indicator-on'; don't modify the value and the type
7826         of `wl-plug-state-indicator-off' and `wl-plug-state-indicator-on'.
7827
7828         * wl-vars.el (wl-modeline-biff-state-off,
7829         wl-modeline-biff-state-on, wl-modeline-biff-status,
7830         wl-modeline-plug-state-off, wl-modeline-plug-state-on,
7831         wl-modeline-plug-status): New internal variables.
7832         (wl-biff-state-indicator-off, wl-biff-state-indicator-on,
7833         wl-biff-check-interval, wl-biff-check-folder-list): Change
7834         customization group from `wl-folder' to `wl-highlight'.
7835         (wl-plug-state-indicator-off, wl-plug-state-indicator-on,
7836         wl-show-plug-status-on-modeline): Defcustomized.
7837
7838         * wl-util.el (wl-biff-check-folders): Set the value of the flag
7839         `wl-modeline-biff-status' instead of `wl-biff-state-indicator'.
7840         (wl-mode-line-buffer-identification): Set both ON and OFF data with
7841         a flag to `mode-line-buffer-identification'.
7842
7843         * wl-e21.el (wl-biff-init-icons): Set icons data to
7844         `wl-modeline-biff-state-off' and `wl-modeline-biff-state-on'
7845         instead of `wl-biff-state-indicator-off' and
7846         `wl-biff-state-indicator-on'.
7847         (wl-plugged-init-icons): Set icons data to
7848         `wl-modeline-plug-state-off' and `wl-modeline-plug-state-on'
7849         instead of `wl-plug-state-indicator-off' and
7850         `wl-plug-state-indicator-on'.
7851
7852 2000-09-20  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
7853
7854         * wl-util.el (wl-mode-line-buffer-identification): Don't breed
7855         excessive titles.
7856
7857 2000-09-20  Katsumi Yamaoka    <yamaoka@jpl.org>
7858
7859         * wl.el (wl-plugged-mode): Use revised
7860         `wl-mode-line-buffer-identification'.
7861         (wl-plugged-init): Don't use `force-mode-line-update'.
7862
7863         * wl-xmas.el (wl-draft-overload-functions): Use revised
7864         `wl-mode-line-buffer-identification'.
7865         (wl-setup-summary): Renamed from `wl-xmas-setup-summary'.
7866         (wl-setup-folder): Renamed from `wl-xmas-setup-folder'.
7867         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7868         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7869         `wl-make-plugged-hook';
7870         add `wl-folder-init-icons' and `wl-setup-folder' to
7871         `wl-folder-mode-hook'.
7872
7873         * wl-vars.el (wl-use-highlight-mouse-line): Activate it for Emacs
7874         19 as well.
7875         (wl-mode-line-display-priority-list): New user option.
7876         (wl-biff-state-indicator-off, wl-biff-state-indicator-on):
7877         Defcustomized.
7878         (wl-make-plugged-hook, wl-summary-mode-hook, wl-folder-mode-hook):
7879         Add docs.
7880
7881         * wl-util.el (wl-biff-start): Call `wl-biff-check-folders' at the
7882         start.
7883         (wl-mode-line-buffer-identification): Revised as a function.
7884
7885         * wl-summary.el (wl-summary-mode): Use revised
7886         `wl-mode-line-buffer-identification'; don't call
7887         `wl-e21-setup-summary' nor `wl-xmas-setup-summary' directly.
7888         (TopLevel): Don't bind `wl-e21-setup-summary' nor
7889         `wl-xmas-setup-summary'.
7890
7891         * wl-nemacs.el (wl-draft-overload-functions): Use revised
7892         `wl-mode-line-buffer-identification'.
7893
7894         * wl-mule.el (wl-draft-overload-functions): Use revised
7895         `wl-mode-line-buffer-identification'.
7896
7897         * wl-folder.el (wl-make-plugged-alist): Don't call
7898         `wl-biff-init-icons' nor `wl-plugged-init-icons' directly.
7899         (wl-folder): Don't call `wl-folder-init-icons' directly.
7900         (wl-folder-mode): Don't call `wl-e21-setup-folder' nor
7901         `wl-xmas-setup-folder' directly;
7902         use revised `wl-mode-line-buffer-identification'.
7903         (TopLevel): Don't bind `wl-biff-init-icons',
7904         `wl-plugged-init-icons', `wl-folder-init-icons',
7905         `wl-e21-setup-folder' nor `wl-xmas-setup-folder'.
7906
7907         * wl-e21.el (wl-draft-overload-functions): Use revised
7908         `wl-mode-line-buffer-identification'.
7909         (wl-setup-summary): Renamed from `wl-e21-setup-summary'.
7910         (wl-setup-folder): Renamed from `wl-e21-setup-folder'.
7911         (TopLevel): Add `wl-setup-summary' to `wl-summary-mode-hook';
7912         add `wl-plugged-init-icons' and `wl-biff-init-icons' to
7913         `wl-make-plugged-hook';
7914         add `wl-folder-init-icons' and `wl-setup-folder' to
7915         `wl-folder-mode-hook'.
7916
7917 2000-09-18  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
7918             Katsumi Yamaoka    <yamaoka@jpl.org>
7919
7920         * wl.el (wl): Call `wl-biff-start'.
7921         (wl-exit): Call `wl-biff-stop'.
7922         (wl-plugged-mode): Show biff in modeline.
7923         (wl-unplugged-glyph, wl-plugged-glyph): Removed.
7924
7925         * wl-xmas.el (wl-draft-overload-functions): Show biff in modeline.
7926         (wl-biff-init-icons): New function.
7927         (wl-plugged-init-icons): Don't make too much keymaps.
7928         (wl-biff-nomail-glyph, wl-biff-mail-glyph): New variables.
7929
7930         * wl-vars.el (wl-biff-nomail-icon, wl-biff-mail-icon,
7931         wl-biff-state-indicator-off, wl-biff-state-indicator-on): New
7932         variables.
7933         (wl-biff-check-interval, wl-biff-check-folder-list): New user
7934         options.
7935
7936         * wl-util.el (wl-biff-check-folders, wl-biff-event-handler,
7937         wl-biff-start, wl-biff-stop): New functions.
7938         (timer-next-integral-multiple-of-time): Defined with `defun-maybe'.
7939         (wl-biff-timer-name): New variable.
7940
7941         * wl-summary.el (wl-summary-mode): Show biff in modeline.
7942
7943         * wl-nemacs.el (wl-draft-overload-functions): Show biff in modeline.
7944         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7945
7946         * wl-mule.el (wl-draft-overload-functions): Show biff in modeline.
7947         (wl-plugged-init-icons, wl-folder-init-icons): Removed.
7948
7949         * wl-folder.el (wl-make-plugged-alist): Call `wl-biff-init-icons'.
7950         (TopLevel): Bind `wl-biff-init-icons', `wl-plugged-init-icons' and
7951         `wl-folder-init-icons' to `ignore' if they are not available.
7952         (wl-folder-mode): Show biff in modeline.
7953
7954         * wl-e21.el (wl-draft-overload-functions): Show biff in modeline.
7955         (wl-biff-init-icons): New function.
7956         (wl-plugged-init-icons): Don't make too much keymaps.
7957         (wl-biff-nomail-image, wl-biff-mail-image): New variables.
7958
7959 2000-09-15  OKAZAKI Tetsurou  <okazaki@be.to>
7960
7961         * wl-vars.el (wl-strict-diff-folders): Customization Type
7962         and doc fix.  Define as a list of regular expressions for
7963         folders or nil.
7964         * wl-folder.el (wl-folder-check-one-entity): Use
7965         `wl-string-match-member' instead of `wl-string-member' for
7966         `wl-strict-diff-folders'.
7967
7968 2000-09-14  Katsumi Yamaoka    <yamaoka@jpl.org>
7969
7970         * wl-xmas.el (wl-xmas-highlight-folder-group-line): New function.
7971         (wl-highlight-folder-current-line): Use it; new implementation.
7972         (wl-xmas-setup-draft-toolbar, wl-xmas-setup-message-toolbar,
7973         wl-xmas-setup-summary-toolbar, wl-xmas-setup-folder-toolbar): Use
7974         `defsubst' instead of `defun'.
7975
7976         * wl-vars.el (wl-highlight-folder-by-numbers): Renamed from
7977         `wl-highlight-group-folder-by-numbers'; made it can also be a
7978         number.  See info for more details.
7979
7980         * wl-summary.el: Bind `wl-xmas-setup-summary' when XEmacs is not
7981         running.
7982
7983         * wl-nemacs.el (wl-xmas-setup-*, wl-delete-all-overlays): No need
7984         to bind them.
7985
7986         * wl-mule.el (wl-xmas-setup-*): No need to bind them.
7987         (wl-highlight-folder-current-line): New implementation.
7988
7989         * wl-highlight.el (wl-highlight-folder-group-line): New
7990         implementation.
7991         (wl-delete-all-overlays): Rewrite as a marco.
7992         (TopLevel): Require `wl-e21' when Emacs 21 is running.
7993
7994         * wl-folder.el: Bind `wl-xmas-setup-folder' when XEmacs is not
7995         running.
7996         (wl-folder-*-glyph): No need to bind them.
7997
7998         * wl-e21.el (wl-e21-highlight-folder-group-line): Renamed from
7999         `wl-e21-highlight-folder-group-icon'; rewrite.
8000         (wl-e21-setup-draft-toolbar, wl-e21-setup-message-toolbar): Use
8001         `defsubst' instead of `defun'.
8002         (wl-folder-mode-map): Bind it when compiling.
8003
8004 2000-09-13  Yuuichi Teranishi  <teranisi@gohome.org>
8005
8006         * wl.el (wl): Initialize plug-related settings before `wl-init'.
8007
8008         * wl-draft.el (wl-draft): funcall `wl-fcc' if it is a function.
8009
8010 2000-09-13  Katsumi Yamaoka    <yamaoka@jpl.org>
8011
8012         * wl-folder.el (wl-folder-entity-assign-id): Undo the last change.
8013
8014 2000-09-11  Katsumi Yamaoka    <yamaoka@jpl.org>
8015
8016         * wl-e21.el (wl-e21-highlight-folder-group-icon): New function.
8017         (wl-highlight-folder-current-line): Use it.
8018
8019         * wl-folder.el (wl-folder-entity-assign-id): Don't put text props
8020         in `id-name'.
8021
8022 2000-09-08  Katsumi Yamaoka    <yamaoka@jpl.org>
8023
8024         * wl.el: Require `wl-e21' when Emacs 21 is running.
8025
8026         * wl-vars.el (wl-highlight-folder-with-icon): Activate it by
8027         default when Emacs 21 is running.
8028         (wl-use-highlight-mouse-line): Ditto.
8029         (wl-on-emacs21): New constant.
8030         (wl-on-emacs20): Removed.
8031
8032         * wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when
8033         Emacs 21 is running.
8034
8035         * wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when
8036         Emacs 21 is running.
8037
8038         * wl-e21.el: New file.
8039
8040 2000-09-08   Daiki Ueno  <ueno@unixuser.org>
8041
8042         * wl.el (wl-plugged-init): Refer `wl-plug-state-indicator-on' indirectly.
8043         (wl-toggle-plugged): Ditto.
8044         (wl-plugged-toggle): Ditto.
8045         (wl-plugged-toggle-all): Ditto.
8046
8047         * wl-vars.el (wl-plug-state-indicator): Refer
8048         `wl-plug-state-indicator-on' indirectly.
8049
8050 2000-08-31  Yuuichi Teranishi  <teranisi@gohome.org>
8051
8052         * wl-summary.el (wl-summary-sync-update3): Call `elmo-commit'.
8053         Call `wl-folder-confirm-existence'.
8054
8055         * wl-folder.el (wl-folder-confirm-existence): Added optional
8056         argument `force'.
8057
8058 2000-08-30  OKAZAKI Tetsurou  <okazaki@be.to>
8059
8060         * wl-summary.el (wl-summary-refile-subr): Assume
8061         `copy-or-refile' as symbol.
8062         (wl-summary-refile): Follow up above change.
8063         (wl-summary-copy): Ditto.  Doc fix.
8064
8065 2000-08-29  Yuuichi Teranishi  <teranisi@gohome.org>
8066
8067         * wl-summary.el (wl-summary-pick): Don't bind
8068         `elmo-search-mime-charset'.
8069
8070         * wl-vars.el (wl-highlight-message-header-button-alist): Define
8071         default using old backquote style.
8072         (wl-search-mime-charset): Abolished.
8073
8074         * wl-highlight.el (wl-highlight-headers):
8075         Call `point' after `re-search-forward'(for Nemacs).
8076
8077         * wl-summary.el (wl-summary-msgdb-load-async): Follow up the changes
8078         for elmo-imap4.el.
8079
8080 2000-08-29   Daiki Ueno  <ueno@unixuser.org>
8081
8082         * wl-message.el (wl-mmelmo-message-redisplay): Bind
8083         `wl-message-ignored-field-list' instead of
8084         `mime-view-ignored-field-list'.
8085
8086         * wl-folder.el (wl-folder-goto-top-of-current-folder):Simplified.
8087         Add interactive spec.
8088         (wl-folder-goto-bottom-of-current-folder): Ditto.
8089         (wl-folder-mode-map): Bind them.
8090
8091         * wl-vars.el (wl-message-ignored-field-list): New variable.
8092         (wl-message-visible-field-list): New variable.
8093
8094         * wl-mime.el (wl-mime-header-presentation-method): New function.
8095         (wl-mime-setup): Set header-presentation-method.
8096
8097 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8098
8099         * wl-nemacs.el (wl-draft-overload-functions): Set
8100         `mode-line-buffer-identification' instead of using
8101         `wl-make-modeline'.
8102
8103         * wl.el (wl-plugged-mode): Set `mode-line-buffer-identification'
8104         instead of using `wl-make-modeline'.
8105
8106         * wl-xmas.el (wl-plugged-init-icons): Set up
8107         `wl-plug-state-indicator-on' and `wl-plug-state-indicator-off'.
8108         (wl-make-modeline): Abolish.
8109         (wl-draft-overload-functions): Set
8110         `mode-line-buffer-identification' instead of using
8111         `wl-make-modeline'.
8112
8113         * wl-util.el (wl-make-modeline-subr): Abolish.
8114         (wl-mode-line-buffer-identification): New alias.
8115
8116         * wl-summary.el (wl-summary-buffer-folder-indicator): New.
8117         (wl-summary-make-modeline): Abolish.
8118         (wl-summary-buffer-set-folder): Set
8119         `wl-summary-buffer-folder-indicator'.
8120         (wl-summary-mode): Set `mode-line-buffer-identification' instead
8121         of using `wl-make-modeline'.
8122         (wl-summary-switch-to-clone-buffer): Don't set
8123         `mode-line-buffer-identification'.
8124         (wl-summary-goto-folder-subr): Ditto.
8125
8126         * wl-mule.el (wl-draft-overload-functions): Set
8127         `mode-line-buffer-identification' instead of using
8128         `wl-make-modeline'.
8129
8130         * wl-folder.el (wl-folder-mode): Set
8131         `mode-line-buffer-identification' instead of using
8132         `wl-make-modeline'.
8133         (wl-folder): Don't set `mode-line-buffer-identification'.
8134
8135 2000-08-28  OKAZAKI Tetsurou  <okazaki@be.to>
8136
8137         * wl-refile.el (wl-refile-learn): Simplified.  Use `memq'
8138         instead of `member' for `wl-refile-guess-func-list' look-ups.
8139         Use `cons' instead of `add-to-list' to update `wl-refile-alist'.
8140
8141 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8142
8143         * wl-mime.el (wl-message-button-dispatcher-internal): Rename from
8144         `wl-message-button-dispatcher'.
8145
8146         * tm-wl.el (wl-message-button-dispatcher-internal): Ditto.
8147
8148         * wl-message.el (wl-message-button-dispatcher): Use it.
8149
8150         * wl-vars.el (wl-highlight-message-header-button-alist): Add
8151         "In-Reply-To".
8152
8153         * wl-highlight.el (wl-highlight-message-add-buttons-to-header):
8154         Bind `case-fold-search' to t.
8155
8156 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8157
8158         * wl-xmas.el (wl-message-overload-functions): Initialize
8159         `wl-message-button-map'.
8160
8161         * wl-mule.el (wl-message-overload-functions): Initialize
8162         `wl-message-button-map'.
8163
8164         * wl-vars.el (wl-highlight-message-header-button-alist): New.
8165
8166         * wl-message.el (wl-message-button-map): New keymap.
8167         (wl-message-add-button): New function.
8168         (wl-message-button-dispatcher): New function.
8169         (wl-message-button-refer-article): New function.
8170
8171         * wl-highlight.el
8172         (wl-highlight-message-add-buttons-to-header): New function.
8173         (wl-highlight-headers): Use it.
8174
8175 2000-08-28   Daiki Ueno  <ueno@unixuser.org>
8176
8177         * wl-summary.el (wl-summary-default-from): Use
8178         `wl-address-get-petname-1'.
8179         (wl-summary-simple-from): Ditto.
8180
8181         * wl-address.el (wl-address-get-petname-1): New inline function.
8182         (wl-address-get-petname): Use it.
8183
8184 2000-08-27   Daiki Ueno  <ueno@unixuser.org>
8185
8186         * wl-summary.el (wl-summary-default-from): Return full-name part
8187         from the address if no petname was found.
8188         (wl-summary-simple-from): Ditto.
8189
8190         * wl-address.el (wl-address-get-petname): Return nil if no petname
8191         associated with the address was found.
8192
8193 2000-08-23  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8194
8195         * wl-folder.el (wl-folder-open-all): Remove progress gauge when
8196         display is finished.
8197
8198 2000-08-23  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8199
8200         * wl-folder.el (wl-folder-confirm-existence): Fixed typo in
8201         `elmo-folder-exists-p' argument.
8202
8203 2000-08-23   Daiki Ueno  <ueno@unixuser.org>
8204
8205         * wl-folder.el (wl-folder-confirm-existence): Check existence of
8206         the folder.
8207
8208 2000-08-23  Yuuichi Teranishi  <teranisi@gohome.org>
8209
8210         * wl-summary.el (wl-summary-msgdb-load-async): Rewrite.
8211
8212         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp):
8213         Use `elmo-pop3-get-session' instead of `elmo-pop3-get-connection'.
8214
8215 2000-08-22   Daiki Ueno  <ueno@unixuser.org>
8216
8217         * wl-folder.el (wl-folder-create-subr): New function.
8218         (wl-folder-confirm-existence): Use it.
8219         (wl-folder-check-one-entity): Use it.
8220         Check the error symbol is derived from 'elmo-open-error.
8221
8222         * wl-summary.el (wl-summary-read-folder): Don't pass the argument
8223         `ignore-error'.
8224
8225 2000-08-21  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8226
8227         * wl-util.el (toplevel): Add (eval-when-compile (require
8228         'elmo-util)).  (Maybe `provide' is typo.)
8229
8230 2000-08-21  Yuuichi Teranishi  <teranisi@gohome.org>
8231
8232         * wl-util.el (toplevel): Removed (provide 'elmo-util).
8233         (I don't know why this was needed.)
8234
8235         * wl-summary.el (wl-summary-jump-to-msg-by-message-id-via-nntp):
8236         Follow up changes for stream-type.
8237
8238         * wl-draft.el (wl-draft-send-mail-with-pop-before-smtp): Ditto.
8239         (wl-draft-elmo-nntp-send): Ditto.
8240
8241         * wl-vars.el (wl-pop-before-smtp-stream-type): New variable.
8242         (wl-nntp-posting-stream-type): Ditto.
8243         (wl-pop-before-smtp-ssl): Abolished.
8244         (wl-nntp-posting-ssl): Ditto.
8245
8246         * wl-address.el (wl-address-quote-specials): New function.
8247         (wl-address-make-completion-list): Use `wl-address-quote-specials'.
8248
8249         * wl-draft.el (wl-draft-reply): Ditto.
8250
8251 2000-08-16  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8252
8253         * wl-draft.el (wl-user-agent-compose): Add (require 'wl) for
8254         use function `wl-string-match-assoc'.
8255
8256 2000-08-10  Yuuichi Teranishi  <teranisi@gohome.org>
8257
8258         * wl-vars.el (wl-draft-remove-group-list-contents): New user option.
8259
8260         * wl-draft.el (wl-draft-deduce-address-list): New function.
8261         (wl-draft-parse-mailbox-list): Ditto.
8262         (wl-draft-send-mail-with-smtp): Use `wl-draft-deduce-address-list'
8263         instead of `smtp-deduce-address-list'.
8264         (wl-draft-on-field-p): Follow group list.
8265
8266         * wl-address.el (wl-address-concat-token): New function.
8267         (wl-address-string-without-group-list-contents): Ditto.
8268         (wl-complete-field-body): Fixed problem of completion
8269         by japanese petname.
8270         (wl-address-make-completion-list): Rewrite.
8271
8272 2000-08-11  Taro Kawagishi <taro.kawagishi@nokia.com>
8273
8274         * wl-address.el (wl-address-make-completion-list): Completion by
8275         petname.
8276         (wl-complete-field-body): Likewise.
8277
8278 2000-08-08  Yuuichi Teranishi  <teranisi@gohome.org>
8279
8280         * wl-draft.el (wl-draft-reply): Fixed problem when to or cc
8281         contains invalid address syntax.
8282
8283 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8284
8285         * wl-folder.el (wl-folder-check-entity-async): Use
8286         `elmo-nntp-spec-hostname'.
8287
8288 2000-08-02  OKAZAKI Tetsurou  <okazaki@be.to>
8289
8290         * wl-summary.el (wl-summary-msgdb-load-async): Use
8291         `elmo-imap4-mailbox' for `elmo-imap4-send-command'.
8292
8293 2000-07-31  Yuuichi Teranishi  <teranisi@gohome.org>
8294
8295         * wl-draft.el (wl-draft-reply): Set argument
8296         `content-transfer-encoding' as nil.
8297
8298 2000-07-26  Takaaki MORIYAMA <taka@airlab.cs.ritsumei.ac.jp>
8299
8300         * wl-refile.el (wl-refile-learn): Move hit element to the top of
8301         `wl-refile-alist'.
8302
8303 2000-07-26  Kenichi OKADA  <okada@opaopa.org>
8304
8305         * wl-draft.el (wl-draft): Added argument `content-transfer-encoding'.
8306         (wl-draft-edit-string): Ditto.
8307         (wl-draft-forward): Ditto.
8308         * wl-summary.el (wl-summary-write): Ditto.
8309
8310 2000-07-24  Yuuichi Teranishi  <teranisi@gohome.org>
8311
8312         * wl-summary.el (wl-summary-sync-update3): Call
8313         `wl-summary-buffer-number-column-detect'.
8314         (wl-summary-buffer-number-column-detect): Search from point-min.
8315
8316 2000-07-19  Yuuichi Teranishi  <teranisi@gohome.org>
8317
8318         * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to
8319         contains an address which is not included in original to or cc.
8320
8321 2000-07-19  Kenichi OKADA  <okada@opaopa.org>
8322
8323         * wl-summary.el (wl-summary-target-mark-uudecode): Error when
8324         begin-line does not exist.
8325         * wl-message.el (wl-message-uu-substring): Ditto.
8326
8327 2000-07-18  Yuuichi Teranishi  <teranisi@gohome.org>
8328
8329         * wl-summary.el (wl-summary-mode): Call `kill-all-local-variables' to
8330         clear local variables.
8331         (wl-summary-exit): Call `elmo-commit'.
8332         (wl-summary-switch-to-clone-buffer): Call
8333         `wl-summary-buffer-set-folder' after `wl-summary-mode'.
8334         (wl-summary-goto-folder-subr): Ditto.
8335
8336         * wl-vars.el (wl-folder-sync-range-alist): Changed default value for
8337         POP folder.
8338
8339 2000-07-17  Yuuichi Teranishi  <teranisi@gohome.org>
8340
8341         * tm-wl.el, wl-address.el, wl-demo.el, wl-dnd.el, wl-draft.el,
8342         wl-draft.el.orig, wl-expire.el, wl-fldmgr.el, wl-folder.el,
8343         wl-highlight.el, wl-message.el, wl-mime.el, wl-mule.el, wl-nemacs.el,
8344         wl-refile.el, wl-refile.el.orig, wl-score.el, wl-summary.el,
8345         wl-summary.el.orig, wl-template.el, wl-thread.el, wl-util.el,
8346         wl-vars.el, wl-xmas.el, wl.el (toplevel): Deleted time-stamp line.
8347
8348         * wl-draft.el (wl-draft-reply): Bind `eword-lexical-analyzer' locally.
8349
8350 2000-07-12  Hironori Fukuchi <nory@valis.co.jp>
8351
8352         * wl-summary.el (wl-summary-search-by-subject):
8353         Search parent message from the latest one.
8354
8355 2000-07-13  Yuuichi Teranishi  <teranisi@gohome.org>
8356
8357         * wl-draft.el (wl-draft-reply): Insert address with full-name.
8358         (Thanks to MAKINO Takashi <makino@cyber.office.ne.jp>)
8359
8360         * wl-vars.el (wl-draft-reply-use-address-with-full-name):
8361         New user option.
8362
8363         * wl-summary.el (wl-summary-sync-update3): Use `elmo-list-bigger-diff'
8364         if elmo-nntp-use-killed-list is nil.
8365         Use `elmo-msgdb-append-to-killed-list'.
8366         (Append numbers confirmed as disappeared to the killed list.)
8367         (wl-summary-confirm-appends): Don't display negative number.
8368
8369 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8370
8371         * wl-summary.el (TopLevel): Define-maybe `ps-print-preprint'.
8372
8373 2000-07-11  Yuuichi Teranishi  <teranisi@gohome.org>
8374
8375         * wl-summary.el (wl-summary-sync): Call `elmo-clear-killed' when
8376         range is `all'.
8377         (wl-summary-sync-update3): Use `elmo-list-diff' instead of
8378         `elmo-list-bigger-diff'.
8379
8380 2000-07-04  Yuuichi Teranishi  <teranisi@gohome.org>
8381
8382         * wl-summary.el (wl-summary-buffer-exit-func):
8383         New buffer local variable.
8384         (wl-summary-exit): Call `wl-summary-buffer-exit-func' if non-nil.
8385
8386 2000-07-10  Katsumi Yamaoka    <yamaoka@jpl.org>
8387
8388         * wl-demo.el (wl-demo): Fix the last change.
8389
8390 2000-07-07  Katsumi Yamaoka    <yamaoka@jpl.org>
8391
8392         * wl-demo.el (wl-demo): Don't use `eval'.
8393
8394 2000-07-07  Kenichi OKADA  <okada@opaopa.org>
8395
8396         * wl-summary.el (wl-summary-buffer-thread-modified):
8397         New buffer-local variable.
8398         (wl-summary-set-thread-modified): New function.
8399         (wl-summary-thread-modified-p): New function.
8400         (wl-summary-save-status): Use function `wl-summary-thread-modified-p'.
8401         (wl-summary-yank-saved-message): Use function
8402         `wl-summary-set-thread-modified'
8403         (wl-summary-switch-to-clone-buffer): Add
8404         `wl-summary-buffer-thread-modified'.
8405
8406         * wl-vars.el (wl-summary-buffer-message-saved-hook): New variable.
8407         (wl-summary-buffer-mark-saved-hook): Ditto.
8408         * wl-summary.el (wl-summary-msgdb-save): New hook
8409         `wl-summary-buffer-message-saved-hook' and
8410         `wl-summary-buffer-mark-saved-hook'.
8411
8412 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8413
8414         * wl-demo.el (wl-demo): Simplified `fringe' face manipulation.
8415
8416 2000-07-04  Katsumi Yamaoka    <yamaoka@jpl.org>
8417
8418         * wl-demo.el (wl-demo): Make `kill-buffer-hook' buffer-local;
8419         don't hide scroll bars under FSF Emacsen because it may incur an
8420         undesirable redrawing.
8421
8422 2000-07-04  Kenichi OKADA  <okada@opaopa.org>
8423
8424         * wl-draft.el (wl-draft-edit-string): Call
8425         `wl-draft-reedit-hook' instead of `wl-mail-setup-hook'.
8426
8427 2000-07-03  Katsumi Yamaoka    <yamaoka@jpl.org>
8428
8429         * wl-demo.el (wl-demo): Hide scroll bars, etc. first.
8430
8431 2000-07-01  OKAZAKI Tetsurou  <okazaki@be.to>
8432
8433         * wl-summary.el (wl-summary-msgdb-load-async): Call
8434         `elmo-imap4-spec-mailbox' instead of `elmo-imap4-spec-folder'.
8435
8436 2000-06-30  Katsumi Yamaoka    <yamaoka@jpl.org>
8437
8438         * wl-demo.el (wl-demo): Don't show scroll bars, gutter tabs or
8439         fringes in demo buffer; center bitmap logo correctly even if old
8440         Mule is used.
8441
8442 2000-06-27  MAKINO Takashi <makino@cyber.office.ne.jp>
8443
8444         * wl.el (wl-save-status): Call `wl-refile-alist-save' without argument.
8445
8446         * wl-refile.el (wl-refile-subject-alist): New variable.
8447         (wl-refile-subject-alist-file-name): Ditto.
8448         (wl-refile-alist-setup): Rewrite.
8449         (wl-refile-alist-save): Use `elmo-object-save'.
8450         Eliminated arguments.
8451         (wl-refile-learn): Check `wl-refile-guess-func-list'.
8452         (wl-refile-guess-by-subject): New function.
8453         (wl-refile-guess-func-list): Added it.
8454
8455 2000-06-29  Katsumi Yamaoka    <yamaoka@jpl.org>
8456
8457         * wl-demo.el (wl-demo-with-temp-file-buffer): New macro.
8458         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Use it.
8459
8460 2000-06-28  Yuuichi Teranishi  <teranisi@gohome.org>
8461
8462         * wl-summary.el (wl-summary-buffer-prev-folder-func):
8463         New buffer-local variable.
8464         (wl-summary-buffer-next-folder-func): Ditto.
8465         (wl-summary-down): Call `wl-summary-buffer-next-folder-func'
8466         if non-nil.
8467         (wl-summary-up): Call `wl-summary-buffer-prev-folder-func'
8468         if non-nil.
8469         (wl-summary-next): Call `wl-summary-buffer-next-folder-func'
8470         if non-nil.
8471         (wl-summary-prev): Call `wl-summary-buffer-prev-folder-func'
8472         if non-nil.
8473
8474 2000-06-23  Katsumi Yamaoka    <yamaoka@jpl.org>
8475
8476         * wl-demo.el (wl-demo): Don't set the value of `fill-column'
8477         permanently in the demo buffer.
8478
8479 2000-06-22  Yuuichi Teranishi  <teranisi@gohome.org>
8480
8481         * wl-mime.el (wl-summary-burst-subr): Use `mime-entity-body' and
8482         `mime-entity-fetch-field'.
8483
8484         * wl.el (wl-exit): Delete plugged buffer.
8485
8486         * wl-xmas.el (wl-draft-overload-menubar): Override menubar only when
8487         XEmacs has menubar feature.
8488
8489 2000-06-19  Katsumi Yamaoka    <yamaoka@jpl.org>
8490
8491         * wl-demo.el (wl-demo): Don't use `end-of-line' with arg 0.  It
8492         cannot arrive at the beginning of the buffer under old Emacsen.
8493
8494 2000-06-19  Yuuichi Teranishi  <teranisi@gohome.org>
8495
8496         * wl-address.el (wl-address-ldap-search):
8497         Call `ldap-search-entries' with `withdn' argument t.
8498         (wl-complete-field-body): Bind completion-ignore-case as t.
8499         Clear ldap search hash when it was sole completion.
8500         Use elmo-string for pattern string.
8501         (wl-ldap-alias-safe-string): Eliminated needless let.
8502
8503 2000-06-16  Shun-ichi GOTO <gotoh@taiyo.co.jp>
8504
8505         * wl-address.el (wl-ldap-alias-dn-level): New variable.
8506         (wl-ldap-alias-sep): New constant.
8507         (wl-ldap-search-attribute-type-list): Ditto.
8508         (wl-ldap-get-value): New function.
8509         (wl-ldap-make-filter): Ditto.
8510         (wl-ldap-make-matched-value-list): Ditto.
8511         (wl-ldap-alias-safe-string): Ditto.
8512         (wl-ldap-register-dn-string): Ditto.
8513         (wl-address-ldap-search): Rewrite.
8514
8515 2000-06-17  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8516
8517         * wl-thread.el (wl-thread-delete-msgs): Fixed problem when closed
8518         thread is deleted.
8519         (wl-thread-delete-line-from-buffer): Ditto.
8520         (wl-thread-get-exist-children): New function.
8521
8522 2000-06-15  Katsumi Yamaoka    <yamaoka@jpl.org>
8523
8524         * wl-demo.el (wl-demo): Made it to select various image types.
8525         (wl-logo-bitmap, wl-logo-xbm, wl-logo-xpm): Renamed and divided
8526         from `wl-title-logo'.
8527         (wl-logo-ascii): New variable.
8528         (TopLevel): Require `wl-highlight'; no need to require `wl-xmas'.
8529         (wl-demo-copyright-notice): New constant.
8530
8531         * wl-vars.el (wl-demo-display-logo): Made it can be a image type.
8532
8533 2000-06-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8534
8535         * wl-vars.el (wl-summary-target-above): Renamed from
8536         wl-summary-temp-above.
8537         * wl-score.el (wl-score-get-score-alist): Use it.
8538         (wl-summary-score-update-all-lines): Use it.
8539         * wl-summary.el: Ditto. (make-variable-buffer-local).
8540
8541 2000-06-15  Yuuichi Teranishi  <teranisi@gohome.org>
8542
8543         * wl-vars.el (wl-ldap-port): New user option.
8544
8545         * wl-address.el (wl-address-ldap-search): Renamed from wl-ldap-search.
8546         Rewite whole implementation.
8547         (wl-complete-field-body): Fixed.
8548
8549 2000-06-14  Yuuichi Teranishi  <teranisi@quickhack.net>
8550
8551         * wl-address.el (wl-ldap-search-internal): Renamed to `wl-ldap-search'.
8552         Choose implementation at compile time.
8553
8554 2000-06-13  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8555
8556         * wl-address.el (wl-ldap-search-internal): New function.
8557         (wl-complete-field-to): Use it.
8558
8559 2000-06-12  Yuuichi Teranishi  <teranisi@gohome.org>
8560
8561         * wl-address.el (wl-ldap-search): Use `with-temp-buffer'.
8562         Use `let' instead of `let*'.
8563         Require 'wl-vars.
8564
8565         * wl-vars.el (wl-ldap-server): Moved from wl-address.el.
8566         Define as defcustom.
8567         (wl-ldap-base): Ditto.
8568         (wl-use-ldap): Ditto.
8569
8570 2000-06-09  Takeshi Chiba <chiba@d3.bs1.fc.nec.co.jp>
8571
8572         * wl-address.el (wl-ldap-search): New function.
8573         (wl-complete-field-body): Use `wl-ldap-search'.
8574         (wl-ldap-server): New variable.
8575         (wl-ldap-base): Ditto.
8576         (wl-use-ldap): Ditto.
8577
8578 2000-06-08  OKAZAKI Tetsurou  <okazaki@be.to>
8579
8580         * wl-score.el (wl-score-guess-like-gnus): Use `elmo-string'
8581         (Pointed out by Mito <mit@nines.nec.co.jp>).
8582         * wl-summary.el (wl-summary-redisplay-no-mime): Update
8583         buffer-local variables like `wl-summary-redisplay-internal'.
8584         (wl-summary-redisplay-all-header): Likewise.  Update
8585         Summary view too.
8586
8587 2000-06-05  Yuuichi Teranishi  <teranisi@gohome.org>
8588
8589         * wl-summary.el (wl-summary-jump-to-parent-message):
8590         Consider prefix argument.
8591
8592         * wl-thread.el (wl-thread-update-line-msgs): Fixed problem
8593         when closed thread is deleted.
8594
8595 2000-05-31  Yasushi ABE <yasushi@stbbs.net>
8596
8597         * wl-summary.el (wl-summary-jump-to-parent-message):
8598         Consider thread modification.
8599
8600 2000-06-03  OKAZAKI Tetsurou  <okazaki@be.to>
8601
8602         * wl-message.el (wl-message-normal-get-original-buffer): Use
8603         `save-excursion'.
8604
8605         * wl-vars.el (wl-smtp-posting-server): Customization Type fix.
8606         (wl-summary-showto-folder-regexp): Ditto.
8607
8608 2000-05-31  OKAZAKI Tetsurou  <okazaki@be.to>
8609
8610         * wl-util.el (wl-delete-alist): Doc fix.
8611         (wl-delete-associations): New function.
8612         (wl-inverse-alist): New function.
8613         * wl-summary.el (wl-summary-exec-subr): Rename parameters.
8614         Split temporary variables. Use `wl-delete-associations'
8615         and `wl-inverse-alist'.
8616         (wl-summary-delete-copy-marks-on-buffer): Rename the parameter.
8617
8618 2000-05-30  Yuuichi Teranishi  <teranisi@gohome.org>
8619
8620         * wl-folder.el (wl-folder-prefetch-entity):
8621         Execute prefetching if new count is unknown.
8622
8623 2000-05-27  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8624
8625         * wl-vars.el (wl-summary-insert-headers-hook): New variable.
8626
8627         * wl-thread.el (wl-thread-cleanup-symbols): If entity is exists,
8628         delete entity.
8629         (wl-thread-set-parent): If insert as top, set linked as nil.
8630
8631         * wl-summary.el (wl-summary-delete-messages-on-buffer): Call
8632         `wl-thread-cleanup-symbols' when view mode is thread.
8633
8634 2000-05-26  OKAZAKI Tetsurou  <okazaki@be.to>
8635
8636         * wl-folder.el (wl-folder-create-folder-entity): Use
8637         with-current-buffer.
8638         (wl-local-folder-init): Call set-buffer to make sure we are in
8639         the Folder buffer. Don't touch buffer-local variables here.
8640         (wl-folder-mode): Initialize buffer-local variables here.
8641
8642         * wl-folder.el (wl-folder-get-path): Use let instead of let*.
8643         (wl-folder-entity-assign-id): Ditto.
8644         (wl-folder-create-entity-hashtb): Ditto.
8645         (wl-local-folder-init): Ditto.
8646         (wl-folder-create-group-alist): Initialize `cur-alist' with let.
8647
8648 2000-05-24  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8649
8650         * wl-summary.el (wl-summary-default-from): Fix probrem when
8651         std11-extract-address-components return (nil "foo@bar").
8652
8653 2000-05-24  OKAZAKI Tetsurou  <okazaki@be.to>
8654
8655         * wl-draft.el (wl-draft-clone-local-variables):
8656         Remove redundant `setq'.
8657
8658 2000-05-19  Yuuichi Teranishi  <teranisi@gohome.org>
8659
8660         * wl-draft.el (wl-draft-yank-from-mail-reply-buffer):
8661         Bind wl-highlight-x-face-func as nil while highlighting header.
8662
8663 2000-05-21  OKAZAKI Tetsurou  <okazaki@be.to>
8664
8665         * wl-folder.el (wl-folder-buffer-cur-path): Make buffer-local.
8666
8667 2000-05-21  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8668
8669         * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove
8670         elmo-msgdb-overview-hashtb from copy-variables.
8671         (wl-summary-refile-subr): Use `elmo-msgdb-overview-get-entity'
8672         instead of `elmo-msgdb-overview-get-entity-by-number'.
8673         (wl-summary-auto-refile): Ditto.
8674
8675         * wl-thread.el (wl-thread-update-line-on-buffer-sub): Use
8676         `elmo-msgdb-overview-get-entity' instead of
8677         `elmo-msgdb-search-overview-entity'.  Use
8678         `elmo-msgdb-overview-get-entity' instead of
8679         `elmo-msgdb-overview-get-entity-by-number'.
8680         (wl-thread-insert-entity-sub): Ditto.
8681         (wl-thread-insert-message): Ditto.
8682
8683         * wl-message.el (wl-mmelmo-message-redisplay): Change argument of
8684         `elmo-msgdb-overview-get-entity'.
8685         (wl-normal-message-redisplay): Ditto.
8686
8687 2000-05-20  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8688
8689         * wl-thread.el (wl-thread-cleanup-symbols): Fix delete entity from
8690         `wl-thread-entities'.
8691         (wl-thread-delete-message): Fix remove top message from
8692         `wl-thread-entity-list'.
8693
8694         * wl-summary.el (wl-summary-delete-messages-on-buffer): Don't use
8695         wl-append(nconc), because update-list is broken on Meadow.
8696
8697         * wl-summary.el (wl-summary-insert-thread-entity): Changed delayed
8698         updating process.
8699         (wl-summary-rescan): Ditto.
8700         (wl-summary-sync-update3): Ditto.
8701         * wl-thread.el (wl-thread-set-parent): Renamed from
8702         `wl-summary-set-parent'.
8703         (wl-thread-insert-message): Updating buffer faster.
8704         (wl-thread-delete-message): Updating buffer faster.
8705
8706         * wl-score.el (wl-summary-score-update-all-lines): Changed
8707         interval for display progress gauge.
8708
8709 2000-05-19  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8710
8711         * wl-vars.el (wl-summary-always-sticky-folder-list): `t' means all
8712         folder always-sticky.
8713         * wl-summary.el (wl-summary-always-sticky-folder-p): defun instead of
8714         defmacro.
8715
8716 2000-05-18  Yuuichi Teranishi  <teranisi@gohome.org>
8717
8718         * wl-vars.el (wl-draft-add-references): New user option.
8719
8720         * wl-draft.el (wl-draft-add-references): New function.
8721         (wl-draft-yank-from-mail-reply-buffer): Use it.
8722         (wl-draft-insert-current-message): Bind `wl-draft-add-references'
8723         as nil.
8724
8725 2000-05-12  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8726
8727         * wl-thread.el (wl-thread-update-line-msgs): Called
8728         `wl-thread-update-line-on-buffer-sub'.
8729         (wl-thread-update-line-on-buffer): Delete routine of inserting
8730         thread.
8731         (wl-thread-update-line-on-buffer-sub): Routine of inserting thread
8732         moved from `wl-thread-update-line-on-buffer'.
8733         Add threshold for displaying progress gauge.
8734         * wl-summary.el (wl-summary-delete-messages-on-buffer): Change
8735         argument of `wl-thread-update-line-msgs'.
8736         Add threshold for displaying progress gauge.
8737         * wl-folder.el:
8738         Add threshold for displaying progress gauge.
8739         * wl-score.el: Ditto.
8740
8741         * wl-expire.el (wl-summary-expire): Display deleting info.
8742
8743 2000-05-12  Yuuichi Teranishi  <teranisi@gohome.org>
8744
8745         * wl-thread.el (wl-thread-update-line-msgs): Added optional argument
8746         `no-msg'.
8747         * wl-summary.el (wl-summary-delete-messages-on-buffer): Set no-msg
8748         argument of `wl-thread-update-line-msgs'.
8749         (wl-summary-set-parent): Added optional argument `parent-number'.
8750         (wl-summary-buffer-saved-message): New buffer local variable.
8751         (wl-summary-save-current-message): New command.
8752         (wl-summary-yank-saved-message): Ditto.
8753         (wl-summary-mode-map): Added key binding for
8754         `wl-summary-save-current-message' (\ew) and
8755         `wl-summary-yank-saved-message' (\C-y).
8756         (wl-summary-yank-saved-message): Inhibit setting itself as a parent.
8757
8758 2000-05-11  Yuuichi Teranishi  <teranisi@gohome.org>
8759
8760         * wl-summary.el (wl-summary-mode-map): Added key binding for
8761         `wl-summary-set-parent' (ts).
8762
8763 2000-05-10  Masahiro MURATA  <muse@ba2.so-net.ne.jp>
8764
8765         * wl-summary.el (wl-summary-insert-thread-entity): Search same
8766         subject faster. If thread number is reverse, delayed updating
8767         thread.
8768         (wl-summary-search-by-subject): Ditto.
8769         (wl-summary-put-alike): Ditto.
8770         (wl-summary-get-alike): Ditto.
8771         (wl-summary-insert-headers): Insert header of all overview in
8772         buffer.
8773         (wl-summary-rescan): Delayed updating thread. Kill search subject
8774         buffer for wl-summary-search-by-subject.
8775         (wl-summary-sync-update3): Ditto.
8776         (wl-summary-exit): Ditto.
8777         (wl-summary-goto-bottom-of-current-thread): Change for linked
8778         thread.
8779         (wl-summary-overview-create-summary-line): Change line for linked
8780         thread.
8781
8782         * wl-summary.el (wl-summary-update-thread): Use
8783         wl-thread-maybe-get-children-num.
8784         (wl-summary-set-parent): If change parent, move sub thread.
8785         (wl-summary-redisplay-internal): Add horizontal recenter.
8786         (wl-summary-redisplay-no-mime): Add horizontal recenter.
8787
8788         * wl-thread.el (wl-thread-entity-get-linked): New function.
8789         (wl-thread-entity-set-linked): New function.
8790         (wl-thread-create-entity): Add linked element.
8791         (wl-thread-entity-insert-as-top): Use wl-append.
8792         (wl-thread-maybe-get-children-num): If closing thread, return
8793         children msgs.
8794         (wl-thread-update-line-msgs): Displaying progress message.
8795         (wl-thread-update-line-on-buffer-sub): Use
8796         wl-thread-maybe-get-children-num.
8797         (wl-thread-update-line-on-buffer): If update line is not exists,
8798         insert thread.
8799         (wl-thread-delete-message): If delete top msg of thread, search
8800         parent by subject.
8801         (wl-thread-insert-entity): Use
8802         wl-thread-maybe-get-children-num.
8803
8804         * wl-highlight.el (wl-highlight-summary-current-line): change
8805         sregexp for linked thread.
8806         * wl-util.el (wl-count-lines): Count lines.
8807         (wl-horizontal-recenter): horizontal recenter.
8808         * wl-score.el (wl-score-put-alike): Use wl-count-lines
8809         (wl-score-get-alike): Ditto.
8810         * wl-vars.el (wl-summary-search-parent-by-subject-regexp): Changed.
8811         (wl-subject-length-limit): New variable.
8812         (wl-highlight-thread-indent-string-regexp): Changed for linked
8813         thread.
8814
8815 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8816
8817         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8818         New variable (revival).
8819         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8820         by subject matching if there's no in-reply-to nor references field
8821         (revival).
8822
8823 \f
8824 2000-05-10  Yuuichi Teranishi  <teranisi@gohome.org>
8825
8826         * wl-thread.el (wl-thread-close-all): Fixed typo in display-progress
8827         message.
8828
8829 2000-05-09  Yuuichi Teranishi  <teranisi@gohome.org>
8830
8831         * wl-summary.el (wl-summary-reply): Return t if there was a
8832         message at cursor point.
8833         Added unwind-protect.
8834         (wl-summary-reply-with-citation): Cite only when wl-summary-reply
8835         returns t.
8836         (wl-summary-cancel-message): Do nothing when there's no message at
8837         cursor point.
8838         (wl-summary-forward): Ditto.
8839         (wl-summary-jump-to-parent-message): Ditto.
8840         (wl-summary-reedit): Ditto.
8841         (wl-summary-edit-addresses): Ditto.
8842         (wl-summary-pipe-message): Ditto.
8843         (wl-summary-print-message-with-ps-print): Ditto.
8844         (wl-summary-print-message): Ditto.
8845         (wl-summary-mark-as-important): Ditto.
8846         (wl-summary-mark-as-unread): Ditto.
8847
8848         * wl-summary.el (wl-summary-reply): Cause an error when there's no
8849         message at cursor point.
8850         (wl-summary-reply-with-citation): Remove unwind-protect.
8851
8852         * wl-summary.el (wl-summary-insert-thread-entity): Eliminated
8853         subject searching feature.
8854         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8855         Eliminated.
8856
8857 2000-04-28  Yuuichi Teranishi  <teranisi@gohome.org>
8858
8859         * wl-vars.el (wl-summary-search-parent-by-subject-regexp):
8860         New variable.
8861         * wl-summary.el (wl-summary-insert-thread-entity): Search parent
8862         by subject matching if there's no in-reply-to nor references field.
8863
8864         * wl-summary.el (wl-summary-set-parent): New command (No key binding).
8865
8866         * wl-folder.el (wl-folder-insert-entity): Remove progress gauge
8867         when display is finished.
8868         (wl-folder-open-all): Ditto.
8869         (wl-folder-update-access-group): Ditto.
8870         * wl-summary.el (wl-summary-delete-messages-on-buffer): Ditto.
8871         * wl-thread.el (wl-thread-close-all): Ditto.
8872
8873         * wl-summary.el (wl-summary-delete-messages-on-buffer): Remove
8874         progress gauge only when it was displayed.
8875         * wl-folder.el (wl-folder-insert-entity): Ditto.
8876
8877 2000-04-26  Yuuichi Teranishi  <teranisi@gohome.org>
8878
8879         * wl-summary.el (wl-summary-incorporate): Enclose
8880         `wl-summary-sync-force-update' with save-excursion.
8881
8882 2000-04-21  Yuuichi Teranishi  <teranisi@elmo.dq.isl.ntt.co.jp>
8883
8884         * wl-summary.el (wl-summary-prefetch-region):
8885         Pass current cursor point to `pos-visible-in-window-p' after
8886         moving cursor to the started point.
8887
8888 2000-04-20  Katsumi Yamaoka    <yamaoka@jpl.org>
8889
8890         * wl-vars.el (wl-ignored-forwarded-headers): New user option.
8891
8892         * wl-draft.el (wl-draft-insert-current-message): Delete useless
8893         fields from the forwarding message.
8894         (wl-draft-yank-from-mail-reply-buffer): Allow the optional argument
8895         `ignored-fields'.
8896
8897 2000-04-20  Yuuichi Teranishi  <teranisi@gohome.org>
8898
8899         * wl-mime.el (wl-message-request-partial):
8900         Eliminated argument `msgdb'.
8901         Don't pass `msgdb' argument to `elmo-read-msg-no-cache'.
8902         (wl-mime-combine-message/partial-pieces): Likewise.
8903         * tm-wl.el (wl-message-request-partial): Likewise.
8904         (wl-mime-combine-message/partial-pieces): Likewise.
8905
8906 2000-04-17  Yoshiki Hayashi  <yoshiki@xemacs.org>
8907
8908         * wl-summary.el (wl-summary-sync-marks): Remove progress gauge
8909         when display is finished.
8910
8911 2000-04-17  HARAGUCHI Shuugou <haraguti@nd.net.fujitsu.co.jp>
8912
8913         * wl-summary.el (wl-summary-goto-folder-subr):
8914         Fix problem when wl-summary-partial-highlight-above-lines is nil.
8915
8916 2000-04-18  Yuuichi Teranishi  <teranisi@gohome.org>
8917
8918         * wl-summary.el (wl-summary-prefetch-region): Redisplay only
8919         when cursor point is visible.
8920
8921 2000-04-15  Yuuichi Teranishi  <teranisi@gohome.org>
8922
8923         * wl-expire.el (wl-expire-archive-get-max-number):
8924         Don't use `file-name-directory'.
8925
8926 2000-04-14  Yuuichi Teranishi  <teranisi@gohome.org>
8927
8928         * wl-expire.el (wl-expire-archive-get-max-number):
8929         Use `file-name-directory'.
8930
8931 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8932
8933         * wl-summary.el (wl-summary-sync-marks): Re-display progress
8934         only when there is progress.
8935
8936 2000-04-13  Mito <mit@nines.nec.co.jp>
8937
8938         * wl-summary.el (wl-summary-sync-marks): Display progress.
8939
8940 2000-04-13  Yuuichi Teranishi  <teranisi@gohome.org>
8941
8942         * wl-summary.el (wl-summary-move-cached-regex): Eliminated.
8943         (wl-summary-prev): Move cursor regardless of unread status.
8944         (wl-summary-next): Ditto.
8945
8946 2000-04-10  Yuuichi Teranishi  <teranisi@gohome.org>
8947
8948         * wl-mime.el (wl-summary-burst-subr): Renamed from `wl-burst'.
8949         Added argument `target' and `number'.
8950         * tm-wl.el (wl-summary-burst-subr): New function.
8951         (wl-summary-burst): Use it.
8952
8953 2000-04-10  Mito <mit@nines.nec.co.jp>
8954
8955         * wl-mime.el (wl-burst): New function.
8956         (wl-summary-burst): Use it.
8957
8958 2000-04-07  A. SAGATA <sagata@nttvdt.hil.ntt.co.jp>
8959
8960         * wl-address.el (wl-address-petname-add-or-change): Use e-mail address
8961         as petname when there's no candidate.
8962
8963 2000-04-07  Yuuichi Teranishi  <teranisi@gohome.org>
8964
8965         * wl-vars.el (wl-fldmgr-add-complete-with-current-folder-list):
8966         New variable.
8967         * wl-fldmgr.el (wl-fldmgr-add): Use it.
8968
8969         * wl.el (wl-plugged-init): Flush queues if started with plugged status.
8970
8971         * wl-folder.el (wl-folder-flush-queue): Flush operation queue too.
8972
8973 2000-04-05  Yuuichi Teranishi  <teranisi@gohome.org>
8974
8975         * wl-refile.el (wl-refile-expand-newtext): Add `original' argument.
8976         Use substring of `original' instead of buffer-substring.
8977         (wl-refile-evaluate-rule):
8978         Set `original' argument of wl-refile-expand-newtext.
8979
8980         * wl-summary.el
8981         (wl-summary-auto-refile-check-refile-rule-alist-subr,
8982         wl-summary-auto-refile-check-refile-rule-alist): Eliminated.
8983         (wl-summary-auto-refile): Check existence of destination folder just
8984         before marking.
8985
8986 2000-04-05  TAKAHASHI Kaoru  <kaoru@kaisei.org>
8987
8988         * wl-refile.el (wl-refile-evaluate-rule): Fixed problem
8989         when wl-refile-get-field-value return nil.
8990
8991 2000-04-04   Daiki Ueno  <ueno@unixuser.org>
8992
8993         * wl-refile.el
8994         (wl-refile-expand-newtext): New function imported from Gnus.
8995         (wl-refile-evaluate-rule): Use it.
8996
8997 2000-04-04  Yuuichi Teranishi  <teranisi@gohome.org>
8998
8999         * wl-summary.el (wl-summary-print-destination):
9000         Duplicate folder string to avoid putting text-property on
9001         original string.
9002
9003         * wl-refile.el (wl-refile-get-field-value): New function.
9004         (wl-refile-evaluate-rule): New function;
9005         Evaluate refile rule recursively.
9006         (wl-refile-guess-by-rule): Use wl-refile-evaluate-rule.
9007         * wl-summary.el (wl-summary-auto-refile-check-refile-rule-alist-subr):
9008         New function; Check existence of a target folder recursively.
9009         (wl-summary-auto-refile-check-refile-rule-alist):
9010         Use wl-summary-auto-refile-check-refile-rule-alist-subr.
9011
9012 2000-03-30  Yuuichi Teranishi  <teranisi@gohome.org>
9013
9014         * wl-demo.el (wl-title-logo): Refer wl-icon-dir.
9015
9016         * wl-folder.el (wl-create-folder-entity-from-buffer):
9017         Fixed problem when '}' character is contained in folder name.
9018
9019         * wl-xmas.el (wl-make-modeline): Consider plugged status.
9020
9021 2000-03-29  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9022
9023         * wl-fldmgr.el (wl-fldmgr-add-completion-hashtb): New variable.
9024         (wl-fldmgr-add-completion-all-completions):
9025         Use wl-fldmgr-add-completion-hashtb.
9026
9027 2000-03-28  Daiki Ueno <ueno@kiss.kake.info.waseda.ac.jp>
9028
9029         * wl-fldmgr.el (wl-fldmgr-add-completion-all-completions,
9030         wl-fldmgr-add-completion-subr): New functions.
9031         * wl-folder.el (wl-folder-completion-func): New variable.
9032         * wl-summary.el (wl-summary-read-folder):
9033         Use wl-folder-completion-func.
9034
9035         * wl-refile.el: Eliminate throw & catch.
9036
9037         * wl.el (wl-plugged-sending-queue-status): Fixed.
9038
9039 2000-03-27  Mikio Nakajima <minakaji@osaka.email.ne.jp>
9040
9041         * wl-draft.el (wl-draft): Put category property on
9042         mail-header-separator.